@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .cont
    {
        padding: 0 20px;
    }


    .form .label,
    .form .line.flex .label
    {
        font-size: 12px;
    }



    /*----------
        Tabs
    ----------*/
    .tabs button
    {
        font-size: 14px;

        height: 44px;
        padding: 7px 19px;
    }



    /*---------------
        Header
    ---------------*/
    .mob_header
    {
        margin-bottom: 20px;
    }


    .mob_header .logo a,
    .mob_header .logo img
    {
        height: 18px;
    }


    .mob_header .account .login_link img
    {
        width: 18px;
    }


    .mob_header .mob_menu_link
    {
		margin-top: 8px;
        width: 40px;
        margin-right: -6px;
        margin-left: 13px;
        padding: 0 6px;
    }



    header .menu,
    header .info
    {
        padding: 20px;
    }
	.mob_header .links {margin-left:40px;}


    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .advantages .item
    {
        justify-content: flex-start;
    }


    .advantages .item .icon
    {
        max-width: 40px;
        max-height: 40px;
        margin-right: 12px;
    }



    .products .product .features
    {
        font-size: 11px;
    }

    .products .product .features > * + *
    {
        margin-top: 10px;
        padding-top: 10px;
    }


    .products .product .cat
    {
        line-height: 14px;

        margin-bottom: 7px;
    }


    .products .product .name
    {
        line-height: 17px;
    }


    .products .product .price
    {
        font-size: 16px;
    }

    .products .product .buy_link
    {
        width: 70px;
    }

    .products .product .buy_link:after,
    .products .product .buy_link:hover:after
    {
        width: 32px;
        height: 20px;

        background-size: 100% 100%;
    }

    .products .product .quike_buy_link
    {
        font-size: 12px;
    }



    .banners .banner .info
    {
        width: 100%;
        max-width: 100%;
        padding: 20px;

        text-align: center;
    }

    .banners .banner .link
    {
        margin: 15px auto 0;
    }

    .banners .banner .img
    {
        display: none;
    }



    .return_info .payments
    {
        padding: 8px;
    }

    .return_info .payments > *
    {
        padding: 7px;
    }



    .checkout .form .block_title
    {
        font-size: 16px;

        min-height: 50px;
        padding-left: 60px;
    }

    .checkout .form .block_title .number
    {
        font-size: 20px;
        line-height: 46px;

        width: 50px;
        height: 50px;
    }


    .checkout .form .delivery label
    {
        min-height: 100px;
        padding: 15px 15px 15px 75px;
    }

    .checkout .form .delivery label:before
    {
        left: 15px;

        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .checkout .form .delivery label:after
    {
        left: 27px;

        width: 18px;
        height: 10px;
        margin-top: -7px;

        border-width: 4px;
    }


    .checkout .form .payment label
    {
        min-height: 100px;
        padding: 15px 15px 15px 75px;
    }

    .checkout .form .payment label:before
    {
        left: 15px;

        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .checkout .form .payment label:after
    {
        left: 27px;

        width: 18px;
        height: 10px;
        margin-top: -7px;

        border-width: 4px;
    }


    .checkout .form .cart_info table td.thumb
    {
        width: 120px;
    }

    .checkout .form .cart_info table td.info
    {
        padding-right: 0;
		width: calc(100% - 80px);
    	max-width: none;
    }

	.cart_info table td.sale {display:none}
	.cart_info table td.price .old {font-size: 11px;left: 15%!important;bottom: calc(50% + 4px)!important;}
    .cart_info table tr
    {
        display: flex;
        padding-right: 0;
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
		flex-wrap: wrap;
    }
	.cart_info table tr {padding: 15px 0}
    .cart_info table td.thumb
    {
        width: 120px;
    }

    .cart_info table td.info
    {
        width: calc(100% - 120px);
        padding-right: 40px;
        padding-left: 15px;
    }

	.cart_info table td.thumb img {max-width: 70px;min-width: auto;}
    .cart_info table td.price,
    .cart_info table td.amount
    {
        width: auto;
    }


    .lk_orders .order .order_info,
    .lk_orders .order .head,
    .lk_orders .order .cart_info
    {
        padding: 15px;
    }

    .lk_orders .order .order_info a
    {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .lk_orders .order .cart_info table td.thumb
    {
        width: 120px;
        padding: 0;
    }

    .lk_orders .order .cart_info table td.info
    {
        padding-right: 0;
        padding-left: 15px;
    }



    .register .form
    {
        padding: 20px;
    }



    .cats_wall .flex
    {
        --cats_wall_count: 2;
    }

    .cats_wall .cat .thumb
    {
        height: 65px;
    }



    .region_info .personal .name
    {
        font-size: 16px;
        line-height: 20px;
    }



    .projects .project .thumb
    {
        margin-bottom: 15px;
    }

    .projects .project .info
    {
        width: 100%;
    }



    .clients .list .logo
    {
        margin-bottom: 15px;
    }

    .clients .list .desc
    {
        width: 100%;
    }



    .reviews .slider
    {
        padding: 0 30px;
    }

    .reviews .review
    {
        height: 190px;
        padding: 15px;
    }

	.filter2.active {display:block}
	.filter2 .smartfilter.active {display:block}

    .more
    {
        margin-top: 30px;
    }
	.show_number {
		display: flex;
		align-items: center;
    	width: auto;
	}
	.filter2.active {
		transform: translateY(-150%);
		animation: ani 1s forwards;
	}
	@keyframes ani {
	  0% {transform: translateY(-150%);}
	  100% {transform: translateY(0);}
	}
	.show_title {padding-right:5px;}
	.show_image_sort {display:block; margin-left:auto}
	.filter2 {display:none}
	.filter2.active {
		display:block;
		position: fixed;
		z-index: 7;
		top: 0;
		right: 0;
		transition: 0.7s;
		margin: 0 15px;
		overflow: auto;
	}
	.show_image_sort.active {
		position: fixed;
		z-index: 9;
		top: 3%;
		right: 15%;
		width: 10px;
		transition: 0.7s;
	}
	.show_image_sort .close span:nth-child(1) {
		top: 4px;
    	transform: rotate(45deg);
	}
	.show_image_sort .close span:nth-child(2) {
		margin-top: 6px;
		top: -4px;
    	transform: rotate(-45deg);
	}
	.show_image_sort .close span{
		position: relative;
		display: block;
		width: 100%;
		height: 2px;
		background: #000;
	}
	.show_image_sort .close{
		display:none;
		opacity: 0;
		animation: anim 3.5s forwards;
	}
	@keyframes anim {
		0% {opacity: 0;}
		50% {opacity: 0;}
		100% {opacity: 1;}
	}
	.show_image_sort.active .close{
		display:flex;
		width: 50px;
		height: 63px;
		padding: 13px;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.show_image_sort.active img {display:none}
	body.active {overflow: hidden;}
	.product_wrap .buy .knopka_back {display:none!important}
	
	.main_slider .slide .title {color:#000;}
	.owl-carousel .owl-nav button.owl-next:after {
		border-right: 3px solid #000;
		border-bottom: 3px solid #000;
	}
	.owl-carousel .owl-nav button.owl-prev:after {
		border-top: 3px solid #000;
		border-left: 3px solid #000;
	}
	.product_info .data .links a {padding: 0 10px;font-size: 11px;}
	body div.tabs-new {margin-bottom:20px!important;}
	.tabs-new a {font-size:12px;}
	.product_info .data .features .item {font-size:12px;}
	.images .owl-carousel .owl-nav button {top:40%;}
	.owl-carousel .owl-stage {padding:10px 0;}
	.page_title {font-size: 16px;line-height: 22px;}
	.product_info .data .title {font-size: 16px;}
	.e_catalogs .flex > * {width:100%;}
	.text_block .slider_in_text .img img {background: none!important;width: -webkit-fill-available;}
	.text_block ul li:before {top:8px}
	#vopros_proekt {width:100%;}
	.link_nav:before {left: 4px;}
	aside .filter .line:last-child {margin-bottom:20px;}
	.vacancies .list .item .city {white-space: normal;}
	.text_block table .custom_table_tr {display: flex;flex-wrap: wrap;}
	.text_block ul > li img {margin:0!important}
	.articles .item .thumb img {height: 100%;}
	.feedback{margin-top:30px;padding: 30px 24px;}
	.page_content .content_flex .content .text_block .customPositionBlock > a {min-width: 85%;}
	.page_content .content_flex .content .text_block .imageMargin > img{margin: 0 10px 0 0 !important;}
	.products .product .buy {margin-bottom:20px;}
	.product_info .links a {width:100%;}
	.product_info .box_dostavka2 .oinfo .dostavka_icon {justify-content: flex-start;}
	.form-tech .columns > * {width:100%;}
	.checkout .form .cart_info table td.thumb {width:auto;max-width: 70px;}
	.checkout .form .cart_info table td.amount, .checkout .form .cart_info table td.amount + td.price {margin: 0;padding: 10px 0 0;}
	.checkout .form .submit, #bx-soa-orderSave {margin-top:20px;}
	.checkout_total {margin-top: 20px !important;}
	.main-aksii > .cont .flex,
	.products .flex, .content .products .flex,
	.projects .flex {--products_count:1!important}
	.projects .item {width: 100%;}
	.main_slider .slide .title {font-size:20px;}
	.vacancy .form {padding: 20px;}
	.vacancy .form .form_title {font-size: 20px;}
    /*---------------
        Footer
    ---------------*/

	.main-page-popup__container {top:7%}

    /*---------------
        PopUp
    ---------------*/
    .modal_title
    {
        font-size: 22px;
        line-height: 22px;

        margin-bottom: 25px;
    }
}