/* ALL */

html{

    
    max-width: 100%;
    overflow-x: hidden;
}

  body
  {
    
    max-width: 100%;
    overflow-x: hidden;
  }

  footer {
  	display: none;
  }



@font-face {
  font-family: "Manrope";
  src: url(Manrope.ttf);
  /*font-display: swap;*/
}





/*
.section-background {
	background: #eeeeee;
}

*/


/* header */
body {
	font-family: 'Manrope';
	margin:0;
}

.header-logo-mobile {
	display: none;
}

.header-menu ul.header-menu__mobile {
	display: none;
}

.header-wrapper {
	background: #000;
	color:#fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
}

.header-menu ul {
	display: flex;
	justify-content: center;
}

.header-menu ul li {
	list-style-type: none;
	margin: 0 5px;
	font-weight: 600;
	font-size: 16px;
}

.header-menu ul li a {
	text-decoration: none;
	color:#fff;
}

.header-logo {
	font-weight: 600;
	font-size: 24px;
}

/* main */

.section-wrapper-center {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	
}


/* presentation */

.presentation {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h1 {
	font-weight: 600;
	font-size: 80px;
	margin: 0;
}

h2 {
	font-size: 22px;
	font-weight: 300;
}

/*start */

.container {
	max-width: 1200px;
	width: 100%;

}

.section-tag {
	font-size: 20px;
	margin-bottom: 40px;
}

.start, .end {
	display: flex;
	flex-direction: column;
}

.start h2 {
	line-height: 50px;
	font-size: 30px;
}

/* work */

.blocks {
	display: flex;
	justify-content: space-between;
	height: 500px;
}

.block {
	border: 1px solid black;
	border-radius: 50px;
	flex-basis: 47%;
	height: 80%;
}

.what-i-can p {
	font-size: 80px;
	font-weight: 600;
}

.what-i-can__what {
	text-align: left;
	padding-left: 10px;
}

.what-i-can__can {
	text-align: right;
	padding-right: 10px;
}

.what-i-can__list {
	display: flex;
	align-items: center;
}

.what-i-can__list ul li {
	font-size: 20px;
	line-height:50px;
}

.what-i-can {
	align-self: flex-end;
}

.what-i-can__list {
	align-self: flex-start;
}

/*work bad */

.work-bad .what-i-can__what {
	margin-bottom: 10px;
}

.work-bad .what-i-can__can
 {
	margin-bottom: 10px;
	margin-top: 10px;
}

.what-i-can p.what-i-can_bad {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
}

/* end */

.end button {
	width: 200px;
    
  background: transparent;
  border: 1px solid #000;
  margin-bottom: 20px;
}

.end button a{
	display: inline-block;
	padding: 20px 0;
	width: 100%;
	color:#000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.end h2, .price h2 {
	font-size: 82px;
}

.section-end {
	margin-bottom: 120px;
}

/* about */

.about-key {
	color: #AB07F7;
	margin-left: 10px;
}

.about-const {
	color: #AB07F7;
}

.about-value {
	color:#287729;
}

.about-sign {
	color:#D8680B;
}

.about img {
	
	margin-bottom: 20px;
	border-radius: 1000px;
}

/*price */

.prices-service {
	display: flex;
}

.prices-service p {
	width: 15%;
}

/* clients */

.my-clients {
	display: flex;
	flex-direction: column;
}

.client {
	display: flex;
	margin-bottom: 40px;
}

.client-img__left {
	margin-right:20px;
	width:70%;
	height:auto;
}

.client-description p {
	font-size: 30px;
}

.client-description a {
	font-size: 30px;
	text-decoration: none;
	color: #000;
}

.client-description {
	align-self: flex-end;
}

.client-reverse {
	flex-direction: row-reverse;
}

.client-reverse .client-img__left {
	margin-left: 20px;
}

.my-clients .clients-flowers-shop {
	font-size: 12px;
}

.clients-see-more {
	display: flex;
	justify-content: center;
}

.clients-see-more__button {
	width: 400px;
  padding: 20px 0;
  background: transparent;
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  cursor: pointer;
}

.clients-more-wrapper {
	display: none;
}

.clients-more {
	display: flex;
	/*justify-content: space-between;*/
	text-align: center;
	flex-direction: column;
	gap: 20px;

}

.clients-more_sites {
	display: flex;
	justify-content: space-between;
	text-align: center;
	
}

.clients-more a {
	flex-basis: 20%;
	padding: 20px 20px;
	text-decoration: none;
	color: #000;
	border:1px solid #000;
}







/* adaptive */

@media (max-width:720px) {
	
	.blocks {
		flex-direction: column;
		height: auto;
	}
	.blocks div {
		margin-bottom: 20px;
	}

	.end h2, .price h2, .clients h2 {
		font-size: 50px;
	}

	.prices-service p {
		width: 50%;
	}

	.about img {
		width: 200px;
		height: 200px;
	}

	main {
		margin: 0 10px;
	}

	.presentation h1 {
		font-size: 60px;
	}

	.presentation h2 {
		font-size: 18px;
	}

	.what-i-can p {
		margin: 20px 0;
    	padding: 0 10px
	}

	.block ul {
		padding-right: 20px;
	}

	.header-logo-mobile {
		display: block;
		font-weight: 600;
		font-size: 20px;
		border:1px solid #fff;
		padding: 10px 15px;
	}

	.header-menu ul.header-menu__mobile {
		display: flex;
	}

	.header-menu ul.header-menu__desctop {
		display: none;
	}

	.header-logo {
		display:none;
	}

	.header-menu ul li {
		font-size: 14px;
	}

	.client {
		flex-direction: column;
	}

	.client img {
		width: 100%;
	}
	.client-description p {
		margin:0;
	}
	.client-reverse .client-description {
		align-self: flex-start;
	}

	.clients-more {
		flex-wrap: wrap;
		gap: 0;

	}

	.clients-more_sites {
		flex-direction: column;
	}

	.clients-more a {
		padding: 20px 0;
		flex-basis: auto;
		width:auto;
		margin-bottom: 20px;
	}
}

.hidden {
	display:none;

}