.fw-bold {
    font-weight: 500!important;
}
.sub-menu__dscr a {
    text-decoration: underline;
}
@media (min-width: 1000px) {
    .front-catalog__two_items {
        grid-template-columns: repeat(2, minmax(auto, 1fr)) !important;
    }
}
.reviews__dscr a {
    text-decoration: underline;
}
.reviews__dscr {
    text-align: center;
}

.front-dscr__body {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.catalog__inner__desc {
    margin-bottom: 30px;
    padding: 0 30px;
}

.first-catalog {
    border-top: 2px solid #BA8A52;
    position: relative;
}
.first-catalog::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 3px;
    left: 0;
    background: #BA8A52;
}


/* Общий стиль для контейнера пагинации */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Отступ сверху для лучшего визуального восприятия */
}

/* Стиль для списка пагинации */
.pagination {
    display: flex;
    list-style: none; /* Убираем маркеры списка */
    padding: 0; /* Убираем отступы */
    margin: 0; /* Убираем внешние отступы */
}

/* Стиль для каждого элемента пагинации */
.page-item {
    margin: 0 5px; /* Расстояние между элементами */
}

/* Стиль для ссылок внутри элементов пагинации */
.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Ширина квадрата */
    height: 40px; /* Высота квадрата */
    background-color: #BA8A52; /* Цвет фона */
    color: white; /* Цвет текста */
    text-decoration: none; /* Убираем подчеркивание ссылок */
    border-radius: 4px; /* Скругление углов */
    font-size: 16px; /* Размер шрифта */
    transition: background-color 0.3s ease, transform 0.3s ease; /* Плавные переходы */
}

/* Стиль при наведении на ссылку */
.page-link:hover {
    background-color: #a37c49; /* Темнее цвет при наведении */
    transform: scale(1.1); /* Небольшое увеличение */
}

/* Стиль для активной страницы */
.page-item.active .page-link {
    background-color: #8B653E; /* Более темный цвет для активной страницы */
    font-weight: bold; /* Жирный текст */
    cursor: default; /* Убираем указатель руки */
    pointer-events: none; /* Делаем ссылку неактивной */
}

/* Стиль для стрелки "Следующая" */
.page-item:last-child .page-link {
    background-color: #BA8A52; /* Оставляем тот же цвет фона */
    color: white; /* Цвет текста */
}

.about__dscr ol li{
    list-style: decimal !important;
}
.about__dscr ol {
    list-style-type: decimal !important;
    list-style-position: inside; /* Маркеры будут внутри блока */
    padding-left: 20px; /* Добавляем отступ для удобочитаемости */
}

.about__dscr li {
    margin-bottom: 5px; /* Добавляем пространство между пунктами */
}

.more-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.gallery_more__btn::after {
    content: "";
    width: 57px;
    height: 20px;
    background-image: url("../images/icons/line-btn-primary.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gallery_more__btn {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    line-height: 1.3;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.h2 {
    font-size: 1.3rem;
    font-weight: 500;
}
.related_title {
    margin: 10px;
    text-align: center;
}

.form_radio_group {
    display: inline-block;
    overflow: hidden;
}
.form_radio_group-item {
    display: inline-block;
    float: left;
}
.form_radio_group input[type=radio] {
    display: none;
}
.form_radio_group label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #999;
    border-right: none;
    user-select: none;
}

.form_radio_group .form_radio_group-item:first-child label {
    border-radius: 6px 0 0 6px;
}
.form_radio_group .form_radio_group-item:last-child label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #999;
}

/* Checked */
.form_radio_group input[type=radio]:checked + label {
    background: #ffe0a6;
}

/* Hover */
.form_radio_group label:hover {
    color: #666;
}

/* Disabled */
.form_radio_group input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}

.form_radio_group {
    margin-bottom: 15px;
}

.sizes_title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#selected_size {
    text-transform: uppercase;
}

.py-5 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
}
.text-center {
    text-align: center !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.w-75 {
    width: 75% !important;
}
.w-50 {
    width: 50% !important;
}
.text-danger {
    color: #ff3e30 !important;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.1;
}
@media (min-width: 1200px) {
    .h2 {
        font-size: 2rem;
    }
}
.text-white {
    color: #fff !important;
}
.text-decoration-underline {
    text-decoration: underline;
}