

/* Start:/local/templates/barnaul2017/components/bitrix/catalog.sections.top/2gis/style.css?173981570215799*/
.map {
    padding-bottom: 0 !important;
    position: relative;
    display: block;
    width: 100%;
}
.map > * {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.map .search {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 320px;
    height: auto;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.map .search .input {
    padding: 10px;
    background: #f3f3f3;
    border-bottom: 1px solid #e4e4e4;
}
.map .search .input input {
    display: block;
    width: 100%;
    height: 31px;
    margin: 0;
    padding: 3px 60px 3px 7px;
    font-size: 13px;
    background: #fff;
    border: 0;
    -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.map .search .input input:focus {
    background-position: 0 -31px;
}
.map .search .reset {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url('/img/map_reset.png');
    cursor: pointer;
}
.map .search .reset > div.h {
    background: url('/img/map_reset.png') 0 -14px;
}
.map .search .control {
    position: absolute;
    bottom: -39px;
    left: 50%;
    width: 50px;
    height: 40px;
    margin-left: -25px;
    background: url('/img/map-control.png') 0 0;
    cursor: pointer;
}
.map .search .control:hover {
    background-position: 0 -40px;
}
.map .search .control.closed {
    background-position: 0 -80px;
}
.map .search .control.closed:hover {
    background-position: 0 -120px;
}
.map .hidden-box {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: auto;
    display: block;
    height: 530px;
}
.map .one > ul > li {
    background: url('/img/map-one-bg.png') top repeat-x #ececec;
    border-bottom: 1px solid #e4e4e4;
    border-left-style: solid;
    border-left-width: 3px;
    padding: 15px;
}
.map .one > ul > li > .text {
    text-transform: uppercase;
    font-weight: bold;
}
.map .one .map_tooltip.group_1 .str,
.map .one.group_1 > ul > li {
    border-right-color: #ff2020 !important;
    border-left-color: #ff2020 !important;
}
.map .one .map_tooltip.group_2 .str,
.map .one.group_2 > ul > li {
    border-right-color: #eb8b01 !important;
    border-left-color: #eb8b01 !important;
}
.map .one .map_tooltip.group_3 .str,
.map .one.group_3 > ul > li {
    border-right-color: #4dacfd !important;
    border-left-color: #4dacfd !important;
}
.map .one .map_tooltip.group_4 .str,
.map .one.group_4 > ul > li {
    border-right-color: #dad82a !important;
    border-left-color: #dad82a !important;
}
.map .one .map_tooltip.group_5 .str,
.map .one.group_5 > ul > li {
    border-right-color: #2ae62a !important;
    border-left-color: #2ae62a !important;
}
.map .one ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.map .one li {
    cursor: pointer;
    display: block;
}
.map .one li.undefined > .title > .ico {
    background-position: 0 -15px;
}
.map .one li.checked .title > .ico,
.map .one li.checked label > .ico {
    background-position: 0 -30px;
}
.map .one li li {
    margin: 10px 10px 10px 20px;
}
.map .one li .ico {
    background: url('/img/map-checkbox.png');
    height: 15px;
    width: 15px;
    float: left;
}
.map .one li .text {
    margin-left: 24px;
    color: #333333;
    line-height: 1.1;
    font-size: 100%;
}
.map .one label {
    cursor: pointer;
    display: block;
}
.map .one label input {
    display: none;
}
.map .one label img {
    vertical-align: middle;
    margin-left: 5px;
}
.map .one .title {
    text-transform: uppercase;
    font-weight: bold;
}
.map .one.not_search {
    padding: 18px;
}
.map .one.not_search .border {
    border-bottom: 1px solid #e4e4e4;
    padding: 1em 0;
    display: block;
}
.map .one.not_search .title {
    font-size: 12px;
    margin: 0;
}
.map .one.not_search .title a {
    display: inline;
    border-bottom: 0;
}
.map .one.not_search .title .border {
    padding: 0.5em 0;
}
.map .one.not_search .text a {
    background: url('/img/map-2gis-active.png') 0.25em 1.4em no-repeat;
    padding-left: 20px;
    display: block;
}
.map .one.not_search a.checked {
    background-image: url('/img/map-2gis.png');
}
.map_tooltip {
    display: none;
    position: absolute;
    z-index: 8;
    width: 400px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.map_tooltip.group_1 {
    background-color: #ff2020;
}
.map_tooltip.group_2 {
    background-color: #eb8b01;
}
.map_tooltip.group_3 {
    background-color: #4dacfd;
}
.map_tooltip.group_4 {
    background-color: #dad82a;
}
.map_tooltip.group_5 {
    background-color: #2ae62a;
}
.map_tooltip .cont {
    margin-left: 3px;
    padding: 15px;
    font-size: 14px;
    background: url('/img/map-one-bg.png') top repeat-x #ececec;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.map_tooltip .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
    background: url('/img/map_close.png');
    cursor: pointer;
}
.map_tooltip .close > div {
    background: url('/img/map_close.png') 0 -17px;
}
.map_tooltip .str {
    position: absolute;
    top: 20px;
    left: -10px;
    border-top: 8px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
.map_tooltip .ico {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.map_tooltip.right .cont {
    margin-left: 0;
    margin-right: 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.map_tooltip.right .close {
    right: 70px;
}
.map_tooltip.right .ico {
    left: auto;
    right: 10px;
}
.map_tooltip.right .str {
    left: auto;
    right: -10px;
    border-top: 8px solid transparent;
    border-right: 0;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
section.map .bg { display: block; width: 100%; height: 660px; }

section.map .cont { position: relative; height: 660px; }

section.map .search {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 320px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    z-index: 1;
}

section.map .search .input {
    padding: 10px;
    background: #f3f3f3;
    border-bottom: 1px solid #e4e4e4;
}
section.map .search .input input {
    display: block;
    width: 300px;
    height: 31px;
    margin: 0;
    padding: 3px 60px 3px 7px;
    font-size: 13px;
    background: url('/img/map-search.png') #fff;
    border: 0;
}
section.map .search .input input:focus { background-position: 0 -31px; }

section.map .search .reset {
    position: absolute;
    top: 19px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url('/img/map_reset.png');
    cursor: pointer;
}
section.map .search .reset > div.h {
    background: url('/img/map_reset.png') 0 -14px;
}
section.map .hidden {
    display: block;
    height: 510px;
    overflow: auto;
}
section.map .search .control {
    position: absolute;
    bottom: -39px;
    left: 158px !impoertant;
    width: 50px;
    height: 40px;
    background: url('/img/map-control.png') 0 0 !impoertant;
    cursor: pointer;
}
section.map .search .control:hover { background-position: 0 -40px; }
section.map .search .control.closed { background-position: 0 -80px; }
section.map .search .control.closed:hover { background-position: 0 -120px; }


section.map li .ico {
    float: left;
    width: 15px;
    height: 15px;
    background: url('/img/map-checkbox.png');
}
section.map .one li.undefined > .title > .ico { background-position: 0 -15px; }
section.map .one li.checked > .title > .ico,
section.map .one li.checked > label > .ico { background-position: 0 -30px; }
section.map .one li .text {
    margin-left: 24px;
}

section.map .one ul { margin: 0; padding: 0; list-style: none;  }

section.map .one li { display: block; cursor: pointer; }
section.map .one li li { margin: 10px 10px 10px 20px; }
section.map .one .title { text-transform: uppercase; font-weight: bold; }
section.map .one label { display: block; cursor: pointer; }
section.map .one label input { display: none; }
section.map .one label img { vertical-align: middle; }


section.map .one > ul > li {
    padding: 15px;
    background: url('/img/map-one-bg.png') top repeat-x #ececec;
    border-left-width: 3px;
    border-left-style: solid;
    border-bottom: 1px solid #e4e4e4;
}
section.map .one > ul > li > .text { font-weight: bold; text-transform: uppercase; }

section.map .one.not_search { padding: 18px;}
section.map .one.not_search .border {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #e4e4e4;
}
section.map .one.not_search .title {
    margin: 0;
    font-size: 12px;
}
section.map .one.not_search .title .border { padding: 0.5em 0; }
section.map .one.not_search .title a {
    display: inline;
    border-bottom: 0;
}
section.map .one.not_search .text a {
    display: block;
    padding-left: 20px;
    background: url('/img/map-2gis-active.png') 0.25em 1.4em no-repeat;
    cursor: pointer;
}
section.map .one.not_search a.checked {
    background-image: url('/img/map-2gis.png');
}


section.map div.map_place > div {
    position: absolute;
    width: 34px;
    height: 45px;
    padding-top: 4px;
    text-align: center;
    cursor: pointer;
}
section.map div.map_place > div img { margin-top: 3px; width: 20px; height: 20px; }
div.map_tooltip {
    display: none;
    position: absolute;
    z-index: 8;
    width: 400px;
    background: url('/img/map_mark_bg.png') bottom repeat-x #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
div.map_tooltip .cont {
    margin-left: 60px;
    padding: 15px;
    font-size: 14px;
    background: url('/img/map-one-bg.png') top repeat-x #ececec;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
div.map_tooltip .close, .training .inn .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 17px;
    height: 17px;
    background: url('/img/map_close.png');
    cursor: pointer;
}
div.map_tooltip .close > div, .training .inn .close > div { background: url('/img/map_close.png') 0 -17px; }
div.map_tooltip .str {
    position: absolute;
    top: 20px;
    left: -10px;
    border-top: 8px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
div.map_tooltip .ico {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
div.map_tooltip.right .cont {
    margin-left: 0; margin-right: 60px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
div.map_tooltip.right .close { right: 70px; }
div.map_tooltip.right .ico { left: auto; right: 10px; }
div.map_tooltip.right .str {
    left: auto; right: -10px;
    border-top: 8px solid transparent;
    border-right: 0;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
}
.ico_hover > div.h {
    display: none;
    width: 100%;
    height: 100%;
}

.map_tooltip.group_1 { background-color: #ff2020 }
.map_tooltip.group_1 .str,
section.map .one.group_1 > ul > li { border-right-color: #ff2020 !important; border-left-color: #ff2020 !important; }
section.map div.map_place > div.group_1 { background: url('/img/map-place-1.png'); }

.map_tooltip.group_2 { background-color: #eb8b01 }
.map_tooltip.group_2 .str,
section.map .one.group_2 > ul > li { border-right-color: #eb8b01 !important; border-left-color: #eb8b01 !important; }
section.map div.map_place > div.group_2 { background: url('/img/map-place-2.png'); }

.map_tooltip.group_3 { background-color: #4dacfd }
.map_tooltip.group_3 .str,
section.map .one.group_3 > ul > li { border-right-color: #4dacfd !important; border-left-color: #4dacfd !important; }
section.map div.map_place > div.group_3 { background: url('/img/map-place-3.png'); }

.map_tooltip.group_4 { background-color: #dad82a }
.map_tooltip.group_4 .str,
section.map .one.group_4 > ul > li { border-right-color: #dad82a !important; border-left-color: #dad82a !important; }
section.map div.map_place > div.group_4 { background: url('/img/map-place-4.png'); }

.map_tooltip.group_5 { background-color: #2ae62a }
.map_tooltip.group_5 .str,
section.map .one.group_5 > ul > li { border-right-color: #2ae62a !important; border-left-color: #2ae62a !important; }
section.map div.map_place > div.group_5 { background: url('/img/map-place-5.png'); }



section.map .training .one {
    display: none;
    position: absolute;
    z-index: 9;
    width: 500px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
section.map .training .one .inn { overflow: hidden; }
section.map .training .one.s1 .inn { padding-top: 25px; padding-bottom: 0; }
section.map .training .one > div { padding: 15px; }
section.map .training .one.s1 { bottom: 50px; right: 20px; }
section.map .training .one.s2 { top: 72px; left: 360px; }
section.map .training .one.s3 { top: 20px; left: 360px; }

section.map .training .one .str {
    position: absolute;
    top: 16px;
    left: -15px;
    width: 15px;
    height: 24px;
    padding: 0;
    background: url('/img/map-t-str.png');
}

section.map .training .s1 .ico {
    float: left;
    width: 150px;
    text-align: center;
}
section.map .training .ico img { vertical-align: middle; }
section.map .training .text { font-size: 14px; line-height: 150%; }
section.map .training .s1 .text .title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #3991EB;
}
section.map .training .inn .sl {
    margin-top: 2em;
    overflow: hidden;
}
section.map .training .inn .sl .ico { float: left; text-align: center; }
section.map .training .inn .sl .text { margin-left: 130px; }
section.map .training .inn .sl .text .title { text-transform: none; }

section.map .training .inn .sl.right .ico { float: right; }
section.map .training .inn .sl.right .text { margin-left: 0; margin-right: 130px; }


section.map .training .one .control {
    background: #F3F3F3;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

section.map .training .one .control a {
    float: right;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    color: #fff;
    border: 1px solid #2c7cca;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgba(32,102,169,0.5);
    background: url('/img/map-button.png') #308ce7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
section.map .training .one.s1 .control a { float: left; }
section.map .training .one .control a:hover {
    text-decoration: none;
    background-position: 0 -34px;
}
section.map .training .one .control a:active { background-position: 0 -68px; }

section.map .training .one .control a.second {
    float: right;
    color: #3691eb;
    text-shadow: none;
    background: #f3f3f3;
}
section.map .training .one .control a.second:hover { background: #f9f9f9; }
section.map .training .one .control a.second:active { background: #fff; }
/* ================================================= */
/* End */
/* /local/templates/barnaul2017/components/bitrix/catalog.sections.top/2gis/style.css?173981570215799 */
