.sigma-central-europe {
    background: url(../../img/exibitions/sigma-central-europe-25/flexplay-materials-decoration-big.png) no-repeat, #a328d1;
    background-position: right top 100px;
    padding: 0 0 329px;
}
@media (max-width: 991px) {
    .sigma-central-europe {
        padding: 0 0 247px;
        background-position: right top 200px;
        background-size: 120%;
    }
}
@media (max-width: 768px) {
    .sigma-central-europe {
        background-position: right top 280px;
        background-size: 120%;
    }
}
@media (max-width: 600px) {
    .sigma-central-europe {
        background-position: right top 360px;
        background-size: 170%;
    }
}
@media (max-width: 500px) {
    .sigma-central-europe {
        background-position: right top 460px;
        background-size: 200%;
    }
}
@media (max-width: 400px) {
    .sigma-central-europe {
        background-position: right -85px top 355px;
        background-size: 230%;
    }
}

.sigma-central-europe .decoration {
    background-color: #3D0F58;
    height: 123px;
}
@media (max-width: 991px) {
    .sigma-central-europe .decoration {
        height: 60px;
    }
}

.sigma-central-europe .header {
    padding: 124px 0 56px;
}
@media (max-width: 991px) {
    .sigma-central-europe .header {
        padding: 40px 0 40px;
    }
}

.sigma-central-europe .header .container {
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    .sigma-central-europe .header .container {
        justify-content: center;
        align-items: center;
    }
}

.sigma-central-europe .header .flexlogo {
    width: 260px;
    height: auto;
    margin-bottom: 61px;
}
@media (max-width: 991px) {
    .sigma-central-europe .header .flexlogo {
        width: 200px;
        margin-bottom: 33px;
    }
}

.sigma-central-europe .header h1 {
    font-family: "Geologica", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
}
@media (max-width: 991px) {
    .sigma-central-europe .header h1 {
        font-weight: 400;
        font-size: 40px;
        text-align: center;
    }
}

.sigma-central-europe .wrap {
    display: flex;
    flex-direction: column;
    max-width: 898px;
    gap: 31px;
}
@media (max-width: 991px) {
    .sigma-central-europe .wrap {
        gap: 46px;
    }
}

.sigma-central-europe .wrap .bigtext {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .sigma-central-europe .wrap .bigtext {
        flex-direction: column;
        justify-content: center;
    }
}

.sigma-central-europe .wrap .bigtext .text {
    font-family: "Geologica", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #fff;
}
@media (max-width: 991px) {
    .sigma-central-europe .wrap .bigtext .text {
        font-size: 22px;
        font-weight: 500;
    }
}

.sigma-central-europe .wrap .bigtext .bigbtn {
    font-style: normal;
    font-weight: 400;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 55px;
    border: 2px solid #97c125;
    border-radius: 41.5px;
    transition: all .25s ease;
    cursor: pointer;
    text-decoration: none;
    background: #97c125;
    width: 280px;
    height: 60px;
    font-size: 16px;
    font-family: "Geologica", sans-serif;
    line-height: 130%;
}
.sigma-central-europe .wrap .bigtext .bigbtn:hover {
    background: #fff;
    color: #97c125;
}