#header .region, #top-bar .region, #menu .region, #featured .region, #messages .region, #main-wrapper, #footer .region, #breadcrumbs .region {
	width: 768px;
    box-sizing: border-box;

} 

h1 {
	  font-size: 40px;
}

h2 {
  		font-size: 32px;
}
h3 {
		font-size: 24px;
}
.btn {
		height: 42px;
		line-height: 42px;
		border-radius: 8px;
		padding: 0 40px;
		font-size: 20px;
	}
body {
  font-size: 16px;
}
#header {
	height: 90px;
}
header .region {
    padding: 0 10px;
}

.site-logo img {
	height: 69px;
	width: 128px;
}
#block-ly-main-menu .menu {
	gap: 20px;
}
header a {
	font-size: 13px;
}
#block-ly-headerphone {
    grid-row: 1;
}
#block-ly-main-menu {
    grid-column: 2 / span 2;
}
header input[type="search"] {
	height: 36px;
	width: 36px;
	line-height: 36px;
}
header input[type="submit"] {
	  height: 36px;
	  width: 36px;
	  font-size: 22px;
	  line-height: 36px;
	}
.language-switcher-language-url .links {
    top: 8px;
}
.menu--top-menu .menu-item {
    padding: 0 5px;
}

#menu {
	height: 34px;
	line-height: 34px;
}
.featured.with-image {
	height: 150px;
}
#content .region, #bottom > .region > .block > div {
    padding: 0 20px;
}
footer .region-footer, .footer--bottom {
    font-size: 12px;
}
#footer .region {
    padding: 20px 10px 0;
    box-sizing: border-box;
}