.section_catalog_category .section__content {
    padding-bottom: 50px;
}
.section_catalog .section__content {
    padding-bottom: 70px;
}
.section_catalog_other .section__content {
    padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
    .section_product_detail .breadcrumbs {
        justify-content: center;
    }
}


.catalog-block {
    position: relative;
}
.catalog-block .swiper-slide {
    height: auto;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
.catalog-block .swiper-slide-visible {
    opacity: 1;
}
.catalog-block__list {
    margin: 0 -10px;
}
.catalog-block_mt {
    margin-top: 32px;
}
.catalog-block_mb {
    margin-bottom: 32px;
}

.catalog-block__cover {
    position: relative;
    height: 100%;
}
.catalog-block__cover-bg,
.catalog-block__cover-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.catalog-block__cover-bg-img {
    object-position: center center;
    object-fit: cover;
}
.catalog-block__cover-content {
    position: relative;
    z-index: 3;
    padding: 20px;
}
.catalog-block__cover-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.22;
    color: #FFFFFF;
}
.catalog-block__cover-title_large {
    font-weight: 800;
    font-size: 36px;
    line-height: 0.8;
    letter-spacing: -0.04em;
}
.catalog-block__cover-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.24;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    margin-top: 16px;
    max-width: 240px;
}
.catalog-block__cover-btn {
    margin-top: 20px;
}
.catalog-block__cover-tags {
    margin-top: 14px;
}
.catalog-block__cover_bottom {
    display: flex;
    align-items: flex-end;
}
.catalog-block__cover_bottom .catalog-block__cover-content {
    padding: 20px 30px;
    background: rgba(12, 12, 13, 0.8);
    width: 100%;
    transition: background 0.3s ease;
}
.catalog-block__cover_bottom .catalog-block__cover-title {
    font-size: 24px;
    margin-bottom: 4px;
}
.catalog-block__cover_bottom:hover .catalog-block__cover-content {
    background: rgba(34, 34, 38, 0.8);
}

.catalog-block__item-wrapper {
    padding: 0 10px;
    margin-bottom: 20px;
}
.catalog-block__item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #17171A;
    height: 100%;
    position: relative;
    transition: background 0.3s ease;
}
.catalog-block__item:hover {
    background: #222226;
}
.catalog-block__desc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.catalog-block__desc > .nav-tags {
    flex: 1 1 auto;
    align-items: flex-end;
}
.catalog-block__discount-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.catalog-block__discount-label.topleft {
    left: 0;
    right: auto;
}
.catalog-block__discount-label.bottomleft {
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
}
.catalog-block__discount-label.bottomright {
    top: auto;
    bottom: 0;
}
.catalog-block__discount-label img {
    max-width: 100px;
}
.catalog-block__discount-label img + img {
    margin-top: 5px;
}
.catalog-block__discount-label-item {
    display: inline-flex;
    align-items: center;
    height: 16px;
    padding: 0 6px;
    background: var(--color-primary);
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.catalog-block__img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 28px;
}
.catalog-block__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.catalog-block__img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.catalog-block__name {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8;
    color: #FFFFFF;
}
.catalog-block__name_lg {
    line-height: 1.2;
    font-weight: 700;
}
.catalog-block__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #FFFFFF;
}
.catalog-block__helper {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.21;
    text-transform: uppercase;
    color: #ED1D24;
    margin-bottom: 6px;
}
.catalog-block__helper a {
    color: #ED1D24;
}
.catalog-block__footer {
    margin-top: 18px;
    padding-top: 10px;
    border-top: 2px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog-block__empty {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}
.catalog-block__price-wrapper {
    display: flex;
    flex-direction: column;
}
.catalog-block__price {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.24;
    /*text-transform: uppercase;*/
    color: #E01D24;
    white-space: nowrap;
}
.catalog-block__price_old {
    font-size: 12px;
    text-decoration: line-through;
}
.catalog-block__price_new {
    color: #fff;
}
.catalog-block__btn-wrapper {}
.catalog-block__preorder-wrapper {
    display: flex !important;
    flex-direction: column;
}
.catalog-block__preorder-date {
    position: relative;
    z-index: 1;
    padding: 5px 0 0;
    font-weight: 500;
    text-align: center;
}
.catalog-block__btn {
    display: flex;
    min-width: 96px;
    box-shadow: none !important;
}
.catalog-block__btn:active {
    background: #fff;
    border-color: #fff;
    color: #C50D2A;
}
.catalog-block__btn:before,
.catalog-block__btn:after {
    content: "\e900";
    font-family: "ural-icons";
    font-size: 21px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.catalog-block__btn:before {
    content: "\e900";
}
.catalog-block__btn:after {
    content: "\e907";
    opacity: 0;
}

.catalog-block-preorder__btn:before,
.catalog-block-preorder__btn:after
{
    content: none !important;
    font-size: 0.8em !important;
}

.catalog-block-preorder__btn,
.catalog-block-preorder__btn
{
    font-size: 0.8em !important;
}

.catalog-block__btn:hover:before {
    opacity: 0;
}
.catalog-block__btn:hover:after {
    opacity: 1;
}
.catalog-block__offer-btn {
    min-width: 60px;
}
.catalog-block__offer-btn:before,
.catalog-block__offer-btn:after {
    content: "\e90e";
    font-size: 12px;
    font-weight: 600;
}
.catalog-block__counter {}

.catalog-block__item .counter-block {
    display: none;
}
.catalog-block__item_active .counter-block,
.catalog-block__btn-wrapper_active .counter-block {
    display: flex;
}
.catalog-block__item_active .catalog-block__btn:not(.catalog-block-preorder__btn),
.catalog-block__btn-wrapper_active .catalog-block__btn:not(.catalog-block-preorder__btn) {
    display: none;
}

.catalog-block_category {}
.catalog-block_category .catalog-block__name:not(.catalog-block__item-name),
.catalog-block__category-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.2;
    color: #ED1D24;
    margin-bottom: 10px;
}

.catalog-block_arrowed .catalog-block__item:after,
.catalog-block_arrowed .catalog-block__cover-content:after {
    content: "\e90e";
    font-family: "ural-icons";
    font-size: 15px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: transform 0.3s ease, color 0.3s ease;
}
.catalog-block_arrowed .catalog-block__name {
    padding-right: 35px;
    margin-bottom: 4px;
}
.catalog-block_arrowed .catalog-block__item:hover:after,
.catalog-block_arrowed .catalog-block__cover:hover .catalog-block__cover-content:after {
    transform: translate(6px,0);
    color: #ED1D24;
}
.catalog-block_arrowed .catalog-block__cover-content {
    padding-right: 65px;
}
.catalog-block_arrowed .catalog-block__item .catalog-block__cover-tags {
    padding-right: 45px;
}

.catalog-block_min_height .catalog-block__item,
.catalog-block_min_height .catalog-block__cover {
    min-height: 350px;
}

.catalog-block_compact .catalog-block__img-wrapper {
    height: 150px;
}
.catalog-block_compact.catalog-block_arrows_closer {
    padding-left: 10px;
    padding-right: 10px;
}
.catalog-block_compact.catalog-block_arrows_closer .swiper-button-prev {
    margin-right: -10px;
}
.catalog-block_compact.catalog-block_arrows_closer .swiper-button-next {
    margin-left: -10px;
}

.catalog-block_mini .catalog-block__item {
    padding: 15px;
}
.catalog-block_mini .catalog-block__img-wrapper {
    height: 120px;
    margin-bottom: 10px;
}
.catalog-block_mini .catalog-block__footer {
    margin-top: 10px;
}

.catalog-series {
    position: relative;
}
.catalog-series .swiper-container {
    overflow: hidden;
}
.catalog-series .swiper-slide {
    height: auto;
}
.catalog-series__list {}
.catalog-series__item-wrapper {
    margin-bottom: 20px;
}
.catalog-series__item {
    display: flex;
    background: #0D0D0D;
    height: 100%;
}
.catalog-series__item:hover {
    background: #17171A;
}
.catalog-series__img-wrapper {
    flex: 0 0 auto;
    width: 80px;
    position: relative;
}
.catalog-series__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.catalog-series__desc {
    flex: 1 1 auto;
    padding: 20px;
}
.catalog-series__helper {
    font-family: 'Noto Sans';
    font-weight: 500;
    font-size: 11px;
    line-height: 1.36;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}
.catalog-series__name {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.29;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    padding-right: 35px;
}
.catalog-series__name:after {
    content: "\e90e";
    font-family: "ural-icons";
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 10px;
    transition: transform 0.3s ease, color 0.3s ease;
}
.catalog-series__tags {
    margin-top: 7px;
}
.catalog-series__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.21;
    color: #FFFFFF;
    padding-top: 12px;
    margin-top: 6px;
    border-top: 1px solid rgba(217, 217, 217, 0.2);
}
.catalog-series__text p {
    margin: 0;
}
.catalog-series__text p + p {
    margin-top: 6px;
}
.catalog-series__item:hover .catalog-series__name:after {
    transform: translate(6px,0);
    color: #ED1D24;
}

.counter-block {
    display: flex;
    align-items: center;
    background: rgba(2, 2, 2, 0.5);
    border: 2px solid #999999;
    border-radius: 100px;
    width: 96px;
    height: 40px;
    padding: 5px;
}
.counter-block_md {
    min-width: 126px;
    height: 40px;
    padding: 5px 12px;
}
.counter-block_lg {
    min-width: 230px;
    height: 48px;
    padding: 5px 20px;
}
.counter-block_block {
    width: 100%;
}

.counter-block__btn {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    padding: 0;
    border: none;
    position: relative;
    color: #fff;
    cursor: pointer;
    -webkit-text-size-adjust: none;
    background: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.counter-block__btn_icon_plus:before,
.counter-block__btn_icon_minus:before {
    font-family: "ural-icons";
    font-size: 12px;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.counter-block__btn_icon_plus:before {
    content: "\e907";
}
.counter-block__btn_icon_minus:before {
    content: "\e905";
}
.counter-block__btn_no_pointers {
    pointer-events: none;
}
.counter-block__control-wrapper {
    flex: 1 1 auto;
    margin: 0 4px;
    position: relative;
}
.counter-block__control {
    width: 100%;
    height: 20px;
    background: none;
    border: none;
    border-radius: 0;
    text-align: center;
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.22;
    color: #FFFFFF;
    padding: 2px 0;
    outline: none;
}

@media screen and (min-width: 768px) {
    .catalog-block__cover-content {
        padding: 38px 50px;
    }
    .catalog-block__cover-title {
        font-size: 32px;
    }
    .catalog-block__cover-title_large {
        font-size: 48px;
    }
    .catalog-block__cover-text {
        font-size: 21px;
        margin-top: 23px;
        max-width: 240px;
    }
    .catalog-block__cover-btn {
        margin-top: 35px;
    }
    
    .catalog-block__item {
        padding: 30px;
    }
    .catalog-block_arrowed .catalog-block__item {
        padding-bottom: 22px; 
    }
    .catalog-block__name_lg {
        font-size: 24px;
    }
    .catalog-block_category .catalog-block__name:not(.catalog-block__item-name),
    .catalog-block__category-name {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .catalog-block_min_height .catalog-block__item,
    .catalog-block_min_height .catalog-block__cover {
        min-height: 480px;
    }
    
    .catalog-series__img-wrapper {
        width: 125px;
    }
    .catalog-series__desc {
        padding: 26px 30px;
    }
    .catalog-series__name {
        font-size: 28px;
    }
    .catalog-series__name:after {
        font-size: 15px;
    }
    .catalog-series__text {
        font-size: 14px;
    }
}

[data-offer] {
    display: none !important;
}
.show-offer[data-offer] {
    display: flex !important;
}
.product-detail__gift-text.show-offer[data-offer] {
    display: block !important;
}

.nav-tags__wrapper {
    margin-bottom: 10px;
}
.nav-tags__title {
    margin-bottom: 10px;
}
.nav-tags__link.nav-tags-color {
    position: relative;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.nav-tags__link.nav-tags-color span {
    position: relative;
    display: block;
    width: 39px;
    height: 39px;
    text-indent: -9000px;
    border-radius: 50px;
    background-size: cover;
    cursor: pointer;
    z-index: 5;
}
.nav-tags__link.nav-tags-color.color-ultramarin span {
    background: #314BE6;
}
.nav-tags__link.nav-tags-color.color-taiga span {
    background-image: url(../images/icons/pattern-green.png);
}
.nav-tags__link.nav-tags-color.color-black span {
    background: #000;
}
.nav-tags__link.nav-tags-color.color-specforce span {
    background-image: url(../images/icons/pattern-red.png);
}
.nav-tags__link.nav-tags-color.color-red span {
    background: #ED1D24;
}
.nav-tags__link.nav-tags-color.color-grey span {
    background: #5e5e5e;
}
.nav-tags__link.nav-tags-color.color-blue span {
    background: #699;
}
.nav-tags__link.nav-tags-color.color-black_ural span {
    background-image: url(../images/icons/pattern-black-ural.png);
}
.nav-tags__link.nav-tags-color.color-black_gagarin span {
    background-image: url(../images/icons/pattern-black-gagarin.svg);
}
.nav-tags__link.nav-tags-color.color-orange span {
    background: #ED691D;
}
.nav-tags__link.nav-tags-color.color-green span {
    background: #47CD1A;
}
.nav-tags__link.nav-tags-color span:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    border: 2px solid #ED1D24;
    border-radius: 50%;
    transition: opacity 0.2s ease;
    opacity: 0;
}
.nav-tags__link.nav-tags-color.nav-tags__link-active {

}
.nav-tags__link.nav-tags-color.nav-tags__link-active span:before {
    opacity: 1;
}

.nav-tags_mini_rect {
    margin: 0 -3px;
}
.nav-tags_mini_rect .nav-tags__link {
    display: inline-flex;
    align-items: center;
    text-align: center;
    height: auto;
    padding: 3px 8px;
    background: transparent;
    border-radius: 0;
    font-family: 'Noto Sans';
    font-weight: 700;
    font-size: 11px;
    line-height: 1.36;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    margin: 6px 3px 0;
}
.nav-tags_mini_rect .nav-tags__link-active {
    border-color: #ED1D24;
}

.nav-tags_mini_color {
    margin: 0 -3px;
}
.nav-tags_mini_color .nav-tags__link.nav-tags-color {
    margin: 6px 3px 0;
}
.nav-tags_mini_color .nav-tags__link.nav-tags-color span {
    width: 16px;
    height: 16px;
}
.nav-tags_mini_color .nav-tags__link.nav-tags-color span:before {
    border-width: 1px;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
}
@media screen and (max-width: 767px) {
    .nav-tags_detail {
        justify-content: center;
    }
}