@media screen and (min-width:62.375em) {
    .not-found {
        width: 61.3125rem;
        min-height: 430px;
        padding-left: 15.625rem;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width:77.375em) {
    .not-found {
        width: 76.3125rem;
    }
    .not-found-index {
        font-size: 17.875rem;
    }
}

.header-logo {
    max-width: 6.5rem;
    max-height: 2.125rem;
    padding: .625rem 0;
    box-sizing: content-box;
}

@media screen and (min-width: 18.75em) {
    .header-logo {
        max-width: 7.7rem;
    }
}

@media screen and (min-width: 20em) {
    .header-logo {
        max-width: 9rem;
    }
}

@media screen and (min-width: 20.938em) {
    .header-logo {
        max-width: 10rem;
    }
}

@media screen and (min-width: 22.5em) {
    .header-logo {
        max-width: 11.5rem;
    }
}

@media screen and (min-width: 23.438em) {
    .header-logo {
        max-width: 12.5rem;
    }
}

@media screen and (min-width: 25em) {
    .header-logo {
        max-width: 13.75rem;
        max-height: 4.5rem;
        padding: .75rem 0;
    }

    .header-mobile-line {
        padding: 1.75rem .625rem .875rem;
    }
}

@media screen and (min-width: 26.25em) {
    .header-logo {
        max-width: 14.75rem;
    }
}

@media screen and (min-width: 28.125em) {
    .header-logo {
        max-width: 15.75rem;
    }
}

@media screen and (min-width: 30em) {
    .header-logo {
        max-width: 16.75rem;
    }
}

@media screen and (min-width: 31.25em) {
    .header-logo {
        max-width: 17.75rem;
    }

    .header-mobile-line {
        padding: 2.25rem .625rem .875rem;
    }
}

@media screen and (min-width: 32.5em) {
    .header-logo {
        max-width: 18.75rem;
    }
}

@media screen and (min-width: 33.75em) {
    .header-logo {
        max-width: 19.75rem;
    }
}

@media screen and (min-width: 35em) {
    .header-logo {
        max-width: 20.75rem;
    }
}

.search-from input {
    color: #1f0d9d;
    border-color: #1f0d9d;
}

.search-from .icon {
    fill: #1f0d9d;
}

input::-webkit-input-placeholder {
    color: #1237af;
}
.search-from input::-moz-placeholder {
    color: #1237af;
}
.search-from input:-ms-input-placeholder {
    color: #1237af;
}
.search-from input:focus {
    border-color: #1746dd;
}
@media screen and (min-width: 998px) {
    .last-viewed-products {
        margin-top: -5rem;
    }
}
@media screen and (max-width: 997px) {
    .last-viewed-products {
        margin-top: -2rem;
    }
}

.blue_menu {
    width: 100%;
    max-width: 100%!important;
}

.mobile-menu .blue_menu,
.mobile-menu .blue_menu .menu {
    background-color: #1237af!important;;
}

.mobile-menu .blue_menu .menu a:after {
    border-top: 2px solid #fff!important;
    border-right: 2px solid #fff!important;
}

.mobile-menu .blue_menu .menu li {
    border-bottom: 1px solid #fff!important;
}

.mobile-menu .blue_menu .mobile-menu-info {
    border-top-color: #1237af;
}

.mobile-menu .blue_menu .mobile-menu-search input {
    color: #1237af;
    background-color: #fff;
}

.mobile-menu .blue_menu .mobile-menu-search input::placeholder {
    color: #1237af;
}

.mobile-menu .blue_menu .mobile-menu-search .icon {
    width: .875rem;

    fill: #1237af;
}

.mobile-menu .blue_menu .mobile-menu-social a:hover .icon {
    fill: #1237af;
}

.footer-main .footer-info .footer-info-logo,
.footer-main .footer-info .footer-info-phone {
    margin-bottom: .765rem;
}

.footer-main .footer-main-menu.footer-mobile-menu {
    width: 100%;
    margin: .975rem 0 0 0;
    text-align: center;
}

.footer-main .footer-main-menu.footer-mobile-menu .footer-main-menu-category {
    padding-right: 0;
    margin-bottom: .65rem;
    font-size: .8375rem;
}

.footer-mobile-menu .inline-block-item {
    display: block;
}

.footer-main .footer-main-menu.footer-mobile-menu .footer-main-menu-category a {
    padding: .25rem 0 0 0;
}

.footer-main .footer-main-menu.footer-mobile-menu .footer-main-menu-category .footer-main-menu-list {
    margin-top: 0;
}


.products-flex-item {
    width: 301px;
    height: 363px;
}
.jq-selectbox__select {
    color: #fff!important;
    background: #1237af;
}

.jq-selectbox li {
    color: #1237af;
}

.jq-selectbox li.selected {
    color: #fff;
    background-color: #1237af;
}

.jq-selectbox__trigger-arrow {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.catalog-category-grid .catalog-category-link {
    color: #1237af;
}

@media screen and (min-width: 62.375em) {
    .products-flex-item.size-2x1 {
        width: 601px;
    }
}


@media screen and (max-width: 47.3125em) {
    .catalog-category-grid .catalog-category-link {
        top: auto;
        bottom: 0;
        left: .625rem;
        padding: .625rem .875rem;
        font-size: .6875rem;
        line-height: 1rem;
        transition: .25s;
        text-align: center;
        color: #fff;
        border-radius: .25rem;
        background-color: #1237af;
    }
}

.product-grid.products-flex-grid .item .img-wrap {
    height: 12.625rem;
    line-height: 12.625rem;
}

.product-grid.products-flex-grid  .item .thumbnail {
    max-height: 11.375rem;
}

@media screen and (min-width: 62.375em) {
    .catalog-category .category {
        height: 120px;
    }
}

.catalog-sorting .jqselect {
    border-color: transparent;
}

.catalog-content .products-flex-grid,
.tabs-panel .products-flex-grid {
    margin-right: calc(50% - 602px);
    margin-left: calc(50% - 602px);
}

.columns.row.float-right .catalog-content .products-flex-grid,
nav + .inner-container .inner-content.columns .catalog-content .products-flex-grid {
    margin-right: calc(50% - 451px);
    margin-left: calc(50% - 451px);
}


@media screen and (max-width: 1223px) {
    .catalog-content .products-flex-grid,
    .tabs-panel .products-flex-grid {
        margin-right: calc(50% - 451px);
        margin-left: calc(50% - 451px);
    }

    .columns.row.float-right .catalog-content .products-flex-grid,
    nav + .inner-container .inner-content.columns .catalog-content .products-flex-grid {
        margin-right: calc(50% - 300px);
        margin-left: calc(50% - 300px);
    }
}

@media screen and (max-width: 997px) {
    .catalog-content .products-flex-grid,
    .tabs-panel .products-flex-grid {
        margin-right: calc(50% - 301px);
        margin-left: calc(50% - 301px);
    }

    .columns.row.float-right .catalog-content .products-flex-grid,
    nav + .inner-container .inner-content.columns .catalog-content .products-flex-grid {
        margin-right: calc(50% - 301px);
        margin-left: calc(50% - 301px);
    }
}


@media screen and (max-width: 757px) {
    .catalog-content .products-flex-grid,
    .tabs-panel .products-flex-grid {
        margin-right: calc(50% - 150px);
        margin-left: calc(50% - 150px);
    }

    .columns.row.float-right .catalog-content .products-flex-grid,
    nav + .inner-container .inner-content.columns .catalog-content .products-flex-grid {
        margin-right: calc(50% - 150px);
        margin-left: calc(50% - 150px);
    }
}


@media screen and (max-width: 517px) {
    .catalog-content .products-flex-grid,
    .tabs-panel .products-flex-grid {
        margin-right: auto;
        margin-left: auto;
    }

    .columns.row.float-right .catalog-content .products-flex-grid,
    nav + .inner-container .inner-content.columns .catalog-content .products-flex-grid {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 301px) {
    .products-flex-item {
        max-width: 100%;
    }
    .catalog-content .products-flex-grid,
    .tabs-panel .products-flex-grid {
        margin-right: auto;
        margin-left: auto;
    }

    .columns.row.float-right .catalog-content .products-flex-grid,
    nav + .inner-container .inner-content.columns .catalog-content .products-flex-grid {
        margin-right: auto;
        margin-left: auto;
    }
}
.footer-sitemap-link{ display: block;margin-top: .765rem; font-size: 1rem; font-weight: normal}
.footer-sitemap-link svg{width: 1rem; height: 1rem; margin: 2px 2px -2px 0;}
.menu-fixed.is-fixed header {
    padding-bottom: 2.875rem;
    position: relative;
    z-index: 2;
}

.product-seeit {
    position: relative;
    z-index: 1;
}

@media (min-width: 998px) {
    .bx_filter.compact .bx_filter_button_box {
        /*display: block !important;*/
    }
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@media (max-width: 767px) {

    .fancybox-close-small {
        width: 36px;
        height: 36px;
    }

}

.hover-elements:hover {
  z-index: 100;
}

.basket-items-list-table .basket-item-scu-item {
    display: none;
}

.basket-items-list-table .basket-item-scu-item.selected {
    display: inline-block;
}

.last-viewed-products {
  margin-top: 0 !important;
  z-index: 1;
  position: relative;
}

.slideout-panel {
  z-index: 2 !important;
}

.product-seeit .add2cart span, .product-info-button-primary span {
  font-size: 0 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

.product-info-button-primary span::before {
  content: 'В корзину';
  font-size: .75rem;
    line-height: 1.75rem;
    letter-spacing: .09375rem;
}

.product-seeit .add2cart span::before {
  content: 'В корзину';
  font-size: .625rem;
  letter-spacing: .0625rem;
}

.deffered-slider .product-seeit {
  padding-bottom: 50px;
}

input[type=checkbox].error + .main-user-consent-request-announce {
    color: #d8192c !important;
}
.main-user-consent-request-popup {
    z-index: 99999 !important;
}