*Обнуление*/ * {
   padding: 0;
   margin: 0;
   border: 0;
}

*,
*:before,
*:after {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

:focus,
:active {
   outline: none;
}

a:focus,
a:active {
   outline: none;
}

nav,
footer,
header,
aside {
   display: block;
}

html,
body {
	font-family: 'Inter', sans-serif;
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
   font-size: 14px;
    margin: 0;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
/*
font-family: 'Parisienne', cursive;*/

input,
button,
textarea {
   font-family: inherit;
}

input::-ms-clear {
   display: none;
}

button {
   cursor: pointer;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

a,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-size: inherit;
   font-weight: inherit;
}

.wrapper {
	max-width: 1440px;
   overflow: hidden;            
   min-height: 100%;
   display: flex;
   flex-direction: column;
	margin: 0 auto;
	padding: 0 15px;
}
[class*="__container"] {
   max-width: 1222px;       
   margin: 0 auto;
	padding: 0px 15px;      
}
main {
   flex: 1 1 auto;
}
/************************************************header******************************/
.header {
	margin: 51px 0px 0px 0px;
	
}
.header__container {
	position: relative;
	display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
}
.header__container::before {
	position: absolute;
	content: "";
	width: 1040px;
	border: 1px solid #EBDBCC;
	top: 40px;
	left: 165px;
}
.header__logo {

	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
	margin: 0px 0px 0px -30px;
}
.header__logo span {
	font-family: 'Parisienne', cursive;
}
.header__item {
	display: flex;
	justify-content: space-between;
	text-align: center;
	gap: 50px;
	margin: 0px 0px 0px -38%;
}
.header__items {
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	
}
.header__items a {
	color: #939393;
}
.header__items a:hover{
	font-weight: 700;
	color: #000;
}
.header__icons {
	position: relative;
	display: flex;
	gap: 30px;
	margin-right: -15px;
}
.header__icons::after{
	position: absolute;
	content: "";
	background-image: url(../img/head/notice.svg);
	left: 19px;
	top: 0;
	width: 6px;
	height: 6px;
}
/***************************************************display************/
.display {
	margin-top: 90px;
}
.display__container {
	display: flex;
	justify-content: space-between;
}
.display__icon {
	display: flex;
	flex-direction: column;
	max-width: 24px;
	height: 131px;
	gap: 33px;
	margin-left: -2%;
}
.display__data {
	overflow: hidden;
	height: 500px;
	padding: 0 15px;
	text-align: center;
	width: 150px;
	margin: 112px 0px 0px 0px;
}
.display__data-title {
	font-weight: 700;
	font-size: 64px;
	line-height: 38%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
	transform: rotate(180deg);
    writing-mode: vertical-rl;
}
.display__data-number {
	font-weight: 700;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
}
.display__image {
	display: flex;
	gap: 47px;
	margin-right: 0;
}
.display__image-center {
}
.display__image-right {
}
/********************************************menu************************/
.menu {
	margin-top: 61px;
transform: translateX(2%);

}
.menu__container {
	position: relative;
	overflow: hidden;
	background: rgba(249, 243, 237, 1);

}
.menu__container::after{
	position: absolute;
	content: "";
	width: 904px;
	height: 1px;
	right: 0px;
	top: 120px;

	border: 1px solid #EBDBCC;
	transform: rotate(180deg);
}
.menu__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 0.11px;
	color: #3A3A3A;

	padding: 73px 0px 0px 152px;
}
.menu__body {
	display: flex;
	justify-content: space-between;
}
.menu__items {
	width: 50%;
	margin: 60px 0px 60px 50px;
}
.items__item {
	display: flex;
	justify-content: space-between;
}
.items__link a {
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	color: #939393;
}
.items__link a:hover{
	font-weight: 700;
	color: #000;
}



.items__input {
	display: flex;
	margin: 72px 0px 0px 220px;
}
.input-icon {
	display: flex;
	margin: 0px 34px 0px 28px;

}
.input-icon a{
	margin: 0px 0px 0px 40px;
}
/***********************************************slider*************/
.slider {
	margin-top: 60px;
	z-index: 9;
}
.slider__image {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	
}
.slider__image-left {
	width: 280px;
	height: 475px;
	background-color: rgba(205, 189, 174, 1);
}
.slider__image-center {
	padding: 11px 32px 11px 22px;
}
.slider__image-right {
}
/***********************************************trendy*************************/
.trendy {
	background-color:rgba(249, 243, 237, 1);
	margin-top: -217px;
margin-bottom: 100px;
}
.trendy__title {

	margin: 0 auto;
	max-width: 471px;
}


.trendy__title h2 {
	position: relative;
	font-weight: 400;
	font-size: 30px;
	line-height: 80%;
	text-align: center;
	letter-spacing: 0.11px;
	color: #3A3A3A;

	padding-top: 300px;
}
.trendy__title h2::before{
	position: absolute;
	content: "";
	left: -395;
	top: 312;
	width: 416px;
	border: 1px solid #EBDBCC;
	transform: rotate(180deg);
}
.trendy__title h2::after{
	position: absolute;
	content: "";
	right: -395;
	top: 312;
	width: 416px;
	border: 1px solid #EBDBCC;
	transform: rotate(180deg);
}
.trendy__title p {
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	text-align: center;
	letter-spacing: 0.11px;
	color: #3A3A3A;
}
.trendy__menu {
	margin-top:50px ;
	display: flex;
	justify-content: space-between;
}
.trendy__image-left {
	
	width: 280px;
	height: 300px;
	background-color:rgba(166, 148, 131, 1) ; 
}
.trendy__menu-link {
	z-index: 9;
	width: 521px;
	height: 193px;
	margin: 33px 0px 0px -200px;
}
.menu-link {
}
.menu-link__arrow {
	display: flex;
	justify-content: end;
}
.menu-link__arrow img{
	margin: 0 10px;
}
.menu-link__item {
	
	display: flex;
	padding: 70px 0px 33px 0px;
	flex: 0 1 auto;
	
}
.menu-link__items {
}
.menu-link__items a {
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
	padding-right: 60px;
}
.menu-link__items a:hover {
	color: #fff;
}
.menu-link__input {
	border: none;
	margin: 0px 0px 0px 70px;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
	padding: 14px 77px 12px 19px;
	
}
/*.menu-link__input::placeholder{
	background-position: right;
	background-image: url(../img/body/icon/icon-input.svg);
	width: 20px;
	height: 21px;

}*/
.trendy__image-center {
}
.trendy__image-right {
}
.trendy__customers {
	margin: 51px 0px 0px 0px;
	display: flex;
	flex: 0 1 auto;	
}
.trendy__customers-image {
	position: relative;
	width: 570px;
	height: 300px;
	margin: 0px 28px 0px 0px;
}
.trendy__customers-image img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transform: translateY(15%);
}

.trendy__customers-title {
	
	max-width: 50%;
	margin: 0px 0px 0px 28px;
}
.trendy__customers-title h2 {
	font-weight: 400;
	font-size: 30px;
	line-height: 80%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
}
.trendy__customers-title p {
	width: 471px;
	font-weight: 400;
	font-size: 14px;
	line-height: 171%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
}
.trendy__customers-button {
	margin: 92px 0px 0px 0px;
	transform: translateY(38%);
}
.button-left {
	font-weight: 700;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	text-transform: uppercase;
	background-color: rgba(166, 148, 131, 1);
	padding: 18px 40px;
	border: none;
	margin: 0px 28px 0px 0px;
}
.button-left:hover {
	background-color: rgba(58, 58, 58, 1);
}
.button-left a:hover {
	color: blueviolet;
}
.button-left a{
	color: #FFFFFF;
}
.button-right {
	font-weight: 700;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	text-transform: uppercase;
	background-color: rgba(58, 58, 58, 1);
	padding: 18px 59px;
	border: none;
	margin: 0px 0px 0px 28px;
}
.button-right:hover {
	background-color: rgba(166, 148, 131, 1);
}
.button-right a:hover {
	color: blueviolet;
}
.button-right a {
	color: #FFFFFF;
}
/****************************************search-bar*****************************/
.search-bar {
	padding: 226px 0px 0px 0px;
	display: flex;
	justify-content: end;
}
.search-bar__title{
	margin: 0px 20px 0px 0px;
}
.search-bar__title h2 {
	width: 442px;
	font-weight: 400;
	font-size: 30px;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.11px;
	color: #3A3A3A;
margin: 0px 0px 59px 85px;
}
.search-bar__input {
	border: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
	padding: 18px 305px 18px 37px;
	background-color: #e5e5e5;
}
.search-bar__button{
	border: none;
	font-weight: 700;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: rgba(166, 148, 131, 1);
	padding: 18px 45px 18px 46px;
	margin-left: -6px;
}


.search-bar__image {
	margin: 40px 0px 0px 0px;
}
/***************************/
.search-bar__bottom {
	margin: 100px 0px 0px 0px;
	
}
.bottom-bar {
	display: flex;
	align-items: center;
}
.bottom-bar__item {
	display: flex;
	flex: 1 1 auto;
}
.bottom-bar__link {
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
}
.bottom-bar__link a {
	padding:0px 20px 0px 0px;
	color: #A69483;
}
.bottom-bar__link a:hover{
	font-weight: 700;
	color: #30261d;
}
.bottom-bar__logo {
	flex: 1 1 auto;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 0.11px;
	color: #3A3A3A;
}
.bottom-bar__logo span {
	font-family: 'Parisienne', cursive;
}
.bottom-bar__content {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 200%;
	letter-spacing: 0.11px;
	text-transform: uppercase;
}
.bottom-bar__content a {

	color: #A69483;
}
.bottom-bar__content a:hover {
	font-weight: 700;
	color: #30261d;
}