.hero-page {
    padding: 170px 0 70px 0;
    background: #F0EDE6;
}

.page-title {
    font-family: 'Bebas Neue Cyrillic';
    font-size: 80px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
    color: #FF5224;
}

.page-descr {
    max-width: 610px;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #FF5224;
}


.page-img {
    text-align: center;
    margin-top: 60px;
}

.page-img img {
    width: 100%;
}


.why-work {
    background: #F0EDE6;
    padding-bottom: 100px;
}

.title-block {
    font-family: 'Bebas Neue Cyrillic';
    font-size: 60px;
    width: 100%;
    text-align: center;
    justify-content: center
}

.step-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 50px;

}

.step {
    width: 22%;
    text-align: center;
}

.step-circle {
    width: 80px;
    height: 50px;
    border: 2px solid #FF5224;
    color: #FF5224;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 15px;
    background-color: #f3f1ec;
    z-index: 2;
    position: relative;
}

.step-text {
    font-size: 16px;
    color: #222;
}

.dashed-line {
    position: absolute;
    top: 25px;
    height: 2px;
    border-top: 2px dashed #f15a29;
    width: calc(100% - 25%);
    left: 12.5%;
    z-index: 1;
}

.soup-option {
    font-size: 16px;
}

.soup-kcal {
    color: #888;
    font-size: 15px;
}

.form-check {
    margin-bottom: 10px;
}

.soup-block {
    margin-top: 10px;
}

.form-check-input:checked {
    background-color: #959595;
    border-color: #959595;
}

.banner-content {
    position: relative;
}

.banner {
    position: relative;
}

.banner-img1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-img2 {
    position: absolute;
    right: -25px;
    top: -22%;
}


.offer {
    background: #F0EDE6;
    padding-bottom: 100px;
}

.offer-title {
    font-family: 'Bebas Neue Cyrillic';
    color: #FF5224;
    text-transform: uppercase;
    font-size: 175px;
    letter-spacing: 5px;
    text-align: center;
    opacity: 0.1;
    z-index: 2;
}

.offer-block {
    margin-top: -80px;
}

.offer-member {
    text-align: center;
    z-index: 10;
}

.offer-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1rem;
}

.offer-member h5 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
}

.offer-member p {
    font-size: 16px;
    max-width: 260px;
    margin: 10px auto 0 auto;
    color: #959595;
}

.why-us {
    background: #F0EDE6;
    padding: 100px 0 0 0;
}

.why-us-block {
    margin: 50px auto 0 auto;
    max-width: 1000px;
}

.why-us-items {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.why-us-item {
    margin-bottom: 40px;
}

.why-us h4 {
    width: 80px;
    height: 50px;
    border: 2px solid #FF5224;
    color: #FF5224;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #f3f1ec;
    z-index: 2;
    position: relative;
}

.why-us p {
    max-width: 350px;
    margin-top: 20px;
    font-size: 20px;
}

.why-us-img img {
    width: 600px;
}