.about {
    padding: 208px 0 180px;
}
.about__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about__boxs {
    position: relative;
    max-width: 738px;
    flex-grow: 1;
}
.about__item{
    width: max-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 10px;
    box-shadow: 0px 15px 30px rgba(182, 182, 182, 0.25);

    position: relative;
}

.about__item-img {
    position: absolute;
}

.about__item:nth-child(1) {
    height: 255px;
}
.about__item:nth-child(2) {
    height: 261px;
    position: absolute;
    right: 0;
    top: 168px;
}
.about__item:nth-child(3) {
    height: 286px;
    margin-left: 50px;
    margin-top: 92px;
}
.about__item:nth-child(1) .about__item-img {
    top: -107px;
}

.about__item:nth-child(2) .about__item-text {
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 10px;
    margin-left: 0;
    margin-right: 50px;
}
.about__item:nth-child(2) .about__item-img{
    margin-bottom: -26px;
}
.about__item:nth-child(2) .about__item-hidden-text {
    max-width: 172px;
}
.about__item:nth-child(3) .about__item-img {
    top: -91px;
}



.about__item-img img {
    display: block;
}
.about__item-descr{
    font-weight: 600;
    font-size: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2C2C2C;
}
.about__item-text{
    padding: 16px 40px;
    margin-left: 50px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    z-index: 2;
}
.about__item-hidden-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #444444;
    max-width: 228px;
    margin-top: 5px;

    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: 1s;
}
.about__item:hover .about__item-hidden-text {
    max-height: 159px;
    margin-top: 5px;
    transition: 1s;
}





.about__descr {
    width: min-content;
    min-width: 440px;
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: #444444;
    margin-bottom: 20px;
}
.about__descr p {
    margin: 0;
	padding: 0;
}
.about__descr p:not(:last-child) {
    margin-bottom: 24px;
}



@media(max-width:1310px) {
    .about {
        padding: 132px 0 102px;
    }    
    .about__item-img img {
        width: 100%;
    }
    .about__item-hidden-text {
        font-size: 14px;
    }
    .about__item-text {
        padding: 9px 22px;
        margin-left: 33px;
    }
    .about__item-descr {
        font-size: 15px;
    }
    .about__descr {
        min-width: 396px;
        font-size: 15px;
        margin-bottom: 61px;
    }
    .about__boxs {
        max-width: 455px;
    }
    .about__descr p:not(:last-child) {
        margin-bottom: 16px;
    }
        

    .about__item:nth-child(1) {
        height: 157px;
        width: 258px;
    }
    .about__item:nth-child(1) .about__item-img {
        top: -67px;
    }
    .about__item:nth-child(2) {
        height: 161px;
        width: 186px;
        position: absolute;
        right: 0;
        top: 103px;
    }
    .about__item:nth-child(2) .about__item-text {
        margin-right: 31px;
    }
    .about__item:nth-child(2) .about__item-img {
        margin-bottom: 23px;
    }
    .about__item:nth-child(3) {
        height: 176px;
        width: 227px;
        margin-left: 32px;
        margin-top: 56px;
    }
    .about__item:nth-child(3) .about__item-img {
        top: -56px;
    }
}
@media(max-width:910px) {
    .about {
        padding: 132px 0 72px;
    }
    .about__wrap {
        flex-direction: column;
    }
    .about__boxs {
        max-width: 455px;
        width: 100%;
    }
    .about__descr {
        text-align: center;
        max-width: 481px;
        width: 100%;
        margin-top: 58px;
        font-size: 14px;
        margin-bottom: 0;
    }
}
@media(max-width:520px) {
    .about {
        padding: 94px 0 52px;
    }
    .about__boxs {
        width: max-content;
    }
    .about__wrap {
        padding: 0 5px;
    }
    .about__item {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
    }
    .about__descr {
        min-width: initial;
    }
    .about__item {
        width: 280px !important;
        margin-bottom: 110px;
    }

    .about__item:nth-child(2) .about__item-text {
        margin-left: 31px;
        margin-right: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0px;
    }
    .about__item:nth-child(2) .about__item-img {
        margin-bottom: 23px;
        width: 181px;
        left: 50%;
        transform: translateX(-50%);
    }
    .about__item:nth-child(3) {
        margin-left: 0;
    }
    .about__item:last-child {
        margin-bottom: 0;
    }
    .about__descr {
        margin-top: 55px;
        text-align: left;
        font-size: 12px;
    }
    .about__descr p:not(:last-child) {
        margin-bottom: 20px;
    }
	.about__item .about__item-hidden-text {
		max-height: 159px;
		margin-top: 5px;
		transition: 1s;
	}
	.about__item-hidden-text {
		display: none;
	}
}