
@font-face {
    font-family: NeuzeitSLTStd;
    src: url("NeuzeitSLTStd-Book.otf") format("opentype");
}
.dropdown-content {
  opacity: 0;	
  display: none;
  width: 100%;
}
div#myDropdown ul {
    display: block;
    font-size: 40px;
}
div#myDropdown ul>li {
padding-bottom:12px;
}
.show {
		
	transition: all 2s linear;
	opacity: 1;
  display: block;
}
.wrapper {
  display: flex;
  display: -webkit-flex;
  
  flex-flow: row wrap;  
  -webkit-flex-flow: row wrap;
}

.wrapper > * {
  flex: 1 100%;
  -webkit-flex:1 100%;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
	background-color: #f7f6e8;
	padding: 20.5px 0;
	z-index:7;
}
.page-width{
max-width:1349px;
margin:0 30px;
}
.top-space{
margin-top:92px;
}
.footer {
 
}

.main {
  text-align: left;
  
  padding-bottom:50px
}

.aside-1 { 
  
}

.aside-2 {
  background: hotpink;
}


.aside { 
flex: 2 0 0; 
-webkit-flex: 2 0 0; 

}
  

.main{
margin-left:50px;		
}
  .main    { 
  flex: 2 0px; 
  -webkit-flex: 2 0px; 
  }
  .aside-1 { order: 1; } 
  .main    { order: 2; }
  .aside-2 { order: 3; }
  .footer  { order: 4; 
  margin-bottom: 30px;
  }

*{
 font-family: 'NeuzeitSLTStd';
 font-weight: normal;
}

body {
padding: 0;
margin:0;  
background-color:#f7f6e8;
box-sizing:bolder-box;
}

li.other-menu:last-child {
    /* margin: 0; */
    /* margin: 0 20; */
    margin-left: 12px;
    margin-top: 5px;
    padding: 0;
    width: 11px;
    height: 11px;
    font-size: 13px;
    background: #000;
    border-radius: 100%;
    line-height: 12px;
}


.header ul {
    list-style: none;
    display: flex;
	display: -webkit-flex;
	padding-left: 0;
}
li.close span{
    padding-bottom: 7px;
    border-bottom: 2px solid #000;
}
li.main-menu {
	cursor: pointer;
    flex: 2 0 0;
    -webkit-flex: 2 0 0;
    text-align: left;
}
li.other-menu {
    padding:0 12px
}
li.other-menu select {
    background-color: inherit;
    border: none;
    outline: none;
}
.sidebar h2 {
    font-family: 'NeuzeitSLTStd';
	font-weight: normal;
	font-size: 29px;
	line-height: 48px;
	color: #000;
	letter-spacing: normal;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
	
}
.sidebar p {
    max-width: 475px;
	font-size: 15px;
	line-height: 26px;
}
.img-box{
margin: 30px 0 100px 0;
}
.img-box img {
    width: 100%;
    /*height: 357px;*/
}
.b-t{
	border-top:2px solid #000;
}

.faq {
    border-top: 2px solid #000;
}
.faq:last-child{
    border-bottom: 2px solid #000;
}
.accordion {
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    position: relative;
}
.accordion h3 {
	margin-top: 0;
    font-size: 14px;
    text-align: left;
    line-height: 45px;
    margin-bottom: 0;
    font-family: 'NeuzeitSLTStd';
    font-weight: normal;
}


.accordion-open span {
display:block;
position:absolute;
right:3px;
top:25%;
transform: rotate(180deg);
background-size: 70%!important;
background:url(../img/down_arrow.webp) center center no-repeat;
padding:10px;
}
.accordion-close span {
display:block;
position:absolute;
right:3px;
top:33%;
background-size: 70%!important;
background:url(../img/down_arrow.webp) center center no-repeat;
padding:10px;
}
div.container {
    max-width: 100%;
    padding: 5px 0;
}
div.content {
    margin: 0;
}
div.content p {
    font-size: 14px;
    padding: 0;
    margin: 3px 0 10px;
    padding: 3px 0;
	padding-bottom: 25px;
}
.accordion-div{
	margin-top: 10px;
    max-width: 470px;
    margin-left: auto;
}

 .fotterDiv{
  display:flex;
  display: -webkit-flex;
  flex-flow:row wrap;
  margin-top: 80px;
    margin-bottom: 100px;
  }
  .fotterDiv ul{
  list-style:none;
  padding-left: 0;
  line-height: 26px;
  }
  .subscribe{
  flex:3 0 0;
  }
  .other{
  flex:1 0 0;
  }
  
  .fotterDiv .other:last-child{
  flex:0;
  }
  input{
    border: none;
    outline: none;
    background-color: #f7f6e8;
    padding-bottom: 20px;
    border-bottom: 2px solid #e9e8db;
	}
	input[type="email"] {
    width: 267px;
}
.fotterDiv form {
    margin-top: 44px;
}
.fotterDiv input[type="submit"] {
   
    border-bottom: 2px solid #000;
}
  ul.footer-bar {
    list-style: none;
    display: flex;
	display: -webkit-flex;
	padding-left: 0;
	font-size: 10px;
}
ul.footer-bar li {
    padding-right: 20px;
}
ul.footer-bar li:last-child{
flex:1 0 0;
text-align: end;
padding-right: 0px;
}
.fotterDiv h4{
font-size:16px;
}

@media (max-width: 1280px){
	.page-width {
    margin: 0 20px;
}
}
@media (max-width: 992px){
.page-width {
    margin: 0 20px;
}	
.sidebar p br {
    display: none;
}
div#myDropdown ul {
    display: block;
    font-size: 30px;
}
}

@media (max-width: 767px){
	header{
		padding: 15px 0;
	}
.wrapper {
flex-flow: column wrap;
}
.page-width {
    margin: 0 20px;
}
.sidebar p br {
    display: none;
}
div#myDropdown ul {
    display: block;
    font-size: 20px;
	margin: 0;
}
.main {
    margin-left: 0;
}
article.main.top-space{
margin-top:0;	
}
.img-box {
    margin: 30px 0 30px 0;
}
.subscribe {
    flex: 3 0 100%;
}
input[type="email"] {
    width: 100%;
}
.fotterDiv input[type="submit"]{
	position: absolute;
    right: 20px;
}
.fotterDiv h4 {
    font-size: 15px;
}
.fotterDiv ul{
	font-size: 12px;
}
}