﻿






/*Шоурум*/

.owl-item {
    float: left;
}

.slider-index {
    overflow: hidden;
}


.slider-index .owl-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 220px;
}

.slider-index .owl-nav button{
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 24px;
    height: 44px;
    background: #000;
    position: absolute;
    border: none;
    cursor: pointer;
}

.slider-index .owl-nav span {
    display: none;
}

.slider-index .owl-nav button:focus {
    outline: none;
}

.slider-index .owl-nav button.owl-next {
     right: 25px;
     background: url(/local/templates/index/img/icon/ar-right.png) center center no-repeat;
}

.slider-index .owl-nav button.owl-prev {
     left: 25px;
     background: url(/local/templates/index/img/icon/ar-left.png) center center no-repeat;
}

.block-trend {
    overflow: hidden;
}

.block-trend .owl-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 170px;
}

.block-trend .owl-nav span {
    display: none;
}

.block-trend .owl-nav button:focus {
    outline: none;
}

.block-trend .owl-nav button {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;
      border: none;
    cursor: pointer;
   
}
.block-trend .owl-nav button.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.block-trend .owl-nav button.owl-prev  {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.block-trend .owl-nav button.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.block-trend .owl-nav button.owl-prev :hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}







.showroom-page {
    /* padding: 40px 0 0; */
    padding: 0;
}

.showroom-sale-block-1 {
    clear: both;
    float: left;
}

.showroom-sale-item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.showroom-sale-item-photo {
    width: 570px;
    float: right;
}

.showroom-sale-item-photo img{
    width: 100%;
}

.showroom-sale-item-info {
    width: 450px;
    float: left;
    padding: 0 50px;
}

.showroom-sale-item-text {
    width: 100%;
    text-align: center;
}

.showroom-sale-item-title {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.showroom-sale-item-preview {
    display: block;
    font-size: 16px;
    clear: both;
}

.showroom-sale-item-icon {
    margin-bottom: 40px;
    margin-top: 80px;
}

.showroom-sale-item:nth-child(2n) .showroom-sale-item-info{
    float: right;
}

.showroom-sale-item:nth-child(2n) .showroom-sale-item-photo{
    float: left;
}

.slider-showroom {
    margin: 25px 0 40px;
}

.main-page-showroom .item_tabs {
    margin-top: 10px;
    margin-bottom: 40px;
}

.showroom-sale-item-justify {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.showroom-sale-item-justify a {
    display: block;
}

.btn-center-vse {
    clear: both;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    margin: 40px auto;
    background: #915792;
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}

.showroom-sale-item-design {
    margin-top: 25px;
    margin-bottom: 120px;
}

.showroom-sale-item-design-text {
    display: block;
    position: absolute;
    width: 460px;
    height: 235px;
    top: 140px;
    left: 50%;
    margin-left: -230px;
    font-size: 16px;
    text-align: center;
    color: #2b272b;
}

.showroom-sale-item-design-title {
    display: block;
    width: 210px;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 1.5;
}

.showroom-sale-item-design-title:after {
    content: "";
    width: 210px;
    height: 1px;
    position: absolute;
    background:  #2b272b;
    left: 50%;
    margin-left: -105px;
    top: 63px;

}

.block-showroom-icon {
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.block-showroom-icon-item {
    float: left;
    width: 22%;
    margin-left: 4%;
    text-align: center;
}

.block-showroom-icon-item:first-child {
    margin-left: 0;
}


.block-showroom-icon-item-block-img {
     margin-bottom: 35px;
     display: inline-block;
     text-align: center;
     height: 80px;
     vertical-align: middle;

}

.block-showroom-icon-item-name {
    display: block;
    height: 60px;
    border-radius: 40px;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    background: #ededed;
    color: #2b272b;
    font-size: 16px;
    font-weight: bold;
}

.showroom-sale-block-2 {
    clear: both;
    float: left;
    margin-bottom: 50px;
}

.showroom-sale-2-item {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.showroom-sale-2-item-text-title-1 {
    font-size: 52px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #905792;
}

.showroom-sale-2-item-text-title-2 {
    font-size: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #905792;
}

.showroom-sale-block-2 .showroom-sale-item-preview {
    margin-top: 30px;
}

.showroom-sale-block-2 .showroom-sale-item-info {
    width: 470px;
    margin-top: 40px;
}

.showroom-map {
    clear: both;
    width: 100%;
}

.showroom-page .title-h2 {
    font-size: 36px;
    margin-top: 30px;
}

.showroom-map-block {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 95px;
}

.showroom-map-text {
    clear: both;
    /* float: left; */
    width: 100%;
    margin-bottom: 110px;
    display: flex;
}

.showroom-map-text-item {
    width: 49%;
    /* float: left; */
    margin-left: 2%;
    color: #2b272b;
    font-size: 16px;
}

.showroom-map-text-item:first-child {
    margin-left: 0;
}

.showroom-map-text-item b {
    text-transform: uppercase;
    font-size: 20px;
}

.showroom-map-info {
    width: 780px;
    height: 140px;
    border-radius: 140px;
    position: absolute;
    margin-left: -390px;
    left: 50%;
    top: 56px;
    background: #fff;
    z-index: 10;
    box-shadow:0 50px 46px #d2d2d2;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}


.showroom-map-info span {
    display: block;
    clear: both;
    margin: 8px;
}

.showroom-map-info b {
    display: block;
    clear: both;
    font-size: 20px;
}

.showroom-map-info img {
    margin-top: 20px;
}

.block-feadback {
    background: url(/local/templates/index/img/showroom/stock/block-feadback.jpg) 0 0 no-repeat;
    width: 100%;
    height: 500px;
    clear: both;
    float: left;
}

.block-feadback-text {
    position: absolute;
    width: 460px;
    right: 130px;
    top: 75px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.block-feadback-text b {
    font-size: 26px;
}

.block-feadback-text .block-calc-ob-btn {
    margin: 30px auto 0;
    float: none;
    box-shadow: 0 5px 10px #636262;
}

.show-photo-block {
    clear: both;
    float: left;
    margin-bottom: 90px;
    width: 1200px!important;
    height: 170px;
    margin-left: -30px;
    overflow: hidden;
    padding: 30px 30px 30px 0;
}

.show-photo-block-item  {
    width: 170px;
     margin: 0 0 0 30px;
    float: left;
    position: relative;
}

.show-photo-block-item a {
    display: block;
}

.show-photo-block-item:first-child  {
    margin: 0; 
}

img.show-photo-block-item-img {
    width: 100%;
}

.show-photo-block-item:hover .show-photo-block-item-img {
    position: relative;
    z-index: 5;
    top: -15px;
    left: -15px;
    width: 200px;
    box-shadow: 0 0 10px #000;
}

.show-photo-block .owl-stage-outer {
    /* float: left; */
    margin-left: 30px;
}

.owl-item {
    float: left;
}



.show-photo-block .owl-nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 95px;
}

.show-photo-block .owl-nav span {
   display: none;
}

.show-photo-block .owl-nav button:focus {
    outline: none;
}

.show-photo-block .owl-nav button {
    color: #FFF;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    box-shadow: 1px 1px 6px #9c9c9c;
      border: none;
    cursor: pointer;
   
}
.show-photo-block .owl-nav button.owl-next {
     right: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-right2.png) center center no-repeat;
}

.show-photo-block .owl-nav button.owl-prev  {
     left: 5px;
     background: #fff url(/local/templates/index/img/icon/ar-left2.png) center center no-repeat;
}

.show-photo-block .owl-nav button.owl-next:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-right3.png) center center no-repeat;
}

.show-photo-block .owl-nav button.owl-prev:hover {
     background: #905792 url(/local/templates/index/img/icon/ar-left3.png) center center no-repeat;
}

.showroom-map-block .area_tabs, .showroom-map-block .am_map_info {
    display: none;
}

.showroom-map-block .am_info {
    left: 7%!important;
    width: 320px!important;
}

.showroom-map-block .am_map_room {
    height: 600px!important;
}

.showroom-map-block #showrooms  {
    height: 620px!important;
    overflow: hidden;
}
