<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-shop .banner.banner__headertext {
    background-image: url(/i/img/shop/banner_backgrount.jpg);
}

.page-shop .banner.banner__headertext .informers_slide .ScrollingOpenAcc a {
    background-color: rgba(0,0,0,0.4);
    border-color: rgba(0,0,0,0.5);
    transition: background-color 0.3s, border-color 0.3s;
}
.page-shop .banner.banner__headertext .informers_slide .ScrollingOpenAcc a:hover {
    background-color: rgba(0,0,0,0.8);
    border-color: rgba(0,0,0,0.9);
}
.page-shop .banner__headertext .block_scrolling_widgets a.scrolling_link_trading_mt {
    color: #000;
}
.page-shop .banner__headertext .scrolling_widgets .bx-wrapper .bx-controls-direction a.bx-prev,
.page-shop .banner__headertext .scrolling_widgets .bx-wrapper .bx-controls-direction a.bx-next {
    background-image: none;
}
.page-shop .banner.banner__headertext .bx-controls-direction a.bx-prev,
.page-shop .banner.banner__headertext .bx-controls-direction a.bx-next {
    top:auto;
    bottom:16px;
}
.page-shop .banner.banner__headertext .bx-controls-direction a:before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.5);
    top: 1px;
    left: 0;
    position: absolute;
    box-sizing: border-box;
    transition: border-color 0.3s;
}
.page-shop .banner.banner__headertext .bx-controls-direction a.bx-next:after,
.page-shop .banner.banner__headertext .bx-controls-direction a.bx-prev:after {
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    top: 12px;
    position: absolute;
}
.page-shop .banner.banner__headertext .bx-controls-direction a.bx-prev:after {
    border-bottom: 2px solid rgba(0,0,0,0.5);
    border-left: 2px solid rgba(0,0,0,0.5);
    left: 13px;
}
.page-shop .banner.banner__headertext .bx-controls-direction a.bx-next:after {
    border-top: 2px solid rgba(0,0,0,0.5);
    border-right: 2px solid rgba(0,0,0,0.5);
    right: 13px;
}
.page-shop .banner.banner__headertext .bx-controls-direction a:hover:after,
.page-shop .banner.banner__headertext .bx-controls-direction a:hover:before {
    border-color: rgba(0,0,0,0.8);
}

.page-shop .catalog-title a {
    color: #e2232b;
}
.page-shop .category-title {
    margin-top: 50px;
    text-align: center;
}

.page-shop .new-products-block {
    display: none;
    margin: 0 10px;
    text-align: center;
}
.page-shop .new-products-block .new-products-content {
    display: inline-block;
    max-width: 960px;
    width: 100%;
}
.page-shop .new-products-block .new-item {
    width: 280px;
    background-color: white;
    margin: 20px;
    box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.1)
}
.page-shop .new-products-block .new-item .image-block {
    height: 225px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}
.page-shop .new-products-block .new-item .image-block img {
    height: 100%;
}
.page-shop .new-products-block .new-item .info-block {
    padding: 20px 30px;
    padding-top: 0;
    box-sizing: border-box;
}
.page-shop .new-products-block .new-item .info-block h3 {
    font-size: 1.2em;
    text-transform: none;
    text-align: left;
}
.page-shop .new-products-block .new-item .info-block .price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px;
}
.page-shop .new-products-block .new-item .info-block .price .price-title {
    flex: 1;
    align-self: center;
    justify-content: flex-start;
}
.page-shop .new-products-block .new-item .info-block .price h5 {
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 900;
    text-align: left;
}
.page-shop .new-products-block .new-item .info-block .price .price-button {
    flex: 1;
    justify-content: flex-end;
}

/* slider  */
.page-shop .new-products-content.slick-slider .slick-list  {
    padding-left: 20px;
    padding-right: 20px;
}
.page-shop .new-products-content.slick-slider .slick-track {
    padding-bottom: 10px;
}
.page-shop .new-products-content.slick-slider .slick-dots {
    position: static !important;
    margin: 0 auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-shop .new-products-content.slick-slider .slick-dots li { margin: 6px; }

.page-shop .new-products-content.slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.45);
    opacity: 0.2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: 0 !important;
    transition-duration: .3s;

}
.page-shop .new-products-content.slick-slider .slick-dots li button:before { content: ''; }

.page-shop .new-products-content.slick-slider .slick-prev:before,
.page-shop .new-products-content.slick-slider .slick-next:before {
    position: absolute;
    top: -30px;
    display: block;
    content: "";
    height: 0;
    width: 0;
    border: 12px solid transparent;
    border-width: 12px 19px;
}

.page-shop .new-products-content.slick-slider .slick-prev:before {
    border-right-color: #716f70;
    border-left: 0;
}
.page-shop .new-products-content.slick-slider .slick-next:before {
    border-left-color: #716f70;
    border-right: 0;
}
.page-shop .new-products-content.slick-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.7);
}
/* end slider */
.page-shop .catalog .flexsliderdxt {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.page-shop .catalog .shop {
    max-width: 900px;
    width: 100%;
    margin-top: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.page-shop .catalog .shop .tile {
    flex: 1;
    align-self: stretch;
    justify-content: center;
    padding: 30px 20px;
    box-shadow: 2px 0px 21px rgba(0,0,0,0.2);
    margin: 20px;
    width: 100%;
    max-width: 210px;
    min-width: 210px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    transition: all 0.3s;
}
.page-shop .catalog .shop .tile:hover {
    box-shadow: 2px 0px 21px rgba(0,0,0,0.5);
}
.page-shop .catalog .shop .tile.active {
    box-shadow: 2px 9px 14px rgba(0,0,0,0.7);
    background-color: white;
}
.page-shop .catalog .shop .tile .logo-block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.page-shop .catalog .shop .tile .logo-block img {
    max-width: 55px;
    max-height: 100%;
    align-self: center;
}
.page-shop .catalog .shop .tile h2.title {
    flex: 1;
    font-size: 0.85em;
    line-height: 1.4em;
    align-self: center;
    margin-left: 15px;
    text-align: center;
    word-break: break-word;
}
.page-shop .block-preview {
    margin-top:20px;
    margin-bottom:20px;
}
.page-shop .block-preview .h3_wrap .h3_center_text {
    padding: 20px;
    font-size: 0.9em;
    line-height: 1.4em;
    align-self: center;
    margin-left: 15px;
    text-align: center;
    text-transform: uppercase;
}
.page-shop .block-preview .h3_container + div {
    padding: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.page-shop .block-preview .ishop_p {
    width: 200px;
    margin: 15px;
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
    background-color: #E5E5E5;
}
.page-shop .block-preview .ishop_p:hover {
    box-shadow: 0 0px 8px rgba(0,0,0,0.4);
}
.page-shop .block-preview .ishop_p .ishop_p_photo {
    background-color: white;
}
.page-shop .block-preview .ishop_p .ishop_p_photo + div {
    padding: 10px 10px;
}
.page-shop .block-preview .ishop_p .ishop_p_link {
    text-decoration: none;
}
.page-shop .block-preview .ishop_p .ishop_p_link .ishop_p_title_full,
.page-shop .block-preview .ishop_p .ishop_p_link .ishop_p_stars {
    display: none;
}
.page-shop .block-preview .ishop_p:hover .ishop_p_link .ishop_p_title_full:not(:empty) {
    display: block;
    position: relative;
    text-align: justify;
    margin-bottom: -16px;
    min-height: 20px;
    background-color: #E5E5E5;
}
.page-shop .block-preview .ishop_p .ishop_p_link .ishop_p_title_full span,
.page-shop .block-preview .ishop_p .ishop_p_link .ishop_p_title {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}
.page-shop .block-preview .ishop_p .ishop_p_link .ishop_p_title_full .ishop_p_title_author {
    font-size: 10px;
}
.page-shop .block-preview .ishop_p .ishop_p_link .ishop_p_price {
    line-height: 25px;
    color: #950000;
    text-align: right;
}
.page-shop .loader {
    display: none;
    margin: 20px;
}
.page-shop .footer-block {
    background-image: url(/i/img/shop/shop_icon/bg_footer.png);
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.page-shop .footer-block .image-block {
    margin-right: 10px;
}
.page-shop .footer-block .details-block {
    flex: 1;
}
.page-shop .footer-block .details-block .text {
    color: #ffffff;
    line-height: 1.5em;
    margin-bottom: 1em;
}
/* RTL */
.page-shop-rtl .catalog .shop .tile h2.title {margin-right: 15px; margin-left: 0;}
.page-shop-rtl .new-products-content.slick-slider .slick-track { float: right; }
.page-shop-rtl .new-products-content.slick-slider .slick-dots { flex-wrap: wrap; }
.page-shop-rtl .new-products-content.slick-slider .slick-prev:before,
.page-shop-rtl .new-products-content.slick-slider .slick-next:before { -ms-transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); transform: rotateZ(180deg); }
.page-shop-rtl .footer-block .image-block { margin-right: 0; margin-left: 10px; }
.page-shop-rtl .new-products-block .new-item .info-block h3 { text-align: right; }
.page-shop-rtl .new-products-block .new-item .info-block .price {direction: rtl;}
.page-shop-rtl .new-products-block .new-item .info-block .price h5 {text-align: right;}
/* END RTL */
@media (max-width: 599px) {
    .page-shop .catalog .shop .tile {max-width: 100%;}
    .page-shop .footer-block { display: block; }
    .page-shop .footer-block .image-block { float: left; }
    .page-shop .footer-block .details-block .button-block { width: 100%; text-align: center; }
    .page-shop .new-products-block .new-item { width: 225px; }
    .page-shop .new-products-block .new-item .info-block h3 { text-align: center; }
    .page-shop .new-products-block .new-item .info-block .price { flex-direction: column; }
    .page-shop .new-products-block .new-item .info-block .price .price-title { margin-bottom: 10px; }
    .page-shop-rtl .footer-block .image-block {float: right;}
}
@media (max-width: 399px) {
    .page-shop .footer-block {margin-left: -20px; margin-right: -20px;}
    .page-shop .footer-block .image-block {display: none;}
    .page-shop .footer-block .details-block .text {font-size: 0.9em;}
}

</pre></body></html>