.section-title__underline {
	background-color: #b0b4b6;
}

.text-medium.is--news-type, .news-lp__item-category {
	color: #5f6970;
}

.text-medium.is--news-type:hover {
	color: #454f55;
}

.btn__pri {
	border-color: #b0b4b6;
	background-color: #454f55;
}

.btn__pri:hover {
	background-color: #5f6970;
}
.section.is--p-footer {
	background-color: #3b474f;
}

.c-link-block, .breadcrumb__link {
	filter: grayscale(100%);
}



@media screen and (max-width: 640px) {
	.is--nav-contact {
		display: none;
	}
}

.proj-nav__home-link {
	width: inherit;
	padding-left: 1em;
}

.section.is--about {
	background-color: rgb(237, 241, 245);
}

video {
	z-index: -1;
}

.video-container .container, .slider-wrapper .container{
	position: relative !important;
	top: 20em !important;
	width: fit-content !important;
}

.slider-wrapper {
  height: 51em !important;
  margin-top: 0em !important;
}

.is--nav-contact {
	width: fit-content;
	text-align: end;
	padding-right: 0;
	white-space: nowrap;
}

.w-icon-nav-menu {
	font-size: 36px;
}

.hamburger {
	background: transparent !important;
}
.hamburger:hover {
	transform: scale(1.1);
}
.hamburger div {
	width: 30px;
	height: 2px;
	margin: 6px;
	background: orange;
	transition: transform 1s;
}

.hamburger.opened {
	
}
.hamburger.opened div{
	background: red;
}

.hamburger.opened div.line1{
	transform: rotate(45deg);
	transform-origin: 20% 40%;
}

.hamburger.opened div.line2{
	transform: scale(0);
}

.hamburger.opened div.line3{
	transform: rotate(135deg);
	transform-origin: 50% -225%;
}

.underline {
	height: 0.09em;
	width: 0%;
	background-image: linear-gradient(to right, white , transparent);
	transition: width 0.5s;
}
.proj-nav__multi-link-item:hover .underline {
	width: 75%;
}
.proj-nav__link:hover .underline {
	width: 50%;
}
