@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');




body {

	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	
}

h3 {
	color: #6B6905;
	font-size: 1.5rem;
	padding: 30px 0 0 0;
}

.wrap {
	width: 800px;
	margin: 0 auto;
}

header {
    position:sticky;
    top: 0;
    background-color: #fff;
    height: 90px;
}

.header__wrap {
	
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 43px 0 43px 57px;
}

.header__logo {
	padding: 4px 0 0 0;
	width: 100px;
}
.header__phone a{
	font-size: 2rem;
	font-weight: 900;
	color:#0B486B;
	text-decoration: none;
}
.click_phone {
        width: 35px;
}

.promo h1{
	color:#B8B412;
	font-size: 4rem;
	font-weight: 900;
}
.promo__title {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.promo__title li {
	list-style: none;
	color: #6B6905;
	font-size: 4rem;
	font-weight: 900;
}
/* другий елемент великого заголовку  */
.promo__title li:nth-child(2){
	color: #B8B412;
}
.promo__subtitle {
	width: 600px;
	text-align: center;
	color: #B8B412;
	font-size: 2rem;
}
.promo__subtitle span {
	color: #6B6905;
}
.promo img {
		width: 240px;
		padding: 0 0 30px 0;
	}

/* price */
.price {
}
.price__templates {
	display: flex;
	justify-content: space-around;
	text-align: center;
        align-items: end;
        padding: 10px 0 0 0;
}
.price__item_img {
	height: 100px;
}
.item_balkon{
        height: 117px;
}
.price__item p {
	color: #0074B8;
	font-size: 1rem;
	font-weight: 400;
}
.price__item p span {
	color: green;
	font-size: 1.3rem;
	font-weight: 700;
	display: inherit;
}
.price li {
	color: #999;
	font-size: 0.8rem;
	list-style: none;
}

/* steps */
.steps__wrap {
	display: flex;
	justify-content: center;
}
.steps__img2 {
	display:none;
}

/*	list of site pages 	*/
.listArticles a {
	color: black;
	text-decoration: underline;
}
.listArticles a:hover {
	color: black;
	text-decoration: none;
}

/* materials */
.materials h4 {
	color: #0B486B;
}
.materials dt {
	float: left;
	line-height: 1.5;
}
.materials dd {
	color: #0074B8;
	font-weight: 700;
	line-height: 1.5;
}

.materials__wrap {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	text-align: right;
}
.materials__profiles {
	padding:  0 0 30px 0 ;
}

/* benefits */
.benefits li {
	list-style-image: url("../img/design/check.svg");
	margin: 5px;
	padding: 0 0 0 5px;
}

/* gallery */
.gallery__images {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}
.gallery img{
	width:200px;
	border-radius: 10px;
width:100%;
height:100%;
object-fit: cover;
}

/* reviews */
.rewiews__item {
	font-size: 1rem;
	font-style: italic;
	border-right: solid 1px #666;
	padding: 10px 0 0 0;
}
.client_name {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0B486B;
}
.commerc_img {
width:100%
}


/* faq */
.faq details {
	padding: 5px;
}
.faq summary {
   text-decoration: underline;
}

/* contacts */
.contacts__wrap {
	text-align: center;
}
.contacts img {
	border-radius: 10px;
}
.contacts__lastoffer {
	margin: 60px 0;
	padding: 60px 0 ;
	border: 1px solid #0B486B;
	border-radius: 10px;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	color: #6B6905;

}
.contacts__lastoffer a {
	text-decoration: none;
	color: #B8B412;
}

.footer {
	text-align: center;	
	padding: 20px;
	background-color: #666;
	color:#fff
}
.footer__wrap {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footer__item {
	text-align: left;
	padding: 0 30px;
}
.footer__item li { 
	list-style: none;
	padding: 8px 0;
}




/*
=====================================================
=====================================================
=====================================================
*/















/* меньше 360px */
@media (max-width: 359px){
	body {
		font-size: 100%;
		background-color: #fff	;
	}

	h3 {
		font-size: 1.3rem;
	}

	.header__wrap {
		width: 275px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 20px 0;

	}
	.header__logo img {
		width: 75px;
	}
	.header__phone a{
		font-size: 1.3rem;
		font-weight: 900;
		color:#0B486B;
		text-decoration: none;
	}
	.promo h1{

		font-size: 1.5rem;


	}
	.promo__title li {
		list-style: none;
		color: #6B6905;
		font-size: 2rem;
		font-weight: 900;
	}
	.promo__subtitle {
	width: 240px;
	text-align: right;
	color: #B8B412;
	font-size: 1.3rem;
}
	.wrap {
		width: 270px;
	}
	.price__templates {
		flex-direction: column;
    }
    .price__item_img {
	height: 70px;
}

    .steps__img {
    	display: none;
    }
    .steps__img2 {
    	display: block;
    }

    .gallery img {
    	max-width: 100%;
    	margin:5px;
    }
    .gallery__images {
	  grid-template-columns: 1fr;

	}

	.contacts img {
		max-width: 100%;
      }
     
     .img-cost-34 {
           max-width: 150px;
     }
}













@media (min-width: 360px){
	
	body {
		font-size: 100%;
		background-color: #fff	;
	}
	h3 {
		font-size: 1.3rem;
	}

	.header__wrap {
		width: 275px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 20px 0;

	}
	.header__logo img {
		width: 75px;
	}
	.header__phone a{
		font-size: 1.3rem;
		font-weight: 900;
		color:#0B486B;
		text-decoration: none;
	}
	.promo h1{
		font-size: 2rem;
	}
	.promo__title li {
		list-style: none;
		color: #6B6905;
		font-size: 2rem;
		font-weight: 900;
	}
	.promo__subtitle {
		width: 240px;
		text-align: right;
		color: #B8B412;
		font-size: 1.3rem;
	}
	.promo__balkon {

	}
	.wrap {
		width: 270px;
	}
	.price__templates {
		flex-direction: column;
    }
    .price__item_img {
		height: 70px;
	}

    .steps__img {
    	display: none;
    }
    .steps__img2 {
    	display: block;
    }

    .gallery img {
    	max-width: 100%;
    	margin:5px;
    }
    .gallery__images {
		grid-template-columns: 1fr;

	}

	.contacts img {
		max-width: 100%;
	}
}


/* більше 600px*/
@media (min-width: 560px){
	body {
		font-size: 100%;
		background-color: #fff	;
	}
	h3 {
		font-size: 1.3rem;
	}

	.header__wrap {
		width: 550px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 20px 0;

	}
	.header__logo img {
		width: 75px;
	}
	.header__phone a{
		font-size: 1.3rem;
		font-weight: 900;
		color:#0B486B;
		text-decoration: none;
	}
	.promo__title {
		flex-direction: row;
	}
	.promo__title li {
		list-style: none;
		color: #6B6905;
		font-size: 2rem;
		font-weight: 900;
	}
	.promo__subtitle {
		width: 400px;
		text-align: right;
		color: #B8B412;
		font-size: 1.3rem;
	}
	
	.wrap {
		width: 500px;
	}
	.price__templates {
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
    }
    .price__item_img {
		height: 70px;
	}
	.item_balkon {
		height: 93px;
	}

    .steps__img {
    	display: block;
    }
    .steps__img2 {
    	display: none;
    }

    .materials__wrap {
    	flex-wrap: wrap;
    	flex-direction: unset;
    }
    .materials__wrap dt, dd {
    	font-size: 0.8rem;
    }

    .gallery img {
    	max-width: 100%;
    	margin:5px;
    }
    .gallery__images {
		grid-template-columns: 1fr 1fr;

	}

	.contacts img {
		max-width: 100%;
	}
}




















@media (min-width: 1000px){
	body {
		font-size: 80%;
		background-color: #fff	;
	}

	.header__phone a {
  		font-size: 2rem;
  	}
  	.promo__title li {
		font-size: 3rem;
	}
	.promo__subtitle {
		width: 600px;
		font-size: 2rem;
	}
	.header__wrap {
		width: 800px;
	}
	.wrap {
		width: 730px;		
	}
	.gallary__images {
		display: flex;
	}
}






/* вужче 1280 */
@media (min-width:1280px){
	body {
		font-size: 120%;
		background-color: #fff	;
	}
	.header__wrap {
		width: 1200px;
	}
/*	 font-size:120%;*/
}

/* ширше 1280*/
@media (min-width: 1281px){
	body {

	}
	.header__wrap{
		width: 1280px;
	}


}








