:root {
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-icon-font-family: bootstrap-icons;
    --bs-body-font-family: 'Inter', var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 300;
    --bs-body-line-height: 1.3;
    --dark-color: #2F343F;
    --white: #FFFFFF;
    --grayD5: #D5D5D5;
    --grayE1: #E1E1E1;
    --grayE3: #E3E4E7;
    --grayE8: #E8E8E8;
    --grayF0: #F0F0F0;
    --grayF2: #F2F2F2;
    --grayF7: #F7F7F7;
    --grayF9: #F9F9F9;
    --grayFB: #FBFBFB;
    --bs-danger: #E93939;
    --bs-danger-text: var(--bs-danger);
    --bs-body-color: #828896;
    --bs-secondary-color: var(--dark-color);
    --bs-heading-color: var(--bs-secondary-color);
    --bs-dark: var(--dark-color);
    --bs-border-color-e3: var(--grayE3);
    --bs-border-color-f2: var(--grayF2);
    --bs-border-style: solid;
}

:target {
    scroll-margin-top: var(--header-height);
    scroll-snap-margin-top: var(--header-height);
}

html {
    border: none;
    height: auto;
    min-height: 100vh;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section {
    flex: 1 0 auto;
    padding-top: var(--header-height);
}

footer {
    flex: 0 0 auto;
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
}

a:hover {
    color: var(--bs-link-hover-color);
}

.link-white {
    --bs-link-color: var(--grayF9);
    --bs-link-hover-color: var(--grayF9);
}

.link-gray {
    --bs-link-color: #828896;
    --bs-link-hover-color: var(--bs-dark);
}

.el-underlined {
    border-bottom: 1px solid var(--bs-link-color);
    transition: border-color .2s;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
}

.el-underlined:hover {
    text-decoration: none;
}

.el-underlined:active {
    border-color: transparent;
}

.el-gray {
    color: var(--bs-body-color);
    transition: color .2s ease;
}

.el-gray:hover {
    color: var(--bs-dark);
}

select::after {
    font-family: var(--bs-icon-font-family);
    content: "\F279";
    vertical-align: 0;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-light {
    background-color: var(--grayFB) !important;
}

.bg-gray {
    background-color: var(--grayF9) !important;
}

.bg-shadow {
    --yh-overlay-bg: rgba(7, 7, 7, 0.22);
}

.bg-shadow-deep {
    background-color: rgba(7, 7, 7, 0.6);
}

.bg-hidden {
    --yh-overlay-bg: #d9d9d9;
}

.bg-dark-modal {
    background-color: rgba(37, 37, 37, 0.52);
}

.overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yh-overlay-bg);
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
}

.py-2px {
    padding-top: 2px;
    padding-bottom: 2px;
}

.py-10 {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.p-12 {
    padding: .75rem;
}

.p-72 {
    padding: 72px !important;
}

.py-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
}

.pb-72 {
    padding-bottom: 72px !important;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.w-content {
    width: fit-content !important;
}

.minh-100 {
    min-height: 100% !important;
}

.h-35 {
    height: 35%;
}

.h-content {
    height: fit-content !important;
}

.h-1em {
    height: calc(1em - 1px);
}

.border-e3 {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color-e3) !important;
}

.border-f2 {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color-f2) !important;
}

.btn.btn-gray {
    --bs-btn-main-color: var(--grayF9);
    --bs-btn-color: #828996;
    --bs-btn-border-color: var(--grayE3);
    --bs-btn-hover-color: var(--grayF9);
    --bs-btn-hover-bg: var(--bs-dark);
    --bs-btn-hover-shadow: none;
    --bs-btn-hover-border-color: var(--bs-btn-border-color);
    --bs-btn-active-color: var(--grayF9);
    --bs-btn-active-bg: var(--bs-dark);
    --bs-btn-active-shadow: none;
    --bs-btn-active-border-color: var(--bs-btn-border-color);
    --bs-btn-font-weight: 500;
    --bs-border-width: 1px;
}

.btn.btn-gray.is-active {
    --bs-btn-main-color: var(--bs-btn-hover-bg);
    --bs-btn-color: var(--bs-btn-hover-color);
}

.btn.btn-icon-only.btn-lg {
    --bs-btn-padding-y: 0.6rem;
    --bs-btn-padding-x: 0.6rem;
    width: 3rem;
    height: 3rem;
}

.btn.btn-tag {
    --bs-btn-main-color: #FFFFFF;
    --bs-btn-font-size: .625rem;
    --bs-btn-padding-x: .25rem;
    --bs-btn-padding-y: 0;
    --bs-btn-font-weight: 500;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-border-color: var(--bs-body-color);
    --bs-btn-hover-color: var(--bs-dark);
    --bs-btn-hover-bg: #FEFF00;
    --bs-btn-hover-border-color: var(--bs-btn-hover-bg);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: var(--bs-btn-hover-bg);
    --bs-btn-active-border-color: var(--bs-btn-hover-border-color);
    --bs-border-width: 1px;
    --bs-btn-border-radius: 4px;
    height: fit-content;
}

.stream-item__tags {
    height: .875rem;
}

.btn.btn-tag.btn-tag_large {
    --bs-btn-font-size: .75rem;
}

.btn-reset {
    --bs-btn-main-color: transparent;
    --bs-btn-hover-shadow: none;
    --bs-btn-active-shadow: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.btn-reset:focus {
    outline: none;
}

.btn:disabled {
    pointer-events: unset;
    cursor: not-allowed;
}

.btn-scale {
    --scale-factor: 1;
    transform: scale(var(--scale-factor));
    -moz-transform: scale(var(--scale-factor));
    -ms-transform: scale(var(--scale-factor));
    -webkit-transform: scale(var(--scale-factor));
    -o-transform: scale(var(--scale-factor));
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
}

.btn-scale:focus-visible,
.btn-scale:hover,
.btn-scale:active {
    --scale-factor: .9;
}

.btn-scale.btn-grow {
    --scale-factor: 1.2;
}

.btn-fade {
    opacity: 1;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
}

.btn-fade:focus-visible,
.btn-fade:hover,
.btn-fade:active {
    opacity: .7;
    text-decoration: none;
}

.btn-hover_gray path,
.btn-hover_gray rect {
    transition: fill .3s;
    -webkit-transition: fill .3s;
    -moz-transition: fill .3s;
    -o-transition: fill .3s;
}

.btn-hover_gray:hover path:not(.path-yellow),
.btn-hover_gray:active path:not(.path-yellow),
.btn-hover_gray:hover rect:not(.rect-gray),
.btn-hover_gray:active rect:not(.rect-gray) {
    fill: #828996;
}

.btn-hover_gray:hover rect.rect-gray,
.btn-hover_gray:active rect.rect-gray {
    fill: #5E636E;
}

.spinner-border-sm {
    --bs-spinner-border-width: 0.13em;
}

.align-super {
    vertical-align: super;
}

.font-inria {
    font-family: 'Inria Serif', serif;
}

.lh-08 {
    line-height: .8 !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 1.2 !important;
}

.lh-3 {
    line-height: 1.3 !important;
}

.lh-4 {
    line-height: 1.4 !important;
}

.ls-3 {
    letter-spacing: 3px;
}

.text-1 {
    font-size: .75rem !important;
}

.text-2 {
    font-size: .875rem !important;
}

.text-3-px {
    font-size: 16px;
}

.text-3 {
    font-size: 1rem !important;
}

.text-4 {
    font-size: 1.125rem !important;
}

.text-5 {
    font-size: 1.25rem !important;
}

.text-6 {
    font-size: 1.5rem !important;
}

.fs-root {
    font-size: var(--bs-body-font-size);
}

/* 1.5rem => 2rem(360px) => 3rem(1400px) */
.text-h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

/* 24px => 1.5rem(360px) => 2rem(768px) */
.text-h3 {
    font-size: 24px;
}

.text-h4,
.text-h5_minisite,
.text-h6 {
    color: var(--bs-secondary-color);
    font-weight: 500;
    line-height: 1.2;
}

/* 1.25rem => 1.5rem(1400px) */
.text-h4 {
    font-size: 1.25rem;
}

/* 1.125rem => 1.25rem(768px) => 1.5rem(1400px) */
/* 1.125rem => 1.25rem(768px) */
.text-h5_minisite,
.text-h6 {
    font-size: 1.125rem;
}

/* .75rem => 1rem(360px) => 1.125rem(768px) => 1.25rem(1400px) */
.text-h5_large {
    font-size: .75rem;
}

/* .75rem => .875rem(360px) => 1rem(768px) => 1.125rem(1400px) */
.text-h5 {
    font-size: .75rem;
}

.stream-item__header {
    --font-size: .75rem;
    --line-height: 1.3;
    font-size: var(--font-size);
    line-height: var(--line-height);
}

/* 1rem => 1.125rem(768px) => 1.25rem(1400px) */
/* 1rem => 1.125rem(1400px) */
.text-lg,
.text-md {
    font-size: 1rem;
}

/* .875rem => 1rem(768px) => 1.125rem(1400px) */
.text-p-xl {
    font-size: .875rem;
}

/* .75rem => 1rem(768px) => 1.125rem(1200px) */
/* .75rem => 1rem(768px) */
.text-p-lg,
.text-p {
    font-size: .75rem;
}

/* .75rem => .875rem(768px) => 1rem(1400px) */
.text-p-md {
    font-size: .75rem;
}

.text-limited-2,
.text-limited-3,
.text-limited-4,
.stream-item__header {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-limited-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* font-size * number of lines * line-height * measurement error */
    max-height: calc(var(--bs-body-font-size) * 2 * var(--bs-body-line-height) * 1.05);
}

.text-limited-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    --text-height: 3rem;
}

.text-limited-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    --text-height: 4rem;
}

.stream-item__header {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* font-size * line-height * amount of rows */
    --text-height: calc(var(--font-size) * var(--line-height) * 2);
}

.text-limited-3,
.text-limited-4,
.stream-item__header {
    height: var(--text-height);
    max-height: var(--text-height);
}

/* .625rem=>.75rem(768px)=>.875rem(1400px)*/
.text-span {
    font-size: .625rem;
}

/* .625rem=>.75rem(768px)*/
.text-span-sm {
    font-size: .625rem;
}

.top-n2 {
    top: -2rem !important;
}

.end-2 {
    right: .5rem !important;
}

.me-12 {
    margin-right: .75rem;
}

.mb-12 {
    margin-bottom: .75rem;
}

.mb-22 {
    margin-bottom: 1.375rem;
}

.mb-22_row {
    margin-bottom: 2.375rem;
}

.mb-42 {
    margin-bottom: 42px;
}

.mt-n2px {
    margin-top: -2px;
}

.mt-32 {
    margin-top: 2rem;
}

.mt-64 {
    margin-top: 64px;
}

.mx-n2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

.mx-n3 {
    margin-right: -1rem;
    margin-left: -1rem;
}

.gap-12 {
    gap: 12px;
}

.gap-20 {
    gap: 20px;
}

.g-12 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
}

.gap-32 {
    gap: .5rem 32px;
}

.gap-38 {
    gap: 38px;
}

.img-wrapper {
    position: relative;
}

.img-wrapper::before {
    content: '';
    display: block;
    padding-top: var(--img-height);
}

.img-wrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-container {
    position: relative;
    width: 100%;
}

.img-container::before {
    content: '';
    display: block;
    padding-top: var(--img-height);
}

.img-container>img,
.img-container>.el-with-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-search {
    --border-color: #D5D5D5;
    --search-border-color: var(--border-color);
    --search-hover-border-color: #2F343F;
    --search-active-border-color: var(--border-color);
    --search-color: #828996;
    --search-active-color: #2F343F;
    border: 1px solid var(--search-border-color);
    background-color: var(--white);
    color: var(--search-color);
    transition: border-color .2s ease, color .2s ease;
}

.form-search::placeholder {
    color: var(--search-color);
}

.form-search:focus {
    /* border-color: var(--search-border-color); */
    border-color: var(--search-hover-border-color);
    color: var(--search-active-color);
    outline: none;
}

.form-search:hover {
    border-color: var(--search-hover-border-color);
}

.form-search:active {
    border-color: var(--search-active-border-color);
    color: var(--search-active-color);
}

.search-form:has(.btn-search:hover) .form-search {
    --search-border-color: #2F343F;
}

.btn-search {
    color: var(--bs-dark);
}

.form-search_select {
    -webkit-appearance: none;
    appearance: none;
    --bs-form-select-bg-img: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nbTIgNSA2IDYgNi02Jy8+PC9zdmc+");
    background-image: var(--bs-form-select-bg-img);
    background-repeat: no-repeat;
    background-position: right 0.25rem center;
    background-size: 16px 12px;
    line-height: 18px !important;
}

.form-select-default {
    appearance: auto;
    font-size: .875rem;
    background: none;
}

.form-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(2px);
}

.form-loader::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-disabled {
    position: relative;
}
.form-disabled .form-loader {
    display: flex;
}

.form-disabled::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
}

.form-disabled input,
.form-disabled select,
.form-disabled button {
    pointer-events: none;
    opacity: 0.6;
}

/* header */
.btn-close:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-brand {
    flex: 0 0 auto;
    padding: 0 16px;
}

.navbar-brand img {
    height: calc(100vw * .1);
}

.nav-left-block,
.nav-right-block {
    flex: 1 0 0;
}

.nav-link {
    white-space: nowrap;
}

.header__menu-btn {
    --main-color: var(--bs-secondary-color);
    position: relative;
    width: 1.625rem;
    height: .75rem;
    margin-left: auto;
    vertical-align: middle;
}

.header__menu-btn:focus-visible,
.header__menu-btn.menu-btn_light:focus-visible {
    --main-color: var(--bs-body-color);
    outline: none;
}

.header__menu-btn::before,
.header__menu-btn::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: var(--main-color);
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
}

.header__menu-btn.menu-btn_light {
    --main-color: #FFFFFF;
}

.header__menu-btn::before {
    top: 0;
    left: 0;
    width: 100%;
}

.header__menu-btn::after {
    bottom: 0;
    right: 0;
    width: 50%;
}

.text-dark {
    color: var(--bs-dark) !important;
}

.text-gray {
    color: var(--bs-body-color) !important;
}

.text-green {
    color: #67B96F !important;
}

.text-white {
    color: var(--grayF9) !important;
}

.icon-white i,
.icon-white svg {
    color: var(--grayF9);
}

.social-img {
    --bs-link-color: var(--grayD5);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--bs-link-color);
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -o-transition: border-color .3s;
}

.social-img.large {
    width: 48px;
    height: 48px;
}

.link-copy svg {
    padding: 0 5px;
}

a:has(.social-img):focus-visible {
    outline: none;
}

a:has(.social-img):focus-visible .social-img,
.social-img:hover {
    border-color: var(--bs-link-hover-color);
}

a:has(.social-img):active .social-img {
    border-color: var(--bs-link-color);
}

.social-img path,
.social-img line {
    transition: stroke .3s;
    -webkit-transition: stroke .3s;
    -moz-transition: stroke .3s;
    -o-transition: stroke .3s;
}

a:has(.social-img):focus-visible .social-img path,
a:has(.social-img):focus-visible .social-img line,
.social-img:hover path,
.social-img:hover line {
    stroke: var(--bs-link-hover-color);
}

a:has(.social-img):active .social-img path,
a:has(.social-img):active .social-img line {
    stroke: var(--bs-body-color);
}

.tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    margin-top: 0.25rem;
    padding: 0.25rem;
    --bs-tooltip-arrow-height: .2rem;
    --bs-tooltip-font-size: 0.5rem;
    color: var(--bs-body-color);
    border-radius: 2px;
    border: 1px solid var(--grayF0);
    background-color: var(--bs-body-bg);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    pointer-events: none;
}

/* main__list */
.main__list {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 24px;
}

.main__list.gy-0 {
    --bs-gutter-y: 0 !important;
    width: calc(100% + var(--bs-gutter-x));
}

.main-item__img-container,
.single-news__img-container {
    --img-height: 72%;
}

.single-news__img-container {
    max-height: 495px;
}

.main-item__img-container>img,
.main-item__img-container>.el-with-img>img {
    border-radius: 5px;
}

.main-item__logo-container {
    position: absolute;
    top: 6%;
    right: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 15.5%;
    padding: 3px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.8);
}

.main-item__logo-container img {
    max-width: 100%;
    max-height: 100%;
}

.indent-content {
    margin-bottom: 172px;
}

/* single-news */
.single-news__content-text>p {
    margin: 0 !important;
    color: var(--bs-body-color) !important;
    font-size: 1rem !important;
}

.single-news__brand-logo {
    max-height: 31px;
    width: 75px;
    object-fit: contain;
}

.single-news__gap {
    gap: 100px;
}

.modal-hidden .modal-content {
    --bs-modal-bg: transparent;
    --bs-modal-border-width: 0;
}

.video-container {
    padding-top: 56.25%;
}

.footer {
    background-color: #2F343F;
    color: #828996;
    font-size: 1rem;
    font-weight: 400;
}

.footer a {
    --bs-link-color: var(--grayFB);
    --bs-link-hover-color: #828996;
    display: block;
    margin: 0 1rem !important;
}

.footer-copyright {
    margin-top: 6rem;
}

/* brand profile page */
.icon_small {
    font-size: .5rem !important;
}

.btn.btn-nav_sm {
    --bs-btn-padding-y: .75rem;
    --bs-btn-padding-x: .75rem;
}

/* preview */
/* .modal-content_fullscreen.slick-slider {
    user-select: auto;
} */

.modal-content_fullscreen.slick-vertical .slick-slide {
    border: none;
    height: 100vh;
}

.preview {
    --bs-heading-color: var(--grayF9);
    --bs-body-color: var(--grayF9);
    --bs-body-font-size: 12px;
    --block-bottom-height: 24.625vh;
    font-size: var(--bs-body-font-size);
}

.preview i,
.preview svg {
    color: var(--bs-body-color);
}

.corner-top {
    top: 24px;
}

.corner-right {
    right: 24px;
}

.corner-left {
    left: 24px;
}

.social-actions {
    --top-indent: 80px;
    --bottom-indent: 2.25vh;
    --social-gap: 16px;
    --btn-height: 41.2px;
    /* --bottom-indent + --social-gap + height of button + mb-1 + icon with text */
    --bottom-indent_no-button: calc(var(--bottom-indent) + var(--social-gap) + var(--btn-height) + .25rem + var(--bs-body-font-size) * var(--bs-body-line-height));
    gap: var(--social-gap);
    right: 12px;
    bottom: calc(var(--block-bottom-height) + var(--bottom-indent));
    width: 77px;
    max-height: calc(100vh - var(--block-bottom-height) - var(--top-indent));
    overflow: hidden auto;
}

.social-actions.social-actions_no-button {
    bottom: calc(var(--block-bottom-height) + var(--bottom-indent_no-button));
}

.preview-brand-logo {
    max-height: 31px;
}

.text-preview-counter,
.preview-plus {
    font-size: 12px;
}

.preview-plus::before {
    border-radius: 50%;
    background-color: var(--grayF9);
    /* margin: 4px; */
}

.fs-heart {
    font-size: 26px;
}

.btn-rebates {
    --size: 24px;
    width: var(--size);
    height: var(--size);
    line-height: var(--size);
    color: var(--dark-color);
    mix-blend-mode: screen;
    font-size: 10px;
}

.modal_share {
    --bs-modal-width: max(242px, 55%);
    --bs-modal-bg: var(--grayF9);
    --bs-heading-color: var(--bs-dark);
    --bs-modal-margin: 13vh;
    --bs-modal-zindex: 2000;
}

.modal_share .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
}

.modal-content_share {
    padding: 28px 0;
}

.modal-content_share .content {
    width: 210px;
    margin: 0 auto;
}

.img-share {
    height: 111px;
}

.text-green {
    color: #2FCD48 !important;
}

.text-red {
    color: #E84F4F !important;
}

.text-yellow {
    color: #FEFF00 !important;
}

.btn.btn-preview_main {
    --bs-btn-border-color: var(--bs-btn-second-color);
    --bs-btn-hover-border-color: var(--grayF9);
    --bs-btn-active-border-color: var(--grayF9);
    --bs-btn-border-radius: 2px;
    --bs-border-width: 1px;
    --bs-btn-padding-y: 10px;
    --bs-btn-font-size: 16px;
    --bs-btn-font-weight: 500;
}

.preview-screen {
    top: calc(100vh - var(--block-bottom-height));
}

.p_block-bottom {
    --padding-top: 16px;
    --padding-bottom: var(--padding-top);
    padding: var(--padding-top) 0 var(--padding-bottom);
}

.btn-category {
    margin-bottom: 12px;
}

.preview-title {
    font-size: 24px;
}

.preview-footer {
    padding: 6px;
    background-color: #070707;
    font-size: 12px;
}

.preview-footer__logo {
    background: url(/images/icon-hat.svg) 0%/contain no-repeat;
    padding-left: 28px;
}

/* Hide scrollbar but keep functionality */
.overflow-auto::-webkit-scrollbar {
    display: none;
}

.overflow-auto {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* X-Small (портретные телефоны, < 576 px)*/
@media (min-width: 360px) {
    .text-3-px {
        font-size: 1rem;
    }

    .text-h2 {
        font-size: 2rem;
    }

    .text-h3 {
        font-size: 1.5rem;
    }

    .text-h5_large {
        font-size: 1rem;
    }

    .text-h5 {
        font-size: .875rem;
    }

    .stream-item__header {
        --font-size: .875rem;
    }

    .header__menu-btn {
        width: 2.25rem;
        height: 1.125rem;
    }
}

/* Small (телефоны с горизонтальной ориентацией, >= 576 px)*/
@media (min-width: 576px) {
    .g-sm-12 {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .75rem;
    }

    .p-sm-12 {
        padding: .75rem !important;
    }

    .pb-sm-12 {
        padding-bottom: .75rem;
    }

    /* brand profile page */
    .icon-scale {
        --scale-factor-icon: 1.4;
    }

    .icon-scale:not(i),
    i.icon-scale::before {
        transform: scale(var(--scale-factor-icon));
        transform-origin: center;
    }

    .btn-share_sm svg {
        width: 30px;
        height: auto;
    }

    .btn.btn-nav_sm {
        --bs-btn-padding-x: .625rem;
        --bs-btn-font-size: .875rem;
    }
}

/* Medium (планшеты, >= 768 px)*/
@media (min-width: 768px) {
    .text-md-1 {
        font-size: .75rem !important;
    }

    .text-md-2 {
        font-size: .875rem !important;
    }

    .text-md-3 {
        font-size: 1rem !important;
    }

    .text-md-4 {
        font-size: 1.125rem !important;
    }

    .text-md-5 {
        font-size: 1.25rem !important;
    }

    .text-md-6 {
        font-size: 1.5rem !important;
    }

    .text-h3 {
        font-size: 2rem;
    }

    .text-h5_minisite,
    .text-h6 {
        font-size: 1.25rem;
    }

    .text-h5_large {
        font-size: 1.125rem;
    }

    .text-h5 {
        font-size: 1rem;
    }

    .stream-item__header {
        --font-size: 1rem;
    }

    /* 1rem => 1.25rem(768px) => 1.5rem(1400px) */
    .text-xl {
        font-size: 1.25rem;
    }

    .text-lg {
        font-size: 1.125rem;
    }

    .text-p,
    .text-p-lg,
    .text-p-xl {
        font-size: 1rem;
    }

    .text-p-md {
        font-size: .875rem;
    }

    .text-limited-3 {
        --text-height: 3.6rem;
    }

    .text-limited-4 {
        --text-height: 4.7rem;
    }

    .text-span,
    .text-span-sm {
        font-size: .75rem;
    }

    .lh-md-1 {
        line-height: 1 !important;
    }

    .g-md-32 {
        --bs-gutter-x: 32px;
        --bs-gutter-y: 32px;
    }

    .mb-md-12 {
        margin-bottom: .75rem !important;
    }

    .mb-22 {
        margin-bottom: 2rem;
    }

    .mb-22_row {
        margin-bottom: 52px;
    }

    .social-img {
        width: 42px;
        height: 42px;
    }

    .social-img.large {
        width: 3rem;
        height: 3rem;
    }

    .link-copy svg {
        padding: 0 2px;
    }

    .el-underlined:hover {
        border-color: transparent;
    }

    .el-underlined:active {
        border-color: var(--bs-link-color);
    }

    .btn.btn-tag {
        --bs-btn-active-color: var(--bs-btn-color);
        --bs-btn-active-bg: var(--bs-btn-main-color);
        --bs-btn-active-border-color: var(--bs-btn-border-color);
        --bs-btn-font-size: .75rem;
    }

    .stream-item__tags {
        height: 1.05rem;
    }

    .indent-content {
        margin-bottom: 192px;
    }

    /* main__list */
    .main__list {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 32px;
    }

    .main-item__img-container>img,
    .main-item__img-container>.el-with-img>img {
        border-radius: 10px;
    }

    /* single-news */
    .single-news__img-container {
        --img-height: 62%;
    }

    .single-news__brand-logo {
        max-height: 35px;
        width: 94px;
    }

    .single-news__gap {
        gap: 130px 88px;
    }

    .single-news__content-text>p {
        font-size: 1.125rem !important;
    }

    /* preview */
    .preview {
        --block-bottom-height: 29.75vh;
        --bs-body-font-size: 16px;
    }

    .corner-top {
        top: 34px;
    }

    .corner-right {
        right: 40px;
    }

    .social-actions {
        --top-indent: 120px;
        --social-gap: 18px;
        --btn-height: 43.59px;
        right: 20px;
        width: 95px;
    }

    .preview-brand-logo {
        max-height: 37px;
    }

    .fs-heart {
        font-size: 34px;
    }

    .btn-message svg {
        width: 40px;
        height: auto;
    }

    .btn-save svg {
        width: 26px;
        height: auto;
    }

    .btn-share svg {
        width: 36px;
        height: auto;
    }

    .modal_share {
        --bs-modal-width: 367px;
        --bs-modal-margin: 17vh;
    }

    .modal-content_share {
        padding: 40px 0;
    }

    .modal-content_share .content {
        width: 276px;
    }

    .img-share {
        height: 147px;
    }

    .btn-rebates {
        --size: 33px;
        font-size: 14px;
    }

    .btn.btn-preview_main {
        --bs-btn-font-size: 18px;
    }

    .btn-category {
        background-color: transparent;
        min-width: 160px;
        padding: 10px 16px;
        margin-bottom: 16px;
    }

    .preview-descr {
        max-width: 560px;
    }

    .preview-footer {
        padding: 16px;
    }
}

@media (min-width: 992px) and (orientation: landscape) {
    .g-lg-ls-10 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 1.52vh;
    }

    .gap-lg-ls-10 {
        gap: 1.52vh 0;
    }

    .text-lg-ls-start {
        text-align: start !important;
    }

    .col-lg-ls-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .flex-lg-ls-column {
        flex-direction: column !important;
    }

    .px-lg-ls-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* preview */
    .preview {
        --bs-body-font-size: 1.82vh;
        --block-bottom-height: 27.75vh;
    }

    .corner-top {
        top: 3.95vh;
    }

    .corner-top .fs-1 {
        font-size: 3.6vh !important;
    }

    .social-actions {
        --top-indent: 10vh;
        --bottom-indent: .75vh;
        --social-gap: min(2.13vh, 14px);
        --btn-height: calc(2.43vh * 1.2 + 1.5vh * 2 + 2px);
        width: 11.7vh;
    }

    .modal-fs .preview-brand-logo {
        max-height: 4.7vh;
    }

    .modal-fs .text-preview-counter,
    .modal-fs .preview-plus {
        font-size: 1.82vh;
    }

    .modal-fs .fs-heart {
        font-size: 3.95vh;
    }

    .modal-fs .btn-message svg,
    .modal-fs .btn-share svg {
        width: 4.55vh;
    }

    .modal-fs .btn-save svg {
        width: 3vh;
    }

    .modal-fs .btn-rebates {
        --size: 3.65vh;
        font-size: 1.5vh;
        margin-top: min(.6vh, 4px) !important;
        margin-bottom: min(.6vh, 4px) !important;
    }

    .btn.btn-preview_main {
        --bs-btn-padding-x: 1vh;
        --bs-btn-padding-y: 1.5vh;
        --bs-btn-active-border-color: var(--bs-btn-border-color);
        --bs-btn-font-size: 2.43vh;
    }

    .p_block-bottom {
        --padding-top: 1.82vh;
    }

    .btn-category {
        min-width: 20vh;
        padding-top: 1.52vh;
        padding-bottom: 1.52vh;
        margin-bottom: 1.82vh;
    }

    .preview-title {
        max-width: 55vw;
        font-size: 3.65vh;
    }

    .block-side {
        --indentY: 1.5vh;
        position: absolute;
        top: var(--indentY);
        right: 1.5vw;
        bottom: var(--indentY);
        display: flex;
        align-items: center;
        width: 13vw;
        overflow: hidden auto;
    }

    .p_block-bottom.p_projects .block-side {
        bottom: 6.75vh;
    }

    .preview-footer {
        font-size: 1.82vh;
        padding: 1.82vh;
    }

    .preview-footer__logo {
        padding-left: 4.26vh;
    }
}

/* Large (настольные компьютеры, >= 992 px)*/
@media (min-width: 992px) {
    .text-lg-1 {
        font-size: .75rem !important;
    }

    .text-lg-2 {
        font-size: .875rem !important;
    }

    .text-lg-3 {
        font-size: 1rem !important;
    }

    .text-lg-4 {
        font-size: 1.125rem !important;
    }

    .text-lg-5 {
        font-size: 1.25rem !important;
    }

    .text-lg-6 {
        font-size: 1.5rem !important;
    }

    .btn.btn-xxl {
        --bs-btn-padding-x: 40px;
    }

    .btn-scale:active {
        --scale-factor: 1;
    }

    .btn-fade:active {
        opacity: 1;
    }

    .mb-42 {
        margin-bottom: 54px;
    }

    .mt-lg-n5 {
        margin-top: -3rem !important;
    }

    .p-lg-158 {
        padding: 158px !important;
    }

    .py-lg-158 {
        padding-top: 158px !important;
        padding-bottom: 158px !important;
    }

    .pb-lg-158 {
        padding-bottom: 158px !important;
    }

    /* single-news */
    .single-news__sidebar {
        background-color: var(--grayF9);
        padding: 28px 20px;
    }

    .col-item {
        width: 328px;
    }
}

/* X-Large (большие настольные компьютеры, >= 1200 px)*/
@media (min-width: 1200px) {
    .text-xl-1 {
        font-size: .75rem !important;
    }

    .text-xl-2 {
        font-size: .875rem !important;
    }

    .text-xl-3 {
        font-size: 1rem !important;
    }

    .text-xl-4 {
        font-size: 1.125rem !important;
    }

    .text-xl-5 {
        font-size: 1.25rem !important;
    }

    .text-xl-6 {
        font-size: 1.5rem !important;
    }

    .text-p-lg {
        font-size: 1.125rem;
    }

    .indent-content {
        margin-bottom: 244px;
    }

    /* main__list */
    .main__list {
        --bs-gutter-y: 48px;
    }

    .main-item__logo-container {
        top: 5%;
        right: 5%;
    }
}

/* XX-Large (большие настольные компьютеры, >= 1400 px)*/
@media (min-width: 1400px) {
    .text-xxl-1 {
        font-size: .75rem !important;
    }

    .text-xxl-2 {
        font-size: .875rem !important;
    }

    .text-xxl-3 {
        font-size: 1rem !important;
    }

    .text-xxl-4 {
        font-size: 1.125rem !important;
    }

    .text-xxl-5 {
        font-size: 1.25rem !important;
    }

    .text-xxl-8 {
        font-size: 2rem !important;
    }

    .text-h2 {
        font-size: 3rem;
    }

    .text-h4,
    .text-h5_minisite {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .text-h5_large {
        font-size: 1.25rem;
    }

    .text-h5 {
        font-size: 1.125rem;
    }

    .stream-item__header {
        --font-size: 1.125rem;
    }

    .text-xl {
        font-size: 1.5rem;
    }

    .text-lg {
        font-size: 1.25rem;
    }

    .text-md,
    .text-p-xl {
        font-size: 1.125rem;
    }

    .text-p-md {
        font-size: 1rem;
    }

    .text-limited-3 {
        --text-height: 4.095rem;
    }

    .text-limited-4 {
        --text-height: 5.3rem;
    }

    .text-span {
        font-size: .875rem;
    }

    .lh-xxl-4 {
        line-height: 1.4 !important;
    }

    .gap-xxl-28 {
        gap: 28px !important;
    }

    .gap-38 {
        gap: 48px !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .pt-xxl-20 {
        padding: 1.25rem !important;
    }

    .py-xxl-12 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }

    .navbar-nav:not(.dropdown-menu .navbar-nav) {
        --bs-nav-link-padding-y: 0;
        /* --bs-nav-link-color: var(--bs-body-color);
        --bs-nav-link-hover-color: var(--bs-link-hover-color); */
    }

    .btn.btn-tag,
    .btn.btn-tag.btn-tag_large {
        --bs-btn-font-size: 1rem;
    }

    .stream-item__tags {
        height: 1.35rem;
    }

    /* main__list */
    .main__list {
        --bs-gutter-x: 32px;
    }

    .main-item__logo-container {
        top: 6%;
    }

    /* single-news */
    .single-news__sidebar {
        padding-right: 62px;
        padding-left: 62px;
    }

    .col-item {
        width: 408px;
    }

    .tooltip {
        --bs-tooltip-font-size: 0.75rem;
    }

    .fullscreen-spinner .spinner-border {
        --bs-spinner-width: 3rem;
        --bs-spinner-height: 3rem;
    }

    .footer .container {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    /* brand profile page */
    .icon-scale:not(.icon-scale_mini) {
        --scale-factor-icon: 1.8;
    }

    .btn-share_sm svg {
        width: 36px;
    }
}

@media (min-width: 1700px) {
    .g-lg-ls-10 {
        --bs-gutter-x: 0;
        --bs-gutter-y: 10px;
    }

    .gap-lg-ls-10 {
        gap: 10px 0;
    }

    /* preview */
    .preview {
        --bs-body-font-size: 18px;
        --block-bottom-height: 25.75vh;
    }

    .corner-top {
        top: 32px;
    }

    .corner-right {
        right: 36px;
    }

    .corner-top .fs-1 {
        font-size: 40px !important;
    }

    .modal_share {
        --bs-modal-width: 473px;
    }

    .social-img {
        width: 48px;
        height: 48px;
    }

    .link-copy svg {
        padding: 0;
    }

    .social-actions {
        --top-indent: 120px;
        --bottom-indent: 2vh;
        --social-gap: 18px;
        --btn-height: 50px;
        width: 112px;
    }

    .modal-fs .preview-brand-logo {
        max-height: 45px;
    }

    .modal-fs .text-preview-counter {
        font-size: 16px;
    }

    .modal-fs .preview-plus {
        font-size: 14px;
    }

    .modal-fs .fs-heart {
        font-size: 38px;
    }

    .modal-fs .btn-message svg {
        width: 44px;
    }

    .modal-fs .btn-save svg {
        width: 30px;
    }

    .modal-fs .btn-rebates {
        --size: 37px;
        font-size: 16px;
    }

    .modal-fs .btn-share svg {
        width: 47px;
    }

    .btn.btn-preview_main {
        --bs-btn-padding-x: 18px;
        --bs-btn-padding-y: 12px;
        --bs-btn-font-size: 20px;
    }

    .p_block-bottom {
        --padding-top: 18px;
    }

    .btn-category {
        min-width: 164px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 18px;
    }

    .preview-title {
        max-width: 780px;
        font-size: 32px;
    }

    .preview-descr {
        max-width: 630px;
    }

    .block-side {
        --indentY: 18px;
        right: 1rem;
        width: 260px;
    }

    .p_block-bottom.p_projects .block-side {
        bottom: 58px;
    }

    .preview-footer {
        font-size: 16px;
        padding: 12px;
    }

    .preview-footer__logo {
        padding-left: 34px;
    }

    .single-news__gap {
        gap: 136px;
    }
}

@media (min-width: 1900px) {
    .indent-content {
        margin-bottom: 216px;
    }

    .ms-xxxl-arrow {
        margin-left: -100px;
        gap: 43px !important;
    }
}

.pagination {
    --bs-pagination-color: #2F343F;
    --bs-pagination-bg: #FFFFFF;
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-hover-color: #2F343F;
    --bs-pagination-hover-bg: #FFFFFF;
    --bs-pagination-hover-border-color: #828996;
    --bs-pagination-active-color: #2F343F;
    --bs-pagination-active-bg: #FEFF00;
    --bs-pagination-active-border-color: #2F343F;
    --bs-pagination-disabled-color: var(--bs-border-color);
    --bs-pagination-disabled-bg: #FFFFFF;
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    line-height: 1.5;
}

.page-item a {
    min-width: 28px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 .5rem;
    text-decoration: none !important;
}
.page-item.disabled a {
    color: #828996;
}
.page-item a:hover {
    background-color: #2F343F;
    color: #F9F9F9;
}
.page-item.disabled a:hover {
    background-color: transparent !important;
    color: #828996;
}
.page-item.active a {
    background-color: #2F343F;
    color: #F9F9F9;
}
