body {
    overflow:scroll;
}
body.is-open  {
    overflow:hidden;
}

header .container:before {
    content: '';
    position: absolute;
    top: -346px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
}

@media screen and (max-width: 1023px) {
    .header {
        background-color: #ffffff;
        height: 154px;
    }
    .header .container {
        position: fixed;
        top: 0;
        width: 100%;
       /*  height: 100%;
        overflow: hidden auto; */
    }   
	.header .container.background-fill{
        position: fixed;
        top: 0;
        width: 100%;
          height: 100%;
        overflow: hidden auto;  
    }
    .background-fill {
        background-color: #FBFBFB;
    }
    .mobile__header {
        margin-top: 8px;
    }
}
@media screen and (max-width: 567px) {
    .catalog-header {
        max-height: none;
    }
}



/** btn **/
.up-link-taxi {
    position: -webkit-sticky;
    position: sticky;
    bottom: 118px;
    z-index: 100;
    display: flex;
    justify-content: end;
    margin-right: 30px;
	    float: right;
		max-width: 300px;
	
	
	
	
}
.up-link-taxi:hover{
}

.btn-taxi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 75px;
    border-radius: 20px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-decoration: none;
    color: #000000;
    opacity: 1;
}
.btn-taxi:hover {
    max-width: 260px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0 5px 10px 2px rgba(34, 60, 80, 0.2);
    padding: 6px 6px 6px 0;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 1;
}

.btn-taxi__img-box:before {
    content: url("../site2_files/icon-close.png");
    -webkit-transition: all ease 0s;
    -o-transition: all ease 0s;
    transition: all ease 0s;
    display: none;
}
.btn-taxi__img-box:hover:before,
.btn-taxi:hover .btn-taxi__img-box:before{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 51px;
    top: -40px;
    -webkit-transition: all ease 0s;
    -o-transition: all ease 0s;
    transition: all ease 0s;
}


.btn-taxi__img-box {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;

}

.btn-taxi__img {
    width: 75px;
    height: 75px;
    min-width: 75px;
    min-height: 75px;}
.btn-taxi__text-box {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    padding-left: 22px;
    padding-right: 30px;
    display: none;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #ffffff;
}
.btn-taxi:hover .btn-taxi__text-box,
.btn-taxi__img-box:hover .btn-taxi__text-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    color: #000;
    flex-shrink: 0;
}



/* Desctop menu */

.catalog-header {
  margin-top: 22px;  
}



@media screen and (min-width: 567.99px) and (max-width: 1023px){
    .catalog-header {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      padding: 30px 35px 40px 35px;
      background: #FFFFFF;
      box-shadow: 0px 13px 73px rgba(0, 0, 0, 0.07);
      border-radius: 22px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      max-height: calc(100vh - 80px);
      margin-top: 45px;  
    }

    .catalog-header__block ul {
      height: 100%;
      transition: all .5s;
      overflow: hidden;
    }
}

@media screen and (min-width: 1024px) {
    .catalog-header {
      right: 0;
    }
}
