

/* Start:/local/templates/vsn_new/components/bitrix/breadcrumb/new/style.css?17612175521199*/
.breadcrumbs-container {
    margin: 50px 0;
}
@media(max-width: 767px){
    .breadcrumbs-container {
        margin: 15px 0;
    }
}
.breadcrumbs-container.margined{
    margin: 30px 40px 26px;
}
.breadcrumbs.new {
    position: relative;
    width: 100%;
    color: #333;
    flex-wrap: wrap;
}
.breadcrumbs.new::-webkit-scrollbar{ height: 0px; }
.breadcrumbs.new::-webkit-scrollbar-track{ background:#828282; border: 0; background-clip: content-box; }
.breadcrumbs.new::-webkit-scrollbar-thumb { background: #828282; border: 0; }

.breadcrumbs.new .breadcrumbs__item {
    font-size: 1rem;
    padding: 0 15px 0 5px;
    margin-bottom: 5px;
    color: #333;
}
@media(max-width: 767px){

    .breadcrumbs-container.margined {
        margin: 20px 0 14px;
    }
    .breadcrumbs.new .breadcrumbs__item {
        font-size: .78rem;
        padding: 0 8px;
    }
}
.breadcrumbs.new .breadcrumbs__item:first-child {
     padding: 0 15px 0 5px;
 }
.breadcrumbs.new .breadcrumbs__item:not(:last-child)::after {
    height: 16px;
    top: 0;
    background: #828282;
}
.breadcrumbs__item.current{
    color: #828282 !important;
}

.breadcrumbs__item:not(:last-child)::after {
    right: 5px !important;
}
/* End */


/* Start:/local/templates/vsn_new/components/bitrix/catalog.element/plan_filter_project/style.css?17612175538478*/
.inlined {
     min-height: 20px;
     margin: 0;
     padding: 0;
     font-size: 0;
     overflow: visible;
}

.inlined > li {
     display: inline-block;
     list-style-type: none;
     vertical-align: top;
     letter-spacing: 0;
     font-size: 15px;
     padding: 0;
     margin: 0;
     line-height: normal;
     background: none;
     position: relative;
}

.inlined > li img {
     vertical-align: bottom;
}

.section {
     text-align: center;
     position: relative;
}

.sections-wrapper {
     overflow-x: scroll;
}

@media (min-width: 500px) {
     .li-with-modal:hover .li-modal {
          display: flex;
          flex-wrap: wrap;
          align-content: space-between;
          justify-content: space-evenly;
          align-items: center;
          flex-direction: row;
          width: 30vw;
          min-width: 450px;
          min-height: 30vw;
          box-shadow: 10px 10px 25px 0px rgba(0, 0, 0, 0.25);
          z-index: 99;
     }

     .li-modal__top {
          display: flex;
          justify-content: center;
     }

     .li-modal__top p {
          margin: 0px 10px;
          font-size: 16px;
          line-height: 1.5;
     }
     
     .section__item {
          flex: 0 0 auto;
          justify-content: center;
          align-items: center;
          padding-left: 26px;
          width: unset !important;
     }
     
     .app-items { display: none; }
}

@media (max-width: 499px) {
     .section__item {
          display: flex;
          align-items: flex-end;
          gap: 10px;
          width: auto;
          padding: 0 30px;
     }
     
     .app-items {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          align-content: center;
          align-items: center;
          gap: 20px;
          position: relative;
          float: left;
          width: 100%;
          margin: 50px 0;
     }
     .app-item {
          display: none;
          width: 315px;
          border-bottom: 1px solid #E0E0E0;
     }
     .app-item.show { display: block; }
     
     .app-item--name, .app-item--price {
          position: relative;
          float: left;
          color: #000;
          font-family: 'Bitum';
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: 110%;
          letter-spacing: -0.36px;
          text-align: left;
     }
     
     .app-item--price {
          float: right;
          text-align: right;
     }
     
     .app-item--img {
          position: relative;
          float: left;
          width: 60px;
          height: 60px;
          margin-top: 20px;
          clear: left;
     }
     
     .app-item--img img {
          width: auto !important;
          height: 100% !important;
     }
     
     .app-item--info {
          position: relative;
          float: right;
          width: 235px;
          margin-top: 20px;
          clear: right;
          
     }
     
     .app-item--prop {
          display: flex;
          align-items: center;
          position: relative;
          float: left;
          width: 100%;
          margin-bottom: 10px;
     }
     
     .name, .value { white-space: nowrap; }
     
     .line {
          flex-grow: 1;
          height: 1px;
          background-color: #E0E0E0;
          margin: 0 10px;
     }
     
     .app-items--more {
          display: inline-flex;
          align-items: center;
          font-family: "Helvetica", sans-serif;
          margin-top: 30px;
          font-size: 12px;
          line-height: 150%;
          padding: 12px 30px;
          border: 1px solid #1b1b1b;
          color: #fff;
          height: 44px;
          background-color: #000;
          border-radius: 24px;
     }
     
     .app-items--more span {
          position: relative;
          z-index: 2;
     }
     
     .app-items--more svg {
          fill: #fff;
          position: relative;
          z-index: 2;
          fill: #fff;
          margin-left: 10px;
          width: 24px;
          height: 24px;
          transform: rotate(-90deg);
     }
}

.section ul {
     counter-increment: floor -1;
     display: block;
     margin: 0 auto;
     background: rgb(242, 242, 242);
     padding-left: 10px;
     padding-right: 10px;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
}

.urovn2 {
     height: 40px !important;
}

.urovn2 a {
     height: 40px !important;
     display: flex !important;
     justify-content: center;
     align-items: center;
}

.section ul:last-child {
     padding: 0 10px;
     position: relative;
     
     background: rgb(242, 242, 242);
     border-bottom: 20px solid rgb(224, 224, 224);
}

.section ul:nth-child(2) {
     position: relative;
     display: inline-block;
     border-top: 10px solid rgb(224, 224, 224);
     padding: 7px 10px 0 10px;
     line-height: 28px;
     min-height: 35px;
}

.section ul:nth-child(3) {
     padding-top: 5px;
}

.section ul:nth-child(2)::before {
     content: "";
     display: block;
     width: 90%;
     height: 10px;
     margin: -26px auto 16px auto;
     background: rgb(224, 224, 224);
}

.section ul > span {
     position: absolute;
     top: 1px;
     left: -26px;
     display: block;
     text-align: right;
     cursor: default;
     font-family: "Helvetica";
     font-weight: 400;
     font-size: 14px;
     line-height: 120%;
     width: 20px;
     color: #bdbdbd;
}

.section ul:nth-child(2) > span {
     top: 9px;
}
.section .floor-urovn {
     cursor: default;
     position: absolute;
     top: 1px;
     left: -26px;
     width: 20.7px;
     height: 100%;
     display: flex;
     flex-direction: column-reverse;
     justify-content: space-around;
     align-content: flex-end;
     align-items: flex-end;
     text-align: right;
}
.section ul .floor-urovn > span {
     font-family: "Helvetica";
     font-weight: 400;
     font-size: 14px;
     line-height: 120%;
     width: 20px;
     height: auto;
     color: #bdbdbd;
     align-content: flex-end;
     justify-content: flex-end;
     align-items: flex-end;
}
.li-modal__title {
     width: 100%;
     margin: 10px 0;
     font-family: "Bitum", sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 24px;
     line-height: 110%;
     letter-spacing: -0.02em;
     color: #000;
}

.li-modal__text {
     display: flex;
     flex-direction: column;
     font-family: "Helvetica", sans-serif;
     font-weight: 400;
     font-size: 18px;
     line-height: 21px;
}

.filter__reset {
     display: flex;
     align-items: center;
     gap: 8px;
}

.li-modal__schema {
     width: 100%;
}

.li-modal__schema img {
     max-width: 100%;
     width: auto !important;
     height: 23vw !important;
}

.li-modal__text span {
     font-weight: bold;
}

.section li:last-child::before {
     left: 25px;
     text-align: left;
}

.li-with-modal {
     position: relative;
}

.li-modal {
     position: absolute;
     z-index: 10;
     display: block;
     min-width: 60px;
     width: 250px;
     height: auto;
     display: none;
     min-height: 15px;
     margin: 0;
     padding: 10px 12px;
     background: #fff;
     font: 13px/20px Arial, sans-serif;
     flex-direction: column;
     justify-content: flex-start;
     align-items: flex-start;
     left: 20px;
}

.section li {
     width: 20px;
     height: 20px;
     background: #fff;
     text-align: center;
     line-height: 20px;
     margin: 0 7px 7px 0;
     border: 1px solid rgb(224, 224, 224);
     position: relative;
     flex: 1 1 auto;
}

.section li a {
     position: relative;
     z-index: 5;
}

.section li:after {
     content: "";
     width: 1px;
     height: 100%;
     background-color: rgb(224, 224, 224);
     position: absolute;
     top: 0;
     left: 50%;
     transform: translateX(-50%);
}

.section li:last-child {
     margin-right: 0;
}
.section li.li-with-modal:after { display: none; }
.section span {
     display: flex;
     height: 100%;
     color: #fff;
     text-decoration: none;
     cursor: pointer;
     flex-direction: column;
     align-content: center;
     justify-content: center;
     align-items: center;
}

.section .free {
     background: #81bb40;
}

.section .otd {
     background: #5990a5;
}

.section .reserved {
     background: #9b9b9b;
}

.section .action {
     background: #ff0000;
}

.section .sold {
     background: #ededed;
}
.li-modal__text span {
     color: #000!important;
}


/* End */
/* /local/templates/vsn_new/components/bitrix/breadcrumb/new/style.css?17612175521199 */
/* /local/templates/vsn_new/components/bitrix/catalog.element/plan_filter_project/style.css?17612175538478 */
