@media (min-width: 813px) {
  body {
    background-color: #cecece;
  }

  .header {
    height: 215px;
  }

  .header_navigation_container {
    margin-top: -94px;
  }

  .header_navigation_container .go_to_home {
    display: none;
  }

  .menu_top_container {
    margin-top: 0;
  }

  #root {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  #app-wrapper {
    max-width: 1024px;
    min-width: 813px;
    background-color: var(--light);
    min-height: 100vh;
    box-shadow: 1px 1px 12px #555;
  }

  .order_footer {
    max-width: 1024px;
    /* display: none; */
  }

  .product_list_container {
    margin-left: 0 !important;
    padding-top: 0 !important;
    overflow: auto;
  }

  .product_list_container .product_container {
    padding-top: 20px;
    height: auto;
    padding-bottom: 240px;
  }

  .product_list_container .with_price.product_choice {
    height: 260px;
    width: 226px;
  }

  .product_list_container .product_choice.with_price .product_name {
    font-size: 12px;
    padding: 0 5px;
  }

  .product_list_container .with_price.product_choice .product_choice_pack {
    width: 100%;
  }

  .product_list_container h1 {
    width: 100%;
    margin: 0;
  }

  .product_list_container .order_title_container {
    margin: 0;
    position: relative;
  }

  .product_list_container .imageContainer {
    height: 150px;
    background-size: cover;
  }

  .product_choice_pack .imageContainer {
    background-size: contain;
  }

  .terminal-hidden-block {
    display: block !important;
  }

  .handicap_mode_deactivate .product_list_container .nextProductPage,
  .product_list_container .nextProductPage {
    position: relative;
  }

  .product_list_container .sub_title_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .no-thanks-button {
    font-size: 50%;
    padding: 5px 10px 0px;
  }

  .product_list_container .suplement_price {
    border-radius: 21px 0 21px;
    font-size: 50%;
  }

  .product_list_container .product_choice.without_price .product_name {
    font-size: 50%;
    width: auto;
  }

  .product_list_container .without_price.product_choice {
    height: 227px;
    width: 180px;
  }

  .product_list_container .without_price.product_choice .product_choice_pack {
    width: 180px;
  }

  .product_list_container .without_price .imageContainer {
    height: 150px;
  }

  .product_description.modal {
    display: flex !important;
    padding-left: 1px;
    justify-content: center;
  }

  .modal-open .modal {
    display: flex !important;
    justify-content: center;
  }

  .modal.show .modal-dialog {
    justify-content: center;
    max-width: 922px;
    width: 90%;
  }

  .modal-content {
    height: 90vh;
    border-radius: 20px;
  }

  .modal-body .product_description_container .imageContainer {
    height: 30vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }

  .modal-body .product_description_container {
    padding-top: 0;
  }

  .modal-body .product_description_container h2 {
    margin-top: 20px;
  }

  .product_description .footer {
    bottom: 130px !important;
  }

  .suggestion_container {
    padding-top: 30px;
    overflow-y: auto;
    height: calc(100vh - 215px);
    padding-bottom: 30px;
  }

  .suggestion_container h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .suggestion_container .slide_container {
    width: 45%;
    height: auto;
    margin-left: 3%;
  }

  .suggestion_container .slide_container .suggestion_product {
    width: calc(100% - 1px);
    padding-bottom: 10px;
  }

  .suggestion_container .product_ico {
    height: 308px;
    background-size: contain;
  }

  .suggestion_container .button_container {
    position: unset;
    width: auto;
    transform: none;
    margin-top: 30px;
  }

  .suggestion_container .continue {
    line-height: 100%;
    font-size: 24px;
  }

  .transparent_background {
    max-width: 1024px;
  }

  .cart-category .cart-item-wrapper {
    overflow-x: hidden;
  }

  .cart-confirm-container {
    overflow-y: auto;
    max-height: calc(100vh - 230px);
  }

  .cart-confirm-container .cart-confirm-header h1 {
    font-size: 2rem;
  }

  .cart-confirm-container .cart-confirm-footer {
    justify-content: space-between;
    flex-direction: row;
    margin-top: 24px;
  }

  .cart-confirm-container .cart-confirm-footer .continue:first-child {
    margin-bottom: 0;
  }

  .cart-confirm-container .cart-confirm-footer .continue {
    width: 35%;
  }

  .pop_in_binary_choice .choice {
    width: 40%;
    height: 300px;
    padding-top: 190px;
    margin-top: 70px;
  }

  .pop_in_binary_choice .title_first_part {
    margin-top: 60px;
  }

  .pop_in_binary_choice .container-fluid {
    margin-bottom: 60px;
  }

  .pop_in_content_general.pop_in_binary_choice .choice {
    background-size: 150px !important;
  }

  .loading-container {
    height: calc(100vh - 218px);
  }

  .paid-ticket {
    height: calc(100vh - 275px);
  }
}
