@media (max-width: 1023px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size: 15px;
        --font_size_title: 26px;
        --font_size_title_big: 32px;
    }


    .cont
    {
        padding: 0 24px;
    }



    /*----------
        Tabs
    ----------*/
    .tabs
    {
        display: block;
        overflow: auto;

        width: calc(100% + 48px);
        margin: 0 -24px 24px;
        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 .btn
    {
        display: inline-block;

        max-width: none;
        margin: 0;
        padding-bottom: 4px;

        vertical-align: top;
    }

    .tabs .btn:after
    {
        top: auto;
        bottom: 0;
    }

    .tabs .btn + .btn
    {
        margin-left: 36px;
    }



    /*---------------
        Accordion
    ---------------*/
    .accordion_item .head
    {
        padding: 20px 80px 20px 24px;
    }


    .accordion_item .head .title
    {
        font-size: 17px;
    }


    .accordion_item .head .icon
    {
        font-size: 28px;

        right: 28px;

        height: 28px;
    }


    .accordion_item .data
    {
        padding: 20px 24px;
    }



    /*----------------
        Pagination
    ----------------*/
    .pagination a
    {
        font-size: 16px;
        line-height: 28px;

        width: 28px;
        height: 28px;
    }


    .pagination > div > * + *
    {
        margin-left: 12px;
    }


    .pagination .prev,
    .pagination .next,
    .pagination .prev:hover,
    .pagination .next:hover
    {
        font-size: 16px;
    }


    .pagination .prev
    {
        margin-right: 12px;
    }

    .pagination .next
    {
        margin-left: 24px;
    }



    /*------------
        Header
    ------------*/
    header
    {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;

        width: 325px;
        height: 100%;
        min-height: -moz-available;
        min-height: -webkit-fill-available;
        min-height:         fill-available;
        margin: 0;
        padding: 0;

        transition: transform .3s linear;
        transform: translateX(-100%);

        background: #fff;
    }

    header.show
    {
        transform: translateX(0);
        z-index: 1000;
    }


    header .scroll
    {
        display: flex;
        overflow: auto;

        height: 100%;
        min-height: -moz-available;
        min-height: -webkit-fill-available;
        min-height:         fill-available;
        padding: 24px 0;

        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        overscroll-behavior-y: contain;
    }

    header .scroll > *
    {
        width: 100%;
    }


    header .top
    {
        margin-top: 40px;
        padding: 0;

        box-shadow: none;

        order: 2;
    }


    header .info
    {
        padding: 0;

        box-shadow: none;
    }


    header .logo
    {
        display: none;
    }


    header .contacts
    {
        display: block;

        width: 100%;
    }

    header .contacts > * + *
    {
        margin-top: 12px;
    }


    header .top .sep,
    header .looking_glass,
    header .looking_glass + .sep
    {
        display: none;
    }


    header .langs
    {
        line-height: 34px;

        position: absolute;
        top: 24px;
        right: 24px;

        margin: 0;
    }


    header .account
    {
        width: calc(100% - 80px);
        margin-left: 0;
    }


    header .menu
    {
        display: block;

        width: 100%;
        margin-top: 24px;

        order: 2;
    }

    header .menu_item + .menu_item
    {
        margin-top: 16px;
        margin-left: 0;
    }

    header .menu_item > a
    {
        font-size: 16px;

        justify-content: flex-start;
    }


    header .menu_item:hover .sub_menu,
    header .menu_item .sub_menu
    {
        position: relative;
        top: 0;
        left: 0;

        display: none;
        visibility: hidden;

        width: 100%;
        margin: 0;
        padding: 15px 0 0 20px;

        pointer-events: auto;

        opacity: 1;
        background: none;
        box-shadow: none;
    }

    header .menu_item .sub_menu:after,
    header .menu_item .sub_menu:before
    {
        display: none;
    }

    header .menu_item > a.touch_link + .sub_menu.show
    {
        display: block;
        visibility: visible;
    }



    /*-----------------
        Mob. header
    -----------------*/
    .mob_header
    {
        display: block;
    }



    /*---------------
        Page head
    ---------------*/
    .page_head,
    .page_head.big_m
    {
        margin-bottom: 40px;
    }


    .page_title
    {
        margin-top: 24px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head.big_m
    {
        margin-bottom: 40px;
    }


    .block_head.center .desc,
    .block_head .desc
    {
        font-size: var(--font_size);

        text-align: center;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .cols .col
    {
        width: 300px;
    }

    .form .cols .col + .col
    {
        width: calc(100% - 324px);
    }


    .form .input
    {
        font-size: var(--font_size);
    }


    .form textarea
    {
        font-size: var(--font_size);
    }



    /*----------------
        Typography
    ----------------*/
    .text_block iframe
    {
        height: 225px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider .data
    {
        min-height: 400px;
        padding: 80px 40px;
    }


    .main_slider .title
    {
        font-size: 36px;

        width: 100%;
    }


    .main_slider .links
    {
        margin-top: 40px;
    }


    .main_slider .links a
    {
        font-size: 17px;

        min-width: 200px;
        padding: 15px 19px;
    }

    .main_slider .links a.bg
    {
        min-width: 200px;
    }



    /*----------------
        Advantages
    ----------------*/
    .advantages .row
    {
        padding: 0;
    }


    .advantages .item .name
    {
        font-size: 16px;
    }



    /*---------------
        Only auth
    ---------------*/
    .only_auth .title
    {
        font-size: 26px;
    }


    .only_auth .link
    {
        font-size: 15px;
    }



    /*-----------------
        About block
    -----------------*/
    .about_block .images
    {
        width: 260px;
    }


    .about_block .images img
    {
        width: 118px;
        height: 118px;
    }


    .about_block .data
    {
        width: calc(100% - 300px);
    }


    .about_block .stats
    {
        margin-top: 32px;
    }


    .about_block .stats .item .val
    {
        font-size: 26px;
    }



    /*-------------
        Clients
    -------------*/
    .clients .block_head .desc
    {
        width: 416px;
    }



    /*------------------------
        Affiliate program
    ------------------------*/
    .affiliate_program .image
    {
        width: 320px;
        min-height: 240px;
    }


    .affiliate_program .data
    {
        width: calc(100% - 360px);
    }


    .affiliate_program .link a
    {
        font-size: 18px;
    }



    /*--------------
        Services
    --------------*/
    .services .row
    {
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .services .row > *
    {
        width: calc(41% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }

    .services .row > *.big_w
    {
        width: calc(59% - 24px);
    }


    .services .service
    {
        padding: 24px;
    }


    .services .service .name
    {
        font-size: 24px;
        line-height: 32px;

        min-height: 64px;
    }


    .services .service .desc
    {
        padding-top: 100px;
    }

    .services .service .desc.small,
    .services .service.big_w .desc
    {
        width: 300px;
    }


    .services .service .link
    {
        font-size: var(--font_size);

        margin-top: 28px;
    }



    /*------------------
        Service info
    ------------------*/
    .service_info .tab_content > .exp
    {
        margin-bottom: 32px;
    }



    .service_info .prices .row
    {
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .service_info .prices .row > *
    {
        width: calc(33.333% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }


    .service_info .prices .item
    {
        padding: 8px;
    }


    .service_info .prices .price
    {
        font-size: 18px;

        padding: 20px;
    }


    .service_info .prices .features
    {
        padding: 0 8px;
    }


    .service_info .prices .exp
    {
        padding: 0 8px;
    }


    .service_info .prices .included
    {
        margin-bottom: 32px;
        padding: 0 8px;
    }

    .service_info .prices .included .vals
    {
        font-size: 12px;

        margin-bottom: -8px;
        margin-left: -8px;
    }

    .service_info .prices .included .vals > *
    {
        margin-bottom: 8px;
        margin-left: 8px;
    }



    .service_info .prices .order_btn
    {
        font-size: 20px;
    }



    /*------------------
        Availabel os
    ------------------*/
    .availabel_os .block_head
    {
        margin-bottom: 40px;
    }

    .availabel_os .block_head .sub_title
    {
        font-size: 16px;
    }


    .availabel_os .row
    {
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .availabel_os .row > *
    {
        width: calc(25% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }


    .availabel_os .item
    {
        font-size: 17px;

        padding: 12px 12px 12px 20px;
    }



    /*---------------------
        Payment methods
    ---------------------*/
    .payment_methods .data
    {
        width: calc(100% + 48px);
        margin: 0 -24px;
        padding: 40px 24px;
    }


    .payment_methods .row
    {
        font-size: 20px;

        margin-left: -40px;
    }

    .payment_methods .row > *
    {
        margin-left: 40px;
    }


    .payment_methods .exp
    {
        font-size: 15px;
    }



    /*----------
        Rent
    ----------*/
    .rent .data
    {
        width: calc(100% + 48px);
        margin: 0 -24px;
        padding: 40px 24px;
    }


    .rent .form
    {
        width: 100%;
    }


    .rent .form .price
    {
        font-size: 18px;

        margin-top: 8px;
    }


    .rent .form .field
    {
        width: calc(100% - 200px);
    }


    .rent .total_info
    {
        width: 100%;
        margin-top: 24px;
    }


    .rent .total_info .item .val
    {
        max-width: 244px;
    }



    /*---------
        FAQ
    ---------*/
    .FAQ .section > .head
    {
        font-size: 18px;

        padding: 20px 24px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .data
    {
        padding: 40px 24px;
    }


    .contacts_info .data .title
    {
        font-size: 17px;
    }


    .contacts_info .data .val > * + *
    {
        margin-top: 8px;
    }


    .contacts_info .location
    {
        margin-top: 48px;
    }


    .contacts_info .location .map
    {
        width: calc(100% - 288px);
        height: 465px;
    }


    .contacts_info .location .info
    {
        width: 264px;
    }


    .contacts_info .location .gallery .label
    {
        margin-bottom: 20px;
    }


    .contacts_info .location .gallery .row
    {
        margin-bottom: -12px;
        margin-left: -12px;
    }

    .contacts_info .location .gallery .row > *
    {
        width: calc(50% - 12px);
        margin-bottom: 12px;
        margin-left: 12px;
    }



    .contacts_info .important_info .title
    {
        font-size: 20px;
    }



    /*----------------
        Colocation
    ----------------*/
    .colocation .table_info .title
    {
        font-size: 22px;

        margin-bottom: 28px;
    }


    .colocation .table_wrap
    {
        width: calc(100% + 48px);
        margin-right: -24px;
        margin-left: -24px;
        padding: 40px 24px;
    }


    .colocation table th
    {
        padding: 0 20px 20px 0;
    }

    .colocation table th + th
    {
        padding-left: 20px;
    }


    .colocation table td
    {
        font-size: var(--font_size);

        padding: 20px 20px 20px 0;
    }

    .colocation table td + td
    {
        padding-left: 20px;
    }

    .colocation table td.price
    {
        width: 148px;
    }



    /*------------
        Get co
    ------------*/
    .get_co .title
    {
        font-size: 17px;
    }


    .get_co .form .submit_btn
    {
        font-size: 17px;
    }



    /*--------------
        Feedback
    --------------*/
    .feedback .form .block_head .title
    {
        font-size: 20px;
    }

    .feedback .form .block_head .desc
    {
        text-align: left;
    }



    /*--------------
        Articles
    --------------*/
    .articles .row
    {
        margin-bottom: -24px;
        margin-left: -24px;

        --masonry-gutter: 24px;
    }

    .articles .row > *
    {
        width: calc(50% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }


    .articles .article
    {
        padding: 24px;
    }



    /*------------
        Footer
    ------------*/
    footer .contacts
    {
        width: 100%;
        margin-top: 40px;
    }


    footer .location
    {
        width: 100%;
    }
}
