

/* Start:/local/templates/nn.new/components/bitrix/breadcrumb/projects/style.css?1693461288698*/
.bx-breadcrumb {
    margin: 10px 0;
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

.back-link-wrap {
    margin: 42px 0 20px!important;
}

/* End */


/* Start:/local/templates/nn.new/components/bitrix/catalog.section/shops/style.css?16953948916433*/
.ballon-item-name {
    background: #ffdc08;
    color: #393939;
    font-weiht: bold;
    margin-bottom: 7px;
    padding: 0 7px;
}
h4 {
    width: 90%;
    margin: 5px auto !important;
    font-size: 16px;
}

#map {
    width: 65%;
    height: 100%;
}

.map-sec {
    margin-top: 100px;
}

.map-block {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 750px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 58px;
    /* box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); */
}

.map-left {
    width: 30%;
    height: 100%;
    position: relative;
}

.map-right {
    width: 65%;
    height: 100%;
}

.swiper-map {
    height: 100%;
    width: 100%;
    padding-top: 40px;
}

.swiper-map .swiper-slide {
    width: 90%;
    margin: 0 auto !important;
    padding: 15px;
}

.swiper-map .swiper-slide:first-child {
    margin-top: 20px !important;
}

.swiper-map .swiper-slide.active {
    background: #eee;
}

.swiper-map .swiper-slide:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.swiper-map .swiper-slide h2 {
    text-transform: none;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.swiper-map .swiper-slide p {
    margin: 0;
    padding: 0;
    padding-left: 25px;
    position: relative;
    color: black;
    font-size: 18px;
}

.swiper-map .swiper-slide p:first-child {
    margin-top: 10px;
}

.swiper-map .swiper-slide p::before {
    position: absolute;
    content: url(/bitrix/templates/neonnight/img/map/mapAdress.svg);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

.swiper-map .swiper-slide .map-item__mail::before {
    content: url(/bitrix/templates/neonnight/img/map/mapMail.svg);
}

.swiper-map .swiper-slide .map-item__phone::before {
    content: url(/bitrix/templates/neonnight/img/map/mapPhone.svg);
}

.map-details {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 20px;
    display: none;
    position: relative;
}

.map-details__close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.map-details p {
    padding-left: 25px;
    position: relative;
    margin-top: 20px;
}

.map-details p:first-child {
    margin-top: 30px;
}

.map-details p::before {
    position: absolute;
    content: url(/bitrix/templates/neonnight/img/map/mapAdress.svg);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
}

.map-details .map-item__mail::before {
    content: url(/bitrix/templates/neonnight/img/map/mapMail.svg);
}

.map-details .map-item__phone::before {
    content: url(/bitrix/templates/neonnight/img/map/mapPhone.svg);
}

.map-details form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 50px;
}

.map-details form h4 {
    margin-bottom: 15px;
    text-transform: none;
}

.map-details form input {
    width: 100%;
    background: #F6F6FC;
    margin-bottom: 10px;
    outline: none;
    border: none;
    height: 30px;
    padding-left: 15px;
    border-radius: 2px;
}

.map-details form input::-webkit-input-placeholder {
    color: #9D9EA6;
}

.map-details form input::-moz-placeholder {
    color: #9D9EA6;
}

.map-details form input:-ms-input-placeholder {
    color: #9D9EA6;
}

.map-details form input::-ms-input-placeholder {
    color: #9D9EA6;
}

.map-details form input::-webkit-input-placeholder {
    color: #9D9EA6;
}

.map-details form input::-moz-placeholder {
    color: #9D9EA6;
}

.map-details form input:-ms-input-placeholder {
    color: #9D9EA6;
}

.map-details form input::placeholder {
    color: #9D9EA6;
}

.map-details form textarea {
    height: 150px;
    resize: none;
    width: 100%;
    background: #F6F6FC;
    padding-left: 15px;
    padding-top: 6px;
    border: none;
    outline: none;
    border-radius: 2px;
}

.map-details form textarea::-webkit-input-placeholder {
    color: #9D9EA6;
}

.map-details form textarea::-moz-placeholder {
    color: #9D9EA6;
}

.map-details form textarea:-ms-input-placeholder {
    color: #9D9EA6;
}

.map-details form textarea::-ms-input-placeholder {
    color: #9D9EA6;
}

.map-details form textarea::-webkit-input-placeholder {
    color: #9D9EA6;
}

.map-details form textarea::-moz-placeholder {
    color: #9D9EA6;
}

.map-details form textarea:-ms-input-placeholder {
    color: #9D9EA6;
}

.map-details form textarea::placeholder {
    color: #9D9EA6;
}

.map-details form button {
    width: 100%;
    margin-top: 20px;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 8px 0px;
}

.map-top {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
    justify-content: space-between;
}

.map-top .title {
    width: 35%;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 300;
    color: #4B413D;
}

.map-top__filter {
    width: 65%;
    padding: 15px;
    box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.2);
}

.map-top__filter--button {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
}

.map-top__filter--button:hover {
    text-decoration: none !important;
    border-color: #D4A359 !important;
}

.map-top__filter--button.is-active {
    border-color: #9D9EA6;
}

.map-top__filter--button {
    margin-right: 30px;
}

/* End */
/* /local/templates/nn.new/components/bitrix/breadcrumb/projects/style.css?1693461288698 */
/* /local/templates/nn.new/components/bitrix/catalog.section/shops/style.css?16953948916433 */
