*{
	/*font-family: "Montserrat-Bold";*/
	/*font-family: "Montserrat-SemiBold";*/
	/*font-family: Montserrat-Medium;*/
	font-family: Montserrat-Regular !important; 
}
p,
h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  padding: 0;
}
li{
	list-style: none;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
[row]{
	max-width: 1195px;
	max-width: 1200px;
	margin: 0 auto;
}
.latza-btn{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	padding: 15px 0;
	width: 199px;
	margin: 0 0 20px 0;
	border: 1px solid #FAFAFA;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 16px;
	font-size: 14px;
	line-height: 17px;
}
.latza-btn-transparent{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #404540;
}
.latza-btn-grey{
	color: #404540;
	border-color: #404540;
}
.latza-btn-white{
	background: #fff;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #404540;
	font-family: "Montserrat-SemiBold";
}
.latza-btn-black{
	color: #fff;
	background: #404540;
}
.latza-footer-contacts-ul{}
footer[row]{
	padding: 30px 0 40px 0;
	margin-top: 122px;
	display: grid;
	grid-template-columns: 280px 260px 260px auto;
	grid-template-columns: 280px 258px 262px auto;
	border-top: 1px solid #EDEDED;
}
footer[row] img{
	max-width: 60px;
	max-width: 80px;
	display: grid;
	grid-template-columns: 280px 260px 260px auto;
}
footer[row] h4{
	color: #A5A5A5;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}
footer[row] ul{
	padding: 20px 0 0 0;
	display: grid;
	grid-gap: 20px;
}
footer[row] [data-menu] {
	grid-gap: 18px;
}
footer[row] [data-menu] li a{
	text-transform: uppercase;
}
footer[row] li a{
	font-size: 14px;
	line-height: 17px;
	color: #404540;
}
footer[row] li b{
	display: block;
	color: #AEAEAE;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	padding: 0 0 9px 0;
}
footer[row] li a span.adress{
	white-space: nowrap;
}
a[data-logo] img {
	/*width: 200px;*/
	height: 90px;
	object-fit: contain;
}
[data-component="sidemenu"] a[data-logo] img {
  width: auto;
  max-width: 100%;
  max-height: 120px;
  margin: 0 auto;
  display: block;
  padding: 10px 0;
}
[data-component="sidemenu"] li a{
	padding: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #404540;
	font-family: "Montserrat-Regular";
	padding: 10px 0;
	padding: 0px;
	margin: 20px;
	width: max-content;
	display: block;
}
[data-component="sidemenu"] [data-component="navbar-bread"] a{
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-family: Montserrat-SemiBold;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	padding: 0px;
	margin: 20px;
	width: max-content;
	display: block;
}
[data-component="sidemenu"] li.active a{
	border-bottom: 1px solid;
	color: #000;
}
/* mobile */
@media (max-width: 1279px){
	[row] {
	  max-width: calc(1024px - 40px);
	}
}
@media (max-width: 1023px){
	[row]{
		padding: 0 20px 0 20px;
	}
	footer[row] {
		margin-top: 70px;
		padding: 31px 20px 35px 20px;
		grid-template-columns: 190px 230px 170px auto;
	}
	footer[row] div:nth-of-type(1){
		grid-column: 1/5;
		padding: 0 0 30px 0;
		justify-self: center;
	} 
	footer[row] div:nth-of-type(2){} 
	footer[row] div:nth-of-type(3) {
	  /*padding: 0 0px 0 15px;*/
	}
	footer[row] div:nth-of-type(4){} 
	footer[row] {
		margin-top: 72px;
	}
	a[data-logo] img{
	}
}
@media (max-width: 763px){
	a[data-logo] img {
	}
	footer[row] img {
	}
	footer[row] {
	  grid-template-columns: 50% 50%;
		padding: 19px 20px 50px 20px;
	}
	footer[row] div:nth-of-type(1){
		grid-column: 1/3;
	}
	footer[row] li a span.adress{
		white-space: normal;
	}
	footer[row] div:nth-of-type(4) {
	  padding: 9px 0 0 0;
	  padding: 30px 0 0 0;
	}
	footer[row] {
		margin-top: 25px;
	}
}
#app.loading{
	/*opacity: 0;*/
}
#app{
	opacity: 1;
}
#beforeload{
	opacity: 1;
	/*transition: .15s linear;*/
}
#beforeload.loaded{
	/*opacity: 0;*/
}
#beforeload.loaded [data-component="animated-logo"]{
	/*left: -9999px;*/
	z-index: -9999;
	/*height: 0;*/
	/*width: 0;*/
	transition: .2s linear;
	opacity: 0;
	/*transition: opacity .2s linear;*/
	transition: opacity .2s linear, z-index .1s linear .2s;
}
[data-component="animated-logo"]{
	position: fixed;	
	height: 100%;
	width: 100%;
	z-index: 2;
	z-index: 102;
	display: grid;
	align-items: center;
	justify-content: center;
	background: #1e1e1e;
	transition: opacity .2s linear;
}
[data-component="animated-logo"] img{
	max-width: 300px;
}
/**
 * 
 * [data-component="button-materialize"] 
 * 
 */
@keyframes clickeffect {
  from {
    opacity: 0.7;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}

@-webkit-keyframes clickeffect {
  from {
    opacity: 0.7;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(2);
  }
}

[data-component="button-materialize"] {
	position: relative;
  overflow: hidden;
}
[data-component="button-materialize"]:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
[data-component="button-materialize"] .effect {
  margin: -100px;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transform: scale(0);
  pointer-events: none;
  animation: clickeffect 1s ease;
  -webkit-animation: clickeffect 1s ease;
}
/**
 * 
 * svg.logo-animated 
 * 
 */
.logo-animated-in {
		opacity: 0;
    animation: animation-scale-in 1.2s linear 0s forwards infinite;
}
.logo-animated-out {
    animation: animation-scale-out .8s linear 0s forwards 1;
}
@keyframes animation-scale-in {
  0% {
    opacity: .4;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: .4;
    transform: scale(1);
  }
}
@keyframes animation-scale-out {
  0% {
    opacity: .6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.95);
  }
}