* {
  box-sizing: border-box;
  outline: none !important;
  font-display: auto;
}

*:after,
*:before {
  box-sizing: inherit;
  list-style: none !important;
}

.cc-message {
  font-size: 12px;
  line-height: 1.5em;
}
.cc-message a {
  font-weight: bold;
  color: #fff;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: 'IBM Plex Sans Condensed', sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.5px;
  margin-top: 0 !important;
}

html body {
  color: #142738;
  font-size: 1.6rem;
  line-height: 2.7rem;
  overflow-x: hidden;
  opacity: 0;
  transition: 500ms;
}

html body.open {
  opacity: 1;
}

html body h1.section-header,
html body h2.section-header {
  font-size: 3.6rem;
  line-height: 4.5rem;
  font-weight: 100 !important;
}

@media (min-width: 768px) {

  html body h1.section-header,
  html body h2.section-header {
    font-size: 4.6rem;
    line-height: 5.5rem;
  }
}

@media (min-width: 992px) {

  html body h1.section-header,
  html body h2.section-header {
    font-size: 5rem;
    line-height: 6.5rem;
  }
}

html body h1.section-header .underline:before,
html body h2.section-header .underline:before {
  bottom: 6px;
  height: 5px;
}

@media (min-width: 992px) {

  html body h1.section-header .underline:before,
  html body h2.section-header .underline:before {
    bottom: 7px;
    height: 8px;
  }
}

html body h3.section-header {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 300;
}

html body .underline {
  position: relative;
  display: inline-block;
  z-index: 1;
}

html body .underline:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f8d350;
  z-index: -1;
}

html body .container-wider {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 576px) {
  html body .container-wider {
    max-width: 540px;
  }
}

@media screen and (min-width: 606px) {
  html body .container-wider {
    max-width: 570px;
  }
}

@media screen and (min-width: 636px) {
  html body .container-wider {
    max-width: 600px;
  }
}

@media screen and (min-width: 826px) {
  html body .container-wider {
    max-width: 790px;
  }
}

@media screen and (min-width: 976px) {
  html body .container-wider {
    max-width: 940px;
  }
}

@media screen and (min-width: 768px) {
  html body .container-wider {
    max-width: 720px;
  }
}

@media screen and (min-width: 798px) {
  html body .container-wider {
    max-width: 750px;
  }
}

@media screen and (min-width: 828px) {
  html body .container-wider {
    max-width: 780px;
  }
}

@media screen and (min-width: 1018px) {
  html body .container-wider {
    max-width: 970px;
  }
}

@media screen and (min-width: 1168px) {
  html body .container-wider {
    max-width: 1120px;
  }
}

@media screen and (min-width: 992px) {
  html body .container-wider {
    max-width: 960px;
  }
}

@media screen and (min-width: 1022px) {
  html body .container-wider {
    max-width: 990px;
  }
}

@media screen and (min-width: 1052px) {
  html body .container-wider {
    max-width: 1020px;
  }
}

@media screen and (min-width: 1242px) {
  html body .container-wider {
    max-width: 1210px;
  }
}

@media screen and (min-width: 1392px) {
  html body .container-wider {
    max-width: 1360px;
  }
}

@media screen and (min-width: 1200px) {
  html body .container-wider {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1230px) {
  html body .container-wider {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1260px) {
  html body .container-wider {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1450px) {
  html body .container-wider {
    max-width: 1390px;
  }
}

@media screen and (min-width: 1600px) {
  html body .container-wider {
    max-width: 1540px;
  }
}

html body a.red-link {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #D6341A;
  display: inline-block;
  margin: 30px 0;
  position: relative;
  clear: both;
}

html body a.red-link:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

html body a.red-link--before:after {
  content: " ";
  transform: translateY(-50%) rotate(180deg);
  left: -20px;
  right: unset;
}


.btn {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 16px 65px;
  text-align: center;
  line-height: 55px;
  transition: 300ms;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}

.btn.btn-red {
  color: #fff;
  border: 2px solid #D6341A;
  background: #D6341A;
}

.btn.btn-red:hover {
  color: #D6341A;
  background: #fff;
}

.btn.btn-empty-red {
  color: #D6341A;
  background: #fff;
  border: 2px solid #D6341A;
}

.btn.btn-empty-red:hover {
  color: #fff;
  background: #D6341A;
}

#toTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99999999999;
  opacity: 0;
  transition: 300ms;
  padding: 0;
  border: none;
}

#toTop:after {
  display: none;
}

#toTop img {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #toTop {
    display: none;
  }
}

#toTop.visible {
  opacity: 1;
}

.breadcrumb {
  margin-top: 20px;
  color: #142738;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

@media (max-width: 575.98px) {
  .breadcrumb {
    padding-left: 15px;
  }
}

.breadcrumb a {
  color: #D6341A;
}

a.orange-arrow {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

a.orange-arrow:hover,
a.orange-arrow:focus,
a.orange-arrow:active {
  text-decoration: none;
}

a.orange-arrow:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.gm-style-iw .popup_container h4 {
  color: #142738;
  font-size: 32px;
  font-weight: 200;
  line-height: 42px;
  margin: 0 0 18px;
}

.gm-style-iw .popup_container p {
  color: #142738;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

.lead-font-style,
body.page-single-news .article .header {
  font-size: 3.2rem !important;
  line-height: 4.1rem !important;
  font-style: italic !important;
  font-weight: 400 !important;
  margin: 0 0 30px;
  color: #142738 !important;
}

@media (max-width: 991.98px) {

  .lead-font-style,
  body.page-single-news .article .header {
    color: #142738 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-style: italic !important;
  }
}

@media (min-width: 992px) {
  u:before {
    height: 6px;
    bottom: 4px;
  }

  h1 u:before {
    height: 8px;
    bottom: 9px;
  }
}

nav.navbar {
  font-weight: 400;
  padding: 17px 0;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  nav.navbar {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 17px 15px;
  }
}

nav.navbar ul.navbar-nav {
  text-align: center;
}

nav.navbar ul.navbar-nav li {
  padding: 10px;
}
nav.navbar ul.navbar-nav.main-menu-list li:last-child {
  margin-left: 80px;
}

@media only screen and (max-width: 1200px) {
  nav.navbar ul.navbar-nav.main-menu-list li:last-child {
    margin-left: 0;
  }
}

nav.navbar ul.navbar-nav.main-menu-list li:last-child a {
  color: red;
  position: relative;
}

nav.navbar ul.navbar-nav.main-menu-list li:last-child a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}
@media (min-width: 1200px) {
  nav.navbar ul.navbar-nav li {
    padding: 0 12px;
  }
}

nav.navbar ul.navbar-nav li a {
  color: #142738;
  font-size: 1.7rem;
  letter-spacing: -0.1px;
}

nav.navbar ul.navbar-nav li a img {
  width: 20px;
  position: relative;
  top: -2px;
}

nav.navbar ul.navbar-nav li a:hover {
  text-decoration: none;
}

nav.navbar ul.navbar-nav li.active>a {
  position: relative;
}

nav.navbar ul.navbar-nav li.active>a:hover {
  text-decoration: none;
}

nav.navbar ul.navbar-nav li.active>a:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F8D350;
  z-index: -1;
}

nav.navbar ul.navbar-nav li.active a {
  position: relative;
}

nav.navbar ul.navbar-nav li .submenu {
  display: none;
  position: absolute;
  padding: 25px 0 20px 0;
  margin: 0;
  top: 58px;
  list-style: none;
  text-align: left;
  z-index: 9999;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  nav.navbar ul.navbar-nav li .submenu {
    position: relative;
    top: auto;
    text-align: center;
    width: 100%;
    padding: 15px 0 30px 0;
  }
}

nav.navbar ul.navbar-nav li .submenu:before {
  content: " ";
  display: block;
  position: fixed;
  top: 120px;
  left: 0;
  height: 120px;
  width: 100vw;
  background: #fff;
  z-index: -1;
  border-bottom: 2px solid #F8D350;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1200px) {
  nav.navbar ul.navbar-nav li .submenu:before {
    display: none !important;
  }
}

nav.navbar ul.navbar-nav li .submenu li {
  display: block;
  padding: 0;
}

nav.navbar ul.navbar-nav li .submenu li a {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
}

nav.navbar ul.navbar-nav li:hover .submenu {
  display: block;
}

nav.navbar ul.navbar-nav.lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: right;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 30px !important;;
}

nav.navbar ul.navbar-nav.lang li {
  padding: 0 5px;
}

nav.navbar ul.navbar-nav.lang li a:hover {
  text-decoration: none;
}

nav.navbar ul.navbar-nav.lang li.active a {
  position: relative;
}

nav.navbar ul.navbar-nav.lang li.active a:hover {
  text-decoration: none;
}

nav.navbar ul.navbar-nav.lang li.active a:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: -5%;
  width: 110%;
  height: 4px;
  background-color: #F8D350;
  z-index: -1;
}

nav.navbar .navbar-brand {
  margin-right: 2rem;
}

nav.navbar .navbar-brand img {
  max-width: 170px;
  width: 100%;
}

@media only screen and (max-width: 370px) {
  nav.navbar .navbar-brand img {
    max-width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .contact-max {
    max-width: 440px;
  }
  .footer__nav {
    max-width: 37.66667%;
  }
}

footer .container-wider.nav-container {
  position: relative;
  background: #D6341A;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  footer .container-wider.nav-container {
    padding-bottom: 20px;
  }
}

footer .container-wider.nav-container .container {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  footer .container-wider.nav-container .container {
    padding: 0;
  }
}

footer .container-wider.nav-container ul.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: flex-start;
}

@media only screen and (max-width: 450px) {
  footer .container-wider.nav-container ul.footer-nav {
    height: auto;
  }
}

footer .container-wider.nav-container ul.footer-nav>li {
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 0;
}

.footer-nav .menu-item {
  margin-bottom: 20px;

}
.footer-nav .menu-item a {
  font-weight: 400;
  font-size: 16px;
  color: white;
}

.footer-nav .menu-subitem {

  margin-bottom: 0;

}
.footer-nav .menu-subitem a {
  font-weight: 200;
  color: white;
  font-size: 14px;
}

.footer-nav > li:nth-child(2){
  padding-left: 20px;
}

@media only screen and (max-width: 450px) {
  footer .container-wider.nav-container ul.footer-nav>li {
    width: 100%;
    margin-bottom: 30px;
  }
}

footer .container-wider.nav-container ul.footer-nav>li>a,
footer .container-wider.nav-container ul.footer-nav>li div>a {
  font-weight: 400;
  color: #fff;
}

footer .container-wider.nav-container ul.footer-nav>li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 450px) {
  footer .container-wider.nav-container ul.footer-nav li {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  footer .container-wider.nav-container ul.footer-nav li ul {
    width: 100%;
    justify-content: center;
    padding-left: 0;
  }
}


/* footer .container-wider.nav-container ul.footer-nav>li ul a {
  font-size: 1.4rem;
  font-weight: 200;
  color: #fff;
} */

footer .container-wider.nav-container ul.footer-nav>li ul a:hover {
  text-decoration: none;
}
/*
footer .container-wider.nav-container ul.footer-nav>li.home {
  -ms-flex-order: 1;
  order: 1;
} */

footer .container-wider.nav-container ul.footer-nav>li.news {
  -ms-flex-order: 2;
  order: 2;
}

footer .container-wider.nav-container ul.footer-nav>li.contact {
  -ms-flex-order: 3;
  order: 3;
}

footer .container-wider.nav-container ul.footer-nav>li.brands {
  -ms-flex-order: 6;
  order: 6;
}

footer .container-wider.nav-container ul.footer-nav>li.company {
  -ms-flex-order: 4;
  order: 4;
}

footer .container-wider.nav-container ul.footer-nav>li.production {
  -ms-flex-order: 5;
  order: 5;
}

footer .container-wider.nav-container ul.footer-nav>li.careers {
  -ms-flex-order: 7;
  order: 7;
}

footer .container-wider.nav-container .contact {
  color: #fff;
}

footer .container-wider.nav-container .contact a {
  color: #fff;
}

footer .container-wider.nav-container .contact h4 {
  font-weight: 300;
  font-size: 1.6rem;
}

footer .container-wider.nav-container .contact .address {
  font-size: 1.3rem;
  font-weight: 200;
  margin-bottom: -10px;
  display: block;
}

footer .container-wider.nav-container .contact h3.section-header {
  color: #fff;
}

footer .container-wider.nav-container .contact h3.section-header .underline:before {
  background-color: #000000;
  bottom: 3px;
  height: 8px;
}

footer .container-wider.nav-container .contact address h4 {
  margin-top: 30px;
}

footer .container-wider.nav-container .contact address img {
  margin-right: 15px;
  width: 26px;
}

footer .container-wider.nav-container .contact address a.white-link {
  position: relative;
  display: block;
  margin-top: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

footer .container-wider.nav-container .contact address a.white-link:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 200px;
  border: 5px solid transparent;
  border-left: 8px solid #fff;
}

footer .copy {
  line-height: 50px;
  font-size: 1.4rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  footer .copy {
    line-height: 100px;
  }
}

@media (min-width: 992px) {
  footer .copy {
    line-height: 100px;
  }
}

@media only screen and (max-width: 450px) {
  footer .copy {
    font-size: 1.25rem;
  }
}

footer .copy a,
footer .copy .graal-group {
  color: #D6341A;
}

footer .copy a:hover,
footer .copy .graal-group:hover {
  text-decoration: none;
}

footer .map-block {
  position: absolute !important;
  width: 36%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  footer .map-block {
    width: 100%;
    height: 350px;
    margin-top: 30px;
    position: relative !important;
  }
}

.page-index .main-page-slider {
  position: relative;
}

.page-index .main-page-slider nav {
  position: absolute;
  bottom: 100px;
  right: 12%;
  display: none;
}

.page-index .main-page-slider nav .video-nav {
  height: 50px;
  position: relative;
  min-width: 145px;
}

.page-index .main-page-slider nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #fff;
  cursor: pointer;
  transition: 300ms;
}

.page-index .main-page-slider nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

.page-index .main-page-slider nav svg  {
  /* position: absolute;
  top: 50%;
  left: -40px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: translateY(-50%); */
  /* position: absolute;
  top: 50%;
  left: 20px !important;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: translateY(-50%); */
}

.page-index .main-page-slider nav svg  {
  /* position: absolute;
  top: 50%;
  left: -40px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transform: translateY(-50%); */
  /* position: absolute;
  top: 50%;
  left: 20px !important; */
  width: 24px;
  height: 24px;
  cursor: pointer;
  /* transform: translateY(-50%); */
}

.page-index .main-page-slider nav .mute  {

  cursor: pointer;
  width: 20px;
  height: 20px;
}

.page-index .main-page-slider nav .full {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.video-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px 0 20px;
}

.page-index #main-page-slider {
  list-style: none;
  margin-bottom: 0 !important;
}

.page-index #main-page-slider li {
  position: relative;
  min-height: calc(100vh - 100px);
  /*video {
        width: 100%;
      }*/
}

.page-index #main-page-slider li .section-header {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
}

@media (min-width: 576px) {
  .page-index #main-page-slider li .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .page-index #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .page-index #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-index #main-page-slider li .section-header {
    padding: 50px 120px 50px 200px;
    max-width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .page-index #main-page-slider li .section-header {
    padding: 50px 20px 50px 150px;
  }
}

@media only screen and (max-width: 340px) {
  .page-index #main-page-slider li .section-header {
    font-size: 2.6rem;
    line-height: 1.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-index #main-page-slider li .section-header {
    width: 100%;
    text-align: center;
  }
}

.page-index #main-page-slider li .section-header .btn {
  display: block;
  margin-top: 50px;
  max-width: 179px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .page-index #main-page-slider li .section-header .btn {
    padding: 0;
    margin: 15px auto 0 auto;
    font-size: 11px;
    line-height: 30px;
    max-width: 200px;
  }
}

.page-index .second-box .second-header {
  position: relative;
  min-height: 20px;
}

.page-index .second-box .second-header h2 {
  position: absolute;
  right: 0;
  top: -30px;
  background: #fff;
  font-weight: 200;
  margin: 0;
  padding-right: 15px;
  text-align: right;
}

@media only screen and (max-width: 996px) {
  .page-index .second-box .second-header h2 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0;
    font-size: 32px;
  }
}

.page-index .second-box .second-header h2 span {
  position: relative;
  z-index: 1;
}

.page-index .second-box .second-header h2 span.underline:before {
  bottom: 4px;
  height: 6px;
}

@media (min-width: 992px) {
  .page-index .second-box .second-header h2 span.underline:before {
    bottom: 8px;
    height: 8px;
  }
}

.page-index .second-box .second-header h2:after {
  content: " ";
  position: absolute;
  width: 200%;
  height: 120px;
  top: -30px;
  left: -80px;
  background: #fff;
  z-index: 0;
}

.page-index .second-box .group-in-numbers-slider, .knowledge__slider--single {
  position: relative;
}

.page-index .second-box .group-in-numbers-slider nav , .knowledge__slider--single nav{
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider nav, .knowledge__slider--single nav {
    bottom: -50px;
  }
}

.page-index .second-box .group-in-numbers-slider nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-index .second-box .group-in-numbers-slider nav button.underline {
  color: #142738;
}

.page-index .second-box .group-in-numbers-slider nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider {
    margin: 30px 0;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .item-title {
  font-weight: 300;
  color: #142738;
  margin: 30px;
  font-size: 2.2rem;
  line-height: 3.2rem;
}

@media (min-width: 768px) {
  .page-index .second-box .group-in-numbers-slider .slider .item-title {
    font-size: 3.0rem;
    line-height: 4rem;
  }
}

@media (min-width: 1600px) {
  .page-index .second-box .group-in-numbers-slider .slider .item-title {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .page-index .second-box .group-in-numbers-slider .slider .item-title {
    margin: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide {
  /* opacity: .5; */
  transition: 300ms;
}

.page-index .second-box .group-in-numbers-slider .slider .slide .img-horizontal {
  height: 100%;
  width: 40%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .img-horizontal {
    width: 100%;
    height: 50%;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide .img-vertical {
  height: 100%;
  width: 40%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .img-vertical {
    width: 50%;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide.active {
  margin-left: 0;
  opacity: 1;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide.active+li {
    margin-left: -75px;
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide.active+li {
    margin-left: -50px;
  }
}

@media only screen and (max-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide.active+li {
    margin-left: 0 !important;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-1 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 60px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .item-1 {
    width: calc(35% - 15px);
    margin: 0 15px 30px 10%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-2 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 30px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .item-2 {
    width: calc(50% - 30px);
    margin: 30px 15px 60px 15px;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-3 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 30px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .item-3 {
    width: calc(35% - 15px);
    margin: 30px 15px 0 0;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-4 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 30px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .item-4 {
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
  }
}

@media (min-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .item-4 .item-title {
    width: 50%;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-5 {
  transition: 300ms;
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-6 {
  opacity: 0 !important;
}

.page-index .second-box .group-in-numbers-slider .slider .slide .item-7 {
  margin-left: -10%;
  transition: 300ms;
}

@media only screen and (max-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide .item-7 {
    margin-left: 0 !important;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide.active .item-5 {
  margin-left: 10%;
}

@media only screen and (max-width: 1200px) {
  .page-index .second-box .group-in-numbers-slider .slider .slide.active .item-5 {
    margin-left: 0 !important;
  }
}

.page-index .second-box .group-in-numbers-slider .slider .slide.active .item-7 {
  margin-left: 0;
}

.page-index .second-box .after-group-in-numbers-slider {
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .page-index .second-box .after-group-in-numbers-slider {
    margin-top: 70px !important;
  }
}

.page-index .third-box {
  margin: 25px auto 0 auto;
}

@media (min-width: 768px) {
  .page-index .third-box {
    margin: 25px auto 50px auto;
  }
}

@media (min-width: 992px) {
  .page-index .third-box {
    margin: 50px auto 100px auto;
  }
}

.page-index .third-box .third-header {
  position: relative;
  min-height: 20px;
  margin-bottom: 70px;
  margin-top: 70px;
}

.page-index .third-box .third-header h2 {
  font-size: 56px;
  font-weight: 200;
  background: #fff;
  margin: 0;
}

.page-index .third-box .third-header h2 span.underline:before {
  bottom: 8px;
  height: 8px;
}

.page-index .third-box .section-box {
  position: relative;
  min-height: 600px;
  transition: ease-in-out 300ms;
  background-size: cover;
  background-position: center center;
}
.section-box__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index .third-box .section-box .section-inside {
  position: absolute;
  border: 1px solid #F8F2EF;
  background: #fff;
  padding: 45px 35px;
  max-width: 300px;
  width: 100%;
}

.page-index .third-box .section-box .section-inside:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
}

.page-index .third-box .section-box .section-inside h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #142738;
}

.page-index .third-box .section-box .section-inside p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
}

.page-index .third-box .section-box .section-inside a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  color: #D6341A;
}

.page-index .third-box .section-box:nth-child(1) .section-inside {
  bottom: 30px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .page-index .third-box .section-box:nth-child(1) .section-inside {
    bottom: -50px;
  }
}

.page-index .third-box .section-box:nth-child(1) .section-inside:after {
  border-bottom: 12px solid #fff;
  top: -22px;
}

.page-index .third-box .section-box:nth-child(2) .section-inside {
  top: 30px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .page-index .third-box .section-box:nth-child(2) .section-inside {
    top: -50px;
  }
}

.page-index .third-box .section-box:nth-child(2) .section-inside:after {
  border-top: 12px solid #fff;
  bottom: -22px;
}

.page-index .third-box .section-box:nth-child(3) .section-inside {
  bottom: 30px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .page-index .third-box .section-box:nth-child(3) .section-inside {
    bottom: -50px;
    left: 50%;
  }
}

.page-index .third-box .section-box:nth-child(3) .section-inside:after {
  border-bottom: 12px solid #fff;
  top: -22px;
}

.page-index .four-box .four-header {
  position: relative;
  min-height: 20px;
}

.page-index .four-box .four-header h2 {
  font-size: 56px;
  font-weight: 200;
  background: #fff;
  margin: 0;
}

.page-index .four-box .four-header h2 span.underline:before {
  bottom: 8px;
  height: 8px;
}

.page-index .four-box #brands-slider {
  margin-top: 25px;
}

@media (min-width: 992px) {
  .page-index .four-box #brands-slider {
    margin-top: 50px;
  }
}

.page-index .four-box #brands-slider li {
  position: relative;
  border: 1px solid #F8F2EF;
  min-height: 335px;
}

.page-index .four-box #brands-slider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.page-index .four-box #brands-slider li .card {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 335px;
  padding: 40px;
  border: 1px solid #F8F2EF;
  background: #142738;
  opacity: 0;
  transition: 300ms;
}

@media only screen and (max-width: 1600px) {
  .page-index .four-box #brands-slider li .card {
    padding: 30px 40px;
  }
}

.page-index .four-box #brands-slider li .card h4 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
  margin-bottom: 10px;
}

.page-index .four-box #brands-slider li .card p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 200;
}

.page-index .four-box #brands-slider li .card a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

.page-index .four-box #brands-slider li .card a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.page-index .four-box #brands-slider li:hover .card {
  opacity: 0.9;
}

.page-index .news-box {
  /* background: #142738; */
  padding: 20px 0 30px 0;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .page-index .news-box {
    padding: 40px 0 60px 0;
    margin-top: 80px;
  }
}

.page-index .news-box .news-header {
  position: relative;
  min-height: 20px;
}

.page-index .news-box .news-header h2 {
  font-size: 56px;
  font-weight: 200;
  color: #142738;
  margin: 0;
}

/* .page-index .news-box .news-header h2+a {
  position: absolute;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  margin: 0;
}

@media (max-width: 991.98px) {
  .page-index .news-box .news-header h2+a {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 25px;
  }
}

.page-index .news-box .news-header h2+a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
} */

.page-index .news-box .news-container .news {
  margin-bottom: 30px;
}

.page-index .news-box .news-container .news .thumbnail {
  display: block;
  max-width: 100%;
  height: 150px;
  margin-bottom: 30px;
}
.thumbnail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index .news-box .news-container .news p.date {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 5px;
  color: #142738
}

.page-index .news-box .news-container .news h4 {
  font-size: 22px;
  line-height: 29px;
  color: #142738;
  margin-bottom: 30px;
  font-weight: 700;
}

.page-index .news-box .news-container .news h4 a {
  color: #142738;

}

.page-index .news-box .news-container .news h4 .underline {
  text-decoration: underline;
  -webkit-text-decoration-color: #D6341A;
  text-decoration-color: #D6341A;
}

.page-index .news-box .news-container .news h4 .underline:before {
  display: none;
}

.page-index .news-box .news-container .news p.excerpt {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #142738;
  margin-bottom: 0;
}

.page-index .news-box .news-container .news a.red-link {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

.page-index .news-box .news-container .news a.red-link:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.page-index .career-box {
  padding: 30px 0;
}

@media (min-width: 992px) {
  .page-index .career-box {
    padding: 60px 0;
  }
}

.page-index .career-box .career-header {
  position: relative;
  min-height: 20px;
  margin-bottom: 30px !important;
}

@media (min-width: 992px) {
  .page-index .career-box .career-header {
    margin-bottom: 60px !important;
  }
}

.page-index .career-box .career-header h2 {
  font-size: 56px;
  font-weight: 200;
  background: #fff;
  margin: 0;
}

.page-index .career-box .career-header h2 span.underline:before {
  bottom: 8px;
  height: 8px;
}

.page-index .career-box img {
  max-width: 100%;
}

.page-company #main-page-slider {
  list-style: none;
}

.page-company #main-page-slider li {
  position: relative;
  min-height: calc(100vh - 100px);
}

.page-company #main-page-slider li .section-header {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
}

@media (min-width: 576px) {
  .page-company #main-page-slider li .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .page-company #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .page-company #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-company #main-page-slider li .section-header {
    padding: 50px 120px 50px 200px;
    max-width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .page-company #main-page-slider li .section-header {
    padding: 50px 20px 50px 150px;
  }
}

@media only screen and (max-width: 340px) {
  .page-company #main-page-slider li .section-header {
    font-size: 2.6rem;
    line-height: 1.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-company #main-page-slider li .section-header {
    width: 100%;
    text-align: center;
  }
}

.page-company #main-page-slider li .btn {
  display: block;
  margin-top: 50px;
  max-width: 300px;
  padding: 0;
}

.page-company .text-section {
  margin-top: 70px;
  margin-bottom: 50px;
}

.page-company .text-section h2 {
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 996px) {
  .page-company .text-section h2 {
    font-size: 46px;
    line-height: 52px;
  }
}

.page-company .text-section p {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
}

@media only screen and (max-width: 996px) {
  .page-company .text-section p {
    margin-top: 5px;
    margin-bottom: 20px;
  }
}

.page-company .text-section p .underline:before {
  bottom: 4px;
  height: 8px;
}

@media only screen and (max-width: 767px) {
  .page-company .text-section p .underline:before {
    height: 4px;
  }
}

.page-company .text-section p.bigger {
  font-size: 34px;
  font-style: italic;
  line-height: 42px;
}

@media only screen and (max-width: 996px) {
  .page-company .text-section p.bigger {
    font-size: 20px;
    line-height: 26px;
  }
}

.page-company .text-section p.caption {
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
}

.page-company .text-section img {
  max-width: 100%;
}

.page-company .text-section img.bigger {
  width: 120%;
  max-width: 120%;
}

.page-company .text-section img.bigger.left {
  float: left;
}

.page-company .text-section img.bigger.right {
  float: right;
}

@media only screen and (max-width: 767px) {
  .page-company .text-section img {
    float: none !important;
    display: block;
    margin: 0 auto;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.page-company .text-section .icons {
  position: relative;
}

.page-company .text-section .icons .bg-img {
  position: absolute;
  width: 160vw;
  transform: translate(-50%, -50%);
  top: 50%;
  max-width: initial !important;
}

.page-company .text-section .icons .icon img {
  max-height: 85px;
}

.page-company .text-section .icons .icon p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.page-company .text-section .icons .icon p b {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}

.page-company .awards-slider-content {
  position: relative;
}

.page-company .awards-slider-content nav {
  position: absolute;
  top: 22px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .page-company .awards-slider-content nav {
    display: none;
  }
}

.page-company .awards-slider-content nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #142738;
  cursor: pointer;
  transition: 300ms;
}

.page-company .awards-slider-content nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

.page-company .awards-slider-content #awards-slider li .award div {
  position: relative;
  height: 200px;
  width: 100%;
}

.page-company .awards-slider-content #awards-slider li .award div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

.page-company .awards-slider-content #awards-slider li .award p {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.page-company .awards-slider-content #awards-slider li .award p span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  text-align: center;
  color: #4A4A4A;
}

.page-contact #contact-page-box {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-contact #contact-page-box li {
  position: relative;
  min-height: calc(100vh - 100px);
}

.page-contact #contact-page-box li .map-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-contact #contact-page-box li .section-header {
  position: absolute;
  max-width: 100%;
  padding: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #fff;
}

@media (min-width: 576px) {
  .page-contact #contact-page-box li .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .page-contact #contact-page-box li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .page-contact #contact-page-box li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-contact #contact-page-box li .section-header {
    padding: 50px 120px 50px 200px;
    max-width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .page-contact #contact-page-box li .section-header {
    padding: 50px 20px 50px 150px;
  }
}

@media only screen and (max-width: 340px) {
  .page-contact #contact-page-box li .section-header {
    font-size: 2.6rem;
    line-height: 1.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-contact #contact-page-box li .section-header {
    width: 100%;
    text-align: center;
  }
}

.page-contact #contact-page-box li .section-header small {
  display: block;
  margin-top: 15px;
  font-size: 32px;
  font-weight: 100;
  line-height: 42px;
}

.page-contact #contact-page-box li .btn {
  display: block;
  margin-top: 50px;
  max-width: 300px;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .page-contact #contact-page-box li .section-header small {
    font-size: 24px;
    line-height: 1.2;
  }
  .page-contact #contact-page-box li .btn {
    line-height: 1.2;
    padding: 20px 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-contact .contact-boxes .row {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .page-contact .contact-boxes .row {
    margin: 50px auto;
  }
}

@media (min-width: 992px) {
  .page-contact .contact-boxes .row {
    margin: 100px auto;
  }
}

.page-contact .contact-boxes h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
  color: #142738;
  margin-bottom: 15px;
}

.page-contact .contact-boxes p,
.page-contact .contact-boxes table tr td:first-of-type {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
}

.page-contact .contact-boxes strong {
  font-weight: 500;
}

.page-contact .contact-boxes table {
  width: 100%;
}

.page-contact .contact-boxes table tr td {
  width: 50%;
  text-align: left;
}

.page-contact .contact-boxes table tr td:last-of-type {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #142738;
}

.page-contact .contact-boxes table tr td a {
  color: #D6341A;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.page-contact .contact-form {
  padding-bottom: 50px;
}

.page-contact .contact-form br {
  display: none;
}

.page-contact .contact-form h2 {
  font-size: 56px;
  font-weight: 100;
  line-height: 72px;
  color: #142738;
  margin-bottom: 5px;
}

.page-contact .contact-form form label {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #142738;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 30px;
}

.page-contact .contact-form form label.check {
  letter-spacing: 0;
  text-transform: none;
  text-align: justify;
  margin-top: 0;
}

.page-contact .contact-form form label.check+.check+.check {
  margin-top: 15px;
  margin-bottom: 40px !important;
}

.page-contact .contact-form form label.check input {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
}

.page-contact .contact-form form input,
.page-contact .contact-form form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #F8D350;
  height: 54px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-contact .contact-form form input::-webkit-input-placeholder,
.page-contact .contact-form form textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-contact .contact-form form input::-moz-placeholder,
.page-contact .contact-form form textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-contact .contact-form form input:-ms-input-placeholder,
.page-contact .contact-form form textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-contact .contact-form form input:-moz-placeholder,
.page-contact .contact-form form textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-contact .contact-form form textarea {
  resize: none;
  padding: 10px;
  height: 168px;
  margin-bottom: 30px;
}

.page-contact .contact-form form .btn {
  line-height: 56px;
  padding: 0 60px;
  float: right;
  letter-spacing: 3px;
}

.page-contact .after-red {
  position: relative;
}

.page-contact .after-red:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 250px;
  border: 2px solid #D6341A;
}

@media only screen and (max-width: 992px) {
  .page-contact .after-red:after {
    height: 400px;
  }
}

@media only screen and (max-width: 490px) {
  .page-contact .after-red:after {
    height: 415px;
  }
}

@media only screen and (max-width: 356px) {
  .page-contact .after-red:after {
    height: 450px;
  }
}

@media only screen and (max-width: 340px) {
  .page-contact .after-red:after {
    height: 470px;
  }
}

.page-news .body .header {
  background-color: #F8F2EF;
}

.header-container {
  max-width: 90%;
}

.page-news .body .header h1 {
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  color: #142738;
  padding: 60px 0;
}

.page-news .body .news-box {
  padding: 60px 0 20px 0;
}

@media only screen and (max-width: 996px) {
  .page-news .body .news-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.page-news .body .news-box .news {
  margin-bottom: 70px;
}

.page-news .body .news-box .news a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

@media only screen and (max-width: 996px) {
  .page-news .body .news-box .news a {
    margin: 0 !important;
  }
}

.page-news .body .news-box .news a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.page-news .pagination {
  width: 100%;
}

.page-news .pagination a {
  text-transform: lowercase !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}

.page-news .pagination a:after {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .page-news .pagination div.news {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
}

.page-news .pagination nav {
  text-align: center;
}

.page-news .pagination nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-news .pagination nav button:hover,
.page-news .pagination nav button.underline {
  color: #142738;
}

.page-news .pagination nav button:hover:before,
.page-news .pagination nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 6px;
  width: 60%;
  transition: 300ms;
}

.page-products #main-page-slider {
  list-style: none;
}

.page-products #main-page-slider li {
  position: relative;
  min-height: 60vh;
}

@media only screen and (max-width: 996px) {
  .page-products #main-page-slider li {
    min-height: calc(100vh - 100px);
  }
}

.page-products #main-page-slider li .section-header {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
}

@media (min-width: 576px) {
  .page-products #main-page-slider li .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .page-products #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .page-products #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-products #main-page-slider li .section-header {
    padding: 50px 20px 50px 230px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .page-products #main-page-slider li .section-header {
    padding: 50px 20px 50px 130px;
  }
}

.page-products #main-page-slider li .btn {
  display: block;
  margin-top: 50px;
  max-width: 300px;
  padding: 0;
}

@media only screen and (max-width: 996px) {
  .page-products .products-section {
    padding: 0 15px;
  }
}

.page-products .products-section .container {
  position: relative;
}

.page-products .products-section .container h2 {
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  .page-products .products-section .container h2 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 996px) {
  .page-products .products-section .container h2 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 996px) {
  .page-products .products-section .container h2 {
    font-size: 38px;
  }
}

.page-products .products-section .container nav.products-nav {
  position: absolute;
  top: 22px;
  right: 0;
}

@media only screen and (max-width: 1200px) {
  .page-products .products-section .container nav.products-nav {
    top: 65px;
    left: -6px;
    right: auto;
  }
}

.page-products .products-section .container nav.products-nav a {
  border: none;
  font-size: 16px;
  padding: 0 8px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  display: inline-block;
  transition: 300ms;
}

@media only screen and (max-width: 996px) {
  .page-products .products-section .container nav.products-nav a {
    font-size: 13px;
    padding: 0 5px;
  }
}

.page-products .products-section .container nav.products-nav a.underline {
  color: #142738;
}

.page-products .products-section .container nav.products-nav a.underline:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 90%;
  transition: 300ms;
}

.page-products .products-section #products-box {
  list-style: none;
  padding: 0 !important;
  width: 100%;
}

.page-products .products-section #products-box div {
  display: block;
  width: 100%;
}

.page-products .products-section #products-box div .product-thumbnail {
  margin-bottom: 120px;
}

.page-products .products-section #products-box div .product-thumbnail img {
  max-width: 100%;
}

.page-products .products-section #products-box div .product-thumbnail a {
  color: #D6341A;
}

.page-products .products-section #products-box div .product-thumbnail a:hover,
.page-products .products-section #products-box div .product-thumbnail a:focus,
.page-products .products-section #products-box div .product-thumbnail a:active {
  text-decoration: none;
}

@media only screen and (max-width: 996px) {
  .page-products .products-section #products-box div .product-thumbnail {
    margin-bottom: 60px;
  }
}

.page-products .products-section .pagination {
  width: 100%;
}

.page-products .products-section .pagination a {
  text-transform: lowercase !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #D6341A;
}

.page-products .products-section .pagination a:after {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .page-products .products-section .pagination div.news {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
}

.page-products .products-section .pagination nav {
  text-align: center;
}

.page-products .products-section .pagination nav .page-numbers button {
  position: relative;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-products .products-section .pagination nav .page-numbers button:not(.nextprev):hover {
  color: #142738;
}

.page-products .products-section .pagination nav .page-numbers button:not(.nextprev):hover:before {
  content: " ";
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 6px;
  width: 60%;
  background: #D6341A;
  opacity: 0.5;
  transition: 300ms;
}

.page-products .products-section .pagination nav .page-numbers.current button {
  color: #142738;
}

.page-products .products-section .pagination nav .page-numbers.current button:before {
  content: " ";
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 6px;
  width: 60%;
  background: #D6341A;
  opacity: 0.5;
  transition: 300ms;
}

/* .page-product h2 {
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 35px;
} */

@media only screen and (max-width: 996px) {
  .page-product h2 {
    font-size: 38px;
  }
}

.page-product .recipt-slider-content {
  background: #F8F2EF;
  padding: 80px 50px;
  margin-top: 80px;
}

@media only screen and (max-width: 996px) {
  .page-product .recipt-slider-content {
    padding: 20px 10px;
  }
}

.page-product .recipt-slider-content .lSAction {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto !important;
  height: 40px;
  transform: translateY(-270%);
  max-width: 180px;
}

@media only screen and (max-width: 767px) {
  .page-product .recipt-slider-content .lSAction {
    max-width: 50% !important;
    top: 0px !important;
    padding: 0 !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.page-product .recipt-slider-content ul li {
  margin: 0 !important;
}

.page-product .recipt-slider-content ul li h2 {
  margin-bottom: 60px;
  font-weight: 200;
}

@media only screen and (max-width: 996px) {
  .page-product .recipt-slider-content ul li h2 {
    margin-bottom: 0px;
    font-weight: 200;
    font-size: 30px;
    margin-top: 30px;
  }
}

.page-product .recipt-slider-content ul li h3 {
  color: #142738;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #142738;
  margin-bottom: 20px;
}

@media only screen and (max-width: 996px) {
  .page-product .recipt-slider-content ul li h3 {
    font-size: 28px;
  }
}

.page-product .recipt-slider-content ul li img {
  top: 20px;
  left: 5%;
  width: 95%;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .page-product .recipt-slider-content ul li img {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
    margin-bottom: 25px;
  }
}

.page-product .recipt-slider-content ul li p {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #142738;
  margin-bottom: 30px;
}

.page-product .recipt-slider-content ul li p span {
  font-weight: 24px;
  font-weight: 300;
}

.page-product .recipt-slider-content ul li p+ul:not(.numbered) {
  padding: 0;
  margin: 0;
  margin-top: -15px;
  list-style: none;
}

@media only screen and (max-width: 996px) {
  .page-product .recipt-slider-content ul li p+ul:not(.numbered) {
    margin-top: 0;
  }
}

.page-product .recipt-slider-content ul li p+ul:not(.numbered) li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  color: #142738;
  padding: 0 8px 0 13px;
}

.page-product .recipt-slider-content ul li p+ul:not(.numbered) li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #CA9885;
}

.page-product .recipt-slider-content ul li ul.numbered {
  padding: 0;
  margin: 0;
  margin-top: -15px;
  list-style: none;
}

@media only screen and (max-width: 996px) {
  .page-product .recipt-slider-content ul li ul.numbered {
    margin-top: 0;
  }
}

.page-product .recipt-slider-content ul li ul.numbered li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  color: #142738;
  padding: 10px 8px 10px 42px;
  min-height: 60px;
}

.page-product .recipt-slider-content ul li ul.numbered li:before {
  content: attr(data-num);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #CA9885;
  font-size: 42px;
  font-weight: 300;
  line-height: 42px;
}

.page-product .product-section {
  margin-top: 80px;
}

.page-product .product-section .breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-product .product-section .breadcrumbs li {
  position: relative;
  display: inline-block;
}

.page-product .product-section .breadcrumbs li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  color: #142738;
  font-weight: 200;
}

.page-product .product-section .breadcrumbs li a {
  color: #D6341A;
  text-decoration: none;
}

.page-product .product-section .breadcrumbs li span {
  color: #142738;
}

.page-product .product-section .breadcrumbs li a,
.page-product .product-section .breadcrumbs li span {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.page-product .product-section .product-image {
  max-width: 100%;
}

.page-product .product-section .content span.cat {
  font-size: 14px;
  letter-spacing: 5.83px;
  line-height: 18px;
  color: #CA9885;
  text-transform: uppercase;
  font-weight: 300;
}

.page-product .product-section .content h1.title {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  color: #142738;
}

.page-product .product-section .content h1.title small {
  display: block;
  margin: 10px auto 40px auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
}

.page-product .product-section .content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0px;
  color: #142738;
}

.page-product .product-section .content p:not(.last) {
  margin-bottom: 30px;
}

.page-product .product-section .content p span {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.page-product .product-section .content table {
  width: 100%;
  max-width: 400px;
}

.page-product .product-section .content table td {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0px;
}

.page-product .product-section .content table td b {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 996px) {
  .page-product .product-section .products-slider-content #products-slider {
    margin: 0;
  }
}

.page-product .product-section .products-slider-content .product-thumbnail {
  margin-bottom: 0 !important;
}

.page-product .product-section .products-slider-content .container {
  position: relative;
}

.page-product .product-section .products-slider-content .container nav {
  position: absolute;
  top: 22px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .page-product .product-section .products-slider-content .container nav {
    top: 65px;
    left: 8px;
    right: auto;
  }
}

.page-product .product-section .products-slider-content .container nav button {
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  display: inline-block;
  transition: 300ms;
}

@media only screen and (max-width: 767px) {
  .page-product .product-section .products-slider-content .container nav button {
    font-size: 13px;
    padding: 0 5px;
  }
}

.page-product .product-section .products-slider-content .container nav button.underline {
  color: #142738;
}

.page-product .product-section .products-slider-content .container nav button.underline:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 90%;
  transition: 300ms;
}

.page-product .product-section .products-slider-content #products-slider {
  list-style: none;
  padding: 0 !important;
}

.page-product .product-section .products-slider-content #products-slider li {
  transition: 300ms;
}

.page-product .product-section .products-slider-content #products-slider li img {
  width: 100%;
  display: block;
}

.page-product .product-section .products-slider-content #products-slider li a {
  color: #D6341A;
}

.page-product .product-section .products-slider-content #products-slider li a:hover,
.page-product .product-section .products-slider-content #products-slider li a:focus,
.page-product .product-section .products-slider-content #products-slider li a:active {
  text-decoration: none;
}

.page-product .product-section .products-slider-content #products-slider li p {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #D6341A;
}

.page-product .product-section .products-slider-content #products-slider li p:first-of-type {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 5px;
  line-height: 24px;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-product .product-section .products-slider-content #products-slider li p:last-of-type {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #142738 !important;
}

.page-product .product-section .products-slider-content #products-slider li p:last-of-type a {
  color: #142738 !important;
}

@media only screen and (min-width: 1400px) {

  .page-product .product-section .products-slider-content #products-slider .lslide.active,
  .page-product .product-section .products-slider-content #products-slider .lslide.active+div+div+div+div+div {
    opacity: 0.4;
  }
}

.page-product .product-section .products-slider-content .lSAction {
  right: 0;
  margin: 0 auto;
  top: 50% !important;
}

.page-product .product-section .lSAction {
  position: absolute !important;
  top: 55%;
  left: 0;
  height: 40px;
  transform: translateY(-50%);
  transition: .3s;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .page-product .product-section .lSAction {
    top: 32%;
  }
}

@media (max-width: 991.98px) {
  .page-product .product-section .lSAction {
    top: 30%;
  }
}

.page-product .product-section .lSAction>a {
  width: 20px;
  height: 40px;
  background: url("data:image/png;base64,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");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0;
  transform: translateY(-50%);
  opacity: 1 !important;
}

.page-product .product-section .lSAction>a.lSNext {
  transform: translateY(-50%) rotate(180deg);
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .page-product .product-section .lSAction>a.lSNext {
    right: 10px;
  }
}

.page-product .product-section .lSAction>a.lSPrev {
  left: 50px;
}

@media only screen and (max-width: 767px) {
  .page-product .product-section .lSAction>a.lSPrev {
    left: 10px;
  }
}

.page-brands .body {
  border: 1px solid #F8F2EF;
}

.page-brands .body .header {
  background-color: #F8F2EF;
}

.page-brands .body .header h1 {
  font-size: 56px;
  font-weight: 100;
  line-height: 72px;
  color: #142738;
  padding: 60px 0;
}

.page-brands .body .brand {
  padding: 40px 0;
  border-bottom: 1px solid #F8F2EF;
  overflow: hidden;
}

.page-brands .body .brand h3 {
  font-size: 56px;
  font-weight: 100;
  line-height: 72px;
  color: #142738;
  margin-bottom: 35px;
}

.page-brands .body .brand p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
  margin-bottom: 35px;
}

.page-brands .body .brand a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

.page-brands .body .brand a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.page-brands .body .brand .image img {
  max-width: 100%;
  width: 100%;
}

body.page-single-news .news-header {
  min-height: 70vh;
  position: relative;
}

body.page-single-news .news-header .section-header {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
}

body.page-single-news .news-header .section-header h1 {
  font-weight: 100;
}

@media only screen and (max-width: 340px) {
  body.page-single-news .news-header .section-header h1 {
    font-size: 2.6rem;
    line-height: 1.5em;
  }
}

body.page-single-news .news-header .section-header p {
  display: block;
  color: #CA9885;
  font-size: 2rem;
  line-height: 2.5rem;
}

@media (min-width: 576px) {
  body.page-single-news .news-header .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  body.page-single-news .news-header .section-header {
    padding: 40px 40px 40px 50px;
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  body.page-single-news .news-header .section-header {
    padding: 40px 40px 50px 210px;
  }
}

@media only screen and (max-width: 340px) {
  body.page-single-news .news-header .section-header {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.page-single-news .news-header .section-header {
    width: 100%;
    text-align: center;
  }
}

body.page-single-news .article .header {
  padding: 50px 15px 30px 15px;
}

@media (min-width: 768px) {
  body.page-single-news .article .header {
    padding: 90px 15px 60px 15px;
  }
}

body.page-single-news .article p {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

body.page-single-news .more-news {
  border: 1px solid #F8F2EF;
}

.page-our-productions #main-page-slider {
  list-style: none;
}

.page-our-productions #main-page-slider li {
  position: relative;
  min-height: calc(100vh - 100px);
}

.page-our-productions #main-page-slider li .section-header {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
}

@media (min-width: 576px) {
  .page-our-productions #main-page-slider li .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {
  .page-our-productions #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {
  .page-our-productions #main-page-slider li .section-header {
    padding: 50px 20px 50px 50px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .page-our-productions #main-page-slider li .section-header {
    padding: 50px 120px 50px 200px;
    max-width: 60%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
  .page-our-productions #main-page-slider li .section-header {
    padding: 50px 20px 50px 150px;
  }
}

@media only screen and (max-width: 340px) {
  .page-our-productions #main-page-slider li .section-header {
    font-size: 2.6rem;
    line-height: 1.5em;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .page-our-productions #main-page-slider li .section-header {
    width: 100%;
    text-align: center;
  }
}

.page-our-productions #main-page-slider li .section-header p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 25px;
  margin-bototm: 0;
}

.page-our-productions #main-page-slider li .btn {
  display: block;
  margin-top: 40px;
  max-width: 300px;
  padding: 0;
}

.page-our-productions .text-section {
  margin-top: 70px;
  margin-bottom: 50px;
}

.page-our-productions .text-section h2 {
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 996px) {
  .page-our-productions .text-section h2 {
    font-size: 38px;
  }
}

.page-our-productions .text-section p {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
}

.page-our-productions .text-section p .underline:before {
  bottom: 4px;
  height: 8px;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .text-section p .underline:before {
    height: 4px;
  }
}

.page-our-productions .text-section p.bigger {
  font-size: 34px;
  font-style: italic;
  line-height: 42px;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .text-section p.bigger {
    font-size: 22px;
    line-height: 30px;
  }
}

.page-our-productions .text-section p.caption {
  font-style: italic;
  font-weight: 200;
  font-size: 14px;
  line-height: 22px;
}

.page-our-productions .text-section img {
  max-width: 100%;
}

.page-our-productions .text-section img.bigger {
  width: 120%;
  max-width: 120%;
}

.page-our-productions .text-section img.bigger.left {
  float: left;
}

.page-our-productions .text-section img.bigger.right {
  float: right;
}

.page-our-productions .certificates-slider-content {
  position: relative;
}

.page-our-productions .certificates-slider-content nav {
  position: absolute;
  top: 22px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .certificates-slider-content nav {
    display: none;
  }
}

.page-our-productions .certificates-slider-content nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-our-productions .certificates-slider-content nav button.underline {
  color: #142738;
}

.page-our-productions .certificates-slider-content nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

.page-our-productions .certificates-slider-content #certificates-slider li img {
  max-height: 260px;
  display: block;
  margin: 0 auto;
}

.page-our-productions .certificates-slider-content #certificates-slider li p {
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.page-our-productions .news-box {
  position: relative;
  background: #142738;
  padding: 20px 0 60px 0;
  margin-top: 80px;
}

@media (min-width: 992px) {
  .page-our-productions .news-box {
    padding: 40px 0 70px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-our-productions .news-box {
    padding-bottom: 30px;
  }
}

.page-our-productions .news-box .container {
  position: relative;
}

.page-our-productions .news-box .container .lSAction {
  transform: translateY(-500%);
}

.page-our-productions .news-box .news-header {
  position: relative;
  min-height: 20px;
}

.page-our-productions .news-box .news-header h2 {
  font-size: 56px;
  font-weight: 200;
  color: #fff;
  margin: 0;
}

@media only screen and (max-width: 996px) {
  .page-our-productions .news-box .news-header h2 {
    font-size: 38px;
  }
}

.page-our-productions .news-box nav {
  position: absolute;
  top: 95px;
  right: 120px;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .news-box nav {
    display: none;
  }
}

.page-our-productions .news-box nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
  display: none;
}

.page-our-productions .news-box nav button:nth-child(1),
.page-our-productions .news-box nav button:nth-child(2) {
  display: inline-block;
}

.page-our-productions .news-box nav button.underline {
  color: #fff;
}

.page-our-productions .news-box nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

.page-our-productions .news-box #species-slider li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.page-our-productions .news-box #species-slider li p {
  display: block;
  text-align: center;
  color: #fff !important;
  marign-bottom: 0;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.page-our-productions .news-box #species-slider li p span {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 13px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.6;
}

@media only screen and (min-width: 1400px) {

  .page-our-productions .news-box #species-slider li.lslide.active,
  .page-our-productions .news-box #species-slider li.lslide.active+li+li+li+li+li+li+li {
    opacity: 0.4;
  }
}

@media only screen and (min-width: 1400px) {

  .page-our-productions .news-box #species-slider.six li.lslide.active,
  .page-our-productions .news-box #species-slider.six li.lslide.active+li+li+li+li+li {
    opacity: 0.4;
  }
}

.page-our-productions .second-box .second-header {
  position: relative;
  min-height: 20px;
}

.page-our-productions .second-box .second-header h2 {
  position: absolute;
  right: 0;
  top: -30px;
  background: #fff;
  font-weight: 200;
  margin: 0;
  padding-right: 15px;
  text-align: right;
}

.page-our-productions .second-box .second-header h2 span {
  position: relative;
  z-index: 1;
}

.page-our-productions .second-box .second-header h2 span.underline:before {
  bottom: 4px;
  height: 6px;
}

@media (min-width: 992px) {
  .page-our-productions .second-box .second-header h2 span.underline:before {
    bottom: 8px;
    height: 8px;
  }
}

.page-our-productions .second-box .second-header h2:after {
  content: " ";
  position: absolute;
  width: 200%;
  height: 120px;
  top: -30px;
  left: -80px;
  background: #fff;
  z-index: 0;
}

.page-our-productions .second-box .group-in-numbers-slider {
  position: relative;
}

.page-our-productions .second-box .group-in-numbers-slider nav {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .page-our-productions .second-box .group-in-numbers-slider nav {
    display: none;
    bottom: -24px;
  }
}

.page-our-productions .second-box .group-in-numbers-slider nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-our-productions .second-box .group-in-numbers-slider nav button.underline {
  color: #142738;
}

.page-our-productions .second-box .group-in-numbers-slider nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider {
    margin: 30px 0;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .item-title {
  font-weight: 300;
  color: #142738;
  margin: 30px;
  font-size: 38px;
  width: 100%;
}

.page-our-productions .second-box .group-in-numbers-slider .slider .item-title .underline {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

@media (min-width: 768px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .item-title .underline {
    font-size: 3.2rem;
    line-height: 4rem;
  }
}

@media (min-width: 1600px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .item-title .underline {
    font-size: 7.2rem;
    line-height: 4.2rem;
  }

  .page-our-productions .second-box .group-in-numbers-slider .slider .item-title .underline:before {
    height: 8px;
    bottom: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .item-title .underline {
    margin: 10px;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide {
  opacity: .5;
  transition: 300ms;
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .img-horizontal {
  height: 100%;
  width: 40%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .img-horizontal {
    width: 100%;
    height: 50%;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .img-vertical {
  height: 100%;
  width: 40%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .img-vertical {
    width: 50%;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide.active {
  margin-left: 0;
  opacity: 1;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide.active+li {
    margin-left: -225px;
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide.active+li {
    margin-left: -300px;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-1 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 60px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-1 {
    width: calc(35% - 15px);
    margin: 0 15px 30px 10%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-2 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 30px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-2 img {
  width: 55%;
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-2 h4 {
  width: 40%;
  margin-left: calc(30px + 5%);
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-2 {
    width: calc(50% - 30px);
    margin: 30px 15px 60px 15px;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-3 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 30px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-3 {
    width: calc(50% - 15px);
    margin: 30px 15px 0 0;
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-3 img {
  width: 60%;
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-3 .item-title {
  margin: 0 0 0 60px;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-3 .item-title {
    width: calc(40% - 60px);
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-4 {
  border: 1px solid #F8F2EF;
  width: calc(100% - 30px);
  margin: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-4 img {
  max-height: 420px;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-4 {
    margin: 0 15px 30px 15px;
    width: calc(50% - 30px);
  }
}

.page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-4 .item-title {
  margin: 0 0 0 60px;
}

@media (min-width: 1200px) {
  .page-our-productions .second-box .group-in-numbers-slider .slider .slide .item-4 .item-title {
    width: 50%;
  }
}

.page-our-productions .second-box .after-group-in-numbers-slider {
  text-align: center;
}

.page-our-productions .two-maps .map-block {
  min-height: 460px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .two-maps .map-block:first-of-type {
    margin-bottom: 30px;
  }
}

.page-our-productions .two-maps .map-block .marker-content {
  padding: 30px 50px 10px 30px;
}

.page-our-productions .two-maps .map-block .marker-content h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 20px;
}

.page-our-productions .two-maps .map-block .marker-content p {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

.page-our-productions .gallery-slider-content {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .gallery-slider-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.page-our-productions .gallery-slider-content .container {
  position: relative;
}

.page-our-productions .gallery-slider-content .container nav {
  position: absolute;
  top: 22px;
  right: 0;
}

.page-our-productions .gallery-slider-content .container nav button {
  border: none;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-our-productions .gallery-slider-content .container nav button.underline {
  color: #142738;
}

.page-our-productions .gallery-slider-content .container nav button.underline:before {
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 60%;
  transition: 300ms;
}

.page-our-productions .gallery-slider-content #gallery-slider li img {
  min-height: 319px;
  width: 100%;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .page-our-productions .gallery-slider-content #gallery-slider li img {
    min-height: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .page-our-productions .gallery-slider-content #gallery-slider li img {
    margin-bottom: 30px;
  }
}

.page-our-productions .products-slider-content .container {
  position: relative;
}

.page-our-productions .products-slider-content .container nav {
  position: absolute;
  top: 22px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .products-slider-content .container nav {
    top: 65px;
    left: 8px;
    right: auto;
  }
}

.page-our-productions .products-slider-content .container nav button {
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  display: inline-block;
  transition: 300ms;
}

@media only screen and (max-width: 767px) {
  .page-our-productions .products-slider-content .container nav button {
    font-size: 13px;
    padding: 0 5px;
  }
}

.page-our-productions .products-slider-content .container nav button.underline {
  color: #142738;
}

.page-our-productions .products-slider-content .container nav button.underline:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 90%;
  transition: 300ms;
}

.page-our-productions .products-slider-content #products-slider {
  list-style: none;
  padding: 0 !important;
}

.page-our-productions .products-slider-content #products-slider li {
  transition: 300ms;
}

.page-our-productions .products-slider-content #products-slider li img {
  width: 100%;
  display: block;
}

.page-our-productions .products-slider-content #products-slider li p {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #D6341A;
}

.page-our-productions .products-slider-content #products-slider li p:first-of-type {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 5px;
  line-height: 24px;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.page-our-productions .products-slider-content #products-slider li p:last-of-type {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

@media only screen and (min-width: 1400px) {

  .page-our-productions .products-slider-content #products-slider .lslide.active,
  .page-our-productions .products-slider-content #products-slider .lslide.active+li+li+li+li+li {
    opacity: 0.4;
  }
}

.page-careers .apply-now,
.single-career .apply-now {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

.page-careers .apply-now:after,
.single-career .apply-now:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.page-careers form .acceptance label,
.single-career form .acceptance label {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #142738;
  text-transform: none;
  letter-spacing: 0;
}

.page-careers .careers-areas-nav,
.single-career .careers-areas-nav {
  background-color: #F8F2EF;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 25px 30px;
}

.page-careers .careers-areas-nav a,
.single-career .careers-areas-nav a {
  text-decoration: none;
  color: #D6341A;
  display: inline-block;
}

.page-careers .careers-areas-nav a:hover,
.page-careers .careers-areas-nav a.underline,
.single-career .careers-areas-nav a:hover,
.single-career .careers-areas-nav a.underline {
  color: #000;
}

.page-careers .careers-areas-nav hr,
.single-career .careers-areas-nav hr {
  border-top: 1px solid #F8D350;
  margin: 15px auto;
}

.page-careers #main-page-slider,
.single-career #main-page-slider {
  list-style: none;
}

.page-careers #main-page-slider li,
.single-career #main-page-slider li {
  position: relative;
}

.page-careers #main-page-slider li .section-header,
.single-career #main-page-slider li .section-header {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  padding: 30px;
  color: #142738;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

.page-careers #main-page-slider li .section-header small,
.single-career #main-page-slider li .section-header small {
  font-size: 20px;
  line-height: 24px;
  display: block;
}

@media (min-width: 576px) {

  .page-careers #main-page-slider li .section-header,
  .single-career #main-page-slider li .section-header {
    max-width: 80%;
  }
}

@media (min-width: 768px) {

  .page-careers #main-page-slider li .section-header,
  .single-career #main-page-slider li .section-header {
    padding: 50px 60px 50px 50px;
    max-width: 60%;
  }
}

@media (min-width: 992px) {

  .page-careers #main-page-slider li .section-header,
  .single-career #main-page-slider li .section-header {
    padding: 50px 80px 50px 50px;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {

  .page-careers #main-page-slider li .section-header,
  .single-career #main-page-slider li .section-header {
    padding: 50px 100px 50px 230px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {

  .page-careers #main-page-slider li .section-header,
  .single-career #main-page-slider li .section-header {
    padding: 50px 100px 50px 130px;
  }
}

.page-careers #main-page-slider li .btn,
.single-career #main-page-slider li .btn {
  display: block;
  margin-top: 50px;
  max-width: 300px;
  padding: 0;
}

.page-careers #job_offers,
.single-career #job_offers {
  transition: .5s;
}

.page-careers #job_offers .loader,
.single-career #job_offers .loader {
  margin: 0 auto;
}

.page-careers .career-header,
.single-career .career-header {
  position: relative;
}

.page-careers .career-header h2,
.single-career .career-header h2 {
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1200px) {

  .page-careers .career-header h2,
  .single-career .career-header h2 {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 996px) {

  .page-careers .career-header h2,
  .single-career .career-header h2 {
    margin-bottom: 60px !important;
    font-size: 36px !important;
    line-height: 1.5em !important;
  }
}

.page-careers .career-header .career-locations-col,
.single-career .career-header .career-locations-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

@media (max-width: 991.98px) {

  .page-careers .career-header .career-locations-col,
  .single-career .career-header .career-locations-col {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
}

.page-careers .career-header nav.careers-nav,
.single-career .career-header nav.careers-nav {
  width: 100%;
}

.page-careers .career-header nav.careers-nav a,
.single-career .career-header nav.careers-nav a {
  border: none;
  font-size: 16px;
  padding: 0 8px;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  display: inline-block;
  transition: 300ms;
}

.page-careers .career-header nav.careers-nav a:hover,
.page-careers .career-header nav.careers-nav a:focus,
.page-careers .career-header nav.careers-nav a:active,
.single-career .career-header nav.careers-nav a:hover,
.single-career .career-header nav.careers-nav a:focus,
.single-career .career-header nav.careers-nav a:active {
  text-decoration: none;
}

@media only screen and (max-width: 996px) {

  .page-careers .career-header nav.careers-nav a,
  .single-career .career-header nav.careers-nav a {
    font-size: 13px;
    padding: 0 5px;
  }
}

.page-careers .career-header nav.careers-nav a.underline,
.single-career .career-header nav.careers-nav a.underline {
  color: #142738;
}

.page-careers .career-header nav.careers-nav a.underline:before,
.single-career .career-header nav.careers-nav a.underline:before {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 4px;
  width: 90%;
  transition: 300ms;
}

.page-careers .pagination,
.single-career .pagination {
  width: 100%;
}

.page-careers .pagination a,
.single-career .pagination a {
  text-transform: lowercase !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #D6341A;
}

.page-careers .pagination a:after,
.single-career .pagination a:after {
  display: none !important;
}

@media only screen and (max-width: 767px) {

  .page-careers .pagination div.news,
  .single-career .pagination div.news {
    text-align: center !important;
    margin-bottom: 30px !important;
  }
}

.page-careers .pagination nav,
.single-career .pagination nav {
  text-align: center;
}

.page-careers .pagination nav .page-numbers button,
.single-career .pagination nav .page-numbers button {
  position: relative;
  border: none;
  padding: 0 10px;
  font-size: 20px;
  letter-spacing: 5px;
  line-height: 30px;
  text-align: center;
  background: none;
  color: #D6341A;
  cursor: pointer;
  transition: 300ms;
}

.page-careers .pagination nav .page-numbers button:not(.nextprev):hover,
.single-career .pagination nav .page-numbers button:not(.nextprev):hover {
  color: #142738;
}

.page-careers .pagination nav .page-numbers button:not(.nextprev):hover:before,
.single-career .pagination nav .page-numbers button:not(.nextprev):hover:before {
  content: " ";
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 6px;
  width: 60%;
  background: #D6341A;
  opacity: 0.5;
  transition: 300ms;
}

.page-careers .pagination nav .page-numbers button.nextprev,
.single-career .pagination nav .page-numbers button.nextprev {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
}

.page-careers .pagination nav .page-numbers button.nextprev.next-right,
.single-career .pagination nav .page-numbers button.nextprev.next-right {
  float: right;
}

.page-careers .pagination nav .page-numbers button.nextprev.previous-left,
.single-career .pagination nav .page-numbers button.nextprev.previous-left {
  float: left;
}

.page-careers .pagination nav .page-numbers.current button,
.single-career .pagination nav .page-numbers.current button {
  color: #142738;
}

.page-careers .pagination nav .page-numbers.current button:before,
.single-career .pagination nav .page-numbers.current button:before {
  content: " ";
  position: absolute;
  left: 44%;
  transform: translateX(-50%);
  bottom: 7px;
  height: 6px;
  width: 60%;
  background: #D6341A;
  opacity: 0.5;
  transition: 300ms;
}

.page-careers .career-box.two h2,
.single-career .career-box.two h2 {
  color: #142738;
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
}

.page-careers .career-box.two h2 small,
.single-career .career-box.two h2 small {
  display: block;
  color: #142738;
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
}

.page-careers .career-box.two h2 small a,
.single-career .career-box.two h2 small a {
  color: #142738;
}

.page-careers .career-box.two h2 small a:hover,
.single-career .career-box.two h2 small a:hover {
  color: #D6341A;
}

.page-careers .career,
.single-career .career {
  margin-bottom: 100px;
}

.page-careers .career .no-pad,
.single-career .career .no-pad {
  padding: 0;
}

.page-careers .career .career-header h2,
.single-career .career .career-header h2 {
  color: #142738;
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 40px;
}

.page-careers .career .career-header h3,
.single-career .career .career-header h3 {
  color: #142738;
  font-size: 34px;
  font-style: italic;
  line-height: 42px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {

  .page-careers .career .career-header h3,
  .single-career .career .career-header h3 {
    color: #142738;
    font-size: 20px;
    line-height: 24px;
    font-style: italic;
    font-weight: 400;
  }
}

.page-careers .career h4,
.single-career .career h4 {
  color: #142738;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.page-careers .career p,
.single-career .career p {
  color: #142738;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.page-careers .career.icons-section img,
.single-career .career.icons-section img {
  height: 60px;
  width: auto;
  margin-bottom: 25px;
}

.page-careers .career.icons-section ul,
.single-career .career.icons-section ul {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-careers .career.icons-section ul li,
.single-career .career.icons-section ul li {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {

  .page-careers .career.icons-section ul li,
  .single-career .career.icons-section ul li {
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media (min-width: 576px) {

  .page-careers .career.icons-section ul li,
  .single-career .career.icons-section ul li {
    width: calc(100% / 2);
  }
}

@media (min-width: 768px) {

  .page-careers .career.icons-section ul li,
  .single-career .career.icons-section ul li {
    width: calc(100% / 3);
  }
}

@media (min-width: 992px) {

  .page-careers .career.icons-section ul li,
  .single-career .career.icons-section ul li {
    width: calc(100% / 5);
  }
}

.page-careers .career.icons-section ul li h4,
.single-career .career.icons-section ul li h4 {
  margin-bottom: 10px;
}

.page-careers .career.production-section,
.single-career .career.production-section {
  margin-bottom: 0;
}

.page-careers .career.production-section .row-prod,
.single-career .career.production-section .row-prod {
  z-index: 10;
  position: relative;
}

@media (min-width: 992px) {

  .page-careers .career.production-section .row-prod,
  .single-career .career.production-section .row-prod {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.page-careers .career.production-section .row-prod .p-col,
.single-career .career.production-section .row-prod .p-col {
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 992px) {

  .page-careers .career.production-section .row-prod .p-col,
  .single-career .career.production-section .row-prod .p-col {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: start;
    height: 570px;
    margin: 0;
  }
}

.page-careers .career.production-section .row-prod .p-col .white-box,
.single-career .career.production-section .row-prod .p-col .white-box {
  background: #fff;
  width: 270px;
  border: 1px solid #F8F2EF;
  padding: 30px;
  position: absolute;
}

@media (max-width: 991.98px) {

  .page-careers .career.production-section .row-prod .p-col .white-box,
  .single-career .career.production-section .row-prod .p-col .white-box {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
  }
}

.page-careers .career.production-section .row-prod .p-col .white-box.arrow-top:after,
.single-career .career.production-section .row-prod .p-col .white-box.arrow-top:after {
  content: '';
  position: absolute;
  left: 30px;
  top: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.page-careers .career.production-section .row-prod .p-col .white-box.arrow-bottom:after,
.single-career .career.production-section .row-prod .p-col .white-box.arrow-bottom:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
}

@media (max-width: 991.98px) {

  .page-careers .career.production-section .row-prod .p-col .white-box.arrow-bottom:after,
  .single-career .career.production-section .row-prod .p-col .white-box.arrow-bottom:after {
    border-top: 0;
    border-bottom: 15px solid #fff;
    top: -15px;
    bottom: auto;
  }
}

.page-careers .career.production-section .row-prod .p-col .white-box p.title,
.single-career .career.production-section .row-prod .p-col .white-box p.title {
  color: #142738;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

@media (min-width: 992px) {

  .page-careers .career.production-section .row-prod .p-col:nth-child(1),
  .single-career .career.production-section .row-prod .p-col:nth-child(1) {
    width: 36%;
  }

  .page-careers .career.production-section .row-prod .p-col:nth-child(1) .white-box,
  .single-career .career.production-section .row-prod .p-col:nth-child(1) .white-box {
    top: 290px;
    right: 100px;
  }

  .page-careers .career.production-section .row-prod .p-col:nth-child(2),
  .single-career .career.production-section .row-prod .p-col:nth-child(2) {
    width: 27%;
  }

  .page-careers .career.production-section .row-prod .p-col:nth-child(2) .white-box,
  .single-career .career.production-section .row-prod .p-col:nth-child(2) .white-box {
    top: -30px;
    left: 30px;
  }

  .page-careers .career.production-section .row-prod .p-col:nth-child(3),
  .single-career .career.production-section .row-prod .p-col:nth-child(3) {
    width: 37%;
  }

  .page-careers .career.production-section .row-prod .p-col:nth-child(3) .white-box,
  .single-career .career.production-section .row-prod .p-col:nth-child(3) .white-box {
    top: 290px;
    left: 30px;
  }
}

.page-careers .career.production-section .career-map,
.single-career .career.production-section .career-map {
  height: 630px;
  z-index: 5;
  position: relative;
}

.page-careers form label,
.single-career form label {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  color: #142738;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 30px;
}

.page-careers form label.check,
.single-career form label.check {
  letter-spacing: 0;
  text-transform: none;
  text-align: justify;
  margin-top: 0;
}

.page-careers form label.check+.check,
.single-career form label.check+.check {
  margin-top: 15px;
  margin-bottom: 40px !important;
}

.page-careers form label.check input,
.single-career form label.check input {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-right: 10px;
}

.page-careers form input,
.page-careers form textarea,
.single-career form input,
.single-career form textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid #F8D350;
  height: 54px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-careers form input::-webkit-input-placeholder,
.page-careers form textarea::-webkit-input-placeholder,
.single-career form input::-webkit-input-placeholder,
.single-career form textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-careers form input::-moz-placeholder,
.page-careers form textarea::-moz-placeholder,
.single-career form input::-moz-placeholder,
.single-career form textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-careers form input:-ms-input-placeholder,
.page-careers form textarea:-ms-input-placeholder,
.single-career form input:-ms-input-placeholder,
.single-career form textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-careers form input:-moz-placeholder,
.page-careers form textarea:-moz-placeholder,
.single-career form input:-moz-placeholder,
.single-career form textarea:-moz-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #142738;
}

.page-careers form textarea,
.single-career form textarea {
  resize: none;
  padding: 10px;
  height: 168px;
  margin-bottom: 30px;
}

.page-careers form .btn,
.single-career form .btn {
  line-height: 56px;
  padding: 0 5px;
  float: right;
  letter-spacing: 3px;
  width: 100%;
  line-height: 50px;
  max-height: 54px;
}

.page-careers #afterwork,
.single-career #afterwork {
  margin-top: 100px;
}

.page-careers #afterwork .container-wider,
.single-career #afterwork .container-wider {
  background: #142738;
  padding: 70px 0 50px 0;
}

.page-careers #afterwork .container-wider h2,
.single-career #afterwork .container-wider h2 {
  text-align: center;
  color: #fff;
  font-size: 56px;
  font-weight: 200;
  line-height: 72px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 996px) {

  .page-careers #afterwork .container-wider h2,
  .single-career #afterwork .container-wider h2 {
    font-size: 36px;
  }
}

.page-careers #afterwork .container-wider .point,
.single-career #afterwork .container-wider .point {
  color: #fff;
  margin-bottom: 50px;
}

.page-careers #afterwork .container-wider .point span,
.single-career #afterwork .container-wider .point span {
  position: relative;
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
}

.page-careers #afterwork .container-wider .point span:before,
.single-career #afterwork .container-wider .point span:before {
  position: absolute;
  content: " ";
  display: block;
  width: 18px;
  height: 18px;
  background: url("data:image/png;base64,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");
  background-size: 100% 100%;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {

  .page-careers #afterwork .container-wider .point span:before,
  .single-career #afterwork .container-wider .point span:before {
    display: none !important;
  }
}

.page-careers #afterwork .container-wider .point p,
.single-career #afterwork .container-wider .point p {
  font-size: 15px;
  font-weight: 200;
  line-height: 24px;
  letter-spacing: 0px;
}

.page-careers div.wpcf7-response-output,
.single-career div.wpcf7-response-output {
  width: 100%;
  margin: 20px 0 0 -15px;
}

.page-careers #contact-form,
.single-career #contact-form {
  margin-top: -50px !important;
}

.page-careers #contact-form form textarea,
.single-career #contact-form form textarea {
  height: 280px;
}

.page-careers #contact-form form .btn,
.single-career #contact-form form .btn {
  float: right;
  max-width: 300px;
}

@media only screen and (max-width: 996px) {

  .page-careers #contact-form form .btn,
  .single-career #contact-form form .btn {
    max-width: 100% !important;
  }
}

.page-careers #contact-form form div.btn-file,
.single-career #contact-form form div.btn-file {
  position: relative;
}

.page-careers #contact-form form div.btn-file .btn,
.single-career #contact-form form div.btn-file .btn {
  position: absolute;
  top: 29px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  text-align: center;
  border: 2px solid #D6341A;
  color: #D6341A;
  background: #fff;
}

.page-careers .under-contact-form h3,
.single-career .under-contact-form h3 {
  color: #142738 !important;
  font-style: italic;
  font-weight: 400 !important;
}

@media (min-width: 768px) {

  .page-careers .under-contact-form h3,
  .single-career .under-contact-form h3 {
    font-size: 28px !important;
    line-height: 42px !important;
    margin-bottom: 100px !important;
  }
}

.single-career #contact-form {
  margin-top: 50px !important;
}

.single-career .career-offer-content {
  margin-top: 50px;
  padding: 0px 50px 80px;
}

@media only screen and (max-width: 996px) {
  .single-career .career-offer-content {
    padding: 0 10px 20px;
  }
}

.single-career .career-offer-content h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 0;
}

.single-career .career-offer-content h3 {
  color: #142738;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 50px;
}

.single-career .career-offer-content img {
  top: 20px;
  left: 5%;
  width: 95%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-career .career-offer-content img {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.single-career .career-offer-content a:not(.footer-a) {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

.single-career .career-offer-content a:not(.footer-a):hover,
.single-career .career-offer-content a:not(.footer-a):focus,
.single-career .career-offer-content a:not(.footer-a):active {
  text-decoration: none;
}

.single-career .career-offer-content a:not(.footer-a):after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.single-career .career-offer-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
  padding-bottom: 30px;
  letter-spacing: 0px;
}

.single-career .career-offer-content p.header {
  margin-top: 25px;
}

.single-career .career-offer-content p span {
  display: block;
  color: #142738;
  font-size: 28px;
  font-weight: 500;
  line-height: 24px;
}

.single-career .career-offer-content p+ul {
  padding: 0;
  margin: 0;
  margin-top: -15px;
  list-style: none;
}

@media only screen and (max-width: 996px) {
  .single-career .career-offer-content p+ul {
    margin-top: 0;
  }
}

.single-career .career-offer-content p+ul li {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #142738;
  letter-spacing: 0px;
  padding: 0 8px 12px 35px;
}

.single-career .career-offer-content p+ul li:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background: #CA9885;
}

.news-thumbnail {
  margin-bottom: 70px;
}

@media only screen and (max-width: 996px) {
  .news-thumbnail {
    margin-bottom: 30px;
  }
}

.news-thumbnail .thumbnail {
  max-width: 100%;
  margin-bottom: 30px;
}

.news-thumbnail p.date {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 5px;
  color: #CA9885;
}

.news-thumbnail h4 {
  font-size: 22px;
  line-height: 29px;
  color: #142738;
  margin-bottom: 30px;
}

.news-thumbnail h4 .underline:before {
  height: 6px;
  bottom: 4px;
}

.news-thumbnail p.excerpt {
  font-size: 14px;
  line-height: 20px;
  color: #142738;
  margin-bottom: 25px;
}

@media only screen and (max-width: 996px) {
  .news-thumbnail a {
    margin: 0 auto 30px auto !important;
  }
}

.product-thumbnail {
  transition: 300ms;
  margin-bottom: 30px;
}

.product-thumbnail img {
  width: 100%;
  display: block;
}

.product-thumbnail p {
  display: block;
  text-align: center;
  margin-bottom: 0;
  color: #D6341A;
}

.product-thumbnail p:first-of-type {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 5px;
  line-height: 24px;
  opacity: 0.5;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.product-thumbnail p:last-of-type {
  margin-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.product-thumbnail p:last-of-type a {
  color: #D6341A;
  text-decoration: none;
}

.career-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.carrer-box {
  border: 1px solid #F8F2EF;
  background-color: #FFFFFF;
  margin: 10px 10px 30px;
  padding: 30px 20px;
  width: calc((100% - 25px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 768px) {
  .carrer-box {
    width: calc((100% / 2) - 25px);
  }
}

@media (min-width: 1200px) {
  .carrer-box {
    width: calc((100% / 3) - 25px);
  }
}

.carrer-box h4 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #142738;
  font-size: 19px;
  line-height: 24px;
}

.carrer-box p {
  color: #142738;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}

.carrer-box a {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4.33px;
  line-height: 17px;
  color: #D6341A;
  text-transform: uppercase;
}

.carrer-box a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}

.video {
  position: relative;
}

.video .video-inner {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 30px auto;
}

.video .video-inner.mobile {
  display: block;
}

@media (min-width: 992px) {
  .video .video-inner.mobile {
    display: none;
  }
}

.video .video-inner .video-embed-poster,
.video .video-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 920px;
  margin: 0 auto;
}

.video .video-inner .video-play-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
  cursor: pointer;
  width: 25% !important;
  height: auto !important;
}

.video .video-inner .video-embed-poster {
  z-index: 10;
}

.video .video-inner .video-embed-poster:hover {
  cursor: pointer;
}

.video .video-inner iframe {
  z-index: 5;
}

.video .video-bg-img {
  position: absolute;
  display: block;
  top: -65%;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: -1;
  background: url("/wp-content/themes/salatino/assets/img/video_tlo.png") no-repeat center;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 575.98px) {
  .video .video-bg-img {
    background: url("/wp-content/themes/salatino/assets/img/video_mobile.png") no-repeat center;
    background-position: 50% 50%;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  .video .video-bg-img {
    width: 100%;
    height: 100%;
    top: -50px;
  }
}

.video .video-bg-img.no-video {
  top: -100%;
}

@media only screen and (max-width: 767px) {
  .video .video-bg-img.no-video {
    width: 100%;
    height: 150%;
    top: -140px;
    background-position: 0 0 !important;
  }
}

.video .container.no-video {
  margin-top: -200px;
}

.video .container .video-container {
  position: relative;
}

.video .container .video-container video {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .video .container .video-container video {
    padding: 0;
  }
}

.video .container .video-container .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .video .container .video-container .video-play {
    max-width: 90px;
  }
}

.video .container .video-container.video-mp4-single {
  padding: 0;
}

.video .container .video-container.video-mp4-single video {
  padding: 0;
}

.video .container .video-container.video-mp4-single .video-play {
  width: 25% !important;
  height: auto !important;
}

.video .container .btn {
  display: block;
  margin: 70px auto 50px auto;
  max-width: 280px;
  border-radius: 30px;
  background-color: #16244B;
  box-shadow: 0 14px 11px -6px rgba(0, 0, 0, 0.29);
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs a {
  color: #D6341A;
}

@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0 15px;
  }

  .breadcrumbs * {
    font-size: 11px;
  }
}










/* global classes class */



#loading-animation {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(50%, -50%);
}

.post__path {
  font-size: 14px;
  margin-bottom: 0;
}

.post__path a{
  text-decoration-color: #D6341A;
  color: #D6341A;
}

.pagination-nav {
  position: relative;
  margin-top: 40px;
}
.pagination-nav--mb {
  margin-top: 0;
  margin-bottom: 15px;
}

.pagination-nav a {
  color: #D6341A;
  font-size: 23px;
  margin: 0 10px;
}

.pagination-nav .current {
  color: #142738;
  font-size: 23px;
  margin: 0 10px;

}

.pagination-nav a:first-child {
  position: absolute;
  left: 0;
  color: #142738;
  font-size: 16px;
  margin: 0;
}

.pagination-nav a:last-child {
  position: absolute;
  right: 0;
  color: #142738;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 755px) {
  .pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pagination-nav a:first-child,
  .pagination-nav a:last-child {
    position: relative;
    margin: 5px 0;
    width: 100%;
  }
}


.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding:0 !important;
  border:0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.main-link {
  color: #D6341A !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 5.67px;
}

.main-link-arrow, .main-link-arrow-down {
  color: #D6341A !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 5.67px;
  position: relative;
}

@media only screen and (max-width: 766px) {
  .main-link, .main-link-arrow, .main-link-arrow-down {
    text-align: center;
    font-size: 15px;
    margin-top: 10px !important
  }
}


.main-link-arrow::after, .main-link-arrow-down::after  {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-left: 8px solid #D6341A;
}



.main-link-arrow-down::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  border: 5px solid transparent;
  border-top: 8px solid #D6341A;
}

@media only screen and (max-width: 766px) {
  .main-link-arrow::after, .main-link-arrow-down::after {
    position: relative;
    display: inline-block;
    transform: translate(-15px, 0);
  }
}

@media only screen and (max-width: 766px) {
  .main-link-arrow-down::after {
    position: relative;
    display: inline-block;
    transform: translate(-24px, 8px);
  }
}


.section-heading {
  color: #142738;
  font-size: 55px;
  font-weight: 200;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1000px) {
  .section-heading {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 766px) {
  .section-heading {
    text-align: center;
  }
}


.section-link {
  display: block;
  margin-top: 20px;
}

.red-color {
  color: #D6341A;
}

/* socials in main. menu */

.main-menu-socials.navbar-nav {
  margin-left: 0;
}



/* main page recipes section */

.main-recipes {
  padding-top: 70px;

  background-size: contain;
  background-position-x: right;
  background-repeat: no-repeat;
  position: relative;
}
.main-recipes__bg {
  position: absolute;
  top:0;
  right: 0;
}

.recipe .recipe__header {
  margin-bottom: 20px;
  padding-top: 55%;
  transition: .3s;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.recipe__header__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.main-recipes__heading {
  margin-bottom: 70px;
}

.main-recipes .recipe {
  width: 45%;
  margin-bottom: 60px;
  overflow: hidden;
}


.main-recipes__link {
  color: #D6341A !important;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 5.67px;
}


@media only screen and (max-width: 520px) {
  .recipe {
    width: 100%;
  }

}

.recipe a:hover {
  text-decoration: none;
}

.recipe a:hover .recipe__header  {
  opacity: .8;
}


.recipe .recipe__body .recipe__subtitle {
  color: #D6341A;
  margin-bottom: 0;
  font-size: rem-calc(14);
}

.recipe .recipe__body .recipe__title {
  font-size: 22px;
  color: black;
  min-height: 70px;
}


/* knowledge section */

.knowledge {
  padding-top: 0;
  margin-top: 150px;
  position: relative;
}
.knowledge__bg {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.knowledge__text {
  color: #142738;
  font-size: 28px;
  font-style: italic;
  line-height: 36px;
}

@media only screen and (max-width: 766px) {
  .knowledge__text {
    text-align: center;
  }
}

/* .knowledge__heading {
  margin-bottom: 50px;
} */

/* .knowledge__link {
  display: block;
  margin-top: 20px;
} */

.knowledge__slider {
  margin-top: 30px;
}

.knowledge__slider .slide {
  text-align: center;
}

.knowledge__slider .slide .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}


.knowledge__slider .slide__circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid #D6341A;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.knowledge__slider .slide__text {
  padding: 0 10px;
  font-size: 16px;
}

.knowledge__slider .slide__circle p {

  color: #D6341A;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0;

}

.knowledge__slider .lSPrev {
  left: 0;
  transform: translateY(-120px);
}

.knowledge__slider .lSNext {
  right: 0;
  transform: translateY(-120px);
}

.knowledge__slider--single {
  height: 450px;
  min-height: 450px;
}

.knowledge__slider--single .item {
  height: 450px;
  transition: 300ms;
}

/* .knowledge__slider .lSSlideOuter, .knowledge__slider .lSSlideWrapper{
  height: 450px;
  min-height: 450px;
}

.knowledge__slider .slider {
  height: 450px !important;
  min-height: 450px !important;
  width: 100% !important;
} */

/* advices */

.advices {
  padding: 100px 0 60px 0;
}

@media only screen and (max-width: 766px) {
  .advices  {
    padding: 60px 0 60px 0;
  }

}


.advices .advice .advice__header {
  background-image: url('../images/makaron.jpg');
  background-size: cover;
  background-position: center;
  height: 120px;
  margin-bottom: 20px;
  transition: .4s;
}

.advices__heading {
  margin-bottom: 70px;
}

.advices .advice {
  width: 30%;
  margin-bottom: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .advices .advice  {
    width: 45%;
  }

}

@media only screen and (max-width: 520px) {
  .advices .advice  {
    width: 100%;
  }

}
.advices .advice .advice__title {
  font-size: 22px;
  color: #D6341A;
}

.advices .advice .advice__intro {
  font-size: 15px;
  line-height: 24px;
  color: #142738;
}

.advices .advice a:hover {
  text-decoration: none;
}

.advices .advice a:hover .advice__header  {
  opacity: .8;
}


/* single advice */

.single-advice {
  padding-top: 100px;
  padding-bottom: 50px;
}



.single-advice__intro {
  color: #142738;
  font-size: 28px;
  font-style: italic;
  line-height: 36px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
  .single-advice__intro {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }

}

.single-advice__text p {
  color: #142738;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media only screen and (min-width: 1500px) {
  .single-advice__photo-wrapper img {
    max-width: 130%;
  }

}


/* recipes */

.page-recipes .all-recipes {

  padding: 100px 0 60px 0;
}

@media only screen and (max-width: 766px) {
  .page-recipes .all-recipes {
    padding: 60px 0 60px 0;
  }

}

.page-recipes .all-recipes__recipes {
  padding-top: 40px;
}

.page-recipes .all-recipes__copy {
  margin: 25px 0px;
}

.page-recipes .all-recipes__copy p a {
  color: #D6341A;
}

.page-recipes .all-recipes__copy p a:hover {
  text-decoration: underline;
}


@media only screen and (min-width: 1001px) {
  .page-recipes .all-recipes__recipes {
    justify-content: normal !important;
  }

  .all-recipes__recipe:nth-child(3n + 2) {
    margin: 0 5%;
  }
}


@media only screen and (min-width: 1001px) {
  .page-recipes .all-recipes__recipes {
    justify-content: normal !important;
  }

  .all-recipes__recipe:nth-child(3n + 2) {
    margin: 0 5%;
  }
}

.recipe {
  width: 30%;
  margin-bottom: 60px;
  overflow: hidden;
}

.page-recipes .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  width: 250px;
}

.page-recipes .dropdown-item, .page-recipes .dropdown-item:visited {
  color: #142738;
}

@media only screen and (max-width: 1000px) {
  .recipe  {
    width: 45%;
  }

}

@media only screen and (max-width: 520px) {
  .recipe  {
    width: 100%;
  }

}

/* recipes recomended */

.page-recipes .all-recipes.recomended {
  padding: 0px 0px 60px 0;
}

.page-recipes .all-recipes.recomended .container-fluid img {
  display: block;
  margin-left: auto;
}

.page-recipes .all-recipes.recomended .all-recipes__head {
  top: 30%;
  left: 9%;
}

.page-recipes .all-recipes.recomended .all-recipes__recipes {
  padding: 0px;
}

.page-recipes .all-recipes.recomended .section-heading {
  width: fit-content;
  margin-top: 0px;
  margin-bottom: 20px;
}

.page-recipes .all-recipes.recomended .all-recipes__categories {
  width: fit-content;
}

@media only screen and (max-width: 766px) {
  .page-recipes .all-recipes.recomended .all-recipes__head {
    top: 5%;
    left: 2%;
  }
}

/* recipe */

.single-recipe {
  padding: 100px 0;
  color: #142738;
}

@media only screen and (max-width: 520px) {
  .single-recipe {
    padding: 60px 0;

  }

}





@media only screen and (min-width: 1500px) {
  .single-recipe__photo-wrapper img {
    max-width: 130%;
  }

}

.single-recipe__recipes-list {
  margin-left: 0;
  padding-left: 0;
  /* display: flex; */

}

.single-recipe__recipes-list li {
  margin-right: 20px;
  display: block;

}

.bullet {
  color: #F8D350;
}

.single-recipe__subtitle {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-recipe__subtitle:nth-of-type(2) {
  margin-top: 30px;
}

.single-recipe__preparation {
  line-height: 24px;
}

.single-recipe__source a {
  color: #D6341A;
  font-style: italic;
  text-decoration: none;
}

.other-recipes {
  padding-bottom: 30px;
}


/* products */


.products {


  color: #142738;
}
.products .container-wider {
  background-color: #F6F6F6;
  padding: 70px 0;
}
.products .section-heading {
  margin-bottom: 30px;
}

.products__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form__search-container {
  display: flex;
  justify-content: center;
  width: 100%;
}


.form__search-container .form__search-input {
  max-width: 568px;
  width: 100%;
  padding: 15px 45px 15px 20px;
  color: #142738;
  border: none;
  background-color: white;
  background-image: url('../images/search.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: center;
  background-position-x: calc(100% - 20px);
  background-size: 25px;
}


.form__search-container .form__search-input::placeholder {
  color: #142738;
  font-weight: 200;
}

.form__checkboxes {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  /* flex-wrap: wrap; */
  flex-wrap: nowrap;
  max-width: 1000px;
}

@media(max-width: 1024px) {
  .form__checkboxes {
    flex-wrap: wrap;
  }
}
.form__checkbox-container {
  position: relative;
}
.form__checkboxes .ajax {
  position: absolute;
  right: 9px;
  top: 15px;
}
.form__checkboxes.rodzaje_ryb {

  justify-content: space-between;
  max-width: 950px;
  width: 100%;
}

@media(max-width: 316px) {
  .form__checkboxes.rodzaje_ryb {
    justify-content: center;
  }
}

.form__checkbox-container {
  margin-bottom: 10px;
  margin-right: 5px;

}
.form__checkbox-container label {
  background-color: #D6341A;
  font-size: 15px;
  position: relative;
  height: 43px;
  margin: 0;
  color: white;
  line-height: 42px;
  text-align: center;
  padding: 0 30px 0 14px;
  background-image: url('../images/angle-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: center;
  background-position-x: calc(100% - 11px);
  background-size: 10px;
  cursor: pointer;
}

.form__checkbox-container label.red {
  background-color: #D6341A;
}
.form__checkbox-container input[type=checkbox] {
  opacity: 0;
}
.form__checkbox-container input[type=checkbox]:checked + label p{
  background-color: white;
  color: #142738;
  background-image: url('../images/cancel.svg');
  background-size: 8px;
}

.form__checkbox-container.product-fish {
  /* display: flex;
  flex-direction: column; */
  flex: 1;
  text-align: center;
}

.form__checkbox-container.product-fish label {
  background: transparent;
  padding: 0 5px;

}

.form__checkbox-container.product-fish label p{
  background: transparent;
  color: #D6341A;
  font-weight: bold;
  background-image: url('../images/angle-arrow-down-red.svg');
  background-repeat: no-repeat;
  /* background-position: right; */
  background-position-y: 32px;
  background-position-x: 50%;
  background-size: 10px;
}

.form__checkbox-container.product-fish input[type=checkbox]:checked + label p{
  background-color: transparent;

}

.form__checkbox-container.product-fish img {
  /* max-width: 150px; */
  max-width: 100%;
}

@media(max-width: 1024px) {
  .form__checkbox-container.product-fish img {
    max-width: 150px;

  }
}

@media(max-width: 400px) {
  .form__checkbox-container.product-fish img {
    max-width: 110px;

  }
}

.search-results {
  margin-top: 30px;
}

.search-results .label {
  font-size: 22px;
  margin-bottom: 20px;
}

.search-results__container {
  display: flex;
  flex-wrap: wrap;

}

.search-results__labels {
  display: flex;
  flex-wrap: wrap;


}

.search-results__result {
  background-color: transparent;
  line-height: 42px;
  border: 1px solid #142738;
  padding: 0 100px 0 20px;
  background-image: url('../images/cancel.svg');
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: center;
  background-position-x: calc(100% - 11px);
  background-size: 8px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  margin-bottom: 5px;

}

@media only screen and (max-width: 600px) {
  .search-results__result {
    padding: 0 60px 0 10px;
  }

}

.search-results__result p {
  margin: 0;
}

.search-results__result::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #142738;
  right: 30px;
  top: 0;
}

.search-results__button {
  background: transparent;
  border: none;
  display: block;
  color: #D6341A;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;

}


.products__products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
}

.products__products-list .product {
  width: 32%;
  width: 23%;
  background-color: white;
  margin-bottom: 40px;
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin: 0 10px 10px;
}

.products__products-list .product .new-product {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 48px;
  width: 115px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #EE666F;
  color: #EE666F;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  display: flex;
  justify-content: center;
  align-items: center
}

.products__products-list .product .new-product p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .products__products-list .product {
    width: 48%;
    margin: 1%;
  }
}
@media only screen and (max-width: 768px) {
  .products__products-list .product {
    width: 100%;
    margin-bottom: 3%;
  }
}

/* .products__products-list:not(.related-products):not(.small) .product:last-child, .products__products-list:not(.related-products) .product:first-child {

  width: 66%;
} */



@media only screen and (max-width: 767px) {
  .products__products-list .product:last-child, .products__products-list .product:first-child {
    width: 100%;
  }


}



.products__products-list .product .product__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 18px;
  width: 100%;
  min-height: 230px;
}



.products__products-list .product .product__photo img {
  max-height: 200px;
}

.products__products-list:not(.related-products) .product:last-child .product__photo, .products__products-list:not(.related-products) .product:first-child .product__photo {
  padding-bottom: 18px;
}

.products__products-list .product .product__desc {
  padding-top: 20px;
  text-align: center;

}

.products__products-list .product .product__desc h3 {
  font-size: 22px;
  line-height: 1.1;
  color: #D6341A;
  margin: 20px 0;
}


.products__products-list .product a {
  text-decoration: none;
}
.products__products-list .product .product__desc p{
  font-size: 16px;	font-weight: 300;	line-height: 22px;
  color: #142738;
}

.products__products-list .product  .product__desc .product__category {
  font-size: 14px;
  font-weight: bold;
}


.loader-parent {
  min-height: 100vh;
  position: relative;
}

/* .single-product {
  padding-top: 100px;
} */

.single-product .single-product__wrapper {
  background-color: #f6f6f6;
  background-image: url('../images/szprot_tlo.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 0 60px 0;
}

@media only screen and (max-width: 766px) {
  .single-product {
    padding: 60px 0;

  }

}



.single-product__image {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .single-product__image {
    margin-top: 10px;
  }
}

.single-product__image img {
  filter: drop-shadow(0 60px 60px rgba(128, 128, 128, 0.616));
  max-width: 600px;
  max-height: 650px;
}

@media only screen and (max-width: 767px) {
  .single-product__image img {
    filter: drop-shadow(0 60px 60px rgba(128, 128, 128, 0.616));
    max-width: 90%;
  }

}

.single-product__title {
  color: #142738;
  font-size: 40px;
  font-weight: 400;
}

.diet-info {
  max-width: 1047px;
  margin: 0 auto;
  margin-top: 100px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .diet-info {
    margin-top: 40px;
  }
}

.diet-info div {
  text-align: center;
}

.diet-info__label {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 55px;
  line-height: 24px;
}

.diet-info  .diet-info__label.kcal {
  margin-bottom: 30px;
}

html[lang="en-US"] .diet-info  .diet-info__label.kcal {
  margin-bottom: 55px;
}


.diet-info__value {
  font-size: 90px;
  font-weight: bold;
}

.diet-info .col-3 {
  position: relative;
}

.diet-info__arrow {
  position: absolute;
  top: -170%;
}

.diet-info__arrow--kcal {
  height: 240px;
  top: -210%;
}

.diet-info__arrow--bialko {
  height: 245px;
  left: 15px;
  top: -215%;
}
.diet-info__arrow--wegl {
  left: -80%;
  top: -200%;
  width: 350px;
  max-width: 350px;
}
@media only screen and (max-width: 991px) {
  .diet-info__label {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 40px;

  }
  .diet-info__value {
    font-size: 50px;

  }

  .diet-info__arrow {
    display: none;
  }

  .diet-info .col-3{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

  }
}

@media only screen and (max-width: 536px) {
  .diet-info__label {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;

  }
  .diet-info__value {
    font-size: 30px;

  }
}



.diet-details {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.diet-details__heading {
  margin-bottom: 70px;
  font-size: 36px;
  font-weight: 300;
}

.diet-details__box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  text-align: center;
  width: 30%;
  margin-bottom: 30px;

}

@media only screen and (min-width: 991px) {
  .diet-details__box {
    display: flex;
    line-height: 1;
  }
}



@media only screen and (max-width: 772px) {
  .diet-details__box {

    width: 45%;

  }
}


.diet-details__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 3s00;

}

@media only screen and (min-width: 991px) {
  .diet-details__label {
    width: 50%;
    text-align: right;
  }
}


.diet-details__value {
  display: inline-block;
  font-weight: 700;
  margin-left: 20px;
}

@media only screen and (max-width: 772px) {
  .diet-details__value {
    margin-left: 0;
    font-size: 14px;
  }
  .diet-details__label {
    display: block;
    font-size: 14px;
  }
}

.tab-container {
  background-color: #F8D350;
}


.diet-tabs .nav-item {
  background-color: white;

}

.diet-tabs .nav-link.active {
  background-color: #F8D350;
  color: #000000;
}

.diet-tabs .nav-link  {
  border: none;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 30px 5px 30px;
}

@media only screen and (max-width: 991px) {
  .diet-tabs .nav-link  {
    font-size: 10px;
    padding: 5px 10px 0px 10px;
  }
}


.tab-content.diet-tab-content {
  padding: 100px;
  /* max-height: 450px; */
}
@media only screen and (max-width: 991px) {
  .tab-content.diet-tab-content {
    padding: 40px 0px;
  }
}
.diet-tab-content .tab-pane:not(.tab-pane--slider) {
  -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
  -moz-column-count: 2; /* Old Firefox */
  column-count: 2;
  column-width: 330px;
  column-gap: 30px;
}

/* .tab-pane--slider {
  display: block;
		height: 0;
		opacity: 0;

}

.tab-pane--slider.active {
  height: auto;
  opacity: 1;
} */

.diet-tab-content .tab-pane h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-product__recipes {
  padding-top: 100px!important;
  padding-bottom: 70px!important;
  background-color: #f6f6f6;

}

@media only screen and (max-width: 991px) {
  .single-product__recipes {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
    background-color: #f6f6f6;

  }
}

.single-slider-title {
  font-size: 28px;
  font-style: italic;
  margin-bottom: 50px;
  line-height: 1.2;
}

@media(max-width: 991px) {
  .single-slider-title {
    font-size: 20px;

  }
}

.product-features {
  padding: 80px 0;
}

.product-features__heading {
  margin-bottom: 20px;
}

.product-features__text {
  max-width: 770px;
  margin: 0 auto;
}
.product-features__icons {
  margin-top: 50px;
}

.product-features__left-col, .product-features__right-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 30px;
}
.product-features__right-col {
  align-items: flex-start;
}

.product-features__right-col.small {
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  .product-features__left-col, .product-features__right-col {
    padding-bottom: 60px;
  }
  .product-features__right-col.small .product-features__icon:last-child {
    margin-top: 165px;
    margin-left: 100px;
  }
}

.product-features__left-col .product-features__icon {
  margin-right: 100px;
}

.product-features__right-col .product-features__icon {
  margin-left: 100px;
}

.product-features__left-col .product-features__icon:first-child, .product-features__left-col .product-features__icon:last-child {
  margin-right: 0;
}



.product-features__right-col .product-features__icon:first-child, .product-features__right-col  .product-features__icon:last-child {
  margin-left: 0;
}

/* .product-features__left-col .product-features__icon:nth-child(2), .product-features__left-col .product-features__icon:nth-child(3) {
  margin-right: 100px;
}



.product-features__right-col .product-features__icon:nth-child(2), .product-features__right-col  .product-features__icon:nth-child(3) {
  margin-left: 100px;
} */

.product-features__left-col .product-features__icon p {
  display: inline-block;
  margin-right: 10px;
}

.product-features__right-col .product-features__icon p {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 991px) {
  .product-features__left-col .product-features__icon:nth-child(2), .product-features__left-col .product-features__icon:nth-child(3) {
    margin-right: 20px;
  }

  .product-features__right-col .product-features__icon:nth-child(2), .product-features__right-col  .product-features__icon:nth-child(3) {
    margin-left: 20px;
  }

  .product-features__icon p {
    font-size: 10px;
  }
}


@media only screen and (max-width: 767px) {
  .product-features__middle-col {
    order: 3;
  }
  .product-features__right-col {
    order: 2;
  }

  .product-features__left-col .product-features__icon:nth-child(2), .product-features__left-col .product-features__icon:nth-child(3) {
    margin-right: 0;
  }

  .product-features__right-col .product-features__icon:nth-child(2), .product-features__right-col  .product-features__icon:nth-child(3) {
    margin-left: 0;
  }

  .product-features__icon p {
    font-size: 13px;
    margin: 0;
    margin-top: 5px;
    text-align: center;
    line-height: 15p;
  }


  .product-features__icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    width: 100%;
  }

  .product-features__left-col .product-features__icon p {
    order: 2;
  }
}


/* awards section */

.awards-section {
  padding: 80px 0 140px 0;
}

.awards-section__container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}

.awards-section__item {
  margin: 0 20px;
  text-align: center;
  font-weight: 300;
}
.awards-section__item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.awards-section__item img {
  max-height:200px;
  width: auto;
}

.awards-section  .lSSlideOuter .lSPager.lSpg > li:hover a, .awards-section .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #d6341a;
}

.lSSlideOuter {
  width: 100%;
}


.buttons-container {
  position: absolute;
  width: 115%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  display: flex;
  justify-content: space-between;
}

.buttons-container button {
  font-size: 47px;
  background: transparent;
  border: none;
  color: #D6341A;
  cursor: pointer;
}


.page-notfound .container {
  padding: 70px 0 100px 0;
  text-align: center;
}

.category-description {
  padding-top: 60px;
  padding-bottom: 30px;
}

.background-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.background-footer__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.footer-logos {
  margin-top: 60px;
  margin-bottom: 40px;
}

.footer-logos__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width: 800px) {
  .footer-logos__logos {
    flex-wrap: wrap;
  }
}

.footer-logos__logo {
  width: auto;

}
@media(max-width: 800px) {
  .footer-logos__logo {
    width: 45%;
    margin-bottom: 15px;
    text-align: center;
  }
}

.footer-logos__logo img {
  height: auto;
  width: auto;
}
@media(max-width: 1000px) {
  .footer-logos__logo img {
    height: auto;
  }
}

.footer-logos__text {
  text-align: center;
  margin-top: 30px;
}
.footer-logos__text h5 {
  color: #014396;
  font-size: 15px;
  font-family: 'Tahoma';
  font-weight: bold;
}
.footer-logos__text p {
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Tahoma';
}

.links-tab {
  column-count: 1 !important;
}
.product-logo-link-list  {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-logo-link-list li {
  margin-bottom: 20px;
  margin-right: 30px;
}
.product-logo-link-list a {
  color: #d6341a;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.product-logo-link-list img {
  max-width: 100px;
}
.section-header__custom-link {
  color: #142738;
  text-decoration: none;
}

/* Cookies */

#cookie-law-info-bar {
  width: auto;
  max-width: 384px;
  bottom: 1em !important;
  left: 1em;
  padding: 1.2em;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}

.cookie-message {
  display: block;
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

.cookie-buttons a {
  padding: 0.4em 0.8em;
  font-size: .9em !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  margin-top: 5px;
  min-width: 140px;
}

.cookie-buttons a:hover {
  background-color: #fff !important;
  text-decoration: underline !important;
  color: rgb(214, 52, 26) !important;
}

#cookie-law-info-bar, .wt-cli-cookie-bar, .cli-modal.cli-blowup {
  z-index: 9999999999 !important;
}


.main-menu-socials {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
nav.navbar ul.main-menu-socials li {
  padding: 0;
  padding-left: 24px;
}

nav.navbar ul.navbar-nav.lang {
  margin-right: 0 !important;
}

.navbar-collapse {
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .main-menu-socials,
  nav.navbar ul.navbar-nav.lang {
    flex-direction: row;
    justify-content: center;
  }
  nav.navbar ul.main-menu-socials li {
    padding: 0 12px;
  }
  nav.navbar ul.navbar-nav.lang {
    margin: 0 15px !important;
  }
}