ul,
ol {
    padding: 0;
}
.section__title {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    text-align: center;
}

.section__dsc {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.img {
    display: flex;
}

.herobanner {
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    max-height: 495px;
    border-radius: 40px;
}

.herobanner__left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 50px 60px;
}

.herobanner__left .title {
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}

.herobanner__left .dsc {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
    margin-bottom: 25px;
}

.herobanner__left .dsc:last-child {
    margin-bottom: 0;
}

.herobanner__left .adv__list {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 0;
}

.herobanner__left .adv__list li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    max-width: 110px;
    height: 100%;
    min-height: 110px;
    max-height: 110px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    text-align: center;
}

.herobanner__left .adv__list li .number {
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 5px;
}

.herobanner__left .adv__list li .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.herobanner__left .reward__list {
    display: flex;
    align-items: center;
    gap: 23px;
}
.herobanner__left .reward__list li > img {
    width: 83px;
    height: 83px;
    object-fit: contain;
}

.herobanner__right {
    display: flex;
}

.herobanner__right img {
    max-height: 495px;
    object-fit: contain;
}

.s-whywe {
    position: relative;
    padding: 50px 0;
}

.s-whywe::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://medica-plus.com/image/bg_patern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    opacity: 0.1;
    z-index: 0;
}

.s-whywe .container {
    position: relative;
    z-index: 10;
}

.s-whywe .section__title {
    margin-bottom: 40px;
}

.recomendation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

.recomendation__list li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 176px;
    text-align: center;
}

.recomendation__list li .number {
    width: 100%;
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 600;
    font-size: 150px;
    line-height: 176px;
    background: linear-gradient(
            295deg,
            rgba(255, 242, 178, 1) 0%,
            rgba(226, 172, 29, 1) 45%,
            rgba(255, 242, 178, 1) 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: -1;
}

.recomendation__list li .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

@media only screen and (max-width: 768px) {
    .category__list {
        padding: 50px 5px;
    }
    .herobanner {
        grid-gap: 20px;
        background-position: center;
    }
    .herobanner__left .adv__list {
        margin-top: 35px;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 0;
    }
    .herobanner__left .adv__list li {
        width: 100%;
    }
    .herobanner__left {
        padding: 20px 30px;
    }

    .herobanner__left .adv__list li .text {
        font-size: 14px;
    }

    .herobanner__left .adv__list li .number {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 478px) {
    img {
        max-width: 100%;
    }
    .herobanner {
        grid-template-columns: 1fr;
        height: max-content;
        max-height: 100%;
        padding: 30px 10px;
    }
    .recomendation__list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        list-style: none;
    }
    .herobanner__right {
        order: -1;
    }
}

/* Banners main */
.s-banners {
    margin-top: 65px;
}
.banners__grid {
    display: flex;
    flex-direction: column;
    gap: 65px;
}
.banners__grid-item {
    position: relative;
    min-height: 680px;
    max-height: 680px;
    height: 100%;
    flex: 1 0 0;
}
.banners__grid-item-img {
    display: flex;
    width: 100%;
    height: 100%;
}
.banners__grid-item-img img,
.banners__grid-item-img iframe {
    width: 100%;
    height: 100%;
}
.banners__grid-item-content {
    max-width: 400px;
    position: absolute;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.banners__grid-item-content.item--left {
    left: 60px;
}
.banners__grid-item-content.item--right {
    right: 60px;
}
.banners__grid-item-content .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.banners__grid-item-content .dsc {
    font-size: 16px;
    color: #fff;
}
.banners__grid-item-content .btn {
    background: #000;
    color: #fff;
    width: max-content;
    padding: 14px;
    border-radius: 50px;
    font-size: 16px;
    border: none;
}
.banners__grid-item-content .btn.btn--white {
    background: #fff;
    color: #000;
}

/* infobanners */
.cs-infobanner {
    margin: 80px 0;
}
.infobanner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
.infobanner-grid__item {
    background: #f7f7f7;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px 15%;
    text-align: center;
}
.infobanner-grid__item.big--item {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
    align-items: end;
    padding: 0;
}
.infobanner-grid__item.big--item > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.infobanner-grid__item .item-title {
    font-size: 18px;
    font-weight: 900;
}
.infobanner-grid__item .item-dsc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.infobanner-grid__item .item-dsc p {
    font-size: 16px;
}
.infobanner-grid__item .qr-image {
    display: flex;
}
.infobanner-grid__item .qr-image img {
    width: 71px;
    height: 71px;
    object-fit: contain;
}
.infobanner-grid__item.link--item {
    background: #fff;
    grid-column: span 3;
    display: flex;
    justify-content: center;
}
.info-btn {
    width: max-content;
    background: #000;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    padding: 24px;
    border: 1px solid #000;
    transition: background 0.4s, color 0.4s;
}
.info-btn:hover {
    background: #fff;
    color: #000;
}

/* Medica Team */
.s-medicateam {
    background-color: #fff;
    margin-top: 30px;
    padding: 50px 0;
}

.medicateam__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    list-style: none;
    grid-gap: 12px;
    padding: 0;
}

.medicateam__list li {
    width: 100%;
    justify-self: center;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 310px;
}

.medicateam__list li .img {
    margin-bottom: 18px;
}

.medicateam__list li .img img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.medicateam__list li .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 8px;
}

.medicateam__list li .position {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #6f6f6f;
}

.medicateam__list li .position_second {
    font-weight: 200;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #afafaf;
    margin-top: 9px;
}

@media only screen and (max-width: 991px) {
    .adv-box__list {
        grid-template-columns: 1fr;
    }
    .cs-adv .pr-container {
        padding: 30px;
    }
    .advs-box {
        flex-direction: column;
    }
    .medicateam__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .infobanner-grid {
        grid-template-columns: 1fr;
    }
    .infobanner-grid__item {
        padding: 20px;
    }
    .infobanner-grid__item.big--item {
        grid-column: auto;
        grid-row: auto;
    }
    .infobanner-grid__item.link--item {
        grid-column: auto;
    }
    .infocontent-grid {
        grid-template-columns: 1fr;
        border-radius: 45px;
    }
    .infocontent-grid__left {
        padding: 20px;
        text-align: center;
        align-items: center;
    }
    .tips-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .tips-grid.grid--little {
        grid-template-columns: 1fr;
    }
    .infocontent-grid__right > img {
        border-radius: 0 0 30px 30px;
    }
    .banners__grid-item {
        min-height: max-content;
        max-height: max-content;
    }
    .banners__grid-item-content {
        bottom: 10px;
        left: 10px !important;
        right: auto !important;
        gap: 0;
    }
    .banners__grid-item-img img,
    .banners__grid-item-img iframe {
        height: 350px;
        object-fit: cover;
    }
    .banners__grid-item.item--qr img {
        object-fit: contain;
        height: max-content;
    }
}
@media only screen and (max-width: 768px) {
    .cs-adv .pr-container {
        padding: 0;
    }
    .advs-box {
        padding: 30px;
    }
    .adv-box__list .item {
        padding: 0;
        gap: 10px;
    }
    .tips-grid {
        grid-template-columns: 1fr;
    }
    .discount-grid {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 468px) {
    .adv-box__list .item {
        padding: 0;
    }
    .cs-adv .pr-container {
        padding: 0;
    }
    .medicateam__list li {
        width: 100%;
        min-height: 100%;
    }
    .medicateam__list {
        grid-template-columns: repeat(2, 1fr);
    }
}