button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1E1F20;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'ost-regular', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  color: white;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;

}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #1E1F20;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: 'ost-regular', sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  font-family: 'ost-regular', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  background-color: #EFEFEF;
  color: #1E1F20;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ost-regular', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 0.75em;
  font-weight: normal;
}

h1 {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: -1.2px;
  font-family: 'ost-sb', sans-serif;
}

h2 {
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: -1.4px;
  margin-bottom: 25px;
  font-family: 'ost-medium', sans-serif;
}

h3 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'ost-sb', sans-serif;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  text-decoration: none;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  color: #1E1F20;
}

a:active, a:focus, a:hover {
  color: #D71920;
}

ul.menu a.is-active {
  color: #D71920;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}


/* KEYFRAMES */

@keyframes redline_slide{
  0% {
    left: -150px;
  }
  100% {
    left: 0px;
  }
}
  
@keyframes rotation{
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}

@keyframes line_slide{
  0% {
    width: 0px;
  }
  100% {
    width: 180px;
  }
}

@keyframes button_animation{
  0% {
    top: 0px;
  }
  50% {
    top: -40px;

  }
  51% {
    top: 40px;

  }
  100% {
    top: 0px;
  }
}

@keyframes button_animation_back{
  0% {
    top: 0px;
  }
  50% {
    top: 40px;

  }
  51% {
    top: -40px;

  }
  100% {
    top: 0px;
  }
}


/*- FONTS -*/

@font-face {
    font-family: 'ost-sb';
    src: url('fonts/OpenSauceTwo-SemiBold.ttf') format('opentype');
}

@font-face {
    font-family: 'ost-eb';
    src: url('fonts/OpenSauceTwo-ExtraBold.ttf') format('opentype');
}

@font-face {
    font-family: 'ost-medium';
    src: url('fonts/OpenSauceTwo-Medium.ttf') format('opentype');
}

@font-face {
    font-family: 'ost-regular';
    src: url('fonts/OpenSauceTwo-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'ost-bold';
    src: url('fonts/OpenSauceTwo-Bold.ttf') format('opentype');
}

@font-face {
    font-family: 'ost-italic';
    src: url('fonts/OpenSauceTwo-Italic.ttf') format('opentype');
}

#toolbar-bar{
  z-index: 9999;
}

.container{
  max-width: 1650px;
  padding: 0 15px;
}

#main .container{
  contain: paint;
}

#footer{
  background-color: #1E1F20;
  color: white;
  padding-top: 100px;
  margin-top: 100px;
}

.page-node-type-frontpage #footer{
  margin-top: 0;
}

#footer .container{
  max-width: 1300px;
  padding: 0 25px;
}

#footer p{
  margin: 0;
}

.footer-copyright{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 11px;
  line-height: 1.5;
  font-family: 'ost-medium', sans-serif;
}

.footer-copyright p,
.footer-copyright a{
  margin: 0;
  color: #595959;
}

.footer-brands{
  margin-bottom: 30px;
  margin-top: 65px;
}

.footer-contacts-text{
  font-size: 13px;
}

.footer-contacts{
  display: flex;
  gap: 50px;
  align-items: end;
}

.footer-contacts img{
  width: 100px;
}

#footer .menu{
  margin-left: 0;
  display: flex;
  gap: 40px;
}

#footer .menu a{
  color: white;
  font-size: 14px;
  font-family: 'ost-medium', sans-serif;
}

#footer .menu a:hover{
  color: #D71920;
}

.footer-contacts-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.footer-email{
  font-size: 56px;
  line-height: 1.1;
  background-image: url('cssimg/line-plus-sign.svg');
  background-repeat: no-repeat;
  background-position: left top;
  letter-spacing: -0.06em;
}

#footer .footer-email p{
  max-width: 750px;
  margin: 0 0 0 auto;
}

.footer-email a{
  color: #BECAD6;
  background-image: url('cssimg/footer_line.svg');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-bottom: 20px;
  padding-right: 40px;
}

.footer-email a:hover{
  color: #D71920;
}

#block-mytheme-main-menu{
  position: absolute;
  top: 33px;
  right: 130px;
}

#block-mytheme-main-menu .menu{
  margin-left: 0;
}

#block-mytheme-main-menu .menu li{
  padding: 10px 10px 10px 0;
}

#block-mytheme-main-menu .menu li::marker{
  content: none;
}

#header{
  background-color: #EFEFEF;
  transition: all 0.4s ease;
}

.role--anonymous #header{
  position: sticky;
  top: 0px;
  z-index: 9000;
}

.role--anonymous #header.header-fixed{
  background-color: #F8F8F8F2;
}

#header .container{
  padding: 40px 15px;
  position: relative;
  /*max-width: 1180px;*/
  max-width: 1600px;
  margin: auto;
  background-color: initial;
  font-family: 'ost-medium', sans-serif;
  z-index: 9999;
}

/*.page-node-type-frontpage #header .container{
  padding: 40px 25px;
}*/

.site-name{
   font-size: 40px;
   line-height: 1.1;
}

#block-mytheme-main-menu > .menu{
  display: flex;
  /*gap: 15px;*/
  gap: 50px;
}

#block-mytheme-main-menu > .menu span,
#block-mytheme-main-menu > .menu a{
  font-size: 14px;
  font-family: 'ost-sb', sans-serif;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content > ul > li.menu-item > a:hover,
#block-mytheme-main-menu > .menu span:hover{
  color: #D71920;
}

#block-mytheme-main-menu .menu-item--expanded{
  position: relative;
}

#block-mytheme-main-menu .menu-item--expanded::after,
#block-languageswitcher ul > li:first-child::after{
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('cssimg/chevron_down.svg');
  margin-left: 10px;
  transition: all 0.5s;
  background-size: 13px;
}

#block-mytheme-main-menu .menu-item--expanded.rotate::after,
#block-languageswitcher.rotate ul > li:first-child::after{
  transform: rotate(-180deg);
  background-image: url('cssimg/chevron_down.svg');
}

#block-mytheme-main-menu > .menu > li.menu-item--expanded > .menu_link_content{
  display: none;
}

#block-mytheme-main-menu > .menu > li.menu-item--expanded > .menu_link_content.menu-expanded-open{
  display: block;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content{
  position: absolute;
  left: 0;
  z-index: 500;
  background-color: white;
  width: 290px;
  /*padding: 20px 25px;*/
  margin-top: 5px;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content > ul > li.menu-item > a{
  color: #1E1F20;
  font-family: 'ost-eb', sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.03em;
  padding-bottom: 5px;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content > ul > li.menu-item > a.is-active{
  color: #D71920;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content > ul li{
  padding: 16px;
  border-bottom: 1px solid #ECECEC;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content > ul li:last-child{
  border-bottom: none;
}

#block-mytheme-main-menu .menu-item--expanded > .menu_link_content > ul li .field--field-text{
  font-size: 11px;
  line-height: 1.2;
  color: #5E5E5E;
  font-family: 'ost-regular', sans-serif;
  padding-top: 5px;
}

.menu_link_content,
.menu_link_content > div{
  line-height: 1;
}

#block-mytheme-main-menu .menu-services ul.menu > li{
  padding-left: 75px;
  background-image: url('cssimg/prepress_icon.svg');
  background-repeat: no-repeat;
  background-position: center left 15px;
}

#block-mytheme-main-menu .menu-services ul.menu > li:nth-child(2){
  background-image: url('cssimg/press_icon.svg');
}

#block-mytheme-main-menu .menu-services ul.menu > li:nth-child(3){
  background-image: url('cssimg/postpress_icon.svg');
}

#block-languageswitcher{
  position: absolute;
  right: 10px;
  top: 33px;
  background-color: white;
  width: 75px;
  /*padding: 15px 10px;*/
  z-index: 100;
}

/*.page-node-type-frontpage #block-languageswitcher{
  right: 25px;
}*/

#block-languageswitcher ul{
  text-align: center;
}

#block-languageswitcher ul > li{
  display: none;
  line-height: 1;
}

#block-languageswitcher ul > li:nth-child(even){
  background-color: #F8F8F8;
}

#block-languageswitcher ul > li:first-child{
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

#block-languageswitcher.rotate ul > li{
  display: block;
  /*padding-right: 25px;*/
  padding-top: 8px;
  padding-bottom: 8px;
}

#block-languageswitcher.rotate ul > li:first-child{
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}

#block-languageswitcher a{
  font-family: 'ost-eb', sans-serif;
  display: block;
  font-size: 14px;
  line-height: 1;
}

#block-languageswitcher ul > li:first-child a{
  display: initial;
}

#block-languageswitcher

.page-user-login h1{
  display: none;
}

.user-login-form{
  max-width: 500px;
  margin: auto;
  margin-top: 100px;
}

.page-user-login .tabs,
.page-user-login .description{
  display: none;
}

.user-login-form label::after{
  content: none;
}

article ul,
article ol {
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.view-services-teaser{
  max-width: 1180px;
  margin: auto;

}

.services-wrapper{
  padding: 0 40px;
}

.services-wrapper .services-data{
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  position: relative;
  gap: 25px;
}

.services-wrapper .services-data .services-left{
  max-width: 500px;
  padding-top: 50px;
}

.read-more{
  background-color: #1E1F20;
  color: white;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  display: inline-block;
  padding: 20px 40px 20px 40px;
  text-transform: uppercase;
  font-family: 'ost-bold', sans-serif;
  transition: all 0.3s ease;
  overflow: hidden;
}

.read-more:hover{
  background-color: #D71920;
  color: #fff;
}

.read-more span{

  background-image: url('cssimg/plus_sign.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  padding-right: 35px;
  position: relative;
  top: 0px;
}

.read-more.hovered span{
  animation: 0.3s ease 0s 1 button_animation_back;
}

.read-more:hover span{
  animation: 0.3s ease 0s 1 button_animation;
}

.read-more:active,
.read-more:focus,
.read-more:link{
  color: #fff;
}

.services-read-more{
  padding-bottom: 100px;
}

.view-services-teaser .views-row{
  counter-increment: services-counter;
  margin-bottom: 30px;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
}

.view-services-teaser .views-row:last-child{
  border-bottom: 0px;
}

.view-services-teaser .views-row:last-child .services-read-more{
  padding-bottom: 20px;
}

.view-services-teaser .views-row .services-left::before {
  content: "0"counter(services-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  font-size: 16px;
  color: #D71920;
}

.view-services-teaser .views-row::after{
  content: '';
  width: 64px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #D71920;
}

.view-services-teaser .views-row:last-child::after{
  content: none;
}

.video-wrapper,
.video-wrapper video{
  max-width: 1600px;
  margin: auto;
}

.video-wrapper{
  margin-bottom: 100px;
  padding-top: 140px;
  position: relative;
}

.video-wrapper video{
  width: 100%;
  max-height: 640px;
  object-fit: fill;
}

.video-wrapper .video-text{
  position: absolute;
  right: 75px;
  bottom: 75px;
  color: white;
  font-size: 18px;
  line-height: 1.4;
  max-width: 455px;
}

.video-start-button{
  position: absolute;
  left: 75px;
  bottom: 75px;
  font-size: 46px;
  line-height: 1.2;
  color: white;
  background-image: url('cssimg/play_icon.svg');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 70px;
  background-size: 55px;
  cursor: pointer;
  font-family: 'ost-sb', sans-serif;
}

.guide-wrapper{
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  background-color: white;
}

.guide-wrapper p{
  margin: 0;
}

.guide-wrapper .guide-left{
  width: 45%;
}

.guide-wrapper .guide-right{
  width: 55%;
}

.guide-wrapper .guide-right .guide-right-wrapper{
  max-width: 520px;
  margin: auto;
  padding: 0 10px;
}

.mini-header{
  color: #D71920;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-family: 'ost-sb', sans-serif;
}

.guide-text{
  color: #474747;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.prepress-wrapper{
  margin: 100px auto;
  max-width: 1180px;
  display: flex;
  align-items: center;
}

.prepress-wrapper .prepress-left{
  width: 59%;
  position: relative;
}

.prepress-wrapper .prepress-right{
  width: 41%;
}

.prepress-wrapper .prepress-left .prepress-left-wrapper{
  max-width: 460px;
  margin: auto;
  padding: 0 10px;
}

.prepress-wrapper .prepress-left .prepress-left-wrapper::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('cssimg/plus2.svg');
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  rotate: 0deg;
}

.animation .prepress-left-wrapper::before{
  animation: 0.5s ease-out 0s 1 rotation;
}

.production-wrapper{
  max-width: 1300px;
  margin: auto;
}

.production-wrapper-mini{
  position: relative;
  overflow: hidden;
}

.production-text{
  max-width: 700px;
  margin: 0 0 0 auto;
}

.production-text span{
  color: #D71920;
}

.fp-valeur-sign{
  background-image: url(cssimg/valeur-sign.svg);
  background-repeat: no-repeat;
  height: 360px;
  background-position: right;
  position: relative;
  bottom: 15px;
  background-size: 1200px;
  transition: all 0.5s;
}

.animation.fp-valeur-sign{
  bottom: -70px;
}

.page-node-type-sluzby #main .container{
  max-width: 1420px;
}

.services-wrapper-data{
  max-width: 1180px;
  margin: auto;
  position: relative;
  margin-bottom: 100px;
}

.products-wrapper-heading,
.services-wrapper-heading{
  max-width: 1180px;
  margin: auto;
  position: relative;
}

.products-wrapper-heading,
.services-wrapper-heading{
  overflow: hidden;
  display: flex;
}

.products-wrapper-heading .effect,
.services-wrapper-heading .effect{
  width: 30%;
}

.products-wrapper-inside-heading,
.services-wrapper-inside-heading{
  width: 70%;
}


.services-body-text{
  margin-bottom: 150px;
}

.products-body-text{
  margin-bottom: 50px;
}

/*.services-wrapper-inside-heading::after{
  position: absolute;
  content: '';
  width: 210px;
  height: 60px;
  background-image: url(cssimg/red_line.svg);
  background-repeat: no-repeat;
  top: 40px;
  left: 0;
  animation: 0.8s ease-out 0s 1 redline_slide;
}*/

.mini-title{
  color: #D71920;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  font-family: 'ost-medium', sans-serif;
}

.services-wrapper-images .field--field-images{
  display: flex;
  gap: 15px;
}

.services-wrapper-images{
  margin-bottom: 100px;
}

.products-wrapper-inside-heading .field--body,
.services-wrapper-inside-heading .field--body{
  font-family: 'ost-medium', sans-serif;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #383838;
}

.services-parameter,
.machines-parameter,
.field--field-feature-name{
  font-size: 32px;
  line-height: 1.1;
  font-family: 'ost-sb', sans-serif;
}

.field--field-parameter{
  padding-bottom: 70px;
}

.field--field-parameter > div:not(:last-child),
.field--field-parameters > div:not(:last-child),
.field--field-other-machines > div:not(:last-child){
  border-bottom: 1px solid #C8C8C8;
}

.field--field-parameter .paragraph--type--parameters,
.field--field-parameters .paragraph--type--parameters,
.field--field-other-machines .paragraph--type--parameters{
  display: flex;
  justify-content: space-between;
  max-width: 945px;
  margin: auto;
  padding: 30px 0;
}

.paragraph--type--parameters .field--field-parameter-name{
  font-size: 20px;
  line-height: 1.6;
  font-family: 'ost-sb', sans-serif;
}

.paragraph--type--parameters .field--field-parameter-data{
  font-size: 20px;
  line-height: 1.6;
  font-family: 'ost-medium', sans-serif;
}

.field--field-feature{
  display: flex;
  gap: 32px;
}

.field--field-feature > div{
  background-color: white;
  width: 49%;
  padding: 40px;
}

.services-feature{
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 170px;
  font-family: 'ost-bold', sans-serif;
}

.field--field-feature-text{
  font-size: 14px;
  line-height: 1.6;
  color: #383838;
  font-family: 'ost-medium', sans-serif;
}

.field--field-feature-text p{
  margin-bottom: 0;
}

.field--field-feature-name{
  padding-bottom: 28px;
}

.page-node-type-sluzby .block-fpprepress,
.block-linkblocks{
  max-width: 1180px;
  margin: auto;
}
 
.links-wrapper{
  display: flex;
  gap: 32px;
}

.links-wrapper > a{
  display: flex;
  width: 49%;
  height: 240px;
  border: 2px solid #1E1F20;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  background-image: url('cssimg/plus_sign_black.svg');
  background-repeat: no-repeat;
  background-position: bottom 40px right 40px;
  background-size: 18px;
}

.link-mini-title{
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-family: 'ost-bold', sans-serif;
}

.link-title{
  line-height: 1.1;
  margin-bottom: 0;
  font-family: 'ost-sb', sans-serif;
}

.links-wrapper > a:hover{
  background-image: url('cssimg/plus_sign_red.svg');
}

.page-node-type-service #main .container{
  max-width: 1650px;
  margin: auto;
}

.services-service-page-wrapper,
.fp-heading-container .field--field-list .paragraph--type--frontpage-list{
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.services-service-page-wrapper .services-service-page-left,
.frontpage-list-left{
  width: 39%;
  padding-top: 300px;
  max-width: 355px;
  margin: auto;
}

.services-service-page-wrapper .services-service-page-right,
.frontpage-list-right{
  width: 58%;
}

.services-service-page-wrapper .services-read-more{
  padding-bottom: 0;
  padding-top: 10px;
}

.view-servicepage-teaser .views-row,
.fp-heading-container .field--field-list > div{
  counter-increment: servicepage-counter;
  position: relative;
  margin-bottom: 140px;
}

.view-servicepage-teaser .views-row .services-service-page-left::before,
.view-servicepage-teaser .views-row .services-service-page-left::after,
.fp-heading-container .field--field-list .frontpage-list-left::before,
.fp-heading-container .field--field-list .frontpage-list-left::after{
  position: absolute;
  top: -25px;
  color: transparent;
  line-height: 1;
  font-size: 239px;

}

.view-servicepage-teaser .views-row .services-service-page-left::before,
.fp-heading-container .field--field-list .frontpage-list-left::before {
  content: "0";
  left: 0;
  -webkit-text-stroke: 2px #D9D9D9;
}

.view-servicepage-teaser .views-row .services-service-page-left::after,
.fp-heading-container .field--field-list .frontpage-list-left::after {
  content: counter(servicepage-counter);
  left: 120px;
  -webkit-text-stroke: 2px #D71920;
}


.view-servicepage-teaser .views-row:nth-child(even) .services-service-page-wrapper,
.fp-heading-container .field--field-list > div:nth-child(even) .paragraph--type--frontpage-list{
  flex-direction: row-reverse;
}

.view-servicepage-teaser .views-row:nth-child(even) .services-service-page-left::before,
.fp-heading-container .field--field-list > div:nth-child(even) .frontpage-list-left::before {
  content: "0";
  left: initial;
  right: 140px;
  -webkit-text-stroke: 2px #D9D9D9;
}

.view-servicepage-teaser .views-row:nth-child(even) .services-service-page-left::after,
.fp-heading-container .field--field-list > div:nth-child(even) .frontpage-list-left::after {
  content: counter(servicepage-counter);
  left: initial;
  right: 0;
  -webkit-text-stroke: 2px #D71920;
}

.view-servicepage-teaser .views-row:nth-child(3) .services-service-page-left::after,
.fp-heading-container .field--field-list > div:nth-child(3) .frontpage-list-left::after{
  left: 135px;
}

.view-servicepage-teaser .views-row:nth-child(even) .services-read-more{
  text-align: right;
}

.block-products{
  max-width: 1180px;
  margin: auto;
  padding-bottom: 100px;
}

.field--field-product{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 50px;
  justify-content: space-between;
}

.field--field-product > div{
  max-width: 280px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 80px;
  background-size: 60px;
}

.field--field-product > div:nth-child(1){
  background-image: url('cssimg/book-saved.svg');
}

.field--field-product > div:nth-child(2){
  background-image: url('cssimg/book1.svg');
}

.field--field-product > div:nth-child(3){
  background-image: url('cssimg/menu-board.svg');
}

.field--field-product > div:nth-child(4){
  background-image: url('cssimg/book.svg');
}

.field--field-product > div:nth-child(5){
  background-image: url('cssimg/clipboard.svg');
}

.field--field-product > div:nth-child(6){
  background-image: url('cssimg/document-text.svg');
}

.field--field-product-name{
  font-size: 20px;
  line-height: 1.1;
  padding-bottom: 20px;
  font-family: 'ost-sb', sans-serif;
  cursor: pointer;
}

.field--field-product-name:hover{
  color: #D71920;
}

.field--field-product-text{
  font-size: 14px;
  line-height: 1.4;
}

.page-node-type-frontpage .block-products{
  padding-top: 75px;
}

.field--field-about-us-info{
  max-width: 1180px;
  margin: auto;
}

.field--field-about-us-info > div{
  counter-increment: onasinfo-counter;
  padding: 50px 0;
}

.field--field-about-us-info > div:not(:last-child){
  border-bottom: 1px solid #C8C8C8;
}

.field--field-about-us-info > div > .paragraph--type--o-nas-info-text{
  padding-left: 25px;
  padding-right: 200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
}

.field--field-about-us-info > div > .paragraph--type--o-nas-info-text::before{
  content: "0"counter(onasinfo-counter);
  position: absolute;
  left: 0;
  top: 10px;
  color: #D71920;
  font-size: 16px;
  line-height: 1.4;
}

.field--field-info-title{
  font-size: 46px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-family: 'ost-medium', sans-serif;
}

.field--field-info-text{
  padding-left: 60px;
  padding-top: 30px;
  max-width: 450px;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.field--field-info-image{
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.field--field-info-image img{
  width: 350px;
  height: 270px;
  object-fit: cover;
}

.field--field-about-us-info > div.onas-hover > .paragraph--type--o-nas-info-text{
  max-height: 450px;
}

.field--field-about-us-info > div.onas-hover .field--field-info-text,
.field--field-about-us-info > div.onas-hover .field--field-info-image{
  opacity: 1;
}
.video-wrapper.about-us-video-wrapper{
  max-width: 1400px;
  margin: 0 0 0 auto;
  padding-top: 50px;
  filter: brightness(0.5);
}

.video-wrapper.about-us-video-wrapper .video-text{
  right: 150px;
}

.about-system-wrapper{
  max-width: 1000px;
  margin: 100px auto 0 auto;
  position: relative;
}

.about-system-text{
  max-width: 750px;
}

.about-system-text::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(cssimg/plus2.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  rotate: 0deg;
}

.animation .about-system-text::after{
  animation: 0.5s ease-out 0s 1 rotation;
}

.about-system-text .about-text-first{
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-family: 'ost-medium', sans-serif;
}

.about-system-text .about-text-first span{
  color: #D71920;
}

.about-system-text .about-text-last{
  color: #383838;
  padding-bottom: 30px;
}

.about-history-wrapper{
  max-width: 1180px;
  margin: auto;
  padding-bottom: 80px;
}

.about-history-title{
  font-size: 16px;
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 470px;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.about-history-title::before{
  content: '';
  position: absolute;
  left: 0px;
  top: 7px;
  width: 0px;
  height: 1px;
  background-image: url('cssimg/line.svg');
  
}

.about-history-wrapper.animation .about-history-title::before{
  animation: 0.5s ease-out 0s 1 line_slide;
  width: 180px;
}

.about-history-main-wrapper{
  max-width: 1360px;
  display: flex;
  flex-wrap: wrap;
}

.about-history-left{
  text-align: right;
}

.about-history-left .field--field-about-us-images > div{
  margin-bottom: 15px;
}

.about-history-right{
  max-width: 630px;
  margin: 0 0 0 auto;
}

.paragraph--type--about-us-history{
  display: flex;
  min-height: 290px;
}

.paragraph--type--about-us-history .field--field-history-date{
  font-family: 'ost-sb', sans-serif;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.04em;
  padding-right: 60px;
  position: relative;
}

.paragraph--type--about-us-history .field--field-history-date::after{
  content: '';
  display: block;
  height: 50px;
  width: 50px;
  background-image: url('cssimg/plus.svg');
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 8px;
  top: 90px;
}

.paragraph--type--about-us-history .field--field-history-date::before{
  content: '';
  display: block;
  height: 170px;
  width: 1px;
  background-image: url('cssimg/line1.svg');
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  right: 32px;
  top: 173px;
}

.field--field-about-us-history > div:last-child .field--field-history-date::before{
  content: none;
}

.paragraph--type--about-us-history .field--field-history-text{
  font-size: 16px;
  color: #383838;
  padding-top: 135px;
}

.field--field-about-us-history{
  padding-top: 75px;
  height: 1200px;
  overflow: auto;
}

.field--field-about-us-history::-webkit-scrollbar {
  display: none;
}

.page-node-type-about_us .block-fpprepress{
  max-width: 1180px;
  margin: auto;
}

.heading-wrapper{
  max-width: 1400px;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}

.heading-wrapper .heading-wrapper-mini{
  max-width: 1060px;
  margin: 0 0 0 auto;
}

/*.heading-wrapper-mini::before{
  position: absolute;
  content: '';
  width: 210px;
  height: 60px;
  background-image: url(cssimg/red_line.svg);
  background-repeat: no-repeat;
  top: 40px;
  left: 0;
  animation: 0.8s ease-out 0s 1 redline_slide;
}*/

.heading-main-wrapper{
  display: flex;
  max-width: 1400px;
  margin: 0 0 0 auto;
  justify-content: space-between;
}

.heading-left{
  max-width: initial;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  align-self: flex-start;
  width: 30%;
  padding-right: 10px;
}

.heading-right{
  max-width: initial;
  width: 70%;
}

.about-heading-text-first{
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-family: 'ost-medium', sans-serif;
  padding: 100px 0 40px;
}

.about-heading-text-first span,
.machines-text-first span{
  color: #70757A;
}

.about-heading-text-last{
  padding-bottom: 100px;
}

.heading-right-wrapper{
  /*max-width: 760px;*/
}

.heading-left-wrapper{
  max-width: 240px;
}

.heading-side-text{
  padding: 30px 0 100px;
  font-size: 14px;
  line-height: 1.5;
}

.heading-left-wrapper .menu{
  margin: 0;
}

.heading-left-wrapper .menu a{
  font-size: 16px;
  line-height: 1.1;
  font-family: 'ost-sb', sans-serif;
  padding: 10px 0;
  display: block;
}

.machines-heading-main-wrapper .heading-right-wrapper p{
  margin-bottom: 0;
}

.machines-text-first{
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-family: 'ost-medium', sans-serif;
  padding: 100px 0 30px;
}

.field--field-machine-image-1{
  /*max-width: 830px;*/
  max-width: initial;
  padding: 50px 0;
}

.field--field-machine-image-1 img{
  width: 100%;
}

.machines-heading-wrapper-last{
  display: flex;
  padding: 30px 0 50px;
  justify-content: space-between;
  gap: 25px;
}

.machines-heading-wrapper-last > .machines-heading-wrapper-last-text{
  max-width: 400px;
}

.machines-heading-wrapper-last > .machines-heading-wrapper-last-image > div{
  height: 100%;
}

.machines-heading-wrapper-last > .machines-heading-wrapper-last-image img{
  height: 100%;
  object-fit: cover;
}

.machines-params-wrapper{
  max-width: 1180px;
  margin: auto;
  padding-bottom: 75px;
}

.machines-parameter{
  padding-top: 50px;
}

.page-sections{
  list-style-type: none;
  margin-block-start: initial;
  margin-block-end: initial;
  margin-inline-start: initial;
  margin-inline-end: initial;
  padding-inline-start: initial;

  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  font-size: 16px;
}

.page-sections li{
  padding: 10px 0;
  cursor: pointer;

}

.page-sections li.active{
  color: #D71920;
}

.about-fp-wrapper{
  max-width: 1180px;
  margin: 0 auto 170px auto;
}

.about-fp-wrapper .about-fp-text{
  max-width: 780px;
  margin-bottom: 40px;
}

.about-fp-wrapper .about-fp-text span{
  color: #D71920;
}

.about-fp-wrapper-sides{
  display: flex;
  justify-content: space-between;
}

.about-fp-wrapper-sides > div{
  width: 49%;
}

.about-fp-wrapper-left{
  position: relative;
  top: 45px;
}

.about-fp-wrapper-right{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.about-fp-right-text{
  padding-left: 100px;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.about-fp-wrapper-right:after{
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(cssimg/redline_up.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  right: -15px;
  bottom: 120px;
  transition: all 0.5s;
}

.animation .about-fp-wrapper-right:after{
  height: 210px;
  bottom: -45px;
  
}

.about-fp-wrapper-right .about-fp-big-box{
  width: 340px;
  height: auto;
  background-color: #D71920;
  color: #fff;
  position: relative;
  left: -100px;
  padding: 40px;
  bottom: -5px;
}

.about-fp-wrapper-right .about-fp-big-box > a{
  font-family: 'ost-bold', sans-serif;
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-size: 36px;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 50px;
  position: relative;
  display: block;
  color: #fff;
}

/*.about-fp-wrapper-right .about-fp-small-box > .about-fp-small-box-text:before{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  background-image: url('cssimg/play_icon_red.svg');
  background-repeat: no-repeat;
}*/

.about-fp-wrapper-right .about-fp-small-box > .about-fp-small-box-text:after{
  content: '';
  display: block;
  width: 100px;
  height: 20px;
  bottom: 0;
  position: absolute;
  background-image: url('cssimg/arrow_right.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  margin-bottom: 20px;
}

.about-fp-small-box{
  background-color: #1E1F20;
  padding: 15px 30px;
  max-width: 155px;
  position: absolute;
  top: -75px;
  right: -75px;
}

.about-fp-small-box .about-fp-small-box-years,
.about-fp-big-box .about-fp-big-box-years{
  font-family: 'ost-bold', sans-serif;
  line-height: 1.4;
  font-size: 50px;
  margin: 0;
  padding-bottom: 9px;
}

.about-fp-small-box .about-fp-small-box-text{
  text-align: center;
  font-family: 'ost-medium', sans-serif;
  line-height: 1.3;
  font-size: 14px;
  color: #D5D5D5;
  margin: 0;
  padding-bottom: 25px;
}

.about-fp-big-box .about-fp-big-box-text{
  font-family: 'ost-bold', sans-serif;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: 25px;
  margin-bottom: 0;
  position: relative;
  display: block;
  color: #fff;
}

.about-fp-small-box .about-fp-small-box-text a{
  color: #D5D5D5;
}

.about-fp-small-box .about-fp-small-box-text a:hover{
  text-decoration: underline;
}

.page-node-type-frontpage h1{
  display: none;
}

.fp-heading.heading-wrapper{
  max-width: 1180px;
  margin: auto;
  padding-bottom: 140px;
  padding-top: 15px;
}

.fp-heading.heading-wrapper .heading-wrapper-mini{
  max-width: 70%;
}

.fp-heading.heading-wrapper h2{
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 40px;
  /*-webkit-text-stroke: 1px #000;*/
}

.fp-heading.heading-wrapper h2 span{
  color: #D71920;
}

.fp-heading.heading-wrapper h2 span.span-first{
  background-image: url('cssimg/heading-fp-span1.svg');
  background-repeat: no-repeat;
  background-position: left 10px bottom;
  padding-bottom: 20px;
  background-size: 100%;
}

.fp-heading.heading-wrapper h2 span.span-last{
  background-image: url('cssimg/heading-fp-span2.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  padding-bottom: 20px;
  padding-right: 50px;
}

.fp-heading .fp-header-text{
  line-height: 1.4;
  font-size: 20px;
  color: #383838;
  max-width: 680px;
  padding: 15px 0 35px;
  margin: 0;
}

.fp-heading-buttons{
  display: inline-flex;
  gap: 15px;
  align-items: center;
}

.fp-heading-buttons a:last-child{
   background-image: none;
   background-color: transparent;
   color: #1E1F20;
   border: 2px solid #1E1F20;
   padding: 18px 38px;
   transition: all 0.5s ease;
}

.fp-heading-buttons a:last-child span{
  padding-right: initial;
  background-image: none;
}

.fp-heading-buttons a:last-child:hover{
  background-color: #D71920;
  color: #fff;
  border: 2px solid #D71920;
}

.fp-heading-big-wrapper{
  /*background-image: url('cssimg/grey-big-logo.svg');
  background-repeat: no-repeat;*/
  /*background-position: left top 0%;*/
  /*transition: all 2s;*/
  /*background-position: left top 60%;*/
  /*max-width: 1650px;*/
  /*max-width: 1180px;*/
  margin: auto;
  position: relative;
}

/*.fp-heading-big-wrapper.animation{
  background-position: left top 60%;
}*/

.fp-slider-wrapper{
  /*max-width: 1400px;
  margin: 0 0 140px auto;*/
  /*max-width: 1180px;*/
  margin: 140px auto;
}

.fp-slider-wrapper .slick-track{
  gap: 15px;
}

.page-node-type-frontpage .fp-slider-wrapper .slick-slide img{
  width: 420px;
  object-fit: cover;
}

.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active{
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  text-indent: -9999px;
  background-color: initial;
  background-repeat: no-repeat;
}

.slick-arrow.slick-next{
  left: 90%;
  background-image: url('cssimg/slider_arrow_right.svg');
}

.slick-arrow.slick-prev{
  left: 10%;
  background-image: url('cssimg/slider_arrow_left.svg');
}

.page-node-type-frontpage .fp-slider-wrapper .slick-arrow.slick-prev,
.references-view-teaser .slick-arrow.slick-prev{
  display: none !important;
}

.page-node-type-certificate .heading-main-wrapper .heading-certificates-wrapper{
  max-width: 760px;
  margin: 0 0 0 auto;
}

.certificate-text-1,
.certificate-text-2{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-size: 26px;
  padding-bottom: 35px;
}

.certificate-text-1 span{
  color: #70757A;
}

.page-node-type-certificate .heading-main-wrapper{
  padding-bottom: 100px;
}

.page-node-type-certificate .heading-main-wrapper .heading-side-text{
  padding-bottom: 0px;
}

.page-node-type-certificate .heading-right-wrapper{
  max-width: 820px;
}

.certificates-view-teaser{
  max-width: 1180px;
  margin: auto;
  padding-bottom: 100px;
}

.certificates-view-teaser .view-content{
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.certificates-view-teaser .view-content > .views-row{
  width: 48%;
  background-color: #F8F8F8;
}

.certificates-view-teaser .field--field-certificate-image{
  text-align: center;
  border-bottom: 1px solid #DCDCDC;
  padding: 0 10px;
}

.certificates-view-teaser .field--field-certificate-image img{
  box-shadow: 0px -4px 28px 0px rgba(0, 0, 0, 0.07);
}

.certificates-mini-text{
  padding: 40px 10px 50px 30px;
  margin: 0;
  font-family: 'ost-bold', sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.certificates-view-teaser h2{
  text-align: center;
  font-family: 'ost-sb', sans-serif;
  font-size: 34px;
  line-height: 1.1;
  padding: 50px 10px 30px;
  margin-bottom: 0;
}

.certicates-read-more{
  text-align: center;
  padding: 0 15px 40px;
}

.contact-heading-main-wrapper h2{
  margin-bottom: 60px;
}

.contact-people-wrapper{
  padding-bottom: 50px;
}

.contact-people-wrapper .field--field-people{
  display: flex;
  flex-wrap: wrap;
  /*max-width: 700px;*/
  gap: 25px;
}

.contact-people-wrapper .field--field-people > div{
  /*width: 48%;*/
  width: calc(100% / 3 - 17px);
}

.paragraph--type--people .field--field-people-image{
  padding-bottom: 30px;
}

.paragraph--type--people .field--field-people-image img{
  filter: grayscale(1);
}

.paragraph--type--people .field--field-name{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.1;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.paragraph--type--people .field--field-function{
  font-size: 14px;
  color: #383838;
  padding-top: 5px;
  padding-bottom: 15px;
}

.paragraph--type--people .field--field-phone{
  font-family: 'ost-medium', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  padding-bottom: 10px;
}

.paragraph--type--people .field--field-e-mail{
  font-family: 'ost-medium', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.paragraph--type--people .field--field-e-mail a{
  color: #D71920;
}

.contact-person-data-wrapper{
  padding-left: 100px;
  background-image: url('cssimg/black-line.svg');
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-bottom: 50px;
}

.contact-address-wrapper-title{
  margin-bottom: 0;
  font-family: 'ost-medium', sans-serif;
  line-height: 1.3;
  font-size: 18px;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
}

.contact-address-wrapper .field--field-address,
.contact-address-wrapper .field--field-billing-info,
.contact-address-wrapper .field--field-billing-info-2,
.contact-infoline .field--field-info{
  font-size: 14px;
  color: #383838;
}

.contact-infoline{
  padding-top: 40px;
}

.contact-infoline .field--field-info{
  font-size: 30px;
  font-family: 'ost-eb', sans-serif;
  line-height: 1.5;
  letter-spacing: -0.03em;
  padding-bottom: 20px;
  color: #D71920;
}

.contact-infoline .field--field-info p{
  margin-bottom: 0;
}

.contact-infoline .field--field-info a{
  color: #383838;
  text-decoration: underline;
}

.contact-infoline .field--field-info a:hover{
  color: #D71920;
}

.contact-address-wrapper{
  display: flex;
  /*max-width: 700px;*/
  gap: 25px;
  justify-content: space-between;
}

.contact-email-wrapper{
  display: flex;
  justify-content: space-between;
  gap: 15px;
  /*max-width: 825px;*/
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  align-items: center;
  margin: 50px 0 70px;
  padding: 30px 0;
}

.contact-email-text,
.contact-email-email a{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.contact-email-email a{
  color: #D71920;
  text-decoration: underline;
}

/*.contact-map-wrapper .contact-map{
  max-width: 1400px;
}*/

.contact-countries-slider{
  padding: 50px 0 125px;
}

.contact-countries-slider .slick-slide{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.3;
  font-size: 62px;
  letter-spacing: -0.03em;
  text-align: center;
}

.contact-countries-slider .slick-track{
  gap: 80px;
}

.heading-left-referencie{
  max-width: 300px;
}

.heading-left-referencie h2{
  font-family: 'ost-medium', sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 54px;
  margin: 0;
}

.heading-left-referencie .referencie-date{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-size: 30px;
  color: #848484;
  padding-top: 5px;
}

.heading-right-referencie p{
  font-family: 'ost-medium', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  max-width: 350px;
  margin: 0 auto 0 0;
  text-align: right;
}

.reference-heading-wrapper.heading-main-wrapper{
  display: block;
  max-width: 1180px;
  margin: auto;
  padding-top: 85px;
}

.reference-heading-wrapper-inside{
  max-width: 1070px;
  margin: 0 0 0  auto;
}

.reference-heading-wrapper .heading-inside-wrapper{
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: end;
  background-image: url('cssimg/red_line_down.svg');
  background-repeat: no-repeat;
  background-position: right top;
}

.references-view-teaser{
  max-width: 1400px;
  margin: 0 0 0 auto;
  padding: 140px 0 120px;
}

.references-view-teaser .slick-track{
  gap: 15px;
}

.references-view-teaser .slick-arrow, 
.references-view-teaser .slick-arrow:hover, 
.references-view-teaser .slick-arrow:focus, 
.references-view-teaser .slick-arrow:active{
  top: 45%;
}

.references-view-teaser .slick-arrow.slick-next{
  left: 73%;
}

.references-teaser-title{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: -0.02em;
  padding-top: 25px;
}

.references-teaser-created{
  font-family: 'ost-medium', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #919191;
}

.view-reference-selection-big-wrapper{
  max-width: 1400px;
  margin: 0 0 0 auto;
}

.reference-group-wrapper{
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.reference-group-wrapper h2{
  font-family: 'ost-medium', sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}

.reference-tax-terms-view{
  max-width: 1400px;
  margin: 0 0 0 auto;
  padding-bottom: 100px;
}

.reference-tax-terms-view .view-content{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.reference-tax-terms-view .view-content .views-row{
  padding: 20px;
  font-size: 24px;
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  border: 1.5px solid #C8C8C8;
  border-radius: 150px;
  cursor: pointer;
}

.reference-tax-terms-view .views-field-tid{
  display: none;
  font-size: 1px;
  color: transparent;
}

.reference-tax-terms-view .views-row.reference-no-content{
  display: none;
}

.reference-tax-terms-view .views-row.reference-selected{
  background-color: #fff;
  border: 1.5px solid #fff;
}

.reference-group-wrapper{
  display: none;
  padding-bottom: 25px;
  border-bottom: 1px solid #C8C8C8;
  margin-bottom: 40px;
}

.reference-group-wrapper.reference-block-selected{
  display: flex;
}

.reference-group-wrapper.reference-block-selected.last{
  border: none;
}

.reference-group-list{
  max-width: 1060px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
}

.reference-group-list .views-row{
  width: 49%;
}

.reference-group-list .views-row:first-child{
  width: 100%;
}

.references-medium-created{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.4;
  letter-spacing: -0.02em;
  font-size: 14px;
  color: #919191;
}

.references-medium-title{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.4;
  font-size: 22px;
  letter-spacing: -0.02em;
  padding-top: 10px;
}

.references-medium-image{
  position: relative;
}

.references-medium-image:hover::after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('cssimg/black_plus.svg');
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
}

.reference-group-list .views-row:not(:first-child) .references-medium-image img{
  height: 400px;
  object-fit: cover;
}

.references-medium-image .ref-types{
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 16px;
  line-height: 1.1;
  font-family: 'ost-sb', sans-serif;
  padding-right: 10px;
}

.references-medium-image .field--field-work-type{
  border-radius: 50px;
  padding: 16px;
  background-color: #E5E5E5;
}

.references-medium-image .field--field-reference-type{
  background-color: #fff;
  padding: 16px;
  border-radius: 50px;
}

.heading-wrapper.career-wrapper h1{
  max-width: 850px;
}

.heading-main-wrapper.career-wrapper{
  padding-bottom: 100px;
  max-width: 1180px;
  margin: auto;
}

.heading-main-wrapper.career-wrapper .heading-left{
  width: 30%;
}

.heading-main-wrapper.career-wrapper .heading-right{
  width: 70%;
}

.heading-main-wrapper.career-wrapper .heading-right > .field--body{
  max-width: 850px;
  font-family: 'ost-medium', sans-serif;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.heading-main-wrapper.career-wrapper .field--body .spamspan{
  color: #D71920;
}

.heading-main-wrapper.career-wrapper .field--field-sidebar-text{
  font-family: 'ost-sb', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-bottom: 25px;
}

.heading-main-wrapper.career-wrapper .field--field-e-mail,
.heading-main-wrapper.career-wrapper .field--field-phone{
  font-family: 'ost-medium', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.03em;
  color: #383838;
}

.heading-main-wrapper.career-wrapper .field--field-e-mail a{
  color: #D71920;
}

.heading-main-wrapper.career-wrapper .field--field-career-positions > div:not(:last-child){
  padding-bottom: 10px;
}

.career-position-wrapper{
  padding: 30px;
  background-color: #fff;
}

.career-position-wrapper h2{
  margin: 30px 0 15px;
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  font-size: 32px;
  letter-spacing: -0.01em;
}

.career-position-bubble{
  display: inline-block;
  padding: 16px;
  background-color: #E5E5E5;
  border-radius: 50px;
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  font-size: 14px;
}

.career-position-wrapper .field--body{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #383838;
  padding-bottom: 15px;
}

.heading-main-wrapper.career-wrapper .heading-right-wrapper{
  max-width: 840px;
}

.career-position-read-more span{
  padding: initial;
  background: none;
}


#cookiesjsr {
    --default-margin: 1.25em;
    --font-size-reset: 1rem;
    --btn-font-color: #fff;
    --btn-border-color: #383838;
    --btn-bg-color: #D9D9D9;
    --btn-prime-font-color: #fff;
    --btn-prime-border-color: #383838;
    --btn-prime-bg-color: #1E1F20;
    --btn-inv-font-color: #fff;
    --btn-inv-border-color: #1E1F20;;
    --btn-inv-bg-color: #1E1F20;
    --btn-prime-inv-font-color: #fff;
    --btn-prime-inv-border-color: #1E1F20;
    --btn-prime-inv-bg-color: #1E1F20;
    --link-list-font-color: #383838;
    --link-list-separator-color: #383838;
    --banner-logo-offset: 100px;
    --banner-bg-color: #D9D9D9;
    --banner-font-color: #383838;
    --layer-header-height: 3.5em;
    --layer-header-bg-color: #D9D9D9;
    --layer-header-font-color: #383838;
    --layer-body-bg-color: #D9D9D9;
    --layer-tab-bg-color: #D9D9D9;
    --layer-tab-font-color: #383838;
    --layer-tab-active-bg-color: #D9D9D9;
    --layer-tab-active-font-color: #383838;
    --layer-bg-dark: #D9D9D9;
    --layer-font-light: #383838;
    --layer-font-dark: #383838;
    --layer-border-color: #1E1F20;
    --layer-footer-bg-color: #D9D9D9;
    --layer-footer-font-color: #383838;
    --layer-footer-height: 4.5em;
    --switch-border-color: #e4e5e6;
    --switch-handle-color: #1E1F20;
    --switch-bg-off: #fff;
    --switch-bg-on: #0a0;
    --switch-width: 45px;
    --switch-height: 20px;
    --switch-always-on-font-color: #0a0;
    --switch-always-on-bg-color: #fff;
}

.cookiesjsr-layer--close,
.cookiesjsr-layer--close:hover,
.cookiesjsr-layer--close:focus,
.cookiesjsr-layer--close:active{
  background-color: transparent;
}

.cookiesjsr-settings:hover,
.cookiesjsr-service-group--tab:hover{
  background-color: #bbbbbb;
}

.cookiesjsr-links a:hover{
  text-decoration: underline;
  color: white;
}

.cookiesjsr-btn:hover{
  transform: initial;
  transition: initial;
}

.heading-main-wrapper.print-guide{
  padding-bottom: 100px;
}

.heading-main-wrapper.print-guide .heading-right-wrapper{
  max-width: 840px;
}

.field--field-guides .field--field-guide-title{
  font-family: 'ost-medium', sans-serif;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-size: 26px;
  padding-bottom: 25px;
}

.field--field-guides .text-formatted p{
  margin: 0 0 1.5em;
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.field--field-guides .text-formatted p em{
  font-style: initial;
  font-family: 'ost-italic', sans-serif;
  color: #8B8B8B;
  line-height: 1.6;
  font-size: 14px;
}

.field--field-guides > div:not(:last-child){
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #D71920 30%, #C8C8C8 30% 100%);
  border-image-slice: 1;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.field--field-guides .field--field-section-title{
  font-size: 16px;
  line-height: 1.3;
  font-family: 'ost-sb', sans-serif;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  padding-left: 116px;
  background-image: url('cssimg/black-line2.svg');
  background-repeat: no-repeat;
  background-position: left center;
}

.fp-recent-refs{
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: auto;
  justify-content: space-between;
}

.fp-recent-refs .view-header,
.fp-recent-refs .view-filters{
  width: 49%;
}

.fp-recent-refs .view-content{
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.fp-recent-refs .view-header > div{
  max-width: 335px;
  font-family: 'ost-medium', sans-serif;
  line-height: 1.1;
  font-size: 46px;
  letter-spacing: -0.04em;
}

.fp-recent-refs .view-filters #edit-actions{
  margin: 0;
  display: none;
}

.fp-recent-refs .view-filters .form-item-search-references{
  margin: 0;
}

.fp-recent-refs .view-filters .form-item-search-references label{
  display: none;
}

.fp-recent-refs .view-filters ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  /*display: flex;*/
  flex-wrap: wrap;
  max-width: 65%;
  margin: 0 0 0 auto;
  display: none;
}

.fp-recent-refs .view-filters ul li{
  width: 50%;
  padding: 0 10px;
}

.fp-recent-refs .view-filters ul li a{
  color: #474747;
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  font-size: 14px;
}

.fp-recent-refs .view-filters ul li a.bef-link--selected{
  text-decoration: underline;
  color: #1E1F20;
}

.references-fp-image{
  position: relative;
}

.references-fp-data-wrapper{
  position: absolute;
  z-index: 100;
  bottom: 40px;
  left: 40px;
  max-width: 450px;
}

.references-fp-data-wrapper .references-fp-title{
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  font-family: 'ost-medium', sans-serif;
  padding-bottom: 30px;
}

.references-fp-wrapper .field--field-reference-type{
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  font-size: 16px;
  padding: 16px;
  background-color: #fff;
  border-radius: 50px;
}

.references-fp-slider-arrows{
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: flex;
  gap: 25px;
}

.references-fp-slider-arrows > span.references-fp-arrow-left,
.references-fp-slider-arrows > span.references-fp-arrow-right{
  display: block;
  z-index: 10;
  position: initial;
  top: initial;
  transform: initial;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.references-fp-slider-arrows > span.references-fp-arrow-left{
  background-image: url('cssimg/ref-arrow-left.svg');
}

.references-fp-slider-arrows > span.references-fp-arrow-right{
  background-image: url('cssimg/ref-arrow-right.svg');
}

.text-formatted table{
  font-size: 16px;
}

.text-formatted table tbody tr:first-child{
  font-family: 'ost-sb', sans-serif;
}

.text-formatted table tbody tr:last-child{
  border-bottom: none;
}

.page-node-type-sluzby .services-wrapper-inside-heading .field--body{
  font-family: 'ost-regular', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
}

.heading-wrapper.career-wrapper{
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: auto;
}

.heading-wrapper.career-wrapper .effect{
  width: 30%;
}

.heading-wrapper.career-wrapper .heading-wrapper-mini{
  width: 70%;
  max-width: initial;
  margin: initial;
}

@-webkit-keyframes animate-svg-stroke-1{ 
  0%{ 
    stroke-dashoffset: 187.3539665617978px; 
    stroke-dasharray: 187.3539665617978px; 
  }
  100%{ 
    stroke-dashoffset: 0; 
    stroke-dasharray: 187.3539665617978px; 
  } 
} 

@keyframes animate-svg-stroke-1{ 
  0%{ stroke-dashoffset: 187.3539665617978px; 
    stroke-dasharray: 187.3539665617978px; 
  } 
  100%{ 
    stroke-dashoffset: 0; 
    stroke-dasharray: 187.3539665617978px; 
  } 
} 

.svg-elem-1, 
.production-wrapper.animation .pw-svg-elem-1{ 
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s both; 
  animation: animate-svg-stroke-1 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0s both; 
} 

@-webkit-keyframes animate-svg-stroke-2{ 
  0%{ 
    stroke-dashoffset: 190px; 
    stroke-dasharray: 190px; 
  } 
  100%{ 
    stroke-dashoffset: 0; 
    stroke-dasharray: 190px; 
  } 
} 

@keyframes animate-svg-stroke-2{ 
  0%{ 
    stroke-dashoffset: 190px; 
    stroke-dasharray: 190px; 
  } 
  100%{ 
    stroke-dashoffset: 0; 
    stroke-dasharray: 190px;
  } 
} 

.svg-elem-2, 
.production-wrapper.animation .pw-svg-elem-2{ 
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s both; 
  animation: animate-svg-stroke-2 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.12s both; 
}

@-webkit-keyframes animate-svg-stroke-3{ 
  0%{ 
    stroke-dashoffset: 20px; stroke-dasharray: 20px; 
  } 
  100%{ 
    stroke-dashoffset: 0; 
    stroke-dasharray: 20px; 
  } 
} 

@keyframes animate-svg-stroke-3{ 
  0%{ 
    stroke-dashoffset: 20px;
    stroke-dasharray: 20px; 
  } 
  100%{ 
    stroke-dashoffset: 0; 
    stroke-dasharray: 20px; 
  } 
} 

.svg-elem-3,
.production-wrapper.animation .pw-svg-elem-3{ 
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s both; 
  animation: animate-svg-stroke-3 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.24s both; 
}

.effect{
  padding-top: 40px;
}

.heading-main-wrapper.machines-heading-main-wrapper .heading-left{
  padding-right: 10px;
}

.heading-wrapper.machines-heading-wrapper{
  display: flex;
}

.heading-wrapper.machines-heading-wrapper .effect{
  width: 30%;
}

.heading-wrapper.machines-heading-wrapper .heading-wrapper-mini{
  width: 70%;
  max-width: initial;
  margin: auto;
}

.heading-main-wrapper.machines-heading-main-wrapper .heading-left{
  width: 30%;
  max-width: initial;
}

.heading-main-wrapper.machines-heading-main-wrapper .heading-right{
  width: 70%;
  max-width: initial;
}

.heading-wrapper,
.production-wrapper{
  display: flex;
}

.heading-wrapper .effect,
.production-wrapper .effect{
  width: 30%;
}

.heading-wrapper .heading-wrapper-mini,
.production-wrapper .production-wrapper-mini{
  width: 70%;
}

.production-wrapper .effect{
  padding-top: 0;
  opacity: 0;
}

.production-wrapper.animation .effect{
  opacity: 1;
}

.ref-types{
  display: flex;
  align-items: center;
  gap: 10px;
}

.references-fp-wrapper .field--field-work-type{
  padding: 16px;
  background-color: #D71920;
  border-radius: 50px;
  color: #fff;
  font-family: 'ost-sb', sans-serif;
  line-height: 1.1;
  font-size: 16px;
}

.cookiesjsr-banner{
  display: block;
  margin: 0 0 20px 20px;
  max-width: 520px;
  padding: 40px;
}

.cookiesjsr-banner--info{
  width: 100%;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #383838;
  overflow: hidden;
}

.cookiesjsr-links a{
  font-family: 'ost-medium', sans-serif;
  text-decoration: underline;
}

.cookiesjsr-links a:hover{
  color: #D71920;
}

.cookiesjsr-banner--action{
  width: 100%;
  gap: 10px;
  flex-direction: row;
}

.cookiesjsr-btn{
  margin: 0;
  padding: 15px 20px;
  font-family: 'ost-b', sans-serif;
  letter-spacing: -0.01em;
  line-height: 15px;
  font-size: 12px;
  border: none;
}

.cookiesjsr-btn.cookiesjsr-settings{
  background-color: #BCBCBC;
}

.cookiesjsr-btn.allowAll{
  background-color: #D71920;
}

.certicates-read-more .read-more{
  margin-bottom: 0;
  cursor: pointer;
}

#header-region .mobil-menu{
  display: none;
  padding-left: 10px;
  padding-right: 20px;
  float: left;
}

html[lang="fr"] .fp-heading.heading-wrapper h2 span.span-first,
html[lang="fr"] .fp-heading.heading-wrapper h2 span.span-last{
  padding-bottom: 4px;
}

.cookiesjsr-layer--title{
  font-size: 26px;
  font-family: 'ost-bold', sans-serif;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-transform: initial;
}

.cookiesjsr-service-group .cookiesjsr-service-group--tab{
  font-family: 'ost-eb', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #929292;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab{
  font-family: 'ost-eb', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.04em;

}

.cookiesjsr-service-group .cookiesjsr-service-group--tab:hover{
  background-color: #D9D9D9;
}

.cookiesjsr-service-group--tab{
  border-bottom: none;
}

.cookiesjsr-layer--close{
  display: none;
}

.cookiesjsr-service-group--intro{
  font-size: 12px;
  line-height: 1.3;
  padding: 10px 15px;
}

.cookiesjsr-service--description > h3{
  font-family: 'ost-bold', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.cookiesjsr-links li::before{
  content: none !important;
}

.cookiesjsr-service--always-on span{
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'ost-eb', sans-serif;
}

.cookiesjsr-layer{
  width: 550px;
  padding: 40px;
}

.cookiesjsr-layer--header{
  border-bottom: 1px solid #B6B6B6;
}


.cookiesjsr-layer--label-all{
  display: none;
}

.cookiesjsr-layer--actions{
  gap: 15px;
  margin: auto;
  width: 100%;
}

.cookiesjsr-layer--footer{
  border-top: 1px solid #B6B6B6;
}

.cookiesjsr-service--description{
  padding: 0;
}

.cookiesjsr-service-group--services{
  padding: 10px 15px !important;
}

.cookiesjsr-links.links--row li{
  padding: 0 !important;
}

.cookiesjsr-links{
  margin: 0 !important;
}

.page-node-43 .field--body a{
  text-decoration: underline;
}

.fp-heading-container{
  max-width: 100%;
  margin: auto;
}

.page-node-type-frontpage #main .container{
  max-width: initial;
}

.fp-heading-video{
  max-width: 100%;
  margin: auto;
}


.fp-heading-video video{
  /*position: absolute;*/
  /*width: 100%;*/
  max-height: 700px;
  /*z-index: -1;
  top: 0;
  left: 0;*/
  /*object-fit: fill;*/

  object-fit: cover;
  object-position: top;

  filter: brightness(0.5);

  width: 150%;
  max-width: 100vw;
  margin: 0 calc(-50vw + 50%);
  overflow: hidden;

}

.about-history-left .field--field-about-us-images > div:nth-child(2) img{
  width: 354px;
  height: 321px;
}

.fp-heading-new{
  position: absolute;
  width: 100%;
  max-width: 1180px;
  top: 79.5%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fp-heading-new h2{
  margin-bottom: 0;
  font-size: 30px;
  text-align: center;
  padding: 0 10px;
  line-height: 1.2;
}

.fp-heading-new h2 span{
  color: #D71920;
}

.fp-heading.heading-wrapper.fp-new-heading{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1600px;
  width: 100%;
  /*align-items: end;*/
  z-index: 100;
  padding: 0 15px;
  /*justify-content: space-between;*/
  flex-direction: column;
}

.fp-heading.heading-wrapper.fp-new-heading h2{
  font-size: 54px;
  color: white;
}

.fp-heading.heading-wrapper.fp-new-heading h2 span{
  color: white;
}

.fp-heading.heading-wrapper.fp-new-heading .heading-wrapper-mini{
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0 0;
}

.fp-heading.heading-wrapper.fp-new-heading .heading-wrapper-mini .mini-title{
  color: #B7B7B7;
}

.fp-heading.fp-new-heading .fp-header-text{
  color: white;
  font-size: 18px;
  padding: 15px 0 20px;
}

.fp-heading.fp-new-heading .fp-heading-buttons a:nth-child(2){
  display: none;
}

.fp-heading.heading-wrapper.fp-new-heading .fp-heading-left{
  max-width: 700px;
}

.fp-heading.heading-wrapper.fp-new-heading .fp-heading-right{
  max-width: 350px;
}

.page-node-type-frontpage #main{
  position: relative;
  top: -130px;
  z-index: 1000;
}

.page-node-type-frontpage #header{
  background-color: transparent;
}

.page-node-type-frontpage #block-mytheme-main-menu > .menu span, 
.page-node-type-frontpage #block-mytheme-main-menu > .menu a{
  color: white;
}

.page-node-type-frontpage:not(.menu-open) .header-fixed #block-mytheme-main-menu > .menu span, 
.page-node-type-frontpage:not(.menu-open) .header-fixed #block-mytheme-main-menu > .menu a{
  color: #1E1F20;
}

.page-node-type-frontpage #block-mytheme-main-menu .menu-item--expanded::after{
  background-image: url('cssimg/chevron_down-white.svg');
}

.page-node-type-frontpage:not(.menu-open) .header-fixed #block-mytheme-main-menu .menu-item--expanded::after{
  background-image: url('cssimg/chevron_down.svg');
}

.page-node-type-frontpage .site-logo{
  display: inline-block;
  width: 143px;
  height: 36px;
  background-image: url('cssimg/logo-valeur-white.svg');
}

.page-node-type-frontpage:not(.menu-open) .header-fixed .site-logo{
  background: none;
}


.page-node-type-frontpage .site-logo img{
  display: none;
}

.page-node-type-frontpage .header-fixed .site-logo img{
  display: block;
}

.heading-main-wrapper.contact-heading-main-wrapper{
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}

.fp-heading-container .views-element-container .view-servicepage-teaser,
.fp-heading-container .field--field-list{
  max-width: 1620px;
  margin: 150px auto 0;
}

.paragraph--type--products .field--field-product-image{
  display: none;
}

.view-gallery-content > .view-content{
  display: flex;
  gap: 30px;
  max-width: 1400px;
  margin: 0 0 0 auto;
  padding-top: 50px;
}

.view-gallery-content img,
.field--field-gallery img,
.field--field-articles-images img{
  transition: all 0.3s ease;
}

.view-gallery-content img:hover,
.field--field-gallery img:hover,
.field--field-articles-images img:hover{
  filter: grayscale(1);
}

.field--field-gallery,
.field--field-articles-images{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.field--field-gallery > div,
.field--field-articles-images > div{
  width: 29%;
  text-align: center;
}

.gallery-wrapper,
.articles-gallery-wrapper{
  margin-top: 50px;
}

.ref-about-image-wrapper{
  position: relative;
}

.ref-about-image-wrapper .field--field-reference-image img{
  max-width: 750px;
}

.ref-about-image-wrapper .field--field-reference-name{
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: white;
  background-color: #fff;
  padding: 16px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.1;
}

.paragraph--type--reference-about-us{
  display: flex;
  padding: 10px 0;
  gap: 20px;
}

.ref-about-text-wrapper{
  font-size: 16px;
  display: flex;
  align-items: center;
  max-width: 630px;
  margin: auto;
}

.block-referenceaboutus .field--field-reference > div:nth-child(even) .paragraph--type--reference-about-us{
  flex-direction: row-reverse;
}

.block-referenceaboutus{
  margin-bottom: 150px;
}

.articles-text-wrapper{

}

.articles-text-wrapper .field--field-articles-main-image{
  background-image: url('cssimg/grey-big-logo.svg');
  background-position: right 10% center;
  background-repeat: no-repeat;
}

.articles-text-wrapper .field--field-articles-main-image img{
  max-width: 800px;
  width: 100%;
}

.articles-text-wrapper .field--body{
  font-size: 16px;
  padding-top: 35px;

}

.articles-teaser-wrapper{
  display: flex;
  gap: 30px;
  align-items: center;
}

.view-articles-block .views-row{
  margin-bottom: 30px;
}

.articles-teaser-image{
  max-width: 620px;
  width: 100%;
}

.articles-teaser-image img{
  transition: all 0.5s ease;
}

.articles-teaser-image img:hover{
  filter: grayscale(1);
}

.articles-teaser-text{
  font-size: 16px;
  max-width: 650px;
}

.field--field-articles-video{
  text-align: center;
  margin: 75px 0;
}

.field--field-articles-video video{
  width: 100%;
  height: auto;
  max-width: 1200px;
}

.field--field-about-us-info{
  margin-bottom: 60px;
}

.view-gallery .views-row{
  position: relative;
}

.view-gallery .views-row .views-field-title{
  position: absolute;
  bottom: 20px;
  left: 25px;
  z-index: 999;
}

.view-gallery .views-row .views-field-title a{
  color: white;
  font-size: 50px;
  font-family: 'ost-bold', sans-serif;
}

.field--field-list-image img{
  width: 100%;
  height: 560px;
  object-fit: cover;
}