<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.win &gt; .main &gt; .gradient {
    display: none;
}

.pages.index {
    padding: 0 21px 7px 21px;
}

.pages.index .categories &gt; .item {
    float: left;
    width: 218px; 
    margin-top: 26px;
    height: 160px;
    margin-right: 33px;
}

.pages.index .categories &gt; .item.no-right-margin {
    margin-right: 0;
}

.pages.index .categories &gt; .item &gt; .img-holder {
    position: relative;    
    width: 218px;
    height: 120px;    
}

.pages.index .categories &gt; .item &gt; .img-holder &gt; .img {
    display: block;
    position: relative;
    width: 218px;
    height: 120px;
}

.pages.index .categories .zoom-img {
    -webkit-transition: all 0.2s ease-in-out;
    -khtml-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pages.index .categories .zoom-img:hover {
    -webkit-transform: scale(1.2);
    -khtml-transition: scale(1.2);
    -moz-transform: scale(1.2);    
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.pages.index .categories &gt; .item &gt; .img-holder &gt; .img img.zoom,
.pages.index .categories &gt; .item &gt; .img-holder &gt; .img img.normal {
    display: none;
}

.pages.index .categories &gt; .item &gt; .img-holder &gt; .img img.normal, 
.pages.index .categories &gt; .item &gt; .img-holder &gt; .img img.zoom,
.pages.index .categories &gt; .item &gt; .img-holder &gt; .img img.small {
    position: absolute;
}

.pages.index .categories &gt; .item &gt; .title {
    display: table;
    width: 218px;
    margin: 0;
    position: relative;
}

.pages.index .categories &gt; .item &gt; .title a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    
    font-size: 15px;
    
    color: #093277;    
    font-weight: 600;

    height: 40px;
    line-height: 20px;
}
    
.pages.index .categories &gt; .item:hover &gt; .title a {
    color: #0094e7;
}


.pages.index .extras {
    position: relative;
    width: 967px;
    height: 68px;
    margin: 26px 2px 27px 2px;
    overflow: hidden;
}

.pages.index .extras &gt; .item {
    position: absolute;
    width: 229px;
    height: 65px;
    top: 0;
    display: none;    
}

.pages.index .extras .title {
    color: #093277;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0 11px 71px;
    height: 40px;
    line-height: 20px;
    text-align: left;
}

.pages.index .extras .title h3 {
    color: #093277;
    font-size: 15px;
}

.pages.index .extras .pictogram {
    position: absolute;
    top: -3px;
    left: 6px;
}


.pages.index .banners {
    position: relative;
    width: 967px;
    height: 332px;
    margin: 0 2px 3px 2px;    
}

.pages.index .banners.fbox &gt; .border {
    display: block; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pages.index .banners.fbox &gt; .border .gradient {
    display: none;
}

.pages.index .banners .banners-holder {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 963px;
    height: 280px;
    overflow: hidden;
    z-index: -5;
    margin: 0;
}

.pages.index .banners .banners-holder .item {
    position: absolute;
    top: 0;     
    left: 963px;
    width: 963px;
    height: 280px;
    
/*     z-index: -3; */
}

.pages.index .banners .banners-controls-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 967px;
    height: 49px;
    overflow: hidden;
    margin: 0;
}

.pages.index .banners .banners-controls-holder .titles-holder {
    position: relative;
    z-index: 500;
    height: 48px;
}

.pages.index .banners .banners-controls-holder .titles-holder table {
    margin-top: 4px;
    width: 100%;
    z-index: 201;
}

.pages.index .banners .banners-controls-holder .titles-holder table td {
    line-height: 20px;
    height: 40px;

    padding: 0 8px;
    
    overflow: hidden;

    vertical-align: middle;
    text-align: center;

    font-size: 15px;
    font-weight: 600;
    
    color: #4d4d4d;
}
.pages.index .banners .banners-controls-holder .titles-holder table td h3 {
    line-height: 20px;
    font-size: 15px;
    font-weight: 600;
}

.pages.index .banners .banners-controls-holder .titles-holder table td.active {
    color: #093277;
}

.pages.index .banners .banners-controls-holder .titles-holder table td:hover {
    color: #0094e7;
}

.pages.index .banners .banners-controls-holder .selected-item {
    position: absolute;
    top: -30px;
    left: 0;
    height: 79px;    
    z-index: 200;
}

.pages.index .banners .banners-controls-holder .selected-item &gt; .lines-holder {
    position: relative;
    z-index: 200;
    height: 1px;
    overflow: visible;
}

.pages.index .banners .banners-controls-holder .selected-item &gt; .lines-holder div:first-child {
    position: absolute;
    left: -2000px;
    right: -2000px;
    top: 30px;
    background: #d9d9d9;
    height: 1px;
    z-index: 201;    
}

.pages.index .banners .banners-controls-holder .selected-item &gt; .lines-holder &gt; div:last-child {    
    position: absolute;
    left: 0;
    right: 1px;
    top: 30px;
    background: #ffffff;
    height: 1px;
    z-index: 202;
}

.pages.index .banners .banners-controls-holder .selected-item.fbox &gt; .border {
    display: block; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    z-index: 203;
}

.pages.index .banners .banners-controls-holder .selected-item.fbox &gt; .border .gradient {
    height: 47px;
    top: auto;
}
</pre></body></html>