@media (max-width: 1024px)
{
    /*---------------
        Main styles
    ---------------*/
    .main_title span
    {
        padding-right: 132px;
    }


    .link_btn a span:after
    {
        display: none;
    }


    .page_content
    {
        margin-top: 20px;
    }

    .wrap.with_cart{
        padding-bottom: 104px;
    }
    /*---------------
        Header
    ---------------*/
    header
    {
        position: fixed;
        z-index: 101;
        top: 0;
        left: -270px;

        display: block;
        overflow-y: auto;

        width: 270px;
        height: 100%;
        margin: 0;
        padding: 0;

        transition: left .3s linear;

        background: #fff;
    }

    header.show
    {
        left: 0;
    }

    header .cont
    {
        padding: 0;
        height:unset!important;
    }

    header .logo
    {
        display: none;
    }

    header .top
    {
        padding: 10px 15px;
    }

    header .search
    {
        width: 100%;
    }

    header .search .submit_btn
    {
        width: 42px;
    }

    header .socials, .change_language
    {
        margin: 20px 0 0;
    }

    header .login
    {
        margin: 20px 0 0 auto;
    }

    header .info
    {
        margin-top: 0;
    }

    header .menu
    {
        width: 100%;
        margin: 20px 0 0;
    }

    header .menu .item
    {
        width: 100%;
    }

    header .menu .item + .item
    {
        margin: 5px 0 0;
    }

    header .menu .item > a
    {
        line-height: 35px;

        padding: 0 15px;
    }

    header .menu .item .sub_link span
    {
        width: 100%;
    }

    header .menu .item .sub_menu
    {
        position: static;

        display: none;
        visibility: visible;

        transition: none;
        pointer-events: all;

        opacity: 1;
    }

    header .menu .item .sub_menu a
    {
        min-height: 35px;
        padding-right: 15px;
        padding-left: 15px;

        text-align: left;

        justify-content: flex-start;
    }


    .mob_header
    {
        display: block;

        padding: 10px 0;
    }

    .mob_menu_link
    {
        display: block;
    }
    /*---------------
        Main section
    ---------------*/
    .first_section .block_l
    {
        position: relative;

        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 50px 15px 30px;
    }

    .first_section .block_r
    {
        width: 100%;
        margin-top: 30px;
    }


    .projects
    {
        margin-top: 100px;
    }


    .nominations
    {
        margin-top: 100px;
    }

    .section_jury
    {
        margin-top: 100px;
    }


    .winners
    {
        padding-top: 100px;
    }


    .news
    {
        margin-top: 100px;
    }


    .archive
    {
        padding-top: 100px;
    }

    .archive:before
    {
        height: calc(100% - 48px);
    }

    .archive_video
    {
        width: 100%;
    }

    .archive .block
    {
        width: 100%;
        margin-top: 30px;
    }


    .partners .grid
    {
        margin-left: -20px;
    }

    .partners .item
    {
        width: calc(20% - 20px);
        margin: 50px 0 0 20px;
    }

    .partners .item:nth-child(5n) .img:before
    {
        display: block;
    }

    .partners .item:nth-child(4n) .img:before
    {
        display: none;
    }


    .map
    {
        height: 300px;
    }


    .nominations .info
    {
        max-width: 100%;
    }

    .nominations .col
    {
        width: 100%;
        margin: unset;
    }

    .nominations .col.col_l
    {
        width: 100%;
        margin-bottom: 6px;
    }


    .premium_projects
    {
        margin-top: 70px;
    }

    .premium_projects .grid .item
    {
        width: calc(100% / 2 - 5px);
    }

    .premium_projects .item:nth-child(5)
    {
        padding-left: 15px;
    }


    .about_text
    {
        margin-top: 70px;
    }

    .about_text .grid .item
    {
        padding: 33px 30px;
    }


    .gallery
    {
        margin-top: 70px;
    }


    .nominations_grid {
        --nominations_grid: 3;
    }

    .nominations_grid .item .link_btn a span{
        display: inline-block;
    }


    .sect_cart .top{
        padding: 25px 0;
    }

    .sect_cart .top .open_cart_btn button{
        padding-left: 25px;
    }

    .sect_cart .top .total{
        margin-left: 30px;
    }

    .sect_cart .top .link{
        margin-left: 30px;
    }

    .sect_cart table td{
        padding: 25px 0;
        padding-right: 25px;
    }


    .exhibitions .data{
        padding-top: 0;
    }

    .exhibitions .title {
        font-size: 18px;
        line-height: 28px;
    }

    .exhibitions .items .item {
        width: calc(50% - 10px);
        margin-top: 20px;
    }

    .exhibitions .items .item .date{
        font-size: 12px;
        line-height: 22px;
    }

    .exhibitions .items .item .desc{
        font-size: 12px;
        line-height: 22px;
    }

    .exhibitions .items .item .name{
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .exhibitions .link_btn{
        margin-top: 30px;
    }


    .nominations_inner{
        margin-top: 60px;
    }

    .nominations_inner .items {
        --nominations_count: 3;
    }

    .nominations_inner .items .item{
        font-size: 16px;
        line-height: 24px;
    }


    .instruction{
        margin-top: 100px;
    }


    .reviews{
        padding-top: 100px;
    }
    /*---------------
        Footer
    ---------------*/
    footer
    {
        margin-top: 100px;
        padding: 40px 0;
    }

    footer .block_l
    {
        width: 150px;
    }

    footer .list
    {
        margin-top: 18px;
    }

    footer .list .sep
    {
        margin: 0 10px;
    }

    footer .list a
    {
        font-size: 13px;
    }

    footer .created img
    {
        max-height: 30px;
    }

    footer .copy
    {
        margin-top: 20px;
    }
    /*---------------
       PopUp
    ---------------*/

	.header_call_request  {
	    width: 100%;
	    text-align: center;
	    font-size: 16px;
	    padding: 5px;
	}
}
