.service-text-block-top {
  margin-bottom: 50px;
}
.service-text-block-top__text {
  line-height: 150%;
  display: flex;
  column-gap: 40px;
}
.service-text-block-top__text>div {
  flex: 1 1 calc(50% - 40px / 2);
}
.service-text-block-top__text b {
  font-weight: 700;
}

@media screen and (max-width:1024px) {
  .service-text-block-top__text>div {
    flex: none;
  }
  .service-text-block-top__text {
    flex-direction: column;
    row-gap: 20px;
  }
}

.why_severin {
        margin-bottom: 150px;
    }
    .why_severin--inner {
        display: flex;
        gap: 30px;
    }
    .why--item {
        padding: 50px 0;
        position: relative;
        flex: 1;
    }
    .why--item:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1px;
        background-color: #d9d9d9;
        z-index: 1;
    }
    .why--item span {
        display: block;
        color: #363636;
        font-family: Formular, sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 20px;
    }
    .why--item p {
        color: #363636;
        font-family: Formular, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        position: relative;
    }
    .why--item p:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 10px;
        height: 10px;
        background-color: #FF0000;
        z-index: 2;
    }

    @media screen and (max-width:1200px) {
        .why_severin--inner {
            flex-direction: column;
        }
    }

.specials__sticky .specials__sticky-item:first-child {
    margin-bottom: 50px;
}
.specials__sticky .specials__sticky-item:last-child {
    display: flex;
}
.specials__sticky-item .img__item {
    flex: none;
    width: 440px;
}
.specials__sticky .specials__sticky-item:last-child a {
    display: block;
    color: #FC0D1B;
    margin-top: 40px;
    text-decoration: underline;
}
.sod {
    position: relative;
    margin-bottom: 70px;
}
.sod--img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sod--img img {
    width: 100%;
    height: 100%;

}
.sod p {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.4;
}
.sod ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px !important;
}
.sod--inner {
    z-index: 1;
    position: relative;
    padding: 80px 0;
}
.sod .accordion-block {
    display: block;
    padding: 0;
    margin-bottom: 5px;
}
.sod .more {
    border: none;
}
@media (max-width:1024px) {
    .sod--img img {
        object-fit: cover;
    }
}