:root {
    --sg-container-padding: 20px;
    --sg-container-sm-padding: 20px;
    --sg-gap: 20px;
    --sg-container-xs: 100%;
    --sg-container-sm: 536px;
    --sg-container-md: 728px;
    --sg-container-lg: 984px;
    --sg-container-xl: 100%;
    --sg-container-xxl: 1330px;

    --white: #fff;
    --acsent: #fb8d69;
    --dark-txt: #1c4a66;
    --dark-blue: #0e2838;
    --bg: #061b28;
    --black: #252525;
    --font-family: "Aleo", sans-serif;
    --second-family: "Montserrat", sans-serif;
    --third-family: "Noto Sans", sans-serif;
}

/* container */
.sg-container {
    width: 100%;
    max-width: calc(100% - 140px);
    margin: 0 auto;
    padding-inline: var(--sg-container-padding);
}

.sg-inner-container {
    padding-inline: var(--sg-container-sm-padding);
}

/* breadcrums */
.breadcrums-container {
    width: max-content;
    display: flex;
    gap: 15px;
    margin: 20px auto 50px auto;
    border-radius: 10px;
    padding: 14px 24px;
    background: var(--black);
}

.breadcrums-text {
    margin: 0;
    padding: 0;
}

.separator-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrums-text {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--grey);
}

.breadcrums-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--acsent);
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .breadcrums-text {
        font-family: var(--font-family);
        font-weight: 500;
        font-size: 16px;
        color: var(--grey);

        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 567px) {
    .breadcrums-container {
        margin: 15px 15px 20px 15px;
        width: calc(100% - 30px);
    }

    .separator-holder {
        flex: 0 0 15px;
    }

    .breadcrums-text {
        max-width: 100%;
    }

    .breadcrums-text-container {
        flex: 0 0 auto;
    }

    .breadcrums-text-container:last-child {
        flex: 1;
        overflow: hidden;
    }
}

.section-title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #0E2838;
    flex: 0 0 410px;
}

/*Block quality*/
.content-block--quality {
    margin: 70px auto;
}

/*Commintmetn block*/
.content-block--commitment {
    background-color: var(--bg);
    margin-bottom: 70px;
    padding: 50px 0;
    position: relative;
}

.content-block--commitment::before,
.content-block--booking::before {
    width: 100%;
    max-width: 50%;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(270deg, rgba(6, 27, 40, 0) 0%, rgba(0, 120, 114, 0.24) 100%);
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}

.content-block--booking::before {
    border-radius: 50px 0 0 50px;

}

.content-block--commitment::after,
.content-block--booking::after {
    width: 100%;
    max-width: 50%;
    height: 100%;
    content: '';
    display: block;
    background: linear-gradient(270deg, rgba(6, 27, 40, 0) 0%, rgba(0, 120, 114, 0.24) 100%);
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    transform: rotate(-180deg);
}

.content-block--booking::after {
    border-radius: 50px 0 0 50px;

}

.content-block--commitment .section-title {
    color: rgba(255, 255, 255, 1);
    flex: 0 0 auto;
}

/* Basic structure */
.content-block {
    margin-bottom: 70px;
    color: #fff;
}

.content-block__inner {
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.content-block__header {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 850px;
    margin: 0 auto 0 0;
}

.content-block__title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.content-block__description {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #FFFFFF;
}

/* Item with numbering */
.content-block__points {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.content-point {
    flex: 0 0 calc(50% - 15px);
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: rgba(14, 40, 56, 0.64);
    border-radius: 30px;
}

.content-point__title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #FFFFFF;
}

.content-point__number {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;

    /* acsent */
    color: #FB8D69;


    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 4%);
    border-radius: 14px;

}

.content-point__text {
    flex: 1;
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
}
.content-point__text a{
    color: var(--acsent);
}
/* block with icons */
.content-block__header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.content-block__icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.content-block__features {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
}

.feature-item {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
    background: rgba(14, 40, 56, 24%);
    border-radius: 30px;
    flex: 0 0 calc(33.33334% - 20px);
    padding: 30px;
}

.feature-item__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.feature-item__icon {
    width: 60px;
    height: 60px;
    background: rgba(14, 40, 56, 1);
    border-radius: 20px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    flex: 0 0 60px;
}

.feature-item__icon-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.feature-item__title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #0E2838;
    flex: 1;
}

.feature-item__text p {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #0E2838;
}

/*Booking*/
.content-block--booking {
    background-color: var(--bg);
    margin-bottom: 70px;
    padding: 50px 0;
    border-radius: 50px;
    max-width: calc(100% - 140px);
    position: relative;
}

/* adaptive */
@media (max-width: 768px) {

    .feature-item,
    .content-point {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .content-point__title {
        font-size: 24px;
        line-height: 29px;
    }

    .content-block--commitment {
        padding: 30px 0;
    }

    .content-block__icon {
        margin: 0 auto 10px;
    }
}

.content-block--medical {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 70px auto;
    border-radius: 50px;
    position: relative;
}

.content-block--medical .content-block__title,
.content-block--medical .content-block__description {
    color: var(--dark-blue);
}

.content-block__inner-left {
    flex: 0 0 410px;
}

.content-block--medical .content-block__inner {
    flex-flow: row wrap;
    gap: 100px;
}

.content-block__list {
    flex: 1;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    gap: 40px;
}

.content-list-item {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    gap: 20px;
}

.content-list-item__icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
}

.content-list-item__title {
    font-family: var(--font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #0E2838;
}

.content-list-item__text {
    font-family: var(--second-family);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #0E2838;
}

@media screen and (max-width: 1240px) {
    .content-block--booking {
        max-width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1100px) {
  

    .content-block--booking {
        max-width: 100% !important;
        border-radius: 0;
    }

    .content-block--medical .content-block__inner {
        gap: 50px;
    }

    .content-block--booking::before,
    .content-block--booking::after {
        border-radius: 0;
    }
}

@media screen and (max-width: 1024px) {
  

    .content-block__features {
        gap: 20px;
        justify-content: center;
    }

    .content-block--medical .content-block__inner {
        gap: 20px;
    }
}

@media screen and (max-width: 990px) {

    .feature-item {
        flex: 0 0 calc(50% - 13.3334px);
    }
}

@media screen and (max-width: 768px) {

    .content-block--booking,
    .content-block--commitment {
        margin-bottom: 50px;
    }

    .content-block--medical,
    .content-block--quality {
        margin: 50px auto;
    }

    .section-title,
    .content-block__title {
        font-size: 44px;
        line-height: 53px;
    }

    .content-block__inner-left {
        flex: 0 0 100%;
    }

    .content-block__list {
        flex: 0 0 auto;
    }

    .feature-item__text p {
        text-align: left;
    }

    .content-block--medical .content-block__inner {
        gap: 20px;
    }

    .feature-item {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
    }
}

@media screen and (max-width: 690px) {
    .content-block__points {
        flex-flow: column;
        gap: 10px;
    }

    .content-list-item__title,
    .content-point__title {
        font-size: 24px;
        line-height: 29px;
    }

    .content-block__inner {
        gap: 20px;
    }

    .content-block--booking,
    .content-block--commitment {
        padding: 20px 0;
    }
}

@media screen and (max-width: 560px) {
    .content-block__inner {
        padding: 0 15px !important;
    }

    .content-point__title,
    .feature-item__title {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
    }

    .feature-item__icon {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }

    .feature-item__icon-img {
        max-width: 24px;
        height: auto;
    }

    .content-list-item {
        gap: 10px;
    }

    .content-list-item__icon {
        flex: 0 0 32px;
        width: 32px;
        height: 32px;
    }

    .content-block--booking,
    .content-block--commitment {
        margin-bottom: 40px;
    }

    .content-block--medical,
    .content-block--quality {
        margin: 40px auto;
    }

    .feature-item,
    .content-point {
        padding: 15px;
    }

    .content-block__list {
        gap: 20px;
    }

    .section-title,
    .content-block__title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media screen and (max-width: 450px) {}