@font-face {
    font-family: 'HelveticaNueBold';
    src: url('../fonts/ofont.ru_Helvetica Neue.ttf');
}

@font-face {
    font-family: 'HelveticaNueRoman';
    src: url('../fonts/ofont.ru_Helvetica Neue Roman.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input, input:active, input:focus {
    outline: none !important;
    border: none !important;
    background: transparent;
}
textarea{
    border: none;  
    outline: none;
}

a{
    text-decoration: none;
    color: black;
}
body{
    font-family: 'HelveticaNueRoman';
}

li{
    list-style-type: none;
}
button, button:active, button:focus {
    outline: none !important;
    border: none !important;
}
input{
    font-family: 'HelveticaNueRoman';
}
.header {
max-width: 1150px;
    margin: 0 auto;
}
.content{
    min-height: calc(100vh - 80px);
}
.main__container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.logo__header img {
    width: 150px;
}

.nav__menu {
    display: flex;
}

.content__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-family: 'HelveticaNueBold';
    padding: 20px 15px;
}

.telephone {
    padding: 5px 7px;
    background-color: #efeeee;
    border-radius: 15px;
    font-size: 17px;
    color: black;
    transition: 0.6s;
}

.telephone:hover {
    background-color: transparent;
    
}

.telephone a {
    color: black;
    transition: 0.6s;
}

.telephone a:hover {
    color: #ea5325;
    transition: 0.6s;
}

.data__user {
    display: flex;
    align-items: center;
}

.icon__data {
    height: 40px;
    width: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 15px;
    
}

.icon__data:hover {
    background-position-y: -0;
}

/*----------------SLIDER----------------*/

.main__slider {
    /* margin: 50px 0; */
    width: 100%;
    height: 500px;
    border-radius: 19px;
}

.slide {
    height: 500px;
    width: 100%;
}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 55% !important;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-prev {
    left: -45px;
    /*background: url('images/controls.png') no-repeat 0 -32px;*/
}

.bx-wrapper .bx-next {
    right: -45px;
    /*background: url('images/controls.png') no-repeat -43px -32px;*/
}
.bx-viewport{
    border-radius: 20px;
}

/*----------------CATALOG----------------*/

.catalog_product {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -25px -6px;
}

.product__item {
    width: 25%;
}

.catalog__item {
    margin: 5px 25px;
    position: relative;
    border-radius: 12px;
    height: 100px;
    background-size: cover;
    background-position: center;
    transition: 0.6s;
    background-repeat: no-repeat;

}

.catalog__item:hover {
    opacity: 0.5;
    transition: 0.6s;
}

.catalog__link {
    position: absolute;
    color: #000;
    font-family: 'HelveticaNueBold';
    font-size: 12px;
    text-transform: uppercase;
    /*
    color: white;
    left: 10px;
    top: 40px;
    bottom: 0;
    margin: 0 auto;
    right: 0;*/
    left: 20px;
top: 40px;
bottom: 0;
right: 0;
max-width: 100px;
text-align: left;
}

/*----------------NOVETLY----------------*/

.title__block {
    margin: 25px 0;
}

.title__block h1 {
    text-transform: uppercase;
    font-family: 'HelveticaNueBold';
}

.novetly__block {
    font-family: 'HelveticaNueBold';
    margin: 45px 0;
}

.new_production {
    display: flex;
    margin: -6px -15px -15px;
}

.novetly_item {
    background-color: #f1f1f1;
    border-radius: 20px;
    width: 25%;
    margin: 15px;
    padding: 15px;
}
.novetly_item:hover{
    box-shadow:0px 0px 33px -9px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.textnew__icon {
    padding: 15px 0 0 0;
}

.textnew__icon img {
    width: 40px;
    border-radius: 11px;
}

.img__novetly {
    position: relative;
    height: 200px;
}

.img__novetly img {
    width: 180px;
    /* text-align: center; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.title__novetly {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title__novetly p:nth-child(1) {
    font-size: 20px;
}

.title__novetly p:nth-child(2) {
    color: rgb(163, 163, 163);
    font-size: 12px;
    font-family: 'HelveticaNueRoman';
}

.compound p {
    font-size: 12px;
    color: rgb(151, 150, 150);
    font-family: 'HelveticaNueRoman';
}

.buttons__novetly {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.buttons__novetly button{
    border: none;
    padding: 5px 32px;
    border-radius: 20px;
    margin: 2px;
    background-color:#ea5325 !important;
    color: rgb(241, 239, 239);
    font-family: 'HelveticaNueRoman';
    cursor: pointer;
}
.footer__novetly{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.icons_buy{
    display: flex;
}
.icon{
    height: 28px;
    width: 29px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-right: 15px;
}
.icon__social__vk:hover{
    background-position-y: -0 !important;
}
.icon:hover {
    background-position-y: top;
}
.prev img{
    width: 80px;
}
.next img{
    width: 80px;
}
/*-----------MODAL WINDOW-----------*/

.application__block img {
    width: 100%;
}

.application__block {
    margin-bottom: 50px;
}

.map {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 80px 0 0 0;
}
.map_footer {
    position: absolute;
}

.fix_container {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.modal__window {
    position: absolute;
    margin-top: 100px;
    height: 430px;
    width: 60%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 1px 31px -9px rgba(0, 0, 0, 0.2);
}

.title__modal__win {
    font-family: 'HelveticaNueRoman';
    text-transform: uppercase;
    color: #ea5325;
    font-size: 12px;
    margin: 50px 90px;
}

.item__modal {
    display: flex;
    align-items: center;
    margin: 30px 40px;
}

.icon_mod img {
    width: 30px;
}

.info__mod {
    margin-left: 20px;
    font-family: 'HelveticaNueRoman';
    font-size: 20px;
}

.info__mod a {
    color: black;
}
.map_footer_menu{
    display: none;
}

/*-------FOOTER--------*/

.content__footer {
    background-color: black;
    width: 100%;
    /*margin: 80px 0 0 0;*/
}

.box__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 35px 0;
}

.links__footer a {
    color: rgb(224, 224, 224);
    font-size: 13px;
    font-family: 'HelveticaNueRoman';
    display: block;
    padding: 3px 0;
}

.icon__social {
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.icon__social:hover {
    background-position-y: -0;
}

.social_links {
    display: flex;
    align-items: center;
}

.img_insy img {
    width: 100px;
}

.copyright {
    color: rgb(224, 224, 224);
    font-family: 'HelveticaNueRoman';
    font-size: 12px;
    margin-top: 68px;
}


.new_production .next{
	position: absolute;
    right: -80px;
    width: 80px;
    bottom: 40%;
	display:none ;
}

.new_production .prev{
position: absolute;
    left: -80px;
    width: 80px;
    top: 50%;
	display:none ;

}

/*---------------BUY INFO----------------------*/
.buy__info{
    font-family: 'HelveticaNueRoman';
    margin-bottom: 50px;
}
.title-buy__info {
    font-family: 'HelveticaNueBold';
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px 0;
}
.back-buy__info{
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 20px 20px;
}
.subtitle-buy__info{
    font-family: 'HelveticaNueBold';  
    margin: 10px 0 10px 0;
    font-size: 17px;
}



/*------------STOCK PAGE---------------*/
.stock__box {
    font-family: 'HelveticaNueRoman';
    display: grid;
    margin: 50px 0 50px 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}
.stok-img img {
    width: 100%;
}
.stock__card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);

}
.stock-desc {
    padding: 12px 20px;
}
.stock-title {
    font-family: 'HelveticaNueBold';
    font-size: 18px;
    margin: 10px 0 0 0;
}
.stock-text {
    white-space: pre-line;
    font-size: 13px;
}
.all_stock{
    transition: all .3s;
}
.all_stock:hover{
    color: #ea5325;
}

/*----------------------AUTH PAGE-------------------------------*/

.authorization_box {
    margin-top: 40px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    font-family: 'HelveticaNueRoman';
    margin-bottom: 40px;
}
.left_card_down,
.left_card_up{
    padding: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 12px;
}
.right_card_up,
.right_card_down{
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 12px;
}
.auth_left{
    display: grid;
    grid-gap: 30px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;   
}
.auth_right{
    display: grid;
    grid-gap: 30px;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.card_up-title{
    font-size: 20px;
    font-family: 'HelveticaNueBold';
    padding-bottom: 20px;

}
.list_auth{
    display: flex;
    flex-direction: column;
}
.list_auth li{
     padding: 20px 0;
}
.list_auth-link{
    color: black;
    transition: color 0.3s ease-in-out;
}
.list_auth-link:hover{
    color: #ea5325;
}
.list_auth li:not(:last-child) {
    border-bottom: 1px solid #dcdee0;

}

.tabs {
    display: flex;
  }
  
  .tabs li:not(:last-child) {
    margin-right: 7px;
  }
  
  
 
  
  
  .tabs-panel {
    display: none;
  }
  
  .tabs-panel.active {
    display: block;
  }
  
  .tabs-panel p + div {
    margin-top: 15px;
  }
  
.auth_right-title{
    font-size: 20px;
    font-family: 'HelveticaNueBold';
    padding-bottom: 20px;
}

.profile-page__personal-data {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.disabled{
    cursor: unset!important;
}

.text-field {
    display: flex;
    align-items: center;
    border: 1px solid #dcdee0;
    padding: 6px;
    border-radius: 12px;
    margin: 0 0 15px 0;
}
.text-field__input-wrapper{
   position: relative;
   display: flex; 
   flex-direction: column;
   padding: 0 10px;
}
.label-input {
    font-size: 14px;
    color: #b2bbbd;
}
i{
    color:#b2bbbd ;
}
.icon-wrapper {
    display: flex;
    font-size: 15px;
}
.info__person {
    padding: 5px 0 5px 0;
    font-size: 15px;

}
.btn-edit{
    grid-column-start: 1;
    grid-column-end: 3;
}
.btn-edit {
    position: relative;
    width: 100%;
    border-radius: 100px;
    background: #ea5325 !important;
    color: white;
    margin: 20px 0 0 0;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    transition: all .25s ease;
    opacity: 1;
    line-height: 1;
    text-decoration: unset;
    font-family: 'HelveticaNueBold';
}

.text-field .text-field__input {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.edit__address i{
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.edit__address i:hover{
   color:#ea5325;
}



 /* свойства модального окна по умолчанию */
 .modal_a {
    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 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    display: grid;
    align-items: center;
    justify-content: center;
}

  /* при отображении модального окно */
  .modal_a:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
    display: grid;
    align-items: center;
    justify-content: center;
}
  /* ширина модального окна и его отступы от экрана */
  .modal-dialog_a {
    position: relative;

    margin: 10px;
}
 .right_card_up, .right_card_down {
   
}

  @media (min-width: 576px) {
    .modal-dialog_a {
        width: 500px;
        margin: 30px auto;
    }
  }

  /* свойства для блока, содержащего контент модального окна */
  .modal-content_a {
    position: relative;
    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;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 12px;
  }

  @media (min-width: 768px) {

    .modal-content_a {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
  }

  /* свойства для заголовка модального окна */
  .modal-header_a {
    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 0;
    border-bottom: 1px solid #dcdee0;
    margin: 0 0 15px 0;
}

  .modal-title {
    font-family: 'HelveticaNueBold';
    
  }

  /* свойства для кнопки "Закрыть" */
  .close_a {
    float: right;
    font-family: sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}

  /* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
  .close_a:focus,
  .close_a:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
  }

  /* свойства для блока, содержащего основное содержимое окна */
  .modal-body_a {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
  }


  


/*-----------------ORDER--------------------*/

.block-sender{
    display: flex;
    justify-content: space-between;
}
.main-card{
    flex: 1;
    height: 100%;
    margin-top: 30px;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.title-sender{
    font-size: 20px;
    font-family: 'HelveticaNueBold';
    padding-bottom: 20px;
}

.comment {
    height: 100px;
    display: block;
    padding: 10px 17px;
    width: 100%;
    outline: none;
    border: unset;
    border-radius: 12px;
    min-height: 82px;
    border: 1px solid #dcdee0;
}
.flex-2 {
    display: flex;
    padding: 10px 0;
}
.flex-2 label{
    padding: 0 10px;
}

.check-order[type="checkbox"] {
    width: 40px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0,0,0, .2);
    transition: 0.5s;
    position: relative;
  }
  .check-order:checked[type="checkbox"] {
    background: #ea5325;
  }
  .check-order[type="checkbox"]::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: #fff;
    transform: scale(1.1);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.51);
    transition: 0.5s;
  }
  .check-order:checked[type="checkbox"]::before {
    left: 20px;
  }
  .label-input-ord{
      color:#ea5325 ;
  }
  .label-input-ord::after {
    color: red;
    content: " *";
    display: inline;
    position: absolute;
    margin-left: 0.15em;
    font-size: 20px;
}

  .checkout__pre-order{
    display: flex;
    align-items: center;
    height: 53px;
  }



  /*-----------------GENDER------------------*/

  .dropdown-gen {
    max-width: 100%;
    display: inline-block;
    background-color: #fff;
    transition: all .5s ease;
    position: relative;
    font-size: 15px;
    color: black;
    height: 100%;
    text-align: left;
}
.dropdown-gen .select {
    cursor: pointer;
    display: block;
    padding: 5px 0;
}
  .dropdown-gen .select > i {
      font-size: 13px;
      color: #888;
      cursor: pointer;
      transition: all .3s ease-in-out;
      float: right;
      line-height: 20px
  }

  .dropdown-gen:active {
      background-color: #f8f8f8
  }
  .dropdown-gen.active:hover,
  .dropdown-gen.active {
      /*box-shadow: 0 0 4px rgb(204, 204, 204);*/
      border-radius: 2px 2px 0 0;
  }
  .dropdown-gen.active .select > i {
      transform: rotate(-90deg)
  }
  .dropdown-gen .dropdown-menu {
      position: absolute;
      background-color: #fff;
      width: 100%;
      left: 0;
      margin-top: 1px;
      box-shadow: 0 1px 2px rgb(204, 204, 204);
      border-radius: 0 1px 2px 2px;
      overflow: hidden;
      display: none;
      max-height: 144px;
      overflow-y: auto;
      z-index: 9
  }
  .dropdown-gen .dropdown-menu li {
      padding: 10px;
      transition: all .2s ease-in-out;
      cursor: pointer
  } 
  .dropdown-gen .dropdown-menu {
      padding: 0;
      list-style: none
  }
  .dropdown-gen .dropdown-menu li:hover {
      background-color: #f2f2f2
  }
  .dropdown-gen .dropdown-menu li:active {
      background-color: #e2e2e2
  }

  /*---------------REVIEW---------------------*/

.field__wrapper {
    /* width: 100%; */
    position: relative;
    margin: 0 0 25px 0;
    text-align: center;
}
 
.field__file {
  opacity: 0;
  visibility: hidden;
  /*position: absolute;*/
}
 
.field__file-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
 
.field__file-fake {
    height: 60px;
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #dcdee0;
    border-radius: 3px 0 0 3px;
    border-right: none;
}
 
.field__file-button {
    width: 130px;
    height: 60px;
    background: #ea5325;
    color: #fff;
    font-size: 1.125rem;
    /* font-weight: 700; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-family: 'HelveticaNueBold';
}






  .rewiev-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
}
  .btn-review{
      border-radius: 12px;
      padding: 10px;
      background-color: #ea5325;
      color:white;
  }
    

.review-text {
    margin: 15px 0 0 0;
    height: 50px;
}

.auth__form-content input {
    padding: 10px 0;
    font-size: 16px;
    width: 100%;
}
  .auth__form-content i{
    font-size: 20px;
}
  .label-input-auth{
      font-size: 16px;
      color: #b2bbbd;
  }
  .invitation{
      text-transform: uppercase;
  }
  .load-code {
    margin: 20px 0 ;
}
.load-code input {
    font-size: 35px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    padding: 15px 0;
    font-family: 'HelveticaNueBold';
    width: 40%;
}
.title-load {
    text-align: center;
    font-size: 20px;
}

  .block{
    width: 50px;
    height: 50px;
  }
  
 
  .block-2{
  
    display: none;
  }


  .mobile-wrapper{
    display: none;
  }
.right {
    display: inherit;
    grid-gap: inherit;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.history-orders-page {
    grid-template-columns: repeat(auto-fill,minmax(255px,1fr))!important;
    display: grid;
    grid-gap: inherit;
}
.card-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.card {
    background: #fff;;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    padding: 20px;
}
.orders-item__information-with-fields {
    position: relative;
}
.text-field {
    display: flex;
    align-items: center;
    transition: border-radius .18s ease;
    cursor: text;
}
.text-field .text-field__input{
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}
.text-field .text-field__input .text-field__input-wrapper {
    position: relative;
    display: inherit;
}

.text-field .text-field__input .input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 1em 0;
}
text-field .text-field__input .label {
    position: absolute;
    color: gray;
    font-size: 16px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    top: 14px;
    margin: auto 0;
}
.text-field .text-field__input .label.disabled {
    color: #b2bbbd;
}
.status input {
    -webkit-text-fill-color: #bfc73c;
}
.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 20px;
}
.history-orders-details-page{
        display: grid;
    grid-gap: inherit;
    grid-template-columns: 1fr;
}
.two-flex-buttons{
display: flex;
grid-column-gap: 30px;
-moz-column-gap: 30px;
column-gap: 30px;
}


.cart-item__image{
        width: 60px;
    height: 60px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
}
.cart-item{
        padding: 20px 0;
    border-bottom: 1px solid #dcdee0;
}
.cart-item__info{
    flex: 1;
}
.order_costs
{
    float: right;
    padding-top: 20px;
}
.price-value{
font-weight: 700;
}
.order-cost__value{
    flex-basis: 50%;
}
.mob-header{
    display: none;
    }
@media (max-width: 768px) {
    .mob-header{
    display: flex;
    }
    .authorization_box{
    margin: 0;
    }
    .label-input {
        font-size: 12px;
        color: black;
        font-weight: 100;
        font-family: 'HelveticaNueRoman';
    }
    .right_card_up, .right_card_down{
        box-shadow: none;
    }
    .header{
        margin: 0 auto;
  
    }
    .nav__menu{
          margin-bottom: 100px!important;
    }
    .footer{
    display: none;
    }
 .mobile-wrapper{
     display: block;
 }
 .main_mob-title{
    font-size: 16px;
}
.card_mob-title{
  font-size: 15px;
  font-family: 'HelveticaNueBold';
}
.mob-header {
    border-bottom: 0.1px solid gray;
    padding: 15px 30px;
    height: 60px;
    display: none;
}
.card_info-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 0 0;
}
.edit-profile {
  margin: 10px 0;
  display: block;
  color: rgb(60, 149, 223);
}
.info__person{
    text-align: right;
}
    .mob-icon {
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

  }
  
  .title-present {
    font-family: 'HelveticaNueBold';
    text-align: center;
    padding: 20px 0;
}
  .radis{
	  display:flex;
	  flex-direction:column;
  }
	.radis label,
    .cheks label {
        display: inline-block;
        margin: 5px 0;
        padding: 0;
        font-weight: bold;
        max-width: 100%;
    }

    .radis label input,
    .cheks label input {
        display: none;
    }

    .radis label span, .cheks label span {
    display: block;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    font-size: 11px;
    color: #aaa;
    cursor: pointer;
    border-radius: 100px;
    background: #b8b8b8;
}

   .radis label.selected span, .cheks label.selected span {
    color: #fff;
    background: #00aeef;
    border-color: #1c8fba;
    background: #ea5325 !important;
}
.flex-present {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}
.description-present {
    font-size: 14px;
    margin: 0 0 0 10px;
}
.name-present{
	font-family: 'HelveticaNueBold';
}
.text-present {
    font-size: 11px;
    color: #424242;
}
.number-present{
	font-family: 'HelveticaNueBold';
	font-size: 11px;
}
.btn-edit-2{
    width: 100%;
    border-radius: 100px;
    background: transparent !important;
    border: 2px solid #ea5325 !important;
    color: #ea5325;
    margin: 20px 0 0 0;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    transition: all .25s ease;
    opacity: 1;
    line-height: 1;
    text-decoration: unset;
    font-family: 'HelveticaNueBold';
}
.icon-present img {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 0;
}



.loaderArea {
    background: white;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    z-index: 100000;
   
  }

  .loader {
    height: 125px;
    width: 125px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;

}
  .loader img {
    width: 125px;
}
   
 /* .loader:before,
  .loader:after {
    content: "";
    height: 40px;
    width: 40px;
    border: 8px solid rgba(255,255,255,.5);
    border-radius: 10px;
    position: absolute;
    top: 0;
  }
   
  .loader:before {
    animation: animate 2s infinite linear;
  }
   
  @keyframes animate {
    0% {
      transform: rotate(0) skew(0);
    }
     
    100% {
      transform: rotate(180deg) skew(360deg);
    }
  }
   
   
  .loader:after {
    animation: animate2 2s infinite linear;
  }
   
  @keyframes animate2 {
    0% {
      transform: rotate(0) skew(0);
    }
     
    100% {
      transform: rotate(-180deg) skew(-360deg);
    }
  }

*/


/*------------NOTIFICATION-------------*/


.notific_item-icon {
    background-image: 
    background-repeat: no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    background-position: bottom center;
    margin: 0 20px 0 0;
}

.notific_item-title,
.date{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.date{
        font-family: 'HelveticaNueBold';
}
.title_page{

    text-align: center;
    font-size: 25px;
    font-family: 'HelveticaNueBold';
    margin-bottom: 30px;

}
.notific_item-text{
    white-space: pre-line;
    color: rgb(151, 150, 150);
}
.notific_item {
    margin: 40px 0;
    background-color: #f1f1f1;
    padding: 20px 10px;
    border-radius: 15px;
    width: 90%;
    margin: 40px auto;
}








.checkbox-green {
    display: inline-block;    
    height: 28px;    
    line-height: 28px;  
    margin-right: 10px;      
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;  
}
.checkbox-green .checkbox-green-switch {
    display: inline-block;
    height: 25px;
    width: 160px;
    box-sizing: border-box;
    position: relative;
    border-radius: 50px;
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    color: black;
    background-color: white;
}
.checkbox-green .checkbox-green-switch:before {
    content: attr(data-label-on);
    display: inline-block;
    box-sizing: border-box;
    width: 44px;
    padding: 0 12px;
    position: absolute;
    top: 0px;
    left: 100px;
    text-transform: uppercase;
    text-align: center;
    color: black;
    font-size: 10px;
    line-height: 28px;
}
.checkbox-green .checkbox-green-switch:after {
    content: attr(data-label-off);
    display: inline-block;
    box-sizing: border-box;
    width: 80px;
    height: 25px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background: white;
    line-height: 26px;
    font-size: 10px;
    color: #fff;
    transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
    background-color: rgb(255, 73, 7);
}
.checkbox-green input[type="checkbox"] {
    display: block; 
    width: 0;
    height: 0;  
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-green input[type="checkbox"]:checked + .checkbox-green-switch {
    background-color: #fff;
}
.checkbox-green input[type="checkbox"]:checked + .checkbox-green-switch:before {
    content: attr(data-label-off);
    left: 0;
}
.checkbox-green input[type="checkbox"]:checked + .checkbox-green-switch:after {
    content: attr(data-label-on);
    color: white;
    transform: translate3d(80px, 0, 0);
}

/* Hover */
.checkbox-green input[type="checkbox"]:not(:disabled) + .checkbox-green-switch:hover {
    cursor: pointer;
}
.checkbox-green input[type="checkbox"]:not(:disabled) + .checkbox-green-switch:hover:after {
   /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);*/
}

/* Disabled */
.checkbox-green input[type=checkbox]:disabled + .checkbox-green-switch {
    opacity: 0.6;   
    filter: grayscale(50%);
}

/* Focus */
.checkbox-green.focused .checkbox-green-switch:after {
    box-shadow: inset 0px 0px 4px #ff5623;
}




.checkbox-detail {
    width: 25%;
    text-align: center;
    margin: 0px 30px 0 0;
}
    /* для элемента input c type="checkbox" */
    .custom-checkbox>input {
      position: absolute;
      z-index: -1;
      opacity: 0;
    }

    /* для элемента label, связанного с .custom-checkbox */
  .custom-checkbox>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    position: relative;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    border-radius: 10px;
}
    /* создание в label псевдоэлемента before со следующими стилями */
  .custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 5em;
    height: 5em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 2px solid #adb5bd;
    border-radius: 0.25em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    transition: all .5s;
  
}

    /* стили при наведении курсора на checkbox */
    .custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
      border-color: #d4d4d4;
    }

    /* стили для активного чекбокса (при нажатии на него) */
    .custom-checkbox>input:not(:disabled):active+span::before {
      background-color: #ffac5e;
      border-color: #d4d4d4;
    }

    /* стили для чекбокса, находящегося в фокусе */
    .custom-checkbox>input:focus+span::before {
     /* box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
    }

    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    .custom-checkbox>input:focus:not(:checked)+span::before {
      border-color: #d4d4d4;
    }

    /* стили для чекбокса, находящегося в состоянии checked */
    .custom-checkbox>input:checked+span::before {
    
    border: 2px solid #ea5325;
}
.custom-checkbox>input:checked+span::after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -10px;
    z-index: 9999;
    display: block;
    height: 20px;
    width: 20px;
    background-color: #ea5325;
    border-radius: 50px;
    transition: all .5s;
    background-image: url(/img/arrowww.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

    /* стили для чекбокса, находящегося в состоянии disabled */
    .custom-checkbox>input:disabled+span::before {
      background-color: #244f7a;
    }


   .checkbox-choise-appliances{
    display: flex;
    flex-wrap: wrap;
    }
    

.form_radio-wok {
    margin: 15px 0;
}

        .form_radio-wok input[type=radio] {
            display: none;
        }

      .form_radio-wok label {
    cursor: pointer;
    position: relative;
    padding-left: 37px;
    margin-right: 20px;
    line-height: 18px;
    user-select: none;
    display: flex;
    flex-direction: column;
    margin-top: 27px;
}

       .form_radio-wok label:before {
    content: "";
    display: flex;
    width: 30px;
    align-items: center;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #bfbfbf;
    border-radius: 100px;
}

        /* Checked */
        .form_radio-wok input[type=radio]:checked+label:before {
    background-color: #ea5325;
}

        /* Hover */
        .form_radio-wok label:hover:before {
            /*filter: brightness(120%);*/
        }

        /* Disabled */
        .form_radio-wok input[type=radio]:disabled+label:before {
            filter: grayscale(100%);
        }
        .title-name {
    font-family: 'HelveticaNueBold';
    margin: 10px 0 20px 0;
    font-size: 17px;
}
.title-page{
    font-family: 'HelveticaNueBold';
    font-size: 25px;
    margin: 20px 0;

}

