/*@import url('base.css');*/

.positioned {
    position: relative;
    }

.dashed {
    border-bottom: dashed 1px;
    }

.strong {
    font-weight: bold;
}

a {
    color: #4C3219;
    text-decoration: underline;
    }

a.plain {
    display: inline;
    text-decoration: none !important;
    }

ul.plain {
    list-style: none;
    margin: 0;
    padding: 0;
    }

div.articles {
    padding: 0;
    margin-left: 10px;
    }

span.red-price{
    color: #990033;
}
.centered {
    display: table-cell;
    height: inherit;
    text-align: center;
    vertical-align: middle;
    width: inherit;
    }

.bounded {
    overflow: hidden;
    }

.page-background {
    background: #fff;
    margin: -2px auto 0 auto;
    -moz-box-shadow: 0 0 5px #333;
    -webkit-box-shadow: 0 0 5px #333;
    box-shadow: 0 0 5px #333;
}

.pink-stripe {
    background: #FCEFF5;
    margin-top: 38px;
    padding: 0 10px;
    }

ul.list_child li{
    width: 260px;
    float: left;
}

div.list_child{
    margin-bottom: 10px;
}

#header {
    height: 160px;
    overflow: hidden;
    zoom: 1;
    }

    #social-link {
        -moz-border-radius: 0 0 4px 4px;
        -moz-box-shadow: 0 0 5px 0 #999;
        -webkit-border-radius: 0 0 4px 4px;
        -webkit-box-shadow: 0 0 5px 0 #999;
        background: #FFF;
        border: solid #C9C9C9 1px;
        border-radius: 0 0 4px 4px;
        border-top: 0;
        box-shadow: 0 0 5px 0 #999;
        color: black;
        display: block;
        height: 43px;
        left: 290px;
        position: absolute;
        text-decoration: none;
        top: 0;
        width: 81px;
        z-index: 1;
        }

        #social-link p, #social-link span {
            font-size: 11px;
            line-height: 10px;
            margin: 15px 0 0 7px;
            display: block;
            }

        #social-link img {
            bottom: 5px;
            margin: 0;
            position: absolute;
            right: 7px;
            }

    #logo {
        z-index: 0;
        }

        #logo a {
            color: #9B0034;
            display: block;
            margin: 45px 0 0 19px;
            text-decoration: none;
            width: 241px;
            }

            #logo img {
                margin: 0;
                }

            #logo .logo-text {
                font-size: 15px;
                height: 20px;
                line-height: 18px;
                margin-top: 0px;
                text-align: center;
                display: block;
                color: #BE003D;
                font-family: 'Roboto Condensed', sans-serif
            }

    #header .header-special {
        margin-top: 18px;
        text-align: center;
        }

        .header-special img {
            margin: 0;
            }

    #header .phones {
        font-size: 20px;
        margin-top: 22px;
        text-align: right;
        }

        #header .phones a {
            color: #9A0033;
            text-decoration: none;
            }

        #header .phones .phone {
            display: inline-block;
            }

        #header .phones a:first-child .phone {
            background: url("../img/phone.png") left center no-repeat;
            padding-left: 30px;
            }

        #header .phones a + a .phone {
            border-left: solid #BC003D 2px;
            padding-left: 5px;
            }

    #header .working-hours {
        font-size: 15px;
        line-height: 22px;
        margin-top: 11px;
        text-align: right;
        }

        #header .working-hours strong {
            color: #9A0033;
            font-weight: normal;
            }

        #header .working-hours .regime {
            }

        #header .working-hours .regime + .regime {
            border-left: solid #8F8F8F 2px;
            padding-left: 5px;
            }

    #header .order-call-btn-wrap {
        bottom: 22px;
        margin: 40px 0 0 0;
        position: absolute;
        right: 10px;
        text-align: right;
    }

    #header .order-call-btn-wrap .order-call-btn {
        font-size: 17px;
        border-bottom: 1px dashed #B33F65;
        color: #9A0033;
        cursor: pointer;
    }

    #header .order-call-btn-wrap .order-call-btn:before {
        background: url('../img/order_call.png') no-repeat;
        bottom: 1px;
        content: " ";
        float: left;
        display: block;
        height: 20px;
        margin-right: 10px;
        left: 1px;
        position: relative;
        width: 9px;
    }

    #header .social-widgets {
        height: 24px;
        margin-top: 20px;
        }

        #header .social-widgets .widget {
            float: right;
            }

            #header .social-widgets .widget > iframe {
                width: inherit !important;
                }

        #header .social-widgets .vk {
            width: 40px;
            margin-right: 60px;
            }

        #header .social-widgets .facebook {
            width: 123px;
            }

        #header .social-widgets .twitter {
            width: 110px;
            }

        #header .social-widgets .gplus {
            width: 60px;
            }

#main-menu {
    background: url("../img/grey_menu.png");
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 40px;
    }

    #main-menu .menu {
        height: 40px;
        }

        #main-menu .menu ul {
            padding: 0;
            margin: 0;
            list-style: none;
            }

            #main-menu .menu > ul > li {
                float: left;
                border-right: 1px solid #999999;
                height: 40px;
                }

            #main-menu .menu ul > li:last-child {
                border-right: medium none;
            }

            #main-menu .menu ul > li:first-child {
            }

            #main-menu .menu li span {
                    height: 40px;
                    display: block;
                    line-height: 40px;
                    padding: 0 17px;
            }

                #main-menu .menu a {
                    text-decoration: none;
                    color: #fff;
                    }

                #main-menu .menu li {
                    cursor: pointer;
                }

                #main-menu .menu > ul > li:hover{
                    background: url("../img/white_menu.png");
                    }

                #main-menu .menu > ul > li:hover > a{
                    color: #9B0034;
                    }

            #main-menu .menu > ul > li.active_menu {
                background: url("../img/black_menu.png");
                }

                #main-menu .menu > ul > li.active_menu:hover > a {
                    color: #fff;
                    }

            #main-menu li > ul {
                display: none;
                position: absolute;
                text-align: left;
                z-index: 15;
                padding: 0;
                margin: 0;
                overflow: hidden;
            }

            #main-menu li:hover > ul {
                display: block;
            }

            #main-menu li > ul > li {
                list-style-type: none;
                height: 40px;
                line-height: 40px;
                background: url("../img/grey_menu.png");
                margin-left: 0;
                border-bottom: 1px solid #999;
                float: none;
            }

            #main-menu li > ul > li:last-child {
                border-bottom: medium none;
            }

            #main-menu li > ul > li:hover{
                background: url("../img/black_menu.png");
            }

    #hot-links {
        color: #FFF;
        }

        #hot-links a {
            display: inline-block;
            margin-top: 13px;
            }

        #hot-links a + a {
            margin-left: 16px;
            }

        #hot-links .home {
            background: url("../img/home_grey.png") left center no-repeat;
            height: 10px;
            width: 11px;
            }

        #hot-links .mail {
            background: url("../img/mail_grey.png") left center no-repeat;
            height: 10px;
            width: 13px;
            }

        #hot-links .sitemap {
            background: url("../img/sitemap_grey.png") left center no-repeat;
            height: 10px;
            width: 17px;
            }

h1.content-title {
    margin-top: 0 !important;
}

#content {
    overflow: hidden;
    padding-bottom: 50px;
}

    .red-block {
        background: #9B0034;
        color: #FFF;
        padding: 8px;
        }

    .red-block a {
        color: #FFF;
        }

        .fp-door-categories h1 {
            text-transform: uppercase;
            }
        .fp-door-categories .category, .catalog-door-categories .category{
            display: inline-block;
            margin-bottom: 37px;
            text-align: center;
            width: 202px;
            height: 280px;
            border-radius: 20px;
            margin-left: 20px;
            float: left;
            }
        .catalog-bordered .category,
        .category.catalog-bordered-item {

            border: 1px #dba5b7 dashed;
            }
        .catalog-bordered .category:hover,
        .category.catalog-bordered-item:hover {
            border-color: #990134;
            }
        .fp-door-categories .category.for-bars,
        .catalog-door-categories .category.for-bars {
            margin-bottom: 90px;
            }
        .fp-door-categories .category{
            margin-left: 14px;
            }
            .fp-door-categories .category-image,
            .catalog-door-categories .category-image {
                bottom: 57px;
                position: absolute;
                width: 100%;
                display: block;
                line-height: 0;
                }

            .fp-door-categories .category-image img,
            .catalog-door-categories .category-image img{
                margin: 0 auto;
            }

            .fp-door-categories .category-price,
            .catalog-door-categories .category-price {
                background: url("../img/price.png") no-repeat;
                position: absolute;
                font-style: italic;
                height: 46px;
                line-height: 35px;
                text-align: center;
                width: 114px;
                bottom: 70px;
                right: -1px;
                color: #ffffbf;
                font-weight: bold;
                }

                .fp-door-categories .category-price strong {
                    font-size: 18px;
                    font-weight: normal;
                    }

            .fp-door-categories .category-title, .catalog-door-categories .category-title{
                color: #FFF;
                height: 55px;
                width: 180px;
                border-radius: 0  0 10px 10px;
                background: #b8003c;
                border: 1px solid #b8003c;
                border-top: 2px solid #ce4a75;
                padding: 0 10px;
                line-height: 15px;
                position: absolute;
                bottom: 0;
            }

                .fp-door-categories .category-title > div {
                    overflow: hidden;
                    }

            .fp-door-categories .category:hover, .catalog-door-categories  .category:hover{
                background: url("../img/bg_hover_section.png");
                /*border-color: #990134;*/
            }
            .fp-door-categories .category:hover .category-title, .catalog-door-categories  .category:hover .category-title{
                background: #cb0028;
                border-top: 2px solid #d8478d;
            }

        .fp-door-categories.aside .category {
            float: right;
            margin-right: 8px;
            width: 194px;
            }

            .fp-door-categories.aside .category-image {
                height: 212px;
                width: 170px;
                }

            .fp-door-categories.aside .category-title {
                width: 170px;
                }

            .fp-door-categories.aside .category-price {
                width: 170px;
                }

        .fp-metalworks .category {
            color: black;
            margin-bottom: 20px;
            }

        .fp-metalworks .category:hover {
            color: black;
            }

            .fp-metalworks .category-title{
                font-size: 16px;
            }
            .fp-metalworks .category-image {
                float: left;
                height: 60px;
                margin-right: 5px;
                text-align: center;
                width: 60px;
                }

                .fp-metalworks .category-image img {
                    margin: 0;
                    max-width: 60px;
                    }

                .fp-metalworks .category-price strong {
                    color: #9A0033;
                    font-weight: normal;
                    }
        .frontpage .delivery-container{
            background: url("../img/bg_delivery.jpg") repeat-x;
            height: 224px;
            width: 1128px;
            margin-left: 0;
            margin-right: 0;
        }
        .frontpage .delivery {
            font-size: 14px;
            padding-bottom: 30px;
            padding: 10px 5px 0 15px;
            }

            .frontpage .delivery .image-map-delivery{
                margin-top: 38px;
            }

            .frontpage .delivery .image-car-delivery{
                width: 100%;
                height: 100%;
                margin-top: 40px;
            }

            .frontpage .delivery .last_sett{
                color: #9A0033;
                font-size: 18px;
                margin-top: 30px;
            }

            .frontpage .delivery ul.region-list,  .frontpage .delivery ul.delivery-list{
                font-size: 13px;
                line-height: 20px;
                margin-top: 11px;
                margin-left: 15px;
            }

            .frontpage .delivery ul.region-list li, .frontpage .delivery ul.delivery-list li{
                margin-top: 10px;
            }

            .frontpage .delivery ul.region-list{
                list-style-image: url("../img/last_sett.png");
            }

            .frontpage .delivery ul.delivery-list {
                list-style-image: url("../img/delivery-door.png");
            }

            .frontpage .delivery ul.region-list a, .frontpage .delivery ul.delivery-list a{
                color: #9A0033;
            }

            .frontpage .delivery .fp-delivery-text {
                margin: 10px 0 23px;
                }

        .frontpage .order {
            background: #9B0034;
            color: #FFF;
            display: block;
            float: right;
            font-size: 14px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            width: 149px;
            }

    .fp-materials {
        line-height: 18px;
        margin-top: 10px;
        padding-bottom: 40px;
        padding-top: 22px;
        }

        .fp-materials .h3,
        .fp-materials h3 {
            margin-top: 0;
            }

            .fp-materials .h3 a,
            .fp-materials h3 a {
                color: #9B0034;
                }

        .fp-materials .article-list li {
            margin-bottom: 18px;
            }

        .news-item{
            margin-top: 20px;
        }

        .news-item .mini-block {

        }

        .news-list{
            float: right;
        }

        .news-image, .news-info{
            float: left;
            display: inline;
            position: relative;
        }

        .fp-materials .news-info{
            width: 280px;
        }

        .fp-materials .news-title {
            font-weight: normal;
            }

            .fp-materials .news-title a {
                color: #9A0033;
                }

        .fp-materials .news-short {
            margin-bottom: 9px;
            }

        .fp-materials .specials {
            border-top: solid #B33B64 1px;
            padding: 8px 0 0;
            margin-top: -8px;
            }

            .fp-materials .specials .h3 {
                padding: 0 10px;
                }

            .fp-materials .specials ul {
                margin: 0;
                padding: 0 10px;
                list-style: none;
                }

                .fp-materials .specials li {
                    margin-bottom: 18px;
                    }

            .fp-materials .specials a {
                color: #FFF;
                }

    .fp-content.grid_12 {
        margin-top: 10px;
        line-height: 22px;
        width: 1028px;
        padding: 0 40px;
        }
    .fp-content .two-column {
        width: 504px;
        float: left;
        dispay: inline-block;
    }
    .fp-content .two-column.left {
        margin-right: 10px;
    }
    .fp-content .two-column.right {
        margin-left: 10px;
    }


/*end content*/

#center {
    line-height: 22px;
    margin-top: 30px;
}

#footer {
       min-width: 976px;
    max-width: 1130px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    clear: both;
}

    .footer-menu {
        height: 140px;
        overflow: hidden;
        }

        .footer-menu:after {
            clear: both;
            content: '';
            display: block;
            }

        .footer-menu ul {
            list-style: none;
            margin: 0;
            padding: 0;
            }

            .footer-menu .header-item {
                margin-bottom: 8px;
                }

            .footer-menu ul > li {
                float: left;
                margin: 0 10px;
                width: 262px;
                }

                .footer-menu a {
                    display: none;
                    }

                .footer-menu .header-item > a,
                .footer-menu .inner a {
                    display: inline;
                    }

                .footer-menu .header-item > a {
                    font-weight: bold;
                    }

                    .footer-menu .inner li {
                        float: none;
                        margin: 0;
                        }

                    .footer-menu .inner li + li,
                    .footer-menu .header-item .inner li {
                        margin-top: 8px;
                        }

                        .footer-menu .inner .header-item a {
                            font-weight: normal;
                            }

#item {
    overflow: hidden;
    margin-bottom: 26px;
}

.loupe{
    background: url("../img/item-image-loupe.png") no-repeat;
    background-position: right top;
    bottom: 10px;
    height: 32px;
    position: absolute;
    right: 15px;
    width: 33px;
}
#item-image a:hover .loupe {
    background-position: left top;
}

#item-image a:hover {
    cursor: url("../img/zoomin.png"), pointer;
}

#item-image a.front {
/*    z-index: 2;*/
}

#item-image a.back_image {
/*    position: absolute;*/
    top: 21px;
    left: 23px;
}

.side {
    -webkit-text-decorations-in-effect: none;
    color: #FFF;
    background: #990033;
    text-align: center;
    width: 150px;
    padding: 4px 0px;
    position: relative;
    bottom: 40px;
    cursor: default;
    user-select: none;

}

.bars-image .slides-wrapper {
    display: block;
    height: 230px;
    line-height: 229px;
    margin: auto auto 20px auto;
    text-align: center;
    }
    .bars-image .slides-wrapper a {
        display: none;
        }
    .bars-image .slides-wrapper a.active {
        display: inline;
        }
    .bars-image .slides-wrapper a:hover {
        cursor: url("../img/zoomin.png"), pointer;
        }
        .bars-image .slides-wrapper img {
            vertical-align: middle;
            max-height: 230px;
            }
    .bars-image .slides-pager a {
        text-decoration: none;
        }
        .bars-image .slides-pager img {
            border: 1px solid transparent;
            margin-right: 1px;
            }
.bars-image .slides-pager a.active img{
    border: 1px solid #990033;
    }
.item-additional {
    float: left;
    margin-right: 10px;
    position: relative;
}

.button-order {
    float: right;
    position: relative;
    line-height: 0;
}

#open-order-form {
    background: url("../img/order_button.png") no-repeat;
    border: none;
    cursor: pointer;
    height: 47px;
    width: 196px;
}

#open-order-form:hover {
    background-position: bottom;
}

.about-price{
    border: 1px dashed #990033;
    border-radius: 10px;
    padding: 15px;
    width: 495px !important;
}

.price {
    font-size: 18pt;
}

.additional-text {
    font-size: 10pt;
}

.additional-info {
    font-size: 12px;
    line-height: 1.4em;
    padding-bottom: 10px;
}

.additional-info .ui-tabs-anchor span  {
    font-size: 11px;
}

.icons_block{
    margin-top: 10px;
    float: left;
    display: inline;
    text-align: center;
    border-right: 1px solid #f1dbe3;
    padding: 0 10px;
    width: 115px;
    height: 80px;
    line-height: 15px;
}

.icons_block.last{
    border-right: none;
}

.icons_block img{
    margin: 0;
}

.icons_block .icon_head{
    font-weight: bold;
    font-size: 11px;
}

.icons_block .icon_subhead{
    font-size: 11px;
}

    .door-construction .construction-name {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
        }

    .door-construction img {
        float: left;
        max-width: 290px;
        height: auto;
        }

    .door-construction ol {
        display: inline-block;
        margin: 4px 0;
        padding-left: 30px;
        width: 182px;
        }

    .door-construction table {
        font-size: 10px;
        width: auto;
        }

    .door-construction td {
        background: none;
        border: none;
        padding: 2px 2px;
        vertical-align: top;
        }

.price span {
    color: #990033;
    font-size: 20pt;
    font-weight: bold;
}

.tabs tr:nth-child(2n+1){
    background: #FCEFF5;
}
.tabs td, th {
    background: none;
    border: none;
}
#developer img { border: none; margin: 0; }

.image-list {
    overflow: hidden;
}

.image-list ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}

.image-list li {
    float: left;
    margin: 0 48px 0 0;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}

.image-list img {
    display: block;
    margin: 4px auto !important;
}

.image-list p img {
    display: inline !important;
    padding: 4px !important;
    margin: 0;
}

#developer {
    float: right;
    margin: 24px 10px 0 0;
}

#copyright {
    font-size: 12px;
    color: #000;
    margin-left: 10px;
    padding-top: 20px;
    line-height: 19px;
}

#redsolution {
    width: 130px;
    height: 32px;
    display: block;
}

#counters {
    float: right;
    margin: 20px 12px 0 20px;
}

#counters img {
    float: left;
    margin: 4px 1px;
}

.lit-list {
    overflow: hidden;
    width: 1000px;
}

.lit-list ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lit-list li {
    float: left;
    margin: 40px 55px;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}

.lit-list img {
    display: block;
    margin: 4px auto !important;
}

.lit-list p img {
    display: inline !important;
    padding: 4px !important;
    margin: 0;
}

input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 2px 3px;
}

input[type="submit"] {
    float: right;
    }

ul.errorlist {
    padding: 0;
    color: #F60;
    list-style: none;
    margin-left: 0;
}

ul.errorlist li {
    padding: 0;
    margin: 0;
}

.news-date {
    text-transform: lowercase;
}

#yandex-map table, #yandex-map td, #yandex-map th {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#catalog-name {
    font-size: 20px;
    color: #9B0034;
    line-height: 28px;
}

#right-block {
    width: 200px;
    float: right;
    margin: 0 0 0 20px;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 10;
}

#right-block h3 {
    margin: 14px 0;
}

#right-block h3 a {
    color: #9B0034;
}

#right-block ul {
    padding: 0;
    margin: 0;
    line-height: 20px;
    list-style: none;
}

#right-block li {
    margin: 0 0 12px 0;
    list-style: 20px;
    padding: 0;
}

#front {
    margin: 0 240px 0 0;
    padding: 20px 0 0 0;
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a{
    text-decoration: none;
}
.pagination .prev,
.pagination .next {
    display: none;
}

.pagination .page{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #666666;
    margin: 0 1px 0 1px;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}

.pagination .page.current{
    background: #9b0034;
}

/* Табы */

.slidable-block{
    margin-top: 15px;
}

.slidable-block.extra_tabs{
    margin-right: 10px;
}

a.ui-tabs-anchor{
    text-decoration: none !important;
}

.tabs > ul > li{
    line-height: 22px;
}

.floated-sketch ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;

}

.floated-sketch li {
    float: left;
    margin: 10px 25px 25px 25px;
    text-align: center;
    font-size: 8pt;
    font-weight: bold;
}

.floated-sketch img {
    margin: 0;
    padding: 0;
    display: block;
}

.floated-sketch span {
    display: block;
    font-size: 12pt;
    color: #6F422C;
    font-weight: bold;
    padding: 16px 0 8px 20px;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.tabs-nav {
    overflow: visible;
}

/*Верхний блок на главной странице*/
.top-block {
    overflow: hidden;
    line-height: 15px;
    min-height: 437px;
    position: relative;
}

.top-block p {margin: 4px;}

.top-block ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.new-year-schedule {
    bottom: 20px;
    position: absolute;
    right: 230px;
    z-index: 1;
    }

.left-top-block {
    background: white;
    background: rgba(255, 255, 255, .7);
    height: 370px;
    position: relative;
    margin-top: 20px;
    margin-left: 30px;
    float: left;
    width: 320px;
}

    .left-top-block h2,
    .right-top-block h2 {
        margin-left: 11px;
        }

    .left-top-block ul,
    .right-top-block ul {
        list-style-image: url("../img/list-marker-left.png");
        margin: 0px;
        padding-left: 11px;
        }

.right-top-block {
    width: 210px;
    overflow:hidden;
    float:right;
    margin-right: 30px;
    margin-top: 20px;
    }

    .top-block span {
        color: #CB0245;
    }

#id_feedback_form_default{
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    border: 1px dashed #990134;
    border-radius: 20px;
    width: 586px;
    position: relative;
    display: inline-block;
}

#id_feedback_form_default fieldset {
    border: none;
    padding: 0;
}

#id_feedback_form_default fieldset{
    float:left;
    padding: 0;
    width: 208px;
}

#id_feedback_form_default fieldset+fieldset {
    margin-left: 10px;
    width: 360px;
}

#id_feedback_form_default .ctrlHolder{
    margin-top: 10px;
}

#id_feedback_form_default .ctrlHolder textarea{
    width: 347px;
    height: 60px;
    resize: none;
}

#id_feedback_form_default .ctrlHolder input{
    width: 200px;
    height: 25px;
    border: 1px solid rgb(169, 169, 169);
}

#id_feedback_form_default .ctrlHolder #id_default-captcha_1{
    width: 80px;
    margin: 0;
    padding: 2px 3px;
    position: absolute;
}

#id_feedback_form_default input[type="submit"]{
    float: none;
    margin-left: -98px;
    margin-top: 157px;
    position: relative !important;
}

#id_feedback_form_default .errorlist{
    display: none;
}

#id_feedback_form_default .ctrlHolder.captcha{
    margin-top: 2px;
    position: relative;
}

#id_feedback_form_default .ctrlHolder.captcha img{
    margin-top: 0;
}

#id_feedback_form_default .hint{
    display: none;
    color: #990033;
    float: right;
}

#id_feedback_form_order .hint{
    display: none;
    color: #990033;
    float: right;
}

#id_feedback_form_default .ctrlHolder.error input, #id_feedback_form_default .ctrlHolder.error textarea{
    border: 2px solid #990033;
}

#id_feedback_form_default table, #id_feedback_from_special table{
    width:auto;
}

#id_feedback_form_default table, #id_feedback_form_default td, #id_feedback_form_default th,
#id_feedback_form_special table, #id_feedback_form_special td, #id_feedback_form_special th {
     border: none;
     vertical-align: top;
 }

#id_feedback_form_default th, #id_feedback_form_special th {
     text-align: left;
 }

#id_feedback_form_special .stock_data div {
    background: #eee;
    width: 300px;
    padding: 10px;
 }

#id_feedback_form_special .stock_data input {
    margin-left: 10px;
    width: 280px;
}

#id_feedback_form_special label {
    font-weight: bold;
}

#id_feedback_form_special .label {
    text-align: right;
}

#special_offer {
    float:right;
    margin: -13px 40px 0px 35px;
}

#breadcrumbs {
    overflow: hidden;
    margin: 0 0 16px 0;
    color: #999;
    font-size: 14px;
}

/*Кнопки соцсетей*/
.yashare-auto-init {
    position: absolute;
    right: 0;
    top: -28px;
}

.frontpage_yashare{
    position: absolute;
    right: 3px;
    bottom: 0px;
    z-index: 10;
}

/* Акции */
.crimson {
    color: #903;
}
.special-content img:first-child {
    margin-top: -45px;
}

.special-ya-share {
    margin-top: -40px;
    height: 28px;
}

/* Страница товара */
.controller {
    cursor: pointer;
}

.controller span {
    background: #990033;
    color: #FFF;
    display: block;
    float: right;
    padding: 4px 10px;
    position: relative;
    top: -1px;
    font-size: 10pt;
    line-height: 22px;
    font-weight: bold;
}

.btn-calcualte {
    cursor: pointer;
}

.btn-calcualte.for-item {
    background: url('../img/button.png');
    border-radius: 12px;
    border: 0px;
    color: white;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    height: 50px;
    width: 216px;
    }

    .btn-calcualte.for-item  span {
        margin-left: 25px;
        position: relative;
        }

    .btn-calcualte.for-item  span:before {
        content: url('../img/icon_aorm.png');
        position: absolute;
        left: -28px;
        bottom: -5px;
        }

/* Корневая каталога */

.catalog-root .content-title {
    margin-bottom: 20px;
}

.catalog-root .catalog-door-categories .category {
    margin-left: 15px;
}

/* Страница раздел каталога */
.catalog-title {
    margin-top: 0px;
}

    .catalog ul li{
        line-height: 20px;
    }

    .catalog > ul li a {
        width: 336px;
        height: 20px;
        display: block;
        padding: 5px 10px;
    }

    .catalog ul li:hover,
    .catalog ul li.active_menu{
        background: #FCEFF5;
    }

    .catalog ul li.active a {
        pointer-events: none;
        cursor: default;
    }

    .catalog ul a:hover{
        color: black;
    }

    .catalog ul li {
        border-bottom: 1px dashed #AEAEAE;
    }

        .catalog .catalog-item-price {
            color: #9e0035;
            font-style: italic;
            position: absolute;
            right: 10px;
        }

.catalog .h3 a {
    color: #9f0034;
}

.catalog-filter {
    background: #FCEFF5;
    border-radius: 8px;
    margin: 20px 0 25px;
    padding: 11px 10px;
    }

    .catalog-filter a.sort {
        color: #A51040;
        padding: 0 4px;
        text-decoration: none;
        }

    .catalog-filter a.sort span {
        border-bottom: 1px dashed #A51040;
        }

    .catalog-filter .faded{
        margin-right: 10px;
        }

    .catalog-filter  a.sort:hover span,
    .catalog-filter  a.sort.selected span{
        border: 0px;
        }

#pass-info {
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2); /* Параметры тени */
    margin-top: 20px;
    padding: 5px;
    border: solid 1px #BBB;
    }

    #pass-info p {
        font-size: 12pt;
        margin-bottom: 5px;
        margin-top: 5px;
        }

    #pass-info strong {
        color: #9e0035;
        }

    #pass-info a {
        color: #9e0035;
        }

    #pass-info table {
        background: transparent;
        }

        #pass-info td {
            background: transparent;
            border: 0;
            }

.map-position {
    text-align: right;
    }

    .region-cities {
        z-index: 2;
        }

        .region-cities a {
            position: absolute;
            }

        .region-cities strong {
            font-size: 14px;
            font-weight: normal;
            }
    .map-position img{
        margin-right: 0;
    }

.section_list{
    margin: 20px 0;
}

#regions-block {
    margin-top: 20px;
    }

    #regions-block .regions-header{
        color: #9e0035;
        font-weight: bold;
        font-size: 14pt;
        margin-left: 15px;
        margin-bottom: 25px;
    }

    #regions-block .tall {
        overflow: hidden;
        padding: 10px 0 10px 0;
        border: 1px solid #BBB;
        text-align: justify;
        }

    #regions-block .tall > a{
        float: right;
        margin-right: 15px;
    }

        .flat {
            display: inline-block;
            margin: 14px;
            text-align: center;
            vertical-align: top;
            width: 112px;
            line-height: 16px;
            }

            #regions-block .img-container {
                display: inline-block;
                height: 100px;
                }

            #regions-block .title-container {
                display: block;
            }

                #regions-block img {
                    margin: 0;
                    }

.btn-calcualte.for-section {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
       -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
    background: url('../img/button_gray_normal.png');
    border: 0;
    border-radius: 6px;
    bottom: -55px;
    cursor: pointer;
    font-style: italic;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 156px;
    }

    .btn-calcualte.for-section:hover {
        background-image: url('../img/button_gray_select.png');
        }

    .btn-calcualte.for-section span {
        border-bottom: 1px dashed #5C5C5C;
        color: #5C5C5C;
        display: inline !important;
        font-size: 14px;
        margin-left: 16px;
        position: relative;
        }

    .btn-calcualte.for-section span:before {
        content: url('../img/icon_calc_button_gray.png');
        position: absolute;
        left: -20px;
        }

    .btn-calcualte.for-section:hover span {
        border: 0px;
        }

/* Нижнее меню */
#bottom-menu {
    padding: 30px 10px 30px;
    border-top: 1px solid #d2d2d2;
    }

    #bottom-menu a {
        color: #990033;
        font-size: 16px;v
        text-align: center;
        }

        #bottom-menu a img{
            vertical-align: top;
            }

        #bottom-menu a img {
            margin: 0 5px 0 0;
            }

        #bottom-menu a span {
            line-height: 50px;
            text-decoration: underline;
            }

        #bottom-menu a:hover span {
            text-decoration: none;
            }

/**** Popup ****/
.overlay {
    background: rgba(0,0,0,0.7);
    bottom: 0px;
    display: none;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10;
}

.popup {
    display: none;
    z-index: 11;
    }

    .popup .popup-header {
        background: #B8003C;
        border-radius: 10px 10px 0px 0px;
        color: white;
        font-size: 22px;
        padding: 15px  15px 15px 30px;
        line-height: 34px;
        }

    .popup .popup-header .popup-close {
        background: url('../img/close.png') no-repeat;
        cursor: pointer;
        float: right;
        height: 21px;
        margin-right: 7px;
        margin-top: 7px;
        width: 21px;
    }

    .popup .popup-body {
        background: white;
    }

    .popup.bars-calculator {
        border-radius: 6px;
        margin: 0 auto;
        left: 0;
        position: fixed;
        right: 0;
        top: 30px;
        width: 650px;
        }

.ui-dialog,
.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea,
.ui-dialog button {
    font: 13px Verdana, Helvetica, Clean, sans-serif !important;
    }

.ui-dialog {
    background: white !important;
    border: 0 none !important;
    border-radius: 0 !important;
    box-shadow: 0 0 10px #444444 !important;
    padding: 0 !important;
    z-index: 3;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        height: 23px !important;
        margin: -12px 0 0 !important;
        width: 23px !important;
        }

        .ui-dialog .ui-dialog-titlebar-close:hover {
            padding: 1px !important;
            }

    .ui-dialog .ui-state-hover {
        background: none !important;
        border: none !important;
        }

    .ui-dialog .ui-icon {
        background: url("../img/close_form.png") no-repeat !important;
        height: 21px !important;
        width: 21px !important;
        }

        .ui-dialog .ui-dialog-titlebar-close span {
            margin: 0px;
        }

        .ui-button-icon-only .ui-icon {
            left: 0px;
            top:0px;
        }

        .ui-dialog .ui-button {
            background: none !important;
            border: none !important;
            margin-top: -8px !important;
        }

.ui-dialog-titlebar {
    background: none repeat scroll 0 0 #990033 !important;
    border: 0 none !important;
    border-radius: 0 !important;
    color: white !important;
    font-size: 12pt !important;
    }

.ui-dialog-content {
    padding: 0 !important;
    }

.ui-widget-overlay {
    background: rgba(64, 64, 64, 2) !important;
    position: fixed;
    }

/**** Feedback forms ****/
.popup .textInput,
.popup .fileUpload,
.popup .selectInput,
.popup select,
.popup textarea {
    width: 420px !important;
    }

.popup label {
    color: #949494;
    margin: 0 0 .5em !important;
    width: 425px !important;
    }

.popup textarea {
    height: 40px !important;
    }

.popup img {
    margin: 0;
    vertical-align: middle;
    }

.popup .ctrlHolder {
    padding: 1em 11px !important;
    }

.popup .message {
    font-size: 8pt !important;
    }

.popup .buttonHolder {
    background: none !important;
    margin-top: 0 !important;
    overflow: hidden !important;
    padding: 11px !important;
       text-align: left !important;
    }

    .popup .buttonHolder button {
        background: #990033 !important;
        font-weight: bold !important;
        float: right;
        margin-top: 12px;
        }

    .popup .buttonHolder button.disabled {
        background: #C9C9C9 !important;
        border: 1px solid #C9C9C9 !important;
    }

.popup .ctrlHolder.error {
    padding: 1em 9px !important;
    }

.popup .errorlist {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
    }

    .popup .errorlist li {
        color: black;
        margin: 0 0 3px;
        }

/**** Calculator ****/
.bars-calculator .popup-body {
    position: relative;
    border-radius: 0px 0px 10px 10px;
    padding: 15px 10px;
    overflow-y: auto;
    max-height: 700px;
    }
.bars-calculator .bars-name {
    font-size: 20px;
    margin: 10px 10px 20px;
    text-decoration: underline;
    }
    .bars-calculator .bars-name a {
        color: #9B0034;
        }
    .bars-calculator .bars-name:hover {
        text-decoration: none;
        }
.bars-calculator .bars-link {
    display: none;
    }
.bars-calculator .feedback-label {
    display: none;
    }
    .bars-calculator .feedback-label:before {
        background: url('../img/market.png') no-repeat;
        content: '';
        display: block;
        float: left;
        height: 27px;
        margin-right: 10px;
        margin-top: 1px;
        width: 27px;
        }
.bars-calculator .left-column {
    float: left;
    margin-left: 10px;
    margin-right: 30px;
    width: 205px;
    }
    .bars-calculator .bars-image {
        text-align: center;
        }
        .bars-calculator .bars-image img {
            display: inline;
            margin: 4px 1px 4px 0;
        }
    .bars-calculator .bars-price {
        font-size: 14px;
        margin: 20px 0;
        text-align: left;
        }
        .bars-calculator .bars-price span {
            font-weight: bold;
            margin: 10px 0;
            }
    .bars-calculator .calculator-summary {
        margin: 20px 0px;
        }
        .bars-calculator .calculator-summary .calc_price {
            color: #9f0034;
            font-size: 27px;
            font-weight: bold;
            }
        .bars-calculator .calculator-summary span + b {
            font-size: 18px;
            font-weight: normal;
            }
    .bars-calculator .calcuator-refresh {
        text-decoration: none;
        margin-top: 10px;
        display: inline-block;
        }
        .bars-calculator .calcuator-refresh span {
            border-bottom: 1px dashed #9f0034;
            color: #9f0034;
            }
        .bars-calculator .calcuator-refresh.disabled span {
            border-bottom: 0;
            color: gray;
            }
        .bars-calculator .calcuator-refresh:after {
            background: url('../img/refresh.png') 17px;
            content: '';
            display: inline-block;
            height: 14px;
            margin-bottom: -3px;
            margin-left: 4px;
            width: 17px;
            }
        .bars-calculator .calcuator-refresh.disabled:after{
            background-position: 0 0;
            }
.bars-calculator .right-column {
    float: left;
    width: 360px;
    }
    .bars-calculator .base-equipment-text {
        display: block;
        margin-bottom: 15px !important;
        }
    .bars-calculator .result-header {
        color: black;
    }
.bars-calculator .right-column.last{
    display: none;
    margin-bottom: 10px;
    }
.bars-calculator .calculator-form label {
    color: black !important;
    }
.bars-calculator .calculator-form fieldset {
    border-radius: 10px;
    border: 1px dashed;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    }
    .bars-calculator .calculator-form .ctrlHolder {
        margin: 10px 0;
        padding: 0 !important;
        }
.bars-calculator fieldset .field-errors {
    color: red;
    display: none;
    margin-top: 10px;
    }
.bars-calculator .calculator-form fieldset.invisible {
    border: 0;
    padding: 0;
    }
    .bars-calculator .calculator-form fieldset.invisible legend {
        font-size: 14px;
        font-weight: bold;
        padding: 0px;
        }
.bars-calculator .ctrlHolder.group_size  {
    float: left;
    margin-bottom: 0px;
    width: 115px;
    }
    .bars-calculator .ctrlHolder.group_size  input {
        border: 1px solid black;
        display: block;
        margin-top: 5px;
        padding: 6px 15px;
        width: 60px;
    }
.bars-calculator input[type=radio] + label {
        cursor: pointer;
    }
    .bars-calculator input[type=radio] + label:before {
        background: url('../img/radiobutton.png') bottom;
        content: '';
        cursor: pointer;
        display: block;
        float: left;
        height: 15px;
        margin-right: 10px;
        width: 14px;
        }
    .bars-calculator input[type=radio]:checked + label:before {
        background-position: 0 0;
        }
.bars-calculator .feedback .ctrlHolder {
    padding-left: 0 !important;
    }
    .bars-calculator .feedback .ctrlHolder.name,
    .bars-calculator .feedback .ctrlHolder.phone {
        float: left;
        width: 169px;
        }
    .bars-calculator .feedback .ctrlHolder.phone {
        clear: right;
    }
    .bars-calculator .feedback input,
    .bars-calculator .feedback textarea {
        border: 1px solid #AFAFAF;
        box-sizing: border-box;
        display: block;
        padding: 5px;
        width: 100%;
        }
    .bars-calculator .feedback textarea {
        width: 100% !important;
    }
.bars-calculator .feedback .ctrlHolder.error input {
    border-color: red;
    }
.bars-calculator .thankyou {
    border: 0;
    margin: 10px 30px 30px;
    width: auto;
    }
    .bars-calculator .thankyou p {
        text-align: left;
        }
    .bars-calculator .thankyou .ty-header {
        font-size: 20px;
        color: #B8003C;
        }
    .bars-calculator .thankyou .ty-text {
        font-size: 14px;
        }
.bars-footer {
    z-index: 1;
    margin: 44px 0 15px 0;
    width: 205px;
    }
    button.calculator-goto,
    .bars-footer .calculator-submit {
        background: url('../img/button.png');
        border-radius: 12px;
        border: 0px;
        color: white;
        cursor: pointer;
        font-size: 18px;
        font-style: italic;
        font-weight: bold;
        height: 50px;
        width: 200px;
        }
    a.calculator-goto {
        display: none;
        float: right;
        float: right;
        font-size: 16px;
        margin-right: 12px;
        margin-top: 17px;
        text-decoration: none;
        }
        a.calculator-goto span {
            border-bottom: 1px dashed rgb(155, 0, 52);
            color: rgb(155, 0, 52);
            }
        a.calculator-goto:hover span {
            border: 0;
            }
    a.calculator-goto:before {
        background: url('../img/tfringle.png') no-repeat;
        content: '';
        display: inline-block;
        height: 14px;
        width: 10px;
        }
/**** Feedback Forms IE8 ****/
.lt-ie8 .popup .textInput,
.lt-ie8 .popup .fileUpload,
.lt-ie8 .popup .selectInput,
.lt-ie8 .popup select,
.lt-ie8 .popup textarea {
    width: 295px;
    }

/**** Inline Zen Forms ****/
.ctrlHolder {
    overflow: hidden;
}

.uniForm {
    margin-bottom: 20px;
    position: static !important;
    }

    .uniForm .buttonHolder {
        background: none;
        padding: 0 1em;
        }

    .uniForm .errorlist {
        float: none !important;
        width: 100% !important;
        }

.form-text {
    margin-bottom: .5em;
    }

.notice {
    color: #949494;
    }

.captchaHolder {
    float: left;
    margin-left: 10px;
    width: 60%;
    }

    .captchaHolder label {
        float: none !important;
        max-width: 100% !important;
        }

#id_order-captcha_1 {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    margin: 2px 4px;
    padding: 4px 2px;
    width: 75px;
    }

.model {
    padding: 1em;
    }

    #model-name {
        font-size: 15px;
        }

.thankyou {
    margin: 20px 0 0 40px;
    border: 1px dashed #990033;
    padding: 0 15px;
    width: 295px;
    border-radius: 10px;
    }

    .thankyou p {
        font-size: 15px;
        text-align: center;
        }

.tall {
    overflow: hidden;
    padding: 0;
    border: none;
    border-top: 1px solid #dfb0c0;
    border-bottom: 1px solid #dfb0c0;
    }

/* sticky footer */
html, body {
    height: 100%;
    }

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -227px;
    }

.push {
    height: 227px
    }

#footer {
    height: 260px;
    }

.fp-metalworks span,
.fp-door-categories span,
.catalog-door-categories span {
    display: block;
}

.fp-door-categories span.centered,
.catalog-door-categories span.centered {
    display: table-cell;
}

/*** Яндекс поиск ***/
.yandex-search {
    text-align: left;
    margin-bottom: 10px;
    }

#search-result tr {
    background: none;
}

#search-result td {
    border: none;
}

#search-box,
#search-top-box {
    margin-top: 0px;
    height: 40px;
    }

    #search-box table,
    #search-top-box table {
        margin: 0;
    }

    #search-box .ya-site-form tr,
    #search-top-box .ya-site-form tr {
        background: transparent;
        }

        #search-box .ya-site-form td,
        #search-top-box .ya-site-form td {
            border: none;
            }

    #search-box .ya-site-form .ya-site-form__wrap tr,
    #search-top-box .ya-site-form .ya-site-form__wrap tr {
        background: transparent;
        }

    #search-box .ya-site-form .ya-site-form__search-wrap,
    #search-top-box .ya-site-form .ya-site-form__search-wrap {
        padding: 0;
        }

        #search-box .ya-site-form .ya-site-form__search-input,
        #search-top-box .ya-site-form .ya-site-form__search-input {
            padding-left: 0;
            }

            #search-box .ya-site-form .ya-site-form__search-input-layout,
            #search-top-box .ya-site-form .ya-site-form__search-input-layout {
                position: relative;
                }

                #search-box .ya-site-form .ya-site-form__submit_type_image,
                #search-top-box .ya-site-form .ya-site-form__submit_type_image {
                    background: url("../img/icon_search.png") center center no-repeat;
                    height: 20px;
                    margin: 0;
                    padding: 0;
                    position: absolute;
                    right: -2px;
                    top: 5px;
                    width: 19px;
                    }

        #search-box .ya-site-form .ya-site-form__input-text,
        #search-top-box .ya-site-form .ya-site-form__input-text {
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            height: 28px;
            padding: 2px 4px;
            border: 1px solid rgb(238, 233, 233);
            box-shadow: 2px 2px 0px silver inset;
            width: 232px;
            }

            #search-box .ya-site-form .ya-site-suggest-elem,
            #search-top-box .ya-site-form .ya-site-suggest-elem {
                padding-left: 11px;
                }

           #search-box .ya-site-form .ya-site-suggest-list,
           #search-box .ya-site-form .ya-site-suggest__opera-gap,
           #search-top-box .ya-site-form .ya-site-suggest-list,
           #search-top-box .ya-site-form .ya-site-suggest__opera-gap {
               bottom: 28px;
               }

            #search-box .ya-site-form .ya-site-suggest-list,
            #search-top-box .ya-site-form .ya-site-suggest-list {
                border-top-color: rgba(154,154,154,0.6);
                border-bottom-color: rgba(154,154,154,0.4);
                }

            #search-box .ya-site-form .ya-site-suggest__iframe,
            #search-top-box .ya-site-form .ya-site-suggest__iframe {
                left: 0;
                }

        #search-box .ya-site-form .ya-site-form__input-text:focus,
        #search-top-box .ya-site-form .ya-site-form__input-text:focus {
            outline: 0;
            }

        #search-box .ya-site-form .ya-site-form__input-text_type_hint,
        #search-top-box .ya-site-form .ya-site-form__input-text_type_hint {
            background-position: 11px 9px;
            }

#search-result #search-box,
#search-result #search-top-box {
    width: auto;
}

#search-result .search-form {
    background: #FCEFF5;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 15px;
}

#search-result #search-box .ya-site-form .ya-site-form__submit_type_image,
#search-result #search-top-box .ya-site-form .ya-site-form__submit_type_image {
    right: 2px;
    left: auto;
    top: 4px;
    }

#search-result #search-box .ya-site-form .ya-site-form__input-text,
#search-result #search-top-box .ya-site-form .ya-site-form__input-text {
    width: 667px;
}

#search-result #search-box .ya-site-form .ya-site-suggest-list,
#search-result #search-box .ya-site-form .ya-site-suggest__opera-gap,
#search-result #search-top-box .ya-site-form .ya-site-suggest-list,
#search-result #search-top-box .ya-site-form .ya-site-suggest__opera-gap {
    bottom: auto;
}

#search-result #ya-site-results {
    background: none;
}

/*** end Яндекс поиск ***/

.images-gallery {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;

    clear: both;
}

.images-gallery:before,
.images-gallery:after {
    content: '';
    display: table;
    clear: both;
}

.images-gallery .image-gallery-item {
    width: 170px;
    display: inline-block;
    margin-bottom: 20px;
}

.images-gallery .image-gallery-item:not(:nth-of-type(4n)) {
    margin-right: 17px;
}

.images-gallery .image-gallery-item a {
    line-height: 0;
    text-align: center;
}

.images-gallery .image-gallery-item a img {
    margin: 0;
}

.images-gallery .image-gallery-item .image-title {
    font-size: 13px;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
}

.consultation-form{
    margin-top: 25px;
    width: 264px;
    padding: 0 15px;
    height: 407px;
    background: url("../img/bg_consult_form.png") no-repeat;
}

.consultation-form .header-form{
    padding: 10px 0;
    height: 30px;
    border-bottom: 1px solid #cacaca;
}

.consultation-form .header-form img{
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.consultation-form .header-form .header-text{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #9e0035;
}

.consultation-form .ctrlHolder{
    margin-top: 12px;
}

.consultation-form .ctrlHolder input{
    border: 1px solid #dddddd;
    padding-left: 5px;
}

.consultation-form .ctrlHolder input:focus{
   border: 1px solid #aaaaaa;
}

.consultation-form .ctrlHolder textarea:focus{
   border: 1px solid #aaaaaa;
}

.consultation-form .ctrlHolder.name input{
    width: 251px;
    height: 32px;
}

.consultation-form .ctrlHolder.phone input{
    width: 180px;
    height: 32px;
    font-size: 18px;
}

.consultation-form .ctrlHolder textarea{
    width: 251px;
    height: 60px;
    border: 1px solid #dddddd;
    padding-left: 5px;
    padding-top: 10px;
    resize: none;
}

.consultation-form .ctrlHolder input::-moz-placeholder,
.consultation-form .ctrlHolder textarea::-moz-placeholder{
    font-style: italic;
}

.consultation-form .ctrlHolder input::-webkit-input-placeholder,
.consultation-form .ctrlHolder textarea::-webkit-input-placeholder{
    font-style: italic;
}

.consultation-form .ctrlHolder input::-ms-input-placeholder,
.consultation-form .ctrlHolder textarea::-ms-input-placeholder{
    font-style: italic;
}

.consultation-form .ctrlHolder.captcha label{
    display: block;
    font-size: 12px;
    width: 100%;
}

.consultation-form .ctrlHolder.captcha img{
    float: left;
    margin-top: 5px;
    margin-right: 5px;
    width: 75px;
    height: 35px;
}

.consultation-form #id_consultation-captcha_1{
    height: 25px;
    width: 50px;
    margin-top: 5px;
}

.consultation-form .submit-area{
    position: relative;
}

.consultation-form .submit-area input,
#id_feedback_form_default input[type="submit"]{
    background: #990033;
    height: 36px;
    width: 93px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    margin-right: 3px;
    position: absolute;
    right: 0px;
}

.consultation-form .submit-area input:hover,
#id_feedback_form_default input[type="submit"]:hover{
    cursor: pointer;
    background: #d41252;
}

.consultation-form .ctrlHolder.error input,
.consultation-form .ctrlHolder.error textarea{
    border-color: #ff0000;
}

.consultation-form .ctrlHolder.error input::-moz-placeholder{
    color: #ff0000;
}

.consultation-form .ctrlHolder.error input::-webkit-input-placeholder{
    color: #ff0000;
}

.consultation-form .ctrlHolder.error input::-ms-input-placeholder{
    color: #ff0000;
}

.consultation-form .thank-you{
    margin-top: 30px;
}

.consultation-form .thank-you .up-thank{
    font-size: 18px;
    font-weight: bold;
}

.consultation-form .thank-you .bot-thank{
    line-height: 16px;
    margin-top: 10px;
    color: #000;
}


#up {
    background: url("../img/up.png") no-repeat top;
    cursor: pointer;
    height: 35px;
    width: 96px;
    z-index: 5;
    position: absolute;
    left: 514px;
    bottom: 120px;
    border: 0;
}

#up:hover {
  background-position: bottom;
}


#order-call-form input[type="text"],
#order-call-form label {
    width: 278px !important;
}

#order-call-form .buttonHolder button {
    float: none;
}

#order-call-form {
    min-height: 75px !important;
}

#order-call-form .thankyou {
    margin: 10px 0 0 10px;
    width: 257px;
}
#order-call-form .thankyou p {
    font-size: 18px;
}

#order-call-form .buttonHolder .disabled.primaryAction:active {
    top: 0;
}

.main-content {
    margin-bottom: 20px;
}

.align-center {
    text-align: center;
}

.gallery.without-group {
    margin-top: 10px;
}

.gallery-row {
    display: block;
    width: 100%;
}

.gallery-row .gallery-item {
    margin: 10px 10px;
    width: 100px;
}
.gallery-item:nth-child(7n+7),
.gallery-item:first-child {
    margin-left: 0;
}
.gallery-item .img-title {
    line-height: 1.2;
}
a.img-link {
    display: table;
    text-decoration: none !important;
}
.img-link img {
    margin: 0;
}

/*** BAR CAROUSEL ***/
.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;
}
.bar-section {
    margin: 40px 0;
}

.bar-carousel {
    margin: 10px 33px 0 33px;
}

.bar-container {
    border: 1px #dba5b7 dashed;
    border-radius: 20px;
    box-sizing: border-box;
    display: inline;
    float: left;
    height: 220px;
    margin-right: 15px;
    position: relative !important;
    text-align: center;
    width: 155px;
    white-space: normal;
}

.bar-container:hover {
    background: url("../img/bg_hover_section.png") no-repeat;
    border-color: #990134;
}

.bar-container .bar-image {
    bottom: 45px;
    position: absolute;
    width: 100%;
    display: block;
    line-height: 0;
}

.bar-container .bar-image img {
    margin: 0 auto;
}

.bar-container .bar-title {
    margin: 0 0 -1px -1px;
    color: #FFF;
    height: 45px;
    width: 133px;
    border-radius: 0 0 10px 10px;
    background: #b8003c;
    border: 1px solid #b8003c;
    border-top: 2px solid #ce4a75;
    padding: 0 10px;
    line-height: 15px;
    left: 0;
    position: absolute;
    bottom: 0;
}

.bar-container:hover .bar-title {
    background: #cb0028;
    border-top: 2px solid #d8478d;
}

.bar-container .bar-price {
    background: url("../img/price.png") no-repeat;
    position: absolute;
    font-style: italic;
    height: 46px;
    line-height: 35px;
    text-align: center;
    width: 114px;
    bottom: 50px;
    right: -1px;
    color: #ffffbf;
    font-weight: bold;
}

.bar-carousel .arrow {
    background: url("../img/carousel-arrows.png") no-repeat;
    cursor: pointer;
    height: 34px;
    margin: auto;
    position: absolute;
    top: 93px;
    width: 20px;
}

.bar-carousel .arrow.prev {
    background-position: top left;
    left: -33px;
}

.bar-carousel .arrow.next {
    background-position: top right;
    right: -33px;
}

.bar-carousel .arrow.prev:hover {
    background-position: bottom left;
}

.bar-carousel .arrow.next:hover {
    background-position: bottom right;
}

.bar-carousel .arrow.prev.disabled:hover {
    background-position: top left;
    cursor: default;
}

.bar-carousel .arrow.next.disabled:hover {
    background-position: top right;
    cursor: default;
}

.useful-articles {
    border: 1px solid #bbbbbb;
    padding: 15px;
    height: 160px;
    margin-top: 20px;
}

.useful-articles .see-another {
    margin: 0;
}

.useful-articles .news-item.mini-block {
    width: 220px;
    display: table-cell;
    padding-right: 15px;
    padding-top: 20px;
}

.useful-articles .news-item.mini-block .news-image {
    float: left;
    margin-right: 5px;
}

.useful-articles .news-item.mini-block .news-info {
    float: none;
}

.useful-articles .news-item.mini-block .news-info .news-title {
    line-height: 17px;
}

.useful-articles .all-articles {
    float: right;
}

.door_pictures_tab {
    margin: 0px 3px -3px 1px;
}

.picture_of_door {
    margin: 10px 10px 10px 0px !important ;
    width: 165px !important;
}

.other_products{
    margin-bottom: 30px;
}

.items_link {
    float: right;

    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  

}
.items_link .items_link_btn {
    background:#B8003C;
    padding: 10px;
    border-radius: 5px;
    min-width:340px;
}

.items_link .items_link_btn:hover {
    background: #cb0028;
}

.items_link .items_link_btn a{
    font-size:16px;
    color:#fff;
    text-decoration:none;
    display:block;
    font-style: italic;
    font-weight:600;
    text-align:center;
}

.page404 .search {
    margin-top: 15px;
}

.page404 .page404-info {
    width: calc(100% - 260px);
    float: left;
}

.page404 img {
    width: 250px;
    float: right;
}


/*блок редактируемого контента в категориях на главной странице*/

.fp-door-categories__content {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 22px;
    width: 1028px;
    padding: 0 40px;
}

/* блок помощь в выборе */

#choice-help-form input[type="text"], #choice-help-form label {
    width: 278px !important;
}

#choice-help-form .thankyou {
    margin: 10px 0 0 10px;
    width: 257px;
}

#choice-help-form {
    min-height: 75px !important;
}

.choice-help-block {
    padding-left: 20px;
    padding-right: 60px;
}

.section_list .choice-help-block {
    padding-left: 10px;
    padding-right: 77px;
}


.choice-help-btn {
    display: block;
    width: 100%;
    padding: 17px 0;
    margin-top: 37px;
    margin-bottom: 37px;

    color: #ffffff; 
    font-family: "Roboto Condensed";    
    font-size: 24px;    
    font-weight: bold;  
    line-height: 28px;  
    text-align: center;

    border: none;    
    border-radius: 5px;

    background-image: url('../img/green-btn.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    cursor: pointer;

    transition: background-image 0.5s, color 0.5s;
}

.choice-help-btn:hover {
    background-image: url('../img/green-btn-hover.png');
    color: green;
}

.choice-help-btn:visited {
    outline: none;
}


.choice-help-btn:focus {
    outline: none;
}

button::-moz-focus-inner {
    border: 0;
}

/* end блок помощь в выборе */

/* блок иконок в каторче товара */

.item_icons {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    width: auto;

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.item_icons > div {
    margin-bottom: 5px;
}

.item_icons > div:nth-child(n+5) {
    display: none;
    visibility: hidden;
}

.item_icons svg {
    display: block;
}

/* end блок иконок в каторче товара */

