header.og_wrapper {
    margin: 20px 0 12px
}

header.og_wrapper ul {
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center
}

header.og_wrapper ul a {
    text-decoration: none
}

@media(max-width:820px) {

    html .advantages_content .bottom .middle,
    html .advantages_content .top .middle {
        display: none !important
    }

    .advantages_content .bottom .right .phone,
    .advantages_content .top .right .phone {
        display: inline !important
    }

    .advantages_content .bottom .right p,
    .advantages_content .top .right p {
        background: linear-gradient(90deg, rgba(15, 166, 171, .75) 0, #fff 100%) !important;
        border-radius: 10px;
        line-height: 18px !important;
        padding: 3px 5px !important
    }

    header.og_wrapper ul {
        column-gap: 15px;
        row-gap: 15px;
        font-size: 14px
    }
}

html .vacations_content .item>div {
    height: inherit;
    min-height: 92px
}

.advantages_content.og_wrapper {
    max-width: inherit !important;
    padding: 0 140px
}

.vacations_content.og_wrapper {
    padding: 0 140px
}
@media (max-width: 1024px) {
    .advantages_content.og_wrapper,
    .vacations_content.og_wrapper {
        padding: 0 clamp(32px, 8vw, 80px)
    }
}
@media (max-width: 768px) {
    .advantages_content.og_wrapper,
    .vacations_content.og_wrapper {
        padding: 0 clamp(24px, 9vw, 60px)
    }
}
@media (max-width: 480px) {
    .advantages_content.og_wrapper,
    .vacations_content.og_wrapper {
        padding: 0 clamp(16px, 10vw, 40px)
    }
}
html .advantages_content {
    margin: 38px auto 95px
}

html .advantages_content .bottom,
html .advantages_content .top {
    display: flex;
    column-gap: 17px;
    justify-content: center
}

html .advantages_content .bottom {
    margin-top: 54px
}

html .advantages_content .bottom .left,
html .advantages_content .top .left {
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 150px 150px 150px;
    column-gap: 67px;
    row-gap: 50px
}

html .advantages_content .bottom .right,
html .advantages_content .top .right {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.advantages_content .bottom .right .phone,
.advantages_content .top .right .phone {
    display: none
}

html .advantages_content .top .middle img {
    width: 400px;
    height: auto
}

html .advantages_content .bottom .middle img {
    width: 450px;
    height: auto
}

html .advantages_content .bottom .middle p,
html .advantages_content .top .middle p {
    background-color: #73c5c8;
    padding: 20px 15px;
    margin: 20px auto;
    width: fit-content;
    color: #fff;
    font-size: 46px;
    display: flex;
    text-align: center;
    font-weight: 600;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
}

.advantages_content .bottom .right p,
.advantages_content .top .right p {
    background: url(/assets/img/about/advantages/bg_left.png) center center/100% 100% no-repeat;
    padding: 36px 48px 28px;
    color: #333;
    max-width: 480px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

html .advantages_content .item {
    border-radius: 10px;
    border: 5px solid #0fa6ab;
    padding: 34px 11px 23px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

html .advantages_content .item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}
.advantages-icon {
    width: 50px;
    height: auto;
}
.advantages-icon--crisp {
    image-rendering: crisp-edges;
}
.advantages-icon--small {
    width: 40px;
}
html .advantages_content .item p {
    text-align: center
}

html .advantages_content .item .ground {
    background: #fff;
    position: absolute
}

html .advantages_content .item .ground:nth-child(odd) {
    width: 50%;
    height: 8px;
    left: 50%
}

html .advantages_content .item .ground:nth-child(2n) {
    height: 50%;
    width: 8px;
    top: 50%
}

html .advantages_content .item .ground:nth-child(3) {
    top: 0;
    transform: translate(-50%, -6px)
}

html .advantages_content .item .ground:nth-child(4) {
    left: 0;
    transform: translate(-6px, -50%)
}

html .advantages_content .item .ground:nth-child(5) {
    bottom: 0;
    transform: translate(-50%, 6px)
}

html .advantages_content .item .ground:nth-child(6) {
    right: 0;
    transform: translate(6px, -50%)
}

@media(min-width:1351px) and (max-width:1450px) {

    html body .advantages_content .bottom .right p,
    html body .advantages_content .top .right p {
        font-size: 20px;
        line-height: 30px
    }
}

@media(max-width:1350px) {
    .advantages_content.og_wrapper {
        max-width: inherit !important;
        padding: 0 100px
    }

    .vacations_content.og_wrapper {
        padding: 0 100px
    }

    html .vacations_content .item>div {
        height: inherit;
        min-height: 80px
    }

    html body .advantages_content .bottom .right,
    html body .advantages_content .top .right {
        margin: auto;
        height: fit-content
    }

    html body .advantages_content .bottom .right p,
    html body .advantages_content .top .right p {
        font-size: 14px;
        line-height: 18px;
        padding: 24px 32px 24px 56px
    }

    html body .advantages_content .bottom .left,
    html body .advantages_content .top .left {
        grid-template-columns: 126px 126px;
        -moz-column-gap: 28px;
        column-gap: 28px;
        row-gap: 24px
    }

    html body .advantages_content .bottom .left p,
    html body .advantages_content .top .left p {
        margin: 0;
        font-size: 12px;
        line-height: 10px;
        text-align: center !important;
        hyphens: none
    }

    html body .advantages_content .item {
        border: 2px solid #0fa6ab;
        padding: 20px 5px 15px
    }

    html body .advantages_content .item img {
        width: 22px
    }

    html body .advantages_content .item .ground:nth-child(3) {
        top: 0;
        transform: translate(-50%, -4px)
    }

    html body .advantages_content .item .ground:nth-child(5) {
        bottom: 0;
        transform: translate(-50%, 4px)
    }

    html body .advantages_content .item .ground:nth-child(4) {
        left: 0;
        transform: translate(-4px, -50%)
    }

    html body .advantages_content .item .ground:nth-child(6) {
        right: 0;
        transform: translate(4px, -50%)
    }
}

@media(max-width:820px) {
    html .advantages_content.bottom.middle,
    html .advantages_content.top.middle {
        display: none !important
    }

    .advantages_content .bottom .right .phone,
    .advantages_content .top .right .phone {
        display: inline !important
    }

    header.og_wrapper ul {
        -moz-column-gap: 15px;
        column-gap: 15px;
        row-gap: 15px;
        font-size: 14px
    }

    .top {
        flex-direction: column-reverse
    }

    .bottom {
        flex-direction: column
    }

    html body .advantages_content .bottom .left,
    html body .advantages_content .top .left {
        margin-top: 31px;
        justify-content: center
    }

    .advantages_content.og_wrapper,
    .vacations_content.og_wrapper {
        padding: 0 20px
    }

    html .vacations_content {
        height: fit-content;
        padding: 0 !important
    }

    html .vacations_advantages {
        padding: 36px 20px 59px
    }
}

@media(max-width:767px) {
    html .vacations_content {
        background: none;
        padding: inherit !important
    }

    html .bottom .right p,
    html .top .right p {
        background: linear-gradient(90deg, rgba(15, 166, 171, .75) 0, #fff 100%) !important;
        border-radius: 10px;
        font-size: 12px !important;
        line-height: 18px !important;
        padding: 3px 5px !important
    }
}