.trans-025, .section--dark-bg .scheme .floors .right .floor-title .title,
.section--dark-bg .scheme .floors .left .floor .shop a {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}

.section--dark-bg {

}

.section--dark-bg .scheme {

}

.section--dark-bg .scheme .floors {
    color: #fff;
}

.section--dark-bg .scheme .floors .left {
    width: 60%;
    float: left;
}

.section--dark-bg .scheme .floors .left .floor {
    display: none;
}

.section--dark-bg .scheme .floors .left .floor .shop {

}

.section--dark-bg .scheme .floors .left .floor .shop a {
    color: #BEB7B7;
    font-size: 1.3rem;
}

.section--dark-bg .scheme .floors .left .floor .shop a:hover {
    color: #d1d1d1;
}

.section--dark-bg .scheme .floors .right {
    width: 40%;
    float: right;
}

.section--dark-bg .scheme .floors .right span.up {
    font-size: 1.5rem;
}

.section--dark-bg .scheme .floors .right .floor-title {
    padding: .4rem 0;
}

.section--dark-bg .scheme .floors .right .floor-title .title {
    display: inline-block;
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%;
    padding: 1.1rem;
    text-align: center;
    background-color: #BA282C;
    color: white;
    font-size: 1.6rem;
    font-family: serif;
    font-weight: bold;
    cursor: pointer;
}

.section--dark-bg .scheme .floors .right .floor-title .title.active {
    background-color: white;
    color: #BD1A1E;
    -webkit-box-shadow: 2px 2px 11px 3px #111;
    -moz-box-shadow: 2px 2px 11px 3px #111;
    -o-box-shadow: 2px 2px 11px 3px #111;
    box-shadow: 2px 2px 11px 3px #111;
    cursor: default;
}

.section--dark-bg .scheme .floor-img {
    padding: 0;
    width: 375px;
    position: relative;
}

.section--dark-bg .scheme .floor-img .map-cont {
    /*display: none;*/
    /*z-index: -1;
    opacity: 0;*/
    height: 0px;
    width: 375px;
    /*position: absolute;*/
    overflow: hidden;
}

.section--dark-bg .scheme .floor-img .map-cont .img-fluid {
    background-repeat: no-repeat;
}

/*.section--dark-bg .scheme .floor-img .map-cont img {
    width: 300px;
}*/

.section--dark-bg .scheme .floor-img .map-cont .poly {
    position: absolute;
    top: 0;
    left: 0;
    fill: #3fa7c7;
    animation-name: shine_like_sun;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.section--dark-bg .scheme .floor-img .map-cont .poly:not(.active) {
    display: none;
}

.section--dark-bg .scheme .floor-img .map-cont .poly polygon {
    opacity: 0;
}

.section--dark-bg .scheme .floor-img .map-cont .poly polygon:hover, .section--dark-bg .scheme .floor-img .map-cont .poly polygon.hover {
    opacity: 0.9;
}

.section.search-wrap .section__title {
    font-size: 2rem;
}

.section.search-wrap .row .section-content {
    font-size: 1.5rem;
}

.product {

}

.product .scheme {
    position: relative;
    width: 375px;
    margin: 3rem auto;
    display: none;
}

.product .scheme .floor {
    position: absolute;
    top: 1rem;
    left: -2rem;
    height: 5rem;
    width: 5rem;
    padding: 0 1.8rem;
    border-radius: 50%;
    font-size: 3rem;
    box-shadow: 0px 0px 10px 5px rgba(100,100,100,.5);
    z-index: 1;
}

.product .scheme .image img {
    width: 100%;
}

@keyframes shine_like_sun {
    0%   {fill: #3fa7c7;}
    50%  {fill: #066692;}
    100% {fill: #3fa7c7;}
}

@keyframes shine_like_sun2 {
    0%   {fill: #f02416;}
    50%  {fill: #6d0606;}
    100% {fill: #f02416;}
}

.product .scheme .poly {
    position: absolute;
    top: 0;
    left: 0;
    fill: #3fa7c7;
    opacity: 0.9;
    animation-name: shine_like_sun;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

@media all and (min-width: 768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

}

@media all and (max-width: 767px) {
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }

    .section--dark-bg .scheme .floor-img {
        /*display: none;*/
        width: calc(100% - 2rem);
        margin: 1rem;
    }
    
    .section--dark-bg .scheme .floor-img .map-cont  {
        width: calc(320px - 2rem);
        margin: auto;
    }

    .section--dark-bg .scheme .floor-img .map-cont map {
        display: none;
    }

    .product .scheme {
        width: 300px;
    }

    .product .scheme .floor {
        left: -1rem;
        height: 3rem;
        width: 3rem;
        padding: 0 0.9rem;
        font-size: 2rem;
    }

}

@media all and (max-width: 321px) {
    .product .scheme .floor {
        left: .5rem;
    }
}