@media (max-width: 767px){

    .footer-contact {
		width: 100%;
		border: none;
		margin-bottom: 10px;
	}

    .text {
		margin-top: 25px;
	}
	
	.first_section {
		position: relative;
		padding: 30px 0 0 0;
		margin-bottom: 45px;
	}
	
    .first_section .bg {
		background-image: url(../images/bg_first_section_mob_768.jpg);
	}

	.first_section .title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	
	.first_section .bron .title_bron {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.first_section .soc {
		margin-left: 0;
	}
	
	.first_section .desc {
		font-size: 14px;
		line-height: 23px;
		margin-bottom: 25px;
	}
	
	.first_section .bron .item {
		font-size: 16px;
	}
	
	.first_section .bron .item:before {
		display: none;
	}
	
	.first_section .bron .item:last-child { 
	    margin-bottom: 0px;
	}
	
	.first_section .cont:after {
		display: none;	
	}	
	
	
	.action {
		padding: 50px 0 95px 0;
	}

	.action .title {
		font-size: 42px;
		margin-bottom: 60px;
	}
	
	.gallery .flex
	{
		margin-left: -10px;
		align-items: stretch;
		align-content: stretch;
		--cats_wall_count: 3;
	}


	.gallery .flex > * {
		width: calc(33.33% - 10px);
		margin-bottom: 10px;
		margin-left: 10px;
	}
	
	
	.menu_section .flex
	{
		margin-left: -10px;
		align-items: stretch;
		align-content: stretch;
		--cats_wall_count: 2;
	}


	.menu_section .flex > * {
		width: calc(49.49% - 10px);
		margin-bottom: 10px;
		margin-left: 10px;
	}	
	
	.reviews .slider {
		padding: 0px 0px;
	}
	
	.reviews {
		padding: 55px 0;
		margin-bottom: 25px;
	}
	
	.reviews .owl-nav {
		display: none;
	}
	
	.reviews .owl-dots {
		bottom: -35px;
	}
	
	section.map .contacts {
		display: none;
	}
	
	.contacts-block-mob {
		display: block;
	}
	
	.contacts-block-mob .contacts {
		position: relative;
		top: inherit;
		left: inherit;
		border-radius: 0px;
		width: 100%;
		padding: 28px 24px;
    }
	
	.contacts-block-mob .contacts .item {
		font-size: 17px;
	}

	
	footer .left, footer .right {
		width: 100%;
		float: none;
		text-align: center;
	}


	.menu_section_mobile .flex {
		margin-left: 0;
		align-items: stretch;
		align-content: stretch;
		--cats_wall_count: 2;
	}

	.menu_section_mobile .flex > * {
		width: calc(49.5% - 20px);
		margin: 0 10px 10px 10px;
	}
	
    /*---------------
        PopUp
    ---------------*/
    .modal
    {
        padding: 40px 50px;
    }

    .modal_title
    {
        font-size: 22px;
    }
	
    .modal
    {
        padding: 40px 30px 30px;
    }

    .modal_title
    {
        font-size: 20px;

        margin-bottom: 20px;
    }

    .modal_desc
    {
        margin-top: -10px;
        margin-bottom: 20px;
    }

    .modal .form .submit_btn
    {
        width: 100%;
    }
	
	#shopOrderForm table {
        width: 100%;
	}
	
	
	 
	.fds {
		width: 100%;
		height: auto;
	}

}
