:root {
    --bg-dark: #E0E0E0;
    --bg-light: #F5F5F5;
    --card: #FFFFFF;
    --head: #2B2525;
    --main-text: #5C5C5C;
    --primary: #0DCAF0;
    --stroke: #C2C2C2;
}

#autopark-block .AutoParkAbout {
    color: var(--head, #2B2525);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

#autopark-block .AutoParkAbout span {
    color: var(--primary, #0DCAF0);
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

#autopark-block .block_up {
    margin-top: 80px;
}

#autopark-block .block_up svg {
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto;
}

#autopark-block .svg_up {
    width: 958px;
}

#autopark-block .autopark_wrapper {
    display: flex;
    flex-wrap: wrap;
}

#autopark-block .bottom-holder {
    display: flex;
    flex-direction: row;
}

#autopark-block .left_photo_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#autopark-block .advantages_wrapper {
    background: var(--head, #2B2525);
}

#autopark-block .left_up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    gap: 30px;
}

#autopark-block .left_photo_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#autopark-block .left_title_advantages {
    color: var(--card, #FFF);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 48px;
    display: flex;
    flex-direction: column;
}

#autopark-block .left_title_advantages span {
    color: var(--primary, #0DCAF0);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

#autopark-block .left-side {
    width: 50%;
}

.advantages {
    color: var(--card, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.advantages_text {
    display: flex;
    padding-left: 30px;
    gap: 15px;
}

#autopark-block .ceiling_up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    flex-grow: 1;
}

#autopark-block .ceiling_up img {
    max-width: 443px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#autopark-block .left_photo_top {
    position: relative;
}

#autopark-block .left_photo_top:hover .overlay {
    opacity: 1;
    transition: all .5s;
}

#autopark-block .left_photo_bottom {
    position: relative;
}

#autopark-block .left_photo_bottom:hover .overlay {
    opacity: 1;
    transition: all .5s;
}

#autopark-block .right_photo_bottom {
    position: relative;
}

#autopark-block .right_photo_bottom:hover .overlay {
    opacity: 1;
    transition: all .5s;
}

#autopark-block .photo-add {
    position: relative;
    display: flex;
    height: 100%;
    max-height: 395px;
}

#autopark-block .photo-add:hover .overlay {
    opacity: 1;
    transition: all .5s;
}

#autopark-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: #0DCAF080;
    display: flex;
    transition: all .5s;
}

#autopark-block .overlay svg {
    display: flex;
    margin: 0px auto;
    margin-top: auto;
    margin-bottom: auto;
}

#autopark-block .right_photo_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 915px;
    max-height: 590px;
    flex-grow: 1;
}

#autopark-block .involucre {
    display: flex;
    margin-top: 48px;
    padding-left: 30px;
    padding-right: 30px;
}

#autopark-block .right_side {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    height: 100%;
    padding-left: 30px;
}

@media screen and (max-width: 1180px) {
    #autopark-block .left_up {
        grid-template-columns: 1fr;
        width: 100%;
    }
    #autopark-block .advantages_wrapper {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1180px) {
    #autopark-block .ceiling_up {
        grid-template-columns: 1fr;
        width: 100%;
    }
}

@media screen and (max-width: 1180px) {
    #autopark-block .ceiling_up img {
        max-width: unset
    }
}

@media screen and (max-width: 1004px) {
    #autopark-block .block_up svg {
        display: none;
    }
}

@media screen and (max-width: 732px) {
    #autopark-block .involucre {
        flex-direction: column;
        padding-left: unset;
    }
}

@media screen and (max-width: 732px) {
    #autopark-block .ceiling_up img {
        max-width: unset;
        max-height: unset;
    }
}


@media screen and (max-width: 732px) {
    #autopark-block .advantages_wrapper {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 732px) {
    #autopark-block .left_side {
        padding-left: 30px;
    }
}

@media screen and (max-width: 463px) {
    #autopark-block .AutoParkAbout {
        font-size: 40px;
    }
}

@media screen and (max-width: 463px) {
    #autopark-block .AutoParkAbout span {
        font-size: 40px;
    }
}

@media screen and (max-width: 380px) {
    #autopark-block .left_title_advantages {
        font-size: 20px;
    }
}

@media screen and (max-width: 380px) {
    #autopark-block .left_title_advantages span {
        font-size: 20px;
    }
}

@media screen and (max-width: 385px) {
    #autopark-block .svg_down svg {
        width: 100%;
    }
}