@font-face {
    font-family: "MuseoSans900";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/MuseoSansCyrl_3.otf");
}

@font-face {
    font-family: "MuseoSans300";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/MuseoSansCyrl_0.otf");
}

@font-face {
    font-family: "MuseoSans700";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/MuseoSansCyrl_2.otf");
}

@font-face {
    font-family: "MuseoSans500";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/MuseoSansCyrl_1.otf");
}

@font-face {
    font-family: "MinionProBold";
    font-style: normal;
    font-weight: normal;

    src: url("../fonts/MinionPro-Bold.otf");
}

/*sticky footer*/
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    z-index: 0;
}

footer {
    height: 120px;
}

main {
    min-height: -webkit-calc(100% - 177px - 120px);
    min-height:         calc(100% - 177px - 120px);
    padding-bottom: 96px;

    -webkit-transition: .8s ease;
            transition: .8s ease;
}
/*sticky footer END*/

.noselect {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;

     -khtml-user-select: none;
    -webkit-touch-callout: none;
}

.wrapper {
    display: block;
    max-width: 1250px;
    height: auto;
    margin: 0 auto;
}

.clearfix:after,
.wrapper:after {
    display: table;
    clear: both;

    content: "";
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;

    color: #ff5959;
}

a:hover,
.catalog-block .title:hover {
    color: #ce2b37;
}

.icon,
.icon-hover,
.ico {
    display: inline-block;

    vertical-align: middle;
}

.menu {
    cursor: pointer;
}

.menu i {
    margin-top: 1px;
    margin-right: 11px;

    vertical-align: top;
}

a {
    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
}

a .icon-hover,
a:hover .icon,
.control > div .icon-hover,
.control > div:hover .icon,
.next-producer .icon-hover,
.next-producer:hover .icon,
.prev-producer .icon-hover,
.prev-producer:hover .icon {
    display: none;
}

a:hover .icon-hover,
a .icon,
.control > div:hover .icon-hover,
.control > div .icon,
.next-producer:hover .icon-hover,
.next-producer .icon,
.prev-producer:hover .icon-hover,
.prev-producer .icon {
    display: inline-block;

    cursor: pointer;
    vertical-align: middle;
}

body {
    font-family: "MuseoSans300", sans-serif;
    font-size: 14px;
    line-height: 24px;

    color: black;
    background: white;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding: 0 20px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

.menu {
    display: inline-block;
    padding: 8px 20px 8px 20px;

    font-family: "MuseoSans500", sans-serif;
    font-size: 12px;
    line-height: 1;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
    letter-spacing: .1em;
    text-transform: uppercase;

    color: white;
    background: #ff5959;
}

header .row > * {
    display: inline-block;
    float: none;

    line-height: 1;

    vertical-align: middle;
}

header .row {
    font-size: 0;
}

/* select style */
select,
option {
    cursor: pointer;
    text-transform: uppercase;

    border: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
}

select {
    background: transparent;
}

option {
    background: white;
}

.sel-wrap {
    line-height: 1;
}

select,
.ui-selectmenu-button.ui-state-default {
    width: 70px;

    font-size: 9px;
    line-height: 1;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;

    color: #999;
    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: url("../images/harr.png") no-repeat right center transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.ui-selectmenu-button.ui-state-default.ui-state-focus {
    outline: none;
}

.ui-selectmenu-menu .ui-menu {
    border: 1px solid rgba(153, 153, 153, .28);
    -webkit-border-radius: 0;
            border-radius: 0;
    background: white;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 4px;

    font-size: 14px;
    line-height: 18px;
    list-style-image: none;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;

    color: #999;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus,
.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-hover {
    margin: 0;

    color: black;
    border: 0;
    background: white;
}

.ui-selectmenu-button span.ui-icon {
    display: none;
}

.ui-widget {
    font-family: "MuseoSans300", sans-serif;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;

    font-size: 14px;
    line-height: 18px;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;

    color: #999;
}

option {
    font-size: 14px;
    line-height: 18px;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;

    color: #999;
}

select::-ms-expand {
    display: none;
}

select:hover,
.ui-selectmenu-button.ui-state-default.ui-state-hover,
.ui-selectmenu-button.ui-state-default.ui-state-focus {
    color: black;
    border: 0;
    background: url("../images/harr-hover.png") no-repeat right center;
}

.ui-selectmenu-button.ui-state-hover .ui-selectmenu-text,
.ui-selectmenu-button.ui-state-focus .ui-selectmenu-text {
    color: black;
}

/*.ui-selectmenu-menu .ui-menu .ui-menu-item.selected {
    color: black ;
}
*/

.ui-selectmenu-menu {
    z-index: 600;

    padding-top: 8px;
}

/* select style END*/

.logo,
header .mail {
    font-size: 0;
}

header .mail {
    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;

    opacity: .5;
}

header .mail:hover {
    opacity: 1;
}

.phone {
    font-family: "MuseoSans700", sans-serif;
    font-size: 16px;
    line-height: 1;

    text-transform: uppercase;

    color: black;
}

a.phone:hover {
    color: #999;
}

.bid-call {
    position: relative;

    font-family: "MuseoSans500", sans-serif;
    font-size: 14px;

    white-space: nowrap;
}

.menu:hover {
    background: #ce2b37;
}

.logo img {
    display: block;
	max-width: 360px;
}

header {
    position: relative;
    z-index: 501;

    height: 205px;
    padding-top: 70px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

header .row.description {
    position: relative;

    height: 65px;
    padding-top: 45px;
    margin: 0 0 25px;
    overflow: hidden;

    font-size: 0;
    line-height: 0;

    cursor: default;
    text-align: center;
}

header .row.description .text {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;

    margin: auto;

    font-size: 11px;
    line-height: 1.1;

    text-align: center;
    white-space: nowrap;
    letter-spacing: .15em;
    word-spacing: .06em;
    text-transform: uppercase;

    color: #999;
}

header .logo {
    display: inline-block;

    vertical-align: top;
}

header .phone {
    display: block;
    width: 135px;
    word-spacing: .17em;
}

footer .year {
    position: absolute;
    top: 0;
    right: 100%;

    display: inline-block;
    height: 24px;
    padding-top: 20px;
    margin-top: 4px;

    font-family: "MuseoSans700", sans-serif;
    font-size: 24px;
    line-height: 1;

    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    vertical-align: top;
    letter-spacing: .01em;
}

footer .year-wrapper,
.header-wrapper {
    position: relative;
}

footer .owner {
    margin-left: -16px;

    text-transform: uppercase;
}

footer .copyright,
footer .developer {
    color: #999;
}

.promos-block a:first-child,
.news-block a:first-child {
    padding-right: 0;
}

.promos-block a:last-child,
.news-block a:last-child {
    padding-left: 0;
}

.promos-block .promo {
    width: 100%;
    height: 450px;

    text-transform: uppercase;

    color: white;
}

.promos-block .promo .text {
    position: relative;
    z-index: 5;
}

.zoom img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;

    display: block;
    min-width: 100%;
    min-height: 100%;
    margin: auto;

    -webkit-transition: .25s ease-out;
            transition: .25s ease-out;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.anons.zoom span {
    -webkit-transition: opacity .3s;
       -moz-transition: opacity .3s;
         -o-transition: opacity .3s;
            transition: opacity .3s;
}

.promos-block .promo:after,
.catalog-block .zoom:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    display: block;
    width: 100%;
    height: 100%;

    content: "";

    background: rgba(0,146,70,.25);
}

.zoom:hover img,
a:hover .zoom img {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
        -ms-transform: translate(-50%, -50%) scale(1.06);
            transform: translate(-50%, -50%) scale(1.06);
}

.anons.zoom:hover span,
a:hover .anons.zoom span {
    opacity: 0;
}

.zoom.anons:hover img,
a:hover .zoom.anons img {
    opacity: 1;
}

.promos-block .promo:last-child,
.news-block .anons:last-child {
    border-left: 1px solid white;
}

.promos-block .promo .title {
    bottom: 280px;
    left: 103px;

    max-width: 455px;

    font-size: 34px;
    line-height: 46px;

    vertical-align: top;
    letter-spacing: .2em;
}

.promos-block .promo .add {
    top: 209px;
    left: 207px;

    max-width: 294px;

    font-size: 16px;
    line-height: 30px;

    letter-spacing: .2em;
}

.promos-block .promo .add:after {
    position: absolute;
    top: 11px;
    left: -101px;
    z-index: 5;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: white;
}

.promos-block {
    margin-bottom: 60px;
}

.news-block .anons {
    width: 100%;
    height: 249px;

    color: black;
    background: white;
}

.news-block .section {
    top: 54px;
    left: 105px;

    max-width: 300px;

    font-size: 12px;
    line-height: 30px;

    vertical-align: top;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: #ff5959;
}

.news-block .title {
    top: 101px;
    left: 104px;

    max-width: 300px;

    font-family: "MuseoSans300", sans-serif;
    font-size: 22px;
    line-height: 30px;

    vertical-align: top;
}

.news-block .anons img {
    opacity: .3;
}

.news-block {
    margin-bottom: 60px;
}
/*
.news-block .section:after {
    position: absolute;
    top: 14px;
    left: 356px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: rgba(0,0,0,.25);
}
*/
.producers a {
    display: inline-block !important;
    float: none;
    /*width: 197px;*/
    /*margin: 0 33px 0 34px;*/
    margin: 0;

    text-align: center;
    vertical-align: middle;
}

.menu-block {
    position: fixed !important;
    top: 0;
    bottom: auto;
    left: 0;
    z-index: 600;

    display: none;
    width: 340px;
    height: 100%;

    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 9px 0 73px 0 rgba(0, 0, 0, .43);
            box-shadow: 9px 0 73px 0 rgba(0, 0, 0, .43);
}

.close {
    display: block;
    width: 16px;
    height: 16px;

    cursor: pointer;

    background: url("../images/close.png") no-repeat center center;
}

.close:hover {
    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

nav a,
nav span,
.submenu li {
    display: block;
    margin-bottom: 27px;

    font-size: 14px;
    line-height: 1.1;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: black;
}

.submenu a {
    display: block;

    line-height: 1.1;

    text-transform: uppercase;

    color: black;
}

.field {
    width: 100%;
    height: 29px;
    padding: 3px 33px 4px 14px;

    font-size: 14px;
    line-height: 22px;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
    text-align: left;

    border: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: #ebebeb;
}

.field:focus {
    -webkit-box-shadow: 0 0 2px 0 #143f2a;
            box-shadow: 0 0 2px 0 #143f2a;
}

.wrapper-field {
    position: relative;

    margin-bottom: 15px;
}

.menu-block-inner {
    margin: 65px 40px 65px 67px;
}

.menu-block .close {
    margin-bottom: 59px;
}

.menu-block nav {
    margin-bottom: 78px;
}

.wrapper-field-search {
    width: 191px;
}

button {
    padding: 0;

    line-height: 1;

    border: 0;
    outline: none;
    background: none;
}

.wrapper-field-search .ico {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;

    display: block;
    margin: auto;;
}

address {
    position: relative;

    padding-top: 35px;
    padding-left: 2px;

    font-style: normal;
}

address i {
    position: absolute;
    top: 0;
    left: 1px;
}

.menu-block form {
    margin-bottom: 81px;
}

.mCSB_scrollTools.mCS-menu {
    right: auto;
    left: 10px;
}

.mCS-menu .mCSB_container {
    margin-right: 0;
}

.hidden {
    display: none;
}

.o0 {
    opacity: 0;
}

.fancybox-overlay {
    background: rgba(255,255,255,.6);
}

.o0 {
    opacity: 0;
}

.fancybox-overlay {
    background: rgba(255,255,255,.6);
}

.pop .fancybox-close {
    top: 20px;
    right: 20px;

    display: block;
    width: 16px;
    height: 16px;

    -webkit-transition: 0s;
            transition: 0s;

    background: url("../images/close.png") no-repeat center center;
}

.pop .fancybox-close:hover {
    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.pop .fancybox-skin {
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
            box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

#call {
    width: 380px;
}

#be-partner {
    width: 280px;
}

#be-partner-success,
#bid-select-success {
    width: 380px;
}

.pop .title {
    margin-bottom: 19px;

    font-size: 22px;
    line-height: 1.1;
}

.btn {
    padding: 10px 28px 11px;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;

    color: white;
    background: #ff5959;
}

.btn:hover {
    background: #ce2b37;
}

.pop .wrapper-field {
    max-width: 270px;
    margin-left: 1px;
}

p {
    margin-top: 0;
    margin-bottom: 12px;
}

.pop p {
    margin-bottom: 22px;
}

.pop .field {
    height: 35px;
    padding: 6px 14px 7px 14px;
}

.pop .btn {
    margin-top: 17px;
}

.error .field {
    -webkit-box-shadow: 0 0 3px 0 red;
            box-shadow: 0 0 3px 0 red;
}

.btn i {
    margin-left: 8px;
}

.wrapper-field-captcha img {
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;

    vertical-align: middle;
}

.updatecap {
    display: inline-block;
    margin-top: 10px;

    vertical-align: middle;
}

.header-wrapper h1,
.header-wrapper .title1 {
    position: absolute;
    top: 0;
    right: 100%;

    display: inline-block;
    padding-top: 20px;
    margin: 0;

    font-family: "MuseoSans700", sans-serif;
    font-size: 30px;
    line-height: 1;

    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    vertical-align: top;
    white-space: nowrap;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: #999;
}

.strong p {
    font-family: "MuseoSans500", sans-serif;
    font-size: 18px;
    line-height: 30px;
}

main .row .strong {
    margin-bottom: 35px;
}

.img-wrapper img {
    display: block;
    float: right;
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 55px;
}

.top-stick {
    position: relative;
}

.top-stick:before {
    position: absolute;
    top: 10px;
    right: 22px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.bottom-stick:after {
    display: block;
    width: 30px;
    height: 1px;
    margin: 43px 0 0;

    content: "";

    background: #c9c9c9;
}

.submenu a,
.submenu span {
    font-size: 11px;

    letter-spacing: .1em;
}

.zoom {
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;
}

.zoom * {
    position: absolute;
    z-index: 5;

    display: inline-block;
}

.zoom p {
    position: relative;

    display: block;
    width: 100%;
    height: 100%;
}

.zoom img {
    z-index: 2 !important;
}

.catalog-block .zoom {
    display: block;
    max-width: 330px;
    height: 139px;
    margin-bottom: 33px;

    color: white;
}

.number {
    display: block;
    margin-bottom: 31px;

    font-family: "MuseoSans700", sans-serif;
    font-size: 60px;
    line-height: 1;

    color: #ff5959;
}

.submenu {
    position: relative;

    padding-top: 43px;
    padding-right: 15px;
    padding-left: 5px;
    margin-bottom: 43px;
}

.submenu:before {
    position: absolute;
    top: 0;
    left: 6px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.catalog-block .title {
    display: block;
    padding-right: 5px;
    margin-bottom: 32px;

    font-size: 24px;
    line-height: 34px;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #ff5959;
}

.catalog-block .num {
    top: 45px;
    left: 157px;

    font-family: "MuseoSans700", sans-serif;
    font-size: 30px;
    line-height: 1;

    letter-spacing: .05em;
}

.catalog-block .num:after {
    content: " +";
}

.catalog-block .items-text {
    top: 80px;
    left: 157px;

    font-size: 12px;
    line-height: 1;

    letter-spacing: .2em;
    text-transform: uppercase;
}

.catalog-block {
    padding-top: 10px;
}

.catalog-block .row {
    padding-right: 45px;
}

.clearfix {
    width: 100%;
}

.action .zoom,
.myaction .zoom {
    width: 220px;
    height: 132px;
    margin-bottom: 28px;
}

.title {
    font-family: "MuseoSans700", sans-serif;
}

.main-action .title {
    display: inline-block;
    width: 430px;
    padding-right: 30px;
    padding-bottom: 30px;

    font-size: 24px;
    line-height: 36px;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: black;
    background: white;
}

.main-action .anons p {
    margin-top: -2px;
    margin-bottom: 0;

    font-size: 14px;
    line-height: 24px;
}

.main-action .anons {
    position: relative;

    display: block;
    width: 400px;
    padding-right: 5px;
    padding-bottom: 10px;

    background: white;
}

.main-action::after,
.brand-title::after {
    position: absolute;
    bottom: 0;
    z-index: 5;

    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.main-action::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

    width: 450px;
    height: 100%;

    content: "";

    background: white;
}

.main-action {
    position: relative;

    min-height: 303px;
    margin-bottom: 59px;
}

.action .title,
.myaction .title {
    font-size: 16px;
    line-height: 26px;

    color: black;
}

.main-action * {
    position: relative;
    z-index: 6;
}

.main-action img {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: -1;
}

.action a,
.myaction a {
    display: block;
    width: 100%;
    max-width: 225px;
}

.show-more,
.back {
    position: relative;

    display: block;

    font-family: "MuseoSans900", sans-serif;
    font-size: 12px;
    line-height: 24px;

    letter-spacing: .2em;
    text-transform: uppercase;
}

.show-more:after,
.back:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 332px;

    display: block;
    width: 30px;
    height: 1px;
    margin: auto;

    content: "";

    background: #c9c9c9;
}

.action,
.myaction {
    display: inline-block;
    float: none;
    margin-right: -.17em;
    margin-bottom: 48px;

    vertical-align: top;
}

.to-be-partner {
    position: relative;

    display: block;
    max-width: 110px;
    padding-top: 42px;

    font-family: "MuseoSans900", sans-serif;
    font-size: 14px;
    line-height: 24px;

    color: black;
}

.to-be-partner:hover {
    color: #009246;
}

.to-be-partner:after {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.to-be-partner i {
    display: block;
    margin-bottom: 15px;
}

.ord {
    display: block;

    font-size: 14px;
    line-height: 1;

    color: #cacaca;
}

.partner .img {
    position: relative;

    display: block;
    width: 100%;
    height: 121px;
}

.partner .img * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;
    margin: auto;
}

.partner {
    position: relative;

    display: inline-block;
    float: none;
    padding-right: 45px;
    margin-right: -.17em;
    margin-bottom: 66px;

    vertical-align: top;
}

.partner a {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 100%;
    height: 135px;
}

.partners {
    padding-top: 8px;
}

.partners + .bottom-stick:after {
    margin-top: 0;
}

.pop textarea.field {
    height: 120px;
}

.error-info,
.unknown-error {
    font-size: 11px;
    line-height: 1.1;

    color: red;
}

.error-info p,
.unknown-error p {
    padding-top: 5px;
    margin-bottom: 0;
}

#map,
#map2 {
    width: 100%;
    height: 500px;
    margin-top: 6px;
}

.office-info .title,
.object-info .title {
    margin-bottom: 33px;

    font-family: "MuseoSans300", sans-serif;
    font-size: 12px;
    line-height: 1;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #ff5959;
}

.object-info .title {
    margin-bottom: 21px;
}

.office-info,
.object-info {
    position: relative;

    height: 507px;
    padding-top: 5px;
}

.object-info {
    height: 350px;
}

.office-info:before,
.object-info:before {
    position: absolute;
    top: 6px;
    right: 35px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.office-info:after,
.object-info:after {
    position: absolute;
    bottom: 0;
    left: 20px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

nav a:hover,
.submenu a:hover {
    color: #999;
}

nav .active,
.submenu .active {
    font-family: "MuseoSans900", sans-serif;

    color: black !important;
}

/*хитрый план для загрузки шрифта заранее*/
.logo:after {
    font-family: "MuseoSans900", sans-serif;
    font-size: 0;

    content: "instalia";
}

h1 {
    margin: 0 0 29px;

    font-family: "MuseoSans900", sans-serif;
    font-size: 24px;
    line-height: 36px;

    letter-spacing: .2em;
    text-transform: uppercase;
}

blockquote {
    margin: 0 0 12px;

    font-style: italic;
}

strong {
    font-family: "MuseoSans700", sans-serif;
}

.video span {
    display: block;
}

ul li {
    list-style-image: url("../images/list.png");
}

ul.check li {
    list-style-image: url("../images/check.png");
}

h3 {
    margin: 2em 0 .5em;

    font-family: "MuseoSans700", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

h2 {
    margin: 2em 0 .7em;

    font-family: "MuseoSans700", sans-serif;
    font-size: 20px;
    line-height: 30px;
}

.download a {
    font-family: "MuseoSans900", sans-serif;
    font-size: 12px;
    line-height: 24px;

    letter-spacing: .2em;
    text-transform: uppercase;
}

.download {
    position: relative;

    padding: 54px 0;
    margin-bottom: 14px;
}

.download:before {
    position: absolute;
    bottom: 0;
    left: 1px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.download:after {
    position: absolute;
    top: 0;
    left: 1px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

ul,
ol {
    padding: 0 0 0 22px;
    margin: 0 0 15px 0;
}

.wm li {
    margin-bottom: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;

    font-weight: normal;
}

.certif-block > div {
    margin-bottom: 30px;
}

.certif-block > div > div {
    padding-right: 35px;
}

.certif-block p {
    font-size: 12px;
}

.certif-block {
    margin-bottom: 21px;
}

.videos h2 {
    margin-bottom: 1.16em;
}

.video img {
    display: block;
    width: 168px;
    height: 95px;
}

h1 + h2 {
    margin-top: 1em;
}

h4 {
    margin: 1.33em 0;

    font-family: "MuseoSans900", sans-serif;
    font-size: 14px;
    line-height: 24px;
}

h5 {
    margin: 1.2em 0;

    font-family: "MuseoSans900", sans-serif;
    font-size: 13px;
    line-height: 20px;
}

h6 {
    margin: 1.2em 0;

    font-family: "MuseoSans700", sans-serif;
    font-size: 13px;
    line-height: 20px;
}

html.fancybox-lock {
    overflow: visible !important;
}

.main-object img {
    display: block;
    max-width: 100%;
    height: auto;
}

.object-info .title2 {
    margin-bottom: 11px;

    font-family: "MuseoSans700", sans-serif;
    font-size: 22px;
    line-height: 30px;
}

.main-object {
    padding-top: 2px;
    margin-bottom: 54px;
}

.submenu li {
    margin-bottom: 43px;

    list-style-type: none;
}

.submenu ul {
    padding: 0;
}

.submenu ul li a {
    font-size: 12px;
    line-height: 22px;

    letter-spacing: normal;
    text-transform: none;
}

.subsubmenu > * {
    margin-bottom: 25px !important;

    color: #999 !important;
}

.subsubmenu:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.subsubmenu:after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.subsubmenu {
    position: relative;

    padding-top: 43px;
    padding-bottom: 17px;
}

.object-descr h1 {
    font-family: "MuseoSans700", sans-serif;
    font-size: 22px;
    line-height: 30px;

    letter-spacing: normal;
    text-transform: none;

    color: black;
}

.control > div {
    cursor: pointer;
}

.object {
    padding-top: 2px;
    margin-bottom: 65px;
}

.object img {
    display: block;
    width: 584px;
    height: 350px;
}

.object-descr {
    height: 350px;
}

.control {
    position: absolute;
    bottom: 0;
    left: 19px;

    font-size: 0;
}

.control > div {
    display: inline-block;
    margin-right: 28px;

    vertical-align: top;
}

.back {
    margin: 37px 0;
}

.back:after {
    left: 436px;
}

.subsubmenu li {
    margin-bottom: 22px;
}

.obj-slider {
    display: block;
    width: 584px;
    height: 350px;
    overflow: hidden;
}

.red-c,
.green-c {
    position: absolute;
    top: 0;

    width: 17px;
    height: 10px;

    -webkit-transition: .2s ease-out;
            transition: .2s ease-out;
}

.red-c {
    right: 0;

    background: #ce2b37;
}

.green-c {
    left: 0;

    background: #009246;
}

.red-c:after {
    position: absolute;
    top: 0;
    left: 100%;

    display: block;
    width: 11px;
    height: 100%;

    content: "";

    background: white;
}

.green-c:after {
    position: absolute;
    top: 0;
    right: 100%;

    display: block;
    width: 11px;
    height: 100%;

    content: "";

    background: white;
}

.spinner {
    position: relative;
    z-index: 5;

    width: 55px;
    height: 10px;

    font-size: 0;

    -webkit-transition: width 1s ease;
            transition: width 1s ease;
    -webkit-animation: none;
            animation: none;

    -webkit-box-shadow: 0 0 6px -1px #999;
            box-shadow: 0 0 6px -1px #999;
}

.hover .spinner {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.spinner > div {
    display: inline-block;

    vertical-align: top;
}

.spinner.exp {
    width: 10px;

    -webkit-transition: .2s ease;
            transition: .2s ease;
}

.description:after {
    position: absolute;
    top: -25%;
    left: 0;
    z-index: 1;

    display: block;
    width: 50%;
    height: 150%;

    content: "";
    -webkit-transition: .8s ease;
            transition: .8s ease;

    background: white;
}

.description:before {
    position: absolute;
    top: -25%;
    right: 0;
    z-index: 1;

    display: block;
    width: 50%;
    height: 150%;

    content: "";
    -webkit-transition: .8s ease;
            transition: .8s ease;

    background: white;
}

header.hover .description:after {
    left: -30%;

    -webkit-transition: 1.4s ease;
            transition: 1.4s ease;
}

header.hover .description:before {
    right: -30%;

    -webkit-transition: 1.4s ease;
            transition: 1.4s ease;
}

.hide-all {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;

    display: block;
    width: 100%;
    height: 100%;

    -webkit-transition: .5 ease;
            transition: .5 ease;

    background: white;
}

.submenu .subsubmenu:first-of-type {
    padding-top: 0;
}

.submenu .subsubmenu:first-of-type:before {
    display: none;
}

.certif {
    display: inline-block;
    float: none;
    padding-top: 14px;
    margin-right: -.17em;
    margin-bottom: 20px;

    vertical-align: top;
}

.certif a {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 26px;
    margin-left: 6px;
}

.certif a img {
    display: block;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.certif p {
    max-width: 250px;
}

.mta0:after {
    margin-top: 17px;
}

.fancybox-next span {
    right: 10px;

    width: 25px;
    height: 21px;

    background: url("../images/next-hover.png") no-repeat center center;
    background-size: cover;
}

.fancybox-prev span {
    left: 10px;

    width: 25px;
    height: 21px;

    background: url("../images/prev-hover.png") no-repeat center center;
    background-size: cover;
}

.fancybox-next {
    right: -40px;

    width: 25%;
}

.fancybox-prev {
    left: -40px;

    width: 25%;
}

.article-anons {
    display: inline-block;
    float: none;
    margin-right: -.17em;
    margin-bottom: 53px;

    vertical-align: top;
}

.article-anons .zoom {
    float: left;
    width: 168px;
    height: 120px;
    margin-top: 3px;
    margin-right: 22px;
    margin-bottom: 16px;
}

.article-anons .date .big {
    font-family: "MuseoSans700", sans-serif;
    font-size: 30px;
    line-height: 31px;

    color: #ff5959;
}

.article-anons a:hover {
    color: #ff5959;
}

.article-anons .date span {
    display: block;
}

.article-anons .title {
    display: block;
    width: 100%;
    clear: both;

    font-family: "MuseoSans300", sans-serif;

    color: black;
}

.article-anons .date {
    float: left;
    width: 80px;

    line-height: 20px;
}

.wrapper-field-date {
    width: 190px;
}

/*.wrapper-field-date ~ .wrapper-field-search {
    width: 120px;
 }*/

.wrapper-field-date .field {
    color: white;
    background: url("../images/calendar.png") no-repeat 93% 6px #ff5959;
}

.wrapper-field-date .field::-webkit-input-placeholder {
    color: white;
}

.wrapper-field-date .field::-moz-placeholder {
    opacity: 1;
    color: white;
}

.wrapper-field-date .field:-moz-placeholder {
    opacity: 1;
    color: white;
}

.wrapper-field-date .field:-ms-input-placeholder {
    color: white;
}

.articles-filter {
    margin-top: 8px;
    margin-bottom: 42px;
}

.datepick {
    width: 190px !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    font-family: "MuseoSans300", sans-serif;

    border: 1px solid rgba(153, 153, 153, .28);
    -webkit-border-radius: 0;
            border-radius: 0;
}

.datepick-nav,
.datepick-ctrl {
    color: black;
    background-color: #eee;
}

.datepick a {
    height: auto;

    color: black;
}

.datepick-cmd:hover {
    background: #eee;
}

.datepick-cmd:hover {
    color: #ff5959;
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
    height: auto;

    color: black;
    background-color: #ebebeb;
}

.datepick-month {
    width: 100%;

    border: none;
}

.datepick-month th {
    color: #999;
    border: none;
}

.datepick-month span,
.datepick-month a {
    padding: 0;

    background: white;
}

.datepick-month td {
    border: none;
}

.datepick-month table {
    table-layout: fixed;
}

.datepick-ctrl .datepick-cmd:hover {
    background: none;
}

.datepick-month tbody {
    border: none;
}

.datepick-month td .datepick-today {
    background: white;
}

.datepick-month th span,
.datepick-month th a {
    background-color: rgb(238, 238, 238);
}

.datepick-cmd-today {
    display: none;
}

.datepick-month td .datepick-weekend {
    background: white;
}

.datepick-month td .datepick-highlight,
.datepick-month td .datepick-weekend.datepick-highlight {
    color: white;
    background-color: #ff5959;
}

.datepick-month td .datepick-other-month {
    background-color: white;
}

.datepick-month td .datepick-selected {
    background-color: #999;
}

.datepick-month td span {
    color: rgba(153, 153, 153, .82);
}

.datepick-month thead {
    border-bottom: none;
}

.datepick-month-header {
    position: relative;
    z-index: 0;

    margin-top: -25px;
}

.datepick-nav {
    position: relative;
    z-index: 3;

    background: none;
}

.datepick-nav .datepick-cmd:hover {
    background: none;
}

#calendar {
    cursor: pointer;
}

.results-text {
    line-height: 28px;
}

dl {
    margin: 0;
}

.search {
    margin-top: -5px;
    margin-bottom: 30px;
}

.search dt {
    position: relative;

    padding-left: 20px;
    margin-bottom: 10px;
}

.search dt > span:first-child {
    position: absolute;
    top: 0;
    right: 99.2%;
    left: 7px;

    width: 50px;
    margin-left: -50px;

    text-align: right;
}

dd {
    margin-bottom: 25px;
    margin-left: 40px;
}

b,
strong {
    font-family: "MuseoSans700", sans-serif;
}

.doc {
    height: 200px;
}

.mCS-doc .mCSB_container {
    margin-right: 0;
}

.mCustomScrollBox.mCS-doc {
    border-top: 1px solid rgba(153, 153, 153, .28);
    border-bottom: 1px solid rgba(153, 153, 153, .28);
}

.doc .ui-menu.ui-widget {
    width: 120px !important;

    border-top: 0;
    border-bottom: 0;
}

.doc .ui-menu.ui-widget .ui-menu-item.ui-state-focus {
    color: white;
    background: #ff5959;
}

.docs-filter select,
.docs-filter .ui-selectmenu-button.ui-state-default,
.cert-filter select,
.cert-filter .ui-selectmenu-button.ui-state-default {
    width: 120px !important;
    height: 29px;
    padding: 0 10px;

    line-height: 29px;

    color: white;
    background: url("../images/arr.png") no-repeat 89% center #ff5959;
    background: url("../images/arr.png") no-repeat calc(100% - 13px) center #ff5959;
}

.docs-filter .ui-selectmenu-button span.ui-selectmenu-text,
.cert-filter .ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 29px;

    color: white;
}

.group-name {
    font-family: "MuseoSans700", sans-serif;
    font-size: 30px;
    line-height: 46px;

    color: #cacaca;
}

.file span {
    display: block;

    color: #999;
}

.file-doc,
.file-docx {
    background: url("../images/doc.png") no-repeat 29px 10px;
}

.file-pdf {
    background: url("../images/pdf.png") no-repeat 29px 10px;
}

.file-xls,
.file-xlsx {
    background: url("../images/xls.png") no-repeat 29px 10px;
}

.file-jpg,
.file-jpeg {
    background: url("../images/jpg.png") no-repeat 29px 10px;
}

.file-txt {
    background: url("../images/txt.png") no-repeat 29px 10px;
}

.file-png {
    background: url("../images/png.png") no-repeat 29px 10px;
}

.docs-filter,
.cert-filter {
    padding-top: 6px;
    margin-bottom: 34px;
}

.file {
    display: inline-block;
    float: none;
    padding-top: 6px;
    padding-left: 93px;
    margin-right: -.17em;
    margin-bottom: 22px;

    vertical-align: top;

    color: black;
}

.file:hover {
    color: #999;
}

.group {
    position: relative;

    margin-bottom: 82px;
}

.group:before {
    position: absolute;
    bottom: -32px;
    left: 128px;

    display: block;
    width: 30px;
    height: 1px;

    content: "";

    background: #c9c9c9;
}

.doc-results .file {
    margin-bottom: 50px;
}

@-moz-document url-prefix() {
    .docs-filter .ui-selectmenu-button span.ui-selectmenu-text,
    .cert-filter .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: 27px;
    }
}

.video-file {
    display: inline-block;
    float: none;
    margin-top: 5px;
    margin-right: -.17em;
    margin-bottom: 60px;

    vertical-align: top;
}

.video-file .video span {
    -webkit-transition: .2s ease;
            transition: .2s ease;

    color: black;
}

.video-file:hover .video span {
    color: #666;
}

#bid-select {
    width: 400px;
}

#bid-select .wrapper-field {
    width: 100%;
    max-width: 99%;
}

#file {
    margin-bottom: 10px;
}

#map,
#map2 {
    display: none;
}

#tab1:checked ~ .tab > #map,
#tab2:checked ~ .tab > #map2 {
    display: block;
}

#tab1:checked ~ .office-info > label:first-child,
#tab2:checked ~ .office-info > label:nth-child(2) {
    opacity: 1;
    color: #ff5959;
}

.office-info .title {
    display: inline-block;

    cursor: pointer;
    transition: .2 ease-out;
    vertical-align: top;

    opacity: .7;
    color: #ce2b37;
}

.office-info .title:hover {
    opacity: 1;
    color: #ff5959;
}

.office-info .title:first-child {
    margin-right: 35px;
}

.office-info .tab1,
.office-info .tab2 {
    display: none;
}

#tab1:checked ~ .office-info > .tab1,
#tab2:checked ~ .office-info > .tab2 {
    display: block;
}

.producers .col-xs-12 {
    font-size: 0;
}

.icon-p6-hover {
    width: 71px !important;
    height: 38px !important;
}

header .sel-wrap {
    display: none;
}

#up {
    position: fixed;
    bottom: 5%;
    left: 4%;
    z-index: 1000;

    display: none;
    width: 45px;
    height: 45px;

    cursor: pointer;

    background: url("../images/up.png");
}

.doc-results .file {
    padding-left: 66px;

    background-position: 2px 10px;
}

#zoom-in1,
#zoom-in2 {
    display: block;
    width: 35px;
    height: 35px;
    margin-bottom: 10px;

    cursor: pointer;

    background: url("../images/zoom-in.png") no-repeat center center;
}

#zoom-out1,
#zoom-out2 {
    display: block;
    width: 35px;
    height: 35px;

    cursor: pointer;

    background: url("../images/zoom-out.png") no-repeat center center;
}

.btn-pink {
    display: inline-block;
    padding: 11px 19px 12px;

    font-size: 12px;
    line-height: 1;

    cursor: pointer;
    vertical-align: top;
    text-decoration: none;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: white;
    background: #ff5959;
}

.tab-maps {
    position: relative;

    min-height: 506px;
}

.tab-maps .btn-pink {
    position: absolute;
    top: 26px;
    left: 87px;
    z-index: 100;
}

#hide-pic,
#pic,
#pic2 {
    display: none;
}

#pic,
#pic2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;

    max-width: 565px;
    max-height: 500px;
    margin: auto;
}

.brand-title {
    position: relative;

    margin-bottom: 40px;
}

.brand-title h1 {
    float: left;
    margin-bottom: 15px;
    clear: none;
}

.clearleft {
    clear: left;
}

.brand-title .flag {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 25px;

    vertical-align: top;
}

.brand-title .brand-logo {
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.partner .flag:first-child {
    margin-left: 30px;
}

.partner .flag {
    width: 20px;
    height: 12px;
    margin-right: 10px;
}

.without-line:after {
    display: none;
}

.to-be-partner.without-line {
    padding-top: 0;
    margin-left: 6px;
}

.docs-block h2:first-child {
    margin-top: 0;
}

.docs-block h2 {
    float: none;
    margin-top: 1em;
}

.cert-block h2:first-child {
    margin-top: 0;
}

.cert-block h2 {
    float: none;
    margin-top: 1em;
}

.cert-filter select,
.cert-filter .ui-selectmenu-button.ui-state-default {
    width: 195px !important;
}

.doc .ui-menu.ui-widget.cert-list {
    width: 195px !important;
}

.docs-filter select,
.docs-filter .ui-selectmenu-button.ui-state-default {
    width: 195px !important;
}

.doc .ui-menu.ui-widget.docs-list {
    width: 195px !important;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.producers {
    position: relative;
}

.producers-slider {
    position: relative;
    float: none;
    max-width: 1140px;
    overflow-x: hidden;
    margin: 0 auto;
}

.prev-producer,
.next-producer {
    position: absolute;
    top: 0;
    bottom: 0;

    width: 29px;
    height: 25px;
    margin: auto;
}

.prev-producer {
    left: 0;
}

.next-producer {
    right: 0;
}

.subsubmenu + .subsubmenu {
    padding-top: 0;
}

.subsubmenu + .subsubmenu::before {
    display: none;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-address {
    width: 15px;
    height: 21px;

    background-image: url(../images/sprite.png);
    background-position: -58px -25px;
}

.icon-bars {
    width: 14px;
    height: 9px;

    background-image: url(../images/sprite.png);
    background-position: -29px -35px;
}

.icon-contract {
    width: 29px;
    height: 48px;

    background-image: url(../images/sprite.png);
    background-position: 0 0;
}

.icon-loupe {
    width: 14px;
    height: 14px;

    background-image: url(../images/sprite.png);
    background-position: -73px -25px;
}

.icon-mail {
    width: 17px;
    height: 10px;

    background-image: url(../images/sprite.png);
    background-position: -29px -25px;
}

.icon-next-hover {
    width: 29px;
    height: 25px;

    background-image: url(../images/sprite.png);
    background-position: -29px 0;
}

.icon-next {
    width: 29px;
    height: 25px;

    background-image: url(../images/sprite.png);
    background-position: -58px 0;
}

.icon-prev-hover {
    width: 29px;
    height: 25px;

    background-image: url(../images/sprite.png);
    background-position: 0 -48px;
}

.icon-prev {
    width: 29px;
    height: 25px;

    background-image: url(../images/sprite.png);
    background-position: -29px -48px;
}
