header {
  max-width: 1920px;
  position: fixed;
}

.header {
/*  min-height: 38px;*/
}

header.glide {
  position: fixed;
}

header.glide .menu_main {
  height: 40px;
}

.nav_top {
  position: relative;
  z-index: 99;
}

.nav_top nav a {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Open Sans';
}

.not_front header {
  /*  padding-bottom: 6px;*/
}

.header.mobile {
  min-height: 40px;
}

.header .logo {
  width: 30vw;
  margin: 0 auto 0 5px;
  max-width: 150px;
  display: inline-block;
}

.header .logo a {
  display: block;
  background-size: contain;
  margin-top: 15px;
  line-height: 0;
}

.header .logo a img {
  width: 100%;
  height: auto;
}

.header .logo a span {
  display: inline-block;
}

.header .logo a span object {
  position: relative;
  z-index: -1;
}

.menu_add nav,
.header .slogan,
.header .info,
.header .phone {
  display: none;
}

.header .select_city ins {
  white-space: nowrap;
  display: table-cell;
  vertical-align: bottom;
  text-transform: none;
}

.header .select_city ins:first-child, header.glide .select_city ins:first-child {
  padding-right: 10px;
  display:none;
}

.header .select_city .ui-selectmenu-button, header.glide .select_city .ui-selectmenu-button {
  padding: 0.05em 0;
  min-width: 178px;
}

header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
  color: rgb(var(--shadow-color));
}

header.glide .phone .timelapse {
  display: none;
}

.header .info a {
  color: #333;
  background: var(--main-color);
  padding: 0.2em 0.8em;
  font-style: italic;
  margin-top: 5px;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.header .info a:hover {
  box-shadow: 0 1em 1.2em rgba(0,0,0,.15);
  color: #000 !important;
  background: #fae5b4;
}


.menu_add {
  position: fixed;
  left: 15px;
  top: 17px;
  z-index: 10;
}

.menu_user {
  position: absolute;
  right: 15px;
  top: 8px;
  z-index: 9;
}

.glide .nav_top .menu_user {
  padding-top: 0px;  
}

.glide .nav_top .menu_mobile .menu_user {
  padding-top: 60px;  
}

.nav_top .menu_user {
  font-size: 12px;
}


.menu_user li {
  display: none;
}

.menu_user li.basket {
  display: block;
}

header .ico_menu {
  display: block;
  background: url("../i/ico_btn/ico_menu.png") no-repeat;
  width: 17px;
  height: 11px;
  background-size: contain;
}

.menu_main {
  display: none;
  background: #fff;
}

.menu_main.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}

.ico_basket:hover {
  background-image: url("../i/ico_btn/ico_basket.png");
  color: #000;
}

.menu_main ul li a:hover {
  color: #debb68;
}

.nav_top .menu_add a.more {
  display: none;
}

.allreg {
  margin-top: 2px;
  font-size: 16px; /*20px;*/
  line-height: 1em;
  display: block;
  color: #dbb459;
  font-weight: 300;
}

.allreg ins {
  display: block;
  font-size: 9px; /*10*/
  text-transform: none;
  margin-top: 3px;
  line-height: 1em;
  font-weight: normal;
  /*padding-left: 12px;*/
}

header.fixed {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
}


header.fixed .header {
  display: none;
}


.menu_mobile {
  position: fixed;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: right 0.4s ease-out 0s;
  transition: right 0.4s ease-out 0s;
  overflow: hidden;
  right: -100%;
  z-index:9999;  
}

.menu_mobile .inner_cont {
  width: 100%;
  height: 100%;
  background: #fff;
  float: right;
  text-align: center;
}

.menu_mobile .btn_close {
  position: absolute;
  right: 15px;
  top: 25px;
}

.menu_mobile .scroll_cont {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px 15px;
}

.menu_mobile .menu_main,
.menu_mobile .menu_user,
.menu_mobile .menu_add,
.menu_mobile .menu_user nav,
.menu_mobile .menu_add nav {
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.menu_mobile .menu_main li {
  margin-top: 40px;
}

.menu_mobile .menu_main li a {
  font-family: 'Open Sans', 'Lora';
}

.menu_mobile .menu_main .menu_dropdown {
  display: none !important;
}

.menu_mobile .menu_user {
  padding: 60px 0 30px;
}

.menu_mobile .menu_user img {
  width: 20px;
  height: 20px;
}

.menu_mobile .menu_user ul {
  display: table;
  width: 90%;
  margin: 0 auto;
}

.menu_mobile .menu_user li {
  display: table-cell;
  vertical-align: middle;
  width: 33%; 
  text-align: center;
}

.menu_mobile .menu_user li.basket {
  display: none;
}

.menu_mobile .menu_add {
  border-top: 1px solid #dedede;
  padding: 20px 0;
}

.menu_mobile .menu_add li {
  margin-top: 20px;
  font-size: 0.7rem !important;
  opacity: 0.7;
}

.menu_mobile .phone {
  margin-top: 20px;
}

.menu_mobile .select_city {
  text-transform: uppercase;
  font-size: 0.7rem !important;
  line-height: 1em !important;
}

.menu_mobile .select_city .ui-selectmenu-button {
  display: inline-block;
  width: auto !important;
  font-size: 0.7rem !important;
  padding: 0;
  line-height: 1em !important;
  vertical-align: middle;
  margin-left: 3px;
}

.menu_mobile .select_city .ui-selectmenu-button span.ui-selectmenu-text {
  line-height: 1em;
}

.menu_mobile .select_city .ui-selectmenu-button span.ui-selectmenu-text:after {
  display: none;
}

.menu_mobile .title {
  display: inline-block;
  margin: 0 auto;
  font-family: 'Open Sans', 'Lora';
  text-transform: uppercase;
  line-height: 1em;
  padding: 0 0 5px;
  border-bottom: 2px solid #d5c399;
}

header.glide .menu_main .descr_win a {
  font-size:12px !important;
  text-transform: none !important;
}

header.glide .menu_main .w_wrapper {
  position: relative;
  height: 100%;
  margin: 4px 0px;
}

header.glide .phone div.city_phone {
  padding-top: 12px;
}

/*header.glide .top-request {display: none;}*/

header .top-request a {
  padding: 0.4em 1.4em!important; 
  margin: 6px 0px 0px 0px;
  /*margin: -5px 0px; */
  color: black!important;
  display: inline-block;
  height: 30px; 
  text-transform:none; 
  font-size:14px !important;
}

.keys_mobile .slogan {
  padding: 20px 0px 0px 0px;
  text-align: center;
  font-size: 22px;
  line-height: 1.3em;  
  color: #dbb459;
  color: rgb(51, 51, 51);
}

.keys_mobile .slogan2 {
  font-size: 16px;
  line-height: 1.3em;  
  color: rgb(51, 51, 51);
  padding-top: 10px;
}

header.glide .menu_main  .w_wrapper{
  padding:0px 0px 0px 190px;
}

header.glide .phone {
  float: right;
  width: 180px;
}

.glided-visible.inline-request {
  float: right;
  padding-top: 10px;
  width: 165px;
}

header.glide .phone div.city_phone, header.glide .phone div.region-phone .timelapse  {
  padding: 12px 10px 0px 20px;
  /*    max-width: 200px;
      min-width: 200px; */
}

.header-slogan {
  display: inline-block;
  width: calc(100% - 165px - 180px);
  height: 100%;
  position: relative;
  text-align: center;
}

.header-slogan .slogan {
  position: relative;
  top: 40%;
  transform: translateY(-40%);
  font-size: 32px;    
  font-family: "Open Sans";
}

header .inline-request a
, footer .inline-request a {
  padding: 0.4em 1.4em!important; 
  margin: -5px 0px; 
  color: black!important;
  display: inline-block;
  height: 30px; 
  text-transform:none; 
  font-size:14px !important;
}



@media screen and (min-width: 320px) {
  header .top-request {
    margin: auto;
    height: 30px;
    vertical-align: middle;
    display: table-cell;
    position:absolute;
    left: calc(50% + 10px);
    top: 15px;
  } 

  header/*.glide*/ .top-request {display:none;}

  header.glide .menu_main ul li a {
    /* font-family: 'Open Sans';*/
    font-size: 9px;
    /*text-transform: uppercase;*/
    padding: 0 2px 0 2px;	
  }

  header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 9px;    
  }

}

header .header-icons {
  display: none;
}


@media screen and (min-width: 1000px) {

  .header-slogan .slogan {
    font-size: 20px;
  }

  header.glide .top-request {display:none;}

  header.glide .header-icons {display:none;}

  .glide .nav_top .menu_user {
    padding-top: 12px;  
  }


  header.glide .header{
    padding: 4px 0;	
  }

  header.glide .hamb {
    /*left:0; */
  }

  header.glide .hamb .nav-submenu li a {
    padding: 10px 20px;
    text-transform: none;
    font-size:14px;
  }

  header.glide .hamb .nav-submenu {
    /*left:-10px;*/
  }

  header.glide .hamb .nav-topmenu > li:first-child {
    margin-left:-10px;
  }

  header.glide .nav_top{
    top:4px;
    right: 0px;
  }

  header.glide .nav_top  .w_wrapper{
    padding: 0px 5px;
  }

  header.glide .header .slogan/*, header.glide .header .city_phone*/{
    display: none;
  }

  header.glide .header .logo {
    float:left;
    margin:0;
    overflow:hidden; /* this is important */
    width: 140px;
  }
  /* input values to crop the image: top, right, bottom, left */

  header.glide .header .logo img{
    margin: 0px;
  }	

  header.glide .header .logo img{
    width: 125px;
    /*    padding-left: 35px;*/
  }

  header.glide .header .logo a{
    width: 125px !important;
  }

  header.glide .menu_main {
    position:absolute;
    top:0;
    border:0;
    width: calc(100vw - 58px);
  }

  header.glide .menu_main  .w_wrapper{
    padding:0px 0px 0px 190px;
  }

  header.glide .menu_main ul li a {
    /* font-family: 'Open Sans';*/
    font-size:10px;
    /*text-transform: uppercase;*/
    padding: 0 2px 0 2px;	
  }

  header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 10px;    
  }

  header.glide .menu_user li {
    display:none !important;
  }

  header.glide .menu_user li.basket {
    display:block !important;
  }

  header .top-request {margin: auto;height: 65px;vertical-align: middle;display: table-cell; position:inherit;}



}

@media screen and (min-width: 1120px) {
  header.glide .menu_main ul li a {


    font-size: 11px;

    padding: 0 3px 0 3px;

  }
  header.glide {
    border-bottom: 1px solid var(--main-color);
  }

  header.glide .menu_main ul li a {
    font-size: 11px;
  }	

  header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 11px;    
  }


}

@media screen and (min-width: 1200px) {
  
  .header-slogan .slogan {
    font-size: 26px;
  }
}



@media screen and (min-width: 1300px) {

  header.glide .menu_main ul li a {
    font-size: 13px;
  }	

  header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 13px;    
  }

  header.glide .menu_main  .w_wrapper{
    padding:0px 0px 0px 190px;
  }
  /*
    header.glide .menu_user li {
      display:table-cell !important;
    }
  */  
}

@media screen and (min-width: 1650px) {

  .header-slogan .slogan {
    font-size: 26px;
  }

  header.glide .menu_main ul li a {
    font-size: 15px;
    padding: 0 5px 0 5px;	
  }	
  header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 15px;    
  }


}

@media screen and (min-width: 1800px) {
  header.glide .menu_main ul li a {
    font-size:16px;
    padding: 0 5px 0 5px;	
  }	
  header.glide .phone .ui-selectmenu-button span.ui-selectmenu-text {
    font-size:16px;    
  }



  header.glide .menu_main  .w_wrapper{
    padding:0px 0px 0px 155px;
  }
  header.glide .menu_user{
    padding-top:7px;
  }
  header.glide .menu_user li {
    display:table-cell !important;

  }
}

.menu_main ul li.phone {
  border: none;
  position: relative;
  z-index: 52;
}

header.glide .phone div.region-phone > a::before {
  display: block;
  content: '';
  width: 15px;
  height: 16px;
  background: url("../i/ico_btn/phone.svg") bottom center no-repeat;
  margin-right: 6px;
  float: left;  
}