

/* Start:/local/templates/avis/components/ispi/yandex_map_manager/.default/style.css?17591764138658*/
#map {
    width: 100%;
    height: 400px;
}

.ymm {
    position: relative;
}

.ymm .nav-tabs {
    padding: 0;
    list-style: none;
    overflow: hidden;
    margin: 0;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.18);
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

.ymm .nav-tabs ul {
    margin-bottom: 0px;
}

.ymm .nav-tabs li {
    display: block;
    padding: 5px 10px;
    -webkit-transition: all .3s ease .2s;
    -o-transition: all .3s ease .2s;
    transition: all .3s ease .2s;
    cursor: pointer;
    position: relative;
}

.ymm .nav-tabs li:nth-child(1) {
    border: none;
}

.ymm .nav-tabs li.active,
.ymm .nav-tabs li:hover {
    /*font-weight: bold;*/
    background: #e3000f;
    -webkit-box-shadow: inset 0px -3px 0px #ba0707;
    box-shadow: inset 0px -3px 0px #ba0707;
    color: white;
    border-color: #ba0707;
    border-radius: 6px;
}

.ymm .tab-content:not(.active) {
    display: none !important;
}

.ymm .tab_contents {
    overflow: hidden;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ymm .tab_contents .tab-content {
    /*display: table;*/
    max-width: 100%;
    margin: 10px auto 0px;

}

.ymm .tab_contents .tab-content:nth-child(1) {
    border: none;
}

.ymm .tab_contents .tab-content .tab-content__elem {
    float: left;
    vertical-align: top;
    min-width: 300px;
    max-width: 100%;
    width: 33.33%;
    /*box-sizing: border-box;  */
    /*-moz-box-sizing: border-box;  */
    /*-webkit-box-sizing: border-box;  */
    /*box-sizing: border-box;*/
    margin-bottom: .5rem;
    /*padding:.5rem 0 1.6rem;*/

    padding: .5rem 1.2rem 4.2rem;
    -webkit-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
    position: relative;
    /*display: table-cell;*/
}

.ymm .tab_contents .tab-content .active:nth-first-child() {
    clear: none;
}

.ymm .tab_contents .tab-content .tab-content__elem > div:nth-last-child(2) {
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.ymm .tab_contents .tab-content .tab-content__elem[active=no] {
    opacity: .5;
    display: none;
}

.ymm .tab_contents .tab-content .tab-content__elem:not(.disabled):hover {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.51);
}

.ymm .tab_contents .tab-content .tab-content__elem.elem_reset {
    clear: left;
}

.ymm .tab_contents .tab-content .tab-content__elem > div {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: .2rem;
    padding: .2rem 0rem;
}

.ymm .tab_contents .tab-content .tab-content__elem > div strong {

    font-style: oblique;
    font-family: inherit;
    font-weight: 500;
    padding: .2rem .3rem;
    background: rgba(222, 220, 228, 0.3);
    /* font-size: 1.2rem; */
    border-radius: .3rem;
    margin-right: .2rem;
}

.ymm .tab_contents .tab-content .tab-content__elem .title {
    font-size: 22px;
    line-height: 22px;
    padding: 1rem 0 .8rem 0;
    margin-bottom: .8rem;
    border-bottom: .1rem solid #e3000f;
}

/*Планшет*/
@media screen and (min-width: 415px) and (max-width: 992px) {
    .ymm .tab_contents .tab-content .tab-content__elem {
        width: 50%;
    }

    .ymm .tab_contents .tab-content .tab-content__elem .btn {
        display: block !important;
        opacity: 1 !important;
    }
}

/*Телефон*/
@media screen and (max-width: 644px) {
    .ymm .tab_contents .tab-content .tab-content__elem {
        width: 100%;
    }

    .ymm .tab_contents .tab-content .tab-content__elem .btn {
        display: block !important;
        opacity: 1 !important;
    }
}

.ymm .tab_contents .tab-content .tab-content__elem .address {
    background: #fff;
}

.ymm .tab_contents .tab-content .tab-content__elem .btn {
    opacity: 0;
    position: absolute;
    margin: 0;
    bottom: 1rem;
    right: 1.2rem;
    cursor: pointer;
    padding: .4rem 1.2rem;
    -webkit-transition: all .5s ease .4s;
    -o-transition: all .5s ease .4s;
    transition: all .5s ease .4s;
    background: #f63e3e;
    background: #e3000f;
    color: white;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-shadow: inset 0px -2px 0px #d71818;
    box-shadow: inset 0px -2px 0px #d71818;
}

.ymm .tab_contents .tab-content .tab-content__elem .btn:hover {
    background: #f63e3e;
}

.ymm .tab_contents .tab-content .tab-content__elem:not(.disabled):hover .btn {
    display: block;
    opacity: 1;

}

.ymm .tab_contents .tab-content .tab-content__elem .description {
    background: #f0f0f0;
    margin: 1rem 0;
    padding: 1rem .5rem;
    border-radius: .3rem;
    font-size: .95rem;
}

.ymm .groups {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.ymm .groups::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/upload/fe4fc73a.png);
    opacity: .777;
    z-index: -1;
}

.ymm .groups .container {
    padding-top: 15px;
    padding-bottom: 10px;
}

.ymm .groups .group {
    padding: 1rem 3rem;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}

.ymm .groups .group.active {
    position: relative;
    background-color: #e3000f;
    -webkit-box-shadow: inset -1px -2px 0 #ba0707;
    box-shadow: inset -1px -2px 0 #ba0707;
    border-radius: 3px;
    color: #fff;
    border-color: #ba0707;
}

.ymm .groups .group.active::after {
    content: '✓';
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
}
.ymm .groups .group .groups-content__name {
    margin: 5px auto 0;
}

@media screen and (min-width: 420px) {
    .ymm .groups .groups-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ymm .groups .group {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .ymm .groups .group .groups-content__name {
        margin: 5px auto;
        max-width: 140px;
    }
}
@media screen and (min-width: 610px) and (max-width: 920px) {
    .ymm .groups .group {
        -webkit-box-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}
@media screen and (min-width: 420px) and (max-width: 920px) {
    .ymm .groups .groups-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width: 1024px) {
    .ymm .groups .group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .ymm .groups .group .groups-content__name {
        margin: 0 0 0 10px;
        max-width: auto;
    }
}




[data-top-line-position="fixed-bottom"] .top-line {
    display: block;
}

.legend {
    padding-top: 10px;
    padding-bottom: 10px;
}

.legend > div {
    display: inline-block;
    margin-right: 20px;
}

.baloon_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.city_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
}

.city_filter .country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*justify-content: space-evenly;*/
}

.city_filter .country div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    cursor: pointer;
    color: rgb(173, 169, 169);
    padding: 5px 10px;
}

.city_filter .country div.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    cursor: pointer;
    color: black;
}

.city_filter .city {
    width: 100%;
    -webkit-column-width: 200px;
    column-width: 200px;
}

@media screen and (max-width: 476px) {

    .baloon_tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
/* End */
/* /local/templates/avis/components/ispi/yandex_map_manager/.default/style.css?17591764138658 */
