*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.clearfix:after {
    content: '';
    display: table;
    clear: both
}

html {
    height: 100%
}

.entry p{
	margin: 0 0 20px 0;
	}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #222;
    background: #f8f8f8;
    height: 100%;
    line-height: 1.2
}

a {
    color: #00aeee;
    outline: 0;
    text-decoration: none
}

a:hover {
    color: #ee3124
}

ol, ul {
    list-style-position: inside
}

ol[class], ul[class] {
    list-style: none
}

h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 1
}

h2, .h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 15px
}

h3, .h3 {
    font-size: 18px;
}

h3, .h3b {
    font-size: 18px;
    font-weight: bold;
}

h3.up {
    text-transform: uppercase;
    font-weight: 400
}

h4, .h4 {
    font-size: 14px;
    text-transform: uppercase
}

h5, .h5 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold
}

input[type=submit] {
    outline: 0
}

.content-wrapper {
    padding: 0 40px;
    min-width: 1000px;
    max-width: 1360px;
    margin: 0 auto;
    background: #fff;
    min-height: 100%;
    -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, .2);
    box-shadow: 0 0 17px rgba(0, 0, 0, .2);
    position: relative
}

.main-header {
    padding: 67px 0 15px
}

.main-footer {
    min-width: 1000px;
    max-width: 1360px;
    background: #ffe400;
    border-top: 1px solid #e6e6e6;
    margin: 0 -40px;
    padding: 30px 40px
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: dotted thin
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0
}

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    margin-top: -10px;
    font-family: serif
}

.carousel-indicators {
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    cursor: pointer
}

.carousel-indicators .active {
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after, .container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after, .row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-lg, .visible-md, .visible-sm, .visible-xs, td.visible-lg, td.visible-md, td.visible-sm, td.visible-xs, th.visible-lg, th.visible-md, th.visible-sm, th.visible-xs, tr.visible-lg, tr.visible-md, tr.visible-sm, tr.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    td.visible-xs.visible-sm, th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    td.visible-xs.visible-md, th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    td.visible-xs.visible-lg, th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    td.visible-sm.visible-xs, th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    td.visible-sm.visible-md, th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    td.visible-sm.visible-lg, th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    td.visible-md.visible-xs, th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    td.visible-md.visible-sm, th.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    td.visible-md.visible-lg, th.visible-md.visible-lg {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    td.visible-lg.visible-xs, th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    td.visible-lg.visible-sm, th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    td.visible-lg.visible-md, th.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs, th.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs, td.hidden-xs, th.hidden-xs, tr.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, td.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, td.hidden-xs.hidden-md, th.hidden-xs.hidden-md, tr.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, td.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm, th.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs, td.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, td.hidden-sm, th.hidden-sm, tr.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, td.hidden-sm.hidden-md, th.hidden-sm.hidden-md, tr.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, td.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md, th.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs, td.hidden-md.hidden-xs, th.hidden-md.hidden-xs, tr.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, td.hidden-md.hidden-sm, th.hidden-md.hidden-sm, tr.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, td.hidden-md, th.hidden-md, tr.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg, td.hidden-md.hidden-lg, th.hidden-md.hidden-lg, tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg, th.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs, td.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, td.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, td.hidden-lg.hidden-md, th.hidden-lg.hidden-md, tr.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg, td.hidden-lg, th.hidden-lg, tr.hidden-lg {
        display: none !important
    }
}

.visible-print, td.visible-print, th.visible-print, tr.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    .hidden-print, td.hidden-print, th.hidden-print, tr.hidden-print {
        display: none !important
    }
}

.toolbar-block {
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(227, 227, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(227, 227, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 1%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 1%, rgba(227, 227, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
    position: fixed;
    z-index: 80;
    left: 0;
    top: 0;
    right: 0;
    height: 36px;
    border-bottom: 1px solid #c2c2c2;
    -webkit-box-shadow: 0 0 5px rgba(77, 77, 77, .55);
    box-shadow: 0 0 5px rgba(77, 77, 77, .55);
    font-size: 12px
}

.tb-content {
    min-width: 1040px;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 40px
}

.tbl-item {
    display: inline-block;
    margin: 0 0 0 26px;
    height: 36px;
    line-height: 36px;
    position: relative
}

.tbli-link {
    color: #3a3e40
}

.tbl-item:first-child {
    margin: 0
}

.tb-list {
    white-space: nowrap
}

.tbl-item.active {
    margin-left: 56px
}

.tbl-item.with-regions {
    padding: 0 0 0 15px;
    margin: 0 0 0 -15px
}

.fancybox-lock .tb-content {
    padding-right: 57px !important
}

.mh-ad-info {
    float: right;
    margin: 0 0 0 -100%;
    padding: 0 185px 0 0
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .mh-ad-info {
        padding-right: 168px
    }
}

.search-string {
    padding: 0 662px 0 116px
}

.ss-input {
    border: 0;
    outline: 0;
    width: 100%;
    background: 0 0;
    padding: 7px 11px 7px 36px;
    font-size: 14px
}

.ss-input-wrapper {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-radius: 2px 0 0 2px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15) inset;
    float: left;
    margin: 0 0 6px;
    position: relative
}

.ss-input-wrapper:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 9px;
    top: 7px;
    background: url(../img/big_sprite.png) -6px 0
}

.ss-button {
    background: #44c7ff;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c7ff', endColorstr='#009fe3', GradientType=0);
    cursor: pointer;
    height: 32px;
    width: 107px;
    line-height: 31px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 42, 73, .35);
    color: #fff;
    border-radius: 4px;
    border: 1px solid #79ccf0;
    border-bottom-color: #0175a6;
    border-right-color: #019adc;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.ss-button.cut {
    border-radius: 0 4px 4px 0
}

.ss-button.right {
    margin: 0 -106px 0 -1px;
    float: right
}

.ss-advanced-search {
    padding: 36px 10px 9px;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    background: #fff;
    border: 1px solid #b7b7b7;
    z-index: 20;
    border-radius: 0 0 9px 9px
}

.ssas-label {
    float: left;
    margin: 9px 0 0;
    line-height: 1
}

.ssas-select {
    margin: 0 99px 0 119px;
    height: 32px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    padding: 8px;
    color: #3a3e40;
    line-height: 1;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none
}

.ssas-select:hover {
    color: #3a3e40
}

.ssas-select:after {
    content: '';
    width: 7px;
    height: 6px;
    position: absolute;
    top: 11px;
    right: 8px;
    background: url(../img/big_sprite.png) 0 -43px
}

.ssas-row {
    margin: 6px 0 0;
    position: relative
}

.ssas-row:first-child {
    margin: 0
}

.ssas-cancel-link {
    font-size: 12px;
    color: #888;
    position: absolute;
    left: 9px;
    top: 11px;
    line-height: 1
}

.ss-advanced-search .ss-button {
    margin: 9px 0 0 119px
}

.ssas-select-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 119px;
    right: 99px;
    background: #fff;
    padding: 0 5px;
    z-index: 20;
    border: 1px solid #b7b7b7;
    margin: -1px 0 0;
    border-radius: 0 0 9px 9px;
    overflow: hidden
}

.ssas-row.open .ssas-select-content {
    display: block
}

.ssassci-link {
    padding: 7px 5px;
    display: block;
    margin: 0 -5px;
    color: #3a3e40
}

.ssassci-link:focus, .ssassci-link:hover {
    color: #3a3e40;
    background: #e7e7e7
}

.search-string.wide {
    padding-right: 555px
}

.search-string.wide > .ss-button {
    display: none
}

.search-string.wide .ss-input-wrapper {
    border-radius: 2px
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .search-string {
        padding-right: 588px
    }

    .search-string.wide {
        padding-right: 481px
    }

    .ssas-select {
        margin-right: 9px
    }
}

.logo {
    width: 103px;
    height: 76px;
    display: block
}

.main-header .logo {
    margin: -13px 0 0;
    float: left
}

.shopping-cart {
    background: #44c7ff;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c7ff', endColorstr='#009fe3', GradientType=0);
    border-radius: 3px;
    width: 153px;
    height: 32px;
    line-height: 32px;
    text-indent: 36px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 42, 73, .35);
    position: relative;
    padding: 0 25px 0 0
}
.shopping-cart2 {
    background: #44c7ff;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c7ff', endColorstr='#009fe3', GradientType=0);
    border-radius: 3px;
    width: 153px;
    height: 32px;
    line-height: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 42, 73, .35);
    text-align: center;
    //display: table;
    position: relative;
    //margin:  40px 0 0 0;
}
.shopping-cart:before {
    content: '';
    width: 18px;
    height: 17px;
    background: url(../img/big_sprite.png) 0 -17px;
    position: absolute;
    left: 9px;
    top: 8px
}

.shopping-cart:after {
    content: '';
    width: 7px;
    height: 7px;
    background: url(../img/big_sprite.png) 0 -35px;
    position: absolute;
    top: 13px;
    right: 11px
}

.main-header .shopping-cart {
    float: right;
    margin: 0 -185px 0 -100%
}
.main-header .shopping-cart2 {
    float: right;
    margin: 40px -185px 0 -100%
}
.sc-amount {
    min-width: 24px;
    height: 22px;
    padding: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    background: #fff;
    float: right;
    color: #000;
    text-shadow: none;
    margin: 5px 0 0;
    text-indent: 0;
    text-align: center
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .main-header .shopping-cart {
        margin-right: -168px
    }
}

.phone-block {
    font-size: 20px
}

.pb-add-info {
    font-size: 11px;
    color: #888;
    display: inline-block;
    margin: 3px 0 0
}

.phone-block.big {
    font-size: 38px;
    font-weight: 700;
    line-height: 1
}

.phone-block.big .pb-add-info {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4
}

.main-header .phone-block {
    width: 205px;
    margin: 0 26px 0 0
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .main-header .shopping-cart {
        margin-right: -168px
    }

    .phone-block {
        margin-right: 17px
    }
}

.main-header .opportunities-list {
    margin: 16px 0 0
}

.opportunities-list {
    text-align: justify;
    padding: 0 7px;
    height: 35px;
    overflow: hidden
}

.opportunities-list.alternative {
    height: auto;
    text-align: left;
    padding: 40px 0 0
}

.opportunities-list.alternative .ol-item {
    width: 25%;
    display: block;
    height: auto;
    line-height: 1.2;
    margin-bottom: 5px;
    float: left
}

.opportunities-list:after {
    content: '';
    display: inline-block;
    width: 100%
}

.opportunities-list.alternative:after {
    display: none
}

.ol-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 0 53px
}

.ol-item .oli-link:before {
    content: '';
    width: 41px;
    height: 30px;
    position: absolute;
    background: url(../img/opportunities.png);
    left: 0;
    top: 3px
}

.ol-item.availability {
    padding-left: 50px
}

.ol-item.availability .oli-link:before {
    width: 38px;
    height: 32px;
    background-position: -42px 0;
    top: 0
}

.ol-item.service {
    padding-left: 46px
}

.ol-item.service .oli-link:before {
    width: 33px;
    height: 33px;
    background-position: -81px 0;
    top: 0
}

.ol-item.payment {
    padding-left: 53px
}

.ol-item.payment .oli-link:before {
    width: 41px;
    height: 28px;
    background-position: -115px 0
}

.oli-link {
    color: #000
}

.oli-text {
    font-weight: 400;
    margin: 5px 0 0
}

.main-menu {
    background: #44c7ff;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    text-align: justify;
    height: 49px;
    border-radius: 7px;
    padding: 0 34px;
    margin: 0 0 14px
}

.main-menu:after {
    content: '';
    display: inline-block;
    width: 100%
}

.mm-item {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    position: relative
}

.mmi-link {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 42, 73, .35)
}

.mmi-link:hover {
    color: #ffe400
}

.switcher-block {
    padding: 1px;
    border: 1px solid #0188c2;
    background: #24a9e3;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    z-index: 20
}

.sb-item {
    display: inline-block;
    line-height: 1;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px
}

.sbi-inside {
    cursor: pointer
}

.sb-item.selected {
    background: #feef00;
    border-radius: 9px;
    color: #222
}

.rubrics-block {
    padding: 0 155px 0 11px;
    position: relative;
    margin: 14px 0 0
}

.rubrics-block-wrapper {
    position: relative
}

.rubrics-block-wrapper.with-devider {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

.rb-item {
    float: left;
    width: 25%;
    padding: 0 0 0 10px
}

.rb-item:first-child {
    padding: 0
}

.rbci-link {
    color: #000
}

.rbc-item {
    margin: 12px 0 0
}

.rbc-item:first-child {
    margin: 0
}

.rb-more {
    right: 100px;
    top: 0;
    position: absolute
}

.promo-list {
    display: table;
    border-spacing: 19px;
    margin: 0 -19px
}

.pl-item {
    display: table-cell;
    background: #fff;
    border-radius: 9px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .25);
    width: 25%;
    cursor: pointer;
    border: 1px solid transparent
}

.pl-item:first-child {
    margin: 0
}

.pl-item:hover {
    border-color: #a2e6ff;
    -webkit-box-shadow: 0, 0, 15px rgba(0, 79, 115, .2);
    box-shadow: 0, 0, 15px rgba(0, 79, 115, .2)
}

.pli-content {
    margin: 0 0 0 120px;
    overflow: hidden
}

.pli-title {
    font-weight: 700;
    text-transform: uppercase
}

.pli-desc {
    font-size: 13px
}

.switcher-block + .promo-list {
    margin-top: 1px
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .pl-item {
        width: 33%
    }

    .pl-item.add {
        display: none
    }
}

.img-block {
    display: table;
    table-layout: fixed;
    width: 100px;
    height: 100px;
    border-spacing: 0;
    background: #fff
}

.ib-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.ibb-img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
    vertical-align: middle
}

.promo-list .img-block {
    float: left
}

.discount-list .img-block, .new-products-list .img-block {
    margin: 0 auto 13px
}

.discount-list .img-block.big {
    margin: 30px auto 40px
}

.listing-block .img-block {
    margin: 0 auto 15px
}

.cpl-item .img-block, .listing-block.list .img-block {
    float: left;
    margin: 0 -100% 0 0
}

.img-block.vertical {
    width: 100px;
    height: 140px
}

.img-block.vertical .ibb-img {
    max-height: 140px
}

.img-block.middle {
    width: 200px;
    height: 200px
}

.img-block.middle .ibb-img {
    max-width: 200px;
    max-height: 200px
}

.img-block.big {
    width: 280px;
    height: 210px
}

.img-block.big .ibb-img {
    max-width: 280px;
    max-height: 210px
}

.img-block.s-50 {
    width: 50px;
    height: 50px
}

.img-block.s-50 .ibb-img {
    max-width: 50px;
    max-height: 50px
}

.img-block.s-60 {
    width: 50px;
    height: 60px
}

.img-block.s-60 .ibb-img {
    max-width: 50px;
    max-height: 60px
}

.img-block.s-415 {
    width: 415px;
    height: 280px
}

.img-block.s-415 .ibb-img {
    max-width: 415px;
    max-height: 280px
}

.discount-list {
    display: table;
    border-spacing: 20px;
    margin: -20px -40px -10px
}

.dl-item {
    display: table-cell;
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    width: 14%;
    padding: 20px;
    cursor: pointer
}

.dli-desc {
    font-size: 14px;
    color: #3a3e40
}

.dli-prev-price {
    color: #888;
    text-decoration: line-through;
    margin: 7px 0 0
}

.dli-discount {
    color: red;
    font-size: 12px
}

.dli-price {
    font-size: 18px;
    font-weight: 700
}

.dl-item:hover {
    border-color: #a2e6ff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.dli-footer {
    border-top: 1px solid transparent;
    padding: 3px 20px 0;
    margin: 2px -20px 0;
    position: relative;
    min-height: 50px
}

.dl-item:hover .dli-footer {
    border-color: #e5e5e5
}

@media only screen and (max-width: 1170px), only screen and (max-device-width: 1170px) {
    .dl-item {
        width: 20%
    }

    .dl-item.add {
        display: none
    }
}

.discount-list.big {
    border-spacing: 5px;
    margin: 5px -35px
}

.discount-list.big .dl-item {
    width: 25%;
    margin: 0 0 -20px
}

.discount-list.big .dl-item:hover {
    border-color: #a2e6ff
}

.discount-list.big .dli-prev-price {
    font-size: 18px
}

.discount-list.big .dli-discount {
    font-size: 14px
}

.discount-list.big .dli-price {
    font-size: 24px
}

.discount-list.big .dli-footer {
    padding-top: 5px;
    margin: 4px -20px
}

.discount-list-wrapper {
    border-bottom: 1px solid #e6e6e6
}

@media only screen and (max-width: 1335px), only screen and (max-device-width: 1335px) {
    .discount-list.big .dl-item {
        width: 33%
    }

    .discount-list.big .dl-item.add {
        display: none
    }
}

.main-button {
    background: #44c7ff;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    height: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 14px;
    display: inline-block;
    padding: 0 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.main-button:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 2px 5px rgba(255, 255, 255, .5) inset, 0 -4px 5px rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 4px 5px rgba(255, 255, 255, .2) inset, 0 -4px 5px rgba(255, 255, 255, .2) inset;
    text-shadow: 0 1px 1px rgba(0, 42, 73, .4)
}

.dli-footer .main-button {
    position: absolute;
    right: 20px;
    top: 20px
}

.col-50-per {
    width: 50%;
    float: left;
    padding: 0 20px 0 0
}

.col-50-per + .col-50-per {
    padding: 0 0 0 20px
}

.col-50-per.pad5 {
    padding: 0 5px 0 0
}

.col-50-per.pad5 + .col-50-per.pad5 {
    padding: 0 0 0 5px
}

.col-33-per {
    width: 33%;
    float: left;
    padding: 0 10px 0 0
}

.col-33-per + .col-33-per {
    padding: 0 10px
}

.col-33-per + .col-33-per + .col-33-per {
    padding: 0 0 0 10px
}

.news-list {
    text-align: justify
}

.news-list:after {
    content: '';
    display: inline-block;
    width: 100%
}

.nl-item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    text-align: left;
    margin: 0 0 25px
}

.nl-title {
    font-weight: 700;
    color: #222;
    display: inline-block;
    margin: 6px 0 7px;
    width: 200px
}

.nl-link {
    display: inline-block
}

.nl-link:hover .nl-title {
    color: #ee3124
}

.nl-date {
    color: #888;
    font-size: 11px;
    text-transform: uppercase
}

.nl-link .ibb-img {
    border: 1px solid transparent
}

.nl-link:hover .ibb-img {
    border-color: #a2e6ff;
    -webkit-box-shadow: 0 0 15px rgba(0, 79, 115, .2);
    box-shadow: 0 0 15px rgba(0, 79, 115, .2)
}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    .nl-item {
        width: 49%
    }

    .nl-item.add {
        display: none
    }
}

.ali-link {
    display: inline-block
}

.al-item {
    margin: 0 0 15px
}

.ali-img {
    width: 100%;
    margin: 0 0 5px;
    border: 1px solid transparent
}

.ali-title {
    font-weight: 700;
    color: #222;
    display: inline-block;
    margin: 0 0 7px
}

.ali-link:hover .ali-title {
    color: #ee3124
}

.ali-link:hover .ali-img {
    border-color: #a2e6ff;
    -webkit-box-shadow: 0 0 15px rgba(0, 79, 115, .2);
    box-shadow: 0 0 15px rgba(0, 79, 115, .2)
}

.ali-date {
    color: #888;
    font-size: 11px;
    text-transform: uppercase
}

.info-block {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 25px
}

.ib-news-col {
    padding: 0 505px 0 0;
    float: left
}

.ib-articles-col {
    float: right;
    width: 490px;
    margin: 0 0 0 -100%
}

@media only screen and (max-width: 1280px), only screen and (max-device-width: 1280px) {
    .ib-news-col {
        padding-right: 520px
    }

    .ib-articles-col {
        float: right;
        width: 480px;
        margin: 0 0 0 -100%
    }
}

.mcbc-city {
    margin: 0 12px 0 0;
    display: inline-block;
    line-height: 1
}

.mcbc-city.selected {
    padding: 10px;
    background: #ffe400;
    border-radius: 4px;
    color: #222
}

.mcbc-city.selected:hover {
    color: #222
}

.mcbr-link {
    margin: 0 20px 12px 0;
    display: inline-block
}

.pb-title {
    font-size: 12px;
    margin: 0 0 7px
}

.pbl-item {
    display: inline-block;
    margin: 0 6px 0 0;
    width: 40px;
    height: 28px;
    background: url(../img/big_sprite.png) -24px 0
}

.pbl-item.visa {
    background-position: -24px -29px
}

.pbl-item.visa-electron {
    background-position: -24px -58px
}

.pbl-item.western-union {
    background-position: -65px 0
}

.pbl-item.paypal {
    background-position: -65px -29px
}

.pbl-item:first-child {
    margin: 0
}

.mfc-item {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 25px 60px
}

.mfc-item:first-child {
    margin-left: 0
}

.mfci-phone {
    font-weight: 700;
    margin: 0 0 7px;
    font-size: 14px
}

.mf-copyright {
    margin: 135px 0 0;
    font-size: 11px
}

.vkb-title {
    font-size: 12px;
    margin: 0 0 7px
}

.call-back {
    margin: 7px 0 0;
    display: inline-block
}

.call-back br {
    display: none
}

@media only screen and (max-width: 1160px), only screen and (max-device-width: 1160px) {
    .call-back {
        margin-top: 2px
    }

    .call-back br {
        display: block
    }
}

.shopping-cart-empty-message {
    position: absolute;
    width: 287px;
    padding: 19px 29px 19px 18px;
    border: 1px solid #02a0e4;
    background: #fff;
    border-radius: 9px;
    z-index: 40
}

.scem-text {
    font-size: 12px;
    margin: 18px 0 0
}

.scem-text:first-child {
    margin: 0
}

.shopping-cart-orders {
    position: absolute;
    font-size: 12px;
    padding: 19px 10px 0 18px;
    border: 1px solid #02a0e4;
    border-radius: 9px;
    background: #fff;
    max-width: 448px;
    z-index: 40
}

.sco-list {
    max-height: 142px;
    overflow: auto
}

.scol-item {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 5px 0 0
}

.scol-item:first-child {
    margin: 0
}

.scoli-photo, .scoli-price, .scoli-title {
    display: table-cell;
    vertical-align: middle
}

.scoli-price {
    width: 100px;
    padding: 0 0 0 10px;
    font-weight: 700
}

.scoli-photo {
    width: 60px;
    text-align: center
}

.sco-footer {
    padding: 9px 10px 10px;
    border-top: 1px solid #e6e6e6;
    margin: 33px -9px 0 -19px;
    text-align: right
}

.scof-button {
    color: #222;
    display: inline-block;
    background: #feef00;
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
    border-radius: 15px
}

.scof-button:link {
    color: #222
}

.carousel-control .icon-next, .carousel-control .icon-prev {
    background: url(../img/big_sprite.png) -105px 0;
    width: 22px;
    height: 36px;
    margin-left: -11px
}

.carousel-control .icon-next:before, .carousel-control .icon-prev:before {
    content: ''
}

.carousel-control {
    width: 22px;
    opacity: 1;
    background: 0 0 !important
}

.carousel-control .icon-next {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.carousel-inner > .item {
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.carousel-indicators li {
    border-radius: 4px;
    background: #00aeee !important;
    width: 7px;
    height: 7px;
    vertical-align: middle
}

.carousel-indicators .active {
    border-radius: 8px;
    height: 15px;
    width: 15px
}

.ci-header {
    font-size: 43px;
    font-weight: 700;
    width: 68%;
    line-height: 1;
    color: #00aeee
}

.ci-header, .ci-price, .ci-text {
    padding: 0 0 0 59px
}

.ci-text {
    font-size: 16px
}

.ci-price {
    font-size: 28px
}

.cip-val {
    font-size: 38px;
    font-weight: 700
}

.carousel-indicators {
    bottom: 0
}

.carousel.with-mb {
    margin: 0 0 -35px;
    padding: 0 0 35px
}

.carousel.hidden {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.slide-img-wrapper {
    text-align: center;
    padding: 0 30px 10px
}

.slide-img {
    max-width: 100%
}

.product-card {
    color: #3a3e40;
    position: relative
}
.yandex-offers {
    color: #FFBF00;
    font-size: 32px;
    position: relative
}
.pc-photo {
    float: left;
    width: 420px;
    margin-right: -100%
}

.pc-content {
    padding: 0 0 0 450px
}

.pc-header {
    font-size: 32px;
    font-weight: 400;
    padding: 5px 0
}

.pc-tip {
    font-size: 12px;
    color: #888
}

.pc-text {
    margin: 20px 0 3px;
    line-height: 1.6;
    font-size: 13px
}

.pc-cart {
    margin: 25px 0 0;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding: 30px 40px
}
.pc-cart-service {
    margin: 25px 0 0;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding: 10px 10px
}
.pcc-price {
    color: #888;
    font-size: 18px;
    font-weight: 700;
    text-decoration: line-through
}

.pcc-price.new {
    font-size: 32px;
    color: #222;
    text-decoration: none;
    margin: 10px 0 0
}

.pcc-discount {
    color: #f30;
    font-size: 18px;
    font-weight: 700;
    margin: 27px 0 0
}

.pcc-row .pc-tip {
    margin: 12px 0 0
}

.pcc-row {
    margin: 20px 0 0
}

.pcc-row:first-child {
    margin: 0
}

.product-card .breadcrumbs-block {
    margin: 0 0 25px
}

.bb-item {
    display: inline-block
}

.bb-item:before {
    content: '/';
    display: inline-block
}

.bb-item:first-child:before {
    display: none
}

.bb-link:link, .bb-link:visited {
    color: #000
}

.action-button {
    background: #44c7ff;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c7ff', endColorstr='#009fe3', GradientType=0);
    cursor: pointer;
    display: block;
    height: 32px;
    width: 107px;
    line-height: 31px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 42, 73, .35);
    color: #fff !important;
    border-radius: 4px;
    border: 1px solid #79ccf0;
    border-bottom-color: #0175a6;
    border-right-color: #019adc;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.action-button.cart {
    width: 153px;
    height: 40px;
    font-size: 20px;
    line-height: 40px
}

.action-button.cart:after {
    content: '';
    width: 23px;
    height: 23px;
    background: url(../img/big_sprite.png) 0 -50px;
    display: inline-block;
    vertical-align: -2px;
    margin: 0 0 0 8px
}

.action-button.small {
    width: 106px;
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.action-button.cart.small:after {
    content: '';
    width: 18px;
    height: 17px;
    background: url(../img/big_sprite.png) 0 -17px;
    margin: 0 0 0 3px
}

.button-row .action-button {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 20px
}

.devider {
    height: 1px;
    line-height: 1px;
    border: 0;
    background: #e6e6e6;
    margin: 20px -40px
}

.pi-menu {
    text-align: justify;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    height: 42px
}

.pi-menu:after {
    content: '';
    display: inline-block;
    width: 100%
}

.pim-item {
    display: inline-block;
    text-align: left;
    cursor: pointer;
    position: relative
}

.pim-item.active:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 10px;
    background: url(../img/big_sprite.png) 0 -74px;
    left: 50%;
    top: 33px;
    margin: 0 0 0 -6px
}

.pim-item.active, .pim-item:hover {
    color: #00aeee;
    border: 1px solid #a2e6ff;
    border-radius: 5px;
    padding: 6px;
    box-shadow: 0 0 15px rgba(0, 79, 115, .2);
}

.pi-content {
    display: none;
    border: 1px solid #a2e6ff;
    border-radius: 5px;
    padding: 28px 39px;
    -webkit-box-shadow: 0 0 15px rgba(0, 79, 115, .2);
    box-shadow: 0 0 15px rgba(0, 79, 115, .2);
    font-size: 13px;
    overflow: auto;
    height: 400px;
}

.pi-menu + .pi-content {
    display: block
}

.pic-col {
    float: left;
//    width: 50%;
    padding: 0 20px 0 0
}

.pic-col.last {
    padding: 0
}

.pic-header {
    font-size: 14px;
    margin: 0 0 12px
}

.pic-traits {
    display: table;
    margin: 0 0 15px
}

.pict-item {
    display: table-row
}

.picti-title {
    display: table-cell;
    width: 61%;
    padding: 3px 20px 3px 0
}

.picti-value {
    display: table-cell;
    vertical-align: bottom;
    padding: 3px 0;
    font-weight: 700
}

.pic-desc {
    margin: 0 0 15px
}

.picd-text {
    margin: 10px 0 0
}

.picd-text:first-child {
    margin: 0
}

.pim-counter {
    display: inline-block;
    vertical-align: top;
    background: #feef00;
    width: 19px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    color: #222
}
.params-block-border{
    border: 1px solid #a2e6ff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 79, 115, .2);
}

.additional-products .img-block {
    float: left
}

.ap-content {
    margin: 0 0 0 70px
}

.ap-item {
    margin: 30px 0 0
}

.ap-item:first-child {
    margin: 0
}

.ap-price {
    font-weight: 700;
    font-size: 18px
}

.lb-header {
    font-weight: 400;
    margin: 0 0 17px
}

.lb-link {
    display: inline-block;
    margin: 0 20px 17px 0
}

.cols-middle-and-right {
    float: right;
    width: 100%;
    margin-left: -100%;
    padding: 0 0 0 220px
}

.col-left {
    float: left;
    width: 180px
}

.col-middle {
    float: left;
    margin-right: -100%;
    padding: 0 220px 0 0;
    width: 100%
}

.col-right {
    float: right;
    margin: 0 0 0 -100%;
    width: 170px
}

.col-left h3 {
    font-size: 14px
}

.cols-middle-and-right.without-right .col-middle {
    padding: 0
}

.rl-item {
    margin: 15px 0 0
}

.rl-item:first-child {
    margin: 0
}

.rl-link.active {
    padding: 10px;
    background: #ffe400;
    border-radius: 4px;
    color: #222;
    display: inline-block
}

.pseudo-select {
    display: block;
    border-radius: 2px;
    border: 1px solid #c8c8c8;
    padding: 10px 15px 10px 25px;
    line-height: 1;
    color: #6d6d6d;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #979797;
    position: relative
}

.pseudo-select:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    background: url(../img/big_sprite.png) -8px -35px;
    right: 4px;
    top: 50%;
    margin: -2px 0 0
}

.pseudo-select:hover, .pseudo-select:link {
    color: #6d6d6d
}

.pseudo-select:before {
    content: attr(data-preposition);
    float: left;
    margin: 0 10px 0 -20px
}

.pseudo-select-wrapper.open .ps-content {
    display: block
}

.ps-content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #c8c8c8;
    border-top: 0;
    background: #fff;
    z-index: 20;
    padding: 0 5px;
    border-radius: 0 0 2px 2px
}

.psci-link {
    display: block;
    padding: 3px 5px;
    margin: 0 -5px;
    color: #3a3e40
}

.psci-link:focus {
    background: #e7e7e7
}

.parb-header {
    font-size: 14px
}

.parbli-label {
    margin: 0 0 3px;
    font-size: 13px
}

.pseudo-select-wrapper.open .pseudo-select {
    border-radius: 2px 2px 0 0
}

.parbl-item {
    margin: 0 0 35px
}

.tl-checkbox {
    position: absolute;
    left: -10000px;
    opacity: 0
}

.tl-item {
    margin: 9px 0 0
}

.tl-item:first-child {
    margin: 0
}

.traits-list .pseudo-checkbox {
    margin: 0 2px 0 0;
    vertical-align: -4px
}

.pseudo-checkbox {
    width: 17px;
    height: 18px;
    display: inline-block;
    background: url(../img/big_sprite.png) -65px -58px;
    vertical-align: top;
    position: relative
}

.pseudo-checkbox.solid {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-bottom-color: #e7e7e7;
    border-top-color: #979797;
    border-radius: 2px
}

.lbic-checkbox:checked + .pseudo-checkbox.solid:before, .tl-checkbox:checked + .pseudo-checkbox:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -4px;
    background: url(../img/big_sprite.png) -65px -75px
}

.sort-block {
    font-size: 12px
}

.sb-header {
    color: #888
}

.sb-list {
    display: inline-block;
    color: #00aeee
}

.sbl-item {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 0 10px
}

.sbl-item:hover {
    color: #ee3124
}

.sbl-item.active .sbli-link {
    color: #222
}

.listing-type {
    cursor: pointer;
    color: #00aeee
}

.listing-type:hover {
    color: #ee3124
}

.listing-type:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 10px;
    position: relative;
    background: url(../img/big_sprite.png) -83px -58px;
    margin: 0 -13px 0 0;
    left: -19px
}

.listing-block {
    clear: both
}

.lb-item {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 1% 30px 0;
    position: relative
}

.lbi-link {
    font-size: 14px;
    line-height: 1.4
}

.lbi-price {
    margin: 8px 0
}

.lbip-price {
    color: #979797;
    text-decoration: line-through;
    font-size: 14px
}

.lbip-unavailable {
    color: #979797;
    font-size: 14px
}

.lbip-price.new {
    text-decoration: none;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.lbip-message {
    color: red;
    margin: 7px 0 2px
}

.lbic-checkbox {
    position: absolute;
    left: -10000px;
    opacity: 0
}

.lbi-compare {
    display: inline-block;
    margin: 5px 0 0;
    color: #888
}

.listing-block.list .lb-item {
    width: 100%;
    margin: 38px 0 0
}

.listing-block.list .lb-item:first-child {
    margin: 0
}

.listing-block.list .lbi-compare {
    margin: 5px 0 7px
}

.lbi-middle-col {
    width: 100%;
    padding: 0 160px 0 120px;
    float: left
}

.lbi-right-col {
    float: right;
    margin: 0 0 0 -100%;
    width: 150px;
    position: relative;
    z-index: 20
}

.products-amount-list.big .pal-item {
    padding: 0 0 0 65px
}

.products-amount-list.big .pali-amount {
    width: 65px;
    margin: 0 0 0 -65px
}

.pal-item {
    margin: 22px 0 0;
    padding: 0 0 0 60px
}

.pal-item:first-child {
    margin: 0
}

.pali-amount {
    font-size: 36px;
    float: left;
    vertical-align: top;
    width: 45px;
    margin: 0 0 0 -45px;
    text-align: right;
    padding: 0 6px 0 0
}

.pali-title {
    font-size: 14px;
    color: red;
    display: inline-block
}

.products-col + .products-amount-list {
    margin: 20px 0 0
}

.products-col {
    font-size: 12px
}

.pci-content {
    padding: 0 0 0 60px
}

.pcic-price {
    color: #ff8880;
    text-decoration: line-through;
    margin: 5px 0 0
}

.pcic-price.new {
    text-decoration: none;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    margin: 0
}

.pcic-price-message {
    color: red;
    margin: 1px 0 2px
}

.pc-item {
    margin: 15px 0 0
}

.pcic-title + .pcic-price.new {
    margin: 3px 0 0
}

.tz-text {
    font-size: 13px;
    margin: 5px 0 0;
    line-height: 1.4
}

.text-zone.special .tz-header {
    padding: 7px;
    background: #ffe400;
    border-radius: 3px;
    display: inline-block
}

.text-zone + .text-zone {
    margin: 15px 0 0
}

.cpl-item {
    border: 1px solid #e4e4e4;
    border-top-color: #ebebeb;
    border-bottom-color: #dadada;
    border-radius: 10px;
    padding: 17px 19px;
    margin: 17px 0 0;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25)
}

.cpli-content {
    padding: 0 370px 12px 150px;
    width: 100%;
    float: left;
    position: relative
}

.cpli-title {
    font-weight: 700;
    line-height: 1.4
}

.cpli-desc {
    color: #888;
    font-size: 12px;
    margin: 8px 0 0
}

.cpli-params {
    float: right;
    margin-left: -100%;
    width: 360px;
    padding: 0 0 12px;
    position: relative;
    z-index: 20
}

.cplip-col {
    float: left;
    width: 83px
}

.cplip-header {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
    font-weight: 400
}

.cplip-text {
    width: 63px;
    border: 1px solid #c8c8c8;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #979797;
    padding: 6px 8px;
    border-radius: 2px;
    font-size: 16px
}

.cplip-col.price {
    font-size: 18px;
    width: 70px;
    padding: 0 10px 0 0;
    font-weight: 700
}

.cplip-col.price .cplip-header {
    margin: 0 0 19px
}

.cplip-col.cost {
    font-size: 32px;
    font-weight: 700;
    width: 90px
}

.cplip-col.cost .cplip-header {
    margin: 0 0 8px
}

.cpli-delete {
    padding: 0 17px;
    background: #feef00;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    position: absolute;
    right: 19px;
    bottom: 4px;
    z-index: 50;
    cursor: pointer;
    color: #222
}

.cpli-addit-param {
    padding: 12px 0 0;
    margin: 0 206px 0 150px;
    border-top: 1px solid #e6e6e6
}

.cpliap-info {
    width: 19px;
    height: 19px;
    font-size: 11px;
    font-weight: 700;
    background: #feef00;
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    text-align: center
}

.cpliap-info + .cpli-params {
    width: auto
}

.cpliap-info + .cpli-params .cplip-col.cost {
    margin-right: -100px;
    font-size: 18px
}

.cpl-item-result {
    padding: 17px 19px 0 0;
    font-size: 32px;
    font-weight: 700
}

.cpl-item-result .cplip-header {
    margin: 0 0 8px
}

.cpl-item-result .cplip-col.cost {
    width: auto
}

.cpl-item-result .cplip-col.amount {
    width: 154px;
    padding: 0 10px 0 0
}

.cpl-item-result .cpli-params {
    padding: 0
}

.cplip-currency {
    font-weight: 400;
    font-size: 24px
}

.common-checkbox-wrapper {
    color: #888;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none
}

.common-checkbox {
    position: absolute;
    left: -10000px;
    opacity: 0
}

.common-pseudo-checkbox {
    width: 15px;
    height: 15px;
    vertical-align: -3px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-bottom-color: #e7e7e7;
    border-top-color: #979797;
    border-radius: 2px;
    position: relative;
    z-index: 20;
    margin: 0 5px 0 0
}

.common-checkbox:checked + .common-pseudo-checkbox:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 10px;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -4px;
    background: url(../img/big_sprite.png) -65px -75px
}

.button-row .common-checkbox-wrapper {
    margin: 12px 0 0;
    color: #000
}

.common-checkbox-wrapper + .tip {
    margin: 0 0 0 5px
}

.common-form {
    position: relative
}

.common-form.delivery-info {
    border: 1px solid #e4e4e4;
    border-top-color: #ebebeb;
    border-bottom-color: #dadada;
    border-radius: 10px;
    padding: 17px 270px 17px 19px;
    margin: 17px 0 0;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25)
}

.common-form.contacts {
    padding: 0 270px 0 19px
}

.cf-row {
    position: relative;
    margin: 10px 0 0
}

.cf-row:first-child {
    margin-top: 0
}

.cf-input, .cf-textarea {
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #c8c8c8;
    border-top-color: #979797;
    border-bottom-color: #e7e7e7;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset
}

.cf-textarea {
    resize: none;
    overflow: auto
}

.cf-input-cover, .errorMessage {
    margin: 0 0 0 85px
}

.cf-label {
    float: left;
    margin: 9px 0 0;
    font-size: 12px;
    color: #888 !important;
    line-height: 1
}

.cf-custom-select {
    border: 1px solid #c8c8c8;
    border-top-color: #979797;
    border-bottom-color: #e7e7e7;
    margin: 0 0 0 85px;
    border-radius: 2px;
    padding: 8px;
    color: #3a3e40;
    line-height: 1;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    height: 32px
}

.cf-custom-select:hover {
    color: #3a3e40
}

.cf-custom-select:after {
    content: '';
    width: 7px;
    height: 6px;
    position: absolute;
    top: 11px;
    right: 8px;
    background: url(../img/big_sprite.png) 0 -43px
}

.cfcs-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 85px;
    right: 0;
    background: #fff;
    padding: 0 5px;
    z-index: 20;
    border: 1px solid #b7b7b7;
    margin: -1px 0 0;
    border-radius: 0 0 9px 9px;
    overflow: hidden
}

.cfcsci-link {
    padding: 7px 5px;
    display: block;
    margin: 0 -5px;
    color: #3a3e40
}

.cf-row.open .cfcs-content {
    display: block
}

.cf-row-col {
    width: 33%;
    float: left
}

.cf-row-col.home {
    padding: 0 26px 0 0
}

.cf-row-col.entrance {
    padding: 0;
    margin: 0 0 0 -11px
}

.cf-row-col.apartment {
    float: right;
    padding: 0
}

.cf-row-col .cf-input-cover, .cf-row-col .errorMessage {
    margin: 0 0 0 33px
}

.cf-row-col + .cf-row-col .cf-input-cover, .cf-row-col + .cf-row-col .errorMessage {
    margin: 0 0 0 61px
}

.cf-tip {
    font-size: 12px;
    color: #888;
    margin: 8px 0 0 85px
}

.cf-row.send-order {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 220px
}

.common-form.faq-form {
    background: #f3f3f3;
    margin: 0 -40px;
    padding: 10px 40px
}

.fancybox-skin .common-form.faq-form {
    margin: 0;
    background: #fff;
    padding: 0
}

.fancybox-skin .common-form.faq-form .cf-row, .fancybox-skin .common-form.phone-form .cf-row {
    margin: 20px 0 0
}

.common-form.faq-form .cf-row {
    width: 380px;
    margin: 20px auto
}

.common-form.phone-form .cf-row {
    width: 326px
}

.common-form.faq-form .cf-row:first-child {
    margin-top: 0
}

.common-form.faq-form .cf-label, .common-form.phone-form .cf-label {
    width: 77px;
    margin: 7px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: #222 !important
}

.common-form.phone-form .cf-label {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0
}

.common-form.faq-form .cf-input-cover, .common-form.faq-form .errorMessage {
    margin: 0 0 0 94px
}

.common-form.phone-form .cf-input-cover, .common-form.phone-form .errorMessage {
    margin-left: 34px
}

.cf-input-cover.error .cf-input, .cf-input-cover.error .cf-textarea, .cf-input.error, .cf-textarea.error {
    border-color: #f30
}

.common-form.faq-form .cf-input {
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.common-form.faq-form .cf-textarea {
    height: 130px
}

.common-form.faq-form .action-button, .common-form.phone-form .action-button {
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    width: 159px
}

.common-form.delivery-info .cf-label {
    width: 85px;
    padding: 0 10px 0 0
}

.common-form.delivery-info .cf-row-col .cf-label {
    width: auto;
    padding: 0
}

.common-form.delivery-info .cf-row.date {
    margin: 25px 0 0
}

.common-form.delivery-info .cf-row.date .cf-label {
    margin: 2px 0 0
}

.common-form.delivery-info .common-checkbox-wrapper {
    color: #000;
    display: block;
    margin: 18px 0 0 85px
}

.cf-row.delivery-time .common-checkbox-wrapper {
    display: inline-block;
    margin: 12px 35px 0 0;
    font-weight: 700
}

.common-checkbox[type=radio] + .common-pseudo-checkbox {
    width: 17px;
    height: 17px;
    border: 0;
    background: url(../img/big_sprite.png) -24px -87px;
    margin-top: -2px
}

.common-checkbox[type=radio]:checked + .common-pseudo-checkbox:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000;
    margin: -3px 0 0 -3px
}

.cf-row.date .cf-input-cover:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 9px;
    width: 16px;
    height: 16px;
    background: url(../img/big_sprite.png) -42px -87px;
    border: 0;
    outline: 0
}

.cf-row.date .cf-input {
    position: relative;
    z-index: 20;
    background: 0 0
}

.common-form.contacts .cf-label {
    width: 75px
}

.errorMessage {
    font-size: 12px;
    color: #f30;
    margin-top: 3px
}

.price-form .cf-input-cover {
    display: inline-block;
    margin: 0;
    width: 63px;
    vertical-align: middle
}

.price-form .col-50-per {
    padding: 0 5px 0 0
}

.price-form .col-50-per + .col-50-per {
    padding: 0 0 0 5px
}

.price-form .cf-label {
    margin: 9px 5px 0 0;
    vertical-align: middle;
    color: #6d6d6d;
    font-size: 14px
}

.slider-range {
    height: 2px !important;
    border: 0 !important;
    background: #c8c8c8 !important
}

.slider-range .ui-slider-range {
    background: #00aeee !important
}

.slider-range .ui-slider-handle {
    -webkit-user-select: none;
    -moz-user-select: none;
    width: 10px !important;
    height: 20px !important;
    background: url(../img/big_sprite.png) -83px -69px !important;
    border: 0 !important;
    cursor: pointer !important;
    outline: 0;
    top: -.5em !important;
    margin: 0 0 0 -5px !important
}

.close-form-link {
    position: absolute;
    font-size: 11px;
    color: #00aeee;
    cursor: pointer;
    right: 30px;
    top: 30px
}

.price-info {
    font-size: 32px;
    font-weight: 700
}

.pi-label {
    font-size: 12px;
    color: #888;
    font-weight: 400
}

.pi-currency {
    font-size: 24px;
    font-weight: 400
}

.common-form.delivery-info .price-info {
    position: absolute;
    top: 27px;
    right: 92px;
    max-width: 145px
}

.rs-connector, .rs-item {
    display: inline-block;
    font-size: 32px;
    font-weight: 700
}

.rsi-label {
    font-size: 12px;
    color: #888;
    font-weight: 400;
    margin: 0 0 10px
}

.rsi-currency {
    font-weight: 400;
    font-size: 24px
}

.rs-connector {
    color: #00aeee;
    margin: 0 5px
}

.result-string {
    padding: 0 0 0 19px
}

.rs-item.result {
    color: #00aeee;
    position: relative
}

.rs-item.result:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 10px;
    background: url(../img/big_sprite.png) 0 -74px;
    left: 50%;
    top: 73px;
    margin: 0 0 0 -6px
}

.payment-variants {
    -webkit-box-shadow: 0 0 15px rgba(0, 79, 115, .25);
    box-shadow: 0 0 15px rgba(0, 79, 115, .25);
    border: 1px solid #a2e6ff;
    border-radius: 5px;
    padding: 27px 30px
}

.pv-header {
    font-size: 12px;
    color: #888;
    margin: 0 0 15px
}

.pv-list {
    margin: 0 0 0 -10px
}

.pv-radio {
    position: absolute;
    left: -10000px
}

.pvl-item {
    display: inline-block
}

.pv-val {
    color: #00aeee;
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    line-height: 1
}

.pv-radio:checked + .pv-val {
    color: #000;
    background: #ffe400
}

.payment-variants .devider {
    margin: 20px -30px
}

.pv-confirmation {
    font-size: 12px
}

.info-item {
    width: 19px;
    height: 19px;
    font-size: 11px;
    color: #000;
    font-weight: 700;
    background: #feef00;
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    text-align: center
}

.payment-variants .info-item {
    margin: 0 5px 0 0
}

.button-row {
    padding: 0 0 0 31px
}

.button-row .errorMessage {
    margin-left: 0
}

.ob-col {
    width: 210px;
    float: left;
    margin: 0 -100% 0 0
}

.ob-col + .ob-col {
    padding: 0 0 0 250px;
    width: 100%
}

.ob-num {
    font-size: 32px;
    color: #00aeee;
    margin: 0 0 10px
}

.ob-tip {
    font-size: 12px;
    color: #888;
    line-height: 1.4;
    margin: 0 0 30px
}

.ob-link {
    margin: 0 0 0 7px
}

.ob-link + .ob-link {
    display: inline-block;
    margin: 10px 0 0 7px
}

.ob-params {
    border: 1px solid #e4e4e4;
    border-top-color: #ebebeb;
    border-bottom-color: #dadada;
    border-radius: 10px;
    padding: 25px 40px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    text-align: justify
}

.ob-params:after {
    content: '';
    display: inline-block;
    width: 100%
}

.obp-header {
    font-weight: 700;
    margin: 0 0 7px;
    line-height: 1
}

.obp-text {
    font-size: 13px;
    line-height: 1.3
}

.obp-list {
    display: table;
    border-collapse: collapse
}

.obpl-items {
    display: table-row
}

.obpli-num, .obpli-val {
    display: table-cell;
    vertical-align: middle
}

.obpli-num {
    font-size: 32px;
    font-weight: 700;
    color: #00aeee;
    padding: 0 5px 0 0;
    line-height: 1
}

.obpli-val {
    font-size: 13px
}

.obpl-items + .obpl-items .obpli-num {
    padding: 2px 5px 0 0
}

.obp-price {
    font-size: 32px;
    font-weight: 700
}

.obpp-currency {
    font-weight: 400;
    font-size: 24px
}

.obp-status {
    line-height: 1;
    padding: 10px;
    background: #ffe719;
    display: inline-block;
    border-radius: 4px;
    margin: 15px 0 0
}

.obp-col {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 -15px
}

.ob-col:first-child {
    padding: 18px 0 0;
    position: relative;
    z-index: 20
}

.message-block {
    color: #3a3e40
}

.message-block b + p {
    margin: 8px 0 0
}

.message-block b, .message-block p {
    display: block;
    margin: 15px 0 0
}

.message-block b:first-child, .message-block p:first-child {
    margin: 0
}

.fb-header {
    text-align: center;
    font-size: 32px;
    text-transform: none;
    padding: 18px 0;
    background: #f3f3f3;
    margin: 0 -40px;
    position: relative
}

.fb-nav {
    text-align: center;
    margin: 25px 0 30px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.fbn-item {
    display: inline-block;
    margin: 0 0 0 25px;
    cursor: pointer
}

.fbni-content {
    color: #00aeee;
    border-bottom: 1px dashed
}

.fbn-item.active .fbni-content {
    color: #222;
    border: 0
}

.fbn-item:first-child {
    margin: 0
}

.fbn-amount {
    font-size: 9px;
    width: 17px;
    height: 17px;
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    background: #adadad;
    color: #fff;
    font-weight: 400;
    margin: 0 0 0 5px
}

.fbn-item.active .fbn-amount {
    background: #feef00;
    color: #222
}

.fb-items-wrapper {
    margin: 0 -35px 0 -15px
}

.fb-item {
    width: 49%;
    padding: 15px;
    display: inline-block;
    vertical-align: top
}

.fbi-header {
    font-size: 14px;
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 59px
}

.fbi-header:before {
    content: '?';
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 10px;
    background: #00aeee;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 31px;
    font-weight: 400
}

.fbi-answer {
    position: relative;
    word-wrap: break-word;
    font-size: 13px;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    line-height: 1.4
}

.fbi-answer:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 11px;
    background: url(../img/big_sprite.png) -108px -83px;
    bottom: 100%
}

.fbi-date, .fbi-name {
    padding: 0 0 0 59px;
    color: #888;
    font-size: 13px
}

.fbi-header-wrapper {
    margin: 0 0 15px
}

.fbi-header-wrapper .fbi-header, .fbi-name {
    margin: 0 0 7px
}

.fbiah-icon {
    float: left;
    width: 56px;
    border-radius: 28px;
    border: 3px solid #1eb8f0;
    margin: 0 0 0 -68px
}

.fbia-header {
    padding: 0 0 0 70px;
    color: #888;
    font-size: 13px;
    margin: 0 0 15px;
    line-height: 1.2
}

.fbiah-name {
    padding: 9px 0 4px;
    font-weight: 700
}

.icb-left-col {
    float: left;
    width: 100%;
    padding: 0 340px 0 0
}

.icb-right-col {
    float: right;
    margin-left: -100%;
    width: 300px
}

.ibca-title {
    font-weight: 700;
    display: inline-block;
    margin: 0 0 7px
}

.ibca-date {
    color: #888;
    font-size: 12px;
    margin: 0 5px 0 0
}

.ibca-section {
    color: #000;
    line-height: 1;
    display: inline-block;
    padding: 8px 9px;
    background: #e5e4e4;
    border-radius: 4px
}

.ibca-img {
    max-width: 100%
}

.ibca-header {
    margin: 0 0 10px
}

.ibca-text {
    margin: 10px 0 0;
    line-height: 1.4;
    color: #3a3e40
}

.ibc-article {
    margin: 35px 0 0
}


.ibci-date {
    color: #888;
    font-size: 12px;
    display: block;
    margin: -5px 0 0
}

.ibci-header {
    margin: 0 0 18px
}

.ibci-caption {
    font-weight: 700;
    color: #3a3e40;
    margin: 15px 0 0
}

.ibci-text {
    color: #3a3e40;
    margin: 20px 0 0
}

.ibci-img {
    max-width: 100%
}

.ail-item {
    margin: 30px 0 0
}

.ail-date {
    color: #888;
    font-size: 12px;
    margin: 12px 0 0
}

.contacts-block {
    text-align: center;
    margin: 0 -30px 0 0
}

.cb-item {
    display: inline-block;
    width: 260px;
    position: relative;
    text-align: left;
    vertical-align: top;
    padding: 20px;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .25);
    margin: 30px 30px 0 0;
    border-radius: 9px
}

.cbl-item {
    margin: 12px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 25px
}

.cbl-item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 17px;
    background: url(../img/big_sprite.png) -106px -37px no-repeat
}

.cbl-item.phone:before {
    width: 12px;
    height: 16px;
    background-position: -115px -55px
}

.cbl-item.schedule:before {
    width: 17px;
    background-position: -97px -65px
}

.cbl-item:first-child {
    margin: 0
}

.cbl-show-on-map-link {
    display: inline-block;
    margin: 8px 0 0;
    font-weight: 400
}

.cbl-item.address, .cbl-item.phone {
    font-weight: 700
}

.cbl-item.phone {
    margin: 17px 0 0
}

.cbi-index {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background: #00aeee;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px
}

.cbl-item.address {
    padding-right: 22px
}

.map-block {
    height: 555px;
    margin: 0 -40px
}

.mb-balloon-content {
    padding: 4px 0 0
}

.pagination-block {
    font-size: 16px
}

.pagination-block .pager {
    text-align: left !important
}

.pagbl-item {
    display: inline-block;
    margin: 0 0 0 12px
}

.pagbl-item:first-child {
    margin: 0
}

.pb-header {
    font-size: 14px;
    margin: 0 0 10px
}

.pagb-list {
    white-space: nowrap
}

.pagbl-item.selected a {
    display: inline-block;
    padding: 0 5px;
    background: #feef00;
    color: #222;
    font-weight: 700
}

.regions-list-wrapper {
    background: #fff;
    border-radius: 9px;
    border: 1px solid #02a0e4;
    padding: 18px
}

.regions-list {
    overflow: auto;
    overflow-x: hidden
}

.regions-list-wrapper .regions-list {
    margin: 0 -10px;
    padding: 0 10px
}

.address-list .regions-list-wrapper, .regions-container .regions-list-wrapper, .toolbar-block .regions-list-wrapper {
    position: absolute;
    padding: 40px 10px 14px;
    top: 1px;
    left: 0;
    z-index: 10;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2)
}

.address-list .regions-list-wrapper {
    top: -10px;
    left: -14px
}

.regions-container .regions-list-wrapper {
    padding: 55px 12px 14px;
    top: -10px;
    font-size: 17px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, .2);
    box-shadow: 0 0 48px rgba(0, 0, 0, .2)
}

.regions-container .regions-list {
    margin: 0 -12px;
    padding: 0 12px
}

.regl-item {
    line-height: 1.2;
    margin: 12px 0 0;
    padding: 0 10px 0 0
}

.regl-item:first-child {
    margin: 0
}

.regions-container {
    padding: 0 0 0 15px;
    margin: 0 0 0 -15px;
    position: relative;
    display: inline-block
}

.fancybox-close {
//    display: none
}

.fancybox-skin {
    padding: 19px 34px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 9px !important;
    border: 1px solid #02a0e4 !important;

//    background: #44c7ff;
//    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
//    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
//    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
//    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
//    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);
//    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 1%, rgba(0, 159, 227, 1) 100%);

}

.fancybox-overlay {
    background: rgba(0, 0, 0, .2) !important
}

.product-to-cart {
    width: 360px;
    overflow: hidden
}

.ptc-header {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
    text-transform: none
}

.product-to-cart .img-block {
    float: left;
    margin: 0 0 0 25px
}

.pctb-price {
    font-size: 24px;
    margin: 5px 0 4px -1px
}

.pctbp-val {
    font-size: 32px;
    font-weight: 700
}

.ptc-footer {
    text-align: center;
    margin: 35px 0 0
}

.ptcb-content {
    margin: 0 0 0 150px
}

.pctb-link {
    font-size: 14px;
    font-weight: 700
}

.product-to-cart .action-button {
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    line-height: 27px;
    width: 159px;
    display: inline-block
}

.tip {
    width: 19px;
    height: 19px;
    font-size: 11px;
    font-weight: 700;
    background: #feef00;
    display: inline-block;
    vertical-align: middle;
    line-height: 19px;
    text-align: center;
    font-style: normal
}

.search-string .custom-combobox {
    margin: 0 99px 0 119px;
    display: block
}

.common-form.delivery-info .custom-combobox {
    margin: 0 0 0 85px;
    display: block
}

.custom-combobox-input {
    height: 32px;
    width: 100%;
    font-size: 14px !important;
    background: #fff !important;
    border: 1px solid #b7b7b7 !important;
    border-radius: 2px;
    padding: 8px 30px 8px 8px;
    color: #3a3e40;
    line-height: 1;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: 0
}

.custom-combobox-input + .ui-button {
    width: 9px;
    height: 6px;
    background: url(../img/big_sprite.png) 0 -43px;
    margin: 0 0 0 -15px;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none
}

.custom-combobox .ui-icon {
    background: 0 0 !important;
    outline: 0
}

.ui-autocomplete.combobox-search, .ui-autocomplete.filters {
    background: #fff;
    border: 1px solid #b7b7b7;
    margin: -10px 0 0 !important;
    border-radius: 0 0 9px 9px !important;
    max-width: 500px;
    max-height: 200px;
    overflow: auto !important;
    overflow-x: hidden !important;
    font-size: 14px;
    padding: 0;
    z-index: 35
}

.ui-autocomplete.filters {
    max-width: 200px
}

.ui-autocomplete.combobox-search a, .ui-autocomplete.filters a {
    padding: 7px 8px !important;
    display: block;
    color: #3a3e40;
    border: 0;
    margin: 0;
    border-radius: 0
}

.ui-autocomplete.combobox-search .ui-state-active, .ui-autocomplete.combobox-search .ui-state-focus, .ui-autocomplete.combobox-search a:focus, .ui-autocomplete.combobox-search a:hover, .ui-autocomplete.filters .ui-state-active, .ui-autocomplete.filters .ui-state-focus, .ui-autocomplete.filters a:focus, .ui-autocomplete.filters a:hover {
    color: #3a3e40;
    background: #e7e7e7;
    margin: 0 !important
}

.combobox-block-wrapper {
    position: relative
}

.combobox-block-wrapper:before {
    content: attr(data-preposition);
    position: absolute;
    z-index: 20;
    color: #6d6d6d;
    left: 5px;
    top: 8px
}

.parb-list .custom-combobox-input {
    padding: 10px 15px 10px 25px;
    font-size: 13px !important
}

.ui-autocomplete.filters a {
    padding: 5px !important;
    font-size: 13px
}

.new-products-list-wrapper.with-mb {
    padding: 0 0 35px;
    margin: 0 0 -35px
}

.new-products-list-wrapper.hidden {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.new-products-list {
    white-space: nowrap;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle
}

.npl-item {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    border: 1px solid transparent;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    position: relative
}

.npl-item:hover {
    border-color: #a2e6ff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

.npli-prev-price {
    color: #888;
    text-decoration: line-through;
    margin: 7px 0 0
}

.npli-footer {
    border-top: 1px solid transparent;
    padding: 3px 10px 0;
    margin: 2px -10px 0;
    position: relative
}

.npl-item:hover .npli-footer {
    border-color: #e5e5e5
}

.npli-discount {
    color: red;
    font-size: 12px
}

.npli-price {
    font-size: 18px;
    font-weight: 700
}

.vertical-menu {
    position: relative
}

.vm-item {
    overflow: hidden;
    padding: 0 50px 0 0
}

.vm-item.selected .vmi-content, .vm-item.selected .vmi-count {
    background: #ffe400;
    color: #222
}

.vmi-count {
    float: right;
    font-size: 9px;
    margin: 7px -50px 0 0;
    padding: 5px;
    color: #fff;
    background: #adadad;
    font-weight: 700;
    font-style: normal
}

.vmi-content {
    border-radius: 4px;
    padding: 8px;
    max-width: 132px;
    display: inline-block;
    float: left;
    word-wrap: break-word
}

.compare-table-wrapper {
    overflow: hidden;
    overflow-x: auto;
    padding: 5px 0 10px
}

.compare-table {
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0 0 5px;
    position: relative;
    z-index: 20
}

.compare-table .vertical-menu {
    font-weight: 400;
    margin: 0 0 10px
}

.ct-cell {
    padding: 0 10px;
    vertical-align: top;
    font-weight: 700
}

.ct-cell a {
    font-weight: 400
}

.ct-cell:first-child {
    width: 237px;
    padding: 0 25px 0 30px
}

.ct-cell:first-child .ctc-content-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none
}

.ct-cell:first-child .ctc-content {
    padding-left: 0
}

.ct-cell .img-block {
    margin: 0 auto
}

.ct-cell {
    width: 255px
}

.ct-delete {
    display: block;
    width: 30px;
    height: 30px;
    background: #00aeee;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    margin: 0 auto
}

.ct-delete:before {
    content: '';
    width: 17px;
    height: 17px;
    background: url(../img/big_sprite.png) 0 -87px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px
}

.ctc-content-wrapper {
    position: relative;
    height: 100%;
    -webkit-box-shadow: 0 8px rgba(255, 255, 255, 1), 0 -8px rgba(255, 255, 255, 1), 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 8px rgba(255, 255, 255, 1), 0 -8px rgba(255, 255, 255, 1), 0 1px 7px rgba(0, 0, 0, .25)
}

.ctc-content {
    padding: 7px 35px
}

.ct-row:first-child .ctc-content-wrapper {
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 8px rgba(255, 255, 255, 1), 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 8px rgba(255, 255, 255, 1), 0 1px 7px rgba(0, 0, 0, .25)
}

.ct-row:first-child .ctc-content {
    padding: 20px 0 0
}

.ct-row:first-child .ct-cell:first-child {
    vertical-align: top
}

.ct-row.last .ctc-content-wrapper {
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 -8px rgba(255, 255, 255, 1), 0 1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0 -8px rgba(255, 255, 255, 1), 0 1px 7px rgba(0, 0, 0, .25)
}

.ct-row.delete .ctc-content, .ct-row.last .ctc-content {
    padding-bottom: 20px
}

.ct-row.delete + .ct-row .ctc-content {
    padding-top: 20px
}

.ct-row.delete .ctc-content-wrapper:before, .ct-row.price .ctc-content-wrapper:before {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: #e6e6e6;
    z-index: 10
}

.ct-row.price .ctc-content-wrapper:before {
    top: 0
}

.ct-row.price .ctc-content {
    padding-top: 20px;
    padding-bottom: 10px
}

.ct-row.price {
    font-weight: 700;
    font-size: 24px
}

.ct-row.last-trait .ctc-content {
    padding-bottom: 20px
}

.ct-row:first-child + .ct-row .ctc-content {
    padding: 12px 35px
}

.ct-button, .ct-button:hover {
    width: 114px;
    height: 28px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 14px;
    line-height: 27px;
    margin: 0 auto;
    background: -moz-linear-gradient(top, rgba(68, 199, 255, 1) 0, rgba(0, 159, 227, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(68, 199, 255, 1)), color-stop(100%, rgba(0, 159, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(68, 199, 255, 1) 0, rgba(0, 159, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(68, 199, 255, 1) 0, rgba(0, 159, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(68, 199, 255, 1) 0, rgba(0, 159, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(68, 199, 255, 1) 0, rgba(0, 159, 227, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c7ff', endColorstr='#009fe3', GradientType=0)
}

.ctc-helper {
    position: relative;
    z-index: 20
}

.compare-background, .ctc-background {
    position: absolute;
    left: 0;
    right: 0;
    background: #f3f3f3;
    z-index: 10
}

.address-list {
    position: relative;
    display: inline-block
}

.cf-row.delivery-time input, .traits-list input {
    position: absolute;
    left: -1000px
}

.cf-row.delivery-time .common-checkbox-wrapper label, .traits-list label {
    position: relative;
    padding: 0 0 0 21px;
    margin: 10px 0 0;
    display: block
}

.cf-row.delivery-time .common-checkbox-wrapper label {
    margin: 0
}

.cf-row.delivery-time .common-checkbox-wrapper input:checked + label:after, .traits-list input:checked + label:after {
    content: '';
    width: 17px;
    height: 18px;
    position: absolute
}

.cf-row.delivery-time .common-checkbox-wrapper label:before, .traits-list label:before {
    content: '';
    width: 17px;
    height: 18px;
    position: absolute;
    background: url(../img/big_sprite.png) -65px -58px;
    left: 0;
    top: -1px
}

.cf-row.delivery-time .common-checkbox-wrapper label:before {
    height: 17px;
    border: 0;
    background-position: -24px -87px;
    margin-top: -2px
}

.traits-list input:checked + label:after {
    background: url(../img/big_sprite.png) -65px -75px;
    left: 4px;
    top: 4px
}

.cf-row.delivery-time .common-checkbox-wrapper input:checked + label:after {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000;
    left: 6px;
    top: 4px
}

.traits-list br {
    display: none
}

.pps-item {
    width: 100px;
    display: inline-block;
    position: relative
}

.pps-item.active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 3px solid #009fe3
}

.product-photo-slider {
    white-space: nowrap
}

.product-photo-slider-wrapper .flexible-slider-wrapper {
    height: 100px;
    width: 380px;
    line-height: 100px
}

.ps-list-wrapper {
    display: none;
    background: #fff;
    border-radius: 9px;
    border: 1px solid #02a0e4;
    position: absolute;
    padding: 40px 10px 14px;
    z-index: 10;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    top: -10px;
    left: -14px
}

.ps-list {
    overflow: auto;
    overflow-x: hidden
}

.ps-list-wrapper .ps-list {
    margin: 0 -10px;
    padding: 0 10px
}

.ps-item {
    line-height: 1.2;
    margin: 12px 0 0;
    padding: 0 10px 0 0;
    white-space: nowrap
}

.ps-item:first-child {
    margin: 0
}

.pseudo-select-wrapper {
    position: relative
}

.pseudo-select-wrapper .ps-content {
    position: relative;
    z-index: 20;
    border: 0;
    border-bottom: 1px dashed;
    color: #00aeee;
    display: inline-block;
    margin-right: 15px;
    padding-left: 0;
    cursor: pointer
}

.pseudo-select-wrapper .ps-content:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: -5px;
    left: 10px;
    top: -2px;
    width: 5px;
    height: 3px;
    background: url(../img/big_sprite.png)
}

.listing-switcher-block {
    font-size: 16px
}

.lsbl-item {
    display: inline-block
}

.lsbl-item:first-child {
    margin-left: 7px
}

.lsb-list {
    margin: 0 7px 0 0;
    display: inline-block;
    vertical-align: middle
}

.lsb-link {
    font-size: 16px;
    padding: 5px
}

.lsbl-item.checked .lsb-link {
    background: #feef00;
    color: #222;
    font-weight: 700;
    cursor: default
}

.seo-block {
    color: #7f888c;
    font-size: 13px;
    line-height: 1.4
}

.seo-block p:first-child {
    margin: 0
}

.zoomContainer {
    z-index: 100
}

.list-view-loading {
    opacity: .5
}

.action-button.preorder {
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: normal;
    white-space: nowrap;
    display: inline-block;
    padding: 9px 52px 8px 18px;
    position: relative;
    text-align: left
}

.action-button.preorder i {
    position: absolute;
    top: 0;
    right: 12px;
    height: 100%;
    background-position: left center
}

.icon-bell {
    display: inline-block;
    background: none left top no-repeat;
    width: 21px;
    height: 25px
}

.preorder-request-form {
    width: 388px
}

.preorder-request-form .form-title {
    text-align: center;
    margin-bottom: 20px;
    line-height: normal
}

.preorder-request-form .cf-input-cover {
    margin-left: 120px
}

.preorder-request-form .button-container {
    margin-top: 10px
}

.preorder-request-form label.cf-label {
    color: #222 !important;
    font-size: 14px
}

.preorder-request-form .success-message {
    margin-top: 15px
}

.action-button.small-preorder {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px
}

.button-up {
    background: none left top no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    left: 0;
    cursor: pointer;
    display: none
}

.myhi {
    display: none
}

.ppc-unavailable {
    color: #979797;
    font-size: 14px;
    margin-top: 15px
}

.good-delivery-text {
    font-size: 13px
}

.tbl-item-container, .toolbar-block .tbli-link {
    background: #feef00;
    padding: 5px 12px;
    border-radius: 5px
}

.dl-item {
    position: relative
}

@media only screen and (max-width: 1260px), only screen and (max-device-width: 1260px) {
    .hot-offer-list .dl-item:nth-child(n+4) {
        display: none
    }
}

.add-to-cart-text {
    color: #888;
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.dli-footer .add-to-cart-text {
    position: absolute;
    top: 34px;
    right: 120px;
    left: 20px
}

.pcc-price-description {
    color: #222;
    font-size: 11px;
    margin-top: -4px
}

.pcc-price-plus {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 10px 0 10px 70px
}

.pcc-price-muted {
    color: #6c6c6c;
    font-size: 24px;
    font-weight: 700
}

.pcc-price-total {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-top: 22px
}

.pcc-price-total-description {
    margin-left: 30px
}

.one-click-buy {
    font-size: 16px;
    margin: 20px 0 5px;
    display: inline-block
}

.dotted-link {
    text-decoration: none;
    border-bottom: 1px dotted
}

.dotted-link:hover {
    border-bottom: 1px solid transparent
}

#callback_container {
    min-height: 135px
}

.fancybox-inner {
    overflow-y: hidden !important;
//    color: #fff;
//    font-size: 16px;
}

.fancybox-inner a {
//    color: greenyellow;
}

.dashed-link {
    text-decoration: none;
    border-bottom: 1px dashed
}

.complement-list {
    margin: 0;
    padding: 0
}

.col-sm-6.complement-list-closed > li:nth-child(n+3) {
    display: none
}

.complement-list > .col-sm-6 > li {
    margin: 8px 0;
    padding: 0
}

.complement-list > .col-sm-6 > li > .vertical-fix-container > .vertical-fix:first-child {
    width: 32px
}

.complement-list > .col-sm-6 > li input[type=number] {
    width: 40%
}

.complement-list .col-sm-6 .img-block {
    float: left
}

.complement-list .col-sm-6 .good-info-name {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    display: inline-block
}

.complement-list .col-sm-6 .good-info-price {
    font-weight: 700;
    color: #222;
    margin-left: 10px
}

.complement-list .col-sm-6 .text-muted {
    font-size: 12px
}

.complement-list .col-sm-6 .image-column {
    width: 100px
}

.vertical-fix-container {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    height: 100px
}

.vertical-fix-container .vertical-fix {
    display: table-cell;
    vertical-align: middle
}

.text-muted {
    color: #888
}

.text-right {
    text-align: right
}

h5 {
    font-size: 18px;
    color: #222;
    font-weight: 400
}

.more-complement-text {
    margin-left: 32px;
    font-size: 150%;
}

.text-small {
    font-size: 85%
}

.complement-total-block {
    color: #222;
    margin-top: 15px;
    margin-bottom: 10px
}

.complement-total-block .complement-total-equal {
    font-size: 18px;
    display: inline-block;
    width: 28px
}

.complement-total-block .complement-total-value {
    font-weight: 700;
    font-size: 24px
}

.complement-total-block .complement-total-value-currency {
    font-size: 18px
}

.complement-add-button {
    margin-left: 32px
}

.good-view-services {
//    border: 3px solid #feef00;
//    border-radius: 9px;
//    padding: 28px 30px;
//    margin-right: 15px
}

.good-view-services .block-title {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 15px
}

.good-view-services label {
    margin-top: 8px;
    margin-bottom: 8px
}

.good-view-services-link {
    display: inline-block;
    margin-bottom: 5px
}

.good-view-services-price {
    font-size: 24px;
    font-weight: 700;
    color: #222
}

.list-view .one-click-buy {
    margin-top: 8px;
    font-size: 12px;
    display: inline-block
}

.fl {
    float: left
}

.fr {
    float: right
}

.dashed-span {
    border-bottom: 1px dashed #888;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none
}

.dashed-span.with-arrow:after {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: -5px;
    left: 10px;
    top: -2px;
    width: 5px;
    height: 3px;
    background: url(../img/big_sprite.png)
}

.dashed-span.with-arrow.black-arrow:after {
    background-position: -8px -35px;
    width: 7px;
    height: 4px;
    margin-left: -7px
}

.dashed-span.with-arrow.top-arrow.black-arrow:after {
    background-position: -16px -35px
}

.dashed-span.blue {
    border-bottom-color: #00aeee
}

.pr120 {
    padding-right: 120px
}

.pr175 {
    padding-right: 175px
}

.pl85 {
    padding-left: 85px
}

.pl170 {
    padding-left: 170px
}

.gray {
    color: #888
}

.blue {
    color: #00aeee
}

.black {
    color: #000
}

.fs12 {
    font-size: 12px
}

.fwn {
    font-weight: 400
}

.fwb {
    font-weight: 700
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt35 {
    margin-top: 35px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mt55 {
    margin-top: 55px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

/* News page layout */
.news-page .list-view .items {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.news-page .ibc-article {
	border: 1px solid #e6e6e6;
	border-radius: 4px;
	background: #fff;
	padding: 15px;
	box-shadow: 0 2px 6px rgba(0,0,0,.08);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.news-page .ibca-header {
	margin-bottom: 10px;
}

.news-page .ibca-title {
	font-size: 16px;
	font-weight: 700;
	color: #00aeee;
}

.news-page .ibca-title:hover {
	color: #ee3124;
}

.news-page .ibca-date {
	display: inline-block;
	margin-top: 4px;
	color: #777;
	font-size: 12px;
}

.news-page .ibca-img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 4px;
	background: #f5f5f5;
	margin-bottom: 12px;
}

.news-page .ibca-text {
	margin-top: auto;
	font-size: 13px;
	color: #444;
	line-height: 1.4;
}

.news-page .pager {
	margin-top: 25px;
	text-align: center;
}

.news-page .pager .yiiPager {
	display: inline-flex;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.news-page .pager .yiiPager li a {
	display: inline-block;
	padding: 6px 10px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	color: #00aeee;
	font-size: 13px;
}

.news-page .pager .yiiPager li a:hover {
	color: #ee3124;
	border-color: #00aeee;
}

.news-page .pager .yiiPager .selected a {
	background: #00aeee;
	color: #fff;
	border-color: #00aeee;
}

.mb45 {
    margin-bottom: 45px
}

.mr5 {
    margin-right: 5px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.ml55 {
    margin-left: 55px
}

.h400 {
    height: 400px
}

.w100per {
    width: 100%
}

.w140 {
    width: 140px
}

.dn {
    display: none
}

.ib {
    display: inline-block;
    vertical-align: top
}

.tar {
    text-align: right
}

.tac {
    text-align: center
}

.fs18 {
    font-size: 18px
}

.ttu {
    text-transform: uppercase
}

.oh {
    overflow: hidden
}

.z20 {
    z-index: 20
}

.pr {
    position: relative
}

/*! jQuery UI - v1.10.3 - 2013-11-28
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner, input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 21px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: 400
}

.ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 400;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: 400;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: none;
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em;
    vertical-align: middle
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: none 50% 50% repeat-x #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: none 50% 50% repeat-x #ccc;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: none 50% 50% repeat-x #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: none 50% 50% repeat-x #dadada;
    font-weight: 400;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: none 50% 50% repeat-x #fff;
    font-weight: 400;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: none 50% 50% repeat-x #fbf9ee;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: none 50% 50% repeat-x #fef1ec;
    color: #cd0a0a
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: none
}

.ui-state-default .ui-icon {
    background-image: none
}

.ui-state-active .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: none
}

.ui-state-highlight .ui-icon {
    background-image: none
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: none
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first, .ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: none 50% 50% repeat-x #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: none 50% 50% repeat-x #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.flexible-slider-wrapper {
    padding: 0 55px;
    position: relative;
    height: 410px;
    line-height: 410px;
    margin: 0 auto;
    overflow: hidden
}

.flexible-slider-wrapper:after, .flexible-slider-wrapper:before {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    z-index: 10
}

.flexible-slider-wrapper:after {
    left: auto;
    right: 0
}

.flexible-slider-wrapper [data-dir] {
    background: url(../img/big_sprite.png) -105px 0;
    width: 22px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    z-index: 20;
    margin: -18px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none
}

.flexible-slider-wrapper [data-dir=next] {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    right: 0;
    left: auto
}

.flexible-slider-wrapper [data-dir].disable {
    opacity: .5
}

.preorder-link {
    display: inline-block;
    margin: 5px 0
}

.seo-block p {
    margin: 15px 0
}

.seo-block h2, .seo-block h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: none;
    margin: 5px 0
}

.seo-block ul {
    margin: 15px 0 15px 15px
}

.good-badges-block {
    position: absolute;
    top: 0;
    left: 0
}

.listing-block.list .good-badges-block {
    max-width: 100px
}

.good-badge {
    display: inline-block;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 4px
}

.good-badge.good-badge-yellow {
    background: rgba(254, 239, 0, .7);
    color: #000
}

.good-badge.good-badge-red {
    background: rgba(255, 34, 34, .7);
    color: #fff
}

.good-badge.good-badge-blue {
    background: rgba(0, 145, 220, .7);
    color: #fff
}


.fb {
      color: #333;
  }
.fb_item {
    display: inline-block;
    margin: 15px 0 25px 0;
    position: relative;
    width: 100%;
}

.fb.hidden {
    display: none;
}

.fb.image {
    visibility: hidden;

}

.fb_info {
    display: inline-block;
    width: 100%;
    min-width: 140px;
    padding: 0 0 8px;
    vertical-align: top;
}

.fb_content {
    display: inline-block;
    font-size: 14px;
    padding: 15px 0 8px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
}

.fb_count {
    display: inline-block;
    color: #4c4c4c;
    vertical-align: middle;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 0 10px;
}

.fb_author {
    font-size: 16px;
    float: left;
    display: block;
}

.fb_date {
    float: right;
    color: #898989;
}

.fb_source {
    float: right;
    color: #898989;
    margin: 0 15px 0 0;
}

.rating {
    position: relative;
    display: inline-block;
    clear: both;
    color: #969696;
    vertical-align: top;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: none;
    width: 73px;
    height: 13px;
}
.rating:after,
.rating:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}

.rating:after {
    left: 0;
    width: 0;
    background: none no-repeat;
    background-position: 0 -628px;
}
.rating:before {
    right: 0;
    width: 100%;
    background: none no-repeat;
    background-position:  -641px -611px;
}

.rating_medium {
    clear: none;
    float: left;
    margin: 0 0 0 30px;
    width: 94px;
    height: 17px;
}
.rating_medium:after {
    background: none no-repeat;
    background-position: -670px -591px;
}
.rating_medium:before {
    background: none no-repeat;
    background-position: -491px -591px;
}

.rating_big {
    width: 123px;
    height: 22px;
}
.rating_big:after {
    background: none no-repeat;
    background-position: -423px -559px;
}
.rating_big:before {
    background: none no-repeat;
    background-position: -300px -559px;
}

.rating_0 {
}
.rating_0:after {
    width: 0;
}
.rating_0:before {
    width: 100%;
}
.rating_1 {
}
.rating_1:after {
    width: 20%;
}
.rating_1:before {
    width: 80%;
}
.rating_2 {
}
.rating_2:after {
    width: 40%;
}
.rating_2:before {
    width: 60%;
}
.rating_3 {
}
.rating_3:after {
    width: 60%;
}
.rating_3:before {
    width: 40%;
}
.rating_4 {}
.rating_4:after {
    width: 80%;
}
.rating_4:before {
    width: 20%;
}
.rating_5 {

}
.rating_5:after {
    width: 100%;
}
.rating_5:before {
    width: 0;
}

.dropdown_closed .parbl-item-content {
    display: none;
}

.parbl-item-region {
    cursor: pointer;
}

.parbl-item-region :after {
     position: absolute;
     display: block;
     width: 16px;
     height: 15px;
     right: -16px;
     top: 1px;
     content: '▼';
     font-size: 9px;

 }

.parbl-item-region :before {
    content: '▼';
}

.dropdown_closed .parbl-item-region :before {
     content: '►';
 }

/*
     FILE ARCHIVED ON 03:28:15 Mar 30, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:09:49 Dec 17, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.865
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.012
  esindex: 0.032
  cdx.remote: 7.903
  LoadShardBlock: 217.375 (3)
  PetaboxLoader3.datanode: 231.576 (5)
  PetaboxLoader3.resolve: 144.562 (3)
  load_resource: 272.28 (2)
*/