@media print, (max-width: 1279px) {
  /*-------------------
        Global styles
    -------------------*/
  :root {
    --font_size_title: 30px;
    --font_size_title_mini: 24px;
  }

  html.custom_scroll ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  /*--------------
        Fancybox
    --------------*/
  .fancybox__slide {
    padding: 32px;
  }

  /*---------------
        Accordion
    ---------------*/
  .accordion .accordion_item .head {
    padding: 20px 60px 20px 24px;
  }

  .accordion .accordion_item .head .title {
    font-size: 20px;
  }

  .accordion .accordion_item .data {
    padding: 12px 24px;
  }

  /*---------------
        Load more
    ---------------*/
  .load_more {
    margin-top: 24px;
  }

  /*------------
        Header
    ------------*/
  header .bottom {
    padding: 9px 0;
  }

  header .logo {
    width: auto;
    margin-right: 24px;
  }

  header .calc_link {
    padding: 12px 19px;
  }

  header .messengers {
    margin-left: 12px;
  }

  header .messengers a + a {
    margin-left: 4px;
  }

  header .messengers .telegram_link .icon {
    width: 24px;
    height: 19px;
  }

  header .messengers .vkontakte_link .icon {
    width: 26px;
    height: 16px;
  }

  header .messengers .whatsapp_link .icon {
    width: 24px;
    height: 24px;
  }

  header .contacts .location {
    margin-top: 6px;
  }

  header .contacts .callback_btn {
    font-size: 14px;

    padding: 9px 19px;
  }

  /*---------------
        Page head
    ---------------*/

  /*----------------
        Block head
    ----------------*/
  .block_head {
    margin-bottom: 36px;
  }

  /*------------------
        Form elements
    ------------------*/

  /*----------------
        Typography
    ----------------*/

  /*-------------------
        First section
    -------------------*/
  .first_section .info {
    width: 480px;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .first_section .info .title {
    font-size: 32px;
  }

  .first_section .info .btn {
    margin-top: 20px;
    padding: 14px 24px;
  }

  .first_section .img {
    bottom: 0;
  }

  /*----------------
        Price list
    ----------------*/
  .price_list .tabs {
    /* display: flex; */
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin-bottom: 8px;
    /* margin-left: -16px; */

    /* justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap; */
  }

  .price_list .tabs button {
    /* width: auto;
    margin-bottom: 16px;
    margin-left: 16px; */

    text-align: center;
  }

  .price_list .tabs button + button {
    /* margin-top: 0;
    margin-left: 16px; */
  }

  .price_list .tab_content.active {
    width: calc(100% - 200px);
    margin-left: 0;
  }

  .price_list .data > .col_right {
    margin-left: 20px;
  }

  .price_list table th {
    height: 52px;
    padding: 8px 24px;
  }

  .price_list table td {
    padding: 8px 24px;
  }

  .price_list .cart_informer {
    margin-top: 52px;
  }

  /*----------
        Calc
    ----------*/
  .calc .form .col_left {
    width: calc(50% - 6px);
  }

  .calc .form .call .title,
  .calc .form .call .phone {
    font-size: 22px;
  }

  /*------------
        Scheme
    ------------*/
  .schema .row {
    margin-left: -52px;
  }

  .schema .row > * {
    width: calc(33.333% - 52px);
    margin-left: 52px;
  }

  .schema .sep {
    width: 20px;
    height: 24px;
    margin: 0 -36px 20px 16px;
  }

  /*------------
        Stocks
    ------------*/
  .stocks .item {
    padding: 19px;
  }

  .stocks .item .name {
    font-size: 20px;
    line-height: calc(100% + 4px);

    width: calc(100% - 156px);
  }

  /*---------------
        Materials
    ---------------*/
  .materials .row {
    margin-left: -24px;
  }

  .materials .row > * {
    width: calc(33.333% - 24px);
    margin-left: 24px;
  }

  .materials .item.video_link {
    width: calc(50% - 24px);
  }

  .materials .item .icon {
    width: 124px;
    height: 88px;
  }

  /*----------------
        Categories
    ----------------*/
  .categories .tabs {
    margin-bottom: 4px;
    margin-left: -20px;
  }

  .categories .tabs > * {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .categories .row {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .categories .row > * {
    width: calc(20% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
  }

  /*-----------------
        Action form
    -----------------*/
  .action_form .form {
    width: 480px;
  }

  .action_form .contacts {
    top: 90px;

    margin-right: -487px;
  }

  .action_form .contacts .val {
    font-size: 20px;
  }

  /*----------------------
        Our achievements
    ----------------------*/
  .our_achievements .video_link .icon {
    width: 124px;
    height: 88px;
  }

  /*----------------
        Advantages
    ----------------*/
  .advantages .row {
    margin-bottom: -24px;
    margin-left: -24px;
  }

  .advantages .row > * {
    width: calc(25% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .advantages .item {
    padding: 23px 19px;
  }

  /*-----------
        Stats
    -----------*/
  .stats .row {
    margin-bottom: -60px;
    margin-left: -24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .stats .row > * {
    width: calc(33.333% - 24px);
    margin-bottom: 60px;
    margin-left: 24px;
  }

  .stats .item > div {
    height: 112px;
  }

  .stats .item .name {
    line-height: 132%;

    top: -12px;
  }

  .stats .item .name ~ .name {
    bottom: -6px;
  }

  .stats .item .val {
    font-size: 44px;
  }

  /*-------------------
        Video reviews
    -------------------*/
  .video_reviews .row {
    margin-bottom: -24px;
    margin-left: -24px;
  }

  .video_reviews .row > * {
    width: calc(33.333% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .video_reviews .item .icon {
    width: 84px;
    height: 59px;
  }

  /*-----------
        Certs
    -----------*/
  .certs .row {
    margin-bottom: -24px;
    margin-left: -24px;
  }

  .certs .row > * {
    width: calc(33.333% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .certs .links > * {
    width: calc(20% - 24px);
  }

  /*-------------------
        Order methods
    -------------------*/
  .order_methods .row {
    margin-bottom: -24px;
    margin-left: -24px;
  }

  .order_methods .row > * {
    width: calc(25% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .order_methods .item {
    padding: 15px 27px;
  }

  .order_methods .item .val {
    font-size: 20px;
  }

  .order_methods .order_btn {
    font-size: 22px;

    padding: 15px 27px;
  }

  /*------------------
        Product info
    ------------------*/
  .product_info .data {
    min-height: 0;
  }

  .product_info .data .product_name {
    font-size: 28px;
  }

  /*--------------
        Products
    --------------*/
  .products .row {
    margin-bottom: -24px;
    margin-left: -24px;
  }

  .products .row > * {
    width: calc(33.333% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
  }

  .products .product .name {
    font-size: 22px;
  }

  .products .product .price {
    margin-top: 12px;
  }

  /*------------------
        Product tabs
    ------------------*/
  .product_tabs .tabs {
    margin-bottom: 32px;
  }

  .product_tabs .tabs button {
    font-size: 22px;
  }

  /*---------------------
        Payment methods
    ---------------------*/
  .payment_methods .row {
    margin-bottom: -24px;
    margin-left: -24px;
  }

  .payment_methods .row > * {
    width: calc(33.333% - 24px);
    margin-bottom: 24px;
    margin-left: 24px;
  }

  /*------------
        Footer
    ------------*/
  footer .logo img {
    width: 120px;
  }

  footer .col_right {
    width: 252px;
  }

  footer .search form .input {
    height: 52px;
  }

  /*-----------
        PopUp
    -----------*/
  .modal_title {
    font-size: 22px;

    margin-bottom: 28px;
  }

  #callback_modal {
    width: 500px;
  }
}
