.featch {
    padding: 131px 0;
}



.featch__title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
    color: #2C2C2C;
    text-align: center;
}
.featch__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 68px;
    position: relative;
}
.featch__item {
    width: 352px;
}
.featch__item {
    position: relative;
    z-index: 1;
	cursor: pointer;
}
.featch__item-img{
    background: #FFFFFF;
    padding: 50px 50px 44px 50px;
    box-shadow: 0px 15px 30px rgba(182, 182, 182, 0.25);
    border-radius: 10px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 45px;
    position: relative;
	display: block;
}
.featch__item .featch__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #2C2C2C;
}
.featch__pointer {
	display: none
}
.featch__descr{
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #444444;
    max-width: 310px;
    margin: 0 auto;
    margin-top: 4px;
}

.featch__line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 84px;
    z-index: 0;
}
.eatch__item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: Mont;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #444444;
    opacity: 0;
}


.featch__item:nth-child(1) .featch__item-img:hover {
    background: #D3D5D1;
    transition: .5s;
}
.featch__item:nth-child(2) .featch__item-img:hover {
    background: #EEE4D5;
    transition: .5s;
}
.featch__item:nth-child(3) .featch__item-img:hover {
    background: #DEDBD1;
    transition: .5s;
}
.featch__item .featch__item-img:hover .eatch__item-text {
    opacity: 1;
}
.featch__item .featch__item-img:hover path {
    fill: #fff;
    stroke: #fff;
    transition: .5s;
}




@media(max-width:1310px) {
    .featch {
        padding: 94px 0 102px;
    }
    .featch__title {
        font-size: 28px;
        line-height: normal;
    }

    .featch__item-img {
        padding: 18px 32px;
        margin-bottom: 32px;
    }
    
    .featch__item-img svg {
        width: 94px;
    }
    .featch__item {
        width: 260px;
    }
    .featch__content {
        margin-top: 50px;
    }
    .featch__item .featch__title {
        font-size: 18px;
        line-height: normal;;
    }
    .featch__descr {
        font-size: 15px;
        line-height: 130%;
        margin-top: 2px;
    }
    .featch__line {
        max-width: 74%;
        top: 57px;
    }
}
@media(max-width:910px) {
    .featch {
        padding: 69px 0 87px;
    }
    .featch__line {
        display: none;
    }
    .featch__content {
        flex-wrap: wrap;
    }
    .featch__content {
        max-width: 594px;
        margin: 0 auto;
        margin-top: 49px;
    }

    .featch__item:nth-child(2) {
        margin-top: 61px;
    }
    .featch__item:nth-child(3) {
        margin-top: -27px;
        margin-left: 77px;
    }
}
@media(max-width:600px) {
    .featch__item:nth-child(3) {
        margin-left: 37px;
    }
}
@media(max-width:550px) {
    .featch {
        padding: 57px 0 65px;
    }
    .featch__title {
        font-size: 23px;
        line-height: normal;
    }
    .featch__item {
        width: 260px;
        margin: 0 auto;
    }
    .featch__item-img {
        padding: 13px 34px;
    }
    .featch__item .featch__title {
        font-size: 16px;
    }
    .featch__descr {
        font-size: 12px;
        margin-top: 4px;
    }
    .featch__item:nth-child(2) {
        margin-top: 40px;
    }
    .featch__item:nth-child(3) {
        margin-left: auto;
        margin-top: 40px;
    }
	.featch__pointer {
		display: block;
	}
	.featch__pointer {
		width: 50px;
		height: 50px;
		opacity: inherit;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.featch__pointer path {
		fill: #000;
	}
	.featch__item .featch__item-img:hover .eatch__item-text, .featch__item .featch__item-img:hover .featch__pointer {
    	opacity: 0;
	}
}