<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://allfont.ru/download/exo-20/ */
@font-face {
    font-family: 'Exo 2.0';
    font-style: normal;
    font-weight: 400;
    src: local('Exo 2.0'), local('Exo2.0-Regular'),
    url(/fonts/exo-regular.woff) format('woff'),
    url(/fonts/exo-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Exo 2.0 Italic';
    font-style: italic;
    font-weight: 400;
    src: local('Exo 2.0 Italic'), local('Exo2.0-Italic'),
    url(/fonts/exo-italic.woff) format('woff'),
    url(/fonts/exo-italic.ttf) format('truetype');
}

@font-face {
    font-family: 'Exo 2.0 Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2.0 Bold'), local('Exo2.0-Bold'),
    url(/fonts/exo-bold.woff) format('woff'),
    url(/fonts/exo-bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Exo 2.0 Bold Italic';
    font-style: italic;
    font-weight: 700;
    src: local('Exo 2.0 Bold Italic'), local('Exo2.0-Bold Italic'),
    url(/fonts/exo-bold-italic.woff) format('woff'),
    url(/fonts/exo-bold-italic.woff) format('truetype');
}

body {
    font-family: 'Exo 2.0', arial;
    font-size: 14px;
}

.main-header {
    padding-top: 11px;
    padding-bottom: 14px;
    border-bottom: 2px solid black;
    background-color: rgb(243, 243, 243);
}

.main-header-link {
    margin-right: 10px;
}

.header-search-wrap {
    border: 1px solid gray;
    margin-top: 16px;
    border-radius: 7px;
    margin-left: -5px;
    margin-right: 5px;
    height: 27px;
    margin-bottom: 22px;
}

.h-search-but {
    float: right;
    margin-top: -1px;
    top: 0;
}

.h-search-input {
    width: 70%;
    outline: none;
    border: none;
    padding-left: 10px;
    border-radius: 10px;
    height: 22px;
}

.main-cat-title {
    text-transform: uppercase;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 5px 10px -5px gray;
    -moz-box-shadow:    0 5px 10px -5px gray;
    box-shadow:         0 5px 10px -5px gray;
}

.main-cat-title &gt; a {
    color: black;
}

.sub-category {
    color: black;
    margin-left: 20px;
    font-size: 16px;

}

.sub-category-wrap {
    margin-top: -20px;
    margin-bottom: 0px;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-radius: 5px;
    height: 30px;
}

/* slider */
.flex-caption {
    width: 104%;
    padding: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    border: none;
}
.flexslider {
    margin: 15px 0 0;
    padding: 0;
    position: relative;
    zoom: 1;
}
.flexslider .slides {
    zoom: 1;
    padding: 0;
    margin: 0;
}
.flexslider .slides &gt; li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
    padding: 0 5px;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .flexslider .slides {
    display: block;
}
* html .flexslider .slides {
    height: 1%;
}
.no-js .flexslider .slides &gt; li:first-child {
    display: block;
}
.flexslider li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-prev {
    position: absolute;
    top: 200px !important;
    left: 41px;

    background: black;
    opacity: 0.5;
}
.flex-next {
    position: absolute;
    top: 200px !important;
    right: 41px;

    background: black;
    opacity: 0.5;
}
.flex-control-nav {
    position: inherit;
    margin-top: -60px;
    margin-bottom: 35px;
    display: none;
}
.flex-control-nav &gt; li {
    background-image: url('/img/slider-nav-not-active.png');
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 2;
    position: relative;
    display: inline-block;
}
.flex-control-nav &gt; li &gt; a {
    background: none;
    width: 13px;
    height: 24px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.flex-control-nav &gt; li &gt; a.flex-active, .flex-control-nav &gt; li &gt; a:hover {
    background-color: white;
    background-image: url('/img/slider-nav.png');
    background-repeat: no-repeat;
    width: 13px;
    height: 24px;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
/* /slider */

.is-header {
    font-size: 20px;
    color: rgb(3, 103, 166);
    text-align: center;
    margin-top: 36px;
    margin-bottom: 10px;
}

.under-is-header {
    text-align: center;
}

.is-main-intrest {
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
}

.item-pre-price {
    font-size: 20px;
    color: rgb(173, 173, 173);
}

.item-price {
    font-size: 26px;
    color: rgb(66, 141, 188);
}

.is-sub-interest {
    border: 2px solid gray;
    border-radius: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 150px;
}

.new-item {
    border: 1px solid gray;
    border-radius: 5px;
}

.pag-li {
    display: inline-block;
    margin: 0 5px 0 5px;
}

.pag-li.active {
    background-color: #A4AFB7;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
}

.is-with-rotate {
    font-weight: bold;
    font-size: 40px;
    float: right;
    margin-top: -10px;
}

.is-ugol {
    background-image: url('/img_mobi/ar.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-position-y: 15px;
    position: absolute;
    background: white;
}

.is-with-rotate.active &gt; .is-ugol {
    background-image: url('/img_mobi/ar_r.png');
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: 20px;
    position: absolute;
    background: white;
}

.is-mobi-shopping-cart-minus {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 5px;
}

.is-mobi-shopping-cart-plus {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    z-index: 999;
    left: 57px;
}

.is-mobi-shopping-cart-img {
    width: 70px;
}

.is-mobi-shopping-cart-input {
    width: 30px;
    outline: none;
    border: none;
    position: absolute;
    margin-top: -29px;
    margin-left: 20px;
    text-align: center;
}

.no-wrap-please {
    white-space: nowrap;
}

.item-new-count {
    position: relative;
    display: inline-block;
    width: 300px;
    transform: scale(1.25, 1.25);
}

.count-new-image {
    position: absolute;
    z-index: 2;
    left: 60px;
}

.count-for {
    text-align: right;
}

.count-wrap {
    text-align: center;
    margin-bottom: 20px;
}

.list-count-minus {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: 999;
    left: -10px;
}

.list-count-plus {
    width: 25px;
    height: 30px;
    position: absolute;
    left: 45px;
    z-index: 999;
    top: 0;
}

.list-count-input {
    width: 30px;
    outline: none;
    border: none;
    position: absolute;
    margin-top: -27px;
    margin-left: 17px;
    text-align: center;
}

.item-count-wrap {

}

.item-count-in {
    width: 185px;
    display: inline-block;
    position: relative;
}

.is-item-count-minus {
    width: 70px;
    height: 50px;
    position: absolute;
}

.is-item-count-plus {
    width: 70px;
    height: 50px;
    position: absolute;
    left: 110px;
}

.is-item-count-input {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 70px;
    border: none;
    outline: none;
    top: 5px;
    text-align: center;
    font-size: 18px;
}

.is-item-count-image {
    float: left;
    margin-left: 40px;
    width: 100px;
    height: 50px;
}

.list-count-wrap {

}

.list-count-in {
    width: 100px;
    display: inline-block;
    position: relative;
}

.is-list-count-minus {
    width: 30px;
    height: 50px;
    position: absolute;
}

.is-list-count-plus {
    width: 30px;
    height: 50px;
    position: absolute;
    left: 70px;
}

.is-list-count-input {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    border: none;
    outline: none;
    top: 5px;
    text-align: center;
    font-size: 18px;
}

.is-list-count-image {
    float: left;
    width: 100px;
    height: 50px;
}

.mobi .glyphicon-shopping-cart{
    font-size: 30px;
}
.mobi .glyphicon-shopping-cart.in{
    color: #5cb85c;
}

.for-call-me-footer:first-child{
    margin-bottom: 10px;
}

.what-text{
    margin-bottom: 10px;
}
.what_cm_after{
    display: none;
}
.what_cm_contact-error{
    font-size: 12px;
    color: #dd0000;
    margin: 2px;
}

.btn-white-border{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    padding: 0 10px;
}

#transportnye-kompanii{
    margin: 20px 0 50px;
}

/** pagination **/
.pagination-new{
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
}

.pagination-new li{
    font-size: 20px;
    font-family: 'Exo 2.0';
    margin: 0 7px;
}
.pagination-new li a{
    color: #2a2d30;
}
.pagination-new li.active a{
    color: #0367a6;
}
.pagination-new li.prev a{
    width: 16px;
    height: 28px;
    display: block;
    background: url("/img_mobi/prev-next-btn-mobi.png") 0 50% no-repeat;
}
.pagination-new li.next a{
    width: 16px;
    height: 28px;
    display: block;
    background: url("/img_mobi/prev-next-btn-mobi.png") 100% 50% no-repeat;
}
.icon-help{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/img/help-icon.png") center center no-repeat;
    position: relative;
    top: -15px;
    left: -10px;
    cursor: pointer;
    outline: none;
    border: none;
}
.icon-help.not-merge{
    top: 0;
    left: 0;
}
.popover{
    min-width: 200px;
    max-width: 70%;
    color: #2f2f2f;
}

#priceRequestClose, #preOrderClose{
    display: none;
}

#priceRequest .count-image, #preOrder .count-image{
    top: 5px;
    width: 202px;
    position: absolute;
    z-index: 2;
}

#priceRequest .count-minus, #preOrder .count-minus{
    width: 35px;
    height: 35px;
    top: 0;
    position: absolute;
    z-index: 10;
}
#priceRequest .count-plus, #preOrder .count-plus{
    width: 35px;
    height: 35px;
    top: -20px;
    margin: 25px 0 0 170px;
    position: absolute;
    z-index: 10;
}

#priceRequest .count-input, #preOrder .count-input {
    width: 160px;
    right: 36px;
    height: 26px;
    top: 7px;
    display: inline-block;
    z-index: 9;
    position: absolute;
    text-align: center;
    border: 0;
    outline: none;
}

#priceRequest .control-label, #preOrder .control-label{
    margin-top: 8px;
}

#priceRequestInfo, #preOrderInfo{
    background: #d8d8d8;
    padding: 10px 20px 15px 20px;
    margin: 0 -15px 20px;
}
#priceRequestPrice{
    color: #0567a6;
    margin: 0;
    padding: 0;
}
.product-row .icon-help, .item-with-border .icon-help{
    left: 0;
}
.no-margin{
    margin: 0 !important;
}

.fancybox-inner{
    overflow: hidden !important;
}
.filter-title{
    margin: 10px 0;
    font-weight: bold;
}
#preorder-filter{
    margin-bottom: 20px;
}
#preorder-filter label{
    font-weight: normal;
    cursor: pointer;
}
#preorder-filter input[type=checkbox]{
    margin-right: 7px;
}
.preorder-categories-filter{
    display: none;
}
.show-filter{
    display: block;
}</pre></body></html>