@media (max-width: 780px) {
	.menu {
		height: auto;
		padding: 10px 0;
	}
	.news__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.news__item {
		margin-bottom: 30px;
	}
	.projects__first {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.projects__first-cover {
		margin-bottom: 15px;
	}
	.call { 
		height: auto;
	    padding: 25px 0;
	}
	.call__form {
	    position: relative;
	    margin: 0 auto;
	    right: unset;
	    background: rgb(255 255 255 / 0.7);
	    text-align: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    padding: 15px;    max-width: 80%;
	}
	.call__form .call__form-title {
		padding: 0;
		margin: 0;
	}
	.call__form .call__form-subtitle { 
   	 	font-size: 20px;
	}
	.call__form-name, .call__form-phone {
	    border: 1px solid #d1d1d1;
    	border-radius: 5px;
	}
	.call__form-button {
	    max-width: 75%;
	}
	.service__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse; 
	}
	.menu__text {
		display: none;
	}
	a.menu__phone-namber-link {
	    display: none;
	}

	a.menu__mail-adress-link {
	    display: none;
	}
 

	img.menu__logo {
	    max-width: 90%;
	}
	.menu__phone-icon, .menu__icons-telegram, .menu__icons-whatsapp, .menu__mail-icon {
	    margin: 0;
		max-width: 35px;
	}
	.menu__icons-telegram {
		margin-right: 10px;
	}
	.menu__phone-icon img,
	.menu__mail-icon img,
	.menu__icons-telegram img,
	.menu__icons-whatsapp img {
		width: 35px;
	}
	ul.service__menu-sublink {
	    position: relative;
	    margin: 0;
	    width: auto;
	}
	.service__menu-list-doc-icon {
		pointer-events: none;
	} 
	img.projects__first-img.fr-fic.fr-dii {
	    margin: 0 auto;
	}
	.footer__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;

	}
	.footer__social-instagram {
		max-width:  35px;
	}
	.footer__social-instagram img {
		width: 35px;
	}
	.footer__about {
	    margin-bottom: 25px;
	}

	.footer__adress {
	    margin-bottom: 25px;
	}
	.fire-calculation__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.fire-calculation__content-video {
	    margin-bottom: 25px;
	}

	.fire-calculation__prise-item-title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}

	.fire-calculation__prise-item-subtitle {
	    font-size: 18px;
	    max-width: 80%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 100%;
	            flex: 0 0 100%;
	    width: 100%;
	}

	.fire-calculation__prise-content {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 33%;
	            flex: 0 0 33%;
	}
	.fire-calculation__title, .news__header {
		margin: 25px 0;
	}
	.fire-calculation__content-slider-image img {
		margin: 0 auto;
	}
}

@media (max-width: 420px) {
	img.menu__logo {
	    max-width: 100%;
	}
	.menu > a {
	    max-width: 80px;
    	width: auto;
    	margin-right: 10px;
	}
	a.menu__buttom-call-link {
	    max-width: 100px;
	    font-size: 12px;
	    margin-right: 0;
	    text-align: center;
	}
	.menu__phone-icon, .menu__icons-telegram, .menu__icons-whatsapp, .menu__mail-icon {
	    margin: 0;
		max-width: 30px;
	} 
	.menu__icons-telegram {
		margin-right: 10px;
	}
	.menu__phone-icon img,
	.menu__mail-icon img,
	.menu__icons-telegram img,
	.menu__icons-whatsapp img {
		width: 30px;
	}
	.footer__social-instagram {
		max-width:  30px;
	}
	.footer__social-instagram img {
		width: 30px;
	}
	.fire-calculation__content-text {
		margin: 0;
	}
	.fire-calculation__title, .news__header { 
	    font-size: 24px;
	}
	.fire-calculation__prise-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-bottom: 0;
	}
	.fire-calculation__prise-content {
		max-width: 100%;
		widows: 100%;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 25px;
	}
	.instagram_gallery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.instagram_gallery img {
		width: 100%;
		margin-bottom: 15px;
	}
	.call__form {
		max-width: 95%;
	}
	.projects__second-third {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.projects__second {
		margin-bottom: 25px;
	}
	.service__menu-sublink li a {
		font-size: 18px;
	}
	.reviews__gallery {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.reviews__img {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 48%;
	            flex: 0 0 48%;
	    margin-bottom: 15px;
	}
}

@media (max-width: 375px) {
	.menu > a {
		max-width: 65px;
	}
	.menu__phone-icon, .menu__icons-telegram, .menu__icons-whatsapp, .menu__mail-icon {
		margin: 0 10px 0 0;
	}
	a.menu__buttom-call-link {
	    max-width: 85px;
	    font-size: 9px;
	}
	.footer__social-instagram {
		margin: 0;
	}
	.news__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;    
		-webkit-box-pack: center;    
		    -ms-flex-pack: center;    
		        justify-content: center;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
	.news__subtitle {
		position: relative;
	}
}