

/* Start:/local/templates/sotbit_origami/theme/contacts/mebelson/style.css?17232103804029*/
.contact {
  max-width: 1176px;
  margin: 25px auto 0;
}

@media (max-width: 1440px) {
  .contact {
    max-width: 896px;
    margin-top: 45px;
  }
}

@media (max-width: 1024px) {
  .contact {
    max-width: 100%;
    margin-top: 25px;
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .contact {
    padding: 0 15px;
  }
}

.contact__phone-list {
  margin: 0;
}

.contact__phone-item {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin: 0;
  padding: 0;
}

.contact__phone-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.contact__phone-data {
  display: flex;
  flex-grow: 1;
  column-gap: 20px;
  font-weight: 500;
  font-size: 22px;
  line-height: 31px;
}

@media (max-width: 480px) {
  .contact__phone-data {
    flex-direction: column;
  }
}

.contact__phone-tel {
  flex-grow: 1;
  color: #000000 !important;
  transition: font-weight .2s ease-in;
}

.contact__phone-tel:hover {
  font-weight: 600;
 }

.contact__phone-item-icon svg {
  display: block;
}

.contact__time {
  margin-top: 80px;
  background: var(--bg-color);
  padding: var(--space-xxl) var(--space-xe);
}

.contact__time-header {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  padding: 0;
}

.contact__time-list {
  display: flex;
  column-gap: 100px;
  margin: 25px 0 0;
}

@media (max-width: 480px) {
  .contact__time-list {
    flex-direction: column;
    row-gap: 20px;
  }
}

.contact__time-item {
  display: flex;
  column-gap: 12px;
  margin: 0;
  padding: 0;
}

.contact__time-item-text {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

.contact__time-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.contact__req {
  margin-top: 80px;
}

.contact__req-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  padding: 0;
}

.contact__req-text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 22px;
}

.contact__forms {
  margin-top: 100px;
}

@media (max-width: 1440px) {
  .contact__forms {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
  .contact__forms {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .contact__forms {
    margin-top: 70px;
  }
}

@media (max-width: 480px) {
  .contact__forms {
    margin-top: 80px;
  }
}

.contact__forms-title {
  margin-bottom: 28px;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
}

.contact__forms-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.contact__forms-container {
  display: grid;
  grid-template-columns: repeat(3, 334px);
  column-gap: 87px;
  row-gap: 60px;
  margin-top: 60px;
}

@media (max-width: 1440px) {
  .contact__forms-container {
    grid-template-columns: repeat(3, 291px);
    column-gap: 11px;
    row-gap: 40px;
  }
}

@media (max-width: 1024px) {
  .contact__forms-container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
  }
}

@media (max-width: 768px) {
  .contact__forms-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}

@media (max-width: 480px) {
  .contact__forms-container {
    grid-template-columns: 1fr;
  }
}

.contact__form-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.contact__form-name {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.contact__form-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  background: none;
  border: 1px solid #989898;
  border-radius: 4px;
  transition: all 0.2s;
  font-weight: 700;
  color: #000000 !important;
}

.contact__form-button:hover,
.contact__form-button:focus {
  background: var(--bg-color);
}

.contact__form-button:active {
  background: #FFFFFF;
  border: 1px solid #000000;
}

/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/news.list/shops_map_left/style.css?172321038014124*/
:root {
    --shops-list-width: 453px;
}

.map__container div {
    transition: none;
}

.contact-map {
    padding: 0 70px;
}

.map__body {
    display: flex;
    border: 1px solid #c4c4c4;
    height: 630px;
    box-sizing: content-box;
}

.map__body .bx-yandex-view-layout {
    width: 100%;
}

.map__title {
    font-size: 35px;
    font-weight: 500;
}

@media (max-width: 1440px) {
    .contact-map {
        padding: 0 40px;
    }
}

@media (max-width: 1023px) {
    .contact-map {
        padding: 0 15px;
    }
}

.map__text {
    margin: 16px 0 24px;
}

.map__container {
    position: relative;
}

.map__popup {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: var(--shops-list-width);
    height: 630px;
    min-height: 630px;
    box-sizing: content-box;
    background: #FFFFFF;
    border-radius: 4px;
}

.map__popup-header {
    padding: 30px 20px 0 20px;
}

.map__popup-item,
.map__popup-item-content {
    padding: 0 20px;
}

.map__popup-item-content .map__popup-item-info {
    margin-top: 30px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-tel {
    display: flex;
    align-items: center;
    gap: 10px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-tel .map__popup-item-info-tel-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 13px;
    width: 13px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-tel .map__popup-item-info-tel-link {
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    font-size: 16px;
}

.map__popup-item-content .map__popup-item-info .map__popup-item-info-time {
    margin-top: 10px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
}

.map__popup-item-info-metro {
    margin-top: 30px;
}

.map__popup-item-info-metro-img {
    background: transparent;
    min-height: 20px;
    min-width: 20px;
    height: 100%;
    position: relative;
}

.map__popup-item-info-metro-img img{
    color: var(--bg-color);
    object-fit: cover;
    height: inherit;
    left: 0;
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: bottom;
    width: 100%;
}

.map__popup-item-info-metro-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.map__popup-item-info-metro .map__popup-item-info-metro-title {
    font-weight: 600;
    line-height: 150%;
    font-size: 16px;
}

@media (max-width: 1900px) {
    * {
        --shops-list-width: 360px;
    }
}

@media (max-width: 1365px) {
    .map__popup-header {
        padding: 20px 20px 0 20px;
    }
}

@media (max-width: 1023px) {
    * {
        --shops-list-width: 330px;
    }

    .map__popup {
        max-height: 100%;
        min-height: 100%;
    }
}



@media (max-width: 320px) {
    .map__popup {
        height: 387px;
        min-height: 387px;
        /*padding: 20px 10px 30px;*/
    }

    .map__popup-header {
        padding: 20px 10px 0 30px;
    }

    .map__popup-item,
    .map__popup-item-content {
        padding: 0 10px 0 30px;
    }

    .map__popup-back {
        width: calc(100% - 40px);
    }
}

.map__popup-header {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.map__popup-title {
    padding: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

@media (max-width: 1024px) {
    .map__popup-title {
        font-size: 22px;
        line-height: 33px;
    }
}

.map__popup-back {
    position: absolute;
    display: flex;
    align-items: center;
    width: calc(100% - 20px*2);
    height: 100%;
    background: #FFFFFF;
}

.map__popup-close {
    position: relative;
    height: fit-content;
    z-index: 2;
    transition: 0.3s ease-out;
    cursor: pointer;
}

.map__popup-close:hover {
    transform: rotateZ(360deg);
}

.map__popup-close,
.map__popup-back-button {
    padding: 0;
    background: none;
    border: none;
}

.map__popup-back-button {
    display: flex;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
}

.map__popup-back-text {
    font-size: 14px;
    line-height: 1.5;
}

.map__popup-close svg,
.map__popup-back-button svg {
    display: block;
}

.map__popup-body {
    position: relative;
    overflow-y: hidden;
    height: 530px;
}

.map__popup-list {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    overflow-y: clip;
    padding-top: 10px;
    min-height: 100%;
}

.map__popup-item {
    display: flex;
    column-gap: 16px;
    margin: 0;
    //padding: 0;
}

.map__popup-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.map__popup-item-data {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    border-bottom: 1px solid var(--bg-color);
}

.map__popup-item-name,
.map__popup-item-address {
    font-size: 16px;
    line-height: 25px;
}

@media (max-width: 1024px) {
    .map__popup-item-name,
    .map__popup-item-address {
        font-size: 14px;
        line-height: 20px;
    }
}

.map__popup-item-address {
    margin-bottom: 20px;
}

.map__popup-item-tel,
.map__popup-item-time {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.map__popup-item-link,
.map__popup-item-photo-all {
    display: inline-block;
    width: fit-content;
    padding-bottom: 2px;
    color: #989898 !important;
    font-size: 14px;
    line-height: 20px;
}

/*.map__popup-item-link:hover,
.map__popup-item-photo-all:hover,
.map__popup-item-link:focus,
.map__popup-item-photo-all:focus,
.map__popup-item-link:active,
.map__popup-item-photo-all:active {
    border-bottom: 1px solid transparent;
}*/

.map__popup-item-photo-all {
    margin-top: 15px;
}

.map__popup-item-content {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition: all linear .3s;
    transition-delay: .5s;
    max-height: inherit;
    height: 542px;
    width: 100%;
    background: #FFFFFF;
}

.map__popup-item-content__active {
    left: 0;
}

.map__popup-item-content__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.map__popup-item-content-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    padding: 20px 30px;
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.map__popup-item-content__active .map__popup-item-content-footer {
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

@media (max-width: 1023px) {
    .map__popup-item-content-footer {
        padding: 20px 0 20px 20px;
    }
}

.map__popup-item-photo-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.map__popup-item-photo {
    width: 100%;
    object-fit: cover;
}

.map__popup-item svg {
    flex-shrink: 0;
}

.map_showroom{
    position: relative;
}

.map__popup-pills {
    flex-wrap: wrap !important;
    margin-top: 0 !important;
}

.map__popup-pills .mb-slider-block__pill {
    max-height: 40px;
}

@media (max-width: 768px) {
    .map__popup-pills .mb-slider-block__pill-link {
        font-size: 14px;
    }
}

/*start search*/
.map__popup-search {
    border-radius: 29px;
    border: 1px solid #c4c4c4;
    width: 100%;
    padding: 1px;
}

.map__popup-search .map__popup-search__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 15px;
    position: relative;
    transition: border-color .2s;
    width: 100%;
}

.map__popup-search .map__popup-search-btn {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin: 0;
    opacity: .35;
    padding: 0;
    transition: opacity .2s;
}

.map__popup-search .map__popup-search-input {
    overflow: hidden;
    padding: 13px 5px 14px 15px;
    text-overflow: ellipsis;
    width: 100%;
}
/*end search*/

.map__popup-item-content-footer .map__popup-item-content-btn {
    background: #404040;
    border: 1px solid #404040;
    color: #fff;
    font-weight: 500;
    outline: none;
    transition: all .2s;
    border-radius: 4px;
    width: 100%;
    height: 50px;
}

.map__popup-item-content-footer .map__popup-item-content-btn:hover {
    background: #000;
    border-color: #000;
}

@media (max-width: 1900px) {
    .map__popup-item-content-footer .map__popup-item-content-btn {
        height: 42px;
    }
}

.map__popup-item-content-footer .map__popup-item-content-btns-title {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

.map__popup-item-content-footer .map__popup-item-content-btns {
    display: flex;
    margin-top: 15px;
    gap: 15px;
}

.map__popup-item-content-footer .map__popup-item-content-btn-link {
    cursor: pointer;
    text-decoration: none;
    width: 100%;
}

.map__popup-item-content-footer .map__popup-item-content-btn-link button {
    background: var(--bg-color);
    border: 1px solid var(--bg-color);
    color: #000;
    outline: none;
    padding: 0 20px;
    transition: all .2s;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 1.5;
    box-sizing: border-box;
    cursor: pointer;
}

.map__popup-item-content-footer .map__popup-item-content-btn-link button:hover{
    background: #c4c4c4;
    border-color: #c4c4c4;
}

.map__popup-item-content .map__popup-item-content__content {
    overflow-y: scroll;
    height: calc(630px - 20px - 70px - 102px);
    padding-bottom: 0;
}

.map__wrapper {
    position: relative;
    height: inherit;
}

.map__body .map-control {
    right: 20px;
    top: 20px;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    cursor: pointer;
    display: flex;
    justify-content: center;
    line-height: 150%;
    color: #000;
    gap: 10px;
    border: 1px solid #989898;
    height: 40px;
    width: 40px;
    padding: 0;
}

.map__body .map-controls__wrapper {
    position: absolute;
    right: 20px;
    top: calc(50% - 75px);;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}

 .map__body .map__zoom {
     position: relative;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
 }

.map__body .map__show-list {
    position: absolute;
    height: auto;
    width: auto;
    padding: 10px 20px;
}

.map__body .map__show-list.map__show-list__active  span {
    display: inline;
}

.map__body .map__show-list.map__show-list__active {
    height: 40px;
    width: 40px;
    padding: 0;
}

.map__body .map__show-list.map__show-list__active span{
    display: none;
}

.map__body .map__show-list.map__show-list__active svg{
    transform: rotate(0);
}

.map__body .map__show-list svg {
    color: #000;
    transform: rotate(180deg);
}

.map__body.map__body__hidden-list .map__popup {
    display: none;
}

.map__body.map__body__show-list .map__popup {
    display: block;
}

.map__body.map__body__show-list .map__wrapper{
    width: calc(100% - var(--shops-list-width));
}

.map__body.map__body__hidden-list .map__wrapper{
    width: 100%;
}

@media (max-width: 1990px) {
    .map__popup-item-content-footer .map__popup-item-content-btn-link button {
        font-size: 14px;
    }
}

@media (max-width: 1365px) {
    .map__popup {
        height: 453px;
        min-height: 453px;
    }

    .map__body {
        height: 461px;
    }

    .map__popup-item-content
    {
        height: calc(463px - 20px - 75px);
    }

    .map__popup-body {
        height: calc(463px - 20px - 80px);
    }

    .map__popup-item-content .map__popup-item-content__content {
        height: calc(463px - 20px - 70px - 82px);
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    * {
        --shops-list-width: 100%;
    }

    .map__body {
        height: 650px;
    }

    .map__popup-body {
        height: calc(100% - 70px);
    }

    .map__popup-item-content .map__popup-item-content__content {
        padding-bottom: 140px;
    }

    .map__popup-item-content,
    .map__popup-item-content .map__popup-item-content__content {
        height: calc(340px - 20px - 70px);
    }

    .map__popup-item-content__active .map__popup-item-content-footer {
        padding: 20px;
    }

    .map__popup {
        height: 50%;
        min-height: 50%;
        padding-bottom: 10px;
    }

    .map__body {
        flex-direction: column;
    }

    .map__body .bx-yandex-view-layout {
        width: 100%;
    }

    .bx-yandex-map {
        height: 100%;
    }

    .map__body.map__body__show-list .map__wrapper {
        height: 50%;
        width: 100%;
    }

    .map__body.map__body__hidden-list .map__wrapper {
        height: 100%;
        width: 100%;
    }
}

.bx-yandex-view-layout,
.bx-yandex-view-map,
.bx-yandex-map,
.ymaps-map,
.ymaps-glass-pane,
.ymaps-events-pane {
    height: inherit!important;
    box-sizing: content-box;
    width: 100%;
}
yams {
    transition: all ease-in-out .2s;
}

@media (max-width: 767px) {
    .bx-yandex-view-layout,
    .bx-yandex-view-map,
    .bx-yandex-map,
    .ymaps-map,
    .ymaps-glass-pane,
    .ymaps-events-pane {
        height: 100%!important;
    }
}

.ymaps-b-select {
    display: none!important;
}

/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/map.yandex.view/shop_left/style.css?1704957892520*/
.bx-yandex-view-layout,
.bx-yandex-view-map,
.bx-yandex-map,
.ymaps-map,
.ymaps-glass-pane,
.ymaps-events-pane {
    height: inherit!important;
    box-sizing: content-box;
    width: 100%;
}
yams {
    transition: all ease-in-out .2s;
}

@media (max-width: 767px) {
    .bx-yandex-view-layout,
    .bx-yandex-view-map,
    .bx-yandex-map,
    .ymaps-map,
    .ymaps-glass-pane,
    .ymaps-events-pane {
        height: 100%!important;
    }
}

.ymaps-b-select {
    display: none!important;
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694423626666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/sotbit_origami/theme/contacts/mebelson/style.css?17232103804029 */
/* /local/templates/sotbit_origami/components/bitrix/news.list/shops_map_left/style.css?172321038014124 */
/* /local/templates/sotbit_origami/components/bitrix/map.yandex.view/shop_left/style.css?1704957892520 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1694423626666 */
