

/* Start:/local/templates/marccain/css/nice-select.css?17857562234007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/templates/marccain/css/map_available.css?17857562234824*/
@font-face{
    font-family: "Proxima Nova";
    font-weight: 400;
    src: url(/local/templates/marccain/css/../fonts/ProximaNova-Regular.ttf);
}

@font-face{
    font-family: "Proxima Nova";
    font-weight: 600;
    src: url(/local/templates/marccain/css/../fonts/ProximaNova-Semibold.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Montserrat", sans-serif;
}
.goods__block-info {position: relative;}
.map_modal{
    position: fixed;
    left: 0;
    top: 0;
    height: 100dvh;
    width: 100dvw;
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
    padding: 15px;
    z-index: 999;
}

.map_modal.show{
    opacity: 1;
    visibility: visible;
}

.modal_tab{
    display: none;
}

.modal_block{
    max-width: 1250px;
    max-height: 783px;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.modal_close{
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3;
}

.map{
    flex: 0 0 auto;
    width: 62%;
}

.map_info{
    flex: 0 0 auto;
    width: 38%;
    padding: 30px;
    max-height: 100%;
    position: relative;
    overflow: hidden;
}

.modal_title{
    font-family: "Proxima Nova";
    font-size: 24px;
    font-weight: 600;
}

.info_header{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin-bottom: 15px;
}

.nice-select {
    border-radius: 0;
    border: 1px solid #C1C1C1;
    font-family: Montserrat;
    font-size: 17px;
}

.nice-select .list{
    width: 100%;
    border-radius: 0;
}

.city_stores{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    height: calc(100% - 100px);
    overflow: auto;
}

.city_stores .store_item{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    padding: 15px;
    border: 1px solid #C1C1C1;
    text-decoration: none;
    color: #000;
}

.city_stores .store_info{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    line-height: 21px;
    font-size: 14px;
}

.store_item .store_name{
    font-family: "Proxima Nova";
    font-size: 20px;
    font-weight: 600;
}

.city_stores .store_info .address{
    color: #454545;
}

.city_stores .store_advantages{
    display: flex;
    align-items: center;
    list-style: none;
    font-size: 14px;
    gap: 0 10px;
}

.city_stores .store_advantages li{
    display: flex;
    align-items: center;
    gap: 0 5px;
}

.city_stores .in_stock_count{
    padding-top: 15px;
    border-top: 1px solid #C1C1C1;
    font-size: 14px;
    line-height: 21px;
}

.store_about{
    position: absolute;
    height: 100%;
    width: 38%;
    background-color: #fff;
    right: calc(-100% - 60px);
    top: 0;
    padding: 30px;
    transition: .3s all ease;
}

.store_about.show{
    right: 0;
}

.store_about .go_back{
    display: inline-block;
    margin-bottom: 23px;
}

.store_about .store_name{
    font-family: "Proxima Nova";
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.store_about .store_address{
    line-height: 21px;
    margin-bottom: 15px;
}

.store_about .store_params{
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    font-size: 14px;
    line-height: 21px;
}

.store_about .store_params li{
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.store_about .store_params .param_name{
    font-weight: 700;
}

.store_about .store_params a{
    text-decoration: none;
    color: #000;
}

.tab_item.active > ymaps,
.tab_item.active > ymaps > ymaps:first-child{
    height: 100% !important;
    width: 100% !important;
}


@media (max-width: 1024px){
    .map_info,
    .map,
    .store_about{
        width: 50%;
    }
}

@media (max-width: 768px){
    .modal_block{
        padding-top: 55px;
        padding: 55px 20px 20px 20px;
    }
    .modal_tab{
        display: flex;
        position: absolute;
        left: 20px;
        top: 20px;
        gap: 0 15px;

        a{
            font-size: 20px;
            color: #989898;
            font-family: "Proxima Nova";
            font-weight: 600;
            text-decoration: none;

            &.active{
                color: #3D3D3D;
            }
        }
    }

    .map_info{
        padding: 0;
    }

    .map_info, .map, .store_about{
        width: 100%;
    }

    .tab_item{
        display: none;
    }

    .tab_item.active{
        display: block;
    }

    
}

.map_opener {
    font-size: 17px;
    line-height: 21px;
    position: relative;
}
.map_opener svg.map_opener_to {
    position: absolute;
    top: 50%;
    margin-left: 6px;
    transform: translateY(-50%);
}
.map_opener svg.map_opener_point {
    position: relative;
    top: 6px;
}
/* End */


/* Start:/local/templates/marccain/components/bitrix/system.pagenavigation/more_catalog/style.css?17857562235024*/
.bx-pagination-all {
    order: 2; margin-top: 20px;
    display: flex; justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width:767px) {
    .bx-pagination-all {
        justify-content: center;
    }
}
.bx-pagination {
    margin: 10px 0 10px;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: #eff0f1;
    padding: 0 8px;
    display: block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
    background: #323232;
    color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
    color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
    color: #aab1b4;
    background: #fff;
    border: 2px solid #eff0f1;
    line-height: 28px;
    padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
    background: #E22B2B;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
    background: #323232;
    color: #fff;
}

@media (max-width: 1499px) {
    .bx-pagination .bx-pagination-container ul li {font-size: 12px;}
    .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
        padding: 0 14px;
    }
    .bx-pagination .bx-pagination-container ul li.bx-pag-all span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-next span{
        padding: 0 14px;
    }
    .bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
        line-height: 28px;
    }
    .bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
        line-height: 28px;
}
    .bx-pagination .bx-pagination-container ul li a {
        border-radius: 14px;
        height: 28px;
        min-width: 28px;
        line-height: 28px;
    }
}
@media (max-width: 425px) {
    .bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
        padding: 0 4px;
    }

    .bx-pagination .bx-pagination-container ul li.bx-pag-all span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
    .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
        padding: 0 4px;
    }

    .bx-pagination .bx-pagination-container ul li {
        display: inline-block;
        margin: 0 1px 15px 0px;
    }
}
/* End */
/* /local/templates/marccain/css/nice-select.css?17857562234007 */
/* /local/templates/marccain/css/map_available.css?17857562234824 */
/* /local/templates/marccain/components/bitrix/system.pagenavigation/more_catalog/style.css?17857562235024 */
