/***********FONTS*****************/
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Roboto-Slab';
    src:  url('fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto-Slab';
    src:  url('fonts/RobotoSlab-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
}

* {
    margin: 0;
    padding: 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

a {
    color: #375775;
}

img {
    border: none;
}

html {
    min-width: 1100px;
}
.mobile {
    display: none;
}
html, body {
    width: 100%;
    height: 100%;
    font-family: 'Lato';
    line-height: 24px;
    font-weight: normal;
    font-size: 15px;
  /*  font-size: 14px;*/
    color: #574e29;
    -webkit-text-size-adjust: 100%;
}

body {
    margin:0;
    padding:0;
   /* font-size:16px;*/
    min-width: 320px;
    position: relative;
}

h1, h2, h3 {
    font-weight: normal;
}

h2, h1  {
    font-family: 'Roboto-Slab';
    font-size: 32px;
    color: #b08a33;
    text-align: center;
}
h2.icon {
    margin: 0 0 30px 0;
    padding-top: 30px;
    background: url('images/new/contact-header.png') no-repeat center top;
}
h2.left, h1.left {
    text-align: left;
}
.w990 {
    width: 990px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

ul {
    list-style-type: none;
}

.wrapper {
   /* max-width: 1050px;*/
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}

.pattern {
    background: #faf8f1 url('images/new/pattern.jpg') repeat;
}

#project-popup, #order-popup, #order-project-, #news-popup {
    display: none;
}
#news-popup {
    z-index: 999999999 !important;
}
/*---------------------top----------------*/
.under-construction {
    width: 500px;
    text-align: center;
    margin: 10px auto 0 auto;
    /*padding-left: 150px;*/

}
.under-construction .left, .under-construction  .right, .under-construction .center {
    display: inline-block;
    vertical-align:  top;
    height: 25px;
    line-height: 25px;
    margin: 0;
}

.under-construction div {
    float: left;
}
.under-construction .center {
    background: #c1a95f;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
}
.under-construction .left, .under-construction  .right {
    width: 15px;
}
.under-construction .left {
    background:  url('images/new/uk-left.png') no-repeat right center;
}
.under-construction .right {
    background:  url('images/new/uk-right.png') no-repeat;
}

.top-right {
    position: relative;
    float: right;
   /* margin-top: -20px;*/
    margin-top: 15px;
    line-height: 23px;

    border-left: 1px #a0987e dotted;
    padding-left: 15px;
}

.top-right .social  {
    position: absolute;
    top: 0;
    left: -155px;
}
.top-right .social a {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
}
#skype {
    margin-left: 4px;
}
.top-right .lang-selector, .top-right .phone, .top-shopping-cart,  .top-delivery {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #375775;
}
#shopping-cart-wrap {
    display: inline-block;
    vertical-align: top;
}/*
.delivery-type-block.mobile, */
.omniva-delivery-fields.mobile, .dpd-delivery-fields.mobile {
    display: none;
}
#order-popup {
    z-index: 999999999;
}
.top-right .phone a {
    text-decoration: none;
}
.top-delivery a {
    text-decoration: none;
}
.top-delivery a:hover {
    text-decoration: underline;
}
.top-right .lang-selector {
    padding-right: 7px;
}
.top-right .lang-selector a {
    color: #375775;
    text-decoration: none;
    margin-right: 5px;
}
.top-right .lang-selector a.selected {
    color: #b08a33;
}
.top-right .phone, .top-shopping-cart, .top-delivery  {
    border-left: 1px #a0987e dotted;
    padding-left: 12px;
    margin-right: 12px;
}
.top-shopping-cart {
    padding-left: 38px;
    background:  url('images/new/cart-icon.png') no-repeat left 12px  center;
}
.top-shopping-cart:hover {
    cursor: pointer;
}
#search {
    position: absolute;
    right: 10px;
    top: 52px;
    /*top: 64px;*/
}
.ru #search {
    top: 44px;
}

#search input[type="text"] {
    background: url('images/new/search.png') no-repeat 5px 5px #fcfcfc;
    border: 1px solid #a0987e;
    color: #a0987e;
    width: 145px;
    padding: 3px 15px 3px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;

    box-sizing: border-box;
}

#search input[type="text"]:focus {
    outline:none;
}

.nav-line {
    margin-top: 15px;
}
.nav-line .logo, .nav-line .menu, .main-nav-wrap  {
    display: inline-block;
    vertical-align: top;
}
.mob-cart-wrap, .lang-selector-wrap, .main-search-wrap {
    display: inline-block;
}
.nav-line .menu {
   margin-top: -13px;
}
.nav-line .logo {
    margin-right: 50px;
}
.nav-line .menu ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-top: 22px;
    /*margin-top: 32px;*/
}
.nav-line .menu ul li a {
    font-family: 'Roboto-Slab';
    font-size: 21px;
    color: #375775;
    font-weight: normal;
    text-decoration: none;
}
.nav-line .menu ul li a:hover {
    color: #b08a33;
}
.nav-line .menu ul.small-menu {
    padding-left: 5px;
}
.nav-line .menu ul.small-menu  li {
    margin-top: 0;
    padding: 0 10px;
}
.ru .nav-line .menu ul.small-menu  li {
    padding: 0 3px;
}
.nav-line .menu ul.small-menu  li a  {
    font-size: 13px;
    font-family: "Lato";
}
.nav-line .menu ul.small-menu li.active a, .nav-line .menu ul.large-menu li.active a {
    color: #b08a33;
}
.service-nav  ul.small-menu li.active a {
    color: #000;
}
/*------------slider--------------*/
.slider h1, .shop-categories-main h1 {
    margin-top: 30px;
    font-family: 'Roboto-Slab';
    font-size: 40px;
    color: #b08a33;
    text-align: center;
}
.main-contact-link a {
    color: #b08a33;
    margin: 30px 0 100px 0;
    display: block;
}
.main-contact-link a:hover, .main-page-link a:hover {
    text-decoration: none;
}
.main-page-link {
    z-index: 99999999;
    position: relative;
}

.main-page-link a {
    font-family: 'Roboto-Slab';
    font-size: 32px;
    color: #b08a33;

}
.main-page-link a.slider-link-hdr , .main-page-link a.slider-link-hdr:hover,
.main-page-link a.slider-link-hdr h2 , .main-page-link a.slider-link-hdr:hover h2{
    color: #375775;
}
.roundabout-slider {
    margin-top: -25px;
}

.roundabout-holder {
    padding: 0;
    margin: 0 auto;
    height: 600px;
    width:670px;
}

.roundabout-moveable-item {
    height: 440px;
    width: 590px;
    cursor: pointer;
    display:block;
}

.roundabout-moveable-item img {
    height: 100%;
    width: 100%;
}

.roundabout-in-focus {
    cursor: auto;
}

#carousel-descriptions {
    list-style:none;
    display:block;
    position: absolute;
    margin-top: -147px;
    margin-left: 197px;
    z-index: 9996;
}

#carousel-descriptions li {
    font-size:24px;
    font-weight:bold;
    text-align:center;
    display:none;
    background: rgba(0,0,0,0.7);
}

#carousel-descriptions li .image, #carousel-descriptions li .name {
    display: inline-block;
    vertical-align: top;
    height: 64px;
    line-height: 64px;
}

#carousel-descriptions li .name {
    color: #c1a95f;
    font-size: 14px;
    font-family: "Lato";
    font-weight: bold;
    padding: 0 25px;
}

#carousel-descriptions li.current {
    display:block;
}
.slider .prev-slide, .slider .next-slide {
   position: absolute;
    margin-top: 265px;
}
.slider .prev-slide {
    margin-left: -20px;
}
.slider .next-slide {
    margin-left: 970px;
}
.slider .prev-slide:hover, .slider .next-slide:hover {
    cursor: pointer;
}
.project-slider-caption {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
   /* background: #324966;
    display: inline;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 10px;*/
}
.project-slider-caption:hover {
    cursor: pointer;
}

.slider.inner #carousel-descriptions {
    margin-left: 570px;
}
.slider.inner #carousel-descriptions li a {
    display: block;
    padding: 20px 30px;
    text-transform: uppercase;
    color: #c1a95f;
    font-weight:bold;
    font-size: 14px;
    text-decoration: none;
}
/*-----------------news------------*/
#news-block {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    background: #375775;
    color: #fff;
    z-index: 999999999999999;
    box-sizing:  border-box;
    padding-top: 12px;
    font-weight: bold;
}
#news-block a {
    color: #fff;
}
.news-indicator, .news-text  {
    display: inline-block;
    vertical-align: top;
}
.news-indicator .main-part, .news-indicator .arrow {
    float: left;
}
.news-indicator .main-part {
    background: #c1a95f;
    line-height: 27px;
    padding: 0 10px 0 15px;
}
.news-indicator .arrow {
    background:   url('images/new/news-arrow.png') no-repeat;
    width: 9px;
    height: 27px;
}
.news-indicator {
    height: 27px;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing:  border-box;
    margin-right: 23px;
}
.news-text  {
    line-height: 27px;
    padding-top: 3px;
}
.news-text a:hover {
    text-decoration: none;
}
#close-news {
    float: right;
    background:   url('images/new/close-popup.png') no-repeat;
    width: 24px;
    height: 23px;
}
#close-news:hover {
    cursor: pointer;
}
/*---------------benefits--------------*/
.benefits {
    width: 100%;
    margin-top: 63px;
   /* margin-top: -163px;*/
    padding-top: 100px;
    padding-bottom: 55px;
    background: #bca45a url('images/new/pattern.jpg') repeat;
    color: #375775;
}

.benefits-inner {
    margin: 0 auto;
    padding-top: 65px;
    text-align: center;
}
.benefits-inner .benefit {
    display: inline-block;
    width: 255px;
    text-align: left;
    padding-left: 70px;
}

.benefit span {
    width: 140px;
    color: #375775;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 25px;
}
#benefit1.benefit span {
    width: 100px;
}

#benefit1, #benefit2 {
    border-right: 1px #a0987e dotted;
}

/*-------------footer-----------------*/
.footer {
    min-height: 60px;
    background: #bca45a url('images/new/footer_pattern.jpg') repeat;
    color: #796b3d;
    width: 100%;
}
.big .footer-inner {
    width: 1020px;
}
.footer-inner {
    margin: 0 auto;
    padding-top: 20px;
}

.footer-inner.w990 a {
    color: #fff;
    text-decoration: none;
}

.footer-inner .left {
    float: left;
}

.footer-inner .right{
    float: right;
}
.footer .shop-categories {
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px #8e730c dotted;
}
.footer .shop-categories  a {
    color: #4f4622;
    font-size: 13px;
    text-decoration: none;
    display: block;
}
.footer-category {
    width: 225px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
}
.footer .shop-categories  a.main-cat {
    font-family: "Roboto-Slab";
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .shop-categories  .line {
    width: 25px;
    border-bottom: 1px #8e730c dotted;
    margin: 25px 0;
}
.footer .copyrights {
    padding: 15px 0 14px 0;
}
/*-----------------------inner pages----------------*/
.top-wrapper  {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}

.content-block-wrapper {
    background: #bca45a url('images/new/pattern.jpg') repeat;
}

.content-block, .content-block.services  {
    width: 990px;
    margin: 25px auto 0 auto;
    padding: 50px 0 100px 0;
}

.content-block .left-column, .content-block .right-column {
    display: inline-block;
    vertical-align: top;
}

.content-block .left-column {
    width: 225px;
}
.content-block .right-column {
    width: 730px;
    margin-left: 30px;
}

.content-block .left-column h2 {
    font-family: 'Roboto-Slab';
    font-size: 21px;
    color: #574e29;
    text-align: left;
}

.content-block .left-column h3 {
    margin-top: 30px;
    margin-bottom: 8px;
    font-family: 'Roboto-Slab';
    font-size: 16px;
    color: #b08a33;
}
.content-block .left-column.filters h3 {
    margin-top: 23px;
}

.content-block .right-column h2, .content-block .right-column h1 {
    font-family: 'Roboto-Slab';
    font-size: 30px;
    color: #b08a33;
    text-align: left;
}

.content-block .left-column .select-row {
    color: #375775;
    line-height: 23px;
}

.content-block .left-column .select-row input {
    margin-right: 5px;
    border: 1px #a0987e solid;
}
.content-block .left-column label:hover {
    cursor: pointer;
}

.left-column .clear-filter {
    background:  url('images/new/clear.png') no-repeat left center;
    padding-left: 25px;
}

.left-column .clear-filter:hover {
    cursor: pointer;
}
.clear-filter-block {
    margin-top: 30px;
    color: #375775;
}

.clear-filter-block a {
    text-decoration: none;
    color: #375775;
}

.clear-filter-block hr, .filters hr, .useful-links hr {
    width: 31px;
    border-top: 1px #a0987e dotted;
    border-bottom: 1px #fff dotted;
    margin: 20px 0;
}
.filters hr {
    margin-top: 24px;
    margin-bottom: 18px;
}
.project-gallery {
    margin-top: 20px;
}
.project-gallery .project-image {
   /* width: 225px;*/
    margin: 15px 30px 15px 0;
    display: inline-block;
}

.project-gallery .project-image.last {
    margin: 15px 0;
}

/*------contact page--------------*/
#contacts {
    padding-top: 50px;
}
.contact h2, .contact h1  {
    font-family: 'Roboto-Slab';
    font-size: 40px;
    color: #b08a33;
    text-align: center;
    margin: 0 0 40px 0;
}
#shop-list, #map {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}
#shop-list {
    width: 255px;
}
.m-phone, .d-phone {
    text-decoration: none;
    color: #574e29;
}
#shop-list .shop-info {

}
#shop-list .shop-inner {
    padding: 20px 20px 20px 55px;
    box-sizing: border-box;
    border-bottom: 1px #e4e2df solid;
}
#shop-list .shop-info:hover {
    background: #bca45a url('images/new/pattern.jpg') repeat;
    cursor: pointer;
    border-bottom: 0;
}
#shop-list .shop-info:last-child .shop-inner {
    border-bottom: 0;
}
#shop-list .name {
    color: #375775;
    font-size: 16px;
}
#shop-list .name:hover {
    color: #574e29;
}
.shop-inner.shop-1 {
    background:  url('images/new/w1.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-1 {
    background:  url('images/new/w1h.png') no-repeat 10px center;
}
.shop-inner.shop-2 {
    background:  url('images/new/w2.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-2 {
    background:  url('images/new/w2h.png') no-repeat 10px center;
}
.shop-inner.shop-3 {
    background:  url('images/new/w3.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-3 {
    background:  url('images/new/w3h.png') no-repeat 10px center;
}
.shop-inner.shop-4 {
    background:  url('images/new/w4.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-4 {
    background:  url('images/new/w4h.png') no-repeat 10px center;
}
.shop-inner.shop-5 {
    background:  url('images/new/w5.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-5 {
    background:  url('images/new/w5h.png') no-repeat 10px center;
}
.shop-inner.shop-6 {
    background:  url('images/new/w6.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-6 {
    background:  url('images/new/w6h.png') no-repeat 10px center;
}
.shop-inner.shop-7 {
    background:  url('images/new/w7.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-7 {
    background:  url('images/new/w7h.png') no-repeat 10px center;
}
.shop-inner.shop-8 {
    background:  url('images/new/w8.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-8 {
    background:  url('images/new/w8h.png') no-repeat 10px center;
}
.shop-inner.shop-9 {
    background:  url('images/new/w9.png') no-repeat 10px center;
}
#shop-list .shop-info:hover .shop-inner.shop-9 {
    background:  url('images/new/w9h.png') no-repeat 10px center;
}
#map, #map-wrapper {
    width: 731px;
    height: 575px;
    margin-left: -5px;
    display: inline-block;
}
#map {
    margin-left: 0;
}
.contact-info-wrapper {
    width: 100%;
    background: #bca45a url('images/new/pattern.jpg') repeat;
    padding-top: 70px;
}
.contact-info {
    margin: 0 auto;
}

.contact-footer {
    background: #375775;
    color: #fff;
    font-family: 'Roboto-Slab';
    font-size: 21px;
    height: 80px;
    text-align: center;
    padding-top: 10px;
}

.contact-footer .center {
    line-height: 38px;
    padding: 5px 0;
    padding-left: 50px;
    background:  url('images/new/contact-phone.png') no-repeat left center;
    display: inline;
}

.contact-footer .center span {
    font-weight: bold;
}
.contact-blocks {
    padding-bottom: 40px;
    color: #574e29;
    line-height: 24px;
    font-size: 14px;
}
.contact-blocks .c-phone {
    text-decoration: none;
    color: #574e29;
}
.contact-blocks a {
    color: #375775;
    text-decoration: none;
}
.contact-blocks h3 {
    font-family: 'Roboto-Slab';
    font-size: 18px;
    color: #574e29;
    margin-bottom: 30px;
}
.contact-blocks .block {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 55px;
}
.contact-blocks .block:last-child {
    margin-right: 0;
    width: 210px;
}

.contact-blocks .block span {
    display: inline-block;
}
.contact-blocks .block span.left {
    width: 60px;
}

.requisites-link {
    margin-bottom: 60px;
    display: inline-block;
}
.requisites-link a {
    color: #375775;
    text-decoration: none;
    border-bottom: 1px #375775 dashed;
}

#requisites, #terms, #news-popup {
    display: none;
    background: #19314b;
    padding: 40px;
    color: #fff;
}
#news-popup {
    width: 700px;
    z-index: 9999999999999;
}
#news-popup.coupon {
    background: none;
    padding: 0;
    width: 640px;
}
#terms {
    width: 990px;
    margin: 20px auto;
}
#requisites h2, .rules h2, #news-popup h2 {
    background: none;
    padding: 0;
    color: #fff;
    margin-bottom: 30px;
}

#requisites p .header {
    display: inline-block;
    width: 150px;
    font-weight: bold;
}
.map-box {
    padding: 30px;
    color: #574e29;
    font-size: 14px;
    font-family: "Lato";
    margin-top: 40px;
}

.map-box .more-link {
    margin-top: 20px;
    margin-left: 20px;
}
.map-box .more-link a {
    color: #375775;
    text-decoration: none;
}

.map-box h3 {
    font-family: 'Roboto-Slab';
    color: #375775;
    font-size: 18px;
}

.map-address {
    margin-bottom: 10px;
}
.work-time {
    margin-top: 10px;
}
.work-time-header {
    color: #a0987e;
}

.map-box .left-column {
    position: absolute;
    top: 8px;
    right: 0;
    width: 175px;

}

.map-box .left-column .image {
    width: 80px;
    height: 80px;
    margin-left: 20px;

}

.map-box .bottom-indicator {
    position: absolute;
   /* bottom: -25px;*/
    width: 55px;
    height: 53px;
    margin-left: 150px;

}

.map-box .bottom-indicator.indicator1 {
    background: url('images/new/markerh1.png') no-repeat;
}
.map-box .bottom-indicator.indicator2 {
    background: url('images/new/markerh2.png') no-repeat;
}
.map-box .bottom-indicator.indicator3 {
    background: url('images/new/markerh3.png') no-repeat;
}
.map-box .bottom-indicator.indicator4 {
  /*  margin-left: 150px;*/
    background: url('images/new/markerh4.png') no-repeat;
}
.map-box .bottom-indicator.indicator5 {
    background: url('images/new/markerh5.png') no-repeat;
}
.map-box .bottom-indicator.indicator6 {
    background: url('images/new/markerh6.png') no-repeat;
}
.map-box .bottom-indicator.indicator7 {
   background: url('images/new/markerh7.png') no-repeat;
}
.map-box .bottom-indicator.indicator8 {
    background: url('images/new/markerh8.png') no-repeat;
}
.map-box .bottom-indicator.indicator9 {
    background: url('images/new/markerh9.png') no-repeat;
}
/*----------designers page-------------*/
.designer-list a {
    color: #574e29;
}
.designer-short {
    width: 735px;
    height: 220px;
    margin: 25px auto;
    background: #fff;
    position: relative;
}

.designer-short .left {
    margin: 40px;
    width: 460px;
    display: inline-block;
    vertical-align: top;
}

.designer-short h3 {
    color: #375775;
    font-family: 'Roboto-Slab';
    font-size: 21px;
}

.designer-short .position {
    font-family: 'Roboto-Slab';
    font-size: 16px;
    color: #b08a33;
    margin-bottom: 20px;
}

.designer-short .right {
    width: 175px;
    height: 220px;
    position: absolute;
    right: 0;
    top: 0;
}

.designer-left-list, .designer-info, .left-list, .main-info-block {
    display: inline-block;
    vertical-align: top;
}

.designer-left-list, .left-list {
    width: 230px;
    margin-right: 15px;
}

.designer-left-list a.active .designer-inner-list-block .name {
    color: #574e29;
}

.designer-info, .main-info-block {
    width: 735px;
}

.designer-breadcrumbs .active-link {
    padding: 0 9px;
}
.designer-inner .back-link, .designer-breadcrumbs a, .back-link, .breadcrumbs a{
    display: block;
    color: #375775;
    font-size: 13px;
    text-decoration: none;
}
.designer-breadcrumbs a, .breadcrumbs a {
    display: inline-block;
    padding: 0px 9px;
    line-height: 19px;
}
.designer-breadcrumbs  .home-link, .breadcrumbs .home-link {
    border-right: 1px #a0987e dotted;
}

.designer-list-header {
    font-family: 'Roboto-Slab';
    font-size: 21px;
    color: #574e29;
    margin: 28px 0 20px 0;
}

.contact-inner .designer-list-header {
    color: #b08a33;
}

.designer-inner-list-block .photo, .designer-inner-list-block .name, .service-av-shop .photo, .service-av-shop .description {
    display: inline-block;
    vertical-align: top;
}

.designer-left-list a {
    display: block;
    margin: 20px 0;
    text-decoration: none;
}

.designer-left-list a.back-link {
    margin: 0;
}
.designer-inner-list-block .photo, .service-av-shop .photo {
    width: 57px;
    height: 57px;
    margin-right: 20px;
}
.service-av-shop {
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
}
.service-av-shop.shop3, .service-av-shop.shop6, .service-av-shop.shop9 {
    margin-right: 0;
}
.service-av-shop .description {
    width: 142px;
    line-height: 15px;
}
.service-parameters h3 {
    color: #b08a33;
    font-family: "roboto-slab";
    font-size: 18px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.service-av-shop .description .address {
    color: #574e29;
    margin-top: 10px;
}
.designer-inner-list-block.contact-block .photo {
    margin-right: 10px;
}
.service-av-shop .photo  {
    margin-right: 8px;
    margin-bottom: 20px;
}
.designer-inner-list-block .name {
    font-family: 'Roboto-Slab';
    width: 140px;
    font-size: 16px;
    color: #375775;
    padding-top: 5px;
}
.designer-inner-list-block.contact-block .name {
   font-size: 15px;
    line-height: 16px;
    padding-top: 0;
    width: 158px;
}
.designer-inner-list-block.contact-block .name .address {
    font-size: 13px;
    color: #574e29;
    font-family: "Lato";
}

#project-popup .designer-inner-list-block .name  {
    width: 150px;
}
.designer-info h2, .designer-info h1 {
    text-align: left;
    margin: 25px 10px 30px 10px;
}

.designer-info-text, .info-text {
    background: #fff;
    width: 735px;
    min-height: 320px;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
}
.info-text  {
    min-height: 100px;
}
.designer-education {
    margin-top: 5px;
}
.designer-education li  {
    padding: 15px 10px 15px 40px ;
    background: url('images/new/education.png') no-repeat left 20px;
    border-bottom: 1px #a0987e dotted;
    line-height: 21px;
}
.designer-education li:last-child {
    border-bottom: 0;
}
.designer-info-text .text-block {
    width: 415px;
}
.designer-info-text .text-block .slogan {
    font-weight: bold;
    margin-bottom: 15px;
}
.designer-info-text .photo-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 240px;
}

.designer-contact-block, .designer-call, .designer-services, .shop-parameters, .service-parameters {
    width: 735px;
    background: #f6efd9;
    border-bottom: 3px #c1a95f solid;
    padding: 40px;
    box-sizing: border-box;
    position: relative;
}
.designer-contact-block {
    padding: 20px 40px;
}
.shop-parameters {
    margin-left: 10px;
    margin-top: 30px;
}

.designer-services {
    margin: 0 auto 30px auto;
}

.all-designer-photo {
    width: 100%;
    height: 300px;
    background: transparent url('images/new/dizaineri.jpg') no-repeat right center;
    background-size: cover;
    margin: 20px 0;
}
.designer-services h2 {
    margin-top: 0;
    line-height: 35px;
}
.designer-services p {
    margin-top: 10px;
}
.designer-services ul {
    list-style-type: disc;
    margin-left: 25px;
}
.designer-contact-block .contact-header {
    color: #b08a33;
    font-family: 'Roboto-Slab';
    font-size: 16px;
    margin-bottom: 11px;
    /*margin-bottom: 15px;*/
}

.designer-contact-block .phones, .designer-contact-block  .address {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.designer-contact-block  .address {
    margin-left: 20px;
}

.designer-contact-block span.left {
    display: inline-block;
    width: 85px;
}
.designer-contact-block .address-header a {
    text-decoration: none;
    color: #375775;
}

.btn-free-consultation, .btn-free-consultation2  {
    background: #375775;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    padding-left: 25px;
    padding-right: 25px;
    position: absolute;
    right: 0;
    top: 55px;
   /* top: 80px;*/
    display: block;
    /* display: none;*/
 }

 .btn-free-consultation2 {
     background: transparent url('images/new/btn-right.png') no-repeat right center;
     width: 15px;
     height: 39px;
     right: -15px;
 }

 .designer-works {
     width: 735px;
     background: #fff;
     margin: 30px 0;
     padding: 30px;
     box-sizing: border-box;
 }

 .designer-call {
     /*display: none;*/
    margin-bottom: 30px;
}
.designer-works  h3, .designer-call h3 {
    font-family: 'Roboto-Slab';
    font-size: 21px;
    color: #b08a33;
}

.designer-call  .subheader {
    margin-bottom: 25px;
    margin-top: 10px;
}

.designer-call input, .designer-call textarea, .order-inputs input, .order-inputs textarea {
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 13px;
    font-size: 14px;
    color: #574e29;
    border: 1px #cdc6b0 solid;

    -moz-box-shadow: 0 2px 3px #dee0e3 inset, 0 1px 0 #f4f7fa;
    -webkit-box-shadow: 0 2px 3px #dee0e3 inset, 0 1px 0 #f4f7fa;
    box-shadow: 0 3px 2px #dee0e3 inset, 0 1px 0 #f4f7fa;
    outline: none;
    box-sizing: border-box;
}
.order-inputs input, .order-inputs textarea {
    margin-bottom: 35px;
    font-size: 14px;
    font-family: "Lato";
}
.designer-call input.name, .designer-call textarea {
    width: 500px;
}
.designer-call input.phone {
    width: 150px;
}
.designer-call input.email {
    width: 267px;
}
.designer-call textarea {
    height: 115px;
    font-size: 14px;
    font-family: "Lato";
    padding: 15px 13px;
}

.order-inputs textarea,  .order-inputs input.name {
    width: 445px;
}
.order-inputs input.phone {
    width: 147px;
}
.order-inputs input.email {
    width: 240px;
}
.order-inputs textarea {
    height: 75px;
    margin-bottom: 30px;
    padding-top: 10px;
}
#order_data .order-inputs label {
    font-size: 12px;
    position: absolute;
    margin-top: -23px;
}

.designer-form-sibmit div, .filter-form-sibmit div, .submit-btn div, .order-project-form-submit div  {
    display: inline-block;
    vertical-align: top;
    line-height: 39px;
    background: #375775;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}
#order-project-form-submit .center-bg {
    background: #c1a95f;
    line-height: 39px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    float: left;
    padding: 0 20px;
}
#order-project-form-submit .right-bg {
    float: left;
    width: 15px;
    height: 39px;
    background: transparent url('images/new/btn-right-h.png') no-repeat right center;
}
#free-consult-form .or, #order_data .or {
    display: inline-block;
    width: 75px;
    text-align: center;
    line-height: 39px;

}
#order_data .or {
    width: 50px;
}
.designer-form-sibmit:hover, .filter-form-sibmit:hover, .submit-btn:hover {
    cursor: pointer;
}
.designer-form-sibmit  .center-bg, .filter-form-sibmit  .center-bg, .submit-btn .center-bg {
    padding: 0 25px;
}
.designer-form-sibmit  .left-bg, .filter-form-sibmit  .left-bg, .submit-btn .left-bg {
    background: transparent url('images/new/btn-left.png') no-repeat left center;
    /*background: transparent url('images/new/btn-left.png') no-repeat right center;*/
    width: 15px;
    height: 39px;
}
.designer-form-sibmit  .right-bg, .filter-form-sibmit  .right-bg, .submit-btn .right-bg {
    background: transparent url('images/new/btn-right.png') no-repeat right center;
    width: 15px;
    height: 39px;
}

.designer-form-sibmit, .filter-form-sibmit, .submit-btn {
    margin-top: 10px;
    margin-bottom: 20px;
}
#designer-form {
    padding-top: 50px;
    padding-bottom: 80px;
}
#designer-form .subheader {
    text-align: center;
}
#designer-form .inputs {
    width: 530px;
    margin: 0 auto;
}
#designer-form .designer-form-sibmit, #designer-form .submit-btn, #designer-form  #free-consult-form .result {
    text-align: center;
}
#designer-form  .designer-call .subheader {
    font-size: 16px;
    margin-top: 20px;
}
.filter-form-sibmit {
    margin-top: 30px;
}

#free-consult-form  .result {
    margin-top: 20px;
}

.gallery-image {
    position: relative;
}

.gallery-image:hover {
    cursor: pointer;
}

.gallery-image .number {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #c1a95f;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
}
/*--------------gallery popup------------*/
#slider1_container {
    position: relative; top: 0px; right: 0px; width: 680px;
    height: 420px;  overflow: hidden;
}
.jssor-slides-u {
    cursor: move; position: absolute; right: 0px; top: 0px; width: 560px; height: 420px; overflow: hidden;
}
#project-popup, #product-popup, #order-popup, #order-project-popup  {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    background: rgba(25,50,75,0.95);
    /*background: #19324b;*/
    color: #fff;
}
#order-project-popup {
    display: none;
}
.popup-top-wrapper {
    background: #324966;
    height: 100px;
}
.popup-top {
    width: 990px;
    margin: 0 auto;
    font-size: 16px;
}

.popup-top .step, .popup-top .next-step,  .popup-top .phone {
    display: inline-block;
    vertical-align: top;
}
.popup-top .phone a {
    color: #fff;
    text-decoration: none;
}
.popup-top .steps {
    padding-top: 27px;
    display: block;
}
.popup-top .step {
    width: 160px;
    margin-right: 40px;
}
.popup-top .step a {
    text-decoration: none;
    color: #fff;
}
.popup-top .step a:hover {
    text-decoration: underline;
}
.popup-top .step.step3 {
    width: 200px;
}
.popup-top .next-step {
    width: 13px;
    height: 37px;
    background: transparent url('images/new/popup-steps.png') no-repeat right center;
    margin-right: 40px;
    margin-top: 8px;
}

.popup-top .phone {
    width:200px;
    position: absolute;
    padding-left: 50px;
    background: transparent url('images/new/contact-phone.png') no-repeat left center;
}

.popup-top .phone  span {
    font-weight: bold;
}

.popup-body {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.popup-body  h2 {
    margin-top: 50px;
    color: #fff;
    text-align: left;
    margin-bottom: 30px;
    font-size: 30px;
}

#close-popup, #close-requisites, #close-full-width-image, #close-order-popup, #close-terms, #close-popup-order, #close-news-popup {
    position: absolute;
    right: -40px;
    /*right: -20px;*/
    width: 24px;
    height: 24px;
    display: block;
    background: transparent url('images/new/close-popup.png') no-repeat left center;
}

#close-popup {
    color: #b9a458;
    width: 100px;
    padding-left: 30px;
    right: -145px;
}
#close-order-popup {
    top: 20px;
    right: 5px;
}
#close-popup:hover,  #close-requisites:hover, #close-full-width-image:hover, #close-order-popup:hover, #close-terms:hover, #close-popup-order:hover, #close-news-popup:hover {
    cursor: pointer;
}
#close-requisites, #close-terms, #close-news-popup  {
    right: 20px;
    margin-top: -20px;
}

#close-news-popup.coupon {
    background: transparent url('images/new/close-coupon.png') no-repeat left center;
    width: 56px;
    height: 100px;
    right: -40px;
    top: 20px;
}

#close-full-width-image {
    margin-top: -10px;
}
#full-width-image {
    display: none;
    background: #1a324a;
    padding: 10px;
}
#full-width-image-content {
    line-height: 0;
}

#project-popup .gallery_slider, #project-popup .projct-info {
  /*  display: inline-block;
    vertical-align: top;*/
}

#project-popup .gallery_slider, #project-popup .projct-info, #product-popup .gallery_slider,  #product-popup .projct-info {
    float: left;
    height: 420px;
    padding: 0;
    margin: 0;
}
#project-popup .gallery_slider, #product-popup .gallery_slider {
    width: 680px;
}
#project-popup .projct-info, #product-popup .projct-info {
    width: 306px;
    background: #bca45a url('images/new/pattern.jpg') repeat;
    position: relative;
}

#project-popup .designer-info {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

#project-popup .designer-info a {
    text-decoration: none;
}

#project-popup .designer-inner-list-block .photo,  #project-popup .designer-inner-list-block .text {
    display: inline-block;
    vertical-align: top;
}

#project-popup  .designer-inner-list-block .text, #project-popup  .designer-inner-list-block .name {
    font-size: 14px;
    padding-top: 0;
}


#project-popup  .designer-inner-list-block .position {
    color: #574e29;
}

#project-popup .parameters {
    margin: 40px 30px;
}
#product-popup .parameters {
    margin: 30px;
}

#project-popup .parameters .header,  #product-popup  .parameters .header{
    color: #574e29;
    width: 115px;
    margin-right: 20px;
    display: inline-block;
}


#product-popup  .parameters .header {
    width: 130px;
}

#project-popup .parameters .header.large,  #product-popup  .parameters .header.large {
    width: 200px;
}
#project-popup .parameters .info,  #product-popup .parameters .info {
    color: #375775;
}

#project-popup .parameters .info.desc,  #product-popup .parameters .info.desc {
    font-size: 14px;
    line-height: 15px;
  /*  color: #574e29;*/
}


    /* jssor slider thumbnail navigator skin 02 css */
/*
.jssort02 .p            (normal)
.jssort02 .p:hover      (normal mouseover)
.jssort02 .pav          (active)
.jssort02 .pav:hover    (active mouseover)
.jssort02 .pdn          (mousedown)
*/
.jssort02 .w
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jssort02 .c
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    height: 75px;
}
.jssort02 .p:hover .c, .jssort02 .pav:hover .c, .jssort02 .pav .c
{
    border-width: 0px;
    top: 2px;
    left: 2px;
    width: 95px;
    height: 75px;
    cursor: pointer;
}
.jssort02 .p:hover .c, .jssort02 .pav:hover .c
{
    top: 0px;
    left: 0px;
    width: 97px;
    height: 75px;
    cursor: pointer;
}
#project_data .prev_link, #project_data .next_link,  #product_data .prev_link, #product_data .next_link {
    width: 25px;
    height: 53px;
    margin-top: 165px;
    position: absolute;
}

#project_data .prev_link, #product_data .prev_link  {
    margin-left: -40px;
    background:  url('images/new/prev-project-arrow.png') no-repeat;
    left: 0;
}

#project_data .next_link, #product_data .next_link {
    right: -40px;
    background:  url('images/new/next-project-arrow.png') no-repeat;
}


.pagination  {
    margin: 50px 0 0 0;
}

.pagination .prev, .pagination .next {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

.pagination .prev.inactive, .pagination .next.inactive {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}

.pagination a {
    text-decoration: none;
    padding: 0 19px;
    font-family: "Roboto-Slab";
    font-size: 18px;
    color: #375775;
}
.pagination a.active {
    color: #574e29;
}

.pagination a.page {
    border-right: 1px #a0987e dotted;
}
.pagination a.page.last {
    border-right: 0;
}
.pagination .prev {
    background:  url('images/new/prev.png') no-repeat;
    margin-right: 8px;
}
.pagination .next {
    background:  url('images/new/next.png') no-repeat;
    margin-left: 8px;
}

.cycle-slideshow, .category .cycle-slide {
    height: 250px;
    z-index: 999;
}
.cycle-carousel-wrap {
   z-index: 999999;
}
.shop-categories-main {
    display: block;
    margin: 0 auto;
    width: 990px;
}

.shop-categories-main .slider-text {
    color: #574e29;
    font-size: 15px;
    line-height: 21px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.shop-categories-main .category, .designer-chooser  .category {
    padding: 0px 15px;
    height: 250px;
    position: relative;
    width: 225px;
    white-space: normal !important;
    vertical-align: top;
}
.designer-chooser  .category {
    width: 180px;
}
.shop-categories-main .category-image {
    width: 225px;
    height: 170px;
}
.shop-categories-main .category a {
    text-decoration: none;
}
.shop-categories-main .category  .category-name {
    font-family: 'Roboto-Slab';
    font-size: 18px;
    color: #375775;
    text-align: center;
    height: 80px;
    width:165px;
    padding: 0 30px;
}
.fabrics-steps-link {
    text-decoration: none;
}
.fabrics-steps-link .step {
    color: #574e29;
}
#fabrics-steps .shop-categories-main .category  .category-name {
    padding: 0;
    width: 225px;
}
#fabrics-steps .category-content {
    color: #574e29;
    line-height: 21px;
    font-size: 14px;
    margin-top: 10px;
}
.designer-chooser  .category-name{
    font-family: "Roboto-Slab";
    font-size: 16px;
    margin-top: 30px;
    color: #375775;
    white-space: nowrap;
}
.services .shop-categories-main .category, .services .cycle-slideshow, .category .cycle-slide,
#fabrics-steps .shop-categories-main .category, #fabrics-steps .cycle-slideshow, .category .cycle-slide {
    height: 300px;
}
.services .shop-categories-main .category .category-name,
#fabrics-steps .shop-categories-main .category .category-name {
    height: 180px;
}

.shop-categories-main .category  .category-name span{
    display: block;
    margin-top: 15px;
}
.shop-categories-main{
    padding-top: 80px;
}
#fabrics-steps .shop-categories-main {
    padding: 40px 0 80px 0;
}
.shop-categories-main h2 {
   /* margin-top: 80px;*/
    margin-bottom: 15px;
}
.shop-categories-main p {
    width: 950px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 35px;
}
#prev-cat, #next-cat, #prev-cat-service, #next-cat-service  {
    width: 22px;
    height: 41px;
    display: block;
    position: absolute;
    top: -185px;
}

#prev-cat-service, #next-cat-service, #fabrics-steps #prev-cat, #fabrics-steps   #next-cat {
    top: -235px;
}
.carousel-nav {
    position: relative;
}
#prev-cat, #prev-cat-service {
    background: url('images/new/min-prev.png') no-repeat;
    left: -20px;

}
#next-cat,  #next-cat-service  {
    background: url('images/new/min-next.png') no-repeat;
    right: -50px;
}

#page-submenu {
    background: #c1a95f;
    width: 100%;
    color: #fff;
}
#page-submenu-ws {
    width: 100%;
    height: 54px;
    display: none;
}
#page-submenu.fixed {
    position: fixed;
    top: 0;
    z-index: 99999999999;
}
#page-submenu.fixed ul {
    margin-top: 0;
}
#page-submenu ul {
    width: 990px;
    margin: 22px auto 0 auto;
}
#page-submenu ul li {
    display: inline-block;
    margin-right: 35px;
    /*margin-right: 40px;*/
   /* margin-right: 46px;*/
    padding: 15px 0;
    font-size: 16px;
    font-family: "Roboto-Slab";
}

#page-submenu ul li:hover {
    cursor: pointer;
}
/*----------------audumi-----------*/
.fabrics-steps  {
    color: #574e29;
    padding-top: 57px;
}
.fabrics-steps h2, .fabrics-steps h1{
    /*margin-top: 57px;*/
    font-size: 40px;
}
.fabrics-steps h2 span, .fabrics-steps h1 span {
   line-height: 40px;
   border-bottom: 1px #b08a33 solid;
    display: inline-block;
}
.fabrics-steps .subheader {
    text-align: center;
    font-size: 16px;
    margin: 10px 0 50px 0;
}
.fabrics-steps.curtains .subheader {
    margin: 20px 0 40px 0;
}
.fabrics-steps .subheader a {
    text-decoration: none;
}
.fabrics-steps .steps {
    width: 990px;
    margin: 0 auto 90px auto;
}
.price-groups {
    text-align: center;
}
.fabrics-steps .step, .fabrics-steps .step-arrow, .price-groups .price-group {
    display: inline-block;
    vertical-align: top;
}
.fabrics-steps .step, .price-groups .price-group {
    width: 275px;
    text-align: center;
    margin: 0 15px;
}
.price-groups .price-group {
    width: 300px;
}
.fabrics-steps .step-arrow {
    width: 18px;
    height: 52px;
    margin-top: 30px;
    background: url('images/new/audumi_arrow.png') no-repeat;
}
.fabrics-steps .step  .image  {
    width: 275px;
    height: 65px;
}
.price-groups .price-group .image {
    width: 300px;
    height: 175px;
    margin-top: 50px;
}
.fabrics-steps .step1  .image {
    background: url('images/new/audumi1.png') no-repeat center top;
}
.fabrics-steps .step2  .image {
    background: url('images/new/audumi2.png') no-repeat center top;
}
.fabrics-steps .step3  .image {
    background: url('images/new/audumi3.png') no-repeat center top;
}

.price-groups .price-group.group2 .image {
    background: url('images/new/premium.jpg') no-repeat center top;
}

.price-groups .price-group.group3 .image {
    background: url('images/new/lux.jpg') no-repeat center top;
}

.fabrics-steps.curtains .step  .image {
    height: 170px;
    margin-bottom: 40px;
}
.fabrics-steps.curtains .step1  .image {
    background: url('images/new/aizkari1.png') no-repeat center top;
}
.fabrics-steps.curtains .step2  .image {
    background: url('images/new/aizkari2.png') no-repeat center top;
}
.fabrics-steps.curtains .step3  .image {
    background: url('images/new/aizkari3.png') no-repeat center top;
}
.fabrics-steps.curtains  .step-arrow {
    margin-top: 60px;
}
.fabrics-steps  h3,  .price-groups .price-group h3 {
    color: #375775;
    font-size: 21px;
    font-family: "Roboto-Slab";
    margin-bottom: 12px;
}
.price-groups .price-group h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.price-groups .price-group .price {
    color: #c1a95f;
    font-size: 16px;
    font-family: "Roboto-Slab";
    margin-bottom: 12px;
}
.fabrics-steps .step p,  .price-groups .price-group p {
    line-height: 21px;
}


.designers-block-list {
    padding: 70px 0;
}
.designers-block-list.pattern {
    background: #faf8f1 url('images/new/pattern.jpg') repeat;
}
.designers-block-list h2.icon {
    margin: 0 0 20px 0;
}
.designer-wrapper {
    margin: 0 auto;
}
.designers-block-list p, .contact-map-links p {
    width: 770px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.designer-list-wrap {
    text-align: center;
    margin-top: 40px;
}

.designer-list-wrap a {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.designers-block-list .designer-inner-list-block .photo {
    margin: 0 auto;
}
.designers-block-list .designer-inner-list-block .name {
    font-size: 14px;
    font-family: "Lato";
    padding-top: 9px;
}
.designer-inner-list-block.contact-page, .designer-list-wrap.contact-page a  {
    width: 245px;
    text-decoration: none;
    margin-bottom: 40px;
}
.designer-inner-list-block .left-part, .designer-inner-list-block .right-part {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.designer-inner-list-block .left-part {
    width: 75px;
}
.designer-inner-list-block .right-part {
    width: 165px;
}
.designer-inner-list-block .right-part .name {
    padding-top: 0;
    margin-top: -5px;
}
.designer-inner-list-block .right-part .phone{
color: #574e29;
}
#contact-review {
    padding-top: 30px;
    text-align: center;
}

#contact-review  .designer-form-sibmit div {
    background: #c1a95f;
}
#contact-review .designer-form-sibmit .left-bg {
    background: transparent url('images/new/btn-left-h.png') no-repeat right center;
}
#contact-review .designer-form-sibmit .right-bg {
    background: transparent url('images/new/btn-right-h.png') no-repeat left center;
}
.designer-bottom-block {
    background: #375775;
    color: #fff;
    text-align: center;
    font-size: 21px;
    font-family: "Roboto-Slab";
    padding: 25px 0;
 }
.designer-bottom-block .bold {
    font-weight: bold;
}
.designer-bottom-block a {
    color: #c1a95f;
    text-decoration: none;
}
.designer-bottom-block .bold a {
    color: #fff;
}
.designer-bottom-block a.first {
    border-bottom: 1px #c1a95f solid;
}
.designer-bottom-block a.second {
    border-bottom: 1px #c1a95f dashed;
}
.designer-bottom-block div {
    line-height: 38px;
    padding: 5px 0;
    padding-left: 50px;
    background: url('images/new/contact-phone.png') no-repeat left center;
    display: inline;
}

.contact-map-links {
    width: 100%;
    height: 360px;
    background: url('images/new/map.jpg') no-repeat center center;
    padding-top: 70px;
    box-sizing: border-box;
    margin-top: 60px;
    text-align: center;
  /*  background-size: cover;*/
}
.submit-btn{
    display: inline;
}
.submit-btn div{
    float: left;
}
.contact-map-links a {
    margin: 30px auto;
    display: inline-block;
}

.contact-map-links  .submit-btn .left-bg {
    background: transparent url('images/new/btn_shadow_left.png') no-repeat right center;
    width: 36px;
}
.contact-map-links  .submit-btn .right-bg {
    background: transparent url('images/new/btn_shadow_right.png') no-repeat right center;
    width: 31px;
}
.pattern .designer-call {
    background: transparent;
    border-bottom: 0;
    margin-bottom: 0;
}
.designer-call .invalid, .order-inputs  .invalid, .sbHolder.invalid {
    border: 1px #ff0000 solid;
}
/*---------------service page -----------------*/
.services h2, .services h1 {
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 30px;
    padding-left: 9px;
    font-family: 'Roboto-Slab';
    font-size: 32px;
    color: #b08a33;
}
.services  .breadcrumbs a {
    text-decoration: none;
}
.service-block .image, .service-block .info {
    display: inline-block;
    vertical-align: top;
}
.service-block {
    background: #fff;
    margin-bottom: 30px;
    display: block;
}
.service-block .image {
    width: 350px;
    height: 265px;
}
.service-block .image.mobile {
    display: none;
}
.service-block .info {
    width: 300px;
    padding: 40px;
}
.service-block {
    text-decoration: none;
}
.service-block .info h3 {
    color: #375775;
    font-size: 21px;
    font-family: "Roboto-Slab";
    margin-bottom: 15px;
}
.service-block .info p {
    color: #574e29;
    line-height: 21px;
}
.left-list {
    padding-left: 5px;
    box-sizing: border-box;
}
.service-nav {
    margin-top: 70px;
}

.service-nav a  {
    font-size: 14px;
    text-decoration: none;
    font-family: "Roboto-Slab";
    display: block;
    line-height: 18px;
    margin-top: 15px;

}
.service-nav a.selected {
    color: #574e29;
}

.break {
    height: 30px;
}
/*----action block ----*/

.action, .custom-left-block-min {
    margin-top: 30px;
}

.action h3,  .custom-left-block-min h3 {
    color: #375775;
    font-family: "Roboto-Slab";
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 8px;
}

 .action hr,  .custom-left-block-min hr {
    width: 31px;
    border-top: 1px #a0987e dotted;
}

.action p,  .custom-left-block-min p {
    color: #574e29;
    line-height: 21px;
    font-size: 13px;
}
 .action .time {
    color: #b08a33;
}
.custom-left-block-min.shop-link a {
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    font-family: "Lato";
}
.sbutton {
    background: #c1a95f;
    color: #fff;
    padding: 6px 25px;
    float: left;
}
.sbutton-right  {
    float: left;
    width: 12px;
    height: 33px;
    background: url('images/new/sbutton-right.png') no-repeat;
}

.service-description h3 {
    color: #b08a33;
    font-size: 21px;
    font-family: "roboto-slab";
    margin-bottom: 20px;
}

.services {
    padding: 0 0 80px 0;
}

.main-page-slider-inner {
    padding-top: 90px;
}
.service-prices {
    padding: 80px 0;
}
.search.web-shop {
    margin-top: 25px;
    padding-bottom: 80px;
}
.search-results {
    text-align: center;
    padding-top: 80px;
    width: 850px;
    margin: 0 auto;
}

.product-quantity input, .quantity-block input {
    width: 33px;
    height: 38px;
    box-sizing: border-box;
    margin-left: 10px;
    text-align: center;
    color: #574e29;
    font-family: "roboto-slab";
    font-weight: bold;
}
.quantity-block, .quantity-indicator {
    display: inline-block;
    vertical-align: top;
}
.quantity-indicator {
    width: 60px;
   /* padding-left: 10px;*/
}
.quantity-block {
    width: 59px;
}
.quantity-block input {
    margin: 0;
    height: 29px;
    width: 33px;
    float: left;
}
#quantity.invalid {
    border: 1px #ff0000 solid;
}
.product-quantity .quantity-change, .quantity-block .quantity-change   {
    width: 20px;
    height: 38px;
    display: inline-block;
    vertical-align: top;
    background: #375775;
}
.quantity-block .quantity-change {
    height: 29px;
    float: left;
}
.product-quantity #quant-up, .quantity-block .up {
    height: 19px;
    border-bottom: 1px #4b6883 solid;
    background: transparent url('images/new/q-up.png') no-repeat center center;
}
.product-quantity #quant-down, .quantity-block .down {
    height: 19px;
    background: transparent url('images/new/q-down.png') no-repeat center center;
}
.product-quantity #quant-up:hover, .quantity-block .up:hover {
    cursor: pointer;
    background: transparent url('images/new/q-up-h.png') no-repeat center center;
}
.product-quantity #quant-down:hover, .quantity-block .down:hover {
    cursor: pointer;
    background: transparent url('images/new/q-down-h.png') no-repeat center center;
}
.quantity-block .up, .quantity-block .down {
    height: 14px;
}

.additional-products {
    padding-top: 70px;
    padding-left: 10px;
}
.additional-products h3 {
    font-size: 21px;
    color: #c1a95f;
    margin-bottom: 30px;
}
.additional-products .additional-item {
    width: 300px;
    height: 70px;
    display: inline-block;
    text-decoration: none;
    margin-right: 36px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.additional-products .additional-item.last {
    margin-right: 0;
}

.additional-products .additional-item:hover {
    cursor: pointer;
}
.additional-products .additional-item .image, .additional-products .additional-item .description {
    display: inline-block;
    vertical-align: top;
}
.additional-products .additional-item .image {
    width: 97px;
    height: 70px;
}
.additional-products .additional-item .description {
    width: 195px;
    padding: 15px;
    box-sizing: border-box;
}
.additional-products .additional-item .description .name {
    font-size: 16px;
    color: #375775;
    line-height: 15px;

}
.additional-products .additional-item .description .price {
    color: #574e29;
}
.pages-label {
    margin-right: 65px;
    width: 160px;
    text-align: right;
    margin-top: 20px;
}
.inner-contact {
    background: #fff;
    margin-left: 10px;
    width: 100%;
}
.inner-contact .image{
    width: 465px;
    height: 350px;
}
.inner-contact .contact-info, .inner-contact .image {
    display: inline-block;
    vertical-align: top;
}
.inner-contact .contact-info {
    width: 255px;
    padding: 25px;
    box-sizing: border-box;
}
.inner-contact .contact-info h3 {
    color: #b08a33;
    font-family: "Roboto-Slab";
}
.inner-contact .contact-info .address {
    color: #375775;
    margin-top: 10px;
}
.inner-contact .contact-info a {
    color: #375775;
    text-decoration: none;
    border-bottom: 1px #375775 dashed;
    display: inline-block;
    line-height: 16px;
}
.inner-contact .contact-info a.m-phone {
    text-decoration: none;
    border-bottom: none;
    color: #574e29;
;
}
.inner-contact .contact-info  a:hover {
    border-bottom: 0;
}
.inner-contact .contact-info .phones {
    margin-top: 6px;
    line-height: 22px;
}

.inner-contact .contact-info .work-time {
    margin-top: 7px;
    line-height: 22px;
}

#shop-map {
    width: 100%;
    height: 380px;
    margin-left: 10px;
    box-sizing: border-box;
    margin-top: 30px;
}

.shop-parameters .services, .shop-parameters .assortment, .shop-parameters .designers {
    width: 192px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.shop-parameters h3 {
    color: #b08a33;
    font-family: "Roboto-Slab";
    margin-bottom: 5px;
}

.shop-parameters .designers {
    margin-right: 0;
    width: 203px;
}

.shop-parameters  li {
    padding: 9px 0;
    border-bottom: 1px #c1a95f dotted;
    color: #375775;
    line-height: 21px;
}
.shop-parameters li:last-child {
    border-bottom: 0;
}
.shop-parameters  li a {
    text-decoration: none;
    color:  #375775;
}

.shop-parameters .shop-designers {
    margin-top: 15px;
}
.shop-parameters .shop-designers a{
    text-decoration: none;
}
.shop-parameters .shop-designers .designer-inner-list-block {
    margin: 15px 0;
}
.shop-parameters .shop-designers .designer-inner-list-block .name  {
    font-size: 14px;
    font-family: "Lato";
    width: 122px;
}
.shop-parameters .shop-designers .designer-inner-list-block .photo {
    margin-right: 10px;
}
.service-examples {
    padding-bottom: 15px;
}
.service-examples h3 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.service-examples a {
    display: inline-block;
    width: 200px;
    height: 148px;
    margin-right: 27px;
}
.service-examples a:last-child {
    margin-right: 0;
}

#order-project {
    position: absolute;
    right: 3px;
    top: -5px;

    padding: 7px 32px;
    background: #c1a95f;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

#order_data .designer-chooser,  #order_data .order-inputs {
    float: left;
    box-sizing: border-box;
    height: 375px;
}
#order_data .designer-chooser {
    width: 480px;
    background: #fff;
    color: #574e29;
    text-align: center;
}
#order_data .order-inputs {
    width: 506px;
    padding: 50px 30px 40px 30px;
    color: #574e29;
}
.designer-chooser .category-image {
    width: 176px;
    height: 175px;
}
.designer-chooser .cycle-slideshow {
    z-index: 9999999999;
}

.designer-chooser .clear-designer {
    margin-top: 50px;
    margin-bottom: 25px;
}
.designer-chooser .clear-designer a {
    text-decoration: none;
    margin-left: 25px;
    display: inline-block;
    line-height: 17px;
    border-bottom: 1px #375775 dashed;
}
#next-designer, #prev-designer {
    width: 15px;
    height: 33px;
    top: -180px;
    position: absolute;
}
#next-designer {
    background: transparent url('images/new/designer-right.png') no-repeat center center;
    margin-left: 110px;
}
#prev-designer {
    background: transparent url('images/new/designer-left.png') no-repeat center center;
    margin-left: -130px;
}
#designer-slideshow {
    width: 150px;
    margin: 0 auto;
}
#order-project-form-submit div:hover {
    cursor: pointer;
}

.useful-links {
    margin-top: 30px;
}
.useful-links ul {
    padding-top: 5px;
}

#free-consult-form .subheader a {
    color: #574e29;
    text-decoration: none;
}
.info-text ol, .info-text ul  {
    margin-left: 30px;
}

.info-text ul  {
    list-style-type: disc;
}


#cookie-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba(193, 169, 95, 0.93);
    z-index: 99999999999;
    color: #fff;
    padding: 40px 0;
    line-height: 19px;
    font-size: 17px;
    font-family: 'Lato';
    }
#cookie-warning .col6 {
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
}
#cookie-warning .cookie-text {
    padding-right: 40px;
    text-align: left;
}
#cookie-warning .cookie-links {
    padding-left: 140px;
    padding-top: 10px;
}
#cookie-warning .cookie-links a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 14px;
}
.gallery-image {
    width: 220px;
    height: 170px;
    overflow: hidden;
}
.gallery-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#cookie-warning .cookie-links a.accent {
    border: 1px #fff solid;
}
#cookie-warning .cookie-links a.info {
    padding-left: 40px;
}
#cookie-warning .cookie-links a.accent:hover {
    border: 1px #e0e0e0 solid;
}
#cookie-warning  a:hover {
    color:  #f0f0ee;
}
.col6  {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.main-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.anketa {
    padding: 50px 0;
}
.anketa input
{
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 13px;
    font-size: 14px;
    color: #574e29;
    border: 1px #cdc6b0 solid;
    -moz-box-shadow: 0 2px 3px #dee0e3 inset, 0 1px 0 #f4f7fa;
    -webkit-box-shadow: 0 2px 3px #dee0e3 inset, 0 1px 0 #f4f7fa;
    box-shadow: 0 3px 2px #dee0e3 inset, 0 1px 0 #f4f7fa;
    outline: none;
    box-sizing: border-box;
}
.anketa label {
    line-height: 40px;
    width: 140px;
    display: inline-block;
}

.anketa input.invalid, .anketa input[type=checkbox].invalid {
    border: 1px #ff0000 solid;
}
.anketa label.long {
    width: 380px;
}
#required-tip {
    display: none;
    color: #ff0000;
}
.label-pointer {
    cursor: pointer;
}
.anketa input[type=checkbox]{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.succes-form {
    padding: 20px 40px;
    background: #f6efd9;;
    color: green;
    margin-top: 100px;
    margin-bottom: 50px;
}
.content-block.designer-list  {
    padding-bottom: 0;
}
.content-block.designer-list  #designer-call {
    background: #f6efd9;
}


.social-share {
    width: 200px;
    height: 50px;
    position: absolute;
    z-index: 999999999;
    margin-top: 440px;
    left: 120px;
    vertical-align: top;
}

.email-share img {
    width: 45px;
    position: absolute;
    margin-top: -46px;
    left: 115px;
}
@media all   and (max-width:1165px) {

    #cookie-warning .col6, .shop-right-block {
        width: 100%;
    }
    #cookie-warning .main-container {
        width: 100%;
        padding: 20px 30px;
        box-sizing: border-box;
    }
    #cookie-warning .cookie-text {
        padding-right: 0;
    }
    #cookie-warning .col6 a {
        display: block;
        text-align: center;
    }
    #cookie-warning .cookie-links {
        padding: 25px 0 0 0 ;
    }
    #cookie-warning .cookie-links a.info {
        padding: 8px 14px;
        margin-top: 15px;
    }
}
@media all   and (max-width:760px) {
    #cookie-warning .col6 {
        width: 100%;
        float: none;
    }

    #cookie-warning .cookie-links {
        padding-left: 0;
        position: static;
    }
    .c-link-wrap {
        position: static;
        top:0;
        transform: unset;
        margin-top: 20px;
    }
    #cookie-warning .cookie-text {
        font-size: 14px;
    }
    #cookie-warning .cookie-links a {
        font-size: 14px;
    }

}