@font-face {
	font-family: 'Outfit';
  src: url(fonts/Outfit/Outfit-Medium.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Outfit';
  src: url(fonts/Outfit/Outfit-Regular.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Outfit';
	src: url(fonts/Outfit/Outfit-SemiBold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Outfit';
	src: url(fonts/Outfit/Outfit-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Outfit';
	src: url(fonts/Outfit/Outfit-ExtraBold.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}
h1{
  font-size: 3.2em;
  font-weight: 500;
  margin: 0;
}
h2{
  font-size: 1.8em;
  font-weight: 600;
}
h3{
  font-size: 1.45em;
  line-height: 1.25em;
  font-weight: 600;
}
h4{
  font-size: 1.15em;
  line-height: 1.35em;
  font-weight: 600;
}
h5{
  font-size: 1em;
  font-weight: 600;
}
sup {
  font-size: 0.45em;
}
h5:has(+ h1) {
  margin-block-end: 0.33em;
  color: var(--primary-brand-color);
  text-transform: uppercase;
  font-size: 0.9em;
}
h5 + h1{
  margin-block-start: 0;
  margin-block-end: 0;
}
p {
  font-size: 1em;
  line-height: 1.45em;
  font-weight: 500;
}
p:has(+ p) {
  margin-block-end: 0.46em;
}
p + p{ 
  margin-block-start: 0.46em;
}
p + h4{ 
  margin-block-end: 0.33em;
}
h4 + p{ 
  margin-block-start: 0.33em;
}
input, select{
  appearance: none;
}
.spicy{
  color: #2bab56 !important;
}
html,body {
	margin: 0;
	padding: 0;
	font-family: 'Gabarito', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background-color: var(--background-color);
}
a{
  text-decoration: unset;
}
.show-only-m{
  display: none!important;
}
.section{
  position: relative;
}
.constraint{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.constraint .add-padding{
  padding: var(--default-padding-frame);
  box-sizing: border-box;
  position: relative;
}
.animation {
  opacity: 0;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.animation.from-bottom {
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.animation.from-right {
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
.animation.from-left {
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.animation.scale {
  -moz-transform: scale(.7,.7);
  -ms-transform: scale(.7,.7);
  -webkit-transform: scale(.7,.7);
  transform: scale(.7,.7);
}


header.header{
  width: 100%;
  padding-top: 5px;
}
.header-wrapper{
  width: 100%;
  box-shadow: 3px 3px 3px #ddd;
  padding-top: 22px;
}
.header-wrapper .container{
  position: relative;
}
.identity{
  margin-bottom: 10px;
}
.identity img{
  display: block;
  width: 100px;
}
.navigation{
  width: 100%;
  padding-top: 18px;
}
.navigation ul{
  margin: 0;
  padding: 0;
  list-style:none;
}
.navigation ul li{
  display: inline-block;
  padding-right: 17px;
}
.navigation ul li a{
  display: inline-block;
  color: #666666;
  font-size: 1.1em;
  line-height: 1em;
  padding-bottom: 15px;
  transition-timing-function: ease-in-out;
  transition-duration: 0.1s;
  transition-property: all;
  border-bottom: 2px solid transparent;
}
.navigation ul li a:hover{
  color: #33ba60;
}
.phone-box{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.phone-box a{
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #535353;
  fill: #535353;
}
.phone-box a svg{
  width: 18px;
  height: 18px;
  fill: inherit
}
.phone-box a:hover{
  color: #33ba60;
  fill: #33ba60;
}
.phone-box img{
  width:18px;
  height: 18px;
}
.phone-box  .phone-nr{
  font-size: 15px;
  padding: 5px 0 5px 5px;
  color: inherit
}
.footer-wrapper {
  padding-top: 30px;
  padding-bottom: 35px;
}
.contact{
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact a{
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.contact img{
  display: block;
}
.contact .address{
  display: inline-block;
  padding-left: 25px;
  background-image: url(../media/images/pin.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #000;
  float: left;
}
.footer-c{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.clearfix{
  display: block;
}
.f-links{
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-links li{
  display: inline-block;
  padding-right: 12px;
}
.f-links li a{
  font-size: 0.8em;
  font-weight: normal;
  color: #666666;
}
.languages{
  width: 155px;
  height: 35px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  color: #858585;
  font-size: 0.85em;
  background-image: url(../media/images/arrow2.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  outline: none;
}
@media screen and (min-width:0px) and (max-width:1019px) {
  h1{
    font-size: 2.4em;
  }
  .show-only-m{
    display: block!important;
  }
  .hide-only-m{
    display: none;
  }
  .constraint{
    width: 100%;
    padding: 0 24px;
  }
  .header-wrapper{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .menu-btn{
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    z-index: 13;
  }
  .menu-btn svg{
    height: 28px;
    width: 28px;
  }
  .menu-background-shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    transition: transform .35s;
    top: 0;
    right: 0;
    -webkit-transform: translateX(102%);
    -ms-transform: translateX(102%);
    transform: translateX(102%);
    background-color: hsl(0deg 0% 0% / 15%);
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .menu-visible .menu-background-shadow{
    transform: translateX(0);
    background-color: hsl(0deg 0% 0% / 85%);
  }
  .navigation{
    width: 83%;
    height: 100%;
    position: fixed;
    z-index: 12;
    transition: transform .3s;
    top: 0;
    right: 0;
    -webkit-transform: translateX(102%);
    -ms-transform: translateX(102%);
    transform: translateX(102%);
    overflow-y: scroll;
    background-color: #fff;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .menu-visible .navigation{
    transform: translateX(0);
  }
  .navigation ul{
    padding-top: 70px;
  }
  .the-nav li{
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 25px;
  }
  .navigation ul li a{
    font-size: 1.3em;
    padding-bottom: 25px;
  }
  .phone-box {
    right: 55px;
    top: 7px;
    display: none;
  }
  .header-wrapper .container{
    display: flex;
  }
  .menu-close-btn{
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(../media/images/cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 20px;
    transition-duration: 0.1s;
    transition-timing-function: ease-in;
  }
}