

/* Start:/bitrix/templates/obermeister/css/projects.css?17598411203096*/
.main .container {
    display: flex;
    flex-direction: column;
    font-family: "Roboto";
}

.title-heading {
    margin-bottom: 0;
}

.title-heading::before,
.title-heading::after {
    content: none;
}

.title-subheading {
    font-weight: 200;
    font-style: italic;
    font-size: 24px;
}

.projects {
    width: 100%;
    margin-top: 50px;
}

.projects .title {
    position: relative;
    font-size: 36px;
    color: #555555;
    font-weight: 700;
    text-align: right;
    background-color: #888888;
    padding: 20px;
    cursor: pointer;
}

.projects .title::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 20px;
    background-image: url("/bitrix/templates/obermeister/css/../img/projects_title.svg");
    background-size: cover;
    transform: rotate(180deg);
    width: 65px;
    height: 40px;
    transition: transform 0.3s;
}

.projects .title::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 20px;
    background-image: url("/bitrix/templates/obermeister/css/../img/projects_title.svg");
    background-size: cover;
    transform: rotate(180deg);
    width: 65px;
    height: 40px;
    transition: transform 0.3s;
}

.projects .title.active::before,
.projects .title.active::after {
    transform: rotate(0);
}

.projects .subtitle {
    font-size: 26px;
    text-align: right;
    font-style: italic;
    font-weight: 300;
    padding-right: 20px;
}

.project {
    background-color: #cccccc;
    margin-top: 20px;
}

.project:first-child {
    margin-top: 0;
}

.project_content {
    display: flex;
    max-height: 0;
    overflow: hidden;
    margin-top: 30px;
    transition: max-height 0.3s;
}

.project_content.active {
    max-height: 2000px;
    padding-bottom: 40px;
}

.project_content .images {
    padding-left: 40px;
    width: 64%;
}

.project_content .description {
    font-size: 28px;
}

@media screen and (max-width: 1299px) {

    .title-subheading {
        font-size: 22px;
    }

    .projects .title {
        font-size: 26px;
    }

    .project .title span {
        display: block;
        width: 80%;
        margin-left: auto;
    }

    .projects .title::before {
        width: 45px;
        height: 30px;
    }

    .projects .title::after {
        width: 45px;
        height: 30px;
    }

    .projects .title.active::before,
    .projects .title.active::after {
        transform: rotate(180deg);
    }

    .projects .subtitle {
        font-size: 20px;
    }

    .project_content {
        padding-left: 20px;
        flex-direction: column;
    }

    .project_content.active {
        max-height: 2000000px;
    }

    .project_content .images {
        padding-left: 0;
    }

    .project_content .description {
        font-size: 24px;
    }

}

@media screen and (max-width: 425px) {

    .projects .title {
        font-size: 22px;
    }

    .project_content .images img {
        width: 250px;
    }

    .project_content .description {
        font-size: 20px;
    }

}
/* End */
/* /bitrix/templates/obermeister/css/projects.css?17598411203096 */
