

/* Start:/company/about.css?17513716913975*/
 @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body{
    /* margin: 2rem 2rem 0 2rem; */
    /* font-family: "Inter", serif; */
    /* display: flex; */
    /*flex-direction: row;*/
    /* gap: 2.5rem; */
    /* flex-direction: column; */
}
.main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5rem;
}

.first-screen{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.about-logo {
    width: 55%;
    height: auto;
    object-fit: contain;
}

.paragraph{
    text-align: justify ;
    text-indent: 2.25rem;
    font-size: 1.7rem;
    margin: 0;
    line-height: 1.5em
}
.second-screen{
    display: flex;
    flex-direction: column;
}
.about-title{
    font-size: 3.625rem;
    color: #008397;
    margin: 0;
}
.main-second-screen{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.advantages{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.advantages-item{
    width: 2.6rem;
}
.align{
    text-align: start;
    text-indent: 0;
}
.advantages-list{
    display: flex;
    flex-direction: column;
    gap: 1.875rem   ;
}
.decor-advantages{
    width: 31vw;
    height: auto;
    object-fit: contain;
}

.third-screen{
    display: flex;
    flex-direction: column;
    gap: 2rem   ;
}
.image-container {
    position: relative;
    display: inline-block;

}
.work-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.work-card  {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.3s ease;
}

.overlay {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    color: white;
    display: flex;
    padding-bottom: 2rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0 !important;
    transition: opacity 0.3s ease, filter 0.3s ease;
    text-align: center;
}

.name{
    font-size: 3vw;
    font-weight: bold;
    text-indent: 2.25rem;
    text-align: left;
}
.image-container:hover .work-card {
    filter: blur(5px);
}

.image-container:hover .overlay {
    opacity: 1;
}

.fourth-screen{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.advantages-item-container {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.advantages-item-number {
    display: block;
    width: 7rem;
}

.number {
    position: absolute;
    font-size: 4rem;
    color: white;
    font-weight: bold;

    text-shadow:
            1px 1px 0 rgb(0, 131, 151),
            -1px -1px 0 rgb(0, 131, 151),
            1px -1px 0 rgb(0, 131, 151),
            -1px 1px 0 rgb(0, 131, 151);
}


@media screen and (max-width: 1200px) {
    .main{
        gap: 2vw ;
    }
    .paragraph{
        font-size: 2vw;
    }
    .about-title{
        font-size: 3.5vw;
    }
    .advantages-list{
        gap: 1vw;
    }
    .advantages-item{
        width: 3vw;
    }
    .advantages-item-number{
        width: 7vw;
    }
    .number{
        font-size: 3.5vw;
    }
}
@media screen and (max-width: 768px) {
    .about-logo{
        width: 90%;
    }
    .second-screen{
        gap: 2rem;
    }
    .main-second-screen{
        flex-direction: column;
        align-items: start;
        gap: 1rem;
    }
    .paragraph{
        font-size: 4vw;
    }
    .about-title{
        font-size: 6vw;
    }
    .advantages-list{
        gap: 0.5rem;
    }
    .advantages-item{
        width: 7vw;
    }
    .decor-advantages{
        width: 100%;
    }
    .work-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .name{
        font-size: 6vw;
    }
    .advantages-item-number{
        width: 10vw;
    }
    .number{
        font-size:5vw;
    }
}
/* End */
/* /company/about.css?17513716913975 */
