.page-obzor-bk__inner {
    background-color: #FFFFFF;
    padding: 60px 30px;
    border-radius: 27px;
    margin-bottom: 30px;
}
.page-obzor-bk__title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-transform: uppercase;
}
.page-obzor-bk-btn-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FDBA01;
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 14px;
    min-width: 215px;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #202020;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s linear;
}
.page-obzor-bk-btn-yellow:hover {
    opacity: 0.7;
}
.page-obzor-bk-btn-border {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 14px;
    min-width: 215px;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #202020;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s linear;
}
.page-obzor-bk-btn-border:hover {
    background-color: #000000;
    color: #FDBA01;
}
.page-obzor-bk-btn-black {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    border-radius: 15px;
    padding: 20px 76px;
    width: fit-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s linear;
}
.page-obzor-bk-btn-black:hover {
    opacity: 0.7;
}
.page-obzor-bk-hero {
    display: grid;
    grid-template-columns: minmax(385px,585px) 1fr;
    align-items: stretch;
    grid-gap: 44px;
}
.page-obzor-bk-hero .page-obzor-bk__title {
    margin-bottom: 6px;
    max-width: 608px;
}
.page-obzor-bk-hero__left {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/obzor-bk/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0px;
}
.page-obzor-bk-hero__left img {
    max-width: 414px;
    width: 100%;
}
.page-obzor-bk-hero__desc {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
.page-obzor-bk-hero__btns {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 24px;
}
.page-obzor-bk-awards {
    margin-top: 90px;
}
.page-obzor-bk-awards__wrap {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: stretch;
    background-color: #FDBA01;
    background-image: url(../img/obzor-bk/awards-bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 0 11px;
}
.page-obzor-bk-awards-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 260px;
    padding: 53px 19px 12px 19px;
    min-width: 298px;
    position: relative;
}
.page-obzor-bk-awards-item:nth-child(1):after,
.page-obzor-bk-awards-item:nth-child(2):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='1' height='260' viewBox='0 0 1 260' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='-9' x2='0.499988' y2='268' stroke='%23313131' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
}
.page-obzor-bk-awards-item__title {
    font-family: 'Onest';
    font-weight: 900;
    font-size: 30.0028px;
    line-height: 115%;
    text-transform: uppercase;
    color: #0D0D0D;
}
.page-obzor-bk-awards-item__title span {
    display: block;
    width: fit-content;
    background-color: #1F1F1F;
    border-radius: 3px;
    padding: 3px 5px 0 5px;
    color: #fff;
}
.page-obzor-bk-awards-item__disclaimer {
    font-family: 'Onest';
    font-size: 11.9851px;
    line-height: 12px;
    text-transform: uppercase;
    color: #664A3B;
}
.page-obzor-bk-partners {
    margin-top: 90px;
}
.page-obzor-bk-partners__title {
    margin-bottom: 20px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #4F4F4F;
}
.page-obzor-bk-partners__wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    grid-gap: 35px;
}
.page-obzor-bk-partners__items {
    display: grid;
    align-items: stretch;
    grid-gap: 20px;
}
.page-obzor-bk-partners__left .page-obzor-bk-partners__items {
    grid-template-columns: repeat(1,1fr);
}
.page-obzor-bk-partners__right .page-obzor-bk-partners__items {
    grid-template-columns: repeat(4,1fr);
}
.page-obzor-bk-partners-item {
    padding: 10px;
}
.page-obzor-bk-partners-item__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 234px;
    border-radius: 20px;
}
.page-obzor-bk-partners-item__name {
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}
.page-obzor-bk-ambassadors {
    margin-top: 90px;
}
.page-obzor-bk-ambassadors__items {
    display: grid;
    grid-template-columns: repeat(3,auto);
    align-items: stretch;
    justify-content: space-between;
    grid-gap: 20px;
}
.page-obzor-bk-ambassadors-item {
    max-width: 355px;
    padding: 10px;
    border-radius: 20px;
}
.page-obzor-bk-ambassadors-item__photo {
    width: 100%;
    height: 336px;
    object-fit: contain;
    border-radius: 0px;
}
.page-obzor-bk-ambassadors-item__name {
    margin-top: 10px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    color: #000000;
}
.page-obzor-bk-stocks {
    margin-top: 90px;
}
.page-obzor-bk-stocks__items {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: stretch;
    grid-gap: 40px 30px;
}
.page-obzor-bk-stocks-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-obzor-bk-stocks-item__img {
    width: 100%;
    border-radius: 0px;
}
.page-obzor-bk-stocks-item .page-obzor-bk-btn-border {
    width: 100%;
}
.page-obzor-bk-manual {
    margin-top: 90px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: stretch;
    grid-gap: 30px;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
.page-obzor-bk-manual__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #FDBA01;
    border-radius: 0px;
    padding: 30px;
}
.page-obzor-bk-manual__right {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 30px;
}
.page-obzor-bk-manual__img {
    position: absolute;
    right: -72px;
    top: -62px;
    z-index: -1;
}
.page-obzor-bk-manual .page-obzor-bk__title {
    font-family: 'Oswald';
    margin-bottom: 40px;
}
.page-obzor-bk-manual .page-obzor-bk-btn-black {
    margin-top: auto;
    width: 100%;
}
.page-obzor-bk-manual ol {
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.page-obzor-bk-manual ol a {
    color: #000;
    text-decoration: underline;
}
.page-obzor-bk-manual ol a:hover {
    text-decoration: none;
}

.page-obzor-bk-bonus-bk {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: stretch;
    grid-gap: 14px;
    margin-top: 90px;
}
.page-obzor-bk-bonus-bk .page-bonus-item {
    width: 100%;
    padding: 0;
}
.page-obzor-bk-bonus-bk .page-bonus-item__wrap {
    gap: 14px;
}
.page-obzor-bk-bonus-bk .page-bonus-item__bonus {
    font-size: 28px;
    line-height: 1.25;
    text-transform: uppercase;
}
.page-obzor-bk-bonus-bk .page-bonus-item__logo {
    height: 50px;
}
.page-obzor-bk-bonus-bk .page-bonus-item__logo img {
    height: 24px;
}
.page-obzor-bk-bonus-bk .page-bonus-item__desc {
    font-size: 16px;
    line-height: 23px;
}
.page-bonus-item__desc p:not(:last-child) {
    margin-bottom: 5px;
}
.page-obzor-bk-bonus-bk .page-bonus-item__link {
    height: 56px;
    font-size: 16px;
    line-height: 23px;
}

@media (max-width: 1200px) {
    .page-obzor-bk-hero {
        grid-template-columns: 100%;
    }
    .page-obzor-bk-hero__left {
        padding: 50px 0;
    }
    .page-obzor-bk-partners__wrap {
        grid-template-columns: 100%;
    }
    .page-obzor-bk-partners__left .page-obzor-bk-partners__items {
        grid-template-columns: repeat(3, 1fr);
    }
    .page-obzor-bk-manual {
        grid-template-columns: 100%;
    }
}
@media (max-width: 1024px) {
    .page-obzor-bk-stocks__items {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
    .page-obzor-bk-awards__wrap {
        grid-template-columns: 100%;
    }
    .page-obzor-bk-awards-item {
        padding: 40px 9px;
    }
    .page-obzor-bk-awards-item:nth-child(1):after, 
    .page-obzor-bk-awards-item:nth-child(2):after {
        top: 100%;
        height: 1px;
        width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='277' height='1' viewBox='0 0 277 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='277' y2='0.5' stroke='%23313131' stroke-dasharray='4 4'/%3E%3C/svg%3E%0A");
        background-repeat: repeat-x;
    }
    .page-obzor-bk-bonus-bk {
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 768px) {
    .page-obzor-bk-hero__left {
        padding: 50px 15px;
    }
    .page-obzor-bk-hero__btns {
        flex-direction: column;
    }
    .page-obzor-bk-hero__btns > * {
        width: 100%;
    }
    .page-obzor-bk-partners__left .page-obzor-bk-partners__items,
    .page-obzor-bk-partners__right .page-obzor-bk-partners__items {
        grid-template-columns: repeat(2,1fr);
    }
    .page-obzor-bk-ambassadors__items {
        grid-template-columns: 1fr 1fr;
    }
    .page-obzor-bk-ambassadors-item__photo {
        height: auto;
    }
    .page-obzor-bk-stocks__items {
        grid-template-columns: 100%;
    }
    .page-obzor-bk-manual__img {
        display: none;
    }
    .page-obzor-bk-manual .page-obzor-bk-btn-black {
        padding-left: 0;
        padding-right: 0;
    }
    .page-obzor-bk-ambassadors-item__name {
        font-size: 18px;
    }
    .page-obzor-bk-manual .page-obzor-bk__title {
        margin: 0;
    }
    .page-obzor-bk-bonus-bk {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 525px) {
    .page-obzor-bk__inner {
        padding: 50px 15px;
    }
    .page-obzor-bk-partners-item__logo {
        height: auto;
    }
    .page-obzor-bk-partners-item__name {
        font-size: 16px;
        line-height: 1.2;
    }
    .page-obzor-bk-bonus-bk {
        grid-template-columns: repeat(1,1fr);
    }
}

