/* ---- Спецификация ---- */
body {
	padding: 0;
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #000000;
	background: #E5E5E5
}

* {
	box-sizing: border-box;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	font-weight: 500;
	line-height: 1.1em;
	color: #342020;
}

p {
	margin: 0;
	line-height: 1.4em;
	color: #342020;
}

.container {
	width: 1110px;
	margin: 0 auto;	
}

a {
	text-decoration: none;
	color: #000000;
}

/* head */

.header {
	padding: 51px 0 0;
}

.nav {	
    display: flex;
	justify-content: space-between;
	align-items: center;

}

.menu {	
	font-weight: 400;
	font-size: 15px;
	padding: 0 0 0 20px;
}

.menu__item.dropbtn {
    display: inline-block;
  } 

  .dropdown-content {	
	font-weight: 400;
	font-size: 13px;
    display: none;
    position: absolute;
    background-color: #F1EADC;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1;	
  }

  .dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
.dropdown-content a:hover {
	background-color: #F1EADC;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.phone {
	display: flex;
	align-items: center;
}

.phone__number {
	font-weight: 400;
	font-size: 15px;
	color: #000000;
	padding: 0 67px 0 9px;
}

.phone-img {
	padding-top: 0;
	
}
.menu__list {
	display: flex;
}

.footer-menu__list {
	display: flex;
}

.menu__item a {
	padding-right: 45px;
}

.menu__item a:hover {
	color: #6E9C9F;
	font-weight: 700;
}

.menu__item.activ {
	font-weight: 700;
	color: #6E9C9F;
}

/* fast */

.section {	
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 41px 0 65px;
}

.section__about {
	width: 563px;
	height: 385px;
}

.section__title, .section__title-shop {
	font-size: 55px;
}

.section__text {
	font-weight: 400;
	font-size: 20px;
	padding: 45px 0 52px;
	width: 385px;
	left: 15px;
	top: 167px;
	text-align: right;
}

.arrow {
	width: 67px;
	height: 67px;
	text-align: center;
	background: rgba(110, 156, 159, 0.1);
}

.section__btn {
	padding: 0 0 126px 90px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hamburger {
	display: none;
}

.hamburger img {
	display: block;
}

.menu-close {
	position: absolute;
	top: 10px;
	right: 15px;
	display: none;
	background: none;
	border: none;
	font-size: 26px;
	font-weight: 700;
	color: #858585;
}

.btn {
	align-items: center;
	padding: 22px 50px;
	width: 247px;
	height: 68px;
	background: #6E9C9F;
	border: none;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	cursor: pointer;
}

.btn:hover {
	background: #fafbfb;
	border: 1px solid #6E9C9F;
	color: #6E9C9F;
}

.btn-White {
	align-items: center;
	padding: 22px 50px;
	gap: 10px;
	width: 245px;
	height: 68px;
	border: 1px solid #6E9C9F;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #6E9C9F;
	cursor: pointer;
}

.btn-White:hover {
	border: none;
	background: #6E9C9F;
	color: #FFFFFF;
}


.slider-wrapper {
	max-width: 562px;
	width: 100%;
	height: 100%;
}

.slide {
	width: 100%;
	height: 100%;
	display: none;
	margin-top: 145px;
}

.slide.active {
	display: block;
}

.dots-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 112px;
}

.dot {
	width: 30px;
	height: 4px;
	background: #D1D1D1;
	order: 1;
	margin-right: 10px;	
}

.dot.active {
    background-color: #000000;
}

.services-foto {
	position: relative;
}

.foto-small-main {
	display: block;
	width: 100%;
}

.foto-small-right, .foto-small-left {
	position: absolute;
}

.foto-small-right {
	width: 190px;
	height: 318px;
	right: 343px;
	top: -265px;
}

.foto-small-left {
	width: 197px;
	height: 197px;
	left: 311px;
	top: 123px;
}

.section__title-shop {
	padding: 190px 0 26px;
}
.arrow__shop {
	display: flex;
	align-items: center;
	padding-bottom: 84px;
}

.arrow__shop-back {
	font-weight: 500;
	font-size: 17px;
	padding-right: 10px;
}

.arrow__shop-here {
	font-weight: 500;
	font-size: 17px;
	color: #919191;
}

/* second */
#customers {
	padding: 65px 0;
}

.title-new {
	font-size: 40px;
	line-height: 110%;
	letter-spacing: 0.02em;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.new-foto {
	padding: 130px 0 65px;
	display: flex;
	justify-content: space-between;
}
.new-foto__shop {
    padding: 130px 0 65px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.new-foto__fast {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	cursor: pointer;
	padding: 0 5px 65px;
}

.foto:hover {
    filter: alpha (Opacity=25);/* прозрачность для IE */
	background: rgba(110, 156, 159, 0.77);
    opacity: 0.25;/* прозрачность для других браузеров */
	-moz-transition: all 1s ease-in-out; /* эффект перехода для Firefox до версии 16.0 */

    -webkit-transition: all 1s ease-in-out; /* эффект перехода для Chrome до версии 26.0, Safari, Android и iOS */

    -o-transition: all 1s ease-in-out; /* эффект перехода для Opera до версии 12.10 */

    transition: all 1s ease-in-out; /* эффект перехода для других браузеров */
}

.price {
	font-size: 15px;
	color: #998E78;
}

.shop-col {
	font-weight: 500;
	font-size: 17px;
	color: #808080;
}

.shop__list {
	display: flex;
	justify-content: center;
	padding: 65px 0;
}
.list {
	display: flex;
	text-align: center;
	padding: 0 14px;
}

.list__one {
	width: 41px;
	height: 41px;
	background: #000000;
	color: #D1D1D1;
	padding-top: 6px;
}

.list__two {
	box-sizing: border-box;
	width: 41px;
	height: 41px;
	border: 1px solid #000000;
	padding-top: 6px;
}

.list__arrow {
	width: 10px;
	height: 20px;
	margin: auto;
}

.name {
	font-size: 20px;
	padding: 24px 0 7px;
}


/* Third   */
#important {
	padding: 65px 0;
}

.title {
	font-size: 40px;
	letter-spacing: 0.02em;
	text-align: left;
}

.important-item {
	padding: 130px 0 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.important-item__fast {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.important-item__fast-title {
	padding: 37px 0 24px;
}

.important-item__fast-text {
	width: 305px;
	height: 115px;
}

/* Fourth   */
.team {
	padding: 65px 0;
}

.team-block {
	display: flex;
	justify-content: space-between;
	padding-top: 92px;
	align-items: center;	
}

.arrow  {
	width: 29px;
	height: 16px;
		
}

.team-block__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px;
	gap: 28px;
	text-align: right;
	width: 255px;
	height: 331px;
}

.link {
	color: #6E9C9F;
}


.link:hover {
	color: #386b6f;
}


/*footer */ 

#footer {
	height: 363px;
	background: #F1EADC;
	padding: 104px 0 101px;
	margin-top: 27px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
}

.footer-content__item-info {
	padding-top: 73px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.8em;
}

.footer-content__contact {
	line-height: 1.8em;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.footer-content__social-networks {
	padding: 30px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

/* shop */

.btn-shop {
	text-align: center;
}

.tabs-tab {
	width: 100%;
}

.tabs {
	display: flex;
	align-items: flex-end;
	
	padding-bottom: 92px;
}

.tabs-btn {
	font-weight: 500;
	font-size: 17px;
	border: 1px solid #000;
	padding: 19px 65px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 62px;
	cursor: pointer;
	margin-left: 10px;
}
.tabs-btn.active {
	background: #000000;
	color: white;
}

.contents {
	width: 100%;
	height: 100%;
}
.content {
	display: none;
} 

.content.active {
	display: block;
}

/* brand */

.brand__idea {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.brand__idea-idea {
	display: flex;
	align-items: center;
	padding: 65px 0;
}

.brand__info {
	margin: auto;
	padding: 0 29px 0 94px;
}

.brand__mad {
	padding-right: 123px;
}

.brand__info-title {
	font-weight: 500;
	font-size: 25px;
	padding-bottom: 46px;
}

.brand__info-text {
	font-weight: 500;
	font-size: 17px;
	padding-bottom: 10px;
}

.btn-brand {
	padding: 65px 0;
	text-align: center;
}



/* Responsive */

/* Large: 992px - 1199px */
@media (max-width: 1199px){
	.container {
		max-width: 960px;
	}
	.foto-small-right {
		display: none;
	}	
	.foto-small-left {
		display: none;
	}
	.foto-mail {
		width: 50%;
	}
	.foto-small-main {
		width: 100%;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
	}
	.section__title {
		font-size: 45px;
	}
	.title-new {
		font-size: 35px;
	}
	.title {
		font-size: 35px;
	}
	.foto-small-right, .foto-small-left {
		display: none;
	}
}

/* Medium: 768px - 991px */
@media (max-width: 991px){
	.container {
		max-width: 720px;
	}
	.foto {
		width: 100%;
		padding-left: 10px;
	} 
	.important-item {
	flex-direction: column;
	padding: 65px 0 0;
  }
.team-block__foto-foto {
	width: 100%;
}
.menu {
	font-size: 13px;	
}
}

/* Small: 576px - 767px */
@media (max-width: 767px){
	.container {
		max-width: 540px;
	}	
	body {
		font-size: 15px;
	}
	.phone {
		display: none;
	}
	.foto {
		width: 100%;
	}
	.footer-menu__list {
	display: flex;
	flex-direction: column;
}
.menu__item {	
	padding-top: 15px;
}
}
	


/* Extra small: 0 (320px) - 575px */
@media (max-width: 575px){
	.hamburger {
		display: block;
	}
	body {
		font-size: 13px;
	}
	.name {
		font-size: 17px;
	}

	.container {
		padding: 0 15px;
		max-width: 100%;
	}
	.foto-mail {
		display: none;
	}
	.footer {
		height: 100%;
		padding: 62px 0;
	}
	.footer-content {
		display: flex;
		flex-direction: column;
	}
	.footer-content__item-info {
		padding-top: 40px;
	}
	.footer-content__link {
		margin: 40px 0;
	}
	
}

/* Extra small: 0  - 320px */

@media (min-width: 10px){
	.container {
		padding: 0 15px;
		max-width: 100%;
	}
	
}