.main-work-item{
	overflow: hidden;
}
.main-work-title{
	background: #162A23;
    position: relative;
}
.main-work-title span{
	font-family: 'Cormorant';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	color: #A59C8A;
	position: relative;
    z-index: 1;
	padding-left: 30px;
}

.main-work-title::after {
	content : '';
	width: 0;
	height: 0;
    border-top: 0px solid transparent;
    border-left: 500px solid #162A23;
    border-bottom: 70px solid transparent;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
}

.project-main{
	padding: 16px 23px;
}

.project-main-btn{
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 172px;
	line-height: 43px;
	background: #A4926F;
}

.project-main-title{
	width: 100%;
}

.project-main{
	max-width: 540px;
	min-height: 443px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	flex-flow: column;
}

h1{
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 145px;
  color: #BBAB8B;
}

header{
	position: relative;
}
.main-block{
	position: relative;
	z-index: 1;
	padding: 12rem 0;
	background: url(/assets/img/header/smal-be-smart.png) no-repeat left bottom;
	min-height: 918px;
}
.main-block-incide{
	position: relative;
	z-index: 4;
}
.main-slider{
	position: absolute;
    right: 0;
    top: 0;
    display: flex;
}
.item-slide{
	height: 918px;
	min-width: 398px;
	position: relative;
	z-index: 1;
}

.main-slider-full{
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;

    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;

    -webkit-transition: background .2s ease,-webkit-transform .2s ease;
    transition: background .2s ease,-webkit-transform .2s ease;
    -o-transition: transform .2s ease,background .2s ease;
    transition: transform .2s ease,background .2s ease;
    transition: transform .2s ease,background .2s ease,-webkit-transform .2s ease;

	z-index: 1;
}

.item-slide-title{
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #BBAB8B;
  position: absolute;
  left: 22px;
  bottom: 30px;
  z-index: 2;
}