@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .main_title
    {
        font-size: 22px;
    }

    .wrap_title .main_title
    {
        width: 100%;
        margin-right: 0;
    }

    .main_title span
    {
        width: 100%;
        padding-right: 110px;
    }

    .wrap_title .link_btn
    {
    }
    .wrap_title .link_btn a {
    	font-size:12px;;
    }
    .wrap_title .link_btn a:before {
    	transform: scale(0.8);
    }


    .text_block h2
    {
        font-size: 16px;

        margin-bottom: 15px;
    }


    .page_title
    {
        font-size: 22px;

        margin-bottom: 30px;
    }

    .page_title span
    {
        margin-right: 20px;
        flex-shrink:1;
    }
    /*---------------
        Header
    ---------------*/
    .mob_header .socials
    {
        display: none;
    }

    .mob_header .login
    {
        margin-left: 0;
    }
    /*---------------
        Main section
    ---------------*/
    .first_section
    {
        margin-top: 10px;
    }

    .first_section .video_bg
    {
        opacity: .4;
    }

    .first_section .block_l
    {
        padding-top: 40px;
    }

    .first_section .title
    {
        font-size: 20px;
        line-height: 30px;
    }

    .first_section .desc
    {
        margin-top: 30px;
    }

    .first_section .btns
    {
        margin-top: 40px;
    }


    .owl-carousel .owl-nav button
    {
        top: -55px;
    }


    .projects
    {
        margin-top: 80px;
    }

    .projects .slider
    {
        margin-top: 30px;
    }

    .projects .item .name
    {
        font-size: 18px;
        line-height: 26px;

        margin-top: 20px;
    }


    .section_jury
    {
        margin-top: 80px;
    }

    .section_jury .slider
    {
        margin-top: 30px;
    }

    .section_jury .jury .name
    {
        font-size: 16px;
        line-height: 24px;

        min-height: 48px;
        margin-top: 20px;
    }

    .section_jury .jury .position
    {
        font-size: 12px;
        line-height: 20px;

        margin-top: 16px;
    }


    .winners
    {
        padding-top: 80px;
    }

    .winners .slider
    {
        margin-top: 30px;
    }

    .winners .winner .bot
    {
        flex-wrap: wrap;
    }

    .winners .winner .like
    {
        font-size: 16px;
    }

    .winners .winner .name
    {
        font-size: 14px;

        width: 100%;
        margin: 10px 0 0;
    }


    .news
    {
        margin-top: 80px;
    }

    .news .slider
    {
        margin-top: 30px;
    }

    .news .item
    {
        min-height: 266px;
    }

    .news .item .box
    {
        padding: 40px 15px 24px;
    }

    .news .item .name
    {
        font-size: 14px;

        max-height: 162px;

        -webkit-line-clamp: 6;
    }


    .archive
    {
        padding-top: 80px;
    }

    .archive .sector
    {
        margin-top: 30px;
    }


    .partners
    {
        margin-top: 40px;
    }

    .partners .item
    {
        width: calc(33.333% - 20px);
        margin-top: 40px;
    }

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

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



    .section_jury .grid
    {
        margin-bottom: -30px;
        margin-left: -14px;
    }

    .section_jury .grid .jury
    {
        width: calc(33.333% - 14px);
        margin-bottom: 30px;
        margin-left: 14px;
    }

    .map
    {
        margin-top: 80px;
    }


    .nominations .item
    {
        padding: 15px;
    }

/*    .nominations .item .icon.icon4 img
    {
        margin-left: 0;
    }

    .nominations .item .icon.icon5 img
    {
        margin-left: 0;
    }*/


    .about_columns .col_l
    {
        width: 100%;
        max-width: 100%;
    }

    .about_columns .col_r
    {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }

    .about_columns .col_r .text_block
    {
        padding: 15px;
    }


    .premium_projects .grid
    {
        margin-top: 25px;
    }

    .premium_projects .grid .item
    {
        width: 100%;
    }

    .premium_projects .title
    {
        font-size: 16px;
    }


    .about_text .grid .item_l
    {
        width: 100%;
    }

    .about_text .grid .item_r
    {
        width: 100%;
    }

    .nominations_grid {
        --nominations_grid: 2;
    }


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

    .sect_cart .top .grid{
        flex-wrap: wrap;
    }

    .sect_cart .top .open_cart_btn{
        width: 100%;
        order: 5;
        margin-top: 15px;
    }

    .sect_cart .top .total{
        width: calc(100% - 280px);
        margin-left: 0;
        font-size: 18px;
    }

    .sect_cart .top .link{
        width: 250px;
    }

    .sect_cart .top .link a{
        width: 100%;
        justify-content: center;
        padding: 0 15px;
        height: 40px;
        line-height: 40px;
    }

    .sect_cart .bottom{
        padding: 30px 0;
    }

    .sect_cart table thead{
        display: none;
    }

    .sect_cart table tr{
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }

    .sect_cart table tr + tr{
        border-top: 1px solid rgba(0, 0, 0, .1);
        margin-top: 20px;
        padding-top: 20px;
    }

    .sect_cart table td{
        padding: 0;
    }

    .sect_cart table tr + tr td{
        border: none;
    }

    .sect_cart table tr:first-child td{
        padding: 0;
    }

    .sect_cart table td.td_delete{
        width: 20px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .sect_cart table td:nth-child(2){
        width: calc(100% - 30px);
        margin-bottom: 10px;
    }

    .sect_cart table td:nth-child(3){
        width: 100%;
        margin-bottom: 10px;
    }

    .sect_cart table td:nth-child(4){
        width: calc(100% - 105px);
    }

    .sect_cart table td:nth-child(5){
        margin-left: 15px;
        width: 90px;
    }

    .sect_cart table td:nth-child(6){
        display: none;
    }


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


    .instruction{
        margin-top: 80px;
    }

    .instruction:before {
        height: calc(100% - 130px);
    }

    .instruction .slider{
        margin-top: 30px;
    }

    .instruction .slide .desc{
        font-size: 12px;
    }


    .exhibitions .img{
        width: 100%;
        max-width: none;
    }

    .exhibitions .data{
        width: 100%;
        margin-top: 30px;
        max-width: none;
    }


    .reviews{
        padding-top: 80px;
    }

    .reviews:before {
        height: calc(100% - 70px);
    }

    .reviews .slider{
        margin-top: 30px;
    }


    .head_title .link{
        margin-left: 14px;
    }

    .nomination_info .wrapp_name
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .nomination_info .top .desc
    {
        font-size: 16px;
        line-height: 21px;
        margin-left: 0;
        width: 100%;
        max-width: 100%;
    }


    .photo_video
    {
        margin-top: 80px;
    }

    .photo_video .slider
    {
        margin-top: 30px;
        padding-right: 50px;
    }

    .photo_video .slide .img.video:after
    {
        background-size: 28px auto;
    }


    .events_next
    {
        margin-top: 80px;
    }

    .events_next .top
    {
        padding: 20px 15px 0 15px;
    }

    .events_next .items .item
    {
        padding: 15px 0;
    }

    .events_next .item .desc
    {
        width: calc(100% - 130px);
        padding-left: 30px;
        padding-right: 0;
    }

    .events_next .item .wrapp_box
    {
        width: 100%;
        margin-left: auto;
        margin-top: 30px;
    }

	.event .events_next {
	    margin: 30px 0;
	    width: 100%;
	}
    /*---------------
        Footer
    ---------------*/
    footer
    {
        margin-top: 80px;
    }

    footer .block_l
    {
        width: 220px;
        margin: 0 auto;
    }

    footer .list
    {
        width: 100%;
        margin-top: 30px;
    }

    footer .list .item
    {
        width: 100%;
    }

    footer .list .sep
    {
        width: 100%;
        height: 20px;
        margin: 0;

        background: none;
    }

    footer .list a
    {
        font-size: 17px;

        text-align: center;
    }
    /*---------------
       PopUp
    ---------------*/

	.cols .item_l, .cols .item_r {
		width: 100%;
		margin-bottom:30px;
	}

	.text_block .video-container {
	    position: relative;
	    padding-bottom: 56.25%; /* 16:9 */
	    height: 0;
	}

	.item_l .video-container, .item_r .video-container {
		margin:0;
	}

	.wrap_title.flex .page_title {
	    width: 100%;
	}

	.text_block .col4.grid .item {
    width: 100%;
    margin-bottom:20px;
    }

    .text_block:after {content:unset!important;}

    .middle_table {left:0}

	.middle_table td {
	    font-size: 14px;
	}

	.first_section .right_table {
	    width: 100%;
	    position: relative;
	    top: 50px;
	    align-items: center;
	}

	.first_section .block_r .video-container {
	    position: relative;
	    width: 100%;
	    height: unset;
	}

    .middle_banners {flex-wrap:wrap}
    .middle_banners img {width:100%;}

    .first_section .block_r {
        justify-content: flex-start;
    } 
    
    .accordion.packagers img {
        margin: 0 100% 20px 0;
    }
    
    .table200 {
        width: 100%;
    }

    .tprices tr td:first-child {
        text-align:left;
    }

    .on_mobile {
        display:block;
    }

    .on_desktop {
        display:none;
    }    

}
