@charset "UTF-8";

/*
Theme Name: LUB
Theme URI: https://www.lub-service.de/
Author:  lub-service
Author URI: https://www.lub-service.de/
Version: 1.0.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: lub
*/
/* Colors */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active),
.form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Default pages */
.page-template-default.page article.default-page .entry-content ol,
.post-template-default.single .container-single-post ol {
  list-style: initial;
}

.page-template-default.page article.default-page .entry-content blockquote,
.page-template-default.page article.default-page .entry-content q,
.post-template-default.single .container-single-post blockquote,
.post-template-default.single .container-single-post q {
  quotes: auto;
}

.page-template-default.page article.default-page .entry-content ul,
.post-template-default.single .container-single-post ul {
  padding: 0 0 0 40px;
}

.page-template-default.page article.default-page .entry-content ul li,
.post-template-default.single .container-single-post ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}

.page-template-default.page article.default-page .entry-content ul li:before,
.post-template-default.single .container-single-post ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/11/check-1.svg);
}

.page-template-default.page article.default-page .entry-content ul li:last-child,
.post-template-default.single .container-single-post ul li:last-child {
  padding-bottom: 0;
}

.page-template-default.page article.default-page .entry-content ol,
.post-template-default.single .container-single-post ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.page-template-default.page article.default-page .entry-content ol ul,
.post-template-default.single .container-single-post ol ul {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 15px;
}

.page-template-default.page article.default-page .entry-content ol ol,
.page-template-default.page article.default-page .entry-content ul ol,
.post-template-default.single .container-single-post ol ol,
.post-template-default.single .container-single-post ul ol {
  list-style-type: lower-latin;
  list-style-position: inside;
  margin-left: 15px;
}

.page-template-default.page article.default-page .entry-content h2,
.post-template-default.single .container-single-post h2 {
  margin-top: 0.83em;
}

.page-template-default.page article.default-page .entry-content h3,
.post-template-default.single .container-single-post h3 {
  display: block;
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.page-template-default.page article.default-page .entry-content h4,
.post-template-default.single .container-single-post h4 {
  display: block;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.page-template-default.page article.default-page .entry-content h5,
.post-template-default.single .container-single-post h5 {
  display: block;
  font-size: 0.83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.page-template-default.page article.default-page .entry-content h6,
.post-template-default.single .container-single-post h6 {
  display: block;
  font-size: 0.67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.page-template-default.page article.default-page .entry-content a:link,
.page-template-default.page article.default-page .entry-content a:visited,
.post-template-default.single .container-single-post a:link,
.post-template-default.single .container-single-post a:visited {
  color: #a12032;
  font-weight: 500;
}

.page-template-default.page article.default-page .entry-content a:link.btn,
.page-template-default.page article.default-page .entry-content a:visited.btn,
.post-template-default.single .container-single-post a:link.btn,
.post-template-default.single .container-single-post a:visited.btn {
  color: #fff;
}

@media (max-width: 767px) {

  .page-template-default.page article.default-page .entry-content h3,
  .post-template-default.single .container-single-post h3 {
    font-size: 17px;
  }

  .page-template-default.page article.default-page .entry-content ul,
  .post-template-default.single .container-single-post ul {
    padding-left: 40px;
    font-size: 14px;
  }
}

/* Fonts */
@font-face {
  font-family: "Mrs Saint Delafield";
  src: url(/wp-content/themes/lub/assets/fonts/Mrs_Saint_Delafield/MrsSaintDelafield-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url(/wp-content/themes/lub/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf), url(/wp-content/themes/lub/assets/fonts/Plus_Jakarta_Sans/PlusJakartaSans-Italic-VariableFont_wght.ttf);
  font-weight: 100 1000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 168.75%;
  color: #444;
}

h2,
h1.main-title-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 35px;
}

h3,
.text-like-h3 {
  font-size: 24px;
  color: #444;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #444;
}

a.btn {
  border-radius: 6px;
  background: #a12032;
  display: flex;
  padding: 14px 18px !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-basis: auto;
  width: max-content;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

p {
  margin-bottom: 20px;
}

p strong {
  font-weight: 600;
}

img {
  border-radius: 6px;
}

.wpcf7-submit.btn {
  border-radius: 6px;
  background: #a12032;
  display: flex;
  padding: 14px 18px !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-basis: auto;
  width: max-content;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {

  a.btn,
  .wpcf7-submit.btn {
    font-size: 14px;
  }

  h2,
  h1.main-title-small {
    font-size: 22px;
    margin-bottom: 20px;
  }

  h3,
  .text-like-h3 {
    font-size: 17px;
  }

  p {
    font-size: 14px;
  }
}

/* ul li with check icon */
.text-block .btn {
  margin-top: 40px;
}

.text-block ul {
  padding-left: 60px;
}

.text-block ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}

.text-block ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/11/check-1.svg);
}

.text-block ul li:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .text-block ul {
    padding-left: 40px;
    font-size: 14px;
  }
}

/* Header */
.page-template-page-service-fluidmanagement #header,
.page-template-page-service-entsorgung #header,
.page-template-page-service #header {
  background: #fff;
}

@media (min-width: 768px) {
  #header .header-group {
    width: 100%;
    justify-content: flex-end;
  }

  #header .header-group .close-modal {
    display: none;
  }

  #header .header-group #menu {
    width: 100%;
    flex: 1;
  }

  #header .header-group #menu ul#menu-main-menu {
    justify-content: center;
    margin-left: 20px;
  }
}

#header {
  background: #f8f8f8;
  padding-bottom: 10px;
}

#header>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

#header #logo img {
  border-radius: 0;
}

#header .header-group {
  display: flex;
}

#header .mobile_menu_wrap {
  display: none;
}

#mobile_menu {
  position: relative;
  width: 35px;
  height: 20px;
  cursor: pointer;
}

#mobile_menu .mobile_menu_decor {
  position: absolute;
  top: 50%;
  right: 0;
  width: 80%;
  height: 3px;
  background: #a12032;
  transition: all 0.3s ease;
  display: block;
}

#mobile_menu .mobile_menu_decor:before, #mobile_menu .mobile_menu_decor:after {
  content: "";
  transition: all 0.3s ease;
  position: absolute;
  display: block;
  top: calc(50% - 1.5px);
  right: 0;
  width: 120%;
  height: 3px;
  background: #a12032;
}

#mobile_menu .mobile_menu_decor:before {
  -webkit-transform: translate(0, -7px);
  -ms-transform: translate(0, -7px);
  transform: translate(0, -7px);
}

#mobile_menu .mobile_menu_decor:after {
  -webkit-transform: translate(0, 7px);
  -ms-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

@media (max-width: 1024px) and (min-width: 768px) {
  #header {
    max-height: 109px;
  }

  #header #menu-main-menu {
    margin-left: 10px;
    gap: 0;
    flex-wrap: wrap;
  }

  #header #menu-main-menu>li>a {
    font-size: 18px;
  }

  #header #menu+a {
    text-wrap: nowrap;
    height: 55px;
  }
}

@media (max-width: 767px) {
  #header {
    background: #fff;
    padding-bottom: 10px;
  }

  #header .header-group {
    position: relative;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    flex-direction: column;
    z-index: 250;
    overflow-y: scroll;
    height: 100vh;
    padding: 50px 20px;
    background: #fff;
    width: 100%;
    align-items: flex-start;
  }

  #header .header-group .close-modal {
    max-height: 24px;
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
  }

  #header .header-group #menu {
    width: 100%;
  }

  #header .header-group #menu #menu-main-menu {
    width: 100%;
    margin-right: -10px;
    text-align: left;
  }

  #header .header-group #menu #menu-main-menu li {
    width: 100%;
  }

  #header .header-group ul {
    flex-direction: column;
  }

  #header .header-group ul li:hover {
    background: #f8f8f8;
    border-radius: 6px;
  }

  #header .header-group ul .sub-menu {
    background: #f8f8f8;
    border-radius: 6px;
    align-self: flex-end;
    position: relative;
    width: 100%;
    margin-bottom: -10px;
    padding-bottom: 10px;
    padding-top: 0;
  }

  #header .header-group ul .sub-menu li {
    width: 100%;
    border-radius: 6px;
  }

  #header .header-group ul .sub-menu li a:hover {
    border-radius: 6px;
  }

  #header .header-group ul .sub-menu li a {
    justify-content: flex-start;
  }

  #header .header-group a.btn {
    margin-top: 20px;
  }

  #header .mobile_menu_wrap {
    display: block;
  }
}

#menu-main-menu {
  margin-right: 20px;
  align-items: center;
  gap: 10px;
  display: flex;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

#menu-main-menu>li {
  padding: 10px;
}

#menu-main-menu li:first-child {
  position: relative;
}

#menu-main-menu li a {
  color: #262f38;
}

#menu-main-menu .sub-menu {
  display: none;
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 550px;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9999;
}

#menu-main-menu .sub-menu:hover {
  display: flex;
}

#menu-main-menu .sub-menu li {
  width: calc((100% - 10px) / 3);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

#menu-main-menu .sub-menu li a {
  font-size: 14px;
  line-height: normal;
  justify-content: start;
  padding: 15px;
  display: flex;
}

#menu-main-menu .sub-menu li a:hover {
  background: #f8f8f8;
}

/* Home Page */
.home .hero {
  height: 730px;
  width: 100%;
  background-size: cover !important;
  margin-top: -109px;
  padding-top: 355px;
}

.home .hero h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 20px;
}

.home .hero .hero-text {
  max-width: 600px;
}

.home .hero .hero-text .main-description {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
  margin-bottom: 50px;
}

.home .hero-mob {
  display: none;
}

@media (max-width: 1024px) {
  .home .hero {
    background-position: 98% center;
  }
}

@media (max-width: 767px) {
  .home .hero {
    margin-top: -109px;
    padding-top: 235px;
    display: none;
  }

  .home .hero h1 {
    font-size: 48px;
  }

  .home .hero .hero-text .main-description {
    font-size: 17px;
    margin-bottom: 40px;
  }

  .home .hero-mob {
    display: block;
    height: 600px;
  }
}

#services,
#services-slider-1,
#services-slider-2 {
  padding: 75px 0;
}

#services h2,
#services-slider-1 h2,
#services-slider-2 h2 {
  width: 60%;
  margin-bottom: 40px;
}

#services .services-list-block,
#services-slider-1 .services-list-block,
#services-slider-2 .services-list-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#services .services-list-block .service-card,
#services-slider-1 .services-list-block .service-card,
#services-slider-2 .services-list-block .service-card {
  position: relative;
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#services .services-list-block .service-card:hover,
#services-slider-1 .services-list-block .service-card:hover,
#services-slider-2 .services-list-block .service-card:hover {
  background: #f8f8f8;
}

#services .services-list-block .service-card__arrow,
#services-slider-1 .services-list-block .service-card__arrow,
#services-slider-2 .services-list-block .service-card__arrow {
  position: absolute;
  display: none;
}

#services .services-list-block .service-card__arrow.active,
#services-slider-1 .services-list-block .service-card__arrow.active,
#services-slider-2 .services-list-block .service-card__arrow.active {
  display: block;
  top: 25px;
  right: 25px;
}

#services .services-list-block .service-card__title,
#services-slider-1 .services-list-block .service-card__title,
#services-slider-2 .services-list-block .service-card__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #444;
  margin-top: 15px;
}

#services .services-list-block .service-card__link,
#services-slider-1 .services-list-block .service-card__link,
#services-slider-2 .services-list-block .service-card__link {
  display: inline-block;
  padding: 40px;
  width: 100%;
  height: 100%;
}

#services-slider-2 .services-list-block .service-card:hover {
  background: #fff;
}

@media (max-width: 1024px) {
  #services .services-list-block .service-card {
    position: relative;
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767px) {
  #services {
    padding: 30px 0;
  }

  #services h2 {
    margin-bottom: 25px;
    width: 100%;
  }

  #services .services-list-block {
    flex-direction: column;
    gap: 5px;
  }

  #services .services-list-block .service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
  }

  #services .services-list-block .service-card:hover {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  #services .services-list-block .service-card__title {
    font-size: 17px;
    margin-top: 0;
  }

  #services .services-list-block .service-card__link {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }

  #services .services-list-block .service-card__arrow {
    display: block;
    position: absolute;
    right: 0px;
    top: 25px;
  }

  #services .services-list-block .service-card__arrow.active {
    display: block;
    position: absolute;
    right: 15px;
  }

  #services .services-list-block .service-card img {
    width: 36px;
    height: 36px;
    margin-right: 25px;
  }
}

#advantages-home {
  position: relative;
  padding-bottom: 0px;
}

#advantages-home .description {
  margin-bottom: 40px;
}

#advantages-home h3 {
  color: #a12032;
  margin-top: 35px;
  width: 80%;
  font-size: 20px;
}

#advantages-home p {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 80%;
}

#advantages-home .advantage {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

#advantages-home .advantage:last-child {
  border-bottom-width: 0;
  margin-bottom: 75px;
  padding-bottom: 0px;
}

#advantages-home .advantage:last-child .btn {
  display: block;
}

#advantages-home .advantage_num {
  color: #444;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  position: absolute;
  top: -10px;
  right: 10px;
}

#advantages-home .btn {
  margin-top: 40px;
  margin-bottom: 50px;
  display: none;
}

#advantages-home .advantage-container {
  display: flex;
}

#advantages-home .video-container {
  max-width: 790px;
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Video */
.video-container {
  position: relative;
  max-height: max-content;
}

.video-container .mejs-overlay-button {
  background: none;
}

.video-container .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container .video-play-btn.active {
  display: none;
}

.video-container .video-play-btn img {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  margin-top: 2px;
}

.video-container .mejs-controls {
  display: none;
  visibility: hidden;
}

.video-container .mejs-poster {
  background-position: 0% 50%;
  background-size: 100% 100%;
}

@media (max-width: 1200px) {
  #advantages-home .advantage-container-left {
    min-width: 32.5% !important;
  }

  #advantages-home .video-container {
    width: calc(67.5% - 30px);
    max-height: max-content;
  }
}

@media (max-width: 767px) {
  #advantages-home h2 {
    margin-bottom: 40px;
    margin-top: 10px;
  }

  #advantages-home h3 {
    margin-top: 20px;
    width: 80%;
    font-size: 16px;
  }

  #advantages-home p {
    width: 100%;
  }

  #advantages-home .advantage {
    padding-bottom: 0;
  }

  #advantages-home .advantage:last-child {
    margin-bottom: 40px;
  }

  #advantages-home .advantage-container {
    flex-direction: column;
  }

  #advantages-home .advantage_num {
    font-size: 30px;
  }

  #advantages-home .btn {
    display: none !important;
  }

  #advantages-home .video-container {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }

  #advantages-home .video-container .video {
    margin: 0 0 40px 0;
  }

  /* Video */
  .video-container {
    position: relative;
  }

  .video-container .mejs-overlay-button {
    background: none;
  }

  .video-container .video-play-btn {
    width: 56px;
    height: 56px;
  }

  .video-container .video-play-btn img {
    width: 24px;
    height: 24px;
  }
}

#expert {
  background: #f8f8f8;
  padding-top: 80px;
}

#expert h3 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
}

#expert>.container {
  display: flex;
  gap: 50px;
}

#expert h2 {
  margin-bottom: 20px;
}

#expert .expert-block-signature {
  color: #a12032;
  font-family: "Mrs Saint Delafield";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 30px;
}

#expert .expert-photo {
  margin-top: 20px;
  display: block;
  height: auto;
  max-width: 100%;
}

#expert .photos-block,
#expert .expert-block-left {
  width: calc(50% - 10px);
}

#expert .metrics {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#expert .metrics-quantity {
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 27px;
  margin-bottom: 5px;
}

#expert .metrics-quantity>span.plus {
  color: #a12032;
  font-size: 35px;
  display: inline-block;
  position: relative;
  bottom: 4px;
}

#expert .btn {
  margin-top: 40px;
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  #expert {
    padding-top: 30px;
  }

  #expert>.container {
    flex-direction: column;
    align-items: center;
  }

  #expert>.container .metrics {
    display: none;
  }

  #expert>.container .btn {
    width: 100%;
    margin-bottom: 45px;
  }

  #expert>.container .expert-block-left {
    width: 100%;
  }

  #expert>.container .photos-block {
    width: calc(100% - 50px);
    margin: 0 auto;
  }

  #expert>.container .photos-block img {
    width: 100%;
  }
}

#reviews {
  padding: 75px 0;
  margin-bottom: -5px;
}

#reviews .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin: 0px -8px !important;
}

@media (max-width: 767px) {
  #reviews {
    padding: 40px 0;
    margin-bottom: -15px;
  }
}

#faq {
  background: #f8f8f8;
  padding: 75px 0 75px 0;
}

#faq>.container {
  display: flex;
  gap: 20px;
}

#faq h2 {
  margin-bottom: 30px;
}

#faq .faq-left-block {
  width: calc(40%);
}

#faq .faq-items-block {
  width: 100%;
  overflow: hidden;
}

#faq .btn {
  margin-top: 40px;
}

#faq .btn.button2 {
  float: right;
  margin-top: 50px;
}

#faq .accordion_item {
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 20px;
  border-radius: 10px;
}

#faq .accordion_description p:last-child {
  margin-bottom: 0;
}

#faq .accordion_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  cursor: pointer;
}

#faq .accordion_header h3 {
  font-size: 20px;
}

#faq .accordion_active .icon-chewron {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-bottom: none;
  top: 19px;
}

#faq .icon-circle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 45px !important;
  min-width: 45px;
  height: 45px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#faq .icon-chewron {
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.2);
  width: 10px;
  height: 10px;
  font-style: normal;
  transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-radius: 2px;
  bottom: 19px;
}

@media (max-width: 767px) {
  #faq {
    padding: 30px 0;
  }

  #faq>.container {
    flex-direction: column;
  }

  #faq .btn {
    width: 100%;
  }

  #faq .btn.button2 {
    margin-top: 30px;
  }

  #faq .accordion {
    margin-top: 0px;
  }

  #faq .accordion_item {
    padding: 20px;
    margin-bottom: 10px;
  }

  #faq .accordion_item:last-child {
    margin-bottom: 0;
  }

  #faq .accordion h3 {
    font-size: 17px;
  }

  #faq .faq-left-block {
    width: 100%;
    margin-bottom: 10px;
  }

  #faq .faq-left-block p:last-child {
    margin-bottom: 0;
  }
}

#section_news {
  padding: 75px 0;
}

#section_news .news_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

#section_news .news_header .news_link {
  text-transform: uppercase;
  color: #444;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px #444;
}

#section_news .post .post_title {
  font-size: 20px;
  margin-top: 15px;
}

#section_news .post .post_title a {
  color: #444;
  font-weight: 500;
}

#section_news .post img.blog_mod {
  width: 100%;
  object-fit: cover;
  height: 210px;
}

#section_news .post_category {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 15px;
}

#section_news .post_category a {
  color: #a12032;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #section_news .post .post_title {
    font-size: 17px;
  }

  #section_news .post_category {
    font-size: 13px;
  }
}

/* the slides */
.slick-slider {
  margin-inline: -20px;
}

.slick-slide>div {
  margin-inline: 10px;
}

.recent-posts-slider .slick-prev,
.recent-posts-slider .slick-next,
#company-team .slick-prev,
#company-team .slick-next,
.services-list-block.slider-1 .slick-prev,
.services-list-block.slider-1 .slick-next,
.services-list-block.slider-2 .slick-prev,
.services-list-block.slider-2 .slick-next {
  height: 100%;
  width: 120px;
}

.recent-posts-slider .slick-prev::before,
.recent-posts-slider .slick-next::before,
#company-team .slick-prev::before,
#company-team .slick-next::before,
.services-list-block.slider-1 .slick-prev::before,
.services-list-block.slider-1 .slick-next::before,
.services-list-block.slider-2 .slick-prev::before,
.services-list-block.slider-2 .slick-next::before {
  display: inline-block;
  color: #444;
  width: 24px;
  content: url("/wp-content/uploads/2024/11/arrow-narrow-left.svg");
}

.recent-posts-slider .slick-prev,
#company-team .slick-prev,
.services-list-block.slider-1 .slick-prev,
.services-list-block.slider-2 .slick-prev {
  left: -110px;
}

.recent-posts-slider .slick-next,
#company-team .slick-next,
.services-list-block.slider-1 .slick-next,
.services-list-block.slider-2 .slick-next {
  right: -110px;
}

.recent-posts-slider .slick-next:before,
#company-team .slick-next:before,
.services-list-block.slider-1 .slick-next:before,
.services-list-block.slider-2 .slick-next:before {
  content: url("/wp-content/uploads/2024/11/arrow-narrow-left-3.svg");
}

#section_news .slick-dots li button:before {
  font-size: 16px;
}

@media (max-width: 767px) {
  #section_news {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  #section_news h2 {
    margin-bottom: 0;
  }

  #section_news .recent-posts-slider {
    margin: 0 -15px;
    width: calc(100% + 15px);
    margin-top: 30px;
    /* the slides */
  }

  #section_news .recent-posts-slider .slick-slide {
    width: calc(100%);
  }

  #section_news .recent-posts-slider .post img.blog_mod {
    width: 100%;
  }

  #section_news .recent-posts-slider .slick-slider {
    margin-inline: 0px;
  }

  #section_news .recent-posts-slider .slick-slide>div {
    width: calc(100% - 15px);
    margin-inline: 0px;
    margin-right: 0px;
    margin-left: 15px;
    margin-bottom: 50px;
  }

  #section_news .news_header .news_link {
    font-size: 14px;
  }
}

#footer {
  background: #f8f8f8;
  padding-bottom: 30px;
}

#footer .footer-top {
  padding-top: 60px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .footer-top>.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#footer .footer-top>.container .btn {
  margin-top: 20px;
  margin-bottom: 60px;
}

#footer.footer-top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .footer-bottom {
  padding-top: 75px;
  display: flex;
}

#footer .footer-bottom #footer-logo {
  width: 25%;
}

#footer .footer-bottom #footer-logo img {
  border-radius: 0;
}

#footer .footer-bottom .footer-bottom-left {
  width: 75%;
}

#footer .footer-bottom .footer-bottom-left-top {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
}

#footer .footer-bottom .footer-bottom-left-top h3 {
  color: #a12032;
  font-size: 20px;
  margin-bottom: 20px;
}

#footer .footer-bottom .footer-bottom-left-top .footer-location,
#footer .footer-bottom .footer-bottom-left-top .footer-contacts,
#footer .footer-bottom .footer-bottom-left-top .footer-button {
  flex: 1;
}

#footer .footer-bottom .footer-bottom-left-top .footer-location,
#footer .footer-bottom .footer-bottom-left-top .footer-contacts {
  padding-right: 30px;
}

#footer .footer-bottom .footer-bottom-left-top .footer-contacts .contact-phone,
#footer .footer-bottom .footer-bottom-left-top .footer-contacts .contact-email {
  display: flex;
  align-items: center;
  line-height: 27px;
  margin-bottom: 10px;
}

#footer .footer-bottom .footer-bottom-left-top .footer-contacts .contact-phone svg,
#footer .footer-bottom .footer-bottom-left-top .footer-contacts .contact-email svg {
  margin-right: 10px;
}

#footer .footer-bottom .footer-bottom-left-top .location-content {
  display: flex;
}

#footer .footer-bottom .footer-bottom-left-top .location-content svg {
  min-width: 24px;
}

#footer .footer-bottom .footer-bottom-left-top .location-content .location-value {
  margin-left: 10px;
}

#footer .footer-bottom-copyright {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 27px;
  /* 225% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
}

#footer .footer-bottom-copyright #menu-footer {
  display: flex;
}

#footer .footer-bottom-copyright #menu-footer li:not(:last-child):after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  #footer .footer-bottom .footer-bottom-left-top {
    flex-wrap: wrap;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-location,
  #footer .footer-bottom .footer-bottom-left-top .footer-contacts {
    flex-basis: 50%;
    width: 50%;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-button {
    width: 100%;
    margin-top: 30px;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-button a {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #footer {
    background: #f8f8f8;
  }

  #footer .footer-top {
    padding-top: 30px;
  }

  #footer .footer-top .container .btn {
    margin-bottom: 30px;
  }

  #footer .footer-top h2 {
    margin-bottom: 30px;
  }

  #footer .footer-bottom {
    padding-top: 30px;
    flex-direction: column;
  }

  #footer .footer-bottom #footer-logo {
    width: 100%;
  }

  #footer .footer-bottom h3 {
    font-size: 17px !important;
  }

  #footer .footer-bottom .footer-bottom-left {
    padding-top: 30px;
    flex-direction: column;
    width: 100%;
  }

  #footer .footer-bottom .footer-bottom-left-top {
    flex-wrap: wrap;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-location,
  #footer .footer-bottom .footer-bottom-left-top .footer-contacts {
    flex-basis: 100%;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-contacts {
    padding-top: 30px;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-button {
    width: 100%;
    margin-top: 40px;
  }

  #footer .footer-bottom .footer-bottom-left-top .footer-button a.btn {
    width: 100%;
  }

  #footer .footer-bottom .footer-bottom-left .footer-bottom-copyright {
    flex-direction: column;
    align-items: center;
  }
}

/* Contact page */
#contacts-main {
  padding: 100px 0 75px 0;
  background: #f8f8f8;
}

#contacts-main>.container {
  display: flex;
  gap: 20px;
}

#contacts-main>.container .contact-block {
  margin-top: 60px;
  flex-basis: 50%;
}

#contacts-main>.container .contact-block .contacts {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}

#contacts-main>.container .contact-block .contacts_phone, #contacts-main>.container .contact-block .contacts_email {
  flex-basis: 50%;
  display: flex;
  gap: 20px;
}

#contacts-main>.container .contact-block .contacts_phone_label, #contacts-main>.container .contact-block .contacts_email_label {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 135% */
  color: #a12032;
}

#contacts-main>.container .contact-form {
  flex-basis: 50%;
  padding: 35px;
  border-radius: 10px;
  background: #fff;
}

#contacts-main>.container .contact-form .text-like-h3 {
  margin-bottom: 30px;
}

#contacts-main>.container .contact-form input.wpcf7-form-control,
#contacts-main>.container .contact-form textarea.wpcf7-form-control {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  padding: 10px 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

#contacts-main>.container .contact-form input.wpcf7-form-control:focus,
#contacts-main>.container .contact-form textarea.wpcf7-form-control:focus {
  outline: none;
}

#contacts-main>.container .contact-form textarea.wpcf7-form-control {
  height: 150px;
}

#contacts-main>.container .contact-form .one_half {
  position: relative;
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}

#contacts-main>.container .contact-form .last {
  margin-right: 0;
  clear: right;
}

#contacts-main>.container .contact-form .form-bottom {
  display: flex;
  gap: 20px;
}

#contacts-main>.container .contact-form .form-bottom p {
  margin-bottom: 0;
}

#contacts-main>.container .contact-form .form-bottom .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  #contacts-main {
    padding-top: 30px;
    padding-bottom: 0;
  }

  #contacts-main>.container {
    flex-direction: column;
  }

  #contacts-main>.container .contact-block {
    margin-top: 0;
    margin-bottom: 10px;
  }

  #contacts-main>.container .contact-block .contacts {
    flex-direction: column;
    margin-top: 30px;
  }

  #contacts-main>.container .contact-block .contacts_phone, #contacts-main>.container .contact-block .contacts_email {
    flex-basis: 100%;
  }

  #contacts-main>.container .contact-block .contacts_phone_label, #contacts-main>.container .contact-block .contacts_email_label {
    font-size: 17px;
  }

  #contacts-main>.container .contact-form {
    padding: 30px 15px 6px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  #contacts-main>.container .contact-form .form-bottom {
    flex-direction: column;
  }

  #contacts-main>.container .contact-form input.wpcf7-form-control,
  #contacts-main>.container .contact-form textarea.wpcf7-form-control {
    font-size: 14px;
    padding: 10px 0;
  }

  #contacts-main>.container .one_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  #contacts-main>.container .wpcf7-textarea {
    height: 70px !important;
  }
}

#section_locations {
  padding-top: 70px;
}

#section_locations .location {
  display: flex;
  column-gap: 100px;
  margin-bottom: 60px;
}

#section_locations .location h2 {
  margin-bottom: 25px;
  margin-top: 30px;
}

#section_locations .location .acf-map,
#section_locations .location iframe {
  border-radius: 10px;
}

#section_locations .location .contact-block {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

#section_locations .location .contact-block h3 {
  color: #a12032;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #section_locations {
    padding-top: 0px;
  }

  #section_locations .location {
    flex-direction: column;
    margin-bottom: 40px;
  }

  #section_locations .location .contact-block {
    margin-top: 30px;
  }
}

#section_downloads {
  padding-bottom: 70px;
}

#section_downloads>.container .downloads-text {
  float: left;
  margin-right: 60px;
  width: 30%;
}

#section_downloads>.container .downloads-text p:last-child {
  margin-bottom: 0;
}

#section_downloads>.container .downloads-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#section_downloads>.container .downloads-list .download-item {
  flex: 0 0 calc((100% / 2) - 10px);
  background: #f8f8f8;
  display: flex;
  border-radius: 10px;
}

#section_downloads>.container .downloads-list .download-item-text {
  font-style: normal;
  font-weight: 600;
}

#section_downloads>.container .downloads-list .download-item .download-item-circle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
}

#section_downloads>.container .downloads-list .download-item-link {
  border-radius: 10px;
  width: 100%;
  display: flex;
  padding: 20px 25px;
  justify-content: space-between;
  gap: 20px;
}

#section_downloads>.container.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 767px) {
  #section_downloads {
    padding-bottom: 40px;
  }

  #section_downloads>.container {
    display: flex;
    flex-direction: column;
  }

  #section_downloads>.container h2 {
    margin-bottom: 30px;
  }

  #section_downloads>.container .downloads-text {
    float: none;
    width: 100%;
  }

  #section_downloads>.container .downloads-list {
    margin-top: 10px;
    gap: 10px;
    flex-direction: column;
  }

  #section_downloads>.container .downloads-list .download-item {
    flex: 0 0 100%;
  }

  #section_downloads>.container .downloads-list .download-item-link {
    padding: 20px;
  }
}

/* Company Page */
.company_intro {
  padding-top: 70px;
  background: #f8f8f8;
}

.company_intro .text-intro {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
}

.company_intro .text-intro h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 131.25% */
}

.company_intro .text-intro h1 .red {
  color: #a12032;
}

.company_intro .text-intro-title, .company_intro .text-intro-description {
  flex-basis: 50%;
}

.company_intro .background-intro {
  width: 100%;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  height: 560px;
}

@media (max-width: 767px) {
  .company_intro {
    padding-top: 30px;
    background: #f8f8f8;
  }

  .company_intro .text-intro {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .company_intro .text-intro h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .company_intro .background-intro {
    width: 100%;
    height: 235px;
  }
}

#company-about {
  padding: 75px 0;
}

#company-about .container {
  display: flex;
  gap: 80px;
}

#company-about .container .text-block .btn {
  margin-top: 40px;
}

#company-about .container .text-block ul {
  padding-left: 60px;
  margin-bottom: 32px;
}

#company-about .container .text-block ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 20px;
}

#company-about .container .text-block ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/11/check-1.svg);
}

#company-about .container .text-block ul li:last-child {
  padding-bottom: 0;
}

#company-about .container .text-block h3 {
  margin-bottom: 20px;
}

#company-about .container .photos-block {
  position: relative;
}

#company-about .container .photos-block img {
  border-radius: 6px;
}

#company-about .container .photos-block img.photo_1 {
  margin-left: 70px;
  width: 400px;
  height: 750px;
  object-fit: cover;
  object-position: 60% 50%;
}

#company-about .container .photos-block img.photo_2 {
  position: absolute;
  top: 410px;
  left: 0;
  width: 435px;
  height: 420px;
  object-fit: cover;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #company-about .container {
    gap: 30px;
  }

  #company-about .container .photos-block {
    width: calc(50% - 15px);
  }

  #company-about .container .photos-block img.photo_2 {
    margin-right: 30px;
    width: calc(100% - 30px) !important;
  }

  #company-about .container .photos-block img.photo_1 {
    margin-left: 40px;
    width: calc(100% - 40px) !important;
  }

  #company-about .container .text-block {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  #company-about {
    padding: 30px 0 65px 0;
  }

  #company-about .container {
    display: flex;
    gap: 80px;
  }

  #company-about .container .text-block {
    flex-basis: 100%;
  }

  #company-about .container .text-block .btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }

  #company-about .container .text-block ul {
    padding-left: 10px;
    font-size: 14px;
  }

  #company-about .container .photos-block {
    display: none;
  }
}

#company-services {
  padding-bottom: 75px;
}

#company-services .container h2 {
  text-align: center;
  margin-bottom: 20px;
}

#company-services .container .services {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#company-services .container .services .service-card {
  width: calc(50% - 10px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
}

#company-services .container .services .service-card h3 {
  margin-bottom: 20px;
  margin-top: 10px;
}

#company-services .video-container {
  margin: 0 auto;
  margin-bottom: 75px;
  width: 80%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

@media (max-width: 767px) {
  #company-services {
    padding-bottom: 30px;
  }

  #company-services .container h2 {
    text-align: left;
    margin-bottom: 30px;
  }

  #company-services .container .video-container {
    margin-bottom: 60px;
    width: 100%;
  }

  #company-services .container .services {
    gap: 10px;
    flex-direction: column;
  }

  #company-services .container .services .service-card {
    width: 100%;
    padding: 20px;
  }
}

#company-team {
  padding: 75px 0;
  background: #f8f8f8;
}

#company-team>.container h2 {
  margin-bottom: 55px;
}

#company-team>.container .team {
  display: flex;
  row-gap: 40px;
  column-gap: 20px;
  flex-wrap: wrap;
}

#company-team>.container .team-item {
  width: calc((100% / 3) - (40px / 3));
}

#company-team>.container .team-item_photo {
  object-position: 50% 10%;
  border-radius: 6px;
  width: 100%;
  object-fit: cover;
  height: 300px;
}

#company-team>.container .team-item-full {
  display: none;
}

#company-team>.container .team-item_name {
  margin-top: 20px;
}

#company-team>.container .team-item_pos {
  color: #a12032;
  font-weight: 300;
  line-height: 27px;
  /* 168.75% */
}

#company-team>.container .team-item-show {
  cursor: pointer;
}

#company-team>.container .team-director .team-item {
  display: flex;
  width: 100%;
  gap: 70px;
  margin-bottom: 40px;
}

#company-team>.container .team-director .team-item .team-item-txt.text-block p:last-child {
  margin-bottom: 0;
}

#company-team>.container .team-director .team-item h3 {
  font-size: 32px;
  margin-bottom: 35px;
}

#company-team>.container .team-director .team-item .red {
  color: #a12032;
  font-weight: 300;
  line-height: 27px;
}

#company-team>.container .team-director .team-item .team-item_photo,
#company-team>.container .team-director .team-item .team-item-txt-container {
  width: calc(50% - 35px);
  cursor: auto;
}

#company-team>.container .team-director .team-item .team-item_photo {
  height: 100%;
  object-position: 50% 20%;
  object-fit: cover;
}

#company-team>.container .slick-slider {
  margin-inline: -20px;
}

#company-team>.container .slick-slide>div {
  margin-inline: 10px;
}

#company-team>.container .slick-dotted.slick-slider {
  margin-bottom: 50px;
}

#company-team .slick-dots li button:before {
  font-size: 16px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  #company-team>.container .team-director .team-item {
    gap: 40px;
  }

  #company-team>.container .team-director .team-item .team-item_photo,
  #company-team>.container .team-director .team-item .team-item-txt-container {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  #company-team {
    padding: 30px 0;
  }

  #company-team>.container h2 {
    margin-bottom: 30px;
  }

  #company-team>.container .team {
    flex-direction: column;
    gap: 30px;
  }

  #company-team>.container .team-item {
    width: 100%;
  }

  #company-team>.container .team-item_name {
    margin-top: 10px;
  }

  #company-team>.container .team-item_photo {
    object-position: 50% 20%;
    height: 300px;
  }

  #company-team>.container .team-director .team-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 10px;
  }

  #company-team>.container .team-director .team-item h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #company-team>.container .team-director .team-item .team-item_name {
    margin-top: 0;
  }

  #company-team>.container .team-director .team-item .team-item_photo,
  #company-team>.container .team-director .team-item .team-item-txt-container {
    width: 100%;
  }

  #company-team>.container .team-director .team-item .team-item_photo {
    height: 100%;
    aspect-ratio: 1 / 1;
  }
}

/* modal window */
._modal2 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: #00000090;
  z-index: 1001;
  display: none;
}

._modal2 .modal-body {
  padding: 50px;
  background: #fff;
  max-width: 1200px;
  width: 90%;
  margin: auto;
  margin-top: 100px;
  overflow: hidden;
}

._modal2 .modal-title {
  display: flex;
  justify-content: space-between;
}

._modal2 .modal-title .close-modal {
  cursor: pointer;
}

._modal2 .modal-content {
  display: flex;
}

._modal2 .modal-text {
  padding-left: 15px;
  padding-right: 20px;
  max-width: 67.5%;
  width: auto;
}

._modal2 .red {
  color: #a12032;
  font-weight: 300;
  line-height: 27px;
  /* 168.75% */
}

._modal2 .modal-photo {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  display: flex;
  flex: 1;
  width: 390px;
  position: relative;
  top: -82px;
  left: -50px;
  margin-bottom: -132px;
}

@media (max-width: 1024px) {
  ._modal2 .modal-body {
    overflow-y: scroll;
    height: 400px;
  }
}

@media (max-width: 767px) {

  /* modal window */
  ._modal2 .modal-body {
    width: 100%;
    margin-top: 0px;
    padding: 15px;
    height: 100vh;
  }

  ._modal2 .modal-content {
    flex-direction: column;
    justify-content: start;
  }

  ._modal2 .modal-content .modal-text {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 100%;
    margin-top: -10px;
  }

  ._modal2 .modal-content .modal-text h2 {
    margin-bottom: 10px;
  }

  ._modal2 .close-modal {
    background: #fff;
    z-index: 999;
    max-height: 24px;
    position: relative;
    top: -15px;
    right: -15px;
  }

  ._modal2 .modal-photo {
    display: inline-block;
    height: 310px;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    position: relative;
    top: -42px;
    left: 0px;
    margin-bottom: 0;
    margin-left: -15px;
    flex: none;
    background-position: center 20% !important;
  }
}

/* Career Page */
.company_intro.career {
  padding-bottom: 0px;
}

.company_intro.career .background-intro-career {
  width: 100%;
  background-position: right 30%;
  background-repeat: no-repeat;
  height: 560px;
  background-size: cover;
}

.company_intro.career .background-intro-career-mob {
  display: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 235px;
}

#company-about.career .container {
  gap: 100px;
}

#company-about.career .container .photos-block {
  flex-basis: auto;
}

#company-about.career .container .photos-block img.photo_1 {
  height: 645px;
  width: 505px;
  margin-left: 0;
  display: block;
}

@media (max-width: 1024px) {
  #company-about.career.main .container {
    gap: 40px;
  }

  #company-about.career.main .container .photos-block {
    flex-basis: auto;
    max-width: 100%;
  }

  #company-about.career.main .container .photos-block img.photo_1 {
    width: 100% !important;
  }

  #company-about.career.main .text-block {
    min-width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .company_intro.career .background-intro-career {
    display: none;
  }

  .company_intro.career .background-intro-career-mob {
    display: block;
    margin-top: 30px;
  }

  #company-about.career {
    padding-bottom: 30px;
  }

  #company-about.career .container {
    flex-direction: column;
    gap: 30px;
  }

  #company-about.career .container .photos-block {
    display: block;
    width: 100%;
  }

  #company-about.career .container .photos-block img.photo_1 {
    margin-left: 0;
    display: block;
    border-radius: 0;
    margin-left: -15px;
  }

  #company-about.career.main .container {
    gap: 30px;
  }

  #company-about.career.main .container .photos-block img.photo_1 {
    width: calc(100% + 30px) !important;
  }
}

#benefits {
  background: #f8f8f8;
  padding: 75px 0;
}

#benefits+#faq {
  background: #fff;
}

#benefits+#faq .accordion_item {
  background: #f8f8f8;
}

#benefits .benefits-list-block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#benefits .benefits-list-block .benefit-card {
  width: calc((100% - 40px) / 3);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#benefits .benefits-list-block .benefit-card:hover {
  justify-content: center;
}

#benefits .benefits-list-block .benefit-card__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  /* 135% */
  margin-top: 30px;
  text-align: center;
  overflow-wrap: break-word;
}

#benefits .benefits-list-block .benefit-card__text-over {
  display: none;
  text-align: center;
}

#benefits .benefits-list-block .benefit-card:hover {
  background: #a12032;
  color: #fff;
}

@media (max-width: 1024px) {
  #benefits {
    padding-bottom: 100px;
  }

  #benefits .benefits-list-block .benefit-card {
    width: calc((100% - 20px) / 2);
    padding: 30px;
  }
}

@media (max-width: 767px) {
  #benefits {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #benefits .benefits-list-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    margin-top: 30px;
  }

  #benefits .benefits-list-block .benefit-card {
    width: 100%;
    padding: 20px;
    flex-direction: row;
    align-items: center;
  }

  #benefits .benefits-list-block .benefit-card__title {
    margin-top: 0;
    font-size: 17px;
    margin-left: 20px;
  }
}

/*  404 Page */
#post-0 {
  padding-top: 90px;
}

#post-0 h1 {
  text-align: center;
  font-size: 250px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#post-0 h2 {
  margin-bottom: 20px;
}

#post-0 .text_404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
}

#post-0 .text_404 .btn {
  margin-top: 10px;
}

.error404 #section_news {
  background-color: #f8f8f8;
}

@media (max-width: 767px) {
  #post-0 {
    padding-top: 60px;
  }

  #post-0 h1 {
    font-size: 125px;
  }

  #post-0 .text_404 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}

/* Google maps */
.acf-map,
#section_locations iframe {
  min-width: calc(50% - 100px);
  height: 400px;
}

.acf-map img {
  max-width: inherit !important;
}

@media (max-width: 1024px) {
  #section_locations .location {
    column-gap: 40px;
  }

  .acf-map,
  #section_locations iframe {
    min-width: calc(50% - 40px);
  }
}

@media (max-width: 767px) {
  #section_locations .location:nth-child(even) {
    flex-direction: column;
  }

  #section_locations h2 {
    margin-top: 30px;
  }

  #section_locations .location {
    column-gap: 0px;
    margin-bottom: 20px;
  }

  .acf-map,
  #section_locations iframe {
    min-width: 100%;
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* Behältermanagement page */
.company_intro.career.service-simple {
  padding-top: 0;
}

.company_intro.career.service-simple .text-intro {
  width: 50%;
  position: absolute;
  bottom: 35px;
  left: 30px;
  flex-direction: column;
  color: #fff;
  padding-bottom: 0;
}

.company_intro.career.service-simple .text-intro-description {
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}

.company_intro.career.service-simple .text-intro-title {
  width: 100%;
}

.company_intro.career.service-simple .background-intro-career {
  background-position: center right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.company_intro.career.service-simple .background-intro-career>.container {
  position: relative;
  height: 100%;
}

.company_intro.career.service-simple .background-intro-career-mob {
  display: none;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: 100% auto !important;
  background-position: center center !important;
  min-height: 200px;
  margin-top: 0;
}

.text-intro-description-mob {
  display: none;
}

#company-about.career.service-simple .container .photos-block {
  max-width: none;
}

#company-about.career.service-simple .container .photos-block img.photo_1 {
  display: block;
  height: 810px;
  width: 580px;
}

@media (max-width: 767px) {
  .company_intro.career.service-simple .text-intro {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 10px;
  }

  .company_intro.career.service-simple-title {
    text-align: left;
    width: 100%;
  }

  .company_intro.career.service-simple>.container {
    width: 100%;
  }

  .company_intro.career.service-simple .background-intro-career-mob {
    display: block;
    position: relative;
  }

  .text-intro-description-mob {
    background-color: #f8f8f8;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 700;
  }

  .text-intro-description-mob p:last-child {
    margin-bottom: 0;
  }
}

/* Fluidmanagement page */
#company-about.career.fluid .container .photos-block img.photo_1 {
  height: 605px;
}

@media (max-width: 1024px) and (min-width: 768px) {

  #company-about.career.fluid .container,
  #company-about.career.entsorgung .container,
  #company-about.career.service-simple .container {
    gap: 40px;
  }

  #company-about.career.fluid .container .photos-block img.photo_1,
  #company-about.career.entsorgung .container .photos-block img.photo_1,
  #company-about.career.service-simple .container .photos-block img.photo_1 {
    width: 100% !important;
  }
}

@media (max-width: 767px) {

  #company-about.career.fluid .container .photos-block,
  #company-about.career.service-simple .container .photos-block {
    max-width: 100%;
  }

  #company-about.career.fluid .container .photos-block img.photo_1,
  #company-about.career.service-simple .container .photos-block img.photo_1 {
    width: calc(100% + 30px) !important;
    height: 315px;
    margin-left: -15px;
    border-radius: 0;
    object-position: center;
  }
}

#section-about2 {
  background-color: #f8f8f8;
  padding-top: 30px;
}

#section-about2 .section-about2-top {
  display: flex;
  gap: 70px;
}

#section-about2 .section-about2-top .text-block {
  padding-top: 40px;
  flex-basis: 70%;
}

#section-about2 .section-about2-top .photo-container {
  flex-basis: calc(30% - 70px);
}

#section-about2 .section-about2-top img.photo_1 {
  max-width: 100%;
  height: auto;
  max-height: 423px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.tabcontent>ul {
  padding-left: 60px;
}

.tabcontent>ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 30px;
}

.tabcontent>ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/11/check-1.svg);
}

/* Style the tab */
.tabs {
  float: left;
  width: calc(40%);
  position: relative;
}

/* Style the tab content */
.tabcontent {
  float: left;
  width: calc(60% - 40px);
  margin-left: 40px;
}

.tablinks {
  display: block;
  background-color: inherit;
  color: #646161;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-style: normal;
  font-weight: 600;
  line-height: 63px;
  /* 196.875% */
  font-size: 32px;
  font-weight: 600;
}

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

.tabs-container {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  position: relative;
}

.tabs-container:after {
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(40% + 10px);
  height: calc(100% - 140px);
}

.select-wrapper {
  display: none;
}

@media (max-width: 1024px) {
  #section-about2 .section-about2-top {
    gap: 40px;
  }

  #section-about2 .section-about2-top .text-block {
    padding-top: 0px;
    flex-basis: 50%;
    width: calc(50% - 20px);
  }

  #section-about2 .section-about2-top .photo-container {
    flex-basis: calc(50% - 20px);
  }

  #section-about2 .section-about2-top img.photo_1 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  #section-about2 .section-about2-top {
    flex-direction: column-reverse;
    gap: 0;
  }

  #section-about2 .section-about2-top .text-block {
    width: 100%;
  }

  #section-about2 .section-about2-top img.photo_1 {
    margin-top: 0px;
    width: calc(100% - 50px);
    max-height: none;
  }

  #section-about2 .section-about2-top .photo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .tabs-container.clearfix {
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .tabs-container.clearfix:after {
    height: 0;
  }

  .tabs {
    display: none;
  }

  .tabcontent {
    margin-top: 30px;
    width: 100%;
    float: none;
    margin-left: 0;
  }

  .tabcontent ul {
    padding-left: 0;
  }

  .tabcontent ul li {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .select-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }

  .select-wrapper.open ul {
    display: block;
  }

  .select-wrapper ul {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    display: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 1;
  }

  .select-wrapper ul li {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
  }

  .select-wrapper ul li:hover {
    background: #f8f8f8;
  }

  .select-checked {
    position: relative;
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .select-checked .icon-chewron {
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.2);
    width: 10px;
    height: 10px;
    font-style: normal;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-radius: 2px;
    right: 10px;
  }
}

.section-advantages {
  background-color: #f8f8f8;
  padding: 75px 0;
  gap: 48px;
}

.section-advantages .tab {
  display: flex;
  gap: 48px;
  overflow: auto;
  white-space: nowrap;
}

.section-advantages .tab .adv-tablinks {
  background-color: #f5f5f5;
  border: none;
  display: flex;
  padding: 24px 24px 24px 44px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  border-radius: 12px 0px 0px 0px;
  cursor: pointer;
}

.section-advantages .tab .adv-tablinks:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 48px;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(/wp-content/uploads/2024/11/Rectangle-4.svg);
}

.section-advantages .tab .adv-tablinks.active {
  background: #a12032;
}

.section-advantages .tab .adv-tablinks.active:after {
  background-image: url(/wp-content/uploads/2024/11/Rectangle-3.svg);
}

.section-advantages .advantages-wrapper .advantage {
  display: none;
  flex-wrap: wrap;
  padding: 30px 0;
  border: 2px solid #a12032;
  border-radius: 0px 10px 10px 10px;
}

.section-advantages .advantages-wrapper .advantage-list-item {
  position: relative;
  width: calc((100% - 2px) / 3);
  padding: 30px;
}

.section-advantages .advantages-wrapper .advantage-list-item .num {
  font-family: Inter, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 64px */
  color: #a12032;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .section-advantages {
    background: #fff;
    padding: 0px 0 40px 0;
  }

  .section-advantages h2 {
    display: none;
  }

  .section-advantages .advantages-wrapper .advantage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0px;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-advantages .advantages-wrapper .advantage-list-item p {
    font-size: 17px;
  }

  .section-advantages .advantages-wrapper .advantage-list-item {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
  }

  .section-advantages .advantages-wrapper .advantage-list-item:after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: calc(100% - 30px);
    height: 1px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .section-advantages .advantages-wrapper .advantage-list-item:last-child:after {
    height: 0px;
  }

  .section-advantages .advantages-wrapper .advantage-list-item ul {
    list-style-type: none;
    margin-left: 0;
  }
}

/* carrer page popup */
#apply-now-popup {
  top: 0px !important;
  max-height: 100vh !important;
  overflow-y: scroll !important;
}

#apply-now-popup .modal-body {
  width: 600px;
  padding: 35px;
}

#apply-now-popup .modal-body .text-like-h3 {
  margin-bottom: 30px;
}

#apply-now-popup .modal-body .modal-content .contact-form {
  border-radius: 10px;
  background: #fff;
}

#apply-now-popup .modal-body .modal-content .contact-form input.wpcf7-form-control,
#apply-now-popup .modal-body .modal-content .contact-form textarea.wpcf7-form-control {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  padding: 10px 15px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

#apply-now-popup .modal-body .modal-content .contact-form input.wpcf7-form-control:focus,
#apply-now-popup .modal-body .modal-content .contact-form textarea.wpcf7-form-control:focus {
  outline: none;
}

#apply-now-popup .modal-body .modal-content .contact-form textarea.wpcf7-form-control {
  max-height: 150px;
}

#apply-now-popup .modal-body .modal-content .contact-form input[type="file"] {
  display: none;
}

#apply-now-popup .modal-body .modal-content .contact-form .custom-file-upload {
  cursor: pointer;
  display: flex;
  gap: 5px;
}

#apply-now-popup .modal-body .modal-content .contact-form .one_half {
  position: relative;
  width: calc(50% - 10px);
  margin-right: 20px;
  float: left;
}

#apply-now-popup .modal-body .modal-content .contact-form .last {
  margin-right: 0;
  clear: right;
}

#apply-now-popup .modal-body .modal-content .contact-form .form-bottom {
  display: flex;
  gap: 20px;
}

#apply-now-popup .modal-body .modal-content .contact-form .form-bottom .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
}

@media (max-width: 767px) {
  #apply-now-popup .modal-body {
    padding: 15px;
  }

  #apply-now-popup .modal-body .modal-content .contact-form {
    padding-bottom: 0;
    width: calc(100%);
  }

  #apply-now-popup .modal-body .modal-content .contact-form .form-bottom {
    flex-direction: column;
  }

  #apply-now-popup .modal-body .modal-content .contact-form input.wpcf7-form-control,
  #apply-now-popup .modal-body .modal-content .contact-form textarea.wpcf7-form-control {
    font-size: 16px;
    padding: 10px 0;
  }

  #apply-now-popup .modal-body .modal-content .contact-form .custom-file-upload {
    font-size: 14px;
  }

  #apply-now-popup .modal-body .modal-content .contact-form .one_half {
    width: 100%;
    margin-right: 0;
    float: none;
  }

  #apply-now-popup .modal-body .modal-content .contact-form .wpcf7-textarea {
    height: 100px;
  }
}

@media (max-width: 600px) {
  #apply-now-popup .modal-body {
    width: 100%;
  }
}

/* Blog Page */
#blog-news {
  padding: 75px 0;
  /* Pagination */
}

#blog-news .news-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#blog-news .news-wrapper .post {
  width: calc((100% - 40px) / 3);
}

#blog-news .news-wrapper .post .image_wrap.blog_mod img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

#blog-news .news-wrapper .post .post_title {
  font-size: 20px;
  margin-top: 15px;
}

#blog-news .news-wrapper .post .post_title a {
  color: #444;
  font-weight: 500;
}

#blog-news .news-wrapper .post_category {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 400;
}

#blog-news .news-wrapper .post_category a {
  color: #a12032;
  letter-spacing: 1px;
}

#blog-news .paginate-wrapper {
  margin: 0 auto;
  width: max-content;
  padding-top: 30px;
}

#blog-news .paginate-wrapper .page-numbers {
  padding: 10px;
  font-weight: 500;
  margin-right: 10px;
}

#blog-news .paginate-wrapper .page-numbers:last-child {
  margin-right: 0;
}

#blog-news .paginate-wrapper .page-numbers.current {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}

@media (max-width: 767px) {
  #blog-news {
    padding: 30px 0;
    padding-bottom: 40px;
    /* Pagination */
  }

  #blog-news .news-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  #blog-news .news-wrapper .post {
    width: 100%;
  }

  #blog-news .news-wrapper .post h2.post_title {
    margin-top: 15px;
    font-size: 17px;
  }

  #blog-news .news-wrapper .post_category {
    font-size: 13px;
  }

  #blog-news .news-wrapper .post .image_wrap.blog_mod img {
    width: 100%;
  }

  #blog-news .news-wrapper .post_category {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
  }

  #blog-news .news-wrapper .post_category a {
    color: #a12032;
  }

  #blog-news .paginate-wrapper {
    padding-top: 15px;
  }
}

/* Single post */
.single .post .post-title-block {
  width: 100%;
  padding: 75px 0;
  background-color: #f8f8f8;
  margin-bottom: 75px;
}

.single .post .post-title-block h1 {
  text-align: center;
  margin-bottom: 0;
}

.single .post .image-wrap-post img {
  display: block;
  margin: auto;
  margin-bottom: 75px;
  max-width: 1000px;
  height: 535px;
  object-fit: cover;
}

.single .container-single-post {
  max-width: 600px;
  margin: 0 auto;
}

.single .container-single-post .btn {
  margin-top: 40px;
}

.single article+.container-single-post {
  margin-bottom: 75px;
}

.single #section_news {
  background-color: #f8f8f8;
}

@media (max-width: 1024px) {
  .single .post .image-wrap-post img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .single .post .post-title-block {
    padding: 30px 0;
    margin-bottom: 0px;
  }

  .single .post .post-title-block h1 {
    text-align: center;
    margin-bottom: 0;
  }

  .single .post .image-wrap-post img {
    margin-bottom: 30px;
    width: 100%;
    height: 440px;
    object-fit: cover;
  }

  .single .container-single-post {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .single .container-single-post .btn {
    width: 100%;
  }

  .single article+.container-single-post {
    margin-bottom: 30px;
  }
}

/* Default page */
article.default-page {
  padding: 75px 0;
}

article.default-page .header .main-title-default {
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  article.default-page {
    padding: 30px 0;
  }

  article.default-page .header .main-title-default {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

/* Entsorgung page */
#company-about.career.entsorgung #photos-block-bg-mob {
  display: none;
}

#company-about.career.entsorgung .container .photos-block img.photo_1 {
  height: 785px;
}

.page-template-page-service-entsorgung .section-advantages {
  padding-bottom: 0;
}

#services-slider-1 {
  background: #f8f8f8;
}

#services-slider-1,
#services-slider-2 {
  padding: 75px 0;
}

#services-slider-1 .services-list-block.slider-1,
#services-slider-2 .services-list-block.slider-1 {
  margin-bottom: 40px;
}

#services-slider-1 .services-list-block .service-card,
#services-slider-2 .services-list-block .service-card {
  text-align: center;
  padding: 50px 30px;
}

#services-slider-1 .services-list-block .service-card img,
#services-slider-2 .services-list-block .service-card img {
  display: inline-block;
}

#services-slider-1 .services-list-block .service-card__text-over,
#services-slider-2 .services-list-block .service-card__text-over {
  display: none;
  text-align: center;
}

#services-slider-1 .slick-dots,
#services-slider-2 .slick-dots {
  bottom: -45px;
}

#services-slider-1 .slick-dots li button:before,
#services-slider-2 .slick-dots li button:before {
  font-size: 16px;
}

@media (max-width: 767px) {
  #company-about.career.entsorgung .photos-block {
    height: max-content;
    max-width: 100%;
  }

  #company-about.career.entsorgung .photos-block img.photo_1 {
    display: none;
  }

  #company-about.career.entsorgung .photos-block #photos-block-bg-mob {
    display: block;
    width: calc(100% + 30px);
    margin-left: -15px;
    background-size: 130% auto !important;
    background-repeat: no-repeat;
    background-position: 40% bottom;
    height: 350px;
  }

  #services-slider-1,
  #services-slider-2 {
    padding: 30px 0;
  }

  #services-slider-1 h2,
  #services-slider-2 h2 {
    margin-bottom: 25px;
  }

  #services-slider-1 .services-list-block,
  #services-slider-2 .services-list-block {
    flex-direction: column;
    gap: 10px;
  }

  #services-slider-1 .services-list-block.slider-1,
  #services-slider-2 .services-list-block.slider-1 {
    margin-bottom: 0;
  }

  #services-slider-1 .services-list-block .service-card,
  #services-slider-2 .services-list-block .service-card {
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
  }

  #services-slider-1 .services-list-block .service-card__title,
  #services-slider-2 .services-list-block .service-card__title {
    font-size: 17px;
    margin-top: 0;
  }

  #services-slider-1 .services-list-block .service-card__link,
  #services-slider-2 .services-list-block .service-card__link {
    padding: 20px;
    display: flex;
    align-items: center;
  }

  #services-slider-1 .services-list-block .service-card img,
  #services-slider-2 .services-list-block .service-card img {
    width: 36px;
    height: 36px;
    margin-right: 25px;
  }

  #services-slider-2 .services-list-block .service-card {
    text-align: left;
  }
}

@media (max-width: 479px) {
  #company-about.career.entsorgung .photos-block img.photo_1 {
    display: none;
  }

  #company-about.career.entsorgung .photos-block #photos-block-bg-mob {
    display: inline-block;
    width: calc(100% + 30px);
    margin-left: -15px;
    background-size: 200% auto !important;
    background-repeat: no-repeat;
    background-position: 40% bottom;
    height: 315px;
  }
}

/* Section Advantages on Services - Luba */
.section-advantages .advantages-wrapper .advantage-list-item {
  border-right: 1px solid #e1e1e1;
}

.section-advantages .advantages-wrapper .advantage-list-item:nth-child(-n + 3) {
  border-top: 0;
  border-bottom: 1px solid #e1e1e1;
}

.section-advantages .advantages-wrapper .advantage-list-item:nth-child(3n + 3) {
  border-right: 0;
}

.section-advantages .advantages-wrapper .advantage-list-item:nth-child(3n + 1) {
  padding-left: 0;
}

.section-advantages .advantages-wrapper .advantage-list-item .text li {
  color: var(--Black, #000);
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  /* 168.75% */
}

.section-advantages .advantages-wrapper .advantage {
  padding: 32px !important;
}

.section-advantages .tab {
  scrollbar-width: none;
}

.section-advantages .tab::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1024px) {
  .section-advantages .advantages-wrapper .advantage-list-item {
    padding: 16px !important;
  }

  .section-advantages .advantages-wrapper .advantage-list-item .num {
    margin-bottom: 32px !important;
  }

  .section-advantages .advantages-wrapper .advantage {
    padding: 18px !important;
  }
}

@media (max-width: 768px) {
  .section-advantages .advantages-wrapper .advantage-list-item {
    border-right: 0;
    padding: 32px 0 !important;
    border-bottom: 1px solid #e1e1e1;
  }

  .section-advantages .advantages-wrapper .advantage-list-item:last-of-type {
    border-bottom: 0;
  }

  .section-advantages .advantages-wrapper .advantage-list-item::after {
    display: none !important;
  }

  .section-advantages .advantages-wrapper .advantage-list-item:nth-child(-n + 3) {
    border-bottom: 1px solid #e1e1e1;
  }

  .section-advantages .advantages-wrapper .advantage-list-item .text li {
    font-weight: 400;
    line-height: 160%;
    font-size: 14px;
  }

  .section-advantages .advantages-wrapper .advantage {
    border-radius: 0px 0px 10px 10px !important;
  }

  .section-advantages .advantages-wrapper .tab .adv-tablinks {
    padding: 16px;
    font-size: 18px;
  }
}

/* footer award icons */
#footer .footer-award-icons {
  width: 60%;
}

#footer .footer-award-icons h3 {
  color: #a12032;
  font-size: 20px;
  margin-bottom: 20px;
}

#footer .footer-award-icons .icons-images {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}

#footer .footer-award-icons .icons-images img {
  object-fit: contain;
  width: calc((100% / 3) - (40px / 3));
  height: max-content;
}

#footer .footer-award-icons .efre {
  padding-top: 30px;
}

#footer .footer-award-icons .efre img {
  width: 100%;
  object-fit: contain;
  height: max-content;
}

@media (max-width: 767px) {
  #footer .footer-award-icons {
    width: 70%;
  }
}

@media (max-width: 767px) {
  #footer .footer-award-icons {
    display: flex;
    width: 100%;
    padding-right: 0;
  }

  #footer .footer-award-icons .efre {
    padding-top: 0px;
    padding-left: 30px;
  }

  #footer .footer-award-icons .icons-images {
    gap: 10px;
  }

  #footer .footer-award-icons .icons-images img {
    object-fit: contain;
    width: calc((100% / 3) - (20px / 3));
  }
}

/*# sourceMappingURL=style.css.map */
.ti-widget.ti-goog .ti-profile-img, .ti-widget.ti-goog .ti-widget-container .ti-name {
  display: none;
}

.gallery {
  padding: 46px 0;
  background: #f8f8f8;

  .swiper-slide {
    img {
      width: 100%;
      border-radius: 24px;
      height: 320px;
      object-fit: cover;
    }
  }

  .swiper-free-mode>.swiper-wrapper {
    margin: 0;
  }
}

@media (max-width: 1024px) {
  .gallery {
    padding: 32px 0;
  }
}

@media (max-width: 450px) {
  .gallery {
    .swiper-slide {
      img {
        height: 164px;
        border-radius: 9.3px;
        aspect-ratio: 3/4;
      }
    }
  }
}

.seo {
  padding: 75px 0;

}

.seo__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.seo__item {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  height: max-content;
}

.seo__item h3 {
  margin-bottom: 16px;
}

.seo__item p {
  margin-bottom: 16px;
}

.seo__item p:last-of-type {
  margin-bottom: 0;
}

.seo__item.reverse {
  flex-direction: row-reverse;
}

.seo__item .text-block {
  width: 100%;
  max-width: 50%;
}
.seo__item .text-block ul {
  padding-left: 16px;
  margin: 16px 0;
}

.seo__item.text_center .text-block {
  max-width: 100%;
  text-align: center;
}

.seo__item .image-block {
  width: 100%;
  max-width: 50%;
height: max-content;
}

.seo__item .image-block img {
  width: 100%;
  height: auto;
  max-height: 350px;
}

@media (max-width: 992px) {
  .seo {
    padding: 40px 0;
  }

  .seo__item {
    flex-direction: column;
    gap: 16px;
  }

  .seo__item.reverse {
    flex-direction: column;
  }

  .seo__items {
    gap: 24px;
  }

  .seo__item .text-block {
    max-width: 100%;
  }

  .seo__item .image-block {
    max-width: 100%;

  }
}