@charset "UTF-8";
.carousel {
    overflow: hidden;
    padding: 0;
    position: relative
}

.carousel li {
    vertical-align: top;
    list-style: none;
    padding: 0
}

.carousel ul {
    height: 9999px;
    position: relative;
    padding: 0
}

.carousel li {
    margin: 0 0 5px;
    padding: 0
}

.carousel .down_nav {
    top: -50px
}

.carousel .down_nav {
    bottom: -50px
}

.item_photo_main {
    text-align: center;
    height: 300px;
    line-height: 300px;
    background-color: #eee;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.item_photo_main .nav_next {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer
}

.item_photo_main img {
    max-height: 99%;
    max-width: 99%;
    display: inline-block;
    vertical-align: middle
}

.item_photo_all {
    height: 100%;
    overflow: hidden;
    position: relative
}

.item_photo_all:hover .back-bg {
    opacity: 0
}

.item_photo_all a {
    width: 100%;
    height: 100px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.item_photo_all .item_photo_nav {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 173px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    padding: 5px;
    margin-left: 15px;
    margin-right: 15px;
    left: 0;
    right: 0;
    top: auto;
    bottom: auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    transition: all .5s ease 0s;
    z-index: 2
}

.item_photo_all .item_photo_nav img:hover {
    -ms-filter: brightness(40%) hue-rotate(40deg);
    -webkit-filter: brightness(40%) hue-rotate(40deg);
    -moz-filter: brightness(40%) hue-rotate(40deg);
    -o-filter: brightness(40%) hue-rotate(40deg);
    filter: brightness(40%) hue-rotate(40deg)
}

@media (max-width: 768px) {
    .item_photo_all a {
        height: 50px !important
    }
}

.item_photo_all .item_photo_nav.up_nav {
    top: -50px;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0))
}

.item_photo_all .item_photo_nav.down_nav {
    bottom: -50px;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
}

.item_photo_all:hover .item_photo_nav.up_nav {
    top: 0
}

.item_photo_all:hover .item_photo_nav.down_nav {
    bottom: 0
}

.item_photo {
    height: 300px
}

.item_photo_main {
    height: 100%
}

.clearfix {
    clear: both
}

.aki-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width: 768px) {
    .aki-container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .aki-container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .aki-container {
        width: 1160px
    }
}

.aki-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }

    .crosstop-fixed {
        display: none
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

root {
    display: block
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.4;
    min-width: 300px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

img {
    border: 0
}

a {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: #0072bc
}

a:hover {
    color: red;
    outline: 0
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.p55 {
    padding: 5px
}

.p33 {
    padding: 3px
}

.p50 {
    padding: 5px 0
}

.p05 {
    padding: 0 5px
}

.p99 {
    padding: 9px 9px
}

.m99 {
    margin: 9px 9px
}

.p0080 {
    padding: 0 0 8px 0
}

.p85 {
    padding: 8px 5px
}

.m85 {
    margin: 8px 5px
}

.m05 {
    margin: 0 5px
}

.m50 {
    margin: 5px 0
}

.b {
    font-weight: bold
}

.bg_eee {
    background: #eee
}

.bg_fff {
    background: #fff
}

.border {
    border: 1px solid #aaa
}

.link {
    cursor: pointer
}

p, ul, li {
    font-size: 14px
}

hr {
    padding: 0;
    margin: 10px 0;
    border: 1px solid #999
}

table {
    border-collapse: collapse;
    border: 0
}

table td {
    padding: 0
}

table.p55 tr td {
    padding: 5px
}

select, option, input[type='checkbox'], label {
    cursor: pointer
}

.search_box option {
    padding: 5px !important
}

.hide {
    display: none
}

.block {
    display: block
}

.fs10 {
    font-size: 10px
}

.fs11 {
    font-size: 11px
}

.fs12 {
    font-size: 12px
}

.fs13 {
    font-size: 13px
}

.fs14 {
    font-size: 14px
}

.fs15 {
    font-size: 15px
}

.fs16 {
    font-size: 16px
}

.fs17 {
    font-size: 17px
}

.fs18 {
    font-size: 18px
}

.fs19 {
    font-size: 19px
}

.fs20 {
    font-size: 20px
}

.w190 {
    width: 190px
}

.w120 {
    width: 120px
}

.w240 {
    width: 240px
}

.underline, .u {
    text-decoration: underline
}

.nounderline {
    text-decoration: none
}

a.nounderline:hover {
    text-decoration: underline
}

.pointer {
    cursor: pointer
}

.shadow003 {
    -moz-box-shadow: 0 0 3px #969696;
    -webkit-box-shadow: 0 0 3px #969696;
    box-shadow: 0 0 3px #969696
}

input[type="submit"] {
    cursor: pointer
}

input[type="submit"].sub {
    cursor: pointer;
    padding: 8px 14px;
    border: 2px solid #576266;
    background: #cceaf4;
    color: #485357;
    font-size: 16px;
    font-weight: bold
}

input.submit[type="submit"].sub:hover {
    box-shadow: 0 0 3px #999;
    background: #d1eeff
}

#wrapper-doska {
    width: 100%
}

.left-col-block {
    margin-right: 310px
}

.right-col-block {
    width: 310px;
    float: right
}

@media (max-width: 979px) {
    #wrapper-doska .right-col-block {
        width: 100%;
        float: none !important
    }

    #wrapper-doska .left-col-block {
        margin-right: 0
    }

    #wrapper-doska .vip-block {
        text-align: left;
        padding: 5px 0
    }

    #wrapper-doska .vip-block img {
        float: left;
        padding: 10px;
        max-width: 120px !important
    }
}

.top {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
    background: #fff
}

.top a, .heading a {
    text-decoration: none
}

.heading {
    margin-top: 10px;
    padding-bottom: 10px;
    background: #fff
}

.heading .right_block {
    font-size: 13px
}

.heading .add_enter {
    background: url(/ui-img/add_enter_02.png) no-repeat;
    width: 242px;
    height: 39px;
    display: inline-block
}

.heading .add_enter .add {
    display: inline-block;
    width: 170px;
    height: 39px;
    margin-right: 5px
}

.heading .add_enter .auth {
    display: inline-block;
    width: 62px;
    height: 39px
}

.heading .add_cabinet {
    background: url(/ui-img/add_cabinet_02.png) right no-repeat;
    width: 275px;
    height: 39px;
    display: inline-block
}

.heading .add_cabinet .add {
    display: inline-block;
    width: 170px;
    height: 39px;
    margin-right: 5px
}

.heading .add_cabinet .auth {
    display: inline-block;
    width: 100px;
    height: 39px
}

.top .search_box {
    overflow: hidden
}

.top .search_box .search_border {
    background: #0072bc;
    border-radius: 2px;
    padding: 3px;
    width: 100%;
    overflow: hidden
}

.search_border.test {
    border: 1px solid #0072bc
}

.search_border .submit button {
    color: #fff;
    cursor: pointer
}

.search_border td {
    height: 23px;
    background: #fff;
    text-align: center;
    vertical-align: top;
    overflow: hidden
}

.search_border .col {
    padding: 2px;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    vertical-align: top;
    float: left;
    overflow: hidden
}

.search_border td * {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0;
    height: 19px !important;
    position: static;
    float: none
}

.search_border > div * {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0;
    height: 25px;
    position: static;
    float: none;
    font-size: 15px
}

.search_border div.text {
    border-right: 1px solid #0072bc;
    border-radius: 3px;
    text-align: left;
    max-width: 647px;
    width: 45%;
    float: left
}

.search_border .text input {
    width: 100%;
    height: 25px
}

.search_border .region {
    width: 192px;
    background: url(//cdn-1.aki.kg/img/doska2.0/bg_search_region.png)
}

.search_border .region select {
    width: 170px;
    background: transparent
}

.search_border .cat {
    width: 19.9%;
    margin-left: .1%;
    border-radius: 3px;
    border-left: 2px solid #0072bc;
    border-right: 1px solid #0072bc;
    position: relative
}

.search_border .cat select {
    width: 100%;
    border: 0 none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

.search_border .cat:before {
    position: absolute;
    content: ' ';
    right: 5px;
    pointer-events: none;
    top: 50%;
    height: 100%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: block;
    margin-left: 2px;
    vertical-align: middle;
    width: 0
}

.search_border .submit {
    width: 14.8%;
    margin-left: .2%;
    color: #fff;
    background: -moz-linear-gradient(1deg, #0273bd 20%, #62adde 85%);
    background: -webkit-gradient(linear, 1deg, color-stop(20%, 0273 BD), color-stop(85%, 62 ADDE));
    background: -webkit-linear-gradient(1deg, #0273bd 20%, #62adde 85%);
    background: -o-linear-gradient(1deg, #0273bd 20%, #62adde 85%);
    background: -ms-linear-gradient(1deg, #0273bd 20%, #62adde 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(1deg, #0273bd 20%, #62adde 85%)
}

.search_border .submit:hover {
    background: -moz-linear-gradient(1deg, #0273bd 45%, #62adde 85%);
    background: -webkit-gradient(linear, 1deg, color-stop(45%, 0273 BD), color-stop(85%, 62 ADDE));
    background: -webkit-linear-gradient(1deg, #0273bd 45%, #62adde 85%);
    background: -o-linear-gradient(1deg, #0273bd 45%, #62adde 85%);
    background: -ms-linear-gradient(1deg, #0273bd 45%, #62adde 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(1deg, #0273bd 45%, #62adde 85%)
}

.search_border .submit input {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 130px
}

.top .search_box .search_border2 {
    border: 1px solid #0072bc;
    width: 100%
}

.search_border2 td {
    height: 45px;
    background: #fff;
    text-align: center;
    vertical-align: top;
    overflow: hidden
}

.search_border2 td * {
    border: 0;
    margin: 0;
    padding: 0;
    background: 0;
    position: static;
    float: none
}

.search_border2 .text {
    text-align: left;
    padding-left: 2px
}

.search_border2 .text input {
    height: 45px;
    font-size: 15px
}

.search_border2 .region {
    width: 192px;
    background: #ced8de
}

.search_border2 .region select {
    width: 170px;
    background: transparent;
    padding: 3px 0
}

.search_border2 .cat {
    width: 193px
}

.search_border2 .cat select {
    width: 170px;
    padding: 3px 0
}

.search_border2 .submit {
    width: 130px;
    background: #2488c8
}

.search_border2 .submit input {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    width: 130px;
    height: 45px
}

.top_cats {
    text-align: center;
    padding: 5px
}

.top_cats a {
    display: inline-block;
    width: auto;
    padding: 3px 2px;
    font-size: 13px;
    margin-top: 3px
}

.top_cats a:hover {
    background: #eee
}

.top_cats a img {
    margin: 0 20px
}

.main {
    margin: 0 auto;
    min-height: 700px;
    background-color: #fff;
    max-width: 1240px
}

.main-header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #fff
}

.footer {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 45px
}

.rubricaLink {
    width: 830px;
    padding: 40px 20px 70px 150px
}

.rubricaLink div {
    display: inline-block;
    width: 340px;
    padding: 5px 5px 5px 55px;
    background: left center;
    margin: 10px 0;
    font-size: 15px;
    color: #000
}

.rubricaLink div a {
    font-size: 19px;
    text-decoration: none;
    font-weight: bold;
    color: #0072bc
}

.rubricaLink div a:hover {
    text-decoration: underline
}

.mainLast {
    background: #cceaf4;
    padding: 20px;
    margin: 55px;
    text-align: center
}

.block_image2 a {
    display: inline-block;
    width: 120px;
    height: 20px;
    padding: 100px 5px 0 5px;
    overflow: hidden;
    background: #fff;
    font-size: 12px;
    text-decoration: none;
    color: #0072bc;
    background: #eee
}

.main {
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word
}

.footer {
    color: #000;
    background: #eee;
    font-size: 13px;
    padding: 10px
}

.footer table {
    width: 100%
}

.footer table td {
    padding: 5px
}

a.extinfo {
    display: block;
    margin: 2px;
    padding: 2px
}

.curent_cat a, .under_cat a, .crumbs a {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

.curent_cat a:hover, .under_cat a:hover, .crumbs a:hover {
    text-decoration: underline
}

.under_cat td {
    padding: 3px 40px 3px 5px;
    color: #788284;
    font-size: 12px;
    font-weight: bold
}

.crumbs {
    margin-top: 10px;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    background: white
}

.crumbs a {
    color: #444;
    font-size: 15px
}

.curent_cat {
    border-bottom: 1px dashed #aaa;
    padding: 15px 5px;
    margin-top: 5px
}

.curent_cat a {
    font-size: 19px;
    font-weight: normal
}

.main_list_compact {
    width: 100%
}

.main_list_compact:hover {
    background: #eee
}

.main_list_compact td {
    padding: 5px 0
}

.main_list_compact_photo {
    width: 25px;
    text-align: center
}

.main_list_compact_photo img {
    margin: 0 3px
}

.main_list_compact_title {
    font-size: 12px;
    text-align: left
}

.main_list_compact_title a {
    text-decoration: none;
    color: #444;
    white-space: nowrap;
    overflow: hidden
}

a.black.title_url {
    color: #000
}

.main_list_compact_contact {
    width: 190px;
    font-size: 12px;
    color: #999
}

.main_list_compact_cat {
    width: 115px
}

.main_list_compact_cat a {
    font-size: 12px;
    color: #0072bc;
    text-decoration: none;
    display: block;
    width: 105px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px
}

.main_list_compact_cat a:hover {
    text-decoration: underline
}

.main_list_compact_price {
    width: 100px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #0072bc
}

.main_list_compact_date {
    width: 105px;
    font-size: 12px;
    color: #999
}

.main_list_compact_favorite {
    width: 27px
}

.main_list_compact_favorite img {
    opacity: .4;
    filter: alpha(opacity=40);
    height: 20px
}

.main_list_compact_favorite img:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.list_compact {
    border-bottom: 1px solid #eee;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all .8s ease-out 0s
}

.list_compact .favorite-link {
    font-size: 1.1em
}

.list_compact:hover {
    background: #eee
}

.list_compact td {
    padding: 7px 0
}

.list_compact_photo {
    width: 50px;
    text-align: center
}

.list_compact_title {
    font-size: 13px;
    text-align: left
}

.list_compact_title a {
    text-decoration: none;
    color: #444
}

.list_compact_title a.black {
    color: #000
}

.list_compact_contact {
    width: 190px;
    font-size: 12px;
    color: #999
}

.list_compact_price {
    width: 100px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #0072bc
}

.list_compact_date {
    width: 105px;
    font-size: 12px;
    color: #999
}

.list_full {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    width: 750px
}

.list_full:hover {
    background-color: #eee
}

.list_full td {
    padding: 10px 5px
}

.list_full_photo {
    width: 110px;
    text-align: center
}

.list_full_photo img {
    max-height: 80px;
    max-width: 100px
}

.list_full_title {
    font-size: 13px;
    min-height: 80px;
    font-weight: bold
}

.list_full_title a {
    text-decoration: none;
    color: #008cc3
}

a.title_url {
    color: #008cc3;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif
}

.title_url:hover {
    color: #f06939
}

.list_full_contact {
    width: 190px;
    font-size: 12px;
    color: #999
}

.vip-hot .list_full_price_date {
    margin-top: 10px
}

.list_full_price {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #0072bc
}

.list_full_date {
    text-align: center;
    font-size: 12px;
    color: #999
}

.list_big {
    float: left;
    width: 270px;
    position: relative;
    height: 260px;
    border: 1px solid #eee;
    margin: 5px;
    font-size: 13px;
    line-height: 16px
}

.list_big .img {
    height: 180px;
    text-align: center;
    overflow: hidden;
    display: block
}

.list_big img {
    max-width: 240px;
    max-height: 185px
}

.list_big a.title_url {
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    max-height: 48px;
    overflow: hidden
}

.list_big a.title_url:hover {
    text-decoration: underline
}

.list_big .price {
    display: inline-block;
    padding: 2px 5px;
    background: #ddd
}

.items_filter .elem {
    padding: 5px;
    font-size: 14px
}

.items_filter a {
    line-height: 140%;
    text-decoration: none
}

.items_filter input[type='text'] {
    width: 60px;
    margin: 3px
}

.items_filter .search {
    height: 25px
}

.items_filter .search input {
    margin: 0;
    padding: 0;
    height: 20px;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    width: 150px
}

.items_filter .search input[type='image'] {
    width: auto;
    margin-left: 158px;
    height: 24px
}

.items_filter #rooms a {
    padding-left: 10px;
    text-decoration: none
}

.navigation {
    font-size: 13px;
    margin-bottom: 20px
}

.navigation .crumb {
    margin: 10px 10px 20px;
    font-size: 15px
}

.navigation .under_cats, .navigation .under_types {
    padding-bottom: 15px
}

.navigation .under_cats a, .navigation .under_types a {
    text-decoration: none;
    min-width: 80px
}

.navigation .under_cats a:hover, .navigation .under_types a:hover {
    color: red
}

.navigation .under_cats a {
    display: inline-block;
    padding: 5px 10px
}

.navigation .under_types a {
    display: inline-block;
    padding: 5px 30px 5px 10px
}

.leftmenu {
    border: 1px solid #bbb;
    border-left: 0;
    border-right: 0;
    margin: 10px 0
}

.leftmenu a {
    display: block;
    font-size: 15px;
    padding: 4px 2px;
    text-decoration: none
}

.leftmenu a:hover {
    background: #008be0;
    color: white
}

.leftmenu a.sel {
    background: #008be0;
    color: white
}

.top_menu {
    font-size: 13px
}

.top_menu .elem {
    display: inline-block;
    padding: 10px
}

.top_menu a:hover {
    color: red
}

.item_title {
    font-size: 19px;
    color: #0072bc;
    padding: 10px 0;
    margin: 5px 0 15px;
    border-top: 1px solid #eee
}

.item_photo {
    margin-bottom: 20px
}

.item_block {
    padding: 10px 20px 20px;
    background: white
}

.item_block .photo {
    background: #e2e9ec;
    padding: 10px
}

.item_block .text {
    font-size: 14px;
    margin-top: 20px
}

.item .price {
    text-align: right
}

.item .price div {
    background: #ff5959;
    padding: 10px 15px;
    display: inline-block;
    font-size: 18px;
    border: 1px solid #a83d3d
}

.item .contacts {
    background: #e2e9ec;
    margin: 20px 0 0 20px;
    padding: 10px
}

.item .contacts div a, .item .contacts div {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}

.item .contacts .phone, .item .contacts .message, .item .contacts .addres, .item .contacts .position, .item .contacts .favorite {
    padding: 10px;
    padding-left: 45px;
    border-top: 1px dashed #aaa
}

.item .contacts .phone {
    background: url(http://cdn-1.aki.kg/img/doska2.0/phone.png) 10px center no-repeat
}

.item .contacts .message {
    background: url(http://cdn-1.aki.kg/img/doska2.0/message.gif) 10px center no-repeat
}

.item .contacts .position {
    background: url(http://cdn-1.aki.kg/img/doska2.0/position.png) 10px center no-repeat
}

.item .contacts .favorite {
    background: url(/ui-img/favorite_02.png) 4px center no-repeat
}

.item .contacts .favorite a:hover {
    text-decoration: underline
}

.favorite_list {
    width: 100%;
    margin: 10px 0 30px 0
}

.favorite_list tr {
    border-bottom: 1px dashed #999
}

.favorite_list td {
    padding: 5px
}

.favorite_list td a {
    font-size: 14px
}

.favorite_list td.del a {
    font-weight: bold
}

.tab {
    display: inline-block;
    padding: 7px 30px;
    width: auto;
    color: #086bb5;
    background: #e2e9ec;
    cursor: pointer;
    font-size: 16px
}

.tab_active {
    border: 3px solid #0f70a8;
    border-bottom: 0;
    background: #fff
}

.auth_page {
    padding: 10px
}

.auth_page .block_title {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align: left
}

.auth_page .reg, .auth_page .reg_info {
    padding: 20px
}

.auth_page .reg {
    background: #eee;
    border: 1px solid #aaa
}

.auth_page .reg_info .header {
    font-size: 20px;
    padding-bottom: 20px;
    color: #333
}

.auth_page .reg_info .projects {
    padding: 5px 0;
    font-size: 14px;
    color: #666
}

.auth_page .reg_info .projects div {
    border-bottom: 1px solid #eee;
    padding: 3px 0
}

.auth_page .reg_info .projects a {
    display: inline-block;
    width: 170px
}

.auth_page .reg_info .text {
    font-size: 14px;
    color: #333;
    padding: 10px 0
}

.sale-text {
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0072bc;
    line-height: 20px;
    font-size: 15px;
    width: 90%;
    position: relative;
    border: 1px solid #f00
}

.sale-text {
    position: relative;
    background: #fff;
    border: 2px solid #f00
}

.sale-text:after, .sale-text:before {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.sale-text:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    margin-left: 1px
}

.sale-text:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f00;
    border-width: 15px;
    margin-left: -2px
}

.cabinet_message_menu {
    background: #e2e9ec;
    margin: 20px 0;
    border: 2px solid #e2e9ec
}

.cabinet_message_menu .elem {
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    display: inline-block
}

.cabinet_message_menu .sel {
    background: white;
    font-weight: bold
}

.messages_box {
    width: 100%
}

.messages_box tr th {
    background: url(http://cdn-1.aki.kg/img/auto2.0/bg_gradient_gray.png);
    color: white;
    text-align: left;
    padding: 5px
}

.messages_box tr td {
    padding: 5px;
    border-bottom: 1px solid #999
}

.messages_box tr .checkers {
    width: 20px
}

.messages_box tr .from {
    width: 160px
}

.messages_box tr .from div {
    width: 160px;
    height: 15px;
    overflow: hidden
}

.messages_box tr .text div {
    height: 15px;
    overflow: hidden;
    max-width: 400px;
    cursor: pointer
}

.messages_box tr .date {
    width: 130px;
    text-align: right
}

.messages_box tr.notreaded td {
    font-weight: bold
}

.messages_box tr.notreaded td div {
    font-weight: bold
}

.messages_box tr td {
    font-size: 13px
}

#cabinet_mainblock {
    overflow: hidden
}

.inner_menu {
    float: left;
    width: 180px
}

.inner_menu a.add {
    text-align: center
}

.inner_menu a.add:hover {
    background-color: #396aa8;
    color: #fff
}

.inner_menu a {
    display: block;
    width: auto;
    text-decoration: none;
    padding: 8px 10px;
    margin: 5px 10px;
    font-size: 14px;
    transition: all .9s linear 0s;
    font-weight: bold
}

.inner_menu a.sel {
    background-color: #ddd
}

.inner_menu a:hover {
    background-color: #ddd;
    color: #005580;
    text-decoration: none
}

.cancel_btn {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 20px;
    font-size: 14px
}

.item_list_view img {
    margin-left: 5px
}

.add_item tr td:first-child {
    border-right: 1px dashed #999
}

.add_item table tr td:first-child {
    border-right: 0
}

#apartments_sel_block {
    display: none;
    background: #efefef
}

.photo .img-main {
    text-align: center
}

.photo .img-main img {
    height: 400px;
    max-width: 560px
}

.photo .img-other {
    height: 100px;
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 600px;
    margin: 10px 0
}

.photo .img-other img {
    diplay: inline-block;
    margin: 0 5px;
    height: 80px;
    cursor: pointer;
    max-width: 560px
}

.photo .img-other img:hover {
    -moz-box-shadow: 0 0 5px #969696;
    -webkit-box-shadow: 0 0 5px #969696;
    box-shadow: 0 0 5px #969696
}

.mp_mmenu {
    border: 1px solid #2d97dd;
    border-radius: 5px;
    background: #fff;
    padding: 5px;
    width: 187px
}

.mp_mmenu table {
    width: 100%
}

.mp_mmenu tr:hover {
    background: #cceaf4
}

.mp_mmenu a {
    color: #222;
    display: block;
    font-size: 15px
}

.mp_mmenu a .img {
    padding: 6px 5px 7px
}

.topmenu {
    margin-bottom: 5px;
    text-align: center
}

.topmenu a {
    display: inline-block;
    width: 160px;
    font-size: 14px;
    font-weight: bold;
    color: #094b85;
    background: #cceaf4;
    margin: 3px
}

.topmenu a:hover {
    background: #0072bc;
    color: #cceaf4
}

.topmenu a .img {
    padding: 7px 2px 7px 30px;
    text-align: left
}

.mp_last_items_block {
    background: white;
    padding: 0;
    font-size: 13px;
    margin: 0 15px 10px 15px;
    overflow: hidden;
    width: 590px
}

.mp_last_items_block .title {
    background: #0072bc;
    color: #cceaf4;
    margin-bottom: 5px
}

.mp_last_items_block .title a:hover {
    color: #ff7300
}

.mp_last_items_block .block_title, .mp_last_items_block .block_howto {
    display: inline-block;
    padding: 6px 15px 6px 4px
}

.mp_last_items_block .block_title {
    color: #fff;
    font-size: 16px
}

.mp_last_items_block .block_title a {
    color: #fff
}

.mp_last_items_block .block_howto a {
    color: #fff
}

.mp_last_items_block .block_title span.link {
    display: inline-block;
    width: 285px
}

.mp_last_items_block .block_title span.link:hover {
    color: #ff7300
}

.mp_last_items_block .block_title span.sel {
    text-decoration: underline
}

.mp_last_items_block2 {
    background: white;
    padding: 0;
    font-size: 13px;
    margin: 0 10px 10px 0;
    overflow: hidden
}

.mp_last_items_block2 .title {
    margin-bottom: 5px;
    background: #0072bc
}

.mp_last_items_block2 .title a {
    color: #fff
}

.mp_last_items_block2 .title a:hover {
    color: #ff7300
}

.mp_last_items_block2 .title .selnot, .mp_last_items_block2 .title .sel {
    display: block;
    font-size: 16px;
    width: 50%;
    float: left;
    padding: 5px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center
}

#domdoska_main_last_items .sel {
    text-align: left
}

#domdoska_main_last_items .title a {
    text-decoration: none
}

.mp_last_items_block2 .title .selnot {
    background: #cceaf4;
    color: #0072bc;
    box-shadow: inset 0 0 3px #999
}

.mp_last_items_block2 .title .sel {
    background: #0072bc;
    color: #fff
}

.paying_btns {
    display: inline-block;
    padding: 7px 15px;
    border: 1px solid #999;
    margin: 10px
}

.paying_btns:hover {
    background: #eee
}

.see_all {;
    padding: 5px 0 0 5px;
    text-align: right
}

.see_all a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 7px 12px;
    background: #ccc;
    text-decoration: none
}

.see_all a:hover {
    text-decoration: underline
}

.show_more_items {
    background: #eee
}

.show_more_items:hover {
    background: #ddd;
    color: blue
}

.show_more_items .arrows {
    cursor: pointer;
    padding: 10px;
    text-align: center;
    font-size: 16px
}

.incat_active_new {
    border-bottom: 1px dashed #999
}

.incat_active_new a {
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    width: 340px;
    text-decoration: none
}

.incat_active_new .sel {
    background: #0072bc;
    color: white
}

.incat_active_new .selnot {
    background: #cceaf4;
    color: #0072bc;
    box-shadow: inset 0 0 3px #999;
    -webkit-box-shadow: inset 0 0 3px #999;
    -moz-box-shadow: inset 0 0 3px #999
}

.incat_active_new .selnot:hover {
    text-decoration: underline
}

.right_search {
    margin: 0 0 10px 0
}

.right_search select {
    width: 190px;
    padding: 5px;
    margin: 0 0 5px 0
}

.red {
    color: red
}

.green {
    color: green
}

.grey {
    color: grey
}

.black {
    color: #000
}

.white {
    color: white
}

.blue {
    color: blue
}

.sky {
    color: #0072bc
}

.bold {
    font-weight: bold
}

.breadcrumbs {
    font-size: 120%;
    margin: 20px 10px
}

.breadcrumbs select {
    line-height: 1.5;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    position: relative;
    max-width: 190px;
    margin: 5px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    padding: 3px 5px
}

.breadcrumbs option {
    line-height: 1.5
}

#owner-container {
    display: none;
    margin-top: 10px
}

.premium-block .list_big, .premium-block .list_full, .premium-block .list_compact {
    background: none repeat scroll 0 0 #fffacc
}

.premium-block .list_compact, .premium-block .list_full {
    border: 1px solid #eee;
    margin: 0
}

#news-block {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: 1px solid #ccc
}

#news-block .title {
    margin: 0 0 5px;
    background: none repeat scroll 0 0 #0e7ac1;
    color: white;
    font-size: 17px;
    padding: 8px
}

#news-block a {
    text-decoration: none;
    font-size: 13px
}

#news-block .btn_blue {
    display: inline-block;
    font-size: 80%
}

#news-block .row-date {
    color: #444;
    font-size: 90%
}

#news-block .row-block {
    display: block;
    font-size: 110%;
    padding: 10px 10px 0
}

.topTest {
    margin: 10px auto 20px;
    max-width: 1100px;
    padding: 5px 20px
}

.container {
    margin: 0 auto;
    padding: 0 5px
}

.container a {
    text-decoration: none
}

.topTest .logo {
    float: left
}

.logo img {
    margin-top: 5px;
    max-width: 100%;
    width: 170px
}

.logo-doska img {
    max-width: 100%;
    float: left;
    padding-right: 10px
}

.topTest.countad {
    float: left;
    padding: 5px 15px
}

.topTest .buttons {
    float: right;
    margin: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.topTest .countad {
    float: left;
    margin: 0;
    font-size: 90%;
    padding: 0 15px
}

.topTest .sections {
    float: right;
    padding: 0 20px;
    width: 310px
}

.C {
    clear: both
}

.btn {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 1px 2px #999;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 110%;
    padding: 3px 18px;
    margin: 2px 5px;
    text-decoration: none
}

.btn:hover {
    color: #fff
}

.btn_blue {
    background: none repeat scroll 0 0 #396aa8
}

.btn_green {
    background: none repeat scroll 0 0 #3ba829
}

.user-info {
    margin: 5px 5px 0;
    text-align: right;
    font-size: 90%
}

.user-info a {
    text-decoration: none;
    text-align: right
}

.mypay-container {
    padding: 20px;
    overflow: hidden;
    font-size: 110%;
    margin: 0;
    text-align: left
}

.mypay-container > div {
    padding: 0 10px
}

.left-float {
    float: left
}

.right-float {
    float: right
}

.filter-form a {
    margin-left: 10px
}

#info {
    width: 100%
}

#photo-container {
    text-align: center
}

#photo-container a {
    display: inline-block;
    background-size: 100%;
    width: 250px;
    height: 150px;
    margin: 5px;
    position: relative
}

#photo-container a:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

#photo-container a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    -webkit-transition: .15s opacity, visibility 0s .15s;
    transition: .15s opacity, visibility 0s .15s
}

.btn-group {
    margin-bottom: 10px
}

.btn-group a, .pager {
    font-size: 95%;
    border: 0 none;
    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 2px 0 rgba(24, 80, 120, .6);
    background: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px 4px !important;
    cursor: pointer;
    transition: border-color .2s;
    position: relative
}

.btn-group a:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.btn-group a:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.btn-group .b {
    background: #d4d4d4;
    cursor: default;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.btn-group a:hover {
    color: #000;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5)
}

.vip-block {
    padding: 10px 30px
}

.vip-hot {
    border: 1px solid rgba(255, 0, 0, 0.6);
    position: relative;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-bottom: 3px
}

.list_full_price_date {
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px
}

.vip-hot .list_full_price_date {
    margin-top: 30px
}

.vip-hot:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 20px;
    top: 5px;
    right: 10px;
    background: #fff url("//auto.doska.kg/images/icon_hot.png") top right no-repeat
}

.vip-hot .list_big {
    margin: 3px 5px 0
}

.vip-hot .list_compact_date {
    margin-top: 20px !important
}

.vip-hot .list_full:hover {
    background-color: #eee
}

.main_crossmenu {
    width: 1000px;
    margin: 0 auto 15px auto;
    background: #fff
}

.main_crossmenu td a {
    display: block;
    font-size: 13px;
    padding: 2px;
    text-align: center;
    background: #efefef;
    margin: 0 0 1px 1px
}

.hor-filter {
    border: 1px solid #e1e1e1;
    padding: 25px 15px;
    margin: 10px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hor-filter a {
    text-decoration: none
}

.filterLink {
    display: inline-block;
    vertical-align: top
}

.filterLink a {
    display: inline-block;
    margin: 0 20px 10px
}

.filterLink div {
    display: inline-block;
    vertical-align: top;
    max-width: 900px
}

.hor-filter input[type=text], .hor-filter input[type=number], .hor-filter input[type=submit], .hor-filter select {
    background-color: #fff;
    line-height: 20px;
    position: relative;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    padding: 2px 3px;
    margin-top: 3px;
    margin-bottom: 20px;
    width: 180px
}

.item-filter {
    width: 186px;
    display: inline-block;
    vertical-align: top;
    margin: 0
}

.item-filter label {
    font-size: 80%
}
#filter-form-toggle{
    display: none;
    text-align: center;
}
@media (max-width: 500px) {
    div.item-filter{
        width: 100%;
    }
    div.hor-filter select{
        width: 100%;
    }
    div.hor-filter input.range-from, div.hor-filter input.range-to{
        width: 49%;
    }
    form.filter-form{
        display: none;
    }
    a#filter-form-toggle{
        display: block;
    }
    .filter-form .item-filter{
        text-align: left;
    }
    .main-header .row{
        display: flex;
        align-items: center;
    }
}

* {
    box-sizing: border-box
}

div.ui-slider .ui-slider-handle {
    height: 1.3em;
    width: 1.3em;
    cursor: pointer
}

div.ui-slider-horizontal {
    height: .9em
}

.slider-col {
    position: absolute;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 4px 0 rgba(24, 80, 120, 0.6);
    bottom: -30%;
    left: 0;
    width: 92%;
    z-index: 1000
}

.hor-filter input.range-from, .hor-filter input.range-to {
    width: 45%
}

.hor-filter input[type=submit] {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    margin-top: 15px
}

.slider {
    position: relative;
    /*padding-bottom: 20px*/
}

.slider .arrow {
    bottom: 100%;
    height: 10px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    display: block;
    overflow: hidden;
    position: absolute
}

.slider .arrow::after {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 63, 106, 0.5);
    content: "";
    height: 9px;
    position: absolute;
    width: 9px;
    left: 50%;
    margin-left: -5px;
    top: 1px;
    transform: translate(0px, 50%) rotate(45deg)
}

.slider:hover .slider-col {
    display: block
}

.slider-col {
    display: none;
    padding: 0 15px
}

.slider-col .ui-widget-header {
    background: #ddd
}

.slider-col .ui-widget-content .ui-state-default {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(235, 235, 235, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(235, 235, 235, 1) 100%)
}

.ui-slider.slider-range {
    margin: 10px 5px
}

.mp_mmenu.fix {
    position: fixed;
    left: 0;
    top: 0;
    border: 0
}

.mp_mmenu.fix a {
    text-decoration: none
}

.btnsocial {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.share-aki-btns-mob, #phone-sms {
    display: none
}

.banner-img img {
    max-width: 100%;
    height: auto;
    margin: 5px auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.col-md-50 {
    width: 48%;
    float: left;
    padding-right: 10px;
    vertical-align: top;
    box-sizing: border-box;
    word-wrap: break-word
}

.col-md-dib {
    display: inline-block
}

.col-md-vat {
    vertical-align: top
}

.right-block {
    float: right;
    margin: 0 0 0 10px;
    width: 300px
}

.right-block .col-block {
    width: 300px;
    text-align: center;
    margin: 20px 0 10px
}

.not-found-ad {
    padding: 30px 10px;
    font-size: 17px;
    text-align: center
}

#fixed_social_mobile_btns {
    display: none
}

.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:before, .ui-helper-clearfix:after {
    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-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-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: bold
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #c77405;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
    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: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
    color: #fff
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #fff
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.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)
}

@media (min-width: 768px) and (max-width: 979px) {
    .top_menu .fl, .top_menu .fr {
        float: none !important
    }

    .share-aki-btns-mob {
        display: block !important
    }

    .share-aki-btns {
        display: none !important
    }

    .search_border select, .search_border input {
        width: 100% !important
    }

    .mp_last_items_block2 {
        margin: 0 !important
    }

    .list_compact .list_compact_title {
        width: 100% !important
    }

    .list_compact .list_compact_price {
        text-align: left !important
    }
}

@media (max-width: 767px) {
    .top_menu .fl, .top_menu .fr {
        float: none !important
    }

    .doska_last_dom_photo_block {
        height: auto !important;
        border: none !important
    }

    .search_border .text {
        border: 1px solid #005580;
        max-width: none !important
    }

    .footer {
        min-width: auto !important
    }

    .share-aki-btns-mob, #phone-sms {
        display: block !important
    }

    #lightbox a.lb-prev, #lightbox a.lb-next {
        opacity: 1
    }

    .share-aki-btns {
        display: none !important
    }

    .search_border select, .search_border input {
        width: 100% !important
    }

    .mp_last_items_block2 {
        margin: 0 !important
    }

    .list_compact .list_compact_title {
        width: 100% !important
    }

    .list_compact .list_compact_price {
        text-align: left !important
    }

    .list_compact .list_compact_methods div {
        display: inline-block !important
    }

    .lightview img {
        width: 100% !important;
        height: auto;
        display: block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (max-width: 500px) {
    .list_full.dev .list_full_title {
        margin-top: 10px !important;
        margin-right: 5px !important;
        margin-left: 5px !important
    }

    .doska_last_items_list .list_big {
        margin: 5px auto;
        float: none;
        width: 100%
    }

    .add_item.p55 tr td {
        display: block;
        text-align: left
    }

    .add_item tr td:first-child {
        border: 0
    }

    .col-sm-hidden {
        display: none !important
    }

    .col-sm-block {
        display: block !important
    }

    .col-sm-inline {
        width: 100% !important;
        display: block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .breadcrumbs select {
        width: 200px
    }
}

@media (max-width: 800px) {
    .list_big {
        width: 30% !important
    }
}

@media (max-width: 500px) {
    .list_big {
        width: 100% !important
    }
}

@media (max-width: 979px) {
    .col-md-clear {
        clear: both !important
    }

    .col-md-ds {
        display: none !important
    }

    .col-md-cn {
        text-align: center !important;
        float: none !important
    }

    .col-md-tc {
        text-align: center !important
    }

    .col-md-tl {
        text-align: left !important
    }

    .col-md-tr {
        text-align: right !important
    }

    .col-md-50 {
        width: 100% !important;
        margin: 10px auto 0;
        float: none !important
    }

    .col-md-inline {
        width: 100% !important;
        display: block !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .col-md-tc {
        text-align: center !important
    }

    .col-md-tl {
        text-align: left !important
    }

    .col-md-tr {
        text-align: right !important
    }

    .col-md-hidden {
        display: none !important
    }

    .col-md-block {
        display: block !important
    }

    .right-block {
        display: none
    }

    .list_compact_methods {
        text-align: left !important
    }

    #fixed_social_mobile_btns {
        display: block !important
    }

    .doska-category-block ul {
        float: none;
        width: 100%;
        display: block
    }

    .doska-category-block ul li {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 0;
        border-bottom: 1px solid #eee
    }

    .search_border div.text {
        width: 75%
    }

    .search_border .submit {
        width: 24%
    }
    div.search_box{
        padding-left: 0;
        padding-right: 0;
    }
    div.top{
        padding-left: 10px;
        padding-right: 10px;
    }
    .search_box, .main {
        width: 100%;
        padding: 10px;
        margin: 0 auto
    }
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .topTest .buttons, .topTest .logo {
        float: left;
        text-align: center;
        padding: 0
    }

    .topTest .logo {
        width: 35%
    }

    .topTest .buttons {
        width: 65%
    }

    .buttons .btn {
        font-size: 80%
    }

    #main_account .regauth_account {
        width: 100%;
        margin: 0
    }

    #main_account * {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    #main_account #left_account {
        display: none
    }

    #main_account #right_account {
        width: 100%;
        float: left
    }

    #inter-baner-block img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    .filter-form .item-filter:last-child {
        width: auto !important
    }
}

.fixed-banner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%
}

.doska_last_items_list a {
    text-decoration: none
}

.favorite-link {
    text-align: right;
    position: absolute;
    height: 20px;
    top: 10px;
    left: 10px;
    color: #0072bc;
    font-size: 1.4em;
    display: block;
    cursor: pointer
}

.favorite-link span {
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=0, Color=#FFFFFF)";
    text-shadow: 0 0 7px #fff;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color=#FFFFFF);
    display: block
}

.tooltip {
    display: none;
    position: absolute;
    display: none;
    z-index: 999;
    left: 32px;
    top: 0;
    pointer-events: none;
    max-width: 150px
}

.tooltip p {
    padding: 3px 5px;
    border-radius: 4px;
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    color: #fff;
    text-shadow: none;
    -ms-filter: none;
    background-color: #0e7ac1;
    z-index: 10
}

.tooltip p:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #0e7ac1;
    border-width: 8px;
    margin-top: -8px
}

.favorite-link:hover .tooltip {
    display: block
}

.icon-cancel-outline {
    color: #f00
}

#top-link {
    cursor: pointer;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    padding-left: 5px;
    padding-top: 20px;
    margin-bottom: 80px;
    transition: opicity .3s linear 0s;
    -webkit-transform: opicity .3s linear 0s;
    -moz-transition: opicity .3s linear 0s;
    z-index: 109
}

#top-link:hover {
    background: rgba(238, 238, 238, 0.25)
}

#top-link a {
    display: block;
    vertical-align: middle;
    line-height: 14px;
    text-decoration: none
}

#send-admin {
    position: fixed;
    bottom: 0;
    padding: 5px;
    right: 0;
    width: 200px;
    background-color: #007060
}

#send-admin a {
    color: #fff;
    text-decoration: none
}

.push {
    -webkit-animation: push .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: push .75s 0s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.alert-info.show {
    opacity: 1
}

.alert-info {
    background: #f2f3f7;
    border: 1px solid #999;
    border-radius: 4px;
    color: #fb0f00;
    opacity: 0;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    bottom: 35px;
    text-align: center;
    transition: all .8s linear 0s;
    -webkit-transform: all .8s linear 0s;
    -moz-transition: all .8s linear 0s;
    pointer-events: none;
    font-size: 12px;
    font-weight: normal
}

.alert-info:after, .alert-info:before {
    top: 100%;
    right: 15px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.alert-info:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f2f3f7;
    border-width: 5px;
    margin-right: 0
}

.alert-info:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #999;
    border-width: 7px;
    margin-right: -2px
}

@keyframes push {
    0% {
        color: #3ba829
    }
    40% {
        color: #396aa8
    }
    80% {
        color: #3ba829
    }
    100% {
        color: #396aa8
    }
}

@-webkit-keyframes scale {
    0% {
        color: #3ba829
    }
    40% {
        color: #396aa8
    }
    80% {
        color: #3ba829
    }
    100% {
        color: #396aa8
    }
}

#topBanner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto
}

#topBanner.fixed .banner-img {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 100
}

#topBanner.fixed .static-con {
    height: 72px
}

#topBanner.fixed .icon-cancel-outline {
    opacity: .6;
    line-height: 27px;
    background: #fff;
    font-size: 140%;
    cursor: pointer;
    color: #000
}

#topBanner.fixed .icon-cancel-outline:hover {
    opacity: 1
}

#topBanner .icon-cancel-outline {
    opacity: 0
}

#topBanner .close-btn {
    width: 1000px;
    text-align: right;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -500px;
    z-index: 110
}

.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
    margin: 0
}

.doska-category-block {
    overflow: hidden;
    margin: 5px 0 15px
}

.doska-category-block a {
    color: #008cc3;
    text-decoration: none
}

.doska-category-block a:hover {
    color: #f00
}

.doska-category-block li {
    margin: 4px 60px 0 0
}

.doska-category-block ul li:first-child {
    margin-top: 0
}

.doska-category-block ul {
    float: left
}

.doska-category-block ul:first-child li {
    margin-left: 0
}

.category-count {
    color: #858585;
    font-size: 13px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.table table > tbody > tr:hover {
    background-color: #f5f5f5
}

.table table {
    border-collapse: collapse;
    border-spacing: 0
}

.table td, .table th {
    padding: 0
}

.table td, .table th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left
}

.userpage .user td {
    padding: 5px;
    font-size: 18px
}

.userpage .user .pm {
    display: block;
    padding: 10px 0;
    font-size: 10px
}

.userpage {
    margin: 20px 0
}

.userpage .header, .userpage .header a {
    font-size: 18px
}

.userpage .header {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px dashed #aaa
}

.userpage .title, .userpage .title a {
    font-size: 15px;
    display: block
}

.userpage .title {
    margin: 0 20px
}

.userpage .desc, .userpage .desc a {
    font-size: 13px
}

.userpage .desc {
    margin: 0 20px 10px
}

.resume-item {
    margin: 10px 0
}

#domdoska_main_last_items .sel {
    padding-left: 10px;
    width: 100%
}

.row-title {
    height: 100px
}

.col-news {
    font-size: 14px;
    border: 1px solid #fff;
    display: inline-block;
    height: 330px;
    margin: 0 10px 10px 0;
    max-width: 240px;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    text-decoration: none
}

.col-news:hover {
    border: 1px solid #ccc
}

.row-date {
    color: #444;
    font-size: 90%;
    height: 20px
}

.full-news .row-date {
    text-align: right
}

.full-news table {
    border-collapse: collapse;
    border-spacing: 0
}

.full-news td {
    border-color: #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

#offer-form {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 350px;
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=31, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 16px 31px -17px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 16px 31px -17px rgba(0, 0, 0, 0.5);
    box-shadow: 0 16px 31px -17px rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=31, Direction=135, Color=#000000)
}

#offer-form input, #offer-form textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px
}

#offer-msg {
    color: #f00
}

.error {
    border: 1px solid #f00
}

.error-desc {
    bottom: -10px;
    display: none;
    left: 0;
    max-width: 100px;
    position: absolute;
    z-index: 999
}

.error-desc p::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) #ffedd7;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    bottom: 100%;
    content: ' ';
    height: 0;
    left: 20px;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    width: 0
}

.error-desc p {
    background-color: #ffedd7;
    color: #000;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    text-transform: lowercase
}

.error-desc p {
    font-size: 10px
}

.form-group {
    position: relative
}

.form-group label {
    font-size: 85%
}

.offer-cancel {
    text-align: right;
    cursor: pointer;
    color: #f00
}

.offer-cancel span {
    cursor: pointer
}

#wrapper-doska {
    width: 100%
}

.left-col-block {
    margin-right: 310px
}

.right-col-block {
    width: 310px;
    float: right
}

@media (max-width: 979px) {
    #wrapper-doska .right-col-block {
        width: 100%;
        float: none !important;
        padding-left: 0 !important
    }

    #wrapper-doska .left-col-block {
        margin-right: 0
    }

    #wrapper-doska .vip-block {
        text-align: left;
        overflow: hidden
    }

    #wrapper-doska .vip-block img {
        float: left;
        padding: 10px;
        max-width: 140px !important
    }
}

.top_menu {
    overflow: hidden
}

.user-info.large-devices {
    display: none
}

.category-link {
    margin: 10px 0 20px
}

.category-link a {
    display: inline-block;
    padding: 5px 10px;
    color: #0072bc;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px
}

.category-link a.selected {
    background-color: #0072bc;
    color: #fff
}

.img-preview {
    max-width: 330px
}

.img-preview img {
    height: 100px;
    float: left;
    margin: 0 10px 10px 0
}

#phone-sms {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 99
}

#phone-sms ul {
    margin: 0;
    padding: 0;
    height: 100%
}

#phone-sms li {
    margin: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    float: left;
    display: block;
    background: #0072bc;
    text-align: center
}

#phone-sms a {
    text-decoration: none;
    color: #fff;
    line-height: 46px;
    vertical-align: middle
}

.rainbow-social-bar > ul > li > a:before {
    margin-right: 0
}

#fb_bottom_like {
    width: 380px;
    height: 420px;
    background-color: #fff;
    display: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    text-align: center;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    padding: 40px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=0, Color=#000000)";
    -moz-box-shadow: 0 0 50px -13px #000;
    -webkit-box-shadow: 0 0 50px -13px #000;
    box-shadow: 0 0 50px -13px #000;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=50, Direction=135, Color=#000000);
    z-index: 1
}

.fb_bottom_close {
    color: #222;
    position: absolute;
    right: 15px;
    top: 10px
}

.fb_bottom_text {
    padding: 10px 10px 5px 10px;
    color: #444;
    text-align: center;
    line-height: 1.2;
    font-size: 14px
}

.regauth_account {
    font-size: 100%;
    text-align: center;
    font: inherit;
    vertical-align: baseline;
    color: #404040;
    position: relative;
    padding: 20px 20px 20px;
    background: white;
    border-radius: 3px
}

.regauth_account h1 {
    margin: -20px -20px 21px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    color: #555;
    text-align: center;
    text-shadow: 0 1px white;
    background: #f3f3f3;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
    -webkit-box-shadow: 0 1px whitesmoke;
    box-shadow: 0 1px whitesmoke
}

.regauth_account ._import_regauth p.auth_fogoten {
    float: left
}

.regauth_account ._import_regauth p.auth_fogoten label {
    color: #777;
    cursor: pointer
}

.regauth_account ._import_regauth p.submit {
    text-align: right
}

.regauth_account .regauth_account_help {
    font-size: 11px;
    color: #2a85a1;
    text-shadow: 0 1px #cce7fa
}

.auth_auth_reg {
    font-size: 11px
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px
}

.regauth_account ._import_regauth input[type=text], .regauth_account ._import_regauth input[type=password] {
    width: 90%;
    margin: 5px auto 15px;
    padding: 0 10px;
    height: 34px;
    color: #404040;
    background: white;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #eff4f7;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    font-size: 13px
}

.regauth_account ._import_regauth input[type=text]:focus, .regauth_account ._import_regauth input[type=password]:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0
}

.regauth_account ._import_regauth input[type=submit], .regauth_account ._import_regauth input[type=button] {
    padding: 0 18px;
    height: 29px;
    font-size: 12px;
    font-weight: bold;
    color: #527881;
    text-shadow: 0 1px #e3f1f1;
    background: #cde5ef;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 16px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15)
}

.regauth_account ._import_regauth input[type=submit]:active, .regauth_account ._import_regauth input[type=button]:active {
    background: #cde5ef;
    border-color: #9eb9c2 #b3c0c8 #b4ccce;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2)
}

.regauth_account ._import_regauth .lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px
}

.regauth_block_account {
    float: left
}

._import_form_lines {
    color: #f00;
    font-size: 12px;
    text-align: justify
}

._regok_form_lines {
    color: green;
    text-align: center
}

.regauth_account .tool-tip {
    color: #2a85a1;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    text-shadow: none;
    font-size: .8em;
    visibility: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    z-index: 999;
    padding: 3px 8px;
    position: absolute;
    cursor: default;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out
}

.regauth_account .tool-tip {
    top: auto;
    bottom: 114%;
    left: 50%
}

.regauth_account .tool-tip:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
    content: ' ';
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #e1e1e1
}

.regauth_account .tool-tip {
    width: 160px;
    height: 100%;
    margin-left: -43px;
    font-size: 11px
}

#tool-tip-email {
    height: 100%
}

.regauth_account .tool-tip.right {
    top: 20%;
    right: auto;
    left: 106%;
    margin-top: -15px;
    margin-right: auto;
    margin-left: auto
}

.regauth_account .tool-tip.right:after {
    left: -5px;
    top: 50%;
    margin-top: -6px;
    bottom: auto;
    border-top-color: transparent;
    border-right-color: #e1e1e1
}

.on-focus .tool-tip.left, .on-focus .tool-tip.right {
    margin-top: -19px
}

*:not(.on-focus):hover > .tool-tip, .on-focus input:focus + .tool-tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 240ms ease-in-out;
    -moz-transition: all 240ms ease-in-out;
    -ms-transition: all 240ms ease-in-out;
    -o-transition: all 240ms ease-in-out;
    transition: all 240ms ease-in-out
}

*:not(.on-focus) > .tool-tip.slideIn, .on-focus > .tool-tip {
    vertical-align: middle;
    display: table
}

.on-focus > .tool-tip.slideIn {
    z-index: -1
}

.on-focus > input:focus + .tool-tip.slideIn {
    z-index: 1
}

*:not(.on-focus) > .tool-tip.slideIn.right, .on-focus > .tool-tip.slideIn.right {
    left: 50%
}

*:not(.on-focus):hover > .tool-tip.slideIn.right, .on-focus > input:focus + .tool-tip.slideIn.right {
    left: 105%
}

@media (max-width: 400px) {
    div#auth_comm {
        width: 100%;
        margin-left: -50%
    }
}

#auth_comm {
    width: 380px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
    display: none;
    opacity: 0;
    z-index: 111
}

#overlay {
    z-index: 110;
    position: fixed;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none
}

.in_comm_ok {
    padding: 10px 0;
    font-size: 16px;
    color: #2a85a1;
    line-height: 29px;
    text-align: center;
    background: #cce7fa
}

#modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block
}

@media (max-width: 600px) {
    #top-fixed-button a > span {
        display: none
    }
}

@media (max-width: 800px) {
    body #top-fixed-button, body .empty-container {
        display: block
    }

    body .topTest .btn_green, body .topTest .btn_blue {
        display: none
    }

    .user-info a {
        display: block;
        text-align: right
    }

    .user-info a > span {
        display: none
    }
}

#top-fixed-button {
    position: fixed;
    top: 3px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 100%
}

#top-fixed-button > div {
    padding: 0 5px 5px
}

#top-fixed-button a {
    border-radius: 0;
    width: 100%;
    margin: 0;
    line-height: 40px;
    vertical-align: middle;
    text-align: center
}

.empty-container {
    height: 50px;
    margin-bottom: 1px;
    width: 100%
}

.up-outline {
    width: 28px;
    height: 14px;
    float: left;
    display: inline-block;
    margin: 0 10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAdCAYAAADoxT9SAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAACNvAAAjbwE1/Af7AAAAB3RJTUUH4AMLCiMjW2jPNgAAAkJJREFUWMPdmL9PGzEUxz+2CqFiQwiJP6RdWBDy1gUJVQwwsJSgii4HoqnYW2XAO7AhGBACCakDw80Zytx/os3A1vCjXAcbKQ2c7XPuQtonRZGSZ/t9/Ozvsw3/iYnKek5S0AqSVAF3wE/gO1r9QyBJCjAG/AKyrnFeAp0qYKrMSPbk71pVMqasIBP5EN3/PfgOXUaSVAAvgJvAFqPAHVplw5MRAzFRAALrO2HbDgGICWQaaEe0bgPTZcCIEiAmgR99xjEFtPtZZqLPjT0KXHs8F+z3qcevBtzESrOMhjAD+iDmgDP7mfP4XtsCOvCM+JbBa7S67GnzCvjmbBVZZ2TEcgqBmHkEYYK8BGaCJqhgZmTh5eSHmEerlmPGW8C8F6bgMpMF1KkWALEGnAf0eG59fZmphUqzDIQYBzoezwawF6Q6xmfPtnFZBxgPgREBe2IkoGJ/ApqF64AJ8CPwJeA4c+uaJBkgsT6ID1EQJjMZ0LR9uI8znj0jghQk35bR6qik89oScBgrzSISIgMW0eqk5GvAW+DYGVcOjIysEyulQ5ggT4CVmDojI+rEFlodVHazNH1vFa0zootOAPe+YdBqYyDPIkm6AyQB5SNDK5sRo04+iH1gc4AvPJt2TJfd20cOC5Kkb+wGzrNdoF7WtbSANNft2C6bxd6xAX47lKKJVg2ewwzMGkl6ZQunpyBqdZEjsdvPBvE3UAPYfmLVZA/J6Jbfd4/OTlp9ZljMxNI7qato9TVPLd6X/eZUgaKt9/70B5Buzbtu5vLkAAAAAElFTkSuQmCC') center/cover no-repeat
}

.up-outline.back {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.from-android-app img {
    float: left;
    margin-right: 10px
}

.from-android-app div {
    font-weight: bold;
    line-height: 60px;
    vertical-align: middle;
    padding: 0;
    margin: 0
}

.from-android-app a {
    color: #000;
    text-decoration: none
}

.new-arrow {
    padding: 1px 4px;
    font-size: small;
    margin-left: 5px;
    color: #000;
    position: relative;
    background: #ffe52a
}

.new-arrow:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffe52a;
    border-width: 5px;
    margin-top: -5px
}

@media (max-width: 768px) {
    .param_table {
        width: 100%
    }

    .param_table td:first-child {
        padding-bottom: 0;
        padding-top: 10px
    }

    .param_table td {
        width: 100% !important;
        display: block
    }

    .form-category-item__label {
        padding: 15px !important
    }

    .tabs-link .form-radio-group__label {
        width: 100%;
        margin-bottom: 10px
    }

    .tabs-link .form-radio-group__item {
        border-radius: 3px
    }
}

.mobile-container .form-select-v2 .select-link {
    display: block
}

.mobile-container .form-select-v2 select {
    display: none
}

.select-link {
    display: none;
    height: 100%;
    width: 100%;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 5px
}

.container-fix.popup-mobile {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff
}

.container-fix {
    display: none
}

.col-category.category-empty {
    display: none
}

.popup-mobile .form-category__prev, .popup-mobile .form-category__close {
    display: block
}

.form-category__prev, .form-category__close {
    display: none
}

#add_item_form h3 {
    margin-top: 0
}

#createBreadCustoms {
    display: none;
    color: #008cc3;
    cursor: pointer;
    margin-bottom: 10px
}

#caption {
    min-height: 60px
}

#desc {
    width: 100%
}

.param_table td {
    width: 250px;
    padding: 6px 6px 6px 0
}

.param_table td:first-child {
    width: 183px
}

.param_table input, .param_table select, .param_table textarea {
    width: 100%
}

.param_table textarea {
    padding: 6px
}

.more_params {
    position: relative
}

.form__overlay .form__overlay__block {
    display: block
}

.form__overlay__block {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .8;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 5
}

.col-md-3.col-category {
    border: 1px solid #d8d8d8;
    padding: 0
}

.form-category__prev, .form-category__close {
    cursor: pointer;
    margin-top: 5px;
    padding: 12px 10px 9px;
    color: #858585
}

.popup-mobile .form-category__title {
    font-weight: bold;
    text-align: center
}

.form-category__title {
    font-size: 14px;
    color: #858585;
    padding: 12px 10px 9px;
    display: block;
    font-weight: bold;
    margin-top: 5px
}

.popup-mobile.col-category .clearfix {
    height: 1px;
    border-top: 2px solid #e2e8ea
}

.form-category-item__label:hover {
    background-color: #d9f3ff;
    color: #000
}

.main_cat_label input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.main_cat_label input:checked + .form-category-item__label {
    background-color: #3ba829;
    color: #fff
}

.form-category-item__label {
    font-size: 14px;
    color: #555;
    padding: 4px 10px 5px;
    display: block;
    cursor: pointer
}

.form-fieldset__label {
    font-size: 14px;
    line-height: 20px;
    color: #4a4a4a;
    margin-left: -246px;
    padding-top: 5px;
    width: 230px;
    float: left
}

.form-select-v2 {
    background-color: #fff;
    font-size: 14px;
    width: 100%;
    vertical-align: middle;
    line-height: 14px;
    color: #4a4a4a;
    position: relative;
    height: 30px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(142, 142, 142, .2);
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    float: none
}

.form-select-v2 select {
    background-color: transparent;
    background-image: none;
    line-height: 28px;
    margin: 0;
    padding: 0 24px 0 5px;
    width: 100%;
    height: 28px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-indent: .01px;
    text-overflow: '';
    outline: 0
}

select:focus {
    outline: 0
}

select::-moz-focus-inner {
    border: 0
}

.form-select-v2:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AEdDQQ4ATX5GQAAAI9JREFUCNclwbEJwkAUgOH/cSnk0mojggtYZIQUCiFXaO8G4jauYaPFSSKR20HsM8UROJNn4feJc+6iqodxHKumaT4AzrmNqt6AZwZYYGWMedV1vQVQ1Q5YACabpukkIkugAjpAgDnwUNWzAJRlObPW3oEdf22McR9CGAxA3/ffoiiuKaW1iLzzPD967weAH1/nNHR3K2bZAAAAAElFTkSuQmCC) no-repeat left top;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    width: 8px;
    height: 5px;
    opacity: .6;
    content: '';
    pointer-events: none
}

input[type=text], textarea {
    background-color: #fff;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    vertical-align: middle;
    line-height: 16px;
    color: #000;
    margin: 0;
    padding: 0 8px;
    height: 30px;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(142, 142, 142, .2);
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}

table td {
    padding: 3px 7px
}

.form-radio-group__label {
    margin-left: -1px;
    float: left;
    width: 160px
}

.form-radio-group__label input {
    position: absolute;
    opacity: 0
}

.form-radio-group__item {
    background-color: #fff;
    vertical-align: top;
    position: relative;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8d8d8;
    display: inline-block;
    cursor: pointer;
    text-align: center
}

.tabs-link .form-radio-group__label:first-child .form-radio-group__item {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.tabs-link .form-radio-group__label:last-child .form-radio-group__item {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.form-radio-group__label input:checked + .form-radio-group__item {
    background-color: #ff8e00;
    border: 1px solid #ff5f00;
    color: #fff;
    z-index: 1
}

.button {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 18px;
    background: #396aa8;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 3px
}

.col-category {
    margin-bottom: 20px
}

.tabs-container {
    display: none;
    padding: 10px 0
}

.tabs-container.active {
    display: block
}

.tabs-link .form-radio-group__item {
    padding: 5px 10px
}

body.mobile-container {
    position: relative
}

.mobile-container .popup-mobile, .container-fix.popup-mobile {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.mobile-container-header {
    display: none
}

.popup-mobile .mobile-container-header {
    display: block;
    text-align: right;
    margin: 10px 5px;
    overflow: hidden;
    color: #9eb9c2
}

.popup-mobile .form-category-item__label {
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    color: #353d3a;
    cursor: pointer
}

.form-uploader-item {
    width: 120px;
    height: 85px;
    text-align: center;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #d8d8d8;
    position: relative
}

.form-uploader-item:hover .img-main-link1, .form-uploader-item:hover .img-main-link2 {
    display: block
}

.form-uploader-item .img-main-link1, .form-uploader-item .img-main-link2 {
    position: absolute;
    display: none;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    padding: 2px 3px;
    text-decoration: none
}

.form-uploader-item .img-main-link1 {
    left: 0;
    top: 0
}

.form-uploader-item .img-main-link2 {
    right: 0;
    bottom: 0
}

.img-preview {
    max-width: 100%
}

.img-preview .form-uploader-item img {
    max-width: 100%;
    max-height: 100%;
    float: none
}

.form-uploader-add {
    width: 100px;
    height: 75px;
    margin: 0 10px 10px 0;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    text-align: center;
    line-height: 73px;
    z-index: 0
}

.form-uploader-add {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer
}

.form-uploader__input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.form-uploader-add:after {
    content: '';
    display: inline-block;
    width: 55px;
    height: 45px;
    background: url(data:image/png;base64,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) 0/100% no-repeat;
    vertical-align: middle
}

.button[disabled='disabled'] {
    background-color: rgba(57, 106, 168, 0.55)
}

.col-md-margin {
    margin-top: 10px;
    margin-bottom: 10px
}

.free-service {
    color: #858585;
    line-height: 50px;
    vertical-align: middle
}

.form-radio-group__label input:checked + .form-radio-group__item.free-service {
    border: 1px solid #858585;
    background: #a7a7a7
}

a:active, a:hover, a:focus {
    outline: 0
}

#sitemap a {
    text-decoration: none
}

#sitemap ul {
    list-style: none;
    width: 25%;
    float: left;
    overflow: hidden
}

@media (max-width: 990px) {
    div#sitemap ul{
        width: 100%;
        padding-left: 0;
    }
    div#sitemap ul li:first-child{
        padding-left: 0;
    }
}

#sitemap li > ul {
    float: none
}

#sitemap ul li:first-child {
    padding-left: 30px;
    font-weight: bold;
    border-bottom: 1px solid #ddd
}

#sitemap li {
    padding: 5px
}

.breadcrumbs a {
    color: #008cc3;
    text-decoration: none
}

.breadcrumbs {
    font-size: 14px;
    margin: 0 0 10px
}

.breadcrumbs .separator {
    color: #c2c2c2;
    margin: 0 10px
}

#inter-baner-block {
    margin: 5px 0
}

.switcher {
    font-size: 14px;
    line-height: 14px;
    height: 15px;
    background: #fff;
    width: 100%;
    position: relative;
    border-top: 1px solid #e1e1e1;
    text-align: center
}

.switcher:before {
    content: '';
    left: 0;
    bottom: 16px;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 10px
}

.switcher .pseudo-link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    top: -10px;
    background: #fff
}

.switcher .pseudo-link:before {
    left: auto;
    right: -5px
}

.switcher .pseudo-link:after, .switcher .pseudo-link:before {
    content: '';
    width: 5px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: -5px;
    top: 0;
    display: block
}

.pseudo-link {
    font-size: 15px;
    color: #008cc3;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #afdbee;
    cursor: pointer;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    -o-transition: border-color .2s;
    -ms-transition: border-color .2s;
    transition: border-color .2s
}

.root-category img {
    height: 75px;
    display: block;
    margin: 0 auto 5px
}

.root-category-title {
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase
}

path.js-map-item {
    fill: #fffee9;
    stroke: #1d4b1c;
    stroke-width: .55555558
}

.js-map-item {
    fill: #ff3e3d
}

.js-map-item:hover {
    fill: #50ff7e
}

.tooltip_svg {
    position: absolute;
    display: none;
    z-index: 999;
    left: -9999px;
    max-width: 250px
}

.tooltip_svg p {
    margin: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    background-color: #000;
    border-radius: 3px;
    position: relative
}

.tablo_plus {
    overflow: hidden
}

.tablo_plus a {
    display: block;
    margin-bottom: 5px
}

.tablo_plus img {
    width: 190px
}

.lightbox-link {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    z-index: 4;
    background: rgba(0, 0, 0, 0.7) url("data:image/png;base64,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") no-repeat center/40px
}

.lightbox-link:hover {
    background-color: rgba(0, 0, 0, 0.9);
    background-size: 35px
}

#lightbox .lb-container {
    border-radius: 0;
    padding: 0
}

#lightbox .lb-image {
    border-radius: 0
}

.jarnama-wrap {
    max-width: 1240px;
    margin: 0 auto
}

.jarnama-wrap a {
    overflow: hidden;
    display: block;
    line-height: 0
}

.jarnama-wrap img {
    max-width: 100%;
    height: auto
}
.badge-success{
    color: #fff;
    background-color: #28a745;
}
.badge{
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    position: relative;
    top: -2px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a.badge.badge-success{
	color: #0072bc;
    background-color: #cceaf4;
}
a.badge.badge-success:hover{
	background-color: #f00;
    color: #fff;
}
