

/* Start:/bitrix/templates/optika/components/other/super.component/shops/style.css?160761112210618*/
.shops-page {position: relative;}

    .shops__curr-city {
        display: inline-block;
        font-size: 20px;
        margin-left: 3px;
        text-transform: uppercase;
    }
    
        .shops__curr-city .city-choose {
            font-size: 14px;
            margin-left: 10px;
            text-transform: none;
        }
        
            .shops__curr-city .city-choose a {
                border-bottom: 1px dashed;
                color: rgb(37, 112, 179);
                text-decoration: none;
            }
            
            .shops__curr-city .city-choose a:hover {
                color: #e62b39;
                text-decoration: none;
            }
            
    .shops-block {margin: 20px 0 40px;}
            
        .shops__search {margin: 0 0 20px;}
        
            .shops__search .search-wrap {
                position: relative;
            }
            
                .shops__search .search-wrap input[type="text"] {
                    background: #fff;
                    border: 1px solid rgb(235, 235, 235);
                    box-shadow: none;
                    padding: 10px 10px 10px 35px;
                    width: 100%;
                }
                
                .shops__search .search-wrap input[type="text"]:hover {
                    background: rgb(250, 250, 250);
                    border-color: rgb(220, 220, 220);
                }
                
                .shops__search .search-wrap input[type="text"]:focus {
                    border-color: rgb(183, 183, 183)!important;
                }
                
                .shops__search .search-wrap:before {
                    color: rgb(134, 134, 134);
                    content: "\f002";
                    font: normal normal normal 14px/1 FontAwesome;
                    height: 15px;
                    margin: auto;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 12px;
                }
                
        .shops-list {
            float: left;
            width: 50%;
        }
        
            .shops-list .shops__item {
                background: #fff;
                border: 1px solid rgb(235, 235, 235);
                padding: 15px;
                position: relative;
            }
            
            .shops-list .shops__item:hover {
                background: rgb(253, 255, 247);
                border-color: rgb(239, 221, 179);
                z-index: 2;
            }
    
            .shops-list .shops__item.active,
            .shops-list .shops__item.active:hover {
                border-color: rgb(205, 205, 205);
                box-shadow: 0 0 10px rgba(0, 0, 0, .1);
                z-index: 1;
            }
    
            .shops-list .shops__item.active:hover {
                background: #fff;
            }
    
            .shops-list .shops__item + .shops__item {
                margin-top: -1px;
            }
            
                .shops__general-info {
                    color: rgb(86, 86, 86);
                    cursor: pointer;
                    line-height: 20px;
                    overflow: hidden;
                    padding-left: 35px;
                    padding-right: 100px;
                    position: relative;
                }
                
                    .shops__general-info a {
                        color: rgb(33, 68, 150);
                        text-decoration: none;
                    }
                    
                    .shops__scheme-lnk {
                        border-bottom: 1px dashed;
                        color: rgb(33, 68, 150);
                        font-size: 12px;
                        position: absolute;
                        top: 15px; 
                        right: 15px;
                        text-decoration: none;
                    }
                    
                    .shops__scheme-lnk:hover {text-decoration: none;}
                
                    .shops__general-info .metro-icon, 
                    .shops__balloon-map .metro-icon {
                        position: absolute;
                        top: 2px;
                        left: 7px;
                        vertical-align: middle;
                    }
                    
                    .shops__balloon-map .metro-icon {
                        align-items: center;
                        background: #fff;
                        border-radius: 100%;
                        display: flex;
                        justify-content: center;
                        height: 22px;
                        margin: 0 3px 2px 0;
                        position: static;
                        width: 22px;
                        min-width: 22px;
                    }
                    
                    .shops__general-info .metro-icon.metro-red-branch svg *,
                    .shops__balloon-map .metro-icon.metro-red-branch svg * {
                        fill: rgb(229, 27, 62);
                    }
                    
                    .shops__general-info .metro-icon.metro-blue-branch svg *,
                    .shops__balloon-map .metro-icon.metro-blue-branch svg * {
                        fill: rgb(52, 130, 177);
                    }
                    
                    .shops__general-info .metro-icon.metro-purple-branch svg *,
                    .shops__balloon-map .metro-icon.metro-purple-branch svg * {
                        fill: rgb(138, 41, 154);
                    }
                    
                    .shops__general-info .metro-icon.metro-yellow-branch svg *,
                    .shops__balloon-map .metro-icon.metro-yellow-branch svg * {
                        fill: rgb(255, 190, 0);
                    }
                    
                .shops__item.active .shops__add-info {
                    border-top: 1px dashed rgb(215, 215, 215);
                    display: block;
                    margin-top: 15px;
                    padding: 20px 0 5px;
                }
                
                .shops__item .shops__add-info {display: none;}
                
                    .shops__add-info .add-info__item {line-height: 20px;}
                    
                    .shops__add-info .add-info__item + .add-info__item {margin-top: 10px;}
                    
                .shops__item.active.scheme-active .shops__scheme {
                    border-top: 1px dashed rgb(215, 215, 215);
                    display: block;
                    margin-top: 15px;
                    padding: 20px 0 5px;
                }
                
                    .shops__scheme {display: none;}
                    
                .shops__scheme-list .scheme-big img {width: 100%;}
                
                .shops__scheme-list .scheme-list {margin-top: 10px;}
                
                    .shops__scheme-list .scheme-list .scheme__item {
                        cursor: pointer;
                        float: left;
                        width: 25%;
                    }
                    
                    .shops__scheme-list .scheme-list .scheme__item + .scheme__item {margin-left: 10px;}
                    
                        .shops__scheme-list .scheme-list .scheme__item img {width: 100%;}
        
        .shops-map {
            float: left;
            padding-left: 20px;
            width: 50%;
        }
        
            .shops-map .ymaps-popover {
                background: rgb(229, 27, 62);
                box-shadow: 0 0 10px rgba(0, 0, 0, .3);
                color: #fff;
                position: absolute;
            }
            
                .shops-map .ymaps-popover .close {
                    color: rgb(171, 28, 53);
                    font-size: 20px;
                    height: 20px;
                    line-height: 20px;
                    position: absolute;
                    top: 7px;
                    right: 8px;
                    transition: all .5s;
                }
                
                .shops-map .ymaps-popover .close:hover {
                    color: rgb(255, 118, 142);
                }
                
                .shops-map .ymaps-popover .close:active {
                    color: rgb(136, 29, 47);
                }
                
                .shops-map .ymaps-popover .arrow {
                    height: 15px;
                    margin: auto;
                    position: absolute;
                    top: 100%;
                    right: 0;
                    left: 0;
                    width: 30px;
                }
                
                    .shops-map .ymaps-popover .arrow:before {
                        border-left: 15px solid transparent;
                        border-right: 15px solid transparent;
                        border-top: 15px solid #fff;
                        content: '';
                        display: block;
                        height: 0;
                        width: 0;
                    }
                
                    .shops__balloon-map .place {
                        font-size: 18px;
                        font-weight: bold;
                        margin: 0 0 10px;
                        padding: 15px 15px 0;
                    }
                    
                    .shops__balloon-map .address {
                        align-items: center;
                        display: flex;
                        line-height: 20px;
                        padding: 0 15px;
                    }
                    
                    .shops__balloon-map .info-wrap {
                        background: #fff;
                        color: rgb(158, 158, 158);
                        margin-top: 10px;
                        padding: 15px;
                    }
                    
                        .shops__balloon-map .info-wrap .text {
                            font-size: 12px;
                            line-height: 16px;
                        }
                        
@media all and (max-width: 1000px) {
    
    .shops-list,
    .shops-map {
        float: none;
        padding: 0;
        width: 100%;
    }
    
    .shops-map {padding-top: 20px;}
    
}
/* End */
/* /bitrix/templates/optika/components/other/super.component/shops/style.css?160761112210618 */
