.menu-bg{
	width: 100%;
	height: 150px;
	position: relative;
	display: block;
	/*background-color: #c92128;*/
}
.m-bg{
  width: 100%;
  /*max-width: 1200px;*/
  height: 150px;
  position: relative;
  margin: 0 auto;
}
.menu {
  width: 100%;
  /*max-width: 720px;*/
  height: 50px;
  position: relative;
  font-size:16px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
  float: right;
  padding: 0;
  margin: 0;
  z-index: 100;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.menu ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu > ol {
  display: flex;
}
.menu > ol > .menu-item {
  flex: 1;
  padding: 15px 5px 13px 5px;
}
.menu-item {
  position: relative;
  text-align: center;
 /* -webkit-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);
  box-shadow: 0px 0px 0px 0px rgba(255,255,255,1);*/
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.menu-item:hover {
  font-weight: 900;
  /*-webkit-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1.0);
	-moz-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1.0);
  box-shadow: 0px 2px 0px 0px rgba(255,255,255,1.0);*/
  -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.active{
  font-weight: 900;
	/*-webkit-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1.0);
	-moz-box-shadow: 0px 2px 0px 0px rgba(255,255,255,1.0);
	box-shadow: 0px 2px 0px 0px rgba(255,255,255,1.0);*/
}
.menu-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  display: block;
  color: #2B2F36;
  letter-spacing: 1px;
}
.sub-menu{
  padding-top: 3px;
}
.sub-menu .menu-item {
  padding: 0.75rem 0;
  background-color: #282828;
  text-align: left;
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
  -webkit-box-shadow:none;
	-moz-box-shadow:none;
  box-shadow:none;
}
.sub-menu .menu-item a{
  color: #ffffff;
  color: #282828;
}
.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}
.sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}
.sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}
.sub-menu .menu-item:nth-child(8) {
  animation-duration: 0.9s;
  animation-delay: 0.7s;
}
.sub-menu .menu-item:hover {
  background: rgba(201, 33, 40, 0.8);
  background: rgba(255, 255, 255, 0.8);
}
.sub-menu .menu-item a {
  padding: 0 0.75rem;
}
/*.sub-menu .menu-item a:hover {
  color: #282828;
}*/

.main-menu{
  width: 695px;
  height: 150px;
  position: relative;
  display: block;
  float: right;
  padding-top: 66px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.main-menu a{
  color: #000;
  padding:0 15px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.main-fast{
  width: 478px;
  height: 150px;
  position: relative;
  display: block;
  float: right;
  padding-top: 50px;
  background-color: #C39952;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a.but{
  width: 168px;
  height: 50px;
  position: relative;
  display: block;
  float: left;
  padding: 10px 30px;
  font-size:16px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
  color: #fff;
  background-color: #5E1D17;
  border: 2px solid #5E1D17;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 30px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a.but:hover{
  color: #5E1D17;
  background-color: transparent;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a.but-phone{
  width: 250px;
  height: 50px;
  position: relative;
  display: block;
  float: left;
  font-size:16px;
  font-weight: 400;
  font-family: 'Merriweather', serif;
  color: #000;
  margin-left:30px;
  margin-right: 10px;
}
a.but-phone p{
  line-height: 46px;
  padding-left: 63px;
}
a.but-phone:hover p{
  font-weight: 900;
}
.phone-icon{
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  float: left;
  background-color: #5E1D17;
  background-image: url('../img/icon-phone.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
}

@media screen and (max-width: 1460px) {
  .main-fast{
    width: 300px;
  }
  a.but-phone{
    width: 50px;
  }
  a.but-phone p{
    display: none;
  }
}

@media screen and (max-width: 1270px) {
  .head-icons{
    max-width:260px;
    height:40px;
    float:right;
    position:relative;
    margin:0 auto;
    margin-top:10px;
  }
  .head-icons a{
    margin-left:10px;
  }
  .head-icons a span{
    display:none;
  }
  .menu {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: none;
  }
}

.sub-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}
.menu-item:hover > .sub-menu {
  display: block;
}
.menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 176px;
  display: none;
  z-index: 1;
}
.menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu{
  display: block;
}

@media screen and (max-width: 1270px) {
  .sub-menu {
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 550px) {
  .head-icons{
      display:none;
  }
}
@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
#myTopnav{
z-index: 99999999999;
}	*/
.topnav a {
 /*float: left;*/
 display: block;
 color: #fff;
 text-align: center;
 padding: 14px 16px;
 text-decoration: none;
 font-family: 'Merriweather', serif;
 font-size: 12px;
 background-color: #5E1D17;
 font-size:12px;
   font-weight: 400;
   z-index: 99999999999;
}
.topnav .icon {
 display: none;
}
.dropdown {
 float: left;
 overflow: hidden;
 z-index: 99999999999;
}
.dropdown .dropbtn {
 font-size: 17px;    
 border: none;
 outline: none;
 color: #282828;
 padding: 14px 16px;
 font-family: 'Merriweather', serif;
 margin: 0;
 font-size:12px;
   font-weight: 800;
   text-transform: uppercase;
   background-color: #5E1D17;
   color: #fff;
   z-index: 99999999999;
}

.dropdown-content {
 display: none;
 position: absolute;
 background-color: #5E1D17;
 min-width: 160px;
 /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
 z-index: 99999999999;
}

.dropdown-content a {
 float: none;
 color: black;
 padding: 12px 16px;
 padding-left: 30px;
 text-decoration: none;
 display: block;
 text-align: left;
 font-size:12px;
 font-weight: 800;
 color: #fff;
 text-transform: uppercase;
 background-color: #5E1D17;
 z-index: 99999999999;
}
.dropdown-content button{
  padding-left: 20px;

}
.dropdown-content a.dbt2a{
  padding-left: 40px;
  background-color: #5E1D17;
}

.topnav a:hover, .dropdown:hover .dropbtn {
 background-color: #723630;
 color: #fff;
}

.dropdown-content a:hover {
 background-color: #723630;
 color: #fff;
}

.dropdown:hover .dropdown-content {
 display: block;
 z-index: 99999999999;
}
@media screen and (min-width: 1270px) {
   .topnav {
   display: none;
   z-index: 99999999999;
   }
 .topnav a:not(:first-child), .dropdown .dropbtn {
   display: none;
 }
 .topnav a.icon {
   float: right;
   display: none;
   text-align: center;
   z-index: 99999999999;
   margin-top: 0;
   background-image: url("../img/ico-open.svg.svg");
 background-position: center center;
 background-repeat: no-repeat;
 }
}

@media screen and (max-width: 1270px) {
   .topnav {
       width: 225px;
       float: right;
       overflow: hidden;
       display: block;
       top: 0px;
       margin-top:0px;
       z-index: 99999999999;
   }
   
 .topnav a, .dropdown .dropbtn {
   display: none;
 }
 .topnav a.icon {
   width: 70px;
   height: 70px;
   float: right;
   display: block;
   margin-top:0px;
   line-height: 2;
   /*margin-right: 50px;*/
   z-index: 99999999999;
 }
}

@media screen and (max-width: 1270px) {
 .topnav.responsive nav {
   position: relative;
   margin-top:70px;
  }
 .topnav.responsive .icon {
   position: absolute;
   right: 0;
   top: 0px;
   margin-top: 0px;
   z-index: 99999999999;
   line-height: 2;
 }
 .topnav.responsive a {
   float: none;
   display: block;
   text-align: left;
   z-index: 99999999999;
 }
 .topnav a.icon{
   text-align: center;
 }
 .topnav.responsive .dropdown {
   float: none;
  }
 .topnav.responsive .dropdown-content {position: relative;}
 .topnav.responsive .dropdown .dropbtn {
   display: block;
   width: 100%;
   text-align: left;
   z-index: 99999999999;
 }
}