@charset "UTF-8";
@import url(debugging.css);

body {
    color: #3b3b3b;
    background-color: #262626;
    font: 400 16px/24px 'PT Sans', sans-serif;
    -webkit-text-size-adjust: none;
}
img {
    max-width: 100%;
    height: auto;
}
button,
a {
    position: relative;
}
img.loading {
    display: none;
    position: absolute;
}
.doors-list img {
    width: 139px;
}
.h3 {
    font-weight: bold;
}
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6,
h7,
.heading-7,
h7 {
    text-transform: uppercase;
}
h1,
.heading-1 {
    color: black;
    font-size: 30px;
    line-height: 30px;
}
h2,
.heading-2 {
    font-size: 30px;
    line-height: 1.1;
    color: #333333;
}
h3,
.heading-3 {
    font-size: 25px;
    line-height: 37px;
}
h4,
.heading-4 {
    font-size: 20px;
    line-height: 24px;
}
h5,
.heading-5 {
    font-size: 14px;
    line-height: 24px;
}
h6,
.heading-6 {
    font-size: 12px;
    line-height: 24px;
}
h7,
.heading-7 {
    font-size: 10px;
    line-height: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 18px;
    }
    h2,
    .heading-2 {
        font-size: 20px;
    }
    h3,
    .heading-3 {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
    .heading-1 {
        font-size: 40px;
    }
    h2,
    .heading-2 {
        font-size: 30px;
    }
    h3,
    .heading-3 {
        font-size: 25px;
    }
}
p a:hover,
.marked-list a:hover {
    text-decoration: underline;
}
p .fa,
.marked-list .fa {
    text-decoration: none;
}
a {
    font: inherit;
    color: #777777;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
a:focus {
    outline: none;
}
a:active {
    background-color: transparent;
}
a:hover {
    color: #bb7a40;
}
a[href^='tel:'],
a[href^='callto:'] {
    color: inherit;
    text-decoration: none;
}
strong {
    font-weight: 700;
}

.active {
    color: #bb7a40;
}
.breadcrumb-active {
    color: #bb7a40;
}

.fa {
    line-height: inherit;
}
[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}
/* ------------------------ */
/* Кнопка "заказать звонок" */
/* ------------------------ */
.back-call {
    position: fixed;
    /*  bottom: -158px;*/
    bottom: 0;
    right: 140px;
    z-index: 2;
    background-color: rgba(45, 119, 49, 1);
    padding: 5px 15px 15px;
    color: white;
    border: 1px solid white;
    border-bottom: none;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.back-call .header {
    text-align: center;
    width: 221px;
    margin-bottom: -10px;
    padding-right: 20px;
    cursor: pointer;
}
.back-call .fa {
    padding-right: 10px;
}
.back-call input,
.mobile-modal input {
    border: 1px solid rgba(228, 228, 228, 1);
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.back-call .btn {
    padding: 0;
    width: 100%;
}
.mobile-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    width: 100%;
    text-align: center;
    background-color: rgba(45, 119, 49, 1);
    padding-top: 50px;
}
.mobile-modal .header {
    color: white;
}
.mobile-modal .close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    padding: 7px 12px 5px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
@media (max-width: 767px) {
    .back-call {
        display: none;
    }
    .mobile-modal {
        display: none;
    }
    .mobile-modal input {
        font-size: 20px;
    }
    .back-call-mobile {
        /* display: block; */
        display: none;
        position: fixed;
        left: 0;
        bottom: 25px;
        background-color: rgba(45, 119, 49, 1);
        padding: 5px 15px 15px;
        color: white;
        right: inherit;
        left: 15px;
        z-index: 2;
        border-radius: 50px;
        padding: 12px 12px;
        width: 50px;
        height: 48px;
        font-size: 30px;
        border: 1px solid white;
        cursor: pointer;
    }
}
/* END Кнопка "заказать звонок" */
.clear-left {
    clear: left;
}
.page {
    /* overflow: hidden; */
    min-height: 500px;
}
.lt-ie9 .page {
    min-width: 1200px;
}
.hr__mod {
    background: url('../images/icon_img.png') center center no-repeat;
    border: medium none;
    height: 18px;
    position: relative;
    margin-bottom: 20px;
}
.hr__mod:before,
.hr__mod:after {
    background-color: #e9e6e4;
    content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    width: 48.5%;
}
.hr__mod:before {
    left: 0;
}
.hr__mod:after {
    right: 0;
}
.hr__mod2 {
    margin-top: 23px;
}
.hr__mod2:before,
.hr__mod2:after {
    background: #32302f none repeat scroll 0 0;
}
.text-center {
    text-align: center;
}
.text-contrast {
    color: white;
    font-size: 22px;
}
.text-default {
    color: #333333;
}
.text-primary {
    color: #bb7a40;
}
.uppercase {
    text-transform: uppercase;
}
.border-rd {
    border-radius: 50%;
}
.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.bold.margin-top {
    margin-top: 50px;
}
@media (max-width: 767px) {
    .text-sm-center {
        text-align: center;
    }
}
@media (max-width: 480px) {
    .text-xs-center {
        text-align: center;
    }
}
.offset {
    margin-top: 14px;
}
.offset-1 {
    margin-top: 7px;
}
.offset-2 {
    margin-top: -7px;
}
.offset-3 {
    margin-top: 35px;
}
.offset-4 {
    margin-top: 28px;
}
.offset-5 {
    margin-top: 0;
}
.offset-6 {
    margin-top: 5px;
}
.offset-7 {
    margin-top: 40px;
}
.offset-8 {
    margin-top: 17px;
}
.offset-9 {
    margin-top: 24px;
}
@media (max-width: 991px) {
    .offset-md {
        margin-top: 50px;
    }
    .offset-2 {
        line-height: 17px;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .offset-sm {
        margin-top: 50px;
    }
    .offset-2 {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .offset-xs {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .inset {
        margin-top: 73px !important;
    }
}
* + .product,
.product + p + .btn {
    margin-top: 14px;
}
.product + p,
.product + h5 {
    margin-top: 13px;
}
.product.offset-3 {
    margin-top: 35px;
}
.row + .row {
    margin-top: 56px;
}
@media (max-width: 979px) {
    .row + .row {
        margin-top: 40px;
    }
}
h2 + .box {
    margin-top: 35px;
}
* + .btn-sm {
    margin-top: 68px;
}
@media (max-width: 767px) {
    * + .btn-sm {
        margin-top: 30px;
    }
}
.time + h5 {
    margin-top: 7px;
}
.time + h5 + p {
    margin-top: 6px;
}
* + .hr__mod {
    margin-top: 31px;
}
p + .hr__mod {
    margin-top: 32px;
}
* + .map__mod {
    margin-top: 35px;
}
.row + .hr__mod2 {
    margin-top: 42px;
}
.row + .offset-2 {
    margin-top: 40px;
}
.row + .offset-3 {
    margin-top: 65px;
}
h2 + p {
    margin-top: 14px;
}
* + .marked-list {
    margin-top: 22px;
}
h2 + .index-list,
.block-icon {
    margin-top: 40px;
}
h2 + h5 {
    margin-top: 30px;
}
h5 + p {
    margin-top: 7px;
    font-size: 12px;
    line-height: 16px;
}
.heading-5 + p {
    margin-top: 15px;
}
.row + .offset-5 {
    margin-top: 56px;
}
p + p {
    margin-top: 20px;
}
* + .btn-wr {
    margin-top: 42px;
}
* + .term-list {
    margin-top: 27px;
}
.term-list dt + * {
    margin-top: 8px;
}
.term-list * + dt {
    margin-top: 28px;
}
.inline-list li {
    display: inline-block;
    width: 40px;
    text-align: center;
    margin: -4px;
}
.inline-list li i {
    font: 400 20px/30px 'FontAwesome';
    text-align: center;
    color: #544e48;
}
.inline-list li a {
    display: block;
    text-decoration: none;
    width: 100%;
}
.inline-list li a:hover i {
    color: #bb7a40;
}
@media (min-width: 767px) and (max-width: 991px) {
    .inline-list {
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .inline-list {
        margin-top: -77px;
    }
}
.index-list {
    counter-reset: li;
    margin-top: 12px;
    padding: 0 10px;
}
.index-list li {
    padding-left: 84px;
    position: relative;
    margin-top: 27px;
}
.index-list li a {
    color: #333333;
}
.index-list li a:hover {
    color: #bb7a40;
}
.index-list li:before {
    background: #bb7a40 none repeat scroll 0 0;
    color: white;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    height: 65px;
    width: 65px;
    left: 0;
    line-height: 65px;
    position: absolute;
    text-align: center;
    top: -4px;
    -webkit-border-radius: 65px;
    -moz-border-radius: 65px;
    border-radius: 65px;
    -moz-transform: translateZ(1px);
    -ms-transform: translateZ(1px);
    -o-transform: translateZ(1px);
    -webkit-transform: translateZ(1px);
    transform: translateZ(1px);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.index-list li:hover:before {
    background: #333333 none repeat scroll 0 0;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: pulse;
    animation-timing-function: linear;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
}
.index-list__mod2 li:nth-child(n + 3) {
    margin-top: 37px;
}
.marked-list li {
    padding-left: 19px;
    position: relative;
}
.marked-list li a {
    line-height: 30px;
}
.marked-list li i {
    color: #bb7a40;
    content: '?';
    font: 400 14px/36px 'FontAwesome';
    left: 0;
    position: absolute;
    top: -1px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.marked-list li a:hover {
    text-decoration: none;
}
.marked-list li a:hover i {
    left: 2px;
}
.marked-list li + li {
    margin-top: 6px;
}
.marked-list + p {
    margin-top: 25px;
}
.term-list dt {
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.term-list dd {
    color: #777777;
    margin-left: 0;
}
.term-list a[href^='mailto:'] {
    color: #bb7a40;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
}
.term-list a[href^='mailto:']:hover {
    color: #333333;
}

/* Отзывы пользователей */
.testimonails {
    text-align: center;
}
.testimonails,
.testimonails-wrap .testimonail {
    float: left;
    color: #ffffff99;
}
.form-testimonail .textarea {
    position: relative;
    width: 31.3333333333%;
    border: 1px solid #e7e7e7;
}
.form-testimonail .input-testimonail {
    border: 1px solid #e7e7e7;
    padding: 8px 0;
}
.form-testimonail input[type='text'],
.form-testimonail textarea {
    padding-left: 10px;
    width: 100%;
    height: 100%;
    /*
    border: none;
    outline: none;
*/
    resize: none;
    overflow: auto;
    font-weight: normal;
    background: transparent;
}
.form-testimonail .textarea {
    width: 100%;
    height: 150px;
    margin-top: 10px;
}
.form-testimonail input[type='text'] {
    font-size: 18px;
    color: #777;
    padding: 5px 15px;
}
.form-testimonail textarea {
    font-size: 18px;
    color: #777;
    outline: none;
    padding-top: 10px;
}
.form-testimonail .wrap-btn-testimonail {
    text-align: center;
    position: relative;
    top: 20px;
}
@media (max-width: 991px) {
    .form-testimonail {
        width: 100%;
    }
    .form-testimonail .form-group {
        width: 31.16%;
    }
}
@media (max-width: 767px) {
    .form-testimonail .form-group {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    .form-testimonail .textarea {
        width: 100%;
        margin: 0 auto;
    }
    .form-testimonail input[type='text'] {
        padding: 0 15px;
        text-align: center;
    }
    .testimonails-wrap .open-form-testimonail {
        text-align: center;
        margin-top: 50px;
    }
}

.stuck_container {
    position: relative;
}
.add-testimonal {
    text-align: center;
}
.testimonail .open-form-testimonail {
    text-align: center;
}
.add-testimonal .form-elements {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

[name='add_testimonail'] {
    text-align: center;
    padding: 5px 18px;
    background-color: #bb7a40;
    color: white;
    margin-top: 0;
}
/* Кнопки отзывов (вверху в хедере) */
.btns-testimonails {
    position: absolute;
    top: 53px;
    right: 187px;
    text-align: right;
    margin-right: 32px;
}
.btns-testimonails .btn-t {
    position: relative;
    text-align: center;
    padding: 5px 18px;
    background-color: #bb7a40;
    color: white;
    z-index: 5;
}
.btns-testimonails .btn-t .t-to::before {
    position: absolute;
    border: 1px solid;
    width: 16px;
    height: 0;
    content: '';
    display: block;
    top: -10px;
    right: 40%;
    border-left-color: #bb7a40;
    border-width: 43px 0 44px 15px;
    z-index: 4;
    transform: rotate(90deg);

    position: absolute;
    border: 1px solid;
    width: 16px;
    height: 0;
    content: '';
    display: block;
    top: -10px;
    right: 40%;
    border-left-color: #bb7a40;
    border-width: 43px 0 43px 15px;
    z-index: 4;
    transform: rotate(90deg);
}
.btns-testimonails .btn-t .t-to-fl::before {
    /* #bb7a40 */
    position: absolute;
    border: 1px solid;
    width: 0;
    height: 0;
    content: '';
    display: block;
    top: 0px;
    right: -13px;
    border-left-color: #bb7a40;
    border-width: 21px 0px 20px 14px;
    z-index: 4;
}
@media (max-width: 1140px) {
    .btns-testimonails {
        right: 65px;
    }
}
@media (max-width: 767px) {
    .btns-testimonails {
        position: absolute;
        top: 5px;
        right: 0;
        z-index: 3;
        float: none;
        width: 100%;
        margin: 0;
    }
    .btns-testimonails .btn-t {
        min-width: max-content;
        background-color: #4f2320;
    }
    .btns-testimonails button[name='to_testimonails'] {
        position: absolute;
        top: 6px;
        left: 12px;
    }
    .btns-testimonails button[name='to_flamp'] {
        position: absolute;
        top: 4px;
        right: 25px;
    }
    .btns-testimonails .btn-t .t-to::before {
        position: absolute;
        left: 35px;
        top: -11px;
        border-left-color: #4f2320;
        border-width: 43px 0 44px 15px;
        color: #bb7a40;
    }
    .btns-testimonails .btn-t .t-to-fl::before {
        right: -14px;
        border-left-color: #4f2320;
        color: #bb7a40;
    }
}

.product {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    margin-left: auto;
    margin-right: auto;
}
.product .caption {
    margin-top: 12px;
}
.product + h4 + p {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 300 !important;
}
.product img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: auto;
    max-width: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.product_overlay {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.product_overlay:after,
.product_overlay:before {
    box-shadow: none;
    content: '';
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
}
.product_overlay:before {
    border-left: 10px solid;
    border-top: 10px solid;
    border-color: #bb7a40;
    bottom: 100%;
    left: 0;
    right: 100%;
    top: 0;
}
.product_overlay:after {
    border-bottom: 10px solid;
    border-right: 10px solid;
    border-color: #bb7a40;
    bottom: 0;
    left: 100%;
    right: 0;
    top: 100%;
}
.lt-ie9 .product_overlay {
    display: none;
}
.product_overlay:hover {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.product_overlay:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.lt-ie9 .product_overlay:hover {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}
.product_overlay:hover:before {
    bottom: 0;
    opacity: 1;
    right: 0;
}
.product_overlay:hover:after {
    left: 0;
    opacity: 1;
    top: 0;
}
.lt-ie9 .product_overlay:hover:before {
    display: block;
}
.product_wrap {
    width: 100%;
}
.product_box {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.product_box_img {
    width: 100%;
    text-align: center;
}
.product_box_img img {
    width: 100%;
}
@media (max-width: 767px) {
    .product_box {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
}
.product_box_img {
    position: relative;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product_box_img .overlay {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
.product_box_cnt {
    left: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    -moz-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    -o-transform: translateY(-16%);
    -webkit-transform: translateY(-16%);
    transform: translateY(-16%);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product_box_cnt p,
.product_box_cnt .btn {
    opacity: 0;
}
.product_box_cnt .btn {
    margin-top: 15px;
}
.product_box_cnt h3 {
    color: white;
}
@media (max-width: 1060px) and (min-width: 768px) {
    .product_box_cnt h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .product_box_cnt p {
        font-size: 14px;
        line-height: 15px;
        margin-top: 20px;
    }
    .product_box_cnt .btn {
        padding: 2px 8px 2px 8px;
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .product_box_cnt h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .product_box_cnt p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
    .product_box_cnt .btn {
        padding: 2px 8px 2px 8px;
        margin-top: 20px;
    }
}
@media (max-width: 479px) {
    .product_box_cnt h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .product_box_cnt p {
        display: none;
    }
    .product_box_cnt .btn {
        padding: 2px 8px 2px 8px;
        margin-top: 20px;
    }
}
.product_box:hover {
    opacity: 100;
}
.product_box:hover .product_box_img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.product_box:hover .product_box_img .overlay {
    background: rgba(0, 0, 0, 0.8);
}
.product_box:hover .product_box_cnt {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product_box:hover .product_box_cnt p,
.product_box:hover .product_box_cnt .btn {
    opacity: 1;
}
@media (max-width: 1722px) {
    .product_box {
        width: 50%;
    }
    .product_box_img {
        width: 100%;
        text-align: center;
    }
    .product_box_img img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product_box {
        width: 100%;
    }
}
.quote .product.box {
    float: left;
    padding-right: 20px;
    display: inline-block;
    margin-top: 3px;
}
.quote .product.box .product_overlay {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.quote .product.box .product_overlay.box_aside {
    margin-right: 0;
}
.quote .product.box .product_overlay img {
    margin-right: 0;
}
.quote .product.box .product_overlay:after,
.quote .product.box .product_overlay:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.quote .box_cnt q {
    padding-left: 35px;
    position: relative;
}
.quote .box_cnt .fa {
    color: #bb7a40;
    font: 400 24px/24px 'FontAwesome';
    left: 0;
    position: absolute;
    top: -4px;
}
.quote .box_cnt name {
    color: white;
    display: block;
    font-style: normal;
    margin-top: 9px;
    text-transform: uppercase;
}
@media (min-width: 480px) and (max-width: 991px) {
    .quote .box_cnt {
        padding-top: 15px;
    }
}
.gallery-wr {
    margin-left: auto;
    margin-right: auto;
    margin-top: 65px;
    max-width: 100%;
    text-align: center;
}
.gallery-wr:before,
.gallery-wr:after {
    content: ' ';
    display: table;
}
.gallery-wr:after {
    clear: both;
}
.gallery-wr > div {
    float: left;
    max-width: 33.33%;
    position: relative;
}
.gallery-wr > div .thumb {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.gallery-wr > div .thumb_overlay .material-icons-zoom_in {
    color: #fff;
    font-family: 'Material Icons';
    font-size: 72px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 9;
}
.gallery-wr > div .thumb_overlay:after,
.gallery-wr > div .thumb_overlay:before {
    box-shadow: none;
    content: '';
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
}
.gallery-wr > div .thumb_overlay:before {
    background: rgba(71, 211, 160, 0.2) none repeat scroll 0 0;
    border-left: 10px solid;
    border-top: 10px solid;
    border-color: #544e48;
    bottom: 100%;
    left: 0;
    right: 100%;
    top: 0;
}
.gallery-wr > div .thumb_overlay:after {
    border-bottom: 10px solid;
    border-right: 10px solid;
    border-color: #544e48;
    bottom: 0;
    left: 100%;
    right: 0;
    top: 100%;
}
.gallery-wr > div .thumb + h4 + p {
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 300 !important;
}
.gallery-wr > div .thumb img {
    height: auto;
    width: 100%;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.gallery-wr > div .thumb:hover .thumb {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .gallery-wr > div .thumb:hover .thumb {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}
.gallery-wr > div .thumb:hover .thumb img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-wr > div .thumb:hover .thumb_overlay .material-icons-zoom_in {
    opacity: 1;
}
.gallery-wr > div .thumb:hover .thumb_overlay:before {
    bottom: 0;
    opacity: 1;
    right: 0;
}
.gallery-wr > div .thumb:hover .thumb_overlay:after {
    left: 0;
    opacity: 1;
    top: 0;
}
.lt-ie9 .gallery-wr > div .thumb:hover .thumb_overlay:before {
    display: block;
}
@media (max-width: 767px) {
    .gallery-wr > div {
        margin-left: auto;
        margin-right: auto;
        max-width: 49%;
        width: 49%;
    }
}
@media (max-width: 479px) {
    .gallery-wr > div {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        width: 100%;
    }
}
.parallax {
    position: relative;
    overflow: hidden;
}
.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}
.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.parallax_pattern {
    background-repeat: repeat;
}
.parallax_cnt {
    padding: 103px 0 110px;
    position: relative;
}
.parallax_cnt h2 + p {
    margin-top: 12px;
}
.parallax_cnt * + .btn-sm {
    margin-top: 17px;
}
.brand {
    display: inline-block;
    background: #bb7a40 none repeat scroll 0 0;
    color: white;
    height: 154px;
    max-height: 154px;
    padding-bottom: 25px;
    padding-top: 18px;
    position: absolute;
    text-align: center;
    width: 170px;
    z-index: 2;
}
.brand img {
    width: 145px;
}
.brand h1 {
    font-weight: 700;
    line-height: 32px;
    padding-top: 0px;
    position: relative;
    top: -8px;
    text-transform: lowercase;
}
.brand h1:before {
    display: none;
    position: absolute;
    content: url('../images/logo_img.png');
    left: 50%;
    margin-left: -33px;
    top: 0;
}
.brand_name {
    overflow: hidden;
}
.brand_name a {
    color: white;
}
.brand_name a:hover {
    color: white;
}
.brand_slogan {
    display: block;
    left: 0;
    display: block;
    font-size: 15px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 108px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .brand {
        float: none;
        position: relative;
        left: 95px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media (max-width: 767px) {
    .brand {
        left: 0;
        margin-top: 40px;
        width: 100%;
    }
}
.bg-primary {
    background: #bb7a40;
}
.bg-contrast {
    background-color: white;
}
.bg-contrast h5 a.text-primary:hover {
    color: #333333;
}
.bg-default {
    background-color: #262626;
}
.bg-default h5 a:hover {
    color: white;
}
.bg-secondary {
    background-color: #544e48;
}
.block-icon {
    position: relative;
}
.block-icon .icon {
    background: #bb7a40 none repeat scroll 0 0;
    border-radius: 50%;
    color: white;
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 30px;
    height: 65px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 65px;
}
.block-icon .icon .fa {
    line-height: 65px;
}
.block-icon .block_caption {
    padding-left: 85px;
    position: relative;
}
.block-icon + .block-icon {
    margin-top: 27px;
}
.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn__1 {
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    position: relative;
    border-width: 2px;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn-primary {
    background-color: #bb7a40;
    color: white;
}
.btn-primary span {
    position: relative;
    z-index: 0;
    color: white;
}
.btn-primary:before {
    background: #bb7a40 none repeat scroll 0 0;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:hover,
.btn-primary:active {
    background-color: #333333;
    color: #bb7a40;
}
.btn-primary:hover:before,
.btn-primary:active:before {
    top: 100%;
}
.btn-primary:hover span,
.btn-primary:active span {
    color: #bb7a40;
}
.btn-blue {
    background-color: #1d71cc !important;
    color: white !important;
    padding: 0 15px !important;
}
.btn-blue span {
    position: relative;
    z-index: 0;
    color: white;
}
.btn-blue:before {
    background: rgba(29, 113, 204, 0.4) none repeat scroll 0 0;
    bottom: 0;
    content: '';
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn-blue:hover,
.btn-blue:active {
    background-color: #333333;
    color: #aabbcc;
}
.btn-blue:hover:before,
.btn-blue:active:before {
    top: 100%;
}
.btn-blue:hover span,
.btn-blue:active span {
    color: rgba(29, 113, 204, 0.6);
}
.btn-xs {
    padding: 0 18px;
    font-weight: 100;
    font-size: 15px;
}
.btn-sm {
    padding: 2px 18px;
    font-weight: 100;
    font-size: 15px;
}
.btn-md {
    border-width: 2px;
    padding: 6px 26px 4px;
    font-size: 15px;
}
.btn-default {
    background-color: transparent;
    border-color: #eae8e6;
    border-style: solid;
    color: #333333;
}
.btn-default:hover {
    border-color: #bb7a40;
}
.btn-form:hover {
    background-color: #544e48;
    color: black;
}
.box {
    /*    max-width: 370px;*/
}
.box:before,
.box:after {
    display: table;
    content: '';
    line-height: 0;
}
.box:after {
    clear: both;
}
.box.max-w1 {
    max-width: 465px;
}
@media (max-width: 767px) {
    .box.max-w1 {
        max-width: 100%;
    }
}
@media (max-width: 480px) {
    .box.max-w1 .box_aside {
        left: 50%;
        -moz-transform: translateX(15%);
        -ms-transform: translateX(15%);
        -o-transform: translateX(15%);
        -webkit-transform: translateX(15%);
        transform: translateX(15%);
    }
    .box.max-w1 .box_aside img {
        width: 70%;
    }
}
.box_aside {
    float: left;
    margin-right: 35px;
}
.box_aside.offset {
    margin-right: 30px;
}
.box_aside.icon {
    position: relative;
}
.box_aside.icon:before {
    content: url('../images/icon_img02.png');
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: -25px;
}
@media (max-width: 480px) {
    .box_aside {
        float: none;
        margin-right: 0;
    }
}
.box_cnt {
    width: 85%;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .box_cnt {
        margin-top: 40px;
    }
}
.box_cnt .time {
    display: block;
    color: white;
    font-size: 15px;
    margin-top: -6px;
    font-weight: normal;
}
.box_cnt__no-flow {
    overflow: hidden;
}
@media (max-width: 480px) {
    .box_cnt__no-flow {
        margin-top: 20px;
    }
}
.goods,
.goods-type,
.all-services {
    position: relative;
    margin-bottom: 70px;
}
.doors-list {
    margin-top: 60px;
    overflow: hidden;
    width: 100%;
}
.doors-list li {
    float: left;
    width: 33.333333333333%;
    height: 400px;
    margin-bottom: 70px;
}
.doors-list li .view .load {
    display: none;
    margin-top: 3px;
    width: 16px;
}
.doors-list li .view .result {
    display: none;
    font-size: 13px;
    position: relative;
    top: 0px;
    padding: 2px 8px;
    border-radius: 3px;
}
.result-red {
    background-color: red;
    color: white;
}
.result-green {
    background-color: green;
    color: white;
}
.doors .heading-5 {
    font-size: 18px;
}
.doors .price {
    font-size: 20px;
    margin-top: 10px;
}

.header + .title {
    padding-top: 25px;
}
.title + .description {
    margin-top: 20px;
}

/* ----------------------------------------------------------------------------------------
*                                 all-services(наши услуги)
* --------------------------------------------------------------------------------------- */
.all-services .one-service {
    position: relative;
    margin-bottom: 30px;
}
.all-services .one-service .image {
    position: relative;
}
.all-services .one-service .image img {
    transition: all 0.3s;
}
.all-services .one-service .description {
    position: absolute;
    top: 0;
    left: 300px;
    height: 100%;
}
.all-services .text-center.description {
    margin-top: 20px;
}
.all-services .btn {
    position: absolute;
    bottom: 0;
    left: 299px;
    z-index: 2;
}
.catalog .so-serv {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
@media (max-width: 991px) {
    .all-services .one-service .description {
        top: 4px;
    }
}
@media (max-width: 840px) {
    .all-services .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .all-services .one-service .description .text-primary {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .all-services .one-service {
        height: 400px;
    }
    .all-services .one-service .description {
        top: 250px;
        height: 50px;
        width: 100%;
        left: 0;
    }
    .all-services .one-service .image .product_overlay {
        left: 78px;
    }
    .all-services .one-service .image .btn {
        top: 278px;
        left: -137px;
    }
}
@media (max-width: 475px) {
    .all-services .one-service {
        margin-bottom: -30px;
    }
    .all-services .one-service .image .product_overlay {
        left: 0;
    }
    .all-services .one-service .image .btn {
        top: 45px;
        left: 0;
    }
}
/* === END ============================== */

.goods-type .btn {
    position: absolute;
    bottom: 0;
    left: 160px;
}
.popular-goods .btn {
    position: absolute;
    bottom: 0;
}
.popular-goods .popular {
    margin-bottom: 40px;
}
.box a {
    position: absolute;
    color: #bb7a40;
}
.box a:hover {
    color: black;
}
@media (max-width: 1200px) {
    .goods-type img {
        /*    width: 90%;*/
        width: 115px;
    }
    .goods-type {
        padding: 0 10px;
    }
}
@media (max-width: 991px) {
    .box {
        max-width: 100%;
    }
    .doors-list li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .all-services .btn {
        position: relative;
    }
    .goods-type img {
        /*    width: inherit;*/
    }
    .doors-list-header {
        margin-top: 70px;
    }
}
@media (max-width: 480px) {
    .doors-list-header {
        margin-top: 70px;
        font-size: 22px;
    }
    .doors-list {
        margin-top: 0;
    }
    .doors-list li {
        margin-top: 30px;
    }
    .popular-goods .btn {
        bottom: 92px;
    }
    .goods-type .btn {
        /*    bottom: 78px;*/
        bottom: 102px;
    }
}

/* Main menu */
.sf-menu {
    display: inline-block;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding-left: 25%;
    position: relative;
    top: 18px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.sf-menu ul {
    border-top: 4px solid #bb7a40;
}
.sf-menu ul > li ul {
    border: none;
}
.sf-menu li {
    float: left;
    padding: 0 5px 10px 5px;
    position: relative;
    line-height: 0;
}
.sf-menu > li + li:before {
    content: url(../images/icon_img.png);
    left: -9px;
    margin-top: -28px;
    position: absolute;
    top: 50%;
}
.sf-menu li a {
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
}
.sf-menu ul > li:first-child {
    position: relative;
    left: -5px;
    padding-left: 5px;
    width: 103%;
}

.sf-menu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.sf-menu li:hover > a {
    color: #bb7a40;
}

*html .sf-menu li a:hover /* IE6 */ {
    color: #bb7a40;
}

.sf-menu li:hover > ul {
    display: block;
}

/* Sub-menu */

.sf-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 5px;
    display: none;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 3;
    background: #262626;
}

.sf-menu ul ul {
    top: 0;
    left: 155px;
}

.sf-menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

.sf-menu ul a {
    padding: 10px;
    height: 10px;
    width: 155px;
    height: auto;
    line-height: 1;
    display: block;
    float: none;
    text-transform: none;
    color: #fff;
    font-size: 12px;
}

.sf-menu ul li ul li ul a {
    line-height: 15px;
}

*html .sf-menu ul a /* IE6 */ {
    height: 10px;
}

*:first-child+html .sf-menu ul a /* IE7 */ {
    height: 10px;
}

.sf-menu li > a:after {
    content: '';
    position: absolute;
    left: 45%;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #777;
}
.sf-menu li:first-child > a:after,
.sf-menu ul li > a:after {
    display: none;
}
.sf-menu li:hover > .sf-menu li > a:after {
    border-color: #bb7a40;
}

/* Clear floated elements */
.sf-menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

* html .sf-menu {
    zoom: 1;
} /* IE6 */
*:first-child + html .sf-menu {
    zoom: 1;
} /* IE7 */

@media (min-width: 767px) and (max-width: 991px) {
    .sf-menu {
        padding-left: 0;
        margin-top: 100px;
    }
}
@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/* END Main menu */

.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.rd-mobilemenu.active {
    right: 0;
}
.rd-mobilemenu_ul {
    position: fixed;
    top: -56px;
    left: 0;
    bottom: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #666666;
    background: white;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
    background: whitesmoke;
    color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
    background: #bb7a40;
    color: white;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -17.5px;
    width: 32px;
    height: 32px;
    font: 400 10px 'FontAwesome';
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
    background: white;
    color: #666666;
}
.rd-mobilemenu_ul a.rd-with-ul {
    position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}
.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}
.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: white;
    color: black;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: black;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}
.rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
    top: 8px;
}
.rd-mobilepanel_toggle span:after,
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span {
    width: 24px;
    height: 4px;
    background-color: black;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before,
.rd-mobilepanel_toggle span:after {
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
    -moz-transform-origin: 1.71429px center;
    -ms-transform-origin: 1.71429px center;
    -o-transform-origin: 1.71429px center;
    -webkit-transform-origin: 1.71429px center;
    transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before,
.rd-mobilepanel_toggle.active span:after {
    top: 0;
    width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}
@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }
    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}
@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
.stuck_container {
    padding-bottom: 37px;
    padding-top: 42px;
    position: relative;
}
.stuck_container .inline-list {
    float: right;
}
.isStuck {
    display: none;
    background: white;
    z-index: 10;
    border-bottom: 1px solid #777777;
    padding: 10px 0;
}
@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .stuck_container .inline-list {
        float: left;
    }
}
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #544e48;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.toTop.fa.fa-angle-up {
    font-size: 24px;
    line-height: 46px;
}
.toTop:hover {
    color: #fff;
    background: #bb7a40;
    text-decoration: none;
}
.mobile .toTop,
.tablet .toTop {
    display: none !important;
}
header.header__mod {
    border-bottom: 1px solid #e9e6e4;
}
header .panel-heading {
    border-color: black;
    color: #777777;
    height: 40px;
    margin: 0;
    position: relative;
}
header .panel-heading dl {
    display: inline-block;
    float: right;
    margin-top: 0;
    font-size: 22px;
}
header .panel-heading dl dd,
header .panel-heading dl dt {
    display: inline-block;
}
header .panel-heading dl .fa:before {
    color: #bb7a40;
    font-size: 20px;
    line-height: 35px;
    padding-right: 5px;
}
header .panel-heading dl dt {
    font-family: 'PT Sans', sans-serif;
    color: white;
    margin-right: 3px;
}
header .panel-heading dl dt span {
    line-height: 35px;
}
@media (max-width: 479px) {
    header .panel-heading dl dt span {
        display: none;
    }
}
header .panel-heading dl dd {
    margin-top: 6px;
}
header .panel-heading dl dd a {
    color: #777777;
}
header .panel-heading dl dd a:hover {
    color: #bb7a40;
}
header .brand {
    float: left;
}
header .nav {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    header {
        text-align: center;
    }
    header .brand,
    header .nav {
        float: none;
    }
    header .brand {
        float: left;
    }
    .panel-heading .fa.fa-phone span {
        display: none;
    }
}
@media (max-width: 520px) {
    .panel-heading .fa.fa-phone + dd a {
        font-size: 15px;
    }
}
main {
    display: block;
}
.well-xs {
    padding-bottom: 0;
    padding-top: 10px;
}
.well-sm {
    padding-bottom: 20px;
    padding-top: 0px;
}
.well-sm__ins {
    padding-bottom: 5px;
    padding-top: 35px;
}
.well-md {
    padding-bottom: 20px;
    padding-top: 35px;
}
.well-md__ins {
    padding-bottom: 20px;
    padding-top: 12px;
}
.well-md__ins1 {
    padding-bottom: 19px;
    padding-top: 26px;
}
.well-lg {
    padding-bottom: 0;
    padding-top: 51px;
}
.well-lg__ins {
    padding-top: 40px;
}
.well-xl {
    padding-bottom: 43px;
    padding-top: 14px;
}
.well-xl__ins {
    padding-bottom: 47px;
    padding-top: 40px;
}
/* ----------------------------- */

/*            footer             */

/* ----------------------------- */

footer {
    padding-top: 30px;
    padding-bottom: 40px;
}
footer .inline-list {
    margin-top: 22px;
}
footer table tr td:first-child {
    padding-left: 40px;
}
footer table .fa {
    margin-top: 1px;
}
footer table .title {
    color: white;
}
footer .address .description {
    color: rgba(255, 255, 255, 0.6);
}
footer .address span {
    position: relative;
}
footer .address span:before {
    color: #bb7a40;
    font-size: 20px;
    left: -39px;
    position: absolute;
    :7px ;
}
footer .address .phone:hover,
footer .address .email:hover {
    color: #bb7a40;
    cursor: pointer;
}
footer .copyright {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    padding-top: 10px;
}
footer .term-list {
    margin-bottom: 58px;
}
footer .testimonails.header {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    footer .inline-list {
        text-align: center;
    }
    footer table .description {
        position: relative;
        display: block;
        margin: 6px 0 10px;
    }
    .breadcrumb li {
        float: left;
        padding-right: 35px;
        position: relative;
        color: #777;
    }
    .breadcrumb li:last-child {
        color: #444;
    }
    .breadcrumb li:after {
        content: '>';
        position: absolute;
        right: 14px;
        top: 1px;
        font-size: 14px;
        color: #ccc;
    }
    .breadcrumb li:last-child::after {
        content: '';
    }
}
@media (max-width: 767px) {
    .breadcrumb-section {
        display: none;
        padding-bottom: 0;
        padding-top: 100px;
        margin-bottom: -115px;
        font-size: 12px;
    }
}
@media (max-width: 450px) {
    .breadcrumb-section {
        display: none;
    }
}

/* Card Product */
.card-product {
    width: 700px;
    margin: 90px auto 0;
    overflow: hidden;
    margin-top: 0px;
}
.card-product .list-colors {
    margin-top: -29px;
}
.card-product .list-colors .head-colors {
    font-weight: bold;
    padding-left: 6px;
}
.card-product .list-colors ul {
    overflow: hidden;
    width: 200px;
}
.card-product .list-colors ul li {
    float: left;
    padding: 5px;
}
.card-product .list-colors ul li img {
    width: 30px;
}
.card-product .description {
    padding-top: 20px;
}
.card-product .description .text {
    font-size: 12px;
    line-height: 17px;
}
.card-product .center {
    text-align: center;
    padding-top: 29px;
}
.card-product .center .big-image {
    width: 130px;
    margin-top: 30px;
}
.card-product .center .name {
    font-size: 12px;
    line-height: 16px;
    padding-top: 15px;
}
.card-product .right {
    text-align: center;
}
.card-product .name-price {
    width: 186px;
    padding-top: 4px;
    margin: 0 auto;
    line-height: 17px;
}
.card-product .price {
    font-size: 24px;
    padding-top: 12px;
}
.card-product .notes {
    line-height: 18px;
    font-size: 12px;
    text-align: left;
    padding-left: 8px;
    margin-top: 32px;
    font-style: italic;
}
.card-product .costing {
    margin-top: 14px;
    position: relative;
    top: 73px;
}
.card-product .but-costing {
    width: 185px;
    line-height: 18px;
    font-size: 11px;
    top: -73px;
}
.card-product .trademark {
    margin-top: 33px;
}
.card-product .trademark img {
    margin-top: 12px;
}
@media (max-width: 991px) {
    .card-product {
        width: 100%;
        margin-top: -10px;
    }
    .card-product .list-colors {
        text-align: center;
    }
    .card-product .description {
        padding-top: 0;
    }
    .card-product .list-colors ul {
        margin: 0 auto;
        padding-top: 10px;
    }
    .card-product .center {
        padding-top: 60px;
    }
    .card-product .right {
        padding-top: 40px;
    }
    .card-product .notes {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .card-product {
        margin-top: 100px;
    }
    .card-product .description {
        text-align: center;
    }
}

/* END Card Product */

/*
.loupe{
  background-color:#555;
  background:rgba(0, 0, 0, 0.25);
  border:5px solid rgba(0, 0, 0, 0);
  cursor: default;
}
*/

.round-loupe {
    border-radius: 150px;
    border: 5px solid #f0f0f0;
}

/* ----------------------------- */
/*            MODAL              */
/* ----------------------------- */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 12;
    overflow: auto;
}
.modal .wrap-modal-dialog {
    position: absolute;
    top: -700px;
    /*  top: 10%;*/
    left: 50%;
    margin-left: -250px;
    width: 500px;
}
.modal .modal-dialog {
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #747474;
}
.modal .modal-header {
    padding: 8px 15px;
}
.modal .close {
    color: #cbcbcb;
    font-size: 20px;
    font-weight: bold;
    float: right;
    transition: color 0.5s;
}
.modal .close:hover {
    color: #ca0000;
}
.modal .modal-body {
    position: relative;
    padding: 12px 15px 10px;
    min-height: 90px;
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.modal .modal-body .next {
    /*    outline: 1px solid red;*/
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    cursor: pointer;
    /*    cursor: url(../images/cursors/right.ico), auto;*/
}
.modal .modal-body .prev {
    /*    outline: 1px solid red;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    cursor: pointer;
    /*    cursor: url(../images/cursors/left.ico), auto;*/
}
.modal .modal-body .next .fa {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 50%;
    right: 22%;
    font-size: 60px;
    cursor: pointer;
    transition: color 0.3s;
}
.modal .modal-body .prev .fa {
    position: absolute;
    color: rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 22%;
    font-size: 60px;
    cursor: pointer;
    transition: color 0.3s;
}
.modal .modal-body .prev:hover .fa {
    color: rgba(255, 255, 255, 1) !important;
}
.modal .modal-body .next:hover .fa {
    color: rgba(255, 255, 255, 1) !important;
}
.modal .modal-footer {
    position: relative;
    padding: 28px 15px;
}
.modal .modal-footer .next {
    /*    outline: 1px solid red;*/
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    /*    cursor: url(../images/cursors/right.ico), auto;*/
}
.modal .modal-footer .prev {
    /*    outline: 1px solid red;*/
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    /*    cursor: url(../images/cursors/left.ico), auto;*/
}
.modal .modal-footer .next .fa {
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
    top: 30%;
    right: 7%;
    font-size: 50px;
    cursor: pointer;
}
.modal .modal-footer .prev .fa {
    position: absolute;
    color: rgba(0, 0, 0, 0.5);
    top: 30%;
    left: 7%;
    font-size: 50px;
    cursor: pointer;
}
.modal .ok {
    float: right;
    width: 70px;
    height: 38px;
    margin-top: -19px;
    padding: 0px;
}
@media (max-width: 540px) {
    .modal .wrap-modal-dialog {
        width: 100%;
        left: 0;
        margin-left: 0;
        padding: 0 10px;
    }
}
@media (max-width: 370px) {
    .link-entrance {
        margin-top: 5px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 requisites
* --------------------------------------------------------------------------------------- */
.wrap-requisites {
    overflow: hidden;
    margin-bottom: 50px;
}
.wrap-requisites h4 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    line-height: 24px;
}
.wrap-requisites ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrap-requisites ul li {
    border: 1px solid rgba(202, 202, 202, 1);
    width: 48%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.wrap-requisites ul li:nth-child(1n) {
    float: left;
    text-align: right;
    padding-right: 7px;
}
.wrap-requisites ul li:nth-child(2n) {
    text-align: left;
    padding-left: 7px;
}
@media screen and (max-width: 1200px) {
    .wrap-requisites ul li:nth-child(2) {
        height: 60px;
    }
}
@media screen and (max-width: 991px) {
    .wrap-requisites ul li:nth-child(1) {
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .wrap-requisites h4 {
        font-size: 16px;
    }
    .wrap-requisites {
        height: auto;
    }
    .wrap-requisites ul li {
        width: 100%;
        text-align: center;
    }
    .li-head + li {
        color: #bb7a40;
    }
    .wrap-requisites ul li:nth-child(1n) {
        float: none;
        text-align: center;
        border-bottom: none;
        padding-top: 10px;
    }
    .wrap-requisites ul li:nth-child(2n) {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border: none;
        border-left: 1px solid rgba(202, 202, 202, 1);
        border-right: 1px solid rgba(202, 202, 202, 1);
        border-bottom: 1px solid rgba(202, 202, 202, 1);
    }
    .wrap-requisites ul li:nth-child(1) {
        height: auto;
    }
    .wrap-requisites ul li:nth-child(5) {
        height: auto;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 cilings
* --------------------------------------------------------------------------------------- */
.ceilings .product {
    position: relative;
    margin-bottom: 50px;
}
.ceilings .product a {
    cursor: default;
}
.ceilings .product .number {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -70px;
    margin-top: 0;
    width: 140px;
    height: 140px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: 9px solid #fff;
    border-radius: 100px;
    font-size: 70px;
    z-index: 3;
    text-align: center;
    padding-top: 50px;
    opacity: 0;
    transition: all 0.3s;
}
.ceilings .product .ceiling:hover .number {
    margin-top: -70px;
    opacity: 0.8;
}
.ceilings .ceilng {
    cursor: default;
}
@media (max-width: 1319px) {
    .ceilings .product .number {
        width: 100px;
        height: 100px;
        font-size: 60px;
        padding-top: 30px;
        margin-left: -50px;
    }
    .ceilings .product .ceiling:hover .number {
        margin-top: -50px;
    }
}
@media (max-width: 840px) {
    .ceilings .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
}
@media (max-width: 420px) {
    .ceilings .product .number {
        width: 70px;
        height: 70px;
        font-size: 45px;
        padding-top: 19px;
        margin-left: -35px;
        border-width: 5px;
    }
    .ceilings .product .ceiling:hover .number {
        margin-top: -35px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 windows
* --------------------------------------------------------------------------------------- */
.wrap-item {
    margin-bottom: 5px;
}
.product {
    position: relative;
    margin-bottom: 50px;
}
.text-center.description {
    margin-top: 20px;
}
.product .desc-item {
    font-size: 14px;
    min-height: 34px;
}
.product .desc-item .desc-text {
    padding: 5px 0px;
    min-height: 34px;
}
.product .desc-item .edit-status {
    display: none;
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 14px;
    width: 100%;
    background-color: white;
    padding: 0;
    z-index: 2;
}
.product .desc-item .fa {
    position: absolute;
    bottom: 0;
    right: 4px;
    font-size: 22px;
    transition: opacity 0.1s;
}
.product .desc-item .w-edit {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.product .desc-item .w-edit .fa {
    position: absolute;
    top: 0;
    right: 2px;
    height: 22px;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s;
}
.product .desc-item .w-edit .fa:hover {
    opacity: 1;
}
.product .desc-item .w-edit textarea {
    width: 100%;
    padding: 4px 8px;
}
.w-windows .so-serv {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.w-windows .type-prices {
    width: 100%;
    margin: 50px 0 50px;
}
.w-windows .type-prices [class*='col-md'] {
    float: left;
    width: 33.333333333%;
}
.w-windows .type-prices .price-item {
    margin: 10px 40px 40px;
}
.w-windows .type-prices .price-image {
    margin-bottom: 15px;
}
/*.w-windows .type-prices .price-description*/

.w-windows .price-description {
    position: relative;
}
.w-windows .edit-windows-price {
    display: none;
}
.w-windows .edit-windows-price [class*='-400'] {
    display: inline-block;
    padding: 0 15px;
}
.w-windows .edit-windows-price input {
    border: 1px solid #44444444;
    border-radius: 3px;
    width: 100px;
    text-align: center;
}
.w-windows .edit-windows-price img.loading {
    top: 28px;
    left: -22px;
    width: 16px;
}
.w-windows .price-description .pencil {
    position: absolute;
    top: 1px;
    left: -25px;
    font-size: 20px;
    cursor: pointer;
}
.w-windows .price-description .fa-ok {
    position: relative;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #00a900;
    cursor: pointer;
}

@media (max-width: 670px) {
    .w-windows .type-prices [class*='col-md'] {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 840px) {
    .windows .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .windows .text-center.description {
        margin-top: 40px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 balconies
* --------------------------------------------------------------------------------------- */
.balconies .product {
    margin-bottom: 50px;
}
.balconies .text-center.description {
    margin-top: 20px;
}
@media (max-width: 840px) {
    .balconies .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .balconies .text-center.description {
        margin-top: 40px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 furniture
* --------------------------------------------------------------------------------------- */
.furniture .product {
    margin-bottom: 50px;
}
.furniture .text-center.description {
    margin-top: 20px;
}
@media (max-width: 840px) {
    .furniture .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .furniture .text-center.description {
        margin-top: 40px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 services (ремонт помещений)
* --------------------------------------------------------------------------------------- */
.services .product {
    margin-bottom: 50px;
}
.services .text-center.description {
    margin-top: 20px;
}
@media (max-width: 840px) {
    .services .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .services .text-center.description {
        margin-top: 40px;
    }
}

/* ----------------------------------------------------------------------------------------
*                                 contacts
* --------------------------------------------------------------------------------------- */
/*
.wrap-contacts .product{
    margin-bottom: 50px;
}
.furniture .text-center.description {
    margin-top: 20px;
}
@media (max-width: 840px){
    .furniture .text-center.header {
        margin-top: 100px;
        margin-bottom: -20px;
    }
    .furniture .text-center.description {
        margin-top: 40px;
    }
}
*/

/* ----------------------------------------------------------------------------------------
*                                 ADMIN_PANEL
* --------------------------------------------------------------------------------------- */
.adm-panel {
    /*  display: none;*/
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
    z-index: 5;
    background-color: #262626;
}
.adm-panel .main {
    position: relative;
    max-width: 620px;
    margin: auto;
    height: 100%;
}
.adm-panel .edit-status {
    display: none;
    position: absolute;
    top: 40px;
    background-color: white;
    width: 214px;
    padding-top: 5px;
    text-align: center;
}
.adm-panel .logout {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    border: 1px solid white;
    padding: 5px 15px;
}
.adm-panel .edit {
    width: 100px;
    background-color: white;
    padding: 5px;
    position: relative;
    top: 7px;
    font-size: 20px;
    text-align: center;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.adm-panel .go-edit {
    background-color: #a6a6a6;
    padding: 9px 10px;
    position: relative;
    top: 5px;
    left: -3px;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.adm-panel .load {
    display: none;
    position: relative;
    top: 6px;
    left: 25px;
}
/* === страница авторизации ======================= */
.fonIn {
    text-align: center;
    background: url(../images/adm_fon.jpg) no-repeat center -50px;
    background-size: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.opacity {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.fonIn .modalIn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    width: 350px;
    height: 209px;

    background-color: rgba(74, 74, 74, 0.2);

    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -175px;
    margin-top: -104px;
    padding-top: 23px;
}
.fonIn .modalIn header {
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: -57px;
}
.bginput {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(74, 74, 74, 0.3);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;

    padding: 10px 0;
    margin: 0 auto 14px;
    width: 300px;

    position: relative;
    transition: border 0.2s;
}
.bginput:hover {
    border-color: rgba(255, 255, 255, 0.6);
}
.bginput input {
    border: none;
    outline: none;
    background: none;
    width: 100%;
    padding: 0 45px 0 10px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
}
.bginput i.fa {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.7);
}
.bginput.bg_password i.fa {
    right: 16px;
}
.go input {
    border: none;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 45px;
    width: 300px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.go input:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.modalIn .alert {
    margin-top: 29px;
    height: 38px;
    padding-top: 8px;
}
.modalIn .close {
    display: block;
    position: absolute;
    top: -11px;
    right: -9px;
    width: 25px;
    height: 25px;
    text-transform: uppercase;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0px;
    line-height: 21px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s;
}
.modalIn .close:hover {
    color: red;
}

/* ----------------------------------------------------------------------------------------
*                                 ADMIN PAGES
* --------------------------------------------------------------------------------------- */
.add-door .br-br {
    margin-bottom: 10px;
}
.add-door input,
.add-door select,
.add-door textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    width: 420px;
}
.example span.key {
    color: rgba(0, 0, 0, 0.3);
}
.example span.value {
    color: rgba(213, 7, 0, 1);
}
.add-door button {
    margin-top: 5px;
    padding: 0px 26px;
}
.add-door .result {
    margin-top: 5px;
    font-size: 14px;
}
.add-door .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.add-door .w-input-image {
    position: relative;
    /*  height: 70px;*/
    width: max-content;
    /*  outline: 1px solid red;*/
}
.add-door .btn-upload {
    position: relative;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 0.25rem;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}
.add-door input[type='file'] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    opacity: 0;
    background-color: transparent;
    color: transparent;
    width: 100%;
    height: 100%;
    outline: 1px solid red;
    cursor: pointer;
}
.add-door .label {
    opacity: 0;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.add-door .label-info {
    background-color: #5bc0de;
}
.add-door .label {
    /*
      position: absolute;
      top: 28px;
      left: 0;
    */
    font-size: 12px;
}
.add-door button img.loading {
    top: 17px;
    left: -26px;
}

/* Инфо окна */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
/* END  Инфо окна */

/* ----------------------------------------------------------------------------------------
*                                17. question
* --------------------------------------------------------------------------------------- */
.form-question {
    /*	border: 1px solid red;*/
    text-align: center;
    width: 850px;
    margin: 0 auto;
}
.form-question .h2 {
    margin: 60px auto 35px;
}
.form-question .form-group,
.form-question .textarea {
    float: left;
    position: relative;
    width: 31.3333333333%;
    border: 1px solid #e7e7e7;
    margin: 0 5px;
}
.form-question .input-group-addon {
    width: 50px;
}
.form-question input[type='text'],
.form-question textarea {
    padding-left: 10px;
    width: 100%;
    /*    height: 100%;*/
    border: none;
    outline: none;
    resize: none;
    overflow: auto;
    font-weight: normal;
}
.form-question .textarea {
    width: 96.3%;
    height: 150px;
    margin-top: 10px;
}
.form-question input[type='text'] {
    font-size: 18px;
    color: #777;
    padding: 5px 15px;
}
.form-question textarea {
    font-size: 18px;
    color: #777;
    outline: none;
    padding-top: 10px;
}
.form-question .w-go-conncet {
    max-width: 250px;
    margin: 30px auto 40px;
}
.form-question button img.loading {
    top: 18px;
    left: -28px;
}
@media (max-width: 991px) {
    .form-question {
        width: 100%;
    }
    .form-question .form-group {
        width: 31.16%;
    }
    .form-question .w-go-conncet {
        margin-top: 170px;
    }
}
@media (max-width: 767px) {
    .form-question .form-group {
        float: none;
        width: 100%;
        margin: 10px auto;
    }
    .form-question .textarea {
        width: 100%;
        margin: 0 auto;
    }
    .form-question input[type='text'] {
        padding: 0 15px;
    }
}

/* кнопка трубки - заказать обратный звонок */
#popup__toggle {
    bottom: 118px;
    left: 165px;
    right: -21px;
    position: fixed;
    z-index: 999;
}
.img-circle {
    background-color: #29aee3;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #29aee3;
    width: 150px;
    height: 150px;
    bottom: -25px;
    right: 10px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #29aee3;
    width: 100px;
    height: 100px;
    bottom: 0px;
    right: 35px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    bottom: 14px;
    right: 49px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 0.7;
}
.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 72px;
    height: 72px;
    background-image: url(../images/back_call.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.img-circle:hover {
    opacity: 1;
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }
    50% {
        -webkit-transform: rotate(8deg);
    }
    100% {
        -webkit-transform: rotate(-8deg);
    }
}
@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
        -moz-opacity: 0.1;
        -webkit-opacity: 0.1;
        -o-opacity: 0.1;
    }
    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
        -moz-opacity: 0.5;
        -webkit-opacity: 0.5;
        -o-opacity: 0.5;
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.6;
        -moz-opacity: 0.6;
        -webkit-opacity: 0.6;
        -o-opacity: 0.1;
    }
}
@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.5) skew(1deg);
        -o-opacity: 0.1;
    }
    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: 0.5;
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: 0.1;
    }
}
@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: 0.1;
    }
    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.5;
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.1;
    }
}
@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}
@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: 0.2;
    }
    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: 0.2;
    }
}

@media (max-width: 768px) {
    #popup__toggle {
        bottom: 4px;
        left: 120px;
        right: inherit;
        position: fixed;
        z-index: 10;
    }
    .circlephone {
        width: 118px;
        height: 118px;
    }
    .circle-fill {
        width: 68px;
        height: 68px;
    }
    .img-circle {
        width: 40px;
        height: 40px;
    }
    .img-circleblock {
        width: 40px;
        height: 40px;
        background-size: 40%;
    }
}
.bg-success-400 {
    background-color: #50b948 !important;
    border-color: #50b948 !important;
    color: #fff !important;
}
.bg-warning-400 {
    background-color: #ff7043 !important;
    border-color: #ff7043 !important;
    color: #fff !important;
}
.bg-danger-400 {
    background-color: #ef5350 !important;
    border-color: #ef5350 !important;
    color: #fff !important;
}
.normal {
    color: #000;
}
.success {
    color: #50b948;
    font-weight: 400;
}
.warning {
    color: #db6511;
    font-weight: 400;
}
.error {
    color: #ff0000;
    font-weight: 400;
}

/* ============================================================
                          Страница 404
============================================================ */
.page-404 .image-404 {
    text-align: center;
}

@media (max-width: 767px) {
    .page-404 .image-404 {
        margin-top: 100px;
    }
}
