header {
  width: 100%;
}

.background_menu {
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 110;
  visibility: hidden;
}
.background_menu.active{
  top: 50px;
  visibility: visible;
}


.green {
  color: green;
}

.authFormGP {
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.AuthExit__butt input:last-child {
  background-color: #222;
  border: 0;
}






.sticky {
  position: sticky;
  top: 0;
}

.header_mobile {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  height: 50px;
  margin-top: 0px;
  font-size: 15px;
  background-color: rgb(249, 125, 43);
  color: white;
  z-index: 155;
}

.wrapper__mobile {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 150;
}
.wrapper__mobile:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgb(249, 125, 43);
  z-index: 102;
}







.header_mobile ul li {
  list-style: none;
}
.header_mobile .fa {
  font-size: 22px;
  z-index: 200;
}
.header_mobile .fa-times {
  font-size: 25px;
}

.fa-bars.active,.fa-user.active {
  top: +5%;
  visibility: hidden;
}

.header__body {
  position: relative;
  width: 100%;
  height: inherit;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__body div {
  /*box-shadow: 0 0 0 1px red;*/
}



.header__sale ul li,.header__search ul li,.header__bars ul li,.header__signIn ul li {
  text-align: center;
}
.header__sale ul,.header__search ul,.header__bars ul,.header__signIn ul {
  padding: 0;
  margin: 0;
}
.Burger__Wrapper a,.header__sale a,.header__search a{
  list-style: none;
  color: #fff;
}
.header__signIn ul li a{
  list-style: none;
  color: #fff;
}







.header__logo,.header__sale li:first-child,
.header__search {
  position: absolute;
  visibility: hidden;
  z-index: -133;
}

.signIn__menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.signIn__menu td {
  padding: 0 0 5px 0;

}
.signIn__menu input {
  color: black;
}

.signIn__menu input[name="Login"] {
  background-color: #F34336;
  color: #fff;
  line-height: 1.5;
  border-radius: 3px;
  border: 0;
  width: 75px;
  height: 22px;
}

.signIn__menu input[name="logout_butt"] {
  color: #fff;
}



.header__logo img{
  max-width: 40px;
}
.header__TG {
  margin-bottom: 6px;
  height: 21px;
  width: 21px;
}

.logo_ears {
  position: absolute;
  padding-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.right_ear img{
  transform: scale(-1, 1);
  width: 100%;
}
.center_logo_back {
  width: 1170px;
}



ul .closeX{
  font-size: 25px;
  position: fixed;
  top: -100%;
  overflow: auto;
}
.closeX.active{
  top: 0;
  margin: 11px 0px 0px -10px;
}

.fa-user {
  margin-top: 1px;
}

body.lock{
  overflow: hidden;
}


@media (max-width: 1360px){
  .logo_ears {
    display: none;
  }
}


@media (min-width: 924px){
  .basket_mobile_button {
    display: none;
  }
  .bx-basket-item-list  {
    position: absolute;
    display: none;
    top: -100%;
    left: 0px;
    width: 100%;
    overflow: auto;
    transition: all 0.2s ease 0s;
    background-color: #222;
    padding: 10px 15px 5px 15px;
    opacity: 0.9;
    visibility: hidden;
    z-index: 145;
  }

  .bx-basket-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
  }

  .bx-basket-block span {
    margin: 4px 0 0 3px;;
  }
  .red_basket_count {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F34336;
    margin-top: 2px;
    padding: 1px 0 0 0px;
    visibility: visible;

  }

  .header__menu {
    position: fixed;
    top: 50px;
    left: -100%;
    width: 240px;
    overflow: auto;
    transition: all 0.2s ease 0s;
    background-color: #f97d2b;
    padding: 10px 15px 0px 15px;
    opacity: 0.9;
    visibility: hidden;
    z-index: 145;
  }
  .header__menu.active {
    left: 0px;
    visibility: visible;
  }

  .header__signIn {

  }

  .signIn__menu {
    position: fixed;
    top: 50px;
    right: -100%;

    overflow: auto;
    transition: all 0.2s ease 0s;
    background-color: #f97d2b;
    padding: 10px 20px 10px 20px;
    opacity: 0.9;
    visibility: hidden;
    z-index: 145;
  }
  .signIn__menu.active {
    right: 0px;
    visibility: visible;
  }

  .phone__num {
    visibility: visible;
    margin-left: 10px;
  }

  .Phone__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 15px;

  }

  .header__sale {
    width: 180px;
  }
}


@media (max-width: 924px){
  .header__logo,.header__sale li:first-child,
  .header__signIn,
  .header__search {
    position: relative;
    visibility: visible;
    z-index: 145;
  }
  .basket_mobile_button {

    list-style: none;
    color: #fff;
  }
  .basket_desktop_button {
    display: none;
  }
  .search_btnMobile {
    margin: 0 0 10 5px;
  }

  .bx-basket-block span {
    margin: 4px 0 0 3px;;
  }




  .search_btnMobile {
    background-color:  #222;
    color: #fff;

  }

  .phone__num {
    display: none;
  }

  .header__menu,
  .search__menu,
  .signIn__menu {
    position: fixed;
    top: -100%;
    left: 0px;
    width: 100%;
    overflow: auto;
    transition: all 0.2s ease 0s;
    background-color: #222;
    padding: 10px 15px 10px 15px;
    opacity: 0.9;
    visibility: hidden;
    z-index: 145;
  }
  .bx-basket-item-list  {
    position: absolute;
    display: none;
    top: -100%;
    left: 0px;
    width: 100%;
    overflow: auto;
    transition: all 0.2s ease 0s;
    background-color: #222;
    padding: 10px 15px 5px 15px;
    opacity: 0.9;
    visibility: hidden;
    z-index: 145;
  }
  .bx-basket-item-list.active {
    position: absolute;
    display: inherit;
    top: 50px;
    left: 0px;
    width: 100%;
    overflow: auto;
    visibility: visible;
    z-index: 145;
  }

  .bx-basket-item-list div {

  }


  .bx-basket-block a {
    display: none;
  }
  .bx-basket-block span {
    display: none;
  }

  .bx-basket-block .num__prod{
    visibility: visible;
  }
  .header__menu {
    padding: 10px 15px 0px 15px;
  }

  .num__prod.active {
    top: 100px;
    color: #fff;
    visibility: hidden;
  }
  .red_basket_count {
    position: absolute;
    width: 20px;
    height: 20px;
    margin: -30px 0 0px 3px;
    padding: 0px 0 0 0px;
    display: inline-block;
    border-radius: 50%;
    background-color: #F34336;
    visibility: visible;
  }

  .header__menu.active,
  .search__menu.active,
  .signIn__menu.active,
  .sale__menu.active,
  .background_menu.active {
    top: 50px;
    visibility: visible;
  }

  .fa-user.active,
  .searchHeader.active,
  .fa-shopping-cart.active,
  .fa-bars.active {
    top: +5%;
    visibility: hidden;
  }

  .list__bars {
    z-index: 140;
  }

  .Burger__Wrapper {
    order: 2;
  }

  .Search__Wrapper {
    order: 3;
  }

  .Phone__wrapper {
    order: 4;
  }

  .Auth__Wrapper {
    order: 5;
  }

  .header__sale {
    order: 6;
  }
  ul .closeX{
    font-size: 25px;
    position: fixed;
    color: #fff;
    top: -100%;
    overflow: auto;
    transition: all 0.3s ease 0s;
  }

  .closeX.active{
    top: 0;
    margin: 11px 0px 0px -10px;
  }
}


#soa-property-3::-webkit-input-placeholder {
 color: red;
}
#soa-property-3::-moz-placeholder {
 color: red;
}

/* Страница доставка */
.wrapper_tabs{
  min-height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.wrapper_tabs blockquote {
  font-size: 16px;

}

.red_delevery {
  font-size: 20px;
  color: #F34336;
}
.wrapper_tabs a:hover {
  color: #F34336;
}

.content{
  padding: 50px auto;
  max-width: 1000px;
  margin: 0px auto;
}
.tabs_delevery{
  margin: 0 0 50px 0;
}
.delevery_items{
  margin-top: 50px;
  background-color: #222;
  display: flex;

}
.delevery_item{
  flex: 0 1 33%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.delevery_items a{
  position: relative;
  z-index: 2;
}

.delevery_body{
  position: relative;
  top: -99px;

}

.delevery_block {
  position: relative;
  top: 0px;

  display: none;
}

.delevery_block:before {
  content: "";
  height: 49px;
  width: 33%;
  position: absolute;
  top: 50px;
  color: #fff;
}
.delevery_block:nth-child(1){
  padding: 100px 50px 50px 50px;
  border-bottom: 2px solid #1937ff;
  border-radius: 0 0 8px 8px;
}
.delevery_block:nth-child(2){
  padding: 100px 50px 50px 50px;
  border-bottom: 2px solid #1ab248;
  border-radius: 0 0 8px 8px;
}
.delevery_block:nth-child(3){
  padding: 100px 50px 50px 50px;
  border-bottom: 2px solid #ee1e57;
  border-radius: 0 0 8px 8px;
}



.delevery_block:nth-child(1):before{
  border-top: 3px solid #1937ff;
  left: 0;
}
.delevery_block:nth-child(2):before{
  border-top: 3px solid #1ab248;
  left: 33%;
}
.delevery_block:nth-child(3):before{
  border-top: 3px solid #ee1e57;
  left: 66%;
}


.delevery_block:target{
  display: block;
}

.delevery_text{
  top: 50px;
}

.modal_delevery {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* фон */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* При отображении модального окно */
.modal_delevery:target {
    opacity: 1; /* делаем окно видимым */
    pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 100%;
      margin: 30px auto; /* отображение окна по центру */
  }
}
/* Стили для блока с контентом окна */
.modal-content {
    position: relative;
    margin: 0 auto;
    max-width: 1152px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-header {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
/* Стили кнопки "х" ("Закрыть")  */
.close_delevery {
    float: right;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* Стили для закрывающей кнопки в фокусе или наведении */
.close_delevery:focus, .close_delevery:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* Стили блока основного содержимого окна */
.modal-body {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;


    padding: 15px;
    overflow: auto;
}
.modal-body div {
    width: 500px;
    position: relative;
    display: flex;

}
.modal-body div img {
    width: 100%;
}