        .dc-copyright {
            color: black;
            font-weight: 700;
            transition: .2s;
        }
        
        .dc-copyright:hover {
            transition: .2s;
            color: black;
            text-decoration: underline;
        }
        
        .pagination .page-item.active .page-link:hover {
            background-color: unset !important;
        }
        
        .legal__entity__label {
            cursor: pointer;
            font-size: 16px;
            padding-left: 8px;
        }
        
        .legal__entity__block {
            margin-bottom: 10px;
        }
        /* for ajax from bitrix */
        
        .loader {
            position: fixed;
            width: 100%;
            min-width: 100%;
            height: 100%;
            min-height: 100%;
            top: 0;
            left: 0;
            z-index: 10000 !important;
            background: url(spinning-circles.svg) rgba(0, 0, 0, 0.2) center center no-repeat;
            background-size: 81px;
        }
        
        .order-modal .catalog-page__items .product-item {
            width: 43%;
        }
        
        .order-modal .catalog-page__items {
            margin: 0px;
        }
        
        @media only screen and (max-width: 480px) {
            .order-modal .catalog-page__items .product-item {
                width: 90%;
            }
        }
        
        .order-modal .product-item .not-available {
            font-size: 12px;
        }
        
        .order-modal .cart-item__thumb {
            margin-right: 20px;
            margin-left: 20px;
        }
        
        .order-modal .btn-secondary {
            color: #fff;
            background-color: #76b82a;
            border-color: transparent;
        }
        
        .order-modal .btn-secondary:hover {
            background-color: #545b62 !important;
            border-color: #545b62 !important;
            border-color: transparent;
        }
        
        .order-modal .btn-secondary.gray {
            background-color: #020211;
            color: #fff;
            border-color: transparent;
        }
        
        .preorder-modal {
            padding: 40px 44px;
        }
        
        .preorder-modal__title {
            font-family: HelveticaNeueLTProBold;
            letter-spacing: .03em;
            font-size: 16px;
            line-height: 19px;
            color: #141414;
            margin-bottom: 20px;
        }
        
        .cart-item-counter {
            border-radius: 4px;
            background-color: #f9f9f9;
        }
        
        .cart-item-counter__controls {
            position: static;
            display: flex;
            flex-direction: column;
            justify-content: center;
            text-align: left;
        }
        
        .not-available-products {
            max-width: 75%;
        }
        
        @media screen and (max-width: 991px) {
            .not-available-products {
                max-width: 100%;
            }
        }
        
        .js-service-city-empty {
            box-sizing: border-box;
            position: relative;
            margin: 0;
            padding: 7px 10px;
            cursor: pointer;
            display: block;
            width: 100%;
            font: menu;
            font-size: 12px;
            overflow: hidden;
        }
        
        .account__title {
            margin-left: 0 !important;
        }
        
        .login__account .account__logout a {
            margin-left: 16px;
            font-size: 16px;
            line-height: 150%;
            color: #b3b3b3;
            background-color: #fff;
            border: 0;
            text-decoration: underline;
            outline: 0;
        }
        
        .iti__flag {
            background-image: url(assets/flags/flags.png) !important;
        }
        
        @media (-webkit-min-device-pixel-ratio:2),
        (-o-min-device-pixel-ratio:2/1),
        (min-resolution:192dpi) {
            .iti__flag {
                background-image: url(assets/flags/flags@2x.png) !important
            }
        }
        
        .catalog-page__title {
            padding-top: 70px;
            margin-bottom: 55px;
        }
        
        .catalog-page__filtersList {
            z-index: 2;
        }
        
        .text-page-content .card-header [aria-expanded=false]:before {
            content: url(../images/arrow-down.svg);
        }
        
        .text-page-content .card-header [aria-expanded=true]:before {
            content: url(../images/arrow-down.svg);
        }
        
        main {
            margin-top: 0;
        }
        
        main>nav {
            margin-top: 122px;
        }
        /*     
    .container-fluid {
        margin-top: 122px;
    }
    
    .container-fluid.home {
        margin-top: 0;
    } */
        
        .image__block-bg img {
            max-width: 100%;
        }
        
        .swiper-slide-analog {
            width: calc(100% / 2 - 10px);
        }
        
        .row-analog.w-10-analog {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
            justify-content: space-between;
        }
        
        .image__block {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
            gap: 10px;
        }
        
        .btn-analog.btn-secondary-analog {
            color: #fff;
            background-color: #76b82a;
            border-color: transparent;
            display: block;
            padding: 7px;
            width: 100%;
            border-radius: 6px;
            text-align: center;
        }
        
        .btn-analog-call {
            width: 50%;
            font-size: 16px;
            line-height: 148%;
            color: #fff;
            background-color: #E2E2E2;
            border-radius: 53px;
            border: 0;
            padding: 15px 0 12px 0;
            outline: 0;
            display: block;
            text-align: center;
            position: relative;
            z-index: 2;
            -webkit-transition: width .3s ease-in;
            -o-transition: width .3s ease-in;
            transition: width .3s ease-in;
            margin: 15px 0;
        }
        /* a:not([href]).btn-analog-call {
            color: #fff;
        } */
        
        @media only screen and (min-width: 1162px) {
            .btn-analog-call {
                width: 100%;
            }
        }
        
        .second__nav {
            z-index: 100;
            top: 0;
            margin-top: 0;
        }