/* yamalube page */

@media screen and (max-width: 575px) {
    .container_100 {
        max-width: 100%;
    }
}
.yamalube-page__breadcrumbs {
    margin-bottom: 60px;
}
.yamalube-page__breadcrumbs-wrapper {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .yamalube-page__breadcrumbs-wrapper {
        max-width: 90%;
    }
}
.yamalube-page__section-intro {
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 100px;
}
.yamalube-page__section-about {
    margin: 100px 0;
}
.yamalube-page__section-accordion {
    padding-bottom: 100px;
}
.yamalube-page__section-standards {
    padding-bottom: 110px;
}
.yamalube-page__section-banner {
    padding-bottom: 200px;
}
.yamalube-page__cards {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section-intro__wrapper {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .section-intro__wrapper {
        max-width: 90%;
    }
}
.section-intro__inner {
    display: flex;
    flex-wrap: nowrap;
}
.section-intro__column {
    width: calc((100% - 91px) / 2);
    flex-grow: 1;
    margin-right: 91px;
}
.section-intro__column:last-child {
    margin-right: 0;
}
.section-intro__column_flex {
    display: flex;
    flex-direction: column;
}
.section-intro__column-title {
    font-family: "Oswald", sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 68px;
    margin-bottom: 34px;
}
.section-intro__info {
    margin-bottom: 34px;
}
.section-intro__info-item {
    margin-bottom: 45px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #181818;
}
.section-intro__video {
    width: 100%;
    max-width: 100%;
}
.section-intro__list {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: my-counter;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section-intro__list-item {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.section-intro__list-item:last-child {
    margin-bottom: 0;
}
.section-intro__list-item::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    color: #ED1C24;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    margin-right: 30px;
    display: block;
}

.section-about__wrapper {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .section-about__wrapper {
        max-width: 90%;
    }
}
.section-about__inner {
    display: flex;
    flex-wrap: nowrap;
}
.section-about__column {
    margin-right: 91px;
    width: calc((100% - 91px) / 2);
}
.section-about__column:last-child {
    margin-right: 0;
}
.section-about__column-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #181818;
    margin-bottom: 34px;
}
.section-about__list-item {
    margin-bottom: 34px;
}
.section-about__list-item:last-child {
    margin-bottom: 0;
}
.section-about__item-title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #ED1C24;
    margin-bottom: 15px;
}
.section-about__item-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #181818;
}
.section-about__info {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #181818;
}
.section-about__img {
    width: 100%;
    max-width: 100%;
}

.section-accordion__wrapper {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .section-accordion__wrapper {
        max-width: 90%;
    }
}
.section-accordion__title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #181818;
    margin-bottom: 34px;
}

.yamalube-info {
    padding: 34px 0 26px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.yamalube-info__column {
    margin-right: 34px;
}
.yamalube-info__column:last-child {
    margin-right: 0;
}
.yamalube-info__text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #181818;
    max-width: 546px;
}
.yamalube-info__img {
    width: 100%;
    max-width: 100%;
    min-width: 376px;
}

.section-standards__wrapper {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .section-standards__wrapper {
        max-width: 90%;
    }
}
.section-standards__title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #C6C6C6;
    color: #C6C6C6;
    margin-bottom: 36px;
}
.section-standards__info-item {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 34px;
}
.section-standards__info-item:last-child {
    margin-bottom: 0;
}
.section-standards__item-marker {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ED1C24;
}

.section-banner__wrapper {
    width: 100%;
    max-width: 1111px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .section-banner__wrapper {
        max-width: 90%;
    }
}
.section-banner__img-wrapper {
    margin-bottom: 60px;
}
.section-banner__img {
    width: 100%;
    max-width: 100%;
}
.section-banner__info-inner {
    display: flex;
    justify-content: flex-end;
}
.section-banner__info-column {
    max-width: 509px;
}
.section-banner__info-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #C6C6C6;
    margin-bottom: 34px;
}
.section-banner__info-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #181818;
}

@media screen and (max-width: 991px) {
    .yamalube-page__breadcrumbs {
        margin-bottom: 30px;
    }
    .yamalube-page__section-intro {
        padding-bottom: 60px;
    }
    .yamalube-page__section-accordion {
        padding-bottom: 100px;
    }
    .yamalube-page__section-standards {
        padding-bottom: 60px;
    }
    .yamalube-page__section-banner {
        padding-bottom: 160px;
    }
    .section-intro__inner {
        flex-wrap: wrap;
    }
    .section-intro__column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 80px;
    }
    .section-intro__column:last-child {
        margin-bottom: 0;
    }
    .section-intro__column-title {
        font-size: 30px;
        line-height: 34px;
    }
}
@media screen and (max-width: 767px) {
    .section-about__inner {
        flex-wrap: wrap;
    }
    .section-about__column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
    }
    .section-about__column:last-child {
        margin-bottom: 0;
    }
    .section-about__img-wrapper {
        margin-bottom: 60px;
    }
    .section-about__img-wrapper_ordered {
        order: -1;
    }
    .yamalube-info {
        flex-direction: column;
        padding-bottom: 0;
    }
    .yamalube-info__column {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .yamalube-info__column:last-child {
        margin-bottom: 0;
    }
    .yamalube-info__img {
        min-width: auto;
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .yamalube-page__section-about {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    .section-intro__info-item {
        margin-bottom: 13px;
    }
    .section-intro__list-item {
        font-family: "Inter", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .section-intro__list-item::before {
        margin-right: 20px;
    }
}
/* ------------------------------------------ yamalube card */

.yamalube-card {
    background-color: #F9F9F9;
    border-radius: 4px;
    min-height: 122px;
    padding: 20px 50px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.yamalube-card__title {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #181818;
}
.yamalube-card__subtitle {
    font-weight: 300;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    margin-top: 8px;
    color: #181818;
}
.yamalube-card__text {
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-top: 8px;
    color: #ED1C24;
    font-size: 14px;
}
.yamalube-card__icon-arrow {
    background-image: url("/local/templates/main/image/arrow-right.svg");
    background-repeat: no-repeat;
    width: 61px;
    height: 12px;
}
.yamalube-card:hover {
    background-color: #ED1C24;
}
.yamalube-card:hover .yamalube-card__title {
    color: white;
}
.yamalube-card:hover .yamalube-card__text {
    color: white;
}
.yamalube-card:hover .yamalube-card__subtitle {
    color: white;
}
.yamalube-card:hover .yamalube-card__icon-arrow {
    background-image: url("/local/templates/main/image/arrow-right-white.svg");
}

@media screen and (max-width: 500px) {
    .yamalube-card {
        flex-direction: column;
        align-items: start;
        min-height: 174px;
        gap: 22px;
        padding: 24px;
    }
}