@media print, (max-width: 1023px) {
  /*-------------------
        Global styles
    -------------------*/
  :root {
    --font_size_title: 28px;
    --font_size_title_mini: 22px;
  }

  /*--------------
        Fancybox
    --------------*/
  .fancybox__slide {
    padding: 24px;
  }

  /*----------------
        Pagination
    ----------------*/
  .pagination {
    margin-top: 28px;
  }

  /*----------
        Tabs
    ----------*/
    .price_list .tabs {
    
      grid-template-columns: 1fr 1fr;
      
    }
  .tabs {
    font-size: 0;

    /* display: block !important;
    overflow: auto; */

    /* width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin: 0 -24px 20px !important;
    padding: 0 24px; */

    white-space: nowrap;

    scrollbar-color: transparent transparent !important;
    scrollbar-width: thin !important;
  }

  .tabs::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;

    background-color: transparent !important;
  }

  .tabs::-webkit-scrollbar-thumb {
    background-color: transparent !important;
  }

  .tabs button {
    font-size: 14px;

    /* display: inline-block !important; */

    /* max-width: none; */
    /* margin: 0 !important;

    vertical-align: top; */
  }

  .tabs button + button {
    /* margin-left: 16px !important; */
  }

  /*---------------
        Accordion
    ---------------*/
  .accordion .accordion_item .head .title {
    font-size: 18px;
    line-height: calc(100% + 4px);
  }

  /*------------
        Header
    ------------*/
  header {
    display: none;
  }

  /*-----------------
        Mob. header
    -----------------*/
  .header_wrap,
  .mob_header {
    display: block;
  }

  /*---------------
        Page head
    ---------------*/
  .page_head {
    margin-bottom: 32px;
    padding-top: 20px;
  }

  .page_head.block {
    margin-bottom: 40px;
  }

  /*----------------
        Block head
    ----------------*/
  .block_head {
    margin-bottom: 32px;
  }

  .block_head .title {
    line-height: calc(100% + 4px);
  }

  /*------------------
        Form elements
    ------------------*/

  /*----------------
        Typography
    ----------------*/
  .text_block h2 {
    font-size: 22px;
    line-height: calc(100% + 4px);
  }

  /*-------------------
        First section
    -------------------*/
  .first_section .info {
    width: 412px;
    min-height: 0;
  }

  .first_section .info .title {
    font-size: 28px;
  }

  .first_section .img {
    bottom: 24px;

    width: 340px;
    height: 183px;
    margin-left: 24px;
  }

  /*----------------
        Price list
    ----------------*/
  .price_list .tab_content.active,
  .price_list .data > .table_wrap.big_w {
    width: 100%;
  }

  .price_list .data > .col_right {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    visibility: collapse;
  }
  .price_list .data > .col_right.active{
    visibility: visible;
  }
  .price_list .cart_informer.active{visibility: visible; margin-top: 0;}

  .price_list .cart_informer {
    display: flex;
    visibility: collapse;
    margin-top: 0;
    padding: 23px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  .price_list .cart_informer .item + .item {
    margin-top: 0;
    margin-left: 40px;
  }

  /*----------
        Calc
    ----------*/
  .calc {
    padding-bottom: 0;
  }

  .calc .form .col_left {
    width: 100%;
  }

  .calc .form .col_right {
    display: flex;
    flex-direction: column;

    width: calc(100% + 2px);
    margin: 0 -1px -1px -1px;
    
  }
  
  .calc .form .total {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .calc .form .call {
    order: 2;
  }

  /*------------
        Scheme
    ------------*/
  .schema .row > * {
    width: calc(50% - 52px);
  }

  .schema .sep {
    width: 20px;
    height: 24px;
    margin: 0 -36px 20px 16px;
  }

  .schema .step:nth-child(5n) + .sep {
    display: block;
  }

  .schema .step:nth-child(4n + 3) + .sep {
    display: none;
  }

  /*------------
        Stocks
    ------------*/
  .stocks .item .name {
    font-size: 18px;
  }

  /*---------------
        Materials
    ---------------*/
  .materials .row {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .materials .row > * {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .materials .item.video_link {
    width: calc(50% - 20px);
  }

  .materials .item .icon {
    width: 96px;
    height: 68px;
  }

  /*----------------
        Categories
    ----------------*/
  .categories .tabs > * {
    width: auto;
  }

  .categories .row > * {
    width: calc(25% - 20px);
  }

  /*-----------------
        Action form
    -----------------*/
  .action_form .contacts {
    position: relative;
    top: 0;
    left: 0;

    display: flex;

    width: 480px;
    max-width: 100%;
    margin: 24px auto 0;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  .action_form .contacts .item + .item {
    margin-top: 0;
  }

  /*----------------------
        Our achievements
    ----------------------*/
  .our_achievements .video_link .icon {
    width: 96px;
    height: 68px;
  }

  .our_achievements .info {
    padding: 0;
  }

  .our_achievements .info .title,
  .our_achievements .info .desc {
    line-height: calc(100% + 4px);
  }

  /*----------------
        Advantages
    ----------------*/
  .advantages .row {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .advantages .row > * {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .advantages .item {
    padding: 19px;
  }

  /*--------------
        Autopark
    --------------*/
  .autopark .row {
    margin-left: -24px;
  }

  .autopark .row > * {
    width: calc(33.333% - 24px);
    margin-left: 24px;
  }

  .autopark .item .thumb {
    width: 152px;
    height: 152px;
  }

  .autopark .item .thumb div {
    left: -36px;

    width: calc(100% + 72px);
  }

  /*-----------
        Stats
    -----------*/
  .stats .item .val {
    font-size: 40px;
  }

  /*-------------------
        Video reviews
    -------------------*/
  .video_reviews .row {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .video_reviews .row > * {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .video_reviews .item .icon {
    width: 72px;
    height: 51px;
  }

  /*-----------
        Certs
    -----------*/
  .certs .links > * {
    width: calc(33.333% - 24px);
  }

  /*--------------
        Delivery
    --------------*/
  .delivery .map_wrap {
    height: 380px;
  }

  /*-------------------
        Order methods
    -------------------*/
  .order_methods .row > * {
    width: calc(33.333% - 24px);
  }

  /*------------------
        Product info
    ------------------*/
  .product_info .slider {
    width: 100%;
    margin-bottom: 20px;
  }

  .product_info .data {
    width: 100%;
  }

  .product_info .data .product_name {
    font-size: 24px;
  }

  /*--------------
        Products
    --------------*/
  .products .row {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .products .row > * {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .products .product .name {
    font-size: 20px;
  }

  .products .product .price {
    margin-top: 8px;
  }

  /*------------------
        Product tabs
    ------------------*/
  .product_tabs .tabs {
    margin-bottom: 28px;
  }

  .product_tabs .tabs button {
    font-size: 20px;
  }

  .product_tabs .tabs button + button {
    margin-left: 32px !important;
  }

  /*---------------------
        Payment methods
    ---------------------*/
  .payment_methods .row {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .payment_methods .row > * {
    width: calc(33.333% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  /*-------------------
        Contacts info
    -------------------*/
  .contacts_info .data {
    width: 316px;
  }

  .contacts_info .item {
    padding: 15px 19px;
  }

  .contacts_info .map_wrap {
    width: calc(100% - 340px);
  }

  /*------------
        Footer
    ------------*/
  footer {
    padding: 60px 0 28px;
  }

  footer .col_right {
    width: 100%;
    margin-top: 32px;
  }

  footer .socials {
    text-align: center;
  }

  footer .socials .items {
    justify-content: center;
  }

  /*-----------
        PopUp
    -----------*/
  #order_modal .form .line {
    width: calc((100% - 232px) / 2);
  }

  #order_modal .form .submit {
    width: 200px;
  }
}
