﻿body {
    background-color: #aeaeae;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    height: 100%;
    overflow: hidden;
}

p {
    margin: 0;
}

.aerofoils__wrapper {
    background: url("/images/aerofoils/page-bg.png") no-repeat center center fixed;
    -webkit-background-size: contain;
    background-size: contain;
    height: 100%;
    position: relative;
}

.aerofoils__content {
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 481px;
}

.aerofoils__plus {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.aerofoils__plus-group {
    display: flex;
    justify-content: space-between;
}

.aerofoils__plus-group--item {
    display: block;
}

.aerofoils__content-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 10;
}

    .aerofoils__content-middle .element-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .aerofoils__content-middle .element-group__btn {
        display: flex;
        align-items: center;
        gap: 1.6875rem;
        margin-bottom: 2.1875rem;
    }

        .aerofoils__content-middle .element-group__btn > .btn {
            width: auto;
            padding: 1.375rem 4.375rem 1.625rem;
            border: 3px solid #000;
            font-weight: 600;
            font-size: 25.1px;
            line-height: 100%;
            color: #DBFF00;
            display: inline-flex;
            justify-content: center;
            text-decoration: none;
            cursor: pointer;
        }

    .aerofoils__content-middle .element-group__brand {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .aerofoils__content-middle .element-group__brand > img {
            display: block;
        }

    .aerofoils__content-middle .aerofoils__content-middle--text > p {
        font-weight: 600;
        font-size: 68px;
        color: #DBFF00;
    }

        .aerofoils__content-middle .aerofoils__content-middle--text > p:first-child {
            text-align: right;
        }

@media (max-width: 992px) {
    .aerofoils__wrapper {
        background: url("/images/aerofoils/page-mobile-bg.png") no-repeat center center fixed;
        background-size: 100% 100% !important;
    }

    .aerofoils__content-middle {
        flex-direction: column-reverse;
    }

    .aerofoils__content {
        height: calc(100% - 200px);
        min-height: auto;
    }

    .aerofoils__plus-group {
        padding: 0 1.25rem;
    }

    .aerofoils__content-middle .element-group {
        margin-bottom: 2.3125rem;
    }

    .aerofoils__content-middle .element-group__btn {
        margin-bottom: 1.375rem;
        gap: unset;
        justify-content: space-between;
        width: 100%;
    }

        .aerofoils__content-middle .element-group__btn > .btn {
            padding: .625rem 2.125rem .75rem;
            font-size: 12px;
        }

    .aerofoils__content-middle .element-group__brand > img {
        max-width: 25%;
    }

    .aerofoils__content-middle .aerofoils__content-middle--text {
        text-align: center;
    }

        .aerofoils__content-middle .aerofoils__content-middle--text > p {
            font-size: 35px;
        }
}

@media (max-height: 780px) {
    .aerofoils__content {
        height: calc(100% - 125px);
    }
}
