@media only screen and (max-width:1225px) {
    #main-menu a {
  color: var(--maincolor);
  font-family: var(--font);
  font-size: 18px;
  font-weight: 500;
  line-height: 3em;
  padding: 0 12px;
  text-decoration: none;
}
    footer .wrapper{
        padding: 0;
    }
    footer .flexwrap {
  gap: 40px;
}
}
@media only screen and (max-width:1150px) {
   #burgerBtn{
		display: block;
	}
    .dropdown-menu.open{
        position: unset;
    }
	.open #burgerBtn .b-button {
  border-color: transparent !important;
		
}
.open #burgerBtn .b-button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 33px;
  left: -2px;
	background-color: var(--maincolor);
}
.open #burgerBtn .b-button:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -khtml-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 9px;
  width: 33px;
  left: -2px;
	background-color: var(--maincolor);
}
	.open #mobileBodyContent {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -khtml-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-left: -50%;
		overflow: hidden;
}
  #mobile.open #mobilenav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 75px 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
    display: block;
    width: 40%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
#mobile.open #mobilenav a, #mobile.open #mobilenav a:hover{
	color: white;
    color: white;
    line-height: 100%;
    font-size: 24px;
    font-weight: 400;
    padding: 15px 0;
    font-weight: 600;
    background-color: transparent;
}
	#mobile #mobilenav li{
		opacity: 0:
			-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	}
	#mobile.open #mobilenav li{
	-webkit-transition: all 0.9s ease-in;
  -moz-transition: all 0.9s ease-in;
  -khtml-transition: all 0.9s ease-in;
  -o-transition: all 0.9s ease-in;
  transition: all 0.9s ease-in;
	opacity: 1:
}
#nav {
    position: absolute;
    z-index: 10;
    list-style-type: none;
    margin: 100px 20px 0 20px;
    padding: 0;
    overflow: hidden;
    right: 0;
}
#burgerBtn .b-button:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    left: 0;
    background:  var(--maincolor);
    top: 7px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#burgerBtn .b-button:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    background:  var(--maincolor);
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
#mobile {
    /*background: var(--orange);*/
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	/*display: flex;*/
}
#mobile.open {
    background: var(--maincolor);
	position: relative;
    margin: 0px auto;
	transition: all 0.5s ease-in-out;
	
}
	#burgerBtn {
    height: 40px;
    width: 45px;
    box-sizing: border-box;
    position: absolute;
    z-index: 30;
    right: 30px;
    top: 10px;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
    #burgerBtn .b-button {
    border: 0px solid white;
    border-top: 2px solid  var(--maincolor) !important;
    height: 20px;
    width: 25px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block;
    position: relative;
        background-color: transparent;
}
  #main-menu > ul.menu.inline-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: white;
  top: 78px;
  padding: 20px 40px;
        display: none;
      column-count: 4;
    overflow: auto;
    height: calc(100vh - 48px);
}
      #main-menu a {
    font-size: 20px;
  }
    #main-menu ul.menu ul.menu li a {
  color: var(--maincolor);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  padding: 5px 12px;
  text-decoration: none;
}
    #main-menu ul.menu .level-1 ul.menu {
  display: block;
  position: relative;
  padding: 0 20px 20px;
  background-color: white;
  z-index: 99;
  border-radius: 0 0 20px 20px;
  max-width: 350px;
  margin-left: -20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
      ul.inline-menu > li {
    display: block;
    break-inside: avoid;
  }
    .slogan-wrap {
  display: none;
}
    #topbar > .wrapper {
  justify-content: end;
  padding: 0;
}
}
@media only screen and (max-width:1026px) {
      #logo {
    padding-top: 0;
  }
}
@media only screen and (max-width:690px) {
      #logo {
    padding-top: 0;
  }
      .dropdown-menu.mobile > a, td::before {
    display: block;
  }
      td::before {
    content: none;
    font-weight: 700;
    width: 6.5em;
  }
   
}