.top-bar{
	height: 0!important; padding: 0!important; overflow: visible; visibility: hidden; pointer-events: none;
}
#top-bar__title, .top-bar__context, .top-bar__tools{
	display: none!important;
}
.top-bar__actions .toolbar-button--icon--pencil{
	position: absolute; 
	top: 6em; right: 0;
	pointer-events: all;
	visibility: visible;
}
:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
    &.top-bar:has(.top-bar__tools:not(:empty), .top-bar__context:not(:empty), .top-bar__actions:not(:empty)) {
        & ~ .dialog-off-canvas-main-canvas {
            @media (min-width: 64rem) {
                margin-block-start: 0;
            }
        }
    }
}





:root {
	--main-color: #4aa621; 
	--second-color: #42ace2; 
	--light-color: rgb(248,251,245); 
	--dark-color: #475A63; 
	--semidark-color: #699635; 
	--space: 26rem; 
	--header-height: 5.6em; 
	--max-width: 46em; 
	--main-height: 9.1em; 
} 

ul a{
	transition: 0.7s;
}
ul .is-active a, ul a.is-active{
	color: var(--main-color);;
}


.region-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#block-justlike-clean-branding{
	display: flex;
	align-items: center;
	gap: 0.3em;
}
#block-justlike-clean-branding img{
	height: 59rem; width: auto;
}
#block-justlike-clean-branding a{
	text-decoration: none;
	color: var(--main-color);
	font-size: 1.55em;
	font-weight: 400;
}
#block-justlike-clean-branding a:first-letter{
	color: var(--second-color);
}
#block-justlike-clean-osnovnayanavigaciya>ul{
	display: flex;
	align-items: center;
	gap: 0.7em;
}
#block-justlike-clean-osnovnayanavigaciya>ul li{
	display: block; list-style: none;
}
#block-justlike-clean-osnovnayanavigaciya a{
	text-decoration: none;
}




.js-comment .links{ display: block; }
.js-comment .links>li{ display: block; list-style: none; }



.js-comment>div>h3{
	display: none;
}
.js-comment{
  position: relative;
  background: #ffffff;
  border: 3px solid #ebefeb;
  border-radius: 0.5em;
  margin: 2em 6em 2em 7.6em;
  padding: 1em;
}
.js-comment:after, .js-comment:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.js-comment:before {
    border-color: rgba(125, 145, 133, 0);
    border-right-color: #ebefeb;
    border-width: 1em;
    top: 50%;
    margin-top: -1em;
}


.js-comment>footer{
	font-size: 0.8em;
	opacity: 0.6;
	position: absolute;
	top: 50%; left: 0; bottom: 0;
	transform: translate(-112%, -50%);
  width: 150rem;
}
.js-comment .contextual-region{
	position: static;
}
.js-comment .field--name-user-picture{
	/*position: absolute;
	top: 50%; left: 0;
	transform: translate(-100%, -50%);*/
	width: 100%;
}
.js-comment .field--name-user-picture img{
	width: 100%;
	height: auto;
}



.form-item-comment-body-0-value>label{
	display: none;
}


.js-filter-wrapper{
	position: relative;
	overflow: hidden;
	width: 1.5em; height: 1em;
	transition: 1s;
}
.js-filter-wrapper>div{
	opacity: 0;
	transition: 1s;
}
.js-filter-wrapper:hover{
	width: 100%; height: 100%;
	transition: 0.2s;
}
.js-filter-wrapper:hover>div{
	opacity: 1;
	transition: 0.2s;
}
.js-filter-wrapper:before{
	content: "Тф";
	position: absolute;
	overflow: hidden;
	top: 0; left: 0;
	font-size: 0.7em;
	width: 1.5em; height: 1em;
	opacity: 0.5;
	transition: 1s;
}
.js-filter-wrapper:hover:before{
	opacity: 0;
	transition: 0.2s;
}




.view-directions .scrollable{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: var(--space);
}
.view-directions .taxonomy-term{
	position: relative;
	height: 14em;
	background-color: white;
}


.taxonomy-term .edit-link{
	display: none;
}

.view-directions .taxonomy-term__title{
	font-size: inherit;
	font-weight: inherit;
}
.view-directions .taxonomy-term__title>a{
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.view-directions .field--name-name{
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.25);
	color: white;
	text-align: center;
	padding-top: 0.35em;
}






html{
  margin: 0; 
  padding: 0;
  scroll-behavior: smooth;
  font-size: 0.088vw;
}
body{
	margin: auto;
	padding: 0;
	font-size: 14rem;
	line-height: 1.18;
	color: var(--dark-color);
	background-color: var(--light-color);
	max-width: var(--max-width);
}
a{
	color: inherit;
}
input{
	font: inherit;
	font-size: inherit;
}

header>div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

img{
	max-width: 100%;
	height: auto;
}

h1 {
    font-size: 1.75em;
    font-weight: bold;
    color: var(--semidark-color);
}

#block-stark-branding{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.3em;
	font-size: 1.5em;
	color: var(--semidark-color);
}
#block-stark-branding a:first-letter{
	color: var(--second-color);
}
#block-stark-branding a{
	text-decoration: none;
}
#block-stark-branding img{
	display: block;
	height: 1.4em;
	width: auto;
}

#block-mymeny>ul{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.3em;
	font-size: 1em;
}
#block-mymeny>ul>li{
	display: block;
}