.caseHead__item_podarki {
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseHead__item_podarki img {
    max-width: 490px;
    padding: 0 15px;
}
.caseHead__items_podarki {
    margin: 57px 0 80px 0;
}
.caseHead__title_podarki {
	font-weight: 500 !important;
    font-size: 48px !important;
    line-height: 130% !important;
}
.info {
    padding: 60px 0;
}
.info_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 992px;
}
.info_item_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #201D26;
    margin-bottom: 8px;
}
.info_item_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #59575F;
}
.secptpb_podarki {
	margin: 100px 0 90px 0;
}

.proto_podarki {
	padding: 120px 0;
	background: #FFF2E3;
}
.proto-gallery {
	display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 50px;
}
.proto-gallery div {
    height: fit-content;
}
.main_podarki {
    padding: 130px 0 0 0;
}
.proto-gallery div:first-child {
    grid-row: 1/2;
}
.proto-gallery div:nth-child(2) {
    grid-row: 1/3;
}
.proto-gallery div:nth-child(3) {
    grid-row: 2/5;
}
.proto-gallery div:nth-child(4) {
    grid-row: 3/7;
    grid-column: 2/3;
}
.proto-gallery div:nth-child(5) {
    grid-row: 5/6;
    grid-column: 1/2;
}
.proto-gallery div:nth-child(6) {
    grid-row: 6/7;
}
.main_podarki-bg{
	background: #F0F8FA;
    margin: 90px 0 0 0;
}
.main_podarki-bg img {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.podarki__video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 100px 0;
}
.podarki__video {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-height: 950px;
    object-fit: cover;
    object-position: center;
}
.stages_podarki {
	padding: 140px 0 90px 0;
}
.card-podarki{
	padding: 150px 0;
}
.card-podarki img {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.form-podarki {
    padding: 110px 0 100px 0;
}
.form-podarki img {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}
.mobile-gallery_podarki {
    background: #FFF2E3;
    padding: 150px 0 280px 0;
}
.mobile-gallery_podarki-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 90px 45px;
max-width: 1200px;
margin: 0 auto;
}

.mobile-gallery_podarki-wrap div:nth-child(2) {
    margin-top: 82px;
}
.results_podarki {
    padding: 140px 0 160px 0;
}



@media (max-width: 992px) {
    .caseHead__items_podarki {
        margin: 50px 0;
    }


    .mobile-gallery_podarki-wrap div:nth-child(2) {
        margin-top: 0;
    }
    .info, .proto_podarki, .stages_podarki, .card-podarki, .form-podarki, .mobile-gallery_podarki, .results_podarki {
        padding: 50px 0;
    }
    .proto-gallery {
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .podarki__video {
        height: 305px;
        object-fit: cover;
        object-position: center;
    }
    .podarki__video-wrapper {
        margin: 0 0 50px 0;
    }
    .proto-gallery {
        grid-template-columns: 100%;
        gap: 20px;
        margin: 30px 0 0 0;
    }
    .mobile-gallery_podarki-wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .info_wrap {
        grid-template-columns: 1fr;
        row-gap: 25px;
    }
    .info, .proto_podarki, .stages_podarki, .card-podarki, .form-podarki, .mobile-gallery_podarki, .results_podarki {
        padding: 30px 0;
    }
    .secptpb_podarki {
        margin: 50px 0;
    }
    .main_podarki {
        padding: 30px 0 0 0;
    }
    .main_podarki-bg {
        margin: 50px 0 0 0;
    }
    
}



