/**
* 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 Light';
	src: url(../includes/font/Gilroy-Light.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: 48px;
	font-family:'Gilroy Bold';
	/* text-transform:uppercase; */
	line-height: 1.33;
	font-weight: normal;
}

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

.page-search-result h3 {
	font-size: 24px;
	margin-bottom: 0;
}

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;
}

.background-color-white {
	background-color: #fff;
}

.background-color-gray {
	background-color: #F5F5F7;
}

.background-color-transparent {
	background: none!important;
}

div[role="alert"] {
    /* display: none; */
}


.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 {
	display: flex;
	column-gap: 8%;
}

.layout-page-header__main-menu__menu .menu-level-0 {
	list-style: none;
	padding-left: 0;
	display: flex;
	/* text-transform: uppercase; */
	margin: 0;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
	font-family: 'Gilroy Light';
}

.layout-page-header__main-menu__menu .menu-level-0 > li {
	/*! margin-right: 15px; */
	letter-spacing: 0.7px;
	font-size: 16px;
}

.layout-page-header__main-menu__menu .menu-level-0 a {
	/* font-weight: 300; */
	/* color: #888; */
}

.layout-page-header__main-menu__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: #000;
	line-height: normal;
	transition: all 0.3s ease;
	border-radius: 3px;
	height: 50px;
}

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

.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: -30vh;
	position: absolute;
}

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

.anchor-id > div {
	margin-top: -30vh;
	position: absolute;
}

.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 */
.layout-breadcrumbs {
	/* z-index: 1; */
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0 16px rgba(0,0,0,.08),0 4px 16px rgba(0,0,0,.08);
	position: relative;
}

.page-taxonomy-repair .layout-breadcrumbs {
	z-index: 0;
}

.page-taxonomy-remont-tehniki .page-breadcrumbs {
	position: relative;
	box-shadow: 0 0 16px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .08);
}

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

.layout-product-contents  .page-breadcrumbs {
    background: #fff;
	padding-bottom: 0;
}


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

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

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

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

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

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

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






/* Title */
.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%;
}




/* Search */
.page-search-result #block-liebherr-content p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.page-search-result #block-liebherr-content a {
	opacity: 1;
}

.page-search-result #block-liebherr-content > ol > li {
	margin-top: 2em;
	margin-bottom: 2em;
}

.page-search-result #block-liebherr-content .pager__items {
	display: flex;
	column-gap: 1em;
	list-style: none;
	margin-bottom: 2em;
}

/* .page-search-result #block-liebherr-content .pager__items > .pager__item:nth-child(1) {
	order: 2;
}

.page-search-result #block-liebherr-content .pager__items > .pager__item:nth-child(2) {
	order: 2;
}

.page-search-result #block-liebherr-content .pager__items > .pager__item:nth-child(3) {
	order: 4;
}

.page-search-result #block-liebherr-content .pager__items > .pager__item:nth-child(4) {
	order: 1;
} */

.scrollup {
	right: 130px!important;
	bottom: 50px !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: #000;
	padding: 5px 10px;
	margin-top: 0;
	font-size: 15px;
	line-height: normal;
	font-family: 'Gilroy';
	border-radius: 10px;
}

.eu-cookie-compliance-buttons .decline-button {
  background: none;
  margin-top: 0;
  border: none;
  font-size: 15px;
  font-family: 'Gilroy';
}









/* HEADER */
.page-header-underline.sticky {
	position: fixed;
	z-index: 3;
	width: 100%;
}

/* Header underline */
.header,
.header-underline {
	padding-right: 120px;
	padding-left: 120px;
	background-color: #fff;
	z-index: 2;
    position: relative;
}

.header-with-shadow .header,
.layout-product-contents .header {
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, .08), 0 4px 16px rgba(0, 0, 0, .08);
	z-index: 3;
	position: relative;
}

.header nav {
	width: 100%;
}

.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: flex;
	/* grid-template-columns: 164px auto; */
	position: relative;
	align-items: center;
	column-gap: 2em;
	height: 48px;
}

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

.header__logo-dark svg,
.header__logo svg {
	width: 100%;
	height: 48px;
	display: block;
	max-width: 160px;
}

.header__logo {
	display: flex;
	align-items: center;
	height: 48px;
}

.header__logo a > div {
	display: flex;
	align-items: center;
}

.header__logo svg {
	/* width: 164px; */
	/* height: auto; */
}

/* City sites */
.header-underline__city-site {
	grid-row: 1;
	grid-column: 1;
	font-size: 16px;
	padding: 0;
	display: flex;
	column-gap: 5px;
	position: relative;
}

.header-underline__city-site .city_group_name {
	
}

.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: auto;
	top: 9px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-left: 5px;
	appearance: none;
}

.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;
}

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

.block-page-mobile-menu input:checked:after {
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  right: 8px;
  top: 4px;
}

.menu-link-contentmain {
	position: absolute;
}

.menu-link-contentmain ul {
	list-style: none;
	padding: 0;
}

.menu-level-0 > li,
.button__menu > ul > li {
	position: relative;
}

.menu-level-0 > li > a,
.menu-level-0 > li > span,
.button__menu > ul > li > a,
.button__menu > ul > li > span {
	padding: 12px 25px 12px 15px;
	display: block;
}

.menu-level-0 > a:hover,
.menu-level-0 > li > span:hover,
.button__menu > ul > li > a:hover,
.button__menu > ul > li > span:hover {
	/* text-decoration: underline; */
}

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

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

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

.menu-dropdown-0 > .menu-level-1,
.menu-dropdown-1,
.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;
	/* display: block; */
}

.menu-dropdown-0 > div {
	position: absolute;
	top: -37px;
	left: -30px;
}

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

.menu-level-0 > ul > li:hover > a,
.button__menu > ul > li:hover > a {
	/* color: #fff; */
}

.menu-level-0 > ul > li > ul,
.button__menu > ul > li > ul {
	position: absolute;
}

.menu-level-0 > li:hover > div > ul,
.button__menu > ul > li:hover > ul {
	display: block;
}

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

.menu-dropdown-0 .menu-item a,
.button__menu > ul > li > ul > li a {
	padding: 7px 40px 7px 25px;
	display: block;
}

.menu-level-0 > ul > li > ul > li a:hover,
.button__menu > ul > li > ul > li a:hover {
	color: #272727;
}

.menu-item--expanded .menu-item,
.button__menu > ul > li > ul li {
	border-bottom: 2px solid transparent;
	position: relative;
}

.menu-item--expanded .menu-item:hover {
	border-bottom: 2px solid #272727;
}

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

.menu-dropdown-1,
.menu-dropdown-1 > li > ul,
.button__menu > ul > li > ul > li > ul > li > ul,
.button__menu > ul > li > 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;
	position: absolute;
	left: 100%;
	top: 0;
}

.menu-level-1 > li:hover > .menu-dropdown-1,
.button__menu > ul > li > ul > li > ul > li:hover > ul,
.button__menu > ul > li > ul > li:hover > ul {
	display: block;
}

.menu-level-1 > .menu-item--expanded {
	position: relative;
}

.menu-level-1 > .menu-item--expanded:after,
.button__menu > ul > li > ul > li > ul > li > input:after,
.button__menu > ul > li > ul > li > input:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #12131A;
  border-bottom: 1px solid #12131A;
  top: 12px;
  right: 15px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  opacity: 1;
}

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

.menu-dropdown-1 input,
.button__menu > ul > li > ul > li > ul > input {
	left: 0;
	right: auto;
}

.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 {
  
}

.menu-level-0 > .menu-item--expanded:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-left: 1px solid #12131A;
  border-bottom: 1px solid #12131A;
  right: 5px;
  top: 20px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  opacity: 1;
}

.menu-level-0 > .menu-item--expanded:hover:after {
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  right: 10px;
}

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

/* Menu Icons */
.button__menu > ul > li {
	position: relative;
}

.button__menu > ul > li:before {
	/* content: '';
	width: 45px;
	height: 45px;
	background-size: 35px 35px;
	position: absolute;
	top: 5px;
	left: -25px; */
}

/* .remont-i-otdelka:before {
	background: url(/sites/default/files/filefield_paths/remont-i-otdelka.svg) no-repeat;
} */

.natyazhnye-potolki:before {
	/* background: url(/sites/default/files/media/2024-11/natyazhnye-potolki.svg) no-repeat; */
}

.dizaynerskie-uslugi:before {
	/* background: url(/sites/default/files/media/2024-11/dizajn-interera.svg) no-repeat; */
}

.ceny:before {
	/* background: url(/sites/default/files/media/2024-11/ceny.svg) no-repeat; */
}

.akcii:before {
	/* background: url(/sites/default/files/media/2024-11/galereya.svg) no-repeat; */
}

.kalkulyator:before {
	/* background: url(/sites/default/files/media/2024-11/kalkulyator.svg) no-repeat; */
}





/* 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;
}









/* PLITKI TEGOV */
.view-plitki-tegov__wrapper,
#block-plitkitegov {
	grid-column: 1 / -1;
}

.view-plitki-tegov__wrapper,
.page-plitki-tegov {
	background-color: #fff;
	grid-column: 1 / -1;
	/* margin-bottom: -20px; */
}

.page-plitki-tegov__menu {
	/* display: none; */
}

.page-plitki-tegov__menu > ul > li > a {
	display: none;
}

.view-plitki-tegov__tags a.is-active,
.page-plitki-tegov__menu > ul > li > a.is-active {
	display: block;
}

.page-plitki-tegov__is-active {
	display: none;
}

.is-active + .page-plitki-tegov__is-active {
	display: inline-block;
	background: url(/sites/default/files/images/close.svg) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	right: 14px;
	
}

.view-plitki-tegov__tags,
.page-plitki-tegov__menu ul {
	list-style: none;
	display: flex;
	margin: 0;
	background-color: #fff;
	/* padding: 1em; */
	flex-wrap: wrap;
	padding-left: 0;
	row-gap: 10px;
}

.page-plitki-tegov__menu ul li {
	position: relative;
	display: flex;
}

.view-plitki-tegov__tags a,
.page-plitki-tegov__menu ul a {
	align-items: center;
	background: #f5f7fa;
	border-radius: 16px;
	box-sizing: border-box;
	flex: 0 0 auto;
	font-size: 16px;
	height: 35px;
	margin: 0 6px 6px 0;
	padding: 6px 16px;
	width: fit-content;
	display: flex;
}

.page-plitki-tegov__menu ul a {
	display: none;
}

.view-plitki-tegov__tags a:hover,
.page-plitki-tegov__menu ul a:hover {
    background: #E2E7EC;
}

.view-plitki-tegov__tags a.is-active,
.page-plitki-tegov__menu a.is-active {
	background-color: #000000;
	color: #fff;
	/* padding-right: 30px; */
	display: flex;
}

.page-plitki-tegov__menu a.is-active + ul > a {
	display: flex;
}

.page-plitki-tegov__menu ul a.is-active:hover {
    background-color: #000000;
}







/* 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;
	}
	.button__menu > ul > li svg {
		width: 30px;
		height: 30px;
	}
	.menu-dropdown-0 > div {
	    top: -38px;
	    left: -20px;
	}
	.button__menu {
	    column-gap: 6%;
	}
}

@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;
	}
	.button__menu > ul > li:last-child {
		display: none;
	}
}

@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;
	}
	.button__menu > ul > li:nth-last-child(2) {
		display: none;
	}
}

@media (max-width: 1024px) {
	.scrollup {
		right: 180px!important;
		bottom: 21px!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: 991px) {
	.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),
	.header-underline__contacts .icon-shortcode:nth-child(2) {
	    display: none;
	}
	.header-underline__text div .icon-shortcode:nth-child(3),
	.header-underline__contacts .icon-shortcode:nth-child(3) {
	    grid-row: 1;
	    grid-column: 2;
	}
	.header-underline__text div .icon-shortcode:nth-child(4),
	.header-underline__contacts .icon-shortcode:nth-child(4) {
	    grid-row: 2;
	    grid-column: 2;
	    margin-left: 0;
	}
	.page-breadcrumbs {
		font-size: 16px;
	}
}

@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 (min-width: 768px) and (max-width: 780px) {
	.button__menu > ul > li > a,
	.button__menu > ul > li > span {
		font-size: 14px;
		padding-right: 25px;
		padding-left: 15px;
	}
}

@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;
	}
	.header-underline .city_group_name,
	.header-underline__text div .icon-shortcode:nth-child(2),
	.header-underline__contacts .icon-shortcode:nth-child(2),
	.header-underline__text > div > p,
	.header-underline__contacts {
	    font-size: 14px;
	}
}

@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: 2/4;
	    grid-column: 1;
	    text-align: center;
	    padding-left: 0;
	    display: flex;
	    align-items: center;
	    margin-top: 10px;
	    justify-content: left;
	}
	#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;
	}
	.view-plitki-tegov__tags a,
	.page-plitki-tegov__menu ul a {
		font-size: 14px;
		height: auto;
	}
}

@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;
	}
	.page-plitki-tegov {
		margin-top: 15px;
	}
	.view-plitki-tegov__wrapper {
		margin-top: 1em;
	}
	.block-page-mobile-menu a {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@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; */
	}
}