/**
* Place your custom styles here.

MAIN
HEADER
MENU
CONTENT
FOOTER

*/


/* MAIN */
@font-face {
	font-family: 'Gilroy';
	src: url(../includes/font/Gilroy-Regular.ttf);
}

@font-face {
	font-family: 'Gilroy Medium';
	src: url(../includes/font/Gilroy-Medium.ttf);
}

@font-face {
	font-family: 'Gilroy Semibold';
	src: url(../includes/font/Gilroy-Semibold.ttf);
}

@font-face {
	font-family: 'Gilroy Bold';
	src: url(../includes/font/Gilroy-Bold.ttf);
}

body {
	color:#888;
	font-family:'Gilroy';
	font-size:18px;
	line-height:1.67;
	font-weight:300;
	margin: 0;
	background-color: #E5E5E5;
}

h1, h2, h3, h4, h5, h6 {
	color:#000;
}

h1 {
	font-size: 40px;;
	font-family:'Gilroy Bold';
	text-transform:uppercase;
	font-weight: normal;
}

h2 {
	font-size: 36px;
	font-family:'Gilroy Bold';
	text-transform:uppercase;
	line-height: 1.33;
	font-weight: normal;
}

h3 {
	font-size: 36px;
	font-family:'Gilroy Bold';
	text-transform:uppercase;
	line-height: 1.33;
	font-weight: normal;
}

h4 {
	font-size: 20px;
	font-family:'Gilroy Bold';
	position:relative;
	text-transform:uppercase;
	margin-bottom:25px;
}

h5 {
	font-size: 17px;
	font-family:'Gilroy Bold';
	text-transform:uppercase;
	letter-spacing:0.06em;
	font-weight: normal;
}

h6 {
	font-size: 15px;
	font-family:'Gilroy Bold';
	text-transform:uppercase;
	letter-spacing:0.06em;
	margin-bottom:15px;
	margin-top: 0;
	font-weight: normal;
}

a {
	color: #272727;
	transition: all .3s ease;
	text-decoration: none;
}

a:hover {
	color: #0A253E;
}

.block-padding-top-little {
	padding-top: 2em;
}

.block-padding-bottom-little {
	padding-bottom: 2em;
}

.block-padding-top-middle {
	padding-top: 3em;
}

.block-padding-bottom-middle {
	padding-bottom: 3em;
}

.block-padding-top-big {
	padding-top: 5em;
}

.block-padding-bottom-big {
	padding-bottom: 5em;
}




.block-margin-top-little {
	margin-top: 2em;
}

.block-margin-bottom-little {
	margin-bottom: 2em;
}

.block-margin-top-middle {
	margin-top: 3em;
}

.block-margin-bottom-middle {
	margin-bottom: 3em;
}

.block-margin-top-big {
	margin-top: 5em;
}

.block-margin-bottom-big {
	margin-bottom: 5em;
}




.page-padding-top-little {
	padding-top: 2em;
}

.page-padding-bottom-little {
	padding-bottom: 2em;
}

.page-padding-top-middle {
	padding-top: 3em;
}

.page-padding-bottom-middle {
	padding-bottom: 3em;
}

.page-padding-top-big {
	padding-top: 5em;
}

.page-padding-bottom-big {
	padding-bottom: 5em;
}




.page-margin-top-little {
	margin-top: 2em;
}

.page-margin-bottom-little {
	margin-bottom: 2em;
}

.page-margin-top-middle {
	margin-top: 3em;
}

.page-margin-bottom-middle {
	margin-bottom: 3em;
}

.page-margin-top-big {
	margin-top: 5em;
}

.page-margin-bottom-big {
	margin-bottom: 5em;
}




.button__menu > ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	text-transform: uppercase;
	font-family: 'Gilroy Medium';
	margin: 0;
	justify-content: space-between;
}

.button__menu > ul > li {
	/*! margin-right: 15px; */
	letter-spacing: 0.7px;
	font-size: 14px;
}

.button__menu a {
	/* font-weight: 300; */
	/* color: #888; */
}

.button__menu img {
	width: 10px;
	position: absolute;
	right: 0;
	top: 40%;
	display: none;
}

.button {
    margin-top: 25px;
}

.button a {
	/*     color: #333; */
	display: flex;
	align-items: center;
	font-family: 'Gilroy';
	padding: 0 35px;
	text-transform: uppercase;
	background: #0A253E;
	border: 1px solid #0A253E;
	color: #fff;
	line-height: normal;
	transition: all 0.3s ease;
	border-radius: 3px;
	height: 50px;
}

.button a:hover {
	background: #000;
    border-color: #000;
    color: #fff;
}

.button-light a {
    color: #333;
    display: inline-block;
    font-family: 'Gilroy';
    padding: 20px 35px;
    text-transform: uppercase;
    background: #0A253E;
    border: 1px solid #fff;
    color: #fff;
    line-height: normal;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.button-light a:hover {
    color: #333;
    background: #fff;
}

.flexslider {
	border: none;
}

.flex-direction-nav a {
	height: 50px;
}

.flex-direction-nav a:before {
    text-shadow: 0px 0 5px rgb(255 255 255 / 70%);
}

.anchor,
.anchor-block {
	margin-top: -40vh;
	position: absolute;
}

.anchor-id {
	visibility: hidden;
	height: 0;
}

.table-container {
	overflow: auto;
	position: relative;
}

.table-container table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

/* Tasks Tabs */
#block-liebherr-local-tasks > ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

#block-liebherr-local-tasks > ul > li {
	margin-right: 20px;
	margin-bottom: 1em;
}

#block-liebherr-local-tasks > ul > li > a {
	padding: 10px 15px;
}

#block-liebherr-local-tasks .is-active {
	color: #fff;
	background-color: #000;
}

/* Breadcrumbs */
.page-breadcrumbs {
    background: #f8fafb;
    padding: 15px 0;
    color: #888;
}

.page-breadcrumbs a {
    color: #888;
}

.page-breadcrumbs ol {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.page-breadcrumbs ol li {
	margin-right: 10px;
}

.page-breadcrumbs ol li:nth-child(1) {
	/* min-width: 90px; */
}

.page-breadcrumbs ol li:after {
	content: "|";
	display: inline-block;
	margin-left: 5px;
}

.page-breadcrumbs ol li:last-child:after {
	display: none;
}

.block-title {
	display: flex;
	/* margin-bottom: 35px; */
}

.block-title h3 {
    margin-top: 0;
    margin-bottom: 0;
    /* margin-top: 2em; */
}

.block-title h3:before {
	display: inline-block;
	content: '';
	width: 65px;
	height: 2px;
	background: #0A253E;
	margin-bottom: 25px;
	display: none;
}

article > div > .layout:nth-child(1).sticky,
#block-liebherr-content > div > .layout:nth-child(1).sticky,
.layout-header.sticky {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}

.scrollup {
	right: 120px!important;
	bottom: 37px!important;
	z-index: 2;
}


article > div {
	display: flex;
	flex-direction: column;
	position: relative;
}

.contextual-region button.trigger.focusable {
	display: none;
}

/* Cookies */
.eu-cookie-compliance-default-button {
	box-shadow: none;
}

.eu-cookie-compliance-message p {
	font-weight: normal;
	font-size: 15px;
}

.eu-cookie-compliance-content {
  max-width: 70vw;
  min-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2em;
}

.eu-cookie-compliance-message {
  line-height: normal;
  margin: 5px 0;
}

.eu-cookie-compliance-buttons {
  margin: 5px 0;
  padding: 0;
}

.eu-cookie-compliance-buttons .agree-button {
	border: 1px solid #950A21;
	background: #950A21;
	cursor: pointer;
	color: #fff;
	padding: 5px 10px;
	margin-top: 0;
}

.eu-cookie-compliance-buttons .decline-button {
  background: none;
  margin-top: 0;
  border: none;
}









/* HEADER */
/* Header underline */
.header,
.header-underline {
	padding-right: 120px;
	padding-left: 120px;
}

.header {
	background-color: #fff;
}

.header-underline {
	background: #272727;
	color: #fff;
}

.header-underline > div {
	display: grid;
	grid-template-columns: auto auto 80px;
	grid-template-rows: auto auto;
	align-items: center;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-underline > div p {
	margin: 0;
}

.header-underline a {
	color: #fff;
	transition: all .3s ease;
	display: inline-block;
}

.header-underline a:hover {
	color: #0A253E;
	color: #ffffff;
	text-decoration: underline;
}

.header-underline img {
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 6px;
}

.header-underline__text {
	grid-row: 1/3;
	grid-column: 4;
	min-width: 530px;
	font-size: 16px;
}

.header-underline__text span {
	/* margin-left: 5px; */
}

.header-underline__text > div > p,
.header-underline__contacts {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 2em;
}

.header-underline__contacts {
  grid-row: 1/3;
  grid-column: 2;
  min-width: 600px;
  font-size: 16px;
}

.header-underline__text svg {
    margin-right: 10px;
}

.header-underline__text div .icon-shortcode:nth-child(1),
.header-underline__contacts > .icon-shortcode:nth-child(1) {
	grid-row: 1;
	grid-column: 1/2;
}

.header-underline__contacts > .icon-shortcode:nth-child(1) div {
	display: inline-block;
}

.header-underline__text div .icon-shortcode:nth-child(1) img,
.header-underline__contacts > .icon-shortcode:nth-child(1) img {
    margin-right: 10px;
	margin-left: 2px;
}

.header-underline__text div .icon-shortcode:nth-child(2),
.header-underline__contacts > .icon-shortcode:nth-child(2) {
	grid-row: 1;
	grid-column: 2;
	padding-right: 20px;
	font-size: 16px;
}

.header-underline__text div .icon-shortcode:nth-child(2) svg,
.header-underline__contacts > .icon-shortcode:nth-child(2) svg {
	color: #16CD12;
	font-size: 9px;
	margin-bottom: 3px;
	margin-right: 7px;
	/*! margin-left: 5px; */
	width: 9px;
}

.header-underline__text div .icon-shortcode:nth-child(3),
.header-underline__contacts > .icon-shortcode:nth-child(3) {
	grid-row: 2;
	grid-column: 1/2;
	padding-right: 20px;
}

.header-underline__text div .icon-shortcode:nth-child(3) img,
.header-underline__contacts > .icon-shortcode:nth-child(3) img {
    margin-right: 8px;
}

.header-underline__text div .icon-shortcode:nth-child(4),
.header-underline__contacts > .icon-shortcode:nth-child(4) {
    margin-left: 20px;
}

.header-underline__text div .icon-shortcode:nth-child(4) img,
.header-underline__contacts > .icon-shortcode:nth-child(4) img {
    margin-right: 7px;
}

.header-underline__upline {
	grid-row: 1;
	grid-column: 2;
}

.header-underline__underline {
	grid-row: 1/3;
	grid-column: 2;
}

/* Language switcher */
.header-underline__switcher {
	grid-row: 2;
	grid-column: 1;
	/* display: flex; */
	/* justify-content: center; */
}

.header-underline__switcher > ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.header-underline__switcher > ul > li:nth-child(1) {
	margin-right: 10px;
}

.header-underline__switcher > ul > li:nth-child(1):after {
	padding-left: 5px;
	content: '/';
	display: inline-block;
}


/* Header */
.header > div {
	display: grid;
	grid-template-columns: 164px auto;
	position: relative;
	align-items: center;
	column-gap: 2em;
	height: 48px;
}

.header__logo {
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	height: 48px;
	margin: -2px 0 -2px 0px;
}

.header__logo img {
	width: auto;
	height: 48px;
	display: block;
}

/* City sites */
.header-underline__city-site {
	grid-row: 1;
	grid-column: 1;
	font-size: 16px;
	padding: 0;
}

.header-underline__city-site .content {
  display: flex;
	flex-direction: column;
}

.header-underline__city-site .content > div {
	display: inline-block;
}

.header-underline__city-site #select_city_multilevel {
	margin-top: 0;
}

.placement-delivery {
	display: flex;
}

.placement-delivery .current_city {
	/* margin-left: 5px; */
	height: 26px;
}

.placement-delivery__title {
	height: 26px;
}

/* Search */
.block-search {
    position: absolute;
    right: 270px;
    top: 30px;
    bottom: 0;
    z-index: 3;
    display: none;
}

.block-search.block-search-page {
    position: relative;
    z-index: 1;
    display: block!important;
    right: auto;
    top: auto;
    bottom: auto;
    height: 50px;
    margin-top: 1em;
    margin-bottom: 2em;
}

.header .block-search > form {
    position: absolute;
    display: grid;
    grid-template-columns: auto 90px;
    left: -95px;
}

.block-search > form .form-item-combine input {
    padding: 10px 20px;
    border: 1px solid #888;
    border-radius: 5px;
    outline: none;
}

.header .block-search > form .form-item-combine input {
    border-radius: 0;
}

.block-search > form .form-item-combine {
    grid-row: 1;
    grid-column: 1;
}

.header .block-search > form .form-actions {
    /* position: absolute; */
    top: 5px;
    right: 0;
    z-index: 2;
    bottom: 0;
    max-width: 50px;
    /* visibility: hidden; */
    cursor: pointer;
    grid-row: 1;
    grid-column: 2;
}

.header .block-search > form .form-actions input {
	border: 0;
	background: #0A253E;
	/* border: 1px solid #fff; */
	/* border-radius: 6px; */
	display: inline-block;
	height: 37px;
	width: 87px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .3s all;
	transition: .3s all;
	padding: 10px;
	-webkit-appearance: none;
}

.block-search > form .form-actions input {
    margin: 0;
    padding: 20px;
    cursor: pointer;
}

.block-search-icon {
	text-align: right;
	cursor: pointer;
	width: 40px;
}





/* MENU */
.page-mobile-menu {
	display: none;
	background-color: #333;
}

.layout-builder .page-mobile-menu {
	display: block;
}

.page-mobile-menu > div {
	display: grid;
	grid-template-columns: 70px auto 130px;
	grid-template-rows: auto auto;
}

.block-page-mobile-menu__icon {
	font-size: 34px;
	grid-row: 1;
	grid-column: 1;
	cursor: pointer;
}

.block-page-mobile-menu ul {
	list-style: none;
	padding-left: 0;
}


.block-page-mobile-menu > ul > li > ul {
	display: none;
	padding: 5px;
}

.block-page-mobile-menu > ul > li:hover > ul {
/* 	display: block; */
}

.block-page-mobile-menu > ul > li > ul > li {
	padding: 10px 10px;
}

.block-page-mobile-menu a {
	color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Gilroy Medium';
}

.block-page-mobile-menu a:hover {
	color: #950A21;
}

.block-page-mobile-menu__logo > div {
	position: relative;
}

.block-page-mobile-menu__logo img {
	height: 15px;
	position: absolute;
	width: auto;
}

.block-page-mobile-menu__search .block-search-page {
    top: auto;
    bottom: auto;
    height: auto;
    margin-top: 10px;
}

.block-page-mobile-menu__search .block-search > form .form-item-combine input {
    width: 50vw;
}

.block-page-mobile-menu> ul > li {
	position: relative;
}

.block-page-mobile-menu input {
  opacity: 0;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 35px;
	height: 25px;
	cursor: pointer;
}

.block-page-mobile-menu svg {
	margin-left: 10px;
	position: absolute;
	right: 28px;
	top: 14px;
	cursor: pointer;
}

.block-page-mobile-menu input:checked + ul {
	display: block;
}


.button__menu > ul > li {
	position: relative;
}

.button__menu > ul > li > a,
.button__menu > ul > li > span {
	padding: 12px 25px;
	display: block;
}

.button__menu > ul > li > a:hover,
.button__menu > ul > li > span:hover {
	text-decoration: underline;
}

.button__menu > ul > li:last-child > a,
.button__menu > ul > li:last-child > span {
	padding-right: 20px;
}

.button__menu > ul > li:last-child > input:after {
	right: -1px;
}

.button__menu > ul > li:last-child:hover > input:after {
	right: 5px;
}

.button__menu > ul > li > ul {
	display: none;
	padding-left: 0;
	list-style: none;
	background-color: #fff;
	box-shadow: 1px 1px 4px -1px #b7b7b7;
	/* border: 1px solid #e1e1e1; */
	border-radius: 0px;
	width: max-content;
	z-index: 10;
	max-width: 30em;
}

.button__menu > ul > li:hover {
	/* background-color: #272727; */
}

.button__menu > ul > li:hover > a {
	/* color: #fff; */
}

.button__menu > ul > li > ul {
	position: absolute;
}

.button__menu > ul > li:hover > ul {
	display: block;
}

.button__menu > ul > li:last-child:hover > ul {
	/* width: 100%; */
}

.button__menu > ul > li > ul > li a {
	padding: 7px 25px;
	display: block;
}

.button__menu > ul > li > ul > li a:hover {
	color: #272727;
}

.button__menu > ul > li > ul > li {
	border-bottom: 2px solid transparent;
}

.button__menu > ul > li > ul > li:hover {
	border-bottom: 2px solid #272727;
}

.button__menu > ul > li > ul > li:hover a {
	/* color: #fff; */
}

.button__menu > ul > li svg {
	position: absolute;
	right: 10px;
	top: 18px;
	cursor: pointer;
}

.button__menu input {
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
	/* opacity: 0; */
	appearance: none;
}

.button__menu > ul > li > input {
  
}

.button__menu > ul > li > input:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #12131A;
  border-bottom: 1px solid #12131A;
  right: 5px;
  top: 2px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  opacity: 1;
}

.button__menu > ul > li:hover > input:after {
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  right: 10px;
  top: 1px;
}

.button__menu input:checked + ul {
	display: block;
}







/* CONTENT */
.page-content,
.footer-underline,
.footer-afterline {
	padding-right: 120px;
	padding-left: 120px;
	clear: both;
}

.page-content-left {
	/* padding-right: 35px; */
}

.page-content-right {
	/* padding-left: 35px; */
}

.page-title {
    text-align: center;
    /* margin-bottom: 30px; */
    /* padding-top: 30px; */
}

/* .page-title:before {
	display: block;
    content: '';
    width: 65px;
    height: 2px;
    background: #0A253E;
	margin-left: auto;
	margin-right: auto;
} */

.page-title:after {
	display: block;
    content: '';
    width: 65px;
    height: 2px;
    background: #0A253E;
	margin-left: auto;
	margin-right: auto;
}

.page-title-without-line:after,
.layout-product-article .page-title:after {
	display: none;
}

.page-title h1,
.block-title h1 {
    /*! font-size: 30px; */
}

.page-content table {
	margin-left: auto;
    margin-right: auto;
}

.page-content tbody td {
	padding: 10px;
}

.block-quick-edit {
	display: none;
}

.page-taxonomy-repair {
	display: flex;
	flex-direction: column;
}




/* QUICK EDIT */
.view-front-blog__quick-wrapper {
    border: 2px dashed transparent;
    padding: 10px;
    transition: all .3s ease;
    position: relative;
}

.view-front-blog__quick-wrapper.view-review-block {
    padding-right: 25px;
}

.view-front-blog__quick-wrapper.view-employee-block {
    padding-right: 25px;
}

.view-front-blog__quick-wrapper:hover {
    border: 2px dashed #888;
}

.view-front-blog__quick-buttons {
    position: absolute;
    right: 0;
    top: 0;
}

.view-front-blog__quick-img {
    display: none;
}

.toolbar-icon-9 .view-front-blog__quick-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 0.7;
    cursor: pointer;
    margin: 0;
    position: relative;
    appearance: none;
    margin-top: 5px;
    display: block;
}

.view-front-blog__quick-img:after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    background: url(/sites/default/files/media-icons/ellipsis-vertical-solid.svg) no-repeat;
    background-size: 25px 25px;
}

.view-front-blog__quick-links {
    flex-direction: column;
    position: absolute;
    right: 0;
    font-size: 14px;
    border: 1px solid #8888;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px #8888;
	display: flex;
	visibility: hidden;
}

.view-front-blog__quick-links a:hover {
    text-decoration: underline;
}

.view-front-blog__quick-img:focus ~ .view-front-blog__quick-links {
    visibility: visible;
}







/* FOOTER */
.footer {
	/* padding-top: 25px; */
}

.footer__map {
	display: none;
}

.footer__copyright {
	background: #272727;
	color: #888;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.footer__copyright a {
	color: #fff;
}





/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {

}

@media (max-width: 1919px) {
}

@media (max-width: 1800px) {

}

@media (max-width: 1700px) {
	.header,
	.header-underline,
	.page-content,
	.footer-underline,
	.footer-afterline {
		padding-right: 80px;
		padding-left: 80px;
	}
	.page-content-left {
		/* padding-right: 35px; */
	}
	.page-content-right {
		/* padding-left: 35px; */
	}
}

@media (max-width: 1659px) {
	.header-underline > div {
		grid-template-columns: auto auto 80px;
	}
}

@media (max-width: 1600px) {
	.eu-cookie-compliance-content {
		max-width: 85vw;
		justify-content: left;
	}
}

@media (max-width: 1500px) {
	.header-underline > div {
		grid-template-columns: auto auto 80px;
	}
}

@media (max-width: 1440px) {
	.header,
	.header-underline,
	.page-content,
	.footer-underline,
	.footer-afterline {
		padding-right: 60px;
		padding-left: 60px;
	}
	.page-content-left {
		/* padding-right: 35px; */
	}
	.page-content-right {
		/* padding-left: 35px; */
	}
}

@media (max-width: 1366px) {
	.header,
	.header-underline,
	.page-content,
	.footer-underline,
	.footer-afterline {
		padding-right: 35px;
		padding-left: 35px;
	}
	.page-content-left {
		/* padding-right: 35px; */
	}
	.page-content-right {
		/* padding-left: 35px; */
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 28px;
	}
	h4 {
		font-size: 16px;
	}
}

@media (max-width: 1280px) {
	.button__menu > ul {
		display: flex;
		flex-wrap: wrap;
	}
	.button__menu > ul > li > a,
	.button__menu > ul > li > span {
		padding-right: 25px;
		padding-left: 25px;
	}
	.front h1.pane-title {
	    font-size: 23px;
	}
	h6 {
		font-size: 16px;
		line-height: 26px;
	}
}

@media (max-width: 1170px) {
	.header-underline > div {
		grid-template-columns: auto 3fr 1fr;
	}
	.header-underline__switcher {
		/* grid-row: 2; */
		/* grid-column: 1; */
		font-size: 14px;
	}
	.header-underline__city-site {
	    /* grid-row: 1; */
	    /* grid-column: 1; */
	    font-size: 14px;
	}
	.header-underline__underline {
	    grid-column: 2;
	    grid-row: 1/3;
	}
	.header-underline__switcher > ul {
		padding-left: 0;
	}
	.header-underline__text > div > p,
	.header-underline__contacts {
	    display: grid;
	    grid-template-columns: 80px 1fr 1fr;
	    grid-template-rows: auto auto;
	    column-gap: 0;
	    font-size: 14px;
	}
	.header-underline__text,
	.header-underline__contacts {
	    /* grid-row: 1/3; */
	    /* grid-column: 2; */
	    min-width: auto;
	    /* margin-top: 1em; */
	}
	.header-underline__text div .icon-shortcode:nth-child(1),
	.header-underline__contacts .icon-shortcode:nth-child(1) {
	    grid-row: 1;
	    grid-column: 2;
		margin-left: 0;
	}
	.header-underline__text div .icon-shortcode:nth-child(2),
	.header-underline__contacts .icon-shortcode:nth-child(2) {
	    grid-row: 1;
	    grid-column: 3;
	    font-size: 14px;
		  margin-left: 0;
	}
	.header-underline__text div .icon-shortcode:nth-child(2) svg,
	.header-underline__contacts .icon-shortcode:nth-child(2) svg {
		  margin-right: 9px;
	}
	.header-underline__text div .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(3) {
	    grid-row: 2;
	    grid-column: 2;
	    padding-right: 0;
	    margin-left: 0;
	}
	.header-underline__text div .icon-shortcode:nth-child(1) img,
	.header-underline__contacts .icon-shortcode:nth-child(1) img {
		margin-left: 0px;
	}
	.header-underline__text div .icon-shortcode:nth-child(4),
	.header-underline__contacts .icon-shortcode:nth-child(4) {
	    grid-row: 2;
	    grid-column: 3;
	    /* margin-left: 0; */
	}
	.header-underline__text div .icon-shortcode:nth-child(4) img,
	.header-underline__contacts .icon-shortcode:nth-child(4) img {
	    margin-right: 9px;
	}
	.header > div {
	    grid-template-columns: 130px auto;
	}
}

@media (max-width: 1024px) {
	.scrollup {
		right: 180px!important;
		bottom: 27px!important;
	}
	.header-underline__text > div > p,
	.header-underline__contacts {
	    grid-template-columns: 1fr 1fr;
	}
	.header-underline__text div .icon-shortcode:nth-child(1),
	.header-underline__contacts .icon-shortcode:nth-child(1) {
	    grid-row: 1;
	    grid-column: 1;
	}
	.header-underline__text div .icon-shortcode:nth-child(2),
	.header-underline__contacts .icon-shortcode:nth-child(2) {
	    grid-row: 1;
	    grid-column: 2;
	}
	.header-underline__text div .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(3) {
	    grid-row: 2;
	    grid-column: 1;
	}
	.header-underline__text div .icon-shortcode:nth-child(4),
	.header-underline__contacts .icon-shortcode:nth-child(4) {
	    grid-row: 2;
	    grid-column: 2;
	}
}

@media (max-width: 834px) {
/* 	.header-underline > div {
		grid-template-columns: auto 3fr 1fr;
	}
	.header-underline__text {
		padding-top: 1em;
	}
	.header-underline__upline {
		float: left;
		height: 30px;
	}
	.header-underline__city-site {
		height: 30px;
	}
	.header-underline__upline {
	    grid-row: 3;
	}
	.header-underline__city-site {
	    grid-row: 3;
	}
	.header-underline__underline {
	    grid-row: 4;
	}
	.header-underline__text {
	    grid-row: 1;
	    grid-column: 2/4;
	    padding-top: 0;
	}
	.header-underline__switcher {
		grid-row: 1;
		grid-column: 3;
	}
	.header-underline__switcher > ul {
		padding-left: 0;
	} */
}

@media (max-width: 834px) {
	.header-underline > div {
/* 		grid-template-columns: auto 4fr 2fr; */
	}
}

@media (max-width: 768px) {
	.header,
	.header-underline,
	.page-content,
	.footer-underline,
	.footer-afterline {
		padding-right: 20px;
		padding-left: 20px;
	}
	article > div > .layout:nth-child(1).sticky {
		/* position: relative; */
		top: 0;
		z-index: 10;
	}
	.page-mobile-menu {
		display: block;
	}
	.header > div {
		display: none;
	}
	.header-underline__text > div > p {
		grid-template-columns: 60px 1fr 1fr;
	    column-gap: 1em;
	}
	.header-underline__contacts {
	    grid-template-columns: 5fr 4fr;
	}
}

@media (max-width: 650px) {
	.header-underline__text,
	.header-underline__contacts {
		min-width: auto;
	}
	.header-underline__text > div > p,
	.header-underline__contacts {
		display: flex;
		flex-wrap: wrap;
		column-gap: 15px;
		flex-direction: column;
		grid-row: 1;
		grid-column: 2;
		margin-top: 0;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.header-underline__text > div span {
		padding-top: 0!important;
	}
	.header-underline__upline {
	    grid-row: 1;
	    grid-column: 1/3;
	}
	.header-underline__city-site {
	    grid-row: 1;
	}
	.header-underline__underline {
	    grid-row: 2;
	    grid-column: 1/5;
	}
	.header-underline__text {
	    grid-row: 3;
	    grid-column: 1/6;
	}
	.header-underline__switcher {
		grid-row: 4;
		grid-column: 3;
		margin-top: 1em;
	}
	.header-underline__switcher > ul > li {
		display: flex;
		margin-right: 0!important;
	}
	.header-underline__switcher > ul > li:after {
		display: none!important;
	}
	.block-page-mobile-menu__search .block-search > form .form-item-combine input {
		width: 25vw;
	}
	h4 {
		font-size: 20px;
	}
	#block-liebherr-local-tasks > ul > li {
		margin-right: 10px;
	}
	#block-liebherr-local-tasks > ul > li > a {
		padding: 7px 15px;
		font-size: 14px;
	}
	.header-underline__text div .icon-shortcode:nth-child(1),
	.header-underline__contacts .icon-shortcode:nth-child(1),
	.header-underline__contacts .icon-shortcode:nth-child(2) span {
	    display: none;
	}
	.header-underline__contacts .icon-shortcode:nth-child(2):after {
	    content: '24 / 7';
	    font-size: 24px;
	}
	.header-underline__text div .icon-shortcode:nth-child(1) img,
	.header-underline__contacts .icon-shortcode:nth-child(1) img {
		margin-left: 2px;
	}
	.header-underline__text div .icon-shortcode:nth-child(2) svg,
	.header-underline__contacts .icon-shortcode:nth-child(2) svg {
	  margin-right: 7px;
	  margin-left: 3px;
	}
	.header-underline__text div .icon-shortcode:nth-child(4) img,
	.header-underline__contacts .icon-shortcode:nth-child(4) img {
	    margin-right: 11px;
	}
	.eu-cookie-compliance-content {
		flex-wrap: wrap;
		min-width: auto;
	}
	.header-underline__text div .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(3) {
	    grid-row: 2;
	    grid-column: 1;
	}
	.header-underline__contacts .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(4) {
	    visibility: hidden;
	}
	.header-underline__contacts .icon-shortcode:nth-child(3) span,
	.header-underline__contacts .icon-shortcode:nth-child(4) span {
	    visibility: visible;
	    font-size: 16px;
	}
	.header-underline__contacts .icon-shortcode:nth-child(3) {
	    grid-row: 3;
	    grid-column: 1/3;
	}
	.header-underline__contacts .icon-shortcode:nth-child(4) {
	    grid-row: 2;
	    grid-column: 1/3;
	}
	.header-underline__contacts .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(4) {
	    display: grid;
	    grid-template-columns: 1fr;
	    grid-template-rows: 1fr;
	    text-align: right;
	}
	.header-underline__contacts .icon-shortcode:nth-child(3) > span,
	.header-underline__contacts .icon-shortcode:nth-child(4) > span {
	    grid-row: 1/3;
	    grid-column: 1;
	}
	.header-underline__contacts .icon-shortcode:nth-child(3) > span {
	    margin-top: 10px;
	}
	.header-underline__contacts .icon-shortcode:nth-child(4) > span {
	    margin-top: 20px;
	}
	.header-underline__contacts .icon-shortcode:nth-child(2) {
	    grid-row: 1;
	    grid-column: 1/3;
	    padding-top: 10px;
	    text-align: center;
	    padding-left: 5em;
	}
	#select_city_multilevel .city_group_name {
		visibility: hidden;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	#select_city_multilevel .city_group_name > * {
		grid-row: 1;
	    grid-column: 1;
	}
	#select_city_multilevel .city_group_name > span {
		visibility: visible;
		color: #fff;
		font-size: 16px;
	}
}

@media (max-width: 550px) {
	.page-mobile-menu {
		width: 100%;
	}
	.header-underline__text div .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(3) {
	    padding-top: 0!important;
	}
	.header-underline__text div .icon-shortcode:nth-child(1),
	.header-underline__contacts .icon-shortcode:nth-child(1) {
	    display: none;
	}
	.header-underline__text div .icon-shortcode:nth-child(2) svg,
	.header-underline__contacts .icon-shortcode:nth-child(2) svg {
	    margin-right: 8px;
	    margin-left: 2px;
	}
	.header-underline__text div .icon-shortcode:nth-child(4) img,
	.header-underline__contacts .icon-shortcode:nth-child(4) img {
	    margin-right: 9px;
	}
}

@media (max-width: 480px) {
	.button a {
		/* padding: 15px 20px; */
		font-size: 16px;
	}
	h1 {
		font-size: 26px;
		line-height: 1.5;
	}
}

@media (max-width: 400px) {
	.header-underline__contacts .icon-shortcode:nth-child(2):after {
	    font-size: 20px;
	}
	h1 {
		font-size: 26px;
	}
}

@media (max-width: 380px) {
	.page-mobile-menu > div {
		grid-template-columns: 60px auto 130px;
	}
	h1 {
		font-size: 24px;
	}
}

@media (max-width: 370px) {
	.header-underline__contacts .icon-shortcode:nth-child(2):after {
	    /* font-size: 16px; */
	}
}