.map-info-window {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    min-width: 250px;
    padding-bottom: 14px;
}
.map-info-city {
    padding: 13px 5px 13px 20px;
    color: #fff;
    background-color: #916176;
    position: relative;
}
.map-info-city i {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    opacity: 1;
}
.map-info-city i:hover {
    opacity: .5;
}
.map-info-content {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #916176;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
    color: #423f52;
    padding: 20px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
}
.map-info-content:after {
    background: #fff;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 100%;
    width: 26px;
    margin-left: -13px;
}
.map-info-content p {
    font-weight: 600;
    color: #423f52;
    margin-bottom: 0;
}
.map-info-content .wtb-trade-point {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    color: #423f52;
}
.map-info-content .wtb-url {
    margin-bottom: 10px;
}
.wtb-url>a {
    color: #916176;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.wtb-url>a:hover {
    color: #423f52;
}
.wtb-info-sec {
    margin-bottom: 10px;
}
.wtb-scedule {
    font-weight: 400;
}


.where-to-by-wrap {
    margin-top: 15px;
    display: flex;
    margin-bottom: 50px;
}
.where-to-by-wrap .e-new-catalogue-category {
    font-size: 14px;
    color: #423f52;
    font-weight: 600;
    width: 310px;
    float: none;
    display: block;
}
.where-to-by-wrap .e-new-category-act {
    width: 310px;
    background-color: #423f52;
    color: #fff;
}
.where-to-by-wrap .e-new-category-act-hover {
    background-color: #fff;
    color: #423f52;
}
.where-to-by-wrap .e-new-category-act .e-new-act-name {
    color: #fff;
}
.where-to-by-wrap .e-new-category-wrap {
    width: 310px;
}
.where-to-by-wrap .e-new-category-wrap li {
    color: #636266;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.where-to-by-wrap .e-new-category-wrap li:hover {
    color: #916176;
}
.where-to-by-wrap .e-new-category-wrap li.active {
    color: #916176;
}
.where-to-by-wrap .e-new-category-act>i:hover {
    color: #fff;
    background-color: #916176;
}
.wtb-right {
    margin-left: 40px;
    width: calc(100% - 350px);
}
.gaudi-map {
    margin-bottom: 0;
    position: relative;
}
.e-new-category-wrap>div {
    width: 100%;
}
.e-new-category-wrap li {
    line-height: 1;
    margin-bottom: 10px;
}
.wtb-left {
    width: 310px;
}
.wtb-dealer-list {
    width: 100%;
    height: calc(100vh - 530px);
    min-height: 439px;
    margin-top: 37px;
}
.dealer-item {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #423f52;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px solid #fff;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dealer-item:hover {
    color: #916176;
}
.dealer-item.active {
    color: #916176;
    border-color: #916176;
}
.dealer-item-number {
    margin-right: 10px;
}
.dealer-item-organization {
    font-weight: 600;
    margin-bottom: 5px;
}
.dealer-item-tradepoint {
    text-transform: uppercase;
}
.jspVerticalBar {
    width: 4px;
    background: #fff;
}
.jspTrack {
    width: 2px;
    margin-left: 1px;
    background: #e8e8e8;
}
.jspDrag {
    background: #423f52;
    width: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    left: -1px;
}
:focus {outline:none;}

.map-point .map-info-window {
    display: none;
}
.map-point.active .map-info-window {
    display: block;
}
.map-point .icon {
    width: 26px;
    height: 36px;
}
.map-point .icon img {
    width: 26px;
    height: auto;
}
.map-point.active .icon {
    display: none;
}
.map-cluster {
    width: 38px;
    height: 38px;
    background: url('../scripts/gmap/images/pin2.png');
    display: flex;
    justify-content: center;
    align-items: center;
}
.map-cluster span {
    color: #fff;
    font-size: 14px;
}


@media screen and (max-width: 900px) {
    .wtb-left {
        width: 280px;
    }
    .wtb-right {
        margin-left: 20px;
        width: calc(100% - 300px);
    }
    .where-to-by-wrap .e-new-catalogue-category {
        width: 280px;
    }
    .e-new-category-act {
        padding: 10px 15px;
    }
    .e-new-act-label {
        font-size: 14px;
        font-weight: 600;
    }
    .where-to-by-wrap .e-new-category-act {
        background-color: #916176;
    }
    .e-new-category-act>i, .e-new-fiters-act>i {
        color: #fff;
        top: 17px;
    }
    .wtb-dealer-list {
        margin-top: 10px;
    }
    .where-to-by-wrap .e-new-category-act {
        width: 280px;
    }
    .map-info-window {
        min-width: auto !important;
    }
    .where-to-by-wrap .e-new-category-wrap {
        width: 280px;
        position: absolute;
        background-color: rgba(255,255,255,.95);
        border: 1px solid #916176;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }
    .where-to-by-wrap .e-new-category-act-hover {
        color: #fff;
    }
    .e-new-category-act-hover:after {
        display: none;
    }
    .e-new-category-wrap>div>ul:first-child {
        margin-right: 10px;
    }
    .gm-err-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media screen and (max-width: 700px) {
    .where-to-by-wrap {
        flex-direction: column;
    }
    .wtb-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .wtb-dealer-list {
        height: 100%;
        min-height: auto;
    }
    .where-to-by-wrap .e-new-catalogue-category {
        width: 100%;
        max-width: 100%;
    }
    .where-to-by-wrap .e-new-category-act {
        width: 100%;
    }
    .e-new-category-act {
        padding: 6px 20px;
    }
    .e-new-category-act>i, .e-new-fiters-act>i {
        top: 12px;
    }
    .where-to-by-wrap .e-new-category-wrap {
        width: 100%;
    }
    .e-new-category-wrap>div {
        justify-content: flex-start;
    }
    .e-new-category-wrap>div>ul:first-child {
        margin-right: 40px;
    }
    .dealer-item {
        margin-right: 0;
        border-bottom: 1px solid #E0E0E0;
    }
    .dealer-item:last-child {
        border-bottom: none;
    }
    .wtb-right {
        margin-left: 0;
        width: 100%;
    }
    #map_gaudi {
        height: 350px !important;
        min-height: 350px !important;
    }
    .map-info-city {
        padding: 5px 15px 5px 10px !important;
    }
    .map-info-content {
        padding: 10px !important;
    }
    .map-info-content .wtb-trade-point {
        margin-bottom: 5px !important;
    }
    .wtb-info-sec {
        margin-bottom: 5px !important;
    }
    .map-info-content .wtb-url {
        margin-bottom: 0 !important;
    }
    .map-info-content p {
        margin-bottom: 5px !important;
    }
    .dealer-item.active {
        border-bottom: 1px solid #916176;
    }
    .dealer-item {
        font-size: 14px;
    }
    .wtb-dealer-list {
        overflow: visible !important;
    }
    .jspContainer {
        overflow: visible !important;
    }
}

@media screen and (max-width: 500px) {
    .e-new-cont-wheretobuy {
        padding: 0 !important;
    }
    .dealer-item {
        padding: 10px 20px;
    }
    .where-to-by-wrap {
        margin-bottom: 0;
    }
    .e-new-category-wrap>div>ul:first-child {
        margin-right: 20px;
    }
    .where-to-by-wrap .e-new-category-wrap li {
        text-transform: uppercase;
    }
    .where-to-by-wrap .e-new-category-wrap {
        padding: 20px 20px 10px 20px;
        -webkit-box-shadow: 0px 0px 8px rgba(145,97,118,0.5);
        -moz-box-shadow: 0px 0px 8px rgba(145,97,118,0.5);
        box-shadow: 0px 0px 8px rgba(145,97,118,0.5);
    }

}