@charset "utf-8";

@font-face {
    font-family: 'site-font';
    font-style: normal;
    font-weight: 400;
    src:
        url('../fonts/arimo-regular.woff2') format('woff2'),
        url('../fonts/arimo-regular.woff') format('woff');
}

@font-face {
    font-family: 'site-font';
    font-style: normal;
    font-weight: 700;
    src:
        url('../fonts/arimo-bold.woff2') format('woff2'),
        url('../fonts/arimo-bold.woff') format('woff');
}

html {
    font-family: sans-serif;
}

body {
    padding: 0;
    margin: 0;
    color: #323232;
    background: #f0f0f0;
    font-size: 13px;
    font-family: 'site-font', Arial, sans-serif;
}
a {
    outline: none;
    color: #323232;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
p {
    margin: 0;
    padding: 0 0 1.3em 0;
    line-height: 1.3em;
}
b, strong, .bold {
    font-style: normal;
    font-weight: 700;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
.page {
    padding: 10px 0;
}
.page40 {
    padding: 40px 0;
}
.lux {
    background: #fff;
}
.lux .wrapper {
    position: relative;
}
.lux.spec {
    background: #e6e6e6;
}
h1 {
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    padding: 20px 0 20px;
    line-height: 1em;
}
h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    margin: 0;
    padding: 20px 0 20px;
    line-height: 1em;
}
h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 20px 0 20px;
    line-height: 1em;
}
h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding: 20px 0 20px;
    line-height: 1em;
}
h5 {
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    padding: 20px 0 20px;
    line-height: 1em;
}
.black {
    color: #323232 !important;
}
.black-bg {
    background: #323232 !important;
}
.brown {
    color: #963200 !important;
}
.brown-bg {
    background: #963200 !important;
}
.orange {
    color: #fb661c !important;
}
.orange-bg {
    background: #fb661c !important;
}
.green {
    color: #90b400 !important;
}
.green-bg {
    background: #90b400 !important;
}
.purple {
    color: #cc00ff !important;
}
.purple-bg {
    background: #cc00ff !important;
}
.yellow {
    color: #ffba00 !important;
}
.yellow-bg {
    background: #cdbf00 !important;
}
.blue {
    color: #00afe1 !important;
}
.blue-bg {
    background: #00afe1 !important;
}
.grey {
    color: #e6e6e6 !important;
}
.grey-bg {
    background: #e6e6e6 !important;
}
.red {
    color: #e30d17 !important;
}
.red-bg {
    background: #e30d17 !important;
}
.small {
    font-size: 11px;
}
.dotted {
    text-decoration: none;
    border-bottom: dotted 1px #323232;
}
.dotted:hover, .dotted.active {
    border-bottom: none;
    padding-bottom: 1px;
}
.more {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1px;
}
.more .arr {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #323232;
    border-bottom: none;
}

.less .uparr {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #323232;
    margin-left: 5px;
}

.more span {
    text-decoration: none;
    border-bottom: dotted 1px #323232;
    margin-right: 5px;
}
.more:hover span {
    text-decoration: none;
    border-bottom: none;
}
.btn {
    display: inline-block;
    background: none;
    border: solid 1px #646464;
    color: #323232;
    text-decoration: none;
    outline: none;
    vertical-align: middle;
    text-align: center;
    height: 38px;
    line-height: 38px;
    padding: 0 35px;
    border-radius: 2px;
    cursor: pointer;
}
.btn:hover {
    border: solid 1px #c8c8c8;
}
.btn:active {
    background: none;
}
.btn.act {
    background: #dcdcdc !important;
    border-top: solid 2px #b8b8b8 !important;
    border-bottom: solid 2px #e6e6e6 !important;
}
.btn.gr {
    color: #fff;
    background: #90b400;
    border: solid 1px #90b400;
}
.btn.gr:hover {
    background: #88aa00;
    border: solid 1px #88aa00;
}
.btn.gr.act {
    background: #88aa00 !important;
    border-top: solid 2px #739000 !important;
    border-bottom: solid 2px #90b400 !important;
}
.btn span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}
.btn .arr {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #323232;
    margin-left: 5px;
}
.btn.thin {
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}
.btn.buy-ico {
    padding: 0;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.btn.buy-ico span {
    background: url(../images/icons16x16.png) no-repeat -240px -16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.header {
    background: #fff;
    padding-top: 20px;
}
.header.thin {
    padding: 12px 0 10px;
}
.header .wrapper {
    position: relative;
}
.header .logo {
    display: inline-block;
    vertical-align: middle;
    color: #323232;
    font-weight: 700;
    font-size: 36px;
    text-decoration: none;
    letter-spacing:-2px;
    line-height: 60px;
}
.header .time {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
    line-height: 16px;
    padding-top: 5px;
}
.header .weather {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 5px;
    line-height: 16px;
}
.header .user {
    position: absolute;
    right: 0;
    top: 15px;
    overflow: hidden;
}
.header .user .reg {
    display: block;
    float: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #646464;
    border-radius: 3px;
    font-size: 11px;
    text-decoration: none;
    color: #323232;
    outline: none;
}
.header .user .reg:hover {
    border: solid 1px #c8c8c8;
}
.header .user .user-pic {
    float: left;
    padding-right: 25px;
    padding-top: 10px;
}
.header .user .user-pic.logged {
    width: 160px;
}
.user-pic {
    display: block;
}
.user-pic a {
    display: inline-block;
    vertical-align: middle;
}
.header .user .user-pic.logged a {
    height: 1.2em;
    max-width: 130px;
    overflow: hidden;
}
.user-pic .ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    overflow: hidden;
    background: url(/design/images/icons16x16.png) no-repeat -448px 0px;
}
.user-pic .ico.pic {
    background: none;
}
.user-pic .ico img {
    width: 16px;
    height: auto;
    border-radius: 8px;
}
.header .user .menu {
    display: block;
    float: right;
    padding-top: 10px;
}
.header .user .menu .mesg {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.header .user .menu .mesg span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    text-align: center;
    background: url(/design/images/icons16x16.png) no-repeat -112px 0px;
    margin-right: 5px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header .user .menu .mesg:hover span {
    background-position: -112px -16px;
}
.header .user .menu .but {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    background: url(/design/images/icons16x16.png) no-repeat -544px 0px;
}
.header .main-menu {
    margin-top: 10px;
    border-top: solid 1px #f0f0f0;
    padding: 10px 0 15px;
    position: relative;
    font-size: 16px;
}
.navigation {
    float: left;
    width: 82%;
}
.navigation__link,
.navigation__link-more {
    float: left;
    padding-right: 16px;
}
.navigation__link:last-child {
    padding-right: 0;
}
.navigation__link a,
.navigation__link-more a {
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
}
.navigation__link a:hover,
.navigation__link-more a:hover,
.navigation__link a.active,
.navigation__link a:active {
    color: #90b400;
}
.navigation__link-more {
    padding-right: 0;
    display: none;
}
.navigation-dropdown {
    display: none;
}
.pull-right-buts {
    float: right;
}
.header .main-menu .arr {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #323232;
}
.header .main-menu ul li a:hover .arr {
    border-top: 4px solid #90b400;
}
.header .social {
    display: block;
    float: right;
    margin-right: 140px;
}
.header .social span, .header .social a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.header .social a {
    width: 20px;
    height: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.vk-sm {
    background: url(/design/images/icons20x20.png) no-repeat left top;
}
.vk-sm:hover {
    background: url(/design/images/icons20x20.png) no-repeat left -20px;
}
.fb-sm {
    background: url(/design/images/icons20x20.png) no-repeat -20px top;
}
.fb-sm:hover {
    background: url(/design/images/icons20x20.png) no-repeat -20px -20px;
}
.tw-sm {
    background: url(/design/images/icons20x20.png) no-repeat -40px top;
}
.tw-sm:hover {
    background: url(/design/images/icons20x20.png) no-repeat -40px -20px;
}
.od-sm {
    background: url(/design/images/icons20x20.png) no-repeat -60px top;
}
.od-sm:hover {
    background: url(/design/images/icons20x20.png) no-repeat -60px -20px;
}
.vk-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -80px 0;
}
.fb-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -120px 0;
}
.tw-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -160px 0;
}
.od-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -200px 0;
}
.insta-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -400px 0;
}
.vb-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -80px -40px;
}
.tl-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -120px -40px;
}
.yt-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -320px 0;
}
.gp-big {
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -360px 0;
}
.vk-big:hover,
.vb-big:hover,
.tl-big:hover,
.insta-big:hover,
.od-big:hover,
.tw-big:hover,
.fb-big:hover,
.yt-big:hover,
.gp-big:hover {
    opacity: 0.8;
}
.header .main-menu .search {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    height: 46px;
    border: solid 1px #fff;
    outline: none;
    padding: 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0px;
    padding-right: 50px;
    background: #fff url(/design/images/search_ico-gr.png) no-repeat right center;
    font-family: 'site-font', Arial, sans-serif;
    font-size: 16px;
}
.header .main-menu .search:hover {
    cursor: pointer;
}
.header .main-menu .search:focus {
    padding: 0 50px 0 15px;
    width: 100%;
    cursor: auto;
}
.title-border {
    background:url(/design/images/line-hor.png) repeat-x left center;
    text-align: center;
}
.title-border a {
    text-decoration: none;
}
.title-border a:hover {
    text-decoration: underline;
}
.title-border.top {
    background: none;
}
.title-border h1, .title-border h2, .title-border h3, .title-border h4, .title-border h5 {
    display: inline-block;
    text-align: center;
    background: #f0f0f0;
    padding-left: 10px;
    padding-right: 10px;
}
.title-border.top h1 {
    padding: 10px;
    background: none;
}
.title-border .sub-title {
    display: block;
    text-align: center;
    margin-top: -15px;
}
.col-wrapper {
    overflow: hidden;
}
.col-wrapper .left-col {
    display: block;
    float: left;
    margin-right: -260px;
    width: 100%;
    overflow: hidden;
}
.col-wrapper .left-col .col-holder {
    margin-right: 260px;
}
.col-wrapper .right-col {
    display: block;
    float: right;
    width: 240px;
    overflow: hidden;
}
.store-buts {
    padding-top: 20px;
}
.store-buts a {
    margin-left: 3px;
}
.poster {
    position: relative;
    min-height: 105px;
    margin-bottom: 60px;
    background: #e6e6e6;
}
.poster.thin {
    height: 110px;
}
.poster .search {
    position: absolute;
    left: 160px;
    top: 20px;
    z-index: 5;
}
.poster.thin .search {
    top: 24px;
}
.poster .search .field {
    display: inline-block;
    background: #fff;
    border: solid 1px #dcdcdc;
    height: 42px;
    line-height: 42px;
    padding: 8px 10px 8px 19px;
    width: 610px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 20px;
}
.poster .search .btn {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.poster .search .btn span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: url(/design/images/search_ico.png) no-repeat left center;
    padding-left: 30px;
}
.poster .search .field input {
    display: inline-block;
    border: solid 1px #fff !important;
    background: #fff;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
.poster .search .note {
    display: block;
    color: #fff;
    padding-top: 20px;
    overflow: hidden;
}
.poster.thin .search .note {
    display: none;
}
.poster .search .note .item {
    display: block;
    float: left;
    width: 110px;
    padding-right: 30px;
    padding-left: 25px;
    overflow: hidden;
    background: url(/design/images/vert-line.png) no-repeat left top;
}
.poster .search .note .item:first-child {
    background: none;
    padding-left: 0;
}
.poster .search .note .item span {
    display: block;
    font-weight: 700;
    font-size: 20px;
}
.poster .search .name {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}
.poster .bottom {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
    width: 100%;
    height: 115px;
    vertical-align: middle;
}
.poster.thin .bottom {
    display: none;
}
.poster .bottom .recomend {
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 160px;
    height: 115px;
    line-height: 115px;
    overflow: hidden;
    font-size: 11px;
}
.poster .bottom .recomend span, .poster .bottom .recomend a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}
.poster .bottom .recomend a {
    height: 80px;
}
.poster .control {
    display: block;
    position: absolute;
    right: 30px;
    bottom: 50px;
    color: #fff;
    text-decoration: none;
    border-bottom: dotted 1px #999;
    z-index: 10;
}
.poster.thin .control {
    top: 50px !important;
    bottom: auto;
}
.poster .control:hover {
    text-decoration: none;
    border-bottom: none;
    bottom: 51px;
}
.sort-line {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.sort-line.center {
    text-align: center;
    padding-bottom: 30px;
}
.sort-line .left-filt {
    display: block;
    float: left;
}
.sort-line .right-filt {
    display: block;
    float: right;
}
.sort-line a, .sort-line span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.sort-line .right-filt a, .sort-line .right-filt span {
    margin: 0 0 0 10px;
}
.sort-line.center a, .sort-line.center span {
    text-align: center;
    font-size: 13px;
}
.sort-line .map {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    cursor: pointer;
}
.sort-line .map span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.sort-line .map .ico {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -80px 0;
    margin: 0;
}
.recomend {
    display: block;
}
.recomend .btn {
    padding: 0 15px;
    text-align: left;
    white-space: nowrap;
}
.recomend .btn .ico {
    display: inline-block;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -320px -0;
}
.more-btn {
    text-align: center;
    padding: 20px 0;
}
.right-block {
    padding-bottom: 20px;
}
.right-block.top-space {
    padding-top: 60px;
}
.right-block .right-menu {
    padding-left: 20px;
    position: relative;
    word-wrap: break-word;
}
.right-block .right-menu .show-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    height: 32px;
    line-height: 32px;
    background: #f0f0f0;
    color: #323232;
    text-decoration: none;
    padding: 0 20px;
    font-size: 11px;
    border: solid 1px #646464;
    border-radius: 3px;
}
.right-block .right-menu .show-btn:hover {
    border: solid 1px #323232;
}
.right-block .title {
    display: block;
    margin: 25px 0 20px;
    background: url(/design/images/line-hor.png) repeat-x left center;
    font-weight: 700;
}
.right-block .title.top {
    margin-top: 0;
}
.right-block .title span {
    display: inline-block;
    background: #f0f0f0;
    padding-right: 5px;
}
.right-block .right-menu .menu-line, .right-border .menu-line, .news-opros .menu-line {
    padding-bottom: 12px;
}
.right-block .right-menu .menu-line label {
    width: 155px;
    vertical-align: top;
}
.right-border .menu-line label {
    width: 170px;
    vertical-align: top;
}
.adv-block {
    padding-bottom: 10px;
    margin-left: -20px;
    overflow: hidden;
}
.adv-block .adv-item {
    display: block;
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
}
.cat-list {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    margin-left: -20px;
}
.cat-list .cat-item {
    display: block;
    float: left;
    width: 140px;
    margin-left: 20px;
    text-align: center;
}
.cat-list .cat-item .name {
    display: inline-block;
    padding-left: 20px;
    text-decoration: underline;
    vertical-align: top;
}
.cat-list .cat-item:hover .name {
    text-decoration: none;
}
.prod-list {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    padding-bottom: 20px;
}
.prod-list .prod-item {
    background: #fff none repeat scroll 0 0;
    display: block;
    float: left;
    height: 300px;
    margin-bottom: 20px;
    margin-left: 20px;
    overflow: hidden;
    position: relative;
    width: 140px;
}
.prod-list .prod-item .img-bl {
    display: block;
    overflow: hidden;
    height: 140px;
    width: 140px;
    line-height: 140px;
}
.prod-list .prod-item .img-bl a img {
    vertical-align: middle;
}
.prod-list .prod-item.big {
    width: 300px;
}
.prod-list .prod-item.big .shad {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 300px;
    height: 300px;
    background: url(/design/images/shad.png) repeat-x;
}
.prod-list .prod-item .flag {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 120px;
    width: 120px;
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.prod-list .prod-item .name {
    display: inline-block;
    margin: 15px 10px 0 20px;
    height: 2.7em;
    overflow: hidden;
}
.prod-list .prod-item.big .name {
    color: #fff;
    display: block;
    position: absolute;
    left: 20px;
    top: 210px;
    z-index: 10;
    width: 120px;
    margin: 0;
}
.prod-list .prod-item .price {
    display: block;
    position: absolute;
    left: 20px;
    top: 210px;
    font-weight: 700;
    font-size: 16px;
    z-index: 10;
}
.prod-list .prod-item.big .price {
    left: 190px;
    color: #fff;
}
.prod-list .prod-item .price .small {
    display: block;
    font-family: 'site-font', Arial, sans-serif;
}
.prod-list .prod-item .price .small.no {
    text-decoration: line-through;
}
.prod-list .prod-item.big .price .small.no {
    color: #fff;
}
.prod-list .prod-item .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 140px;
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
}
.prod-list .prod-item.big .bot {
    width: 300px;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
}
.prod-list .prod-item .bot .but {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 16px;
    height: 16px;
    margin-right: 20px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.prod-list .prod-item .bot .but.basket {
    background: url(/design/images/icons16x16.png) no-repeat -160px 0;
}
.prod-list .prod-item .bot .but.basket:hover {
    background-position: -160px -16px;
}
.prod-list .prod-item .bot .but.fav {
    background: url(/design/images/icons16x16.png) no-repeat -144px 0;
}
.prod-list .prod-item .bot .but.fav:hover {
    background-position: -144px -16px;
}
.prod-list .prod-item.big .bot .but.basket {
    background: url(/design/images/icons16x16.png) no-repeat -240px 0;
}
.prod-list .prod-item.big .bot .but.basket:hover {
    background-position: -240px -16px;
}
.prod-list .prod-item.big .bot .but.fav {
    background: url(/design/images/icons16x16.png) no-repeat -224px 0;
}
.prod-list .prod-item.big .bot .but.fav:hover, .but.fav.selected {
    background-position: -224px -16px !important;
}
.prod-list .more {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    clear: both;
}
.article-list {
    display: block;
    overflow: hidden;
    margin-left: -20px;
}
.article-list .article-item {
    display: block;
    float: left;
    margin-left: 20px;
    width: 300px;
    height: 300px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.article-list .article-item .img {
    height: 175px;
    overflow: hidden;
}
.article-list .article-item .name {
    color: #323232;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 185px;
    width: 270px;
    font-weight: 700;
    font-size: 16px;
    max-height: 3.8em;
    overflow: hidden;
    line-height: 1.2em;
}
.article-list .article-item p {
    margin: 20px 15px 10px 20px;
    padding: 0;
    height: 4em;
    overflow: hidden;
}
.article-list .article-item .user {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 295px;
}
.article-list .article-item .user .ico {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 5px;
}
.article-list .article-item .user .ico img {
    border-radius: 10px;
}
.article-list .article-item .user .text {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
}
.article-list .article-item .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 300px;
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
}
.sub-but {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-right: 10px;
}
.sub-but.fav {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -144px 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
    border: none !important;
}
.sub-but.fav:hover {
    background-position: -144px -16px;
}
.sub-but span {
    display: inline-block;
    margin-left: 5px;
}
.sub-but .coment {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -192px 0;
    border: none !important;
    vertical-align: middle;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.sub-but:hover .coment {
    background-position: -192px -16px;
}
.sub-but .like {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -176px 0;
    border: none !important;
    vertical-align: middle;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.sub-but:hover .like {
    background-position: -176px -16px;
}
.sub-but.stat {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -576px 0;
}
.sub-but .view {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -576px -16px;
    vertical-align: middle;
}
.article-list .article-item .bot .link {
    float: left;
    margin-left: 20px;
    font-weight: 700;
}
.article-list .article-item.top {
    width: 620px;
    height: 300px;
}
.article-list .article-item.top .img {
    width: 620px;
    height: 300px;
}
.article-list .article-item.top .img .shad {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 620px;
    height: 300px;
    background: url(/design/images/transp.png) repeat;
}
.article-list .article-item.big {
    width: 300px;
    height: 300px;
}
.article-list .article-item.big .img {
    width: 300px;
    height: 300px;
}
.article-list .article-item.big .img .shad {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 300px;
    height: 300px;
    background: url(/design/images/transp.png) repeat;
}
.article-list .article-item .name {
    text-decoration: none;
}
.article-list .article-item .name:hover {
    text-decoration: underline;
}
.article-list .article-item.top .name {
    font-size: 28px;
    left: 20px;
    top: 110px;
    width: 580px;
    text-align: center;
    line-height: 1.1em;
    color: #fff;
}
.article-list .article-item.big .name {
    font-size: 28px;
    left: 20px;
    top: 110px;
    width: 260px;
    text-align: center;
    line-height: 1.1em;
    color: #fff;
}
.article-list .article-item.top .note {
    display: block;
    position: absolute;
    left: 20px;
    top: 90px;
    width: 580px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    z-index: 10;
}
.article-list .article-item.big .note {
    display: block;
    position: absolute;
    left: 20px;
    top: 90px;
    width: 260px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    z-index: 10;
}
.article-list .article-item.top .bot {
    color: #fff;
    width: 620px;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
}
.article-list .article-item.big .bot {
    color: #fff;
    width: 300px;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
}
.article-list .article-item.top .bot a, .article-list .article-item.big .bot a, .photo-reports .item.big .bot a, .news-list .item.full .bot a, .pers-blocks .item .bot a  {
    color: #fff;
}
.article-list .article-item.top .bot span, .article-list .article-item.big .bot span, .photo-reports .item.big .bot span, .news-list .item.full .bot span, .pers-blocks .item .bot span {
    border-bottom: dotted 1px #999;
}
.article-list .article-item.top .bot span:hover, .article-list .article-item.big .bot span:hover, .photo-reports .item.big .bot span:hover, .news-list .item.full .bot span:hover, .pers-blocks .item .bot span:hover {
    border-bottom: none;
}
.article-list .article-item.top .bot .sub-but.fav, .article-list .article-item.big .bot .sub-but.fav, .photo-reports .item.big .bot .sub-but.fav, .news-list .item.full .bot .sub-but.fav, .pers-blocks .item .bot .sub-but.fav {
    background: url(/design/images/icons16x16.png) no-repeat scroll -224px 0;
}
.article-list .article-item.top .bot .sub-but.fav:hover, .article-list .article-item.big .bot .sub-but.fav:hover, .photo-reports .item.big .bot .sub-but.fav:hover, .news-list .item.full .bot .sub-but.fav:hover, .pers-blocks .item .bot .sub-but.fav:hover {
    background-position: -224px -16px;
}
.article-list .article-item.top .bot .sub-but .coment,.article-list .article-item.big .bot .sub-but .coment, .photo-reports .item.big .bot .sub-but .coment, .news-list .item.full .bot .sub-but .coment, .pers-blocks .item .bot .sub-but .coment {
    background: url(/design/images/icons16x16.png) no-repeat scroll -272px 0;
}
.article-list .article-item.top .bot .sub-but:hover .coment, .article-list .article-item.big .bot .sub-but:hover .coment, .photo-reports .item.big .bot .sub-but:hover .coment, .news-list .item.full .bot .sub-but:hover .coment, .pers-blocks .item .bot .sub-but:hover .coment {
    background-position: -272px -16px;
}
.article-list .article-item.top .bot .sub-but .like, .article-list .article-item.big .bot .sub-but .like, .photo-reports .item.big .bot .sub-but .like, .news-list .item.full .bot .sub-but .like, .pers-blocks .item .bot .sub-but .like {
    background: url(/design/images/icons16x16.png) no-repeat scroll -256px 0;
}
.article-list .article-item.top .bot .sub-but:hover .like, .article-list .article-item.big .bot .sub-but:hover .like, .photo-reports .item.big .bot .sub-but:hover .like, .news-list .item.full .bot .sub-but:hover .like, .pers-blocks .item .bot .sub-but:hover like {
    background-position: -256px -16px;
}
.article-list .article-item.top .flag, .article-list .article-item.big .flag {
    display: block;
    position: absolute;
    left: 20px;
    top: 190px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 580px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
}
.article-list .article-item.big .flag {
    width: 260px;
}
.article-list .article-item.top .flag span, .article-list .article-item.big .flag span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 20px;
}
.inner-cols {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.inner-cols .inner-left {
    display: block;
    width: 100%;
    margin-right: -320px;
    overflow: hidden;
    float: left;
}
.inner-cols .inner-left .inner-cont {
    margin-right: 320px;
}
.inner-cols .inner-right {
    display: block;
    width: 280px;
    overflow: hidden;
    float: right;
}
.inline-news {
    display: block;
    position: relative;
    padding: 0 0 20px 80px;
    min-height: 40px;
}
.inline-news .img {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 10;
    overflow: hidden;
}
.left-pad {
    margin-left: 20px;
}
.inline-company {
    display: block;
    padding-bottom: 25px;
}
.inline-company .name {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
}
.inline-company .prem {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -96px 0;
}
.inline-company .lux {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -96px -16px;
}
.banner-line {
    display: block;
    margin: 30px 0;
    overflow: hidden;
}
.triple-cols {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    padding-bottom: 20px;
}
.triple-cols .list-item {
    display: block;
    float: left;
    margin-left: 40px;
    width: 280px;
    padding-bottom: 10px;
}
.triple-cols .triple-item {
    display: block;
    float: left;
    margin-left: 20px;
    width: 300px;
}
.triple-cols .triple-item .title-border span {
    display: block;
    text-align: center;
    margin-top: -15px;
}
.triple-cols .triple-item ol {
    display: block;
    padding-left: 30px;
    margin-left: 8px;
    margin-top: 25px;
}
.triple-cols .triple-item ol li {
    font-weight: 700;
    padding-bottom: 20px;
}
.triple-cols .triple-item ol li .addr {
    font-family: 'site-font', Arial, sans-serif;
    padding-top: 3px;
}
.triple-cols .triple-item ol li .addr .metro {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -64px 0;
    margin: 0 2px 0 5px;
}
.company-news {
    display: block;
    overflow: hidden;
    margin-left: -20px;
}
.company-news .company-news-item {
    display: block;
    float: left;
    margin-left: 20px;
    width: 460px;
    height: 140px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
}
.company-news .company-news-item .img {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.company-news .company-news-item .data {
    display: block;
    float: left;
    width: 300px;
    height: 114px;
    overflow: hidden;
    position: relative;
    margin: 13px 0;
    padding-left: 20px;
}
.company-news .company-news-item .data .name {
    font-size: 13px;
    font-weight: 700;
    height: 4.2em;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}
.company-news .company-news-item .data .info {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 280px;
    padding: 10px 20px 0 20px;
    background: url(/design/images/line-hor.png) repeat-x left top;
}
.company-news .company-news-item .data .info a {
    display: inline-block;
    height: 1.3em;
    overflow: hidden;
}
.company-news .company-news-item .data .info span {
    display: block;
}
.package-title {
    padding: 40px 0 45px;
    text-align: center;
}
.lux.spec .package-title {
    padding: 30px 0 85px;
}
.lux.spec .package-title span {
    display: block;
    margin-top: -15px;
}
.package-title .small-logo {
    padding-bottom: 10px;
}
.premium {
    color: #fff;
}
.premium .package-top .prod-list {
    padding: 20px 0 0;
}
.premium .package-top .prod-list .ill {
    width: 240px;
}
.tabs {
    display: block;
    clear: both;
    margin-top: 20px;
    overflow: hidden;
    line-height: 40px;
    background: #f0f0f0;
}
.lux .package-top .tabs {
    display: block;
    padding: 0;
    overflow: hidden;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background: url(/design/images/shad.png) repeat-x left center;
}
.lux.spec .package-top .tabs {
    background: none;
}
.tabs a {
    display: block;
    float: left;
    padding: 0 30px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #323232;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    white-space: nowrap;
}
.lux.spec .package-top .tabs a {
    color: #323232;
}
.tabs a.act, .tabs a:hover {
    background: #dcdcdc;
}
.right-block .right-menu .menu-line .ico {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
}
.ico.vk {
    background: url(/design/images/icons40x40.png) no-repeat -80px 0;
}
.ico.fb {
    background: url(/design/images/icons40x40.png) no-repeat -120px 0;
}
.ico.tw {
    background: url(/design/images/icons40x40.png) no-repeat -160px 0;
}
.ico.od {
    background: url(/design/images/icons40x40.png) no-repeat -200px 0;
}
.ico.xls {
    background: url(/design/images/icons40x40.png) no-repeat -240px 0px;
}
.ico.doc {
    background: url(/design/images/icons40x40.png) no-repeat -240px -40px;
}
.ico.pdf {
    background: url(/design/images/icons40x40.png) no-repeat -400px -40px;
}
.ico.zip {
    background: url(/design/images/icons40x40.png) no-repeat -440px 0px;
}
.ico.rar {
    background: url(/design/images/icons40x40.png) no-repeat -440px -40px;
}
.ico.xlsx {
    background: url(/design/images/icons40x40.png) no-repeat -480px 0px;
}
.ico.docx {
    background: url(/design/images/icons40x40.png) no-repeat -480px -40px;
}
.ico.ppt {
    background: url(/design/images/icons40x40.png) no-repeat -520px -40px;
}
.ico.odt {
    background: url(/design/images/odt_icons.png) no-repeat;
}
.ico.ods {
    background: url(/design/images/ods_icons.png) no-repeat;
}
.right-block .right-menu .menu-line .text {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    overflow: hidden;
}
.right-block .right-menu .menu-line .text a {
    word-wrap: break-word;
}
.right-block .right-menu .menu-line .text span {
    display: block;
    font-weight: 700;
}
.company-info {
    display: table;
    table-layout: fixed;

    vertical-align: top;
}
.company-info.last {
    padding-bottom: 20px;
}
.company-info .pic {
    display: table-cell;
    width: 300px;
    vertical-align: top;
}
.company-info .company-addr {
    display: table-cell;
    width: 620px;
    background: #fff url(/design/images/line-hor.png) repeat-x left bottom;
    border-right: solid 20px #f0f0f0;
    vertical-align: top;
}
.company-info.spec .company-addr {
    border-left: solid 20px #f0f0f0;
    border-right: none;
}
.company-info .company-time {
    display: table-cell;
    width: 300px;
    vertical-align: top;
    background: #fff url(/design/images/line-hor.png) repeat-x left bottom;
}
.company-info .company-addr .addr-block {
    display: block;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}
.company-info .company-addr .addr-block .line {
    display: block;
    padding-bottom: 15px;
    overflow: hidden;
}
.company-info .company-addr .addr-block .line .name {
    display: block;
    float: left;
    width: 120px;
    padding-right: 20px;
    overflow: hidden;
    padding-top: 2px;
}
.company-info .company-addr .addr-block .line .ico {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 2px 4px 0 0;
}
.company-info .company-addr .addr-block .line .data {
    display: block;
    float: left;
    width: 400px;
    overflow: hidden;
    line-height: 1.5em;
}
.company-addr .ico.pointer {
    background: url(/design/images/icons16x16.png) -80px 0;
}
.company-addr .ico.metro {
    background: url(/design/images/icons16x16.png) -64px 0;
}
.company-addr .ico.phone {
    background: url(/design/images/icons16x16.png) -80px -16px;
}
.company-info .company-addr .more-addr {
    display: block;
    padding: 15px 20px;

}
.company-info .company-time .time-block {
    display: block;
    padding: 20px;
}
.company-info .company-time .time-block .days {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.company-info .company-time .time-block .days a, .company-info .company-time .time-block .days span {
    display: inline-block;
    margin-right: 8px;
    font-size: 11px;
}
.company-info .company-time .time-block .days span {
    font-weight: 700;
}
.company-info .company-time .days .dotted.active {
    cursor: default;
    font-weight: bold;
}
.company-info .company-time .time-block .time {
    font-size: 36px;
}
.company-info .company-time .time-block .note {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
}
.white-holder {
    background: #fff;
    padding: 20px 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.white-holder .triple-holder {
    display: block;
    overflow: hidden;
}
.white-holder .triple-holder .data-block {
    display: block;
    float: left;
    width: 280px;
    padding-left: 40px;
}
.white-holder .triple-holder .data-block:first-child {
    padding-left: 20px;
}
.white-holder .triple-holder .data-block .mark {
    display: block;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}
.white-holder .triple-holder .data-block .dots {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 13px;
}
.white-holder .triple-holder .data-block .reply {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.white-holder .triple-holder .data-block .dots a, .white-holder .triple-holder .data-block .dots span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(/design/images/icons16x16.png) no-repeat -336px 0;
}
.white-holder .triple-holder .data-block .dots a.act, .white-holder .triple-holder .data-block .dots span.act {
    background: url(/design/images/icons16x16.png) no-repeat -336px -16px;
}
.white-holder .triple-holder .data-block .rank {
    display: block;
    overflow: hidden;
    padding-bottom: 12px;
    vertical-align: middle;
}
.white-holder .triple-holder .data-block .rank span {
    display: inline-block;
    vertical-align: bottom;
}
.white-holder .triple-holder .data-block .rank span.type {
    width: 90px;
}
.white-holder .triple-holder .data-block .rank .dots {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.white-holder .triple-holder .data-block .rank .dots a, .white-holder .triple-holder .data-block .rank .dots span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 -3px 0 -3px;
    background: url(/design/images/icons16x16.png) no-repeat -48px 0;
}
.white-holder .triple-holder .data-block .rank .dots a.act, .white-holder .triple-holder .data-block .rank .dots span.act {
    background: url(/design/images/icons16x16.png) no-repeat -48px -16px;
}
.white-holder .triple-holder .data-block .view {
    display: block;
    overflow: hidden;
    padding-bottom: 18px;
}
.white-holder .triple-holder .data-block .view span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
}
.white-holder .triple-holder .data-block .view span.ico {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -32px 0;
    margin-right: 3px;
}
.white-holder .triple-holder .data-block .recomend .count {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    margin-left: 15px;
}
.white-holder .triple-holder.replies {
    margin-top: 15px;
    padding-top: 20px;
    background: url(/design/images/line-hor.png) repeat-x left top;
}
.white-holder .triple-holder.replies .text {
    font-size: 11px;
    padding: 7px 0;
}
.white-holder .triple-holder.replies .data-block .rank .dots {
    padding-left: 0;
}
.white-holder .triple-holder.replies .data-block .rank {
    padding-bottom: 0;
}
.white-holder .share {
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 20px;
    background: url(/design/images/line-hor.png) repeat-x left top;
    vertical-align: middle;
}
.white-holder .share .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.white-drop {
    display: block;
    overflow: hidden;
    padding: 15px 0;
    background: #fff;
    margin-bottom: 5px;
}
.white-drop .cont {
    padding: 0 20px;
}
.white-drop .cont .text {
    padding: 15px 0 10px;
}
.white-drop .sub {
    display: block;
    background: url(/design/images/line-hor.png) repeat-x left top;
    padding-top: 10px;
    text-align: right;
}
.white-drop .top {
    overflow: hidden;
}
.white-drop .top .note {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
}
.white-drop .top .more {
    font-size: 16px;
    font-weight: 700;
}
.white-drop .top .date {
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
}
.paket-gal {
    display: block;
    overflow: hidden;
    padding: 15px 0 0;
    margin-left: -20px;
}
.paket-gal .item {
    display: block;
    float: left;
    margin: 0 0 20px 20px;
    width: 140px;
    height: 140px;
    overflow: hidden;
}
.paket-gal .item.big {
    width: 460px;
    height: 300px;
}
.paket-news {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
    min-height: 140px;
}
.paket-news .ill {
    display: block;
    overflow: hidden;
    width: 140px;
    height: 140px;
    float: left;
}
.paket-news .data {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    width: calc(100% - 140px);
    float: left;
    min-height: 140px;
    position: relative;
}
.paket-news .data .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    height: 1.3em;
    overflow: hidden;
}
.paket-news .data .text {
    font-size: 11px;
}
.paket-news .data .top {
    min-height: 102px;
    box-sizing: border-box;
    padding: 15px 20px 0;
}
.paket-news .data .bot {
    /*display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;*/
    box-sizing: border-box;
    width: 800px;
    height: 38px;
    padding: 10px 0 10px 20px;
    /*margin-left: -20px;*/
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
}
.paket-news.without-photo .data,
.paket-news.without-photo .data .bot {
    width: 100%;
}
.paket-news .data .bot .user {
    display: block;
    float: left;
    width: 70%;
    overflow: hidden;
    font-size: 11px;
    text-align: left;
}
.paket-news .data .bot .user span {
    display: inline-block;
    vertical-align: middle;
}
.paket-news .data .bot .user span img {
    border-radius: 10px;
}
.paket-info {
    overflow: hidden;
    padding-bottom: 20px;
}
.paket-info .info-line {
    display: block;
    background: url(/design/images/line-hor.png) repeat-x left top;
    padding: 30px 0 15px 20px;
    overflow: hidden;
}
.paket-info .info-line:first-child {
    background: none;
    padding-top: 15px;
}
.paket-info .info-line .line-title {
    display: block;
    float: left;
    width: 120px;
    padding-right: 20px;
    overflow: hidden;
    font-weight: 700;
}
.paket-info .info-line .line-blocks {
    display: block;
    float: left;
    width: 780px;
    overflow: hidden;
}
.paket-info .info-line .line-blocks .item {
    display: inline-block;
    width: 235px;
    padding-right: 20px;
    overflow: hidden;
    vertical-align: top;
    padding-bottom: 12px;
}
.paket-info .info-line .line-blocks .item span {
    display: inline-block;
    vertical-align: middle;
}
.paket-info .info-line .line-blocks .item span.ico {
    width: 16px;
    height: 16px;
    background: url(/design/images/icons16x16.png) no-repeat -32px -16px;
    margin-right: 5px;
}
.paket-info .info-line .line-blocks .item.pic {
    width: 120px !important;
    padding: 0 15px 12px 15px;
    text-align: center;
}
.paket-info .info-line .line-blocks .item.pic .text {
    display: block;
    padding-top: 10px;
}
.paket-map {
    padding: 20px 0;
    width: 940px;
    overflow: hidden;
}
.comments-holder {
    display: block;
    overflow: hidden;
    padding: 0 0 60px 0;
}
.comments-holder .comment {
    display: block;
    padding: 30px 0 0 80px;
    position: relative;
    overflow: hidden;
}
.comments-holder .comment .img {
    display: block;
    position: absolute;
    left: 20px;
    top: 30px;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.comments-holder .comment .img img {
    border-radius: 20px;
    width: 40px;
}
.comments-holder .comment .user-data {
    display: block;
    vertical-align: middle;
    font-size: 11px;
    padding-bottom: 10px;
}
.comments-holder .comment .user-data a, .comments-holder .comment .user-data span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.comments-holder .comment a.small {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.comments-holder .comment .text {
    padding-bottom: 8px;
}
.comments-holder .comment.reply {
    padding-left: 25px;
}
.comments-holder .comment.reply .img {
    position: static;
    width: 20px;
    height: 20px;
}
.comments-holder .comment.reply .img img {
    border-radius: 10px;
    width: 20px;
}
.comments-holder .reply-form {
    overflow: hidden;
    padding: 30px 0 0 80px;
}
.comments-holder .reply-form textarea {
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    font-family: 'site-font', Arial, sans-serif;
    font-size: 13px;
    padding: 10px;
    resize: none;
    height: 70px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
}
.comments-holder .reply-form .buts {
    display: block;
    padding-top: 20px;
    overflow: hidden;
    vertical-align: middle;
    text-align: right;
}
.comments-holder .reply-form .buts .login {
    display: block;
    float: left;
    vertical-align: middle;
    text-align: left;
    padding-top: 10px;
    font-size: 11px;
}
.comments-holder .reply-form .buts .login.capt {
    padding-top: 0;
}
.comments-holder .reply-form .buts .login span, .comments-holder .reply-form .buts .login a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.comments-holder .reply-form .buts .login a.but {
    height: 25px;
    line-height: 25px;
    width: 45px;
    text-align: center;
    text-decoration: none;
    border: solid 1px #313131;
    border-radius: 3px;
}
.comments-holder .reply-form .buts .login a.but:hover {
    border: solid 1px #c8c8c8;
}
.comments-holder .reply-form .buts .login input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: solid 1px #dcdcdc;
    outline: none;
    margin: 0 10px 0 0;
    padding: 0 15px;
    width: 110px !important;
}
.comments-holder .reply-form .buts .login .captcha {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}
.apps-buts {
    overflow: hidden;
    margin-left: -10px;
}
.apps-buts a {
    display: block;
    float: left;
    margin-left: 10px;
}
.photo-reports {
    display: block;
    overflow: hidden;
    margin-left: -20px;
}
.photo-reports .item {
    display: block;
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 0 20px 20px;
}
.photo-reports .item .grid {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    margin-top: -20px;
}
.photo-reports .item .grid .ill {
    display: block;
    float: left;
    width: 140px;
    height: 140px;
    overflow: hidden;
    margin: 20px 0 0 20px;
}
.photo-reports .item.big {
    position: relative;
    color: #fff;
}
.photo-reports .item.big .shad {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 300px;
    height: 300px;
    background: url(/design/images/transp.png) repeat;
}
.photo-reports .item.big .cell {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 300px;
    height: 260px;
}
.photo-reports .item.big .cell .holder {
    display: table-cell;
    height: 260px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}
.photo-reports .item.big .bot {
    background: rgba(0, 0, 0, 0) url("../img/line-hor-w.png") repeat-x scroll left top;
    bottom: 0;
    display: block;
    font-size: 11px;
    height: 30px;
    left: 0;
    padding-left: 20px;
    padding-top: 10px;
    position: absolute;
    text-align: right;
    width: 280px;
    z-index: 10;
}
.photo-reports .item.big .bot .link {
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
}
.photo-reports .item.big .day {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 13px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 260px;
    z-index: 10;
}
.photo-reports .item.big .cell .holder .day {
    padding-bottom: 5px;
    position: static;
    width: auto;
}
.photo-reports .item .name {
    text-decoration: none;
}
.photo-reports .item .name:hover {
    text-decoration: underline;
}
.photo-reports .item.big .name {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 28px;
    left: 20px;
    line-height: 1.1em;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 260px;
    z-index: 10;
}
.photo-reports .item.big .cell .holder .name {
    max-height: 5.5em;
    overflow: hidden;
    position: static;
    width: auto;
}

.right-rep {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.right-rep .ill {
    border-radius: 20px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 10px;
    overflow: hidden;
    width: 40px;
}
.right-rep .ill img {
    border-radius: 20px;
}
.right-rep .data {
    display: block;
    float: left;
    overflow: hidden;
    width: 160px;
}
.right-rep .data .name {
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.right-rep .data .note {
    display: block;
    font-size: 11px;
}
.right-comp {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
    padding: 40px 15px 20px 20px;
    position: relative;
}
.right-comp.prem {
    border: 1px solid #cc00ff;
}
.right-comp.prem .icon {
    background: rgba(0, 0, 0, 0) url("/design/images/prem-ico.png") no-repeat scroll left top;
    display: block;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
}
.right-comp.lux {
    border: 1px solid #fb661c;
}
.right-comp.lux .icon {
    background: rgba(0, 0, 0, 0) url("/design/images/lux-ico.png") no-repeat scroll left top;
    display: block;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
}
.right-comp .ill {
    display: block;
    margin-bottom: 25px;
    text-align: center;
}
.right-comp .name {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 17px;
}
.right-comp .note {
    display: block;
    font-size: 11px;
    line-height: 1.5em;
    margin-bottom: 15px;
}
.right-comp .note .addr {
    border-bottom: 1px dotted;
    text-decoration: none;
}
.right-comp .note .addr:hover {
    border-bottom: medium none;
    text-decoration: none;
}
.right-comp .mark {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.right-comp .mark .point {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    margin-right: 10px;
}
.right-comp .mark .data {
    display: block;
    float: left;
    font-size: 11px;
    overflow: hidden;
    width: 130px;
}
.right-comp .mark .data .count {
    display: block;
    font-weight: 700;
    font-size: 13px;
}
.right-comp .recomend .btn {
    padding: 0;
    text-align: center;
    width: 100%;
}
.right-comp .bot {
    display: block;
    font-size: 11px;
    margin-right: -15px;
    overflow: hidden;
    padding-top: 20px;
    text-align: right;
}
.right-comp .bot .views {
    display: block;
    float: left;
    line-height: 16px;
}


.photo-reports .item.big .shad {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 300px;
    height: 300px;
    background: url(/design/images/transp.png) repeat;
}

.photo-reports .item.big .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 280px;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 11px;
}

.photo-reports .item.big .bot .link {
    display: block;
    float: left;
    color: #fff;
    font-weight: 700;
}

.photo-reports .item.big .day {
    display: block;
    position: absolute;
    left: 20px;
    top: 100px;
    width: 260px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    z-index: 10;
}

.photo-reports .item.big .name {
    display: block;
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 28px;
    left: 20px;
    top: 120px;
    width: 260px;
    text-align: center;
    line-height: 1.1em;
    font-weight: 700;
}

.filt-buts {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
}

.filt-buts .btn {
    margin: 0 8px;
}

.rating {
    display: block;
    overflow: hidden;
}

.rating .item, .rating .r-item {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.right-block .rating .item {
    padding-bottom: 12px;
}

.rating .item .numb, .rating .r-item .numb {
    display: block;
    float: left;
    overflow: hidden;
    height: 30px;
    width: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    border-radius: 15px;
    margin-right: 10px;
}

.rating .item .numb {
    font-weight: 700;
    color: #323232;
    line-height: 16px;
    height: auto;
    width: 20px;
    text-align: left;
    margin-right: 0;
}
.rating .item .views {
    font-size: 11px;
}

.rating .item .data {
    display: block;
    float: left;
    overflow: hidden;
}
.right-block .rating .item .data {
    width: 180px;
}

.rating .r-item .r-name {
    font-weight: 700;
}
.rating .item .data .name {
    display: inline-block;
    height: 20px;
    max-width: 180px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rating .item .label-icon {
    display: inline-block;
    vertical-align: top;
}
.rating .item .data .note {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
.triple-item .rating .item .data {
    width: 230px;
}
.right-block .rating .item {
    padding-bottom: 12px;
}
.right-block .rating .item .data {
    width: 200px;
}
.right-block .rating .item .sub-but {
    margin-top: 5px;
}
.right-block .rating .item .sub-but span {
    color: #bbb;
}
.video-block {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}
.video-block .video {
    display: block;
    width: 940px;
    height: 537px;
    overflow: hidden;
}
.video-block .descr {
    display: block;
    width: 925px;
    padding: 20px 20px 50px 20px;
    position: relative;
    overflow: hidden;
    font-size: 11px;
}
.video-block .descr .name {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 1.2em;
}

.video-block .descr .text {
    padding-top: 15px;
}

.video-block .descr .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background: url(/design/images/line-hor.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
    padding-left: 20px;
    overflow: hidden;
    height: 30px;
    width: 920px;
}

.video-block .descr .bot .date {
    display: block;
    float: left;
    font-size: 11px;
}

.video-block .descr .place {
    display: block;
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 55px;
    width: 280px;
    overflow: hidden;
}

.film-list {
    overflow: hidden;
    margin-left: -20px;
}

.film-list .item {
    display: block;
    float: left;
    overflow: hidden;
    width: 140px;
    height: 189px;
    margin: 0 0 20px 20px;
    font-size: 11px;
}

.film-list .item .ill {
    display: block;
    width: 140px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px;
}

.film-list .item .name {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2em;
}

.top-header-line {
    display: block;
    overflow: hidden;
    padding: 20px 0 0;
}

.inner-search {
    display: block;
    padding-bottom: 50px;
}

.inner-search .field {
    display: inline-block;
    background: #fff;
    border: solid 1px #dcdcdc;
    height: 42px;
    line-height: 42px;
    padding: 8px 0 8px 18px;
    width: calc(100% - 235px);
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 18px;
}

.inner-search .btn {
    height: 56px;
    line-height: 56px;
    padding: 0 25px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-search .btn span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: url(/design/images/search_ico.png) no-repeat left center;
    padding-left: 30px;
}

.inner-search .btn.gr {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #90b400 url("/design/images/search_ico.png") no-repeat scroll 12px center;
    padding-left: 35px;
}

.inner-search .field input {
    display: inline-block;
    border: solid 1px #fff !important;
    background: #fff;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    width: 95%;
    line-height: 40px;
}

.inner-search .field .jq-selectbox__dropdown {
    top: 49px !important;
}

.inner-search .field .jq-selectbox {
    margin-top: -5px;
    width: 232px !important;
}

.inner-search .field .jq-selectbox__select {
    border: solid 1px #fff;
}

.inner-search .field .jq-selectbox__select-text {
    width: 185px !important;
}

.app-line {
    display: block;
    overflow: hidden;
    background: #565656 url(/design/images/app-line.jpg) no-repeat center top;
    text-align: center;
    color: #fff;
    height: 46px;
    line-height: 46px;
    margin: 40px 0;
}

.app-line span, .app-line a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
}

.app-line span {
    font-size: 11px;
}

.app-line a {
    font-size: 16px;
    font-weight: 700;
}

.app-line a img {
    display: inline-block;
    vertical-align: text-bottom;
}

.footer-holder {
    background: #e6e6e6;
    padding-top: 40px;
    clear: both;
}

.footer {
    display: table;
    padding-bottom: 30px;
    vertical-align: middle;
    text-align: left;
    width: 100%;
}

.footer .logo-bl {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 11px;
    white-space: nowrap;
}

.footer .logo-bl .logo {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    color: #323232;
    font-weight:700;
    font-size: 36px;
    text-decoration: none;
    letter-spacing: -2px;
    line-height: 1em;
}

.footer .logo-bl p {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0;
    white-space: normal;
}

.footer .addr {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    font-size: 11px;
}

.footer .social {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    white-space: nowrap;
}

.footer .social span, .footer .social a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.footer .social a {
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.footer .app {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 200px;
}

.footer .app a {
    font-weight:700;
    font-size: 16px;
}

.footer .app .text, .footer .social .text {
    display: block !important;
    padding-bottom: 5px;
    font-size: 11px;
    margin-left: 0;
}

.footer .app a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    height: 40px;
    line-height: 40px;
}

.footer .app span {
    display: inline-block;
    vertical-align: middle;
}

.footer .app a.ios .ill {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    overflow: hidden;
    background: url(/design/images/icons40x40.png?v=08062016) 0 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer .app a.ios:hover .ill {
    background: url(/design/images/icons40x40.png?v=08062016) 0 -40px;
}

.footer .app a.andr .ill {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    overflow: hidden;
    background: url(/design/images/icons40x40.png?v=08062016) -40px 0;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.footer .app a.andr:hover .ill {
    background: url(/design/images/icons40x40.png?v=08062016) -40px -40px;
}

.footer-cols {
    display: block;
    overflow: hidden;
    clear: both;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: solid 1px #d8d8d8;
}
.footer-cols .footer-col {
    display: block;
    float: left;
    width: 200px;
    margin-right: 40px;
    overflow: hidden;
    font-size: 11px;
}
.footer-cols .footer-col .col-name {
    display: block;
    padding-bottom: 10px;
    font-weight:700;
    font-size: 13px;
    padding-top: 20px;
}
.footer-cols .footer-col .col-name:first-child {
    padding-top: 0;
}
.footer-cols .footer-col .col-link {
    display: block;
    padding-bottom: 10px;
}
.footer-cols .footer-col a {
    text-decoration: none;
}
.footer-cols .footer-col a:hover {
    text-decoration: underline;
}

.bot-info {
    display: block;
    overflow: hidden;
    padding: 25px 0;
    border-top: solid 1px #d8d8d8;
    font-size: 11px;
}

.bot-info .links {
    display: block;
    overflow: hidden;
}

.bot-info .links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-decoration: none;
}

.bot-info .note {
    color: #cdcdcd;
}

.news-social {
    display: block;
    overflow: hidden;
    position: relative;
}

.news-social .soc-ill {
    display: block;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.news-social .soc-name {
    display: block;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 20px;
    font-weight:700;
    color: #fff;
    z-index: 100;
}

.news-social .bot-bl {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    z-index: 100;
}

.news-social .bot-bl .link {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
}

.news-social .bot-bl .but {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    outline: none;
    border-radius: 2px;
    padding: 0 25px;
}

.news-social .bot-bl .but.fb {
    background: #426ca8;
    border: solid 1px #4b73ab;
}

.news-social .bot-bl .but.tw {
    background: #0da5d7;
    border: solid 1px #1aaad9;
}

.title-border-section {
    text-align: center;
}

.title-border-section h1 {
    padding: 10px;
}

.app-but {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    line-height: 20px;
    color: #323232;
    font-size: 16px;
    font-weight:700;
    text-decoration: none;
    margin-right: 15px;
}

.app-but span {
    display: inline-block;
    vertical-align: middle;
}

.app-but.ios .ill {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(/design/images/icons20x20.png) no-repeat -120px 0;
    margin-right: 3px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    transition: 0.5s ease;
}

.app-but.ios:hover .ill {
    background: url(/design/images/icons20x20.png) no-repeat -120px -20px;
}

.app-but.andr .ill {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(/design/images/icons20x20.png) no-repeat -140px 0px;
    margin-right: 3px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.app-but.andr:hover .ill {
    background: url(/design/images/icons20x20.png) no-repeat -140px -20px;
}

.head-buts {
    margin-right: 55px;
}

.head-buts .app-but {
    margin-right: 10px;
}

.title-border.top {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-bottom: 20px;
}

.title-border.top h1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
}

.up-but {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat -560px 0;
}

.sub-holder {
    display: block;
    text-align: center;
    padding: 40px 0 20px 0;
}

.sub-holder .name {
    display: block;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight:700;
}

.sub-holder .text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    display: inline-block;
    font-family: 'site-font', Arial, sans-serif;
    font-size: 13px;
    margin: 0 20px 0 0;
    outline: medium none;
    text-align: left;
    vertical-align: middle;
    width: 400px;
}

.sub-holder .note {
    display: block;
    margin-top: 20px;
}

.form-line {
    display: block;
    padding-bottom: 25px;
}

.form-note {
    display: block;
    padding-top: 8px;
    font-size: 11px;
    color: #a3a3a3;
    width: 320px;
}

.form-err {
    display: block;
    font-size: 11px;
    color: #fb661c;
    width: 320px;
}

.pop-reg, .page-form .reg-block {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -170px;
    width: 340px;
    background: #fff;
    z-index: 200;
}

#signin-pop {
    margin: -214px 0 0 -170px !important;
}

#signup-pop {
    margin: -255px 0 0 -170px !important;
}

#reset-password-pop {
    margin: -149px 0 0 -170px !important;
}

.pop-reg .inner, .page-form .reg-block .inner {
    display: block;
    padding: 30px 20px 20px;
}

.pop-reg .close {
    display: block;
    float: right;
    margin: -15px -15px 0 0;
}

.pop-reg .name, .page-form .reg-block .name {
    display: block;
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight:700;
}

.pop-reg .text-note, .page-form .reg-block .text-note {
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.pop-reg .text-note.or, .page-form .reg-block .text-note.or {
    background: url(/design/images/or.png) no-repeat center 10px;
    padding-bottom: 15px;
}

.pop-reg input[type="text"], .pop-reg input[type="email"], .pop-reg input[type="password"],
.page-form .reg-block input[type="text"], .page-form .reg-block input[type="email"], .page-form .reg-block input[type="password"] {
    display: block;
    width: 268px;
    /*margin-bottom: 20px;*/
}

.pop-reg .has-error .form-err,
.page-form .reg-block .has-error .form-err {
    padding-top: 8px;
}

.pop-reg .form-group,
.page-form .reg-block .form-group {
    padding-bottom: 20px;
}

.pop-reg input.err,
.page-form .reg-block input.err {
    margin-bottom: 0;
}

.pop-reg .btn,
.page-form .reg-block .btn {
    display: block;
    width: 300px;
    margin-bottom: 15px;
    padding: 0;
}

.pop-reg .side,
.page-form .reg-block .side {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}

.pop-reg .side .link,
.page-form .reg-block .side .link {
    display: block;
    float: left;
}

.pop-reg .side .link:last-child,
.page-form .reg-block .side .link:last-child {
    float: right;
}

.pop-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: url(../images/transp2.png) repeat;
    width: 100%;
    height: 100%;
}

.search-res {
    display: block;
    padding-bottom: 65px;
    padding-top: 30px;
}

.search-res .field {
    display: inline-block;
    background: #fff;
    border: solid 1px #dcdcdc;
    height: 42px;
    line-height: 42px;
    padding: 8px 10px 8px 19px;
    width: 745px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 25px;
}

.search-res .btn {
    height: 56px;
    line-height: 50px !important;
    padding: 0 20px;
    font-size: 20px;
    font-weight:700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.search-res .btn span {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: url(/design/images/search_ico.png) no-repeat left center;
    padding-left: 30px;
}

.search-res .field input {
    display: inline-block;
    border: solid 1px #fff !important;
    background: #fff;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-weight:700;
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.search-res .note {
    display: block;
    vertical-align: middle;
}

.search-res .note a, .search-res .note span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 11px;
}

.search-res .note span {
    font-weight:700;
}

.label-block {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    width: 150px;
    padding-top: 10px;
}

.input-block {
    display: inline-block;
    vertical-align: top;
}

form.add-form {
    padding: 30px 0;
}

.cat-blocks {
    display: block;
    overflow: hidden;
    margin-left: -16px;
    padding-bottom: 25px;
}

.cat-blocks .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 16px;
    width: 300px;
    position:relative;
    overflow: hidden;
}

.cat-blocks .item .name {
    display: block;
    overflow: hidden;
    vertical-align: middle;
}

.cat-blocks .item .list {
    display: block;
    overflow: hidden;
    padding-left: 60px;
}
.cat-blocks .item .name .ico {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.cat-blocks .item .name .text {
    display: inline-block;
    vertical-align: middle;
    font-weight:700;
    font-size: 16px;
    max-width: 230px;
}
.cat-blocks .item .name .note {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    font-weight:700;
    padding: 2px 3px;
    margin-left: 5px;
}
.cat-blocks .item .list ul {
    padding: 0;
}
.cat-blocks .item .list li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px;
}
.cat-blocks .item .list .more {
    margin-top: 8px;
}
.cat-blocks .item .list .sub-list {
    display: none;
}

.cat-blocks .item.big {
    width: 620px;
}

.cat-blocks .item .but {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight:700;
    border-radius: 3px;
    border-bottom: solid 2px;
    border-top: solid 2px;
}

.cat-blocks .item.big.left .but {
    left: 20px !important;
}

.cat-blocks .item .but.brw {
    background: #9f7d59;
    border-top-color: #9f7d59;
    border-bottom-color: #8b684b;
}

.cat-blocks .item .but.brw:active {
    border-bottom-color: #9f7d59;
    border-top-color: #8b684b;
}

.cat-blocks .item .but.rd {
    background: #c33d3b;
    border-top-color: #c33d3b;
    border-bottom-color: #9c312f;
}

.cat-blocks .item .but.rd:active {
    border-bottom-color: #c33d3b;
    border-top-color: #9c312f;
}

.cat-blocks .item .but.rdl {
    background: #d30106;
    border-top-color: #d30106;
    border-bottom-color: #a90105;
}

.cat-blocks .item .but.rdl:active {
    border-bottom-color: #d30106;
    border-top-color: #a90105;
}

.cat-blocks .item .but.gr {
    background: #4d5b69;
    border-top-color: #4d5b69;
    border-bottom-color: #3e4954;
}

.cat-blocks .item .but.gr:active {
    border-bottom-color: #4d5b69;
    border-top-color: #3e4954;
}

.cat-blocks .item .but.yel {
    background: #c99500;
    border-top-color: #c99500;
    border-bottom-color: #a17800;
}

.cat-blocks .item .but.yel:active {
    border-bottom-color: #c99500;
    border-top-color: #a17800;
}

.cat-blocks .item .but.bl {
    background: #44a4c1;
    border-top-color: #44a4c1;
    border-bottom-color: #37849b;
}

.cat-blocks .item .but.bl:active {
    border-bottom-color: #44a4c1;
    border-top-color: #37849b;
}

.cat-blocks .item .but.grn {
    background: #8cb51a;
    border-top-color: #8cb51a;
    border-bottom-color: #709115;
}

.cat-blocks .item .but.grn:active {
    border-bottom-color: #8cb51a;
    border-top-color: #709115;
}

.cat-blocks .item.big .text {
    display: block;
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 20px;
    width: 260px;
    text-align: center;
}

.cat-blocks .item.big.left .text {
    left: 20px !important;
}

.cat-blocks .item.big .text .note {
    display: block;
    color: #323232;
    font-weight:700;
    padding-bottom: 10px;
}

.cat-blocks .item.big .text .name {
    display: block;
    font-size: 28px;
}

.cat-blocks .item.big .text .name span {
    font-weight:700;
    display: block;
    line-height: 1em;
}

.pers-blocks {
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    margin-left: -20px;
}

.pers-blocks .item {
    display: block;
    overflow: hidden;
    float: left;
    width: 300px;
    height: 300px;
    margin: 0 0 20px 20px;
    position: relative;
}

.pers-blocks .item.big {
    width: 620px;
}

.pers-blocks .item .shad {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    background: url(/design/images/shad.png) repeat-x;
}

.pers-blocks .item.big .shad {
    width: 620px;
}

.pers-blocks .item .name {
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 55px;
    color: #fff;
    font-weight:700;
    font-size: 16px;
    width: 260px;
    height: 45px;
    overflow: hidden;
}

.pers-blocks .item.big .name {
    position: absolute;
    z-index: 10;
    left: 20px;
    bottom: 55px;
    color: #fff;
    font-weight:700;
    font-size: 26px;
    width: 580px;
    height: 70px;
}

.pers-blocks .item .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 280px;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 11px;
}

.pers-blocks .item.big .bot {
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 600px;
    background: url(/design/images/line-hor-w.png) repeat-x left top;
    text-align: right;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 11px;
}

.pers-blocks .item .bot .dots {
    display: block;
    float: left;
    color: #fff;
    font-weight:700;
    font-size: 11px;
}

.pers-blocks .item .bot .dots span {
    display: inline-block;
    vertical-align: middle;
    border: none !important;
}

.pers-blocks .item .bot .dots span.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #424242;
}

.pers-blocks .item .bot .dots span.dot.act {
    background: #90b400;
}

.top-news {
    display: block;
    margin-left: -20px;
    overflow: hidden;
}

.top-news .top-col {
    display: block;
    float: left;
    margin-left: 40px;
    overflow: hidden;
    width: 440px;
}

.top-news .top-col .item, .search-result .news-item {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}

.top-news .top-col .item .num {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 13px;
    overflow: hidden;
    width: 22px;
}

.top-news .top-col .item .ill, .search-result .news-item .ill {
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 20px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 15px;
    overflow: hidden;
    width: 40px;
}

.top-news .top-col .item .ill img, .search-result .news-item .ill img {
    border-radius: 20px;
}

.top-news .top-col .item .data, .search-result .news-item .data {
    display: block;
    float: left;
    overflow: hidden;
    width: 360px;
}

.top-news .top-col .item .data .note, .search-result .news-item .data .note {
    display: block;
    font-size: 11px;
    margin-top: 5px;
}

.top-news .top-col .item .data a, .search-result .news-item .data a {
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}

.top-news .top-col .item .data a:hover, .search-result .news-item .data a:hover {
    text-decoration: underline;
}

.top-title-holder {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px 0 20px;
}

.top-title-holder span {
    display: inline-block;
    font-weight:700;
    font-size: 20px;
    padding-left: 10px;
}

.top-title-holder span a {
    display: inline-block;
    color: #88aa00;
    text-decoration: none;
    border-bottom: dotted 1px #88aa00;
    line-height: 1em;
}

.top-title-holder span a:hover {
    text-decoration: none;
    border: none;
}

.top-title-holder .but-add {
    display: block;
    float: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #646464;
    border-radius: 3px;
    font-size: 11px;
    text-decoration: none;
    color: #323232;
    outline: none;
    margin-top: 5px;
}
.right-sort {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: -15px;
}
.right-sort a, .right-sort span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    text-decoration: none;
    margin-right: 10px;
    white-space: nowrap;
}
.right-sort a {
    border-bottom: dotted 1px;
}
.right-sort a:hover, .right-sort a.act {
    border-bottom: none;
    text-decoration: none;
    padding-bottom: 1px;
}
.catalog-block-wrapper {
    display: inline-block;
    margin: 0 15px 20px 0;
}
.catalog-block-wrapper-big {
    display: block;
    margin-bottom: 20px;
}
.catalog-block {
    width: 460px;
    height: 120px;
    box-sizing: border-box;
    background: #fff;
    padding: 20px;
    position: relative;
    border: solid 1px #fff;
}
.catalog-block-big {
    display: block;
    width: 940px;
    height: 200px;
    padding: 40px;
}
.catalog-block-wrapper:nth-child(even) {
    margin: 0 0 20px 0;
}
.catalog-block .ill {
    width: 35px;
    height: 35px;
    float: left;
}
.catalog-block-big .ill {
    width: 120px;
    height: 120px;
}
.catalog-block .data .name {
    display: block;
    overflow: hidden;
    font-weight: 700;
    height: 36px;
}
.catalog-block-big .data .name {
    height: 75px;
    font-size: 20px;
    line-height: 1.2;
}
.catalog-block .ill img {
    width: 100%;
    height: auto;
}
.catalog-block .data {
    float: left;
    width: 230px;
    margin: 0 20px;
}
.catalog-block-big .data {
    width: 350px;
    margin-right: 40px;
}
.catalog-block .mark .social-reactions {
    margin-top: 20px;
}
.catalog-block-big .social-reactions {
    float: left;
    margin: 15px 0 0 20px;
}
.catalog-block .data .note {
    font-size: 11px;
    margin-top: 20px;
    height: 28px;
    overflow: hidden;
}
.catalog-block .data .adress {
    height: 16px;
    overflow: hidden;
}
.catalog-block .note a {
    text-decoration: none;
}
.catalog-block .adress a {
    border-bottom: 1px dotted;
}
.catalog-block .mark {
    float: right;
    width: 100px;
}
.catalog-block-big .mark {
    float: left;
    width: 140px;
}
.catalog-block .mark .point {
    display: block;
    font-size: 20px;
    font-weight:700;
    line-height: 1em;
}
.catalog-block-big .mark .point {
    font-size: 28px;
}
.catalog-block .mark .note {
    display: block;
    font-size: 13px;
    font-weight:700;
}
.catalog-block .mark .link {
    display: block;
    font-size: 11px;
}
.catalog-block .mark .quant {
    font-size: 11px;
}
.catalog-block .mark .recomend {
    margin-top: 25px;
}
.catalog-block .views {
    margin-left: 20px;
    float: left;
    width: 165px;
}
.catalog-block .views .point {
    display: block;
    font-size: 28px;
    font-weight:700;
    line-height: 1em;
}
.catalog-block .views .note {
    display: block;
    font-size: 13px;
    font-weight:700;
}
.catalog-block .views .link {
    display: block;
    font-size: 11px;
    line-height: 1.4em;
}
.catalog-block .views .buts {
    display: block;
    padding-top: 12px;
}
.catalog-block .data .views {
    display: none;
}
.catalog-block.prem {
    border: solid 1px #cc00ff;
}
.catalog-block.prem .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/design/images/prem-ico.png) no-repeat left top;
    width: 49px;
    height: 49px;
    z-index: 10;
}
.catalog-block.lux {
    border: solid 1px #fb661c;
}
.catalog-block.lux .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/design/images/lux-ico.png) no-repeat left top;
    width: 49px;
    height: 49px;
    z-index: 10;
}
.sub-catalog {
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 40px;
}
.sub-catalog .text {
    display: block;
    float: left;
    width: 510px;
    margin-right: 25px;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.4em;
}
.sub-catalog .text .title {
    display: block;
    padding-bottom: 20px;
    font-weight:700;
    font-size: 13px;
}
.sub-catalog .pic {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    width: 140px;
}
.sub-catalog .pic.last {
    margin-right: 0;
}
/*Catalog new sections*/
/*Section with statistics*/
.stats {
    margin: 30px 0;
}
.stats-wrap	{
    display: flex;
    width: 620px;
    margin: 0 auto;
    justify-content: space-between;
}
.stats-item .number,
.stats-item .descr {
    float: left;
}
.stats-item .descr {
    width: 120px;
    height: 35px;
    line-height: 16px;
    margin-left: 10px;
    overflow: hidden;
    font-size: 11px;
}
.stats-item .number {
    font-size: 28px;
    font-weight:700;
    vertical-align: top;
}

/*Section with companies logo*/
.logos-widget {
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
}
.logos-widget .item {
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
}
.logos-widget .item img {
    width: 100%;
    height: auto;
}

/*Section with service widgets*/
.service-widget {
    display: inline-block;
    width: 300px;
    height: 300px;
    position: relative;
    margin: 0 0 40px 16px;
    text-decoration: none;
}
.service-widget-big {
    width: 620px;
}
.service-widget .name,
.service-widget .descr,
.service-widget-big .name,
.service-widget-big .descr{
    position: absolute;
    width: 100%;
}
.service-widget .name,
.service-widget-big .name {
    top: 5%;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
}
.service-widget .descr,
.service-widget-big .descr {
    top: 20%;
}
.service-widget .name span,
.service-widget .descr span,
.service-widget-big .name span,
.service-widget-big .descr span {
    display: block;
    margin: 0 auto;
    width: 85%;
    text-align: center;
}

.title-border .list {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 45px;
    background: #fff;
    border: solid 1px #dcdcdc;
    font-size: 13px;
    font-family: 'site-font', Arial, sans-serif;
    text-align: left;
}

.title-border .list a {
    display: block;
    text-decoration: none;
    padding: 5px 15px;
}

.title-border .list a:hover, .title-border .list a.act {
    background: #f5f5f5;
}
.page-form {
    display: block;
    overflow: hidden;
    padding: 30px 0;
}
.page-form .reg-block {
    margin: 0 auto;
    position: static;
    display: block;
}
.grey-tabs {
    display: block;
    overflow: hidden;
    background: #e6e6e6;
    padding: 5px 5px 0 5px;
    margin: 10px 0 30px;
}
.grey-tabs .item {
    display: block;
    float: left;
    padding: 15px 25px;
    font-weight:700;
    font-size: 16px;
    text-decoration: none;
}
.grey-tabs .item.act {
    background: #f0f0f0;
}
.cat-cols {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.cat-cols .item {
    display: block;
    -webkit-column-break-inside: avoid;
    vertical-align: middle;
    overflow: hidden;
}
.cat-cols .item:after {
    content: '';
    display: block;
    height: 13px;
}
.cat-cols .item span, .cat-cols .item a {
    display: inline-block;
    vertical-align: middle;
}
.cat-cols .item span {
    margin-right: 10px;
    min-width: 30px;
    text-align: center;
}
.page-holder {
    min-height: calc(100vh - 215px);
}

.page .top-banner-line,
.page .jacket-line,
.top-white .jacket-line {
    display: block;
    overflow: hidden;
    padding: 0 0 5px;
}
.top-banner-line {
    overflow: hidden;
}
.top-links-line {
    margin-bottom: 10px;
    font-size: 11px;
}
.top-links-line .item {
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
}
.top-links-line .item .name:hover {
    text-decoration: underline;
}
.top-links-line .item .title {
    display: inline-block;
    height: 12px;
    line-height: 12px;
    padding: 0 5px;
    margin-right: 5px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}
.right-border .horo-main {
    padding: 65px 0 100px;
    text-align: center;
}
.right-border .horo-main .name, .right-border .horo-chose .name {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}
.right-border .horo-main .btn, .right-border .horo-chose .btn {
    padding: 0;
    width: 98%;
}
.right-border .horo-chose {
    display: block;
    padding: 40px 0;
    text-align: center;
}
.right-border .horo-chose .list {
    display: block;
    overflow: hidden;
    margin-left:-3px;
    margin-top: 10px;
}
.right-border .horo-chose .list .item {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 3px 3px;
    position: relative;
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat;
}
.right-border .horo-chose .list .item.act span {
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background: url(/design/images/ok-ico.png) no-repeat left top;
}
.right-border .horo-item {
    display: block;
    padding-bottom: 20px;
    line-height: 1.3em;
}
.right-border .horo-item .data {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.right-border .horo-item .data .name {
    display: block;
    float: left;
    font-weight:700;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
}
.right-border .horo-item .data .name span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: url(/design/images/icons40x40.png?v=08062016) no-repeat;
    margin-left: 5px;
}
.right-border .horo-item .data .days {
    display: block;
    float: right;
    font-size: 11px;
    padding-top: 8px;
}
.right-border .btn {
    margin-top: 20px;
    padding: 0;
    width: 98%;
}

.right-border {
    display: block;
    overflow: hidden;
    border: solid 3px #fff;
    padding: 15px;
}

.right-border .title {
    margin-top: 0;
}

.right-border .golos-name, .news-opros .golos-name {
    display: block;
    font-size: 20px;
    font-weight:700;
    line-height: 1.2em;
    padding-bottom: 25px;
}

.right-border .golos-note {
    display: block;
    font-size: 11px;
    padding: 5px 0 15px;
}

.right-border .golos-res, .news-opros .golos-res {
    display: block;
    overflow: hidden;
}

.right-border .golos-res .golos-cat, .news-opros .golos-res .golos-cat {
    display: block;
    float: left;
    width: 165px;
    overflow: hidden;
}

.right-border .golos-res .golos-persent, .news-opros .golos-res .golos-persent {
    display: block;
    float: right;
    overflow: hidden;
    font-weight:700;
}

.right-border .golos-line, .news-opros .golos-line {
    display: block;
    height: 12px;
    background: #c8c8c8;
}

.right-border .golos-line.top, .news-opros .golos-line.top {
    background: #90b400;
}
.top-comp {
    display: block;
    overflow: hidden;
    padding-top: 20px;
    vertical-align: middle;
}
.top-comp .comp-logo {
    display: inline-block;
    width: 980px;
    vertical-align: middle;
}
.top-comp .btn {
    color: #fff;
    padding: 0;
    width: 214px;
    border-color: #fff;
}
.top-comp .btn:active {
    background: none;
}
.triple-stat {
    display: block;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 20px;
}
.triple-stat .item {
    display: block;
    float: left;
    border-left: solid 1px #e2e2e2;
    box-sizing: border-box;
    width: 40%;
    padding: 20px 0 20px 50px;
    font-size: 11px;
}
.triple-stat .item:first-child {
    border: none;
    width: 30%;
    padding-left: 0;
}
.triple-stat .item:last-child {
    width: 30%;
}
.triple-stat .item .item-title {
    display: block;
    font-weight:700;
    font-size: 16px;
    padding-bottom: 25px;
}
.triple-stat .item .mark, .triple-stat .item .point  {
    display: block;
    font-size: 48px;
    line-height: 1.1em;
}
.triple-stat .item .note {
    display: block;
    font-weight:700;
    font-size: 16px;
}
.triple-stat .item .rank {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 6px;
}
.triple-stat .item .rank span {
    display: inline-block;
    vertical-align: bottom;
}
.triple-stat .item .rank span.type {
    width: 90px;
}
.triple-stat .item .rank .dots {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.triple-stat .item .rank .dots a, .triple-stat .item .dots span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 -3px 0 -3px;
    background: url(/design/images/icons16x16.png) no-repeat -48px 0;
}
.triple-stat .item .rank .dots a.act, .triple-stat .item .rank .dots span.act {
    background: url(/design/images/icons16x16.png) no-repeat -48px -16px;
}
.triple-stat .item .rank b {
    font-size: 13px;
}
.comp-title-line {
    display: block;
    padding: 20px 0;
    vertical-align: middle;
}
.comp-title-line .name {
    display: inline-block;
    vertical-align: middle;
    font-weight:700;
    font-size: 28px;
    padding-right: 20px;
}
.comp-title-line .sort {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.comp-title-line .sort a, .comp-title-line .sort span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.comp-title-line .sort .act {
    font-weight:700;
}
.comp-view-table {
    width: 100%;
    border: 0;
    text-align: center;
    margin: 40px 0;
}
.comp-view-table td, .comp-view-table th {
    border-bottom: solid 1px #e2e2e2;
    padding: 12px 20px;
}
.comp-view-table th {
    font-weight:700;
    font-size: 11px;
}
.comments-holder.comp .comment {
    border-top: solid 1px #e2e2e2;
    padding-bottom: 30px;
}
.comments-holder.comp .comment .comp-reply {
    display: block;
    padding-top: 20px;
    overflow: hidden;
}
.comments-holder.comp .comment .comp-reply input[type="text"] {
    width: 675px !important;
    margin-right: 15px;
}

#services-pop.pop-reg {
    display: none;
    position: fixed;
    left: 25%;
    top: 5%;
    width: 815px;
    background: #fff;
    z-index: 200;
    margin-left: 0;
}
#services-pop.pop-reg .btn {
    margin: 0 auto 15px;
}

.fun-holder {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.fun-holder .item {
    display: block;
    overflow: hidden;
    background: #fff;
    margin-bottom: 5px;
    height: 110px;
}
.fun-holder .item.top {
    background: #fefbde;
}
.fun-holder .item .ill {
    display: block;
    overflow: hidden;
    float: left;
    width: 140px;
    height: 110px;
    text-align: center;
    position: relative;
}
.fun-holder.last-auto .item .ill {
    height: 140px;
    width: 170px;
}
.fun-holder .item .ill .salon-logo,
.fun-holder .item .ill .estate-agency-logo {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    width: 56px;
    height: 56px;
    padding: 2px;
    background: #fff;
    overflow: hidden;
}
.fun-holder .item .ill .salon-logo span,
.fun-holder .item .ill .estate-agency-logo span {
    display: table-cell;
    width: 56px;
    height: 56px;
    text-align: center;
    vertical-align: middle;
}
.fun-holder .item .ill .salon-logo span img,
.fun-holder .item .ill .estate-agency-logo span img {
    width: 100%;
    height: auto;
}
.fun-holder .item .data {
    display: block;
    float: left;
    width: 800px;
    height: 110px;
    overflow: hidden;
    position: relative;
}
.fun-holder .item .data .name {
    display: block;
    padding: 15px 0 0 15px;
    width: 620px;
    height: 1.2em;
    overflow: hidden;
    font-weight:700;
    font-size: 16px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}

.fun-holder .item .data .name span {
    color: #fb661c;
    padding-right: 3px;
}

.fun-holder .item .data .note {
    display: block;
    font-size: 11px;
    height: 30px;
    overflow: hidden;
    padding-left: 20px;
    width: 620px;
}
.fun-holder .item .data .price {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    z-index: 10;
    max-width: 150px;
    max-height: 2.5em;
    text-align: right;
    overflow: hidden;
}
.fun-holder .item .data .bot {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: solid 1px #efecd1;
    width: 100%;
    padding-top: 10px;
    height: 30px;
    text-align: right;
    overflow: hidden;
    font-size: 11px;
}
.fun-holder .item .data .bot .time {
    display: block;
    float: left;
    color: #b7b5a2;
    padding-left: 20px;
    padding-top: 5px;
}
.fun-holder .item .data .bot .time .clock {
    padding-right: 5px;
}
.fun-holder.mid {
    margin-left: -20px;
}
.fun-holder.mid .item {
    display: block;
    float: left;
    margin: 0 0 10px 20px;
    width: 300px;
    height: 310px;
}
.fun-holder.mid .item .ill {
    float: none;
    width: 300px;
    height: 170px;
    text-align: center;
    background: #e6e6e6;
}
.fun-holder.mid .item .data {
    float: none;
    width: 300px;
    height: 140px;
}
.fun-holder.mid .item .data .note {
    /*display: none;*/
}
.fun-holder.mid .item .data .price {
    position: static;
    padding: 10px 0 0 15px;
}
.fun-holder.mid .item .data .name {
    margin: 10px 15px 0 15px;
    width: auto;
    height: 2.6em;
    line-height: 1.3em;
    padding: 0;
    word-wrap: break-word;
}
.fun-holder.mid .item .data .bot .numb {
    display: none;
}
.fun-holder.mid .item .data .bot .time {
    padding-left: 15px;
}
.fun-holder.small {
    margin-left: -20px;
}
.fun-holder.small .item {
    display: block;
    float: left;
    margin: 0 0 20px 20px;
    width: 140px;
    height: 230px;
}
.fun-holder.small .item .ill {
    float: none;
    width: 140px;
    height: 100px;
    text-align: center;
    background: #e6e6e6;
}
.fun-holder.small .item .data {
    float: none;
    width: 140px;
    height: 135px;
}
.fun-holder.small .item .data .note {
    display: none;
}
.fun-holder.small .item .data .price {
    position: static;
    padding: 10px 0 0 15px;
    text-align: left;
    max-width: 100%;
}
.fun-holder.small .item .data .name {
    margin: 10px 15px 0 15px;
    width: auto;
    height: auto;
    max-height: 2.5em;
    line-height: 1.3em;
    padding: 0;
    font-size: 13px;
}
.fun-holder.small .item .data .bot .numb, .fun-holder.small .item .data .bot .clock, .fun-holder.small .item .data .bot .sm {
    display: none;
}
.fun-holder.small .item .data .bot .time {
    padding-left: 15px;
}
.fun-holder.small .item .data .bot .sub-but {
    margin-right: 10px;
}
.last-fun {
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
}
.last-fun .item {
    display: block;
    overflow: hidden;
    background: #fff;
    margin-bottom: 2px;
    padding: 12px 20px;
}
.last-fun .item .ico {
    display: block;
    float: left;
    width: 17px;
    height: 14px;
    margin-right: 20px;
    overflow: hidden;
}
.last-fun .item .time {
    display: block;
    float: left;
    margin-right: 10px;
    font-weight:700;
    font-size: 11px;
}
.last-fun .item .name {
    display: block;
    float: left;
    height: 1.3em;
    overflow: hidden;
    width: 680px;
}
.last-fun .item .price {
    display: block;
    float: left;
    text-align: right;
    font-weight:700;
    width: 110px;
    min-height: 1px;
    margin-right: 15px;
}
.last-fun .item .star {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(/design/images/icons16x16.png) no-repeat -144px 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    transition: 0.3s ease;
}
.last-fun .item .star:hover {
    background-position: -144px -16px;
}
.right-fun {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    border: solid 3px #fff;
    text-align: center;
    padding: 30px 17px;
}
.right-fun .ico {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 100px;
    width: 200px;
}
.right-fun .name {
    display: block;
    font-weight:700;
    font-size: 16px;
    padding: 10px 0;
}
.right-fun .note {
    display: block;
    font-size: 11px;
    margin-bottom: 15px;
    height: 3.9em;
    overflow: hidden;
    line-height: 1.4em;
}
.page-holder {
    min-height: calc(100vh - 450px);
}
.page-holder {
    min-height: calc(100vh - 450px);
}
.fun-card-old {
    padding: 10px 0;
    color: #fb661c;
}
.fun-add-holder {
    display: block;
    overflow: hidden;
    padding: 20px 0 50px;
}
.fun-add-holder .line, .big-filt .filt-bl .line {
    display: block;
    padding-bottom: 35px;
}
.fun-add-holder .line .name, .big-filt .filt-bl .line .name {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    overflow: hidden;
    font-size: 13px;
    padding-top: 10px;
}
.fun-add-holder .line .name.ch, .big-filt .filt-bl .line .name.ch {
    padding-top: 0;
}
.fun-add-holder .line .cont, .big-filt .filt-bl .line .cont {
    display: inline-block;
    vertical-align: top;
    width: 775px;
}
#ads-house_type_id {
    padding-top: 10px;
}
.big-filt .filt-bl .line .cont {
    width: 730px;
}
.fun-add-holder .line .fun-title, .fun-add-holder .line textarea {
    width: 740px !important;
}
.fun-add-holder .line .capt {
    width: 140px !important;
    margin-right: 20px;
}
.fun-add-holder .line .capt-ill {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.fun-add-holder .line .jq-checkbox {
    margin-left: 10px;
}
.fun-add-holder .line .note, .big-filt .filt-bl .line .note {
    display: block;
    color: #a3a3a3;
    font-size: 11px;
    padding-top: 10px;
}
.fun-add-holder .line .check {
    white-space: nowrap;
    display: inline-block;
    margin-top: 9px;
}
.fun-add-holder div.form-group {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.fun-add-holder .line .note a {
    color: #a3a3a3;
}
.fun-add-holder .line .btn.gr {
    margin-right: 20px;
    padding: 0;
    width: 320px;
}
.fun-add-holder .line .wide {
    width: 775px !important;
}
.fun-add-holder .line .check-line, .big-filt .filt-bl .line .check-line {
    display: block;
    overflow: hidden;
}
.fun-add-holder .line .check-line .item, .big-filt .filt-bl .line .check-line .item {
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.big-filt .filt-bl .line .check-line .item {
    width: 160px;
}
.fun-add-holder .line .check-line .item .jq-checkbox {
    margin-left: 0;
}
.fun-add-holder .line .mid, .big-filt .filt-bl .line .mid {
    width: 150px !important;
    margin-right: 20px;
    box-sizing: border-box;
}
.fun-add-holder .sep {
    display: block;
    height: 1px;
    margin: 0 0 45px;
    background: url(../images/line-hor.png) repeat-x left top;
}
.fun-add-holder .line .fun-opt {
    display: block;
    padding: 17px 20px;
}
.fun-add-holder .line .fun-opt.top {
    background: #fffbd9;
}
.fun-add-holder .line .fun-opt .check {
    display: block;
    float: left;
    margin: 14px 15px 0 0;
}
.fun-add-holder .line .fun-opt .icon {
    display: block;
    float: left;
    padding-right: 15px;
}
.fun-add-holder .line .fun-opt .text {
    display: block;
    float: left;
    width: 420px;
    overflow: hidden;
    padding-top: 5px;
}
.options {
    margin-top: 10px;
}
.options .jq-selectbox,
.options .total-price,
.options .tariff,
.options {
    float: left;
}
.options .jq-selectbox {
    width: 110px;
}
.options .tariff {
    width: 110px;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
}
.options .total-price {
    margin: 5px 0 0 10px;
    font-size: 20px;
    color: #90b400;
}
.options .total-price span {
    margin-right: 5px;
}
.fun-opt .summary-price {
    float: right;
    font-size: 27px;
    font-weight: 700;
    color: #90b400;
}
.fun-opt .summary-price span:first-child {
    font-size: 20px;
    color: #323232;
}
.fun-add-holder .line .fun-opt .text .opt-name {
    display: block;
    font-weight:700;
    padding-bottom: 2px;
}
.fun-add-holder .line .fun-opt .hot {
    color: #fb661c;
    font-weight:700;
    text-transform: uppercase;
    padding-right: 5px;
}
.fun-add-holder .photo-holder {
    display: block;
    overflow: hidden;
}
.fun-add-holder .photo-holder  .photo-gal {
    display: block;
    overflow: hidden;
    margin-left: -20px;
    margin-top: 40px;
}
.fun-add-holder .photo-holder  .photo-gal .item {
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 20px;
    width: 140px;
    height: 140px;
    position: relative;
}
.fun-add-holder .photo-holder  .photo-gal .item .close {
    display:block;
    position:absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.fun-add-holder .photo-holder a {
    font-size: 11px;
}
.fun-add-holder .photo-holder .btn {
    margin-right: 20px;
    font-size: 13px;
}
.right-fun-opt {
    display: block;
    overflow: hidden;
    padding: 25px 10px 25px 20px;
}
.right-fun-opt .icon {
    display: block;
    float: left;
    overflow: hidden;
    width: 42px;
    margin-right: 10px;
}
.right-fun-opt .text {
    display: block;
    float: left;
    overflow: hidden;
    width: 155px;
}
.right-fun-opt.top {
    background: #fefbde;
}
.right-fun-opt .text .name {
    display: block;
    font-weight:700;
    font-size: 16px;
    padding-bottom: 10px;
}
.right-fun-opt .text .note {
    display: inline-block;
    background: #90b400;
    color: #fff;
    font-weight:700;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 3px 5px;
}
.news-fun {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    background: #fb661c !important;
    color: #fff;
}
.news-fun.blue-bg {
    background: #2d9fb7 !important;
}
.news-fun.green-bg {
    background: #38a38e !important;
}
.news-fun a {
    color: #fff;
}
.news-fun .a-name {
    display: block;
    font-size: 28px;
    font-weight:700;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.news-fun .ills {
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
.news-fun .ills .img {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 20px;
}
.news-fun .ills .img img {
    border-radius: 20px;
}
.news-fun .all {
    display: block;
    position: absolute;
    z-index: 20;
    left: 15px;
    bottom: 15px;
    font-size: 11px;
}
.news-fun .cat {
    display: block;
    padding-bottom: 15px;
    overflow: hidden;
}
.news-fun .cat .icon {
    display:inline-block;
    vertical-align: middle;
    width: 50px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px;
}
.news-fun .cat .cat-data {
    display:inline-block;
    vertical-align: middle;
    width: 200px;
    overflow: hidden;
    font-size: 11px;
}
.news-fun .cat .cat-data .link {
    display: inline-block;
    font-size: 18px;
    font-weight:700;
    margin-bottom: 5px;
}
.news-fun .cat .cat-data span {
    color: #00ffcd;
}
.right-fun-card {
    display: block;
    overflow: hidden;
    padding-left: 20px;
}
.right-fun-card .price {
    display: block;
    font-weight:700;
    font-size: 28px;
    padding-bottom: 20px;
    word-wrap: break-word;
}
.right-fun-card .flag {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-weight:700;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 20px;
    color: #fff;
    margin-top: -15px;
}
.right-fun-card .price-old {
    display: block;
    color: #a3a3a3;
    font-size: 17px;
    font-weight:700;
    text-decoration: line-through;
    margin-top: 5px;
}
.right-fun-card .name {
    display: block;
    font-weight:700;
    font-size: 13px;
    padding-bottom: 15px;
    word-wrap: break-word;
}
.right-fun-card .link {
    display: inline-block;
    margin-bottom: 10px;
}
.right-fun-card .btn {
    padding: 0;
    width: 195px;
    margin: 20px 0 0;
}
.right-act-holder {
    border: 3px solid rgba(0, 0, 0, 0);
    display: block;
    padding: 8px 0 8px 17px;
    position: relative;
}
.right-act-holder.act {
    border: 3px solid #ffffff;
}
.right-act-holder .close {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 10;
}
.right-act-holder .menu-line {
    width: 200px;
    margin-bottom: 15px;
}
.right-act-holder .menu-line label {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    width: 165px;
}
.right-act-holder .menu-line .jq-radio {
    vertical-align: top;
}
.right-act-holder .menu-line.bot {
    text-align: center;
}
.right-act-holder .menu-line .btn {
    font-size: 12px;
    height: auto;
    line-height: normal;
    padding: 5px 10px;
}
.right-fun-act {
    display: block;
    text-decoration: none;
}
.complain-ads.act .right-fun-act {
    margin-bottom: 20px;
}
.right-fun-act span {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
.right-fun-act:hover span {
    text-decoration: underline;
}
.right-fun-act span:first-child {
    text-decoration: none !important;
    margin-right: 15px;
}
.right-fun-act span:last-child {
    width: 135px;
}
.fun-slider {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}
.fun-slider .slide-item {
    width: 100%;
    text-align: center;
}
.fun-card-cols {
    display: block;
    overflow: hidden;
    padding: 40px 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.fun-card-cols .line {
    display: block;
    overflow: hidden;
    padding: 12px 20px;
    border-top: solid 1px #e2e2e2;
    -webkit-column-break-inside: avoid;
}
.fun-card-cols .line .name {
    display: block;
    overflow: hidden;
    float: left;
    font-weight:700;
    font-size: 13px;
    width: 100px;
    margin-right: 10px;
}
.fun-card-cols .line .descr {
    overflow: hidden;
    float: left;
    font-size: 13px;
    max-width: 300px;
    word-wrap: break-word;
}
.fun-card-text {
    display: block;
    padding-bottom: 40px;
    line-height: 1.4em;
    font-size: 16px;
    word-wrap: break-word;
}
.film-soc {
    background: #fff none repeat scroll 0 0;
    display: block;
    font-size: 11px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 15px 20px;
}
.film-soc.fun {
    margin-top: 20px;
}
.film-soc .soc {
    display: block;
    float: left;
}
.film-soc .links {
    display: block;
    float: right;
    padding-top: 7px;
}
.film-soc .links span {
    display: inline-block;
    vertical-align: middle;
}
.film-soc.fun .links .sub-but {
    margin-left: 10px;
    margin-right: 0;
}
.top-title-holder {
    display: block;
    overflow: hidden;
    padding: 10px 0 20px;
    position: relative;
}
.top-title-holder h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
}
.top-title-holder span {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
}
.top-title-holder span a {
    border-bottom: 1px dotted #88aa00;
    color: #88aa00;
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
}
.top-title-holder span a:hover {
    border: medium none;
    text-decoration: none;
}
.top-title-holder .but-add {
    border: 1px solid #646464;
    border-radius: 3px;
    color: #323232;
    display: block;
    float: right;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    width: 150px;
}

.top-white {
    background: #e6e6e6 none repeat scroll 0 0;
    margin-bottom: 15px;
    padding: 10px 0 0;
}
.fun-step2 {
    display: block;
    overflow: hidden;
}
.fun-step2 .fun-item {
    background: #e6e6e6 none repeat scroll 0 0;
    border-radius: 10px;
    display: block;
    margin-bottom: 20px;
    padding: 25px;
}
.fun-step2 .fun-item::after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
}
.fun-step2 .fun-item .check {
    display: block;
    float: left;
    margin-top: 5px;
    padding-right: 20px;
}
.fun-step2 .fun-item .descr {
    display: block;
    float: left;
    width: 60%;
}
.fun-step2 .fun-item .descr .title {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}
.fun-step2 .fun-item .descr .title span {
    color: #90b400;
    padding-left: 10px;
}
.fun-step2 .fun-item .img {
    display: block;
    float: right;
    margin-right: 10px;
}
.fun-step2 .fun-item .jq-selectbox {
    margin-bottom: 10px;
    width: 200px;
}
.fun-step2 .fun-item .jq-selectbox__select, .fun-step2 .fun-item .jq-selectbox__dropdown {
    background: #f9f9f9 none repeat scroll 0 0 !important;
}
.fun-step2 .pay {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0;
}
.fun-step2 .pay .cost {
    display: block;
    float: left;
    font-weight: 700;
    font-size: 20px;
}
.fun-step2 .pay .btn {
    display: block;
    float: right;
}
.fun-add-holder .help-block {
    color: #fb661c;
    display: block;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.paket-new-holder {
    display: block;
    overflow: hidden;
    padding-bottom: 40px;
}
.paket-new-holder .new-title {
    display: block;
    padding-bottom: 35px;
    font-size: 28px;
    font-weight:700;
}
.paket-new-holder .sub-info {
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}
.paket-new-holder .sub-info .date {
    display: block;
    float: left;
    font-size: 11px;
}
.paket-new-holder .sub-info .date span {
    display: block;
    font-weight:700;
    padding-bottom: 3px;
}
.paket-new-holder .sub-info .buts {
    display: block;
    float: right;
}
.paket-new-holder .inner-ill {
    display: block;
    overflow: hidden;
    margin: 10px 0 30px;
    background: #e6e6e6;
    text-align: center;
}
.paket-new-holder .inner-ill img {
    max-width: 100%;
    height: auto;
}
.paket-new-holder p {
    font-size: 16px;
    line-height: 1.5em;
}
.tabs.weather a.act, .tabs.weather a:hover {
    background: none repeat scroll 0 0 #f0f0f0 !important;
}
.tabs.weather {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
table.weather {
    margin: 60px 0;
    width: 100%;
    border: 0;
}
table.weather tr td {
    border-bottom: solid 1px #e5e5e5;
    padding: 20px;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
}
table.weather tr:first-child td {
    border-top: solid 1px #e5e5e5;
}
table.weather tr td.temp {
    font-weight:700;
    font-size: 36px;
    white-space: nowrap;
}

.right-weather {
    background: #fff;
    padding: 25px 20px;
    margin-top: 70px;
}
.right-weather .name {
    display: block;
    font-weight:700;
    font-size: 18px;
    padding-bottom: 15px;
}
.right-weather .points {
    display: block;
    width: 133px;
    height: 83px;
    margin: 0 auto;
    padding-top: 47px;
    text-align: center;
    font-weight:700;
    font-size: 46px;
    color: #fff;
    line-height: 1em;
    background: url(/design/images/weath-points.png) no-repeat left top;
}
.right-weather .sub-name {
    display: block;
    font-weight:700;
    font-size: 16px;
    padding: 20px 0 5px;
}
.right-weather .icons {
    display: block;
    overflow: hidden;
    vertical-align: middle;
    padding-top: 10px;
}
.right-weather .icons .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.right-note {
    display: block;
    font-size: 9px;
    padding: 20px 0 0 20px;
    line-height: 1.3em;
}
table.sunrise {
    width: 100%;
    padding-bottom: 20px;
}
table.sunrise tr td {
    padding-bottom: 7px;
}
table.sunrise tr td:last-child {
    font-weight:700;
}
.field_checked {
    border: 1px solid #90b400 !important;
}
.textarea_focused:focus {
    border: 1px solid #90b400 !important;
}
.big-filt {
    display: block;
    margin-bottom: 20px;
    background: #e6e6e6;
    height: auto;
}
.big-filt.thin {
    height: 100px;
    overflow: hidden;
}
.big-filt .search-bl {
    display: block;
    overflow: hidden;
    padding: 20px 150px;
}
.big-filt .search-bl.transp {
    padding-left: 20px !important;
}
.big-filt .search-bl.transp label {
    font-weight:700;
    font-size: 20px;
    padding-right: 20px;
}
.big-filt .search-bl .field {
    display: inline-block;
    background: #fff;
    border: solid 1px #dcdcdc;
    height: 42px;
    line-height: 42px;
    padding: 8px 10px 8px 19px;
    width: 583px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 20px;
}
.big-filt .search-bl.transp .field {
    width: 300px;
}
.big-filt .search-bl .btn {
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 20px;
    font-weight:700;
    text-transform: uppercase;
}
.big-filt .search-bl .btn span {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*text-align: center;*/
    /*background: url('/design/images/search_ico.png') no-repeat left center;*/
    /*padding-left: 30px;*/
}
.big-filt .search-bl .field input {
    display: inline-block;
    border: solid 1px #fff !important;
    background: #fff;
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 20px;
    font-weight:700;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
.big-filt .search-bl.transp .field input {
    font-size: 17px;
    font-family: 'site-font', Arial, sans-serif;
}
.big-filt .search-bl .contr {
    display: block;
    float: right;
    margin-top: 20px;
    color: #323232;
    text-decoration: none;
    border-bottom: dotted 1px #323232;
    font-size: 11px;
}
.big-filt .filt-bl {
    display: block;
    padding: 30px 140px 30px 160px;
    border-top: solid 1px #d8d8d8;
}
.big-filt .filt-bl .filt-col {
    display: inline-block;
    width: 250px;
    margin-left: 70px;
    vertical-align: top;
    padding-bottom: 30px;
}
.big-filt .filt-bl .filt-col:first-child {
    margin-left: 0;
}
.big-filt .filt-bl .filt-col .item {
    display: block;
    padding-bottom: 15px;
}
.big-filt .filt-bl .filt-col .item.check {
    padding-top: 34px;
}
.big-filt .filt-bl .filt-col .item .name {
    display: block;
    font-weight:700;
    padding-bottom: 5px;
    padding-left: 1px;
}
.big-filt .filt-bl .filt-col .item .jq-selectbox {
    width: 250px !important;
}
.big-filt .filt-bl .filt-col .item .jq-selectbox__dropdown, .big-filt .filt-bl .filt-col .item .jq-selectbox__select {
    font-size: 13px !important;
}
.big-filt .but-bl {
    display: block;
    clear: both;
    text-align: center;
    padding-bottom: 30px;
}
.big-filt .but-bl .btn {
    padding: 0;
    width: 250px;
}
.sort-bl {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.sort-bl .item {
    display: block;
    float: left;
    margin-right: 30px;
    overflow: hidden;
    font-size: 11px;
}
.sort-bl .item a, .sort-bl .item span {
    display: inline-block;
    height: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 10px;
}
.sort-bl .item a {
    text-decoration: none;
    border-bottom: dotted 1px;
}
.sort-bl .item a.more {
    border-bottom: none;
}
.sort-bl .item .name {
    font-weight:700;
}
.sort-bl .item.view a {
    border-bottom: none;
    margin-right: 5px;
}
.sort-bl .item.right {
    float: right;
    margin-right: 0;
}
.sort-bl .item.right.col {
    margin-right: 260px;
}
.sort-bl .item.right a {
    margin-right: 0;
    margin-left: 10px;
    border-bottom: none;
}
.sort-bl .item.right a span {
    border-bottom: dotted 1px;
    margin-right: 0;
}
.sort-bl .item.right a span.ico {
    border-bottom: none;
    margin-right: 5px;
}
.sort-bl .item.right a:hover span, .sort-bl .item a:hover {
    border-bottom: none;
}
.map-holder {
    display: block;
    overflow: hidden;
    margin: 10px 0 60px;
}
.map-holder .left-side {
    display: block;
    float: left;
    width: 460px;
    min-height: 100vh;
    margin-bottom: -10px;
}
.map-holder .right-side {
    display: block;
    margin-left: 485px;
    height: 100vh;
}
.map-holder .sticky {
    position: fixed;
    z-index: 101;
    overflow: hidden !important;
}
.map-holder .stop {
    position: relative;
    z-index: 101;
}
.comp-small {
    display: block;
    overflow: hidden;
    background: #fff;
    border: solid 1px #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}
.comp-small:hover {
    cursor: pointer;
    background: rgba(255, 152, 0, 0.1);
}
.comp-small.clicked {
    background: rgba(255, 152, 0, 0.1);
}
.comp-small.prem {
    border: solid 1px #cc00ff;
}
.comp-small.prem .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/design/images/prem-ico.png) no-repeat left top;
    width: 49px;
    height: 49px;
    z-index: 10;
}
.comp-small.lux {
    border: solid 1px #fb661c;
}
.comp-small.lux .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/design/images/lux-ico.png) no-repeat left top;
    width: 49px;
    height: 49px;
    z-index: 10;
}
.comp-small .ill {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    overflow: hidden;
}
.comp-small .data {
    display: block;
    float: left;
    width: 240px;
    margin-right: 30px;
    overflow: hidden;
    font-size: 11px;
}
.comp-small .data .name {
    display: block;
    font-weight:700;
    font-size: 13px;
    margin-bottom: 15px;
    max-height: 2.6em;
    overflow: hidden;
}
.comp-small .rat {
    display: block;
    float: left;
    width: 97px;
    overflow: hidden;
}
.comp-small .rat .point {
    display: block;
    font-weight:700;
    font-size: 13px;
    margin-bottom: 15px;
}
.comp-small .rat .point span {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
}
.comp-small .descr {
    clear: both;
    display: block;
    padding-left: 50px;
    font-size: 11px;
}
#map_mouse_informer {
    background-color: white;
    border: medium none;
    display: none;
    height: auto;
    padding: 5px 10px;
    position: absolute;
    width: auto;
}
.transp-map {
    display: block;
    overflow: hidden;
    margin: 40px 0;
}
.transp-map .left-map {
    display: block;
    float: left;
    width: 455px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.transp-map .right-map {
    display: block;
    float: right;
    width: 725px;
    overflow: hidden;
}
.map-holder {
    display: block;
    overflow: hidden;
    margin: 10px 0 60px;
}
.map-holder .left-side {
    display: block;
    float: left;
    width: 460px;
    min-height: 100vh;
    margin-bottom: -10px;
}
.map-holder .right-side {
    display: block;
    margin-left: 485px;
    height: 100vh;
}
.map-holder .sticky {
    position: fixed;
    z-index: 101;
    overflow: hidden !important;
}
.map-holder .stop {
    position: relative;
    z-index: 101;
}
.comp-small {
    display: block;
    overflow: hidden;
    background: #fff;
    border: solid 1px #fff;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}
.comp-small.prem {
    border: solid 1px #cc00ff;
}
.comp-small.prem .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/design/images/prem-ico.png) no-repeat left top;
    width: 49px;
    height: 49px;
    z-index: 10;
}
.comp-small.lux {
    border: solid 1px #fb661c;
}
.comp-small.lux .icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/design/images/lux-ico.png) no-repeat left top;
    width: 49px;
    height: 49px;
    z-index: 10;
}
.comp-small .ill {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    overflow: hidden;
}
.comp-small .data {
    display: block;
    float: left;
    width: 240px;
    margin-right: 30px;
    overflow: hidden;
    font-size: 11px;
}
.comp-small .data .name {
    display: block;
    font-weight:700;
    font-size: 13px;
    margin-bottom: 15px;
    max-height: 2.6em;
    overflow: hidden;
}
.comp-small .rat {
    display: block;
    float: left;
    width: 97px;
    overflow: hidden;
}
.comp-small .rat .point {
    display: block;
    font-weight:700;
    font-size: 13px;
    margin-bottom: 15px;
}
.comp-small .rat .point span {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
}
.comp-small .descr {
    display: block;
    clear: both;
    padding-left: 50px;
}
.map-full {
    display: block;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.map-side {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f0f0f0;
}
.map-side .top-block {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15px 20px 10px;
    overflow: hidden;
    width: 460px;
    z-index: 100;
    background: #f0f0f0;
}
.map-side .top-block .name-bl {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
}
.map-side .top-block .name-bl .logo {
    display: block;
    float: left;
    font-size: 36px;
    line-height: 1.2em;
    font-weight:700;
    text-decoration: none;
}
.map-side .top-block .name-bl .link {
    display: block;
    float: right;
    font-size: 11px;
    padding-top: 20px;
    color: #323232;
    text-decoration: none;
    border-bottom: dotted 1px #323232;
}
.map-side .top-block .name-bl .link:hover {
    text-decoration: none;
    border: none;
}
.map-side .top-block .search {
    display: block;
    overflow: hidden;
    background: #fff;
    border: solid 10px #90b400;
    margin-bottom: 20px;
}
.map-side .top-block .search .text {
    display: block;
    float: left;
    width: 365px;
    padding: 0 0 0 20px;
    margin: 0;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background: #fff;
    border: solid 1px #fff;
    outline: none;
    font-weight:700;
    font-size: 20px;
    color: #323232;
}
.map-side .top-block .search .ico {
    display: block;
    float: right;
    padding: 20px 15px 0 0;
}
.map-side .top-block .more {
    margin-bottom: 0;
}
.map-side .data-bl {
    display: block;
    margin: 210px 20px 0 20px;
}
.map-side .data-bl .comp-small .data {
    width: 220px;
}
.transp-map {
    display: block;
    overflow: hidden;
    padding: 40px 0;
}
.estate-map-item {
    display: block;
    background: #fff;
    margin-bottom: 5px;
    padding: 20px 20px 40px 20px;
    position: relative;
}
.estate-map-item.top {
    background: #fefbde;
}
.estate-map-item .top-info {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.estate-map-item .top-info .addr {
    display: block;
    float: left;
    width: 270px;
    overflow: hidden;
}
.estate-map-item .top-info .addr span {
    display: block;
    padding-top: 3px;
}
.estate-map-item .top-info .addr a {
    font-weight:700;
    font-size: 16px;
}
.estate-map-item .top-info .addr a span {
    display: inline;
    padding: 0 5px 0 0;
    color: #fb661c;
}
.estate-map-item .top-info .price {
    display: block;
    float: right;
    width: 150px;
    overflow: hidden;
    font-size: 21px;
    text-align: right;
}
.estate-map-item .mid-info {
    display: block;
    overflow: hidden;
    padding-bottom: 15px;
    width: 300px;
}
.estate-map-item .mid-info .item {
    display: block;
    float: left;
    padding-right: 20px;
    min-width: 80px;
    font-size: 11px;
}
.estate-map-item .mid-info .item span {
    font-weight:700;
    padding-right: 5px;
}
.estate-map-item .photos {
    display: block;
    overflow: hidden;
    margin-left: -5px;
    padding-bottom: 20px;
}
.estate-map-item .photos .item {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-left: 5px;
    background: #f3f3f3;
}
.estate-map-item .bot {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: solid 1px #efecd1;
    width: 100%;
    padding-top: 10px;
    height: 30px;
    text-align: right;
    overflow: hidden;
    font-size: 11px;
}
.estate-map-item .bot .time {
    display: block;
    float: left;
    color: #323232;
    padding-left: 20px;
    padding-top: 3px;
}
.estate-map-item .bot .time .clock {
    padding-right: 5px;
}

.right-block .right-menu .menu-line .lab {
    vertical-align: middle;
    width: 75px;
}

.right-block .right-menu .menu-line .mid{
    box-sizing: border-box;
    width: 140px !important;
}

.right-block .right-menu .menu-line .sel {
    width: 220px !important;
}

.selected-filt {
    display: block;
}
.selected-filt::after {
    display: block;
    content: "";
    clear: both;
}

.selected-filt .item {
    display: block;
    float: left;
    font-size: 11px;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}

.selected-filt .item span, .selected-filt .item a {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.selected-filt .item span{
    margin-right: 2px;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/*Fix Afisha PopUp Video Block - Close Button*/
.ui-button .ui-button-text {
    display: none !important;
}

/*Breadcrumbs*/
.breadcrumd-wrapper {
    width: 1200px;
    margin: 10px auto 0;
}
.breadcrumb, .breadcrumb a {
    font-size: 11px;
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li:not(:first-child) {
    margin-left: 2px;
}
.breadcrumb li::after {
    content: ' /';
}
.breadcrumb li.active::after {
    content: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.spravka-item {
    display: block;
    overflow: hidden;
    margin-bottom: 7px;
    background: #fff;
    padding: 15px 20px;
}
.spravka-item .name {
    display: block;
    float: left;
    width: 275px;
    padding: 0 20px 0 0;
    font-weight: 700;
    font-size: 17px;
}
.spravka-item .spravka-info {
    float: right;
    margin-bottom: 15px;
}
.spravka-item.map .spravka-info {
    float: none;
}
.spravka-item.map .spravka-info i {
    font-style: normal;
}
.spravka-info:last-child {
    margin-bottom: 0;
}
.spravka-info .phone a {
    text-decoration: none;
}
.spravka-item .addr {
    display: block;
    float: left;
    width: 300px;
    padding-right: 20px;
}
.spravka-item .time {
    display: block;
    float: left;
    width: 280px;
}
.spravka-item .line {
    display: block;
    vertical-align: top;
    padding-bottom: 10px;
}
.spravka-item .line span {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    width: 255px;
}
.spravka-item .addr .line span {
    width: 275px;
}
.spravka-item .line span.ico {
    width: 16px !important;
    height: 16px !important;
    margin-right: 5px;
}
.spravka-item .line.clock span.ico {
    background: url(/design/images/icons16x16.png) no-repeat -352px 0;
}
.spravka-item .line.phone span.ico {
    background: url(/design/images/icons16x16.png) no-repeat -80px -16px;
}
.spravka-item .line.map span.ico {
    background: url(/design/images/icons16x16.png) no-repeat -80px 0;
}
.spravka-item.map {
    padding: 18px 20px;
}
.spravka-item.map.act {
    background: none;
}
.spravka-item.map .name {
    float: none;
    width: auto;
    padding: 0 0 20px 0;
}
.spravka-item.map .line span {
    width: 390px;
}
.col-wrapper.no-overflow,
.left-col.no-overflow,
.fun-add-holder.no-overflow,
.col-wrapper .right-col.no-overflow {
    overflow: visible;
}
.right-bank-kurs {
    display: block;
    overflow: hidden;
    background: #fff;
}
.right-bank-kurs .kurs-title {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}
.right-bank-kurs .bot {
    display: block;
    padding: 15px 20px;
    font-size: 11px;
    border-top: solid 1px #f1f2f3;
}
.right-bank-kurs .data {
    display: block;
    overflow: hidden;
    padding: 20px 0 20px 20px;
}
.right-bank-kurs .data .logo {
    display: block;
    float: left;
    width: 50px;
    overflow: hidden;
    margin-top: 5px;
}
.right-bank-kurs .data .table {
    display: block;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    width: 160px;
}
.right-bank-kurs .data .table table {
    width: 100%;
    border: 0;
}
.right-bank-kurs .data .table table td {
    padding: 0 15px 0px 0;
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}
.right-bank-kurs .data .table table tr:first-child td {
    font-size: 11px;
    padding-bottom: 5px;
}
.right-bank-kurs .data .table table tr td:first-child {
    font-weight: 700;
}
.right-bank-kurs .data .table table td .arr-up {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #5dbb46;
    margin-left: 5px;
}
.right-bank-kurs .data .table table td .arr-dwn {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid #e10007;
    margin-left: 5px;
}

/*company_cabinet*/
.but-go {
    display: block;
    float: right;
    width: 220px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #323232;
    border-radius: 3px;
    text-decoration: none;
}
.but-go:hover,
.but-inline:hover {
    border-color: #ccc;
}
.but-add.but-inline {
    float: none;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-top: 0;
    margin-left: 30px;
    vertical-align: super;
}
.top-title-holder.dark {
    background: #dcdcdc;
    padding: 50px 0 0;
}
.tabs.cabinet {
    background: transparent;
}
.tabs.cabinet ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tabs.cabinet a.act,
.tabs.cabinet a:hover {
    background: #f0f0f0;
}
.tabs.cabinet a {
    background: #dcdcdc;
    padding: 0 25px;
}
.download img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.rate-card {
    float: left;
    width: 300px;
    height: 166px;
    padding: 20px;
    box-sizing: border-box;
    margin-right: 15px;
    background: #fff;
}
.rate-card:last-child {
    margin-right: 0;
}
.rate-card .name {
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 700;
}
/*upd for refresh block*/
.rate-card .subinfo {
    overflow: hidden;
    height: 18px;
}
.rate-card .data {
    text-align: right;
    font-size: 48px;
    color: #90b400;
    overflow: hidden;
    width: 260px;
    height: 130px;
}
.rate-card .refresh-msg {
    font-size: 11px;
}
.rate-card .refresh-btn {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #90d400;
    color: #fff;
    font-weight: 700;
    transition: 0.8s;
}
.rate-card .data .refresh-btn.disabled {
    background-color: #ccc;
    cursor: default;
}
.rate-card .data .refresh-btn.disabled:hover {
    background-color: #ccc;
}
.rate-card .data .refresh-btn.disabled:focus {
    transform: none;
}
.rate-card .data .refresh-btn:hover {
    background-color: #6aa700;
}
.rate-card .data .refresh-btn:focus {
    transform: rotate(360deg);
}
/*end of upd for refresh block*/

.rate-card {
    position: relative;
}
.rate-card-unactive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 227, 227, 0.9);
}
.rate-card-unactive .refresh-btn {
    background-color: transparent;
    position: absolute;
    top: 40%;
    left: 45%;
}

.rate-card .data .percent.good {
    color: #90b400;
}
.rate-card .data .percent.middle {
    color: #ffba00;
}
.rate-card .data .percent.bad {
    color: #ff0000;
}
.rate-tooltip {
    width: 240px;
    height: 166px;
    padding: 20px 0 20px 15px;
    box-sizing: border-box;
    border: 3px solid #fff;
}
.rate-tooltip .name {
    font-weight: 700;
    margin-bottom: 10px;
}
.rate-tooltip .subinfo,
.rate-tooltip a {
    font-size: 11px;
}
.rate-tooltip .subinfo {
    margin-bottom: 15px;
    max-height: 60px;
    overflow: hidden;
}
.rate-tooltip a {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.rate-tooltip a:hover {
    border-bottom: none;
}
.rate-tooltip a i {
    display: inline-block;
    vertical-align: middle;
    border: 5px solid transparent;
    border-top: 5px solid #323232;
    border-bottom: none;
}
.title-normal {
    text-transform: none;
}
.rate-line {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}
.rate-line.top {
    padding: 5px 0;
}
.rate-line:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.rate-line .name {
    float: left;
}
.rate-line .info {
    float: right;
}
.rate-line .name,
.rate-line .info {
    font-size: 16px;
}
.rate-line.top .name {
    font-weight: 700;
    font-size: 20px;
}
.rate-line.top .info {
    font-size: 30px;
}
.rate-line .info img {
    vertical-align: sub;
}
.rate-container {
    height: 280px;
    position: relative;
}
.rate-container.categories {
    height: 65px;
}
.rate-container.categories .rate-block-container .ill,
.rate-container.categories .rate-block-container .category-name {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.rate-container.categories .rate-block-container .ill {
    bottom: 20px;
}
.rate-container-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
}
.rate-block-container {
    position: relative;
    float: left;
    width: 140px;
    height: 100%;
    margin-right: 20px;
}
.rate-block-container .info-container,
.rate-block-container.compare .info-container {
    position: absolute;
    left: 0;
    text-align: center;
}
.rate-block-container .info-container,
.rate-block-container.compare .info-container {
    width: 100%;
}
.rate-block-container .info {
    font-weight: 700;
}
.rate-diagram,
.rate-block-container.compare .rate-diagram {
    position: absolute;
    left: 0;
    bottom: 0;
}
.rate-diagram,
.rate-block-container.compare .rate-diagram {
    width: 100%;
}
.diagram-comparing {
    display: inline-block;
    position: relative;
    width: 48%;
    height: 100%;
}
.rate-block-container.compare {
    position: static;
}
.rate-diagram.green {
    background-color: #90b400;
}
.rate-diagram.yellow {
    background-color: #ffba00;
}
.rate-diagram.blue {
    background-color: #00afe1;
}
.rate-diagram.red {
    background-color: #963200;
}
.rate-diagram.violet {
    background-color: #cc00ff;
}
.rate-diagram.gray {
    background-color: #afadac;
}
.comments-holder.company-comments .comment {
    padding: 30px 0 30px 80px;
    border-top: 1px solid #e5e5e5;
}
.comments-holder.company-comments .comment:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.company-reply {
    margin-top: 30px;
}
.company-reply textarea {
    width: 520px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    outline: none;
    resize: none;
}
.company-reply textarea:focus {
    border-color: #90b400;
}
.reply-btn {
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    vertical-align: top;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    border: 1px solid;
    border-radius: 2px;
    text-align: center;
}
.reply-btn.delete {
    border-color: #dc0000;
    color: #dc0000;
}
.mb-30 {
    margin-bottom: 30px;
}

.title-compare {
    display: inline-block;
    margin-left: 50px;
    font-size: 11px;
}
.title-compare a {
    text-decoration: none;
    font-size: 18px;
    color: #b4b4b4;
}
.rate-line.compare:first-child {
    font-weight: 700;
    font-size: 11px;
    border-top: none;
}
.rate-line .first-col,
.rate-line .col {
    float: left;
}
.rate-line .first-col {
    width: 210px;
}
.rate-line .col {
    margin: 0 45px;
    width: 150px;
    text-align: center;
}
.rate-line .col .col-inner {
    display: inline-block;
    margin: 0 10px;
}
.rate-line .col .col-inner:nth-child(2) {
    color: #d0d0d0;
}
/*end of company_cabinet*/
/*search_result*/
.search-item {
    margin-bottom: 40px;
}
.search-item .searched, .comp-small .searched {
    background-color: #fcff00;
}
.search-item .search-item__info {
    float: right;
    width: calc(100% - 80px)
}
.search-item .search-item__name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}
.search-item .search-item__text {
    font-size: 11px;
}
.search-item.news .search-item__date {
    margin-bottom: 5px;
    font-size: 11px;
}
.search-item .search-item__subicon {
    display: inline-block;
    vertical-align: text-top;
}
.search-item .search-item__ill {
    margin-right: 10px;
    margin-left: 25px;
    float: left;
}
.search-item .search-item__ill img {
    width: 100%;
    height: 100%;
}
.search-item.afisha .search-item__ill {
    width: 40px;
    height: 60px;
}
.search-item.companies .search-item__ill {
    width: 40px;
    height: 40px;
}
.search-item.news .search-item__ill {
    width: 40px;
    height: 40px;
}
.search-item.news .search-item__ill img {
    border-radius: 50%;
}
.sort-bl .item a.active {
    border-bottom: solid 1px transparent;
}
.search-form {
    display: inline-block;
    width: 900px;
}
input[type="text"].search-input {
    width: 620px;
    height: 56px;
    line-height: 56px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 700;
}
/*end of search_result*/

/* styles for search in header */
.ui-autocomplete-category {
    font-weight: bold;
    padding: .1em .4em;
    margin: .4em 0 .2em;
    line-height: 1.5;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/*end styles for search in header */


/*catalog full info blocks*/
/*give next class to span*/
.info-line .last-word::after {
    content: '...';
}
/*give next class to span of hidden text*/
.info-line .hidden-text {
    display: none;
}
/*end catalog full info blocks*/
.resp-ill {
    height: 120px;
    margin: 0 auto 20px;
    width: 120px;
}
.resp-ill img {
    border-radius: 50%;
    height: auto;
    width: 100%;
}
.resp-name {
    font-weight: 700;
    margin-bottom: 20px;
}
.resp-text {
    margin-bottom: 20px;
    word-wrap: break-word;
}
.resp-contacts .line .name {
    font-weight: 700;
}
.resp-contacts .line .content {
    word-wrap: break-word;
}
.resp-contacts .line .content a {
    color: #1e7bbe;
}
.news-caption {
    margin: -45px 0 55px;
    text-align: right;
    font-size: 11px;
}
/*Photo-Konkurs main page*/
.photo-block {
    padding: 15px;
    background-color: #fff;
}
.photo-block .title {
    margin: 0 0 30px;
}
.photo-block .golos-name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    word-wrap: break-word;
}
.photo-block .golos-name a {
    text-decoration: none;
}
.photo-block .golos-name a:hover {
    text-decoration: underline;
}
.photo-block .photo-block__image {
    width: 200px;
    height: 310px;
    margin: 0 auto 10px;
}
.photo-block .photo-block__image img {
    width: 100%;
    height: 100%;
}
.photo-block .golos-note {
    margin-bottom: 30px;
}
.photo-block .btn {
    width: 100%;
    padding: 0;
    background-color: #90b400;
    color: #fff;
    border: none;
}
.photo-block .btn:hover {
    background-color: #88aa00;
}
.right-block .photo-block .title span {
    background-color: #fff;
}

/*Video Block main page*/
.yt-btn {
    position: absolute;
    z-index: 5;
    top: 65px;
    left: 50%;
    margin-left: -35px;
    width: 69px;
    height: 49px;
}
.yt-btn:hover {
    opacity: 0.9;
    cursor: pointer;
}

/* SEO blocks */
.seo-text-center,
.seo-text-right {
    font-size: 11px;
    text-align: justify;
}
.seo-text-center {
    margin-bottom: 20px;
}
/*USER CABINET CART*/
.ucabinet-input .ucabinet-textarea {
    height: 80px;
    float: left;
    width: 300px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #dcdcdc;
    resize: none;
}
.ucabinet-input .ucabinet-textarea:focus {
    border-color: #90b400;
}

.button {
    display: block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
}
.button-brand {
    background-color: #90b400;
    color: #fff;
    border: 1px solid transparent;
}
.button-empty {
    background-color: transparent;
    border: 1px solid #323232;
}
.button-wide {
    width: 320px;
}

.cart-title {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
}
.cart-item {
    width: 100%;
    margin-bottom: 5px;
}
.cart-item .cart-company-table {
    width: 100%;
    margin: 10px 0;
    background-color: #e6e6e6;
}
.cart-item .cart-company-table td {
    padding: 10px 5px;
    font-size: 16px;
}
.cart-item-table {
    width: 100%;
}
.cart-item-table td {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
}
.cart-item td {
    padding: 0 5px;
}
.cart-item tr.cart-item-company td {
    padding: 20px 0 0;
    border-bottom: none;
}
.cart-item .cart-item-company__row {
    font-size: 16px;
    font-weight: 700;
}
.cart-item .cart-item__descr {
    width: 55%;
}
.cart-item .cart-item__descr-title {
    margin-bottom: 10px;
    text-decoration: underline;
}
.cart-item .cart-item__descr-subtitle {
    color: #909090;
    font-size: 16px;
}
.cart-item .cart-item__summ {
    width: 15%;
    font-size: 24px;
}
.cart-item .cart-item__close {
    width: 5%;
    text-align: center;
}
.cart-item .cart-item__close a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../images/cross-gr.png');
}
.cart-item .cart-item__image {
    width: 15%;
    height: 115px;
    text-align: center;
}
.cart-item .cart-item__image img {
    width: 100px;
    height: 100px;
}
.cart-item .cart-item__quantity {
    width: 10%;
}
.cart-item .cart-item__quantity .holder {
    position: relative;
}
.cart-item .cart-item__quantity .arrow-btn {
    position: absolute;
    right: 12px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    cursor: pointer;
    /*background-image: url('../images/chosen-sprite@2x.png');*/
}
.cart-item .cart-item__quantity .arrow-btn.up {
    top: 0;
    background: url('../images/chosen-sprite@2x.png') -36px -9px #fff;
}
.cart-item .cart-item__quantity .arrow-btn.down {
    bottom: 0;
    background: url('../images/chosen-sprite@2x.png') 0px -9px #fff;
}
.cart-item .cart-item__quantity input {
    box-sizing: border-box;
    width: 60px;
    height: 40px;
    padding: 0 0 0 10px;
    border: 1px solid #dcdcdc;
    outline: none;
    font-size: 16px;
}
.cart-item .cart-item__quantity input:focus {
    border-color: #90b400;
}
.cart-results {
    margin: 20px 0;
    padding-right: 80px;
    font-size: 28px;
    text-align: right;
    overflow: hidden;
}
.cart-results .cart-results__holder {
    float: right;
}
.cart-results .cart-results__title,
.cart-results .cart-results__summ {
    float: left;
}
.cart-buttons {
    text-align: right;
}
.cart-buttons button,
.cart-buttons a {
    display: inline-block;
}

.header .cart {
    position: absolute;
    right: 280px;
    top: 23px;
    text-decoration: none;
}
.header .cart .cart-ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url('../images/shopping-cart.png');
    background-size: cover;
}
.header .cart .cart-ico img {
    width: 100%;
    height: 100%;
}
.header .cart .cart-quantity {
    display: inline-block;
    font-size: 11px;
}

.cart-popup {
    display: none;
    position: fixed;
    z-index: 120;
    top: 30px;
    left: 50%;
    margin-left: -450px;
    width: 900px;
    min-height: 400px;
}
.cart-popup__bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
}
.cart-popup .cart-popup__inner {
    position: relative;
    height: 100%;
    padding: 20px;
    background-color: #fff;
}
.cart-popup .cart-popup__inner .cart-popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background-image: url('../images/cross-gr.png');
    background-size: cover;
}
.cart-item.popup {
    padding: 5px 0;
    border: none;
}
.cart-popup .cart-popup__item-holder {
    max-height: 400px;
    margin: 20px 0;
    overflow-y: auto;
}
.cart-popup .cart-popup__inner .cart-results {
    margin: 20px 0;
    padding-right: 45px;
}

/*additions for input fields*/
.ucabinet-input {
    margin-bottom: 20px;
    overflow: hidden;
}
.ucabinet-input .ucabinet-input__name {
    width: 160px;
    float: left;
    padding-top: 10px;
}
.ucabinet-input textarea {
    width: 290px !important;
}
.ucabinet-input .help-block {
    padding-left: 160px;
}
.field-catalogorders-phone {
    overflow: hidden;
}
.field-catalogorders-phone .ucabinet-input,
.field-catalogorders-phone .hint-block {
    float: left;
}
.field-catalogorders-phone .hint-block {
    width: 300px;
    margin-left: 20px;
    padding-top: 5px;
    font-size: 11px;
    color: #c3c3c3;
}
.ucabinet-input .ucabinet-input__field {
    float: left;
    width: 280px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 2px;
    outline: none;
    border: 1px solid #dcdcdc;
}
.ucabinet-input .ucabinet-input__tip {
    float: left;
    width: 300px;
    padding-top: 5px;
    font-size: 11px;
    color: #c3c3c3;
}
/*EDN OF USER CABINET CART*/

/* success-order */
.success-order .success-order__title {
    margin: 40px 0 20px;
    font-weight: 700;
    font-size: 35px;
}
.success-order .success-order__message {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #90b400;
}
.success-order .success-order__message img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
}
/* end of success-order */

.add-form .form-group.required label::after {
    color: #777;
    content: " *";
}

/* MENU REBUILDING */
.pull-right-buts {
    float: right;
}
.head-buts {
    margin-right: 55px;
}
.navigation {
    width: 75%;
    float: left;
}
.navigation .navigation-primary {
    font-size: 16px;
    margin-bottom: 5px;
}
.navigation .navigation-secondary {
    font-size: 12px;
}
.navigation .navigation__link {
    float: left;
}
.navigation .navigation-primary .navigation__link {
    padding-right: 15px;
}
.navigation .navigation-secondary .navigation__link {
    padding-right: 10px;
}
.navigation .navigation__link a {
    transition: 0.3s;
    text-decoration: none;
}
.navigation .navigation-secondary .navigation__link a {
    font-weight: 400;
}
.navigation .navigation-primary .navigation__link a {
    font-weight: 700;
}
.navigation .navigation__link a:hover, .navigation .navigation__link a.active {
    color: #90b400;
}

.top-links-line {
    font-size: 12px;
}
.top-links-line .top-links-line__item {
    display: inline-block;
    margin: 0 10px 10px 0;
    text-decoration: none;
}
.top-links-line .top-links-line__item .top-links-line__ico {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 3px;
    padding: 0 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.top-links-line .top-links-line__item:nth-of-type(3n+0) .top-links-line__ico {
    background-color: #fb661c;
}
.top-links-line .top-links-line__item:nth-of-type(3n+1) .top-links-line__ico {
    background-color: #00afe1;
}
.top-links-line .top-links-line__item:nth-of-type(3n+2) .top-links-line__ico {
    background-color: #90b400;
}
.top-links-line .top-links-line__item:hover .top-links-line__name {
    text-decoration: underline;
}
.top-links-line .top-links-line__item .top-links-line__name {
    color: #323232;
}
/* END OF MENU REBUILDING */

.classified-warning {
    margin-bottom: 20px;
    color: #fb661c;
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
}
.classified-warning p {
    margin: 0;
    padding: 0;
}
