

/* Start:/local/components/unr3/placements.list/templates/.default/style.css?17122083134741*/
.catalog-filter-arrow {
    text-align: right;
}
form#placement-list-form {
    position: relative;
}
.placement-filter.absolute {
    position: absolute;
    width: 100%;
    top: 10px;
}
.catalog.full-screen {
    z-index: 9020;
    position: absolute;
    top: 0;
}
.full-screen .container-placements {
    padding: 0;
}
.full-screen .placement-filter.absolute {
    left: calc(50vw - 50%);
}
.full-screen .catalog-header {
    display: none;
}
.mfp-content{
    max-width: 1024px !important;
}
.catalog-filter__years {
    font-size: 12pt;
}
.table-wrapper {
    overflow-y: auto;
    margin-bottom: 40px;
}
.table-wrapper .table {
    margin-bottom: 0;
}
.table th.sticky-right,
.table td.sticky-right {
    position: sticky;
    right: 0;
}
td.element.price {
    text-align: right;
}
td.element a {
    color: #000 !important;
    color: var(--base-strong) !important;
}
td.element a:hover {
    text-decoration: underline !important;
}
.mark-all .unmark-all, .unmark-all .mark-all {
    display: none;
}
label.js-mark {
    cursor: pointer;
}
a label.js-mark {
    text-decoration: underline;
}
.js-mark {
    margin-top: 7px;
}
td.address {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.custom-show {
    display: none;
}
.captcha {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.list__header.row {
    align-items: baseline;
}
@media only screen and (max-width : 750px) {
    .placement-filter.absolute {
        position: fixed;
        width: 100%;
        top: 0;
    }
    .list__header {
        padding-left: 13px;
        margin-bottom: 20px;
    }
    .custom-hide {
        display: none !important;
    }
    .custom-show {
        display: block;
        position: relative !important;
        margin-left: auto;
    }
    .custom-show span {
        color: #1f1f1f;
        /*font-size: 12px;*/
        line-height: 24px;
        border-bottom: 1px dashed #d9dfe2;
        font-weight: bold;
        cursor: pointer;
    }
    .custom-list {
        display: none;
        position: absolute;
        width: 163px;
        z-index: 10;
        right: 0;
        top: calc(100% + 10px);
        background-color: #ffffff;
        box-shadow: 0 17px 43px rgba(14,33,60,.28);
    }
    .custom-list a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 49px;
        text-align: center;
        color: #1f1f1f;
        font-size: 12px;
        line-height: 24px;
        border-bottom: 1px solid #F5F5F5;
    }
    .table tr {
        position: relative;
        box-shadow: 0 0 8px rgba(0,0,0,.15);
        background-color: #ffffff;
        margin-bottom: 12px;
        padding-left: 30px !important;
        padding-top: 9px !important;
        padding-right: 73px;
    }
    .table__td {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 1;
        width: 16px !important;
        height: 16px !important;
    }
    .table td,
    .table tr:nth-child(2) td {
        background-color: initial !important;
    }
    .table__td input {
        display: none;
    }
    .table__td span {
        display: block;
        width: 16px;
        height: 16px;
        position: relative;
    }
    .table input[type="checkbox"] + span::after {
        left: 0 !important;
    }
    .table td:nth-child(n+1) {
        display: inline-block;
        vertical-align: top;
        width: 125px;
    }
    .table td.address,
    .table td.price {
        width: 250px;
    }
    .table td.photo{
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 67px;
        height: 50%;
        border-bottom: 1px solid #EFF6FA;
        z-index: 1;
        box-shadow: 0 0 9px rgba(0,0,0, .08);        
    }
    .table td.cart {
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        width: 67px;
        height: 50%;
        box-shadow: 0 0 9px rgba(0,0,0, .08);
        z-index: 1;
    }
    td.element.price {
        text-align: left;
    }
    .btn--showmore {
        border: 1px solid #b5d0df !important;
        background-color: #eff6fa !important;
        display: flex;
        width: 100%;
        height: 43px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 5px !important;
        cursor: pointer;
    }
}
@media only screen and (max-width: 575px){
    .table td.address,
    .table td.price {
        width: 100%;
    }
}
/* End */


/* Start:/local/components/unr3/placements.filter/templates/select/style.css?17122083134519*/
.catalog-filter__row button {
    border: none;
    transition: all 0.3s;
}
.placement-filter .ways {
    display: none;
}
.ways .column {
    font-size: 14px;
    line-height: 24px;
    color: #8f9ea9;
    flex: 0 auto !important;
    padding: 0 15px !important;
    padding-right: 0 !important;
}
.filter-closed {
    border: 1px solid #B5D0DF;
    background-color: #eff6fa;
    background-color: var(--accent-weak);
    margin-bottom: 25px;
    padding: 5px 15px;
}
.js-slide-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: #4f6476;
    background-color: #eff6fa;
    background-color: var(--accent-weak);
    cursor: pointer;
    border: 0;
}
.js-slide-filter.closed *:not(.closed),
.js-slide-filter:not(.closed) .closed {
    display: none;
}
.filter-fixed {
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
}
.filter-fixed .js-slide-filter {
    font-size: 12px !important;
    margin-left: -29px !important;
    height: auto !important;
    text-align: left !important;
    border: 0 !important;
    justify-content: flex-start !important;
    margin-bottom: 0 !important;
}
.js-slide-filter:focus,
.js-slide-filter:focus-within,
.js-slide-filter:active {
    outline: unset;
}
.js-slide-filter::before {
    position: relative;
    display: inline-block;
    content: '';
    width: 10px;
    height: 11px;
    background-image: url(/local/components/unr3/placements.filter/templates/select/images/filter.png);
    margin-right: 13px;
}
.compact .js-slide-filter,
.absolute .js-slide-filter {
    display: block;
    text-align: left;
    border: 0;
}
.compact span.absolute,
.absolute span.compact {
    display: none;
}

.compact .catalog-filter {
    margin-bottom: 0;
}
.compact .catalog-filter .row-selectors,
.compact .catalog-filter .row-buttons {
    display: none;
}
.compact .catalog-filter .row-footer {
    margin-top: 0;
}
.full-screen .compact {
    display: none;
}
.absolute .box.ways {
    min-height: 10px;
}
.catalog-filter__row.row-footer .row {
    align-items: center;
    justify-content: space-between;
}
.js-close-filter {
    display: none;
    font-size: 16px;
    color: #4f6476;
    text-decoration: none;
}
.js-close-filter::after {
    position: relative;
    display: inline-block;
    content: '▲';
    margin-left: 5px;
}
.absolute.full .js-close-filter {
    display: inline;
}
#count_found {
    color: red;
}
.catalog-filter__period-desc {
    color: #949da8;
    margin: 0 10px 5px 0;
}
.catalog-filter__period-links {
    white-space: nowrap;
    display: inline;
}
.catalog-filter__period-link:hover:hover, .catalog-filter__period-link.is-active:hover {
    text-decoration: underline;
}
.catalog-filter__period-link:hover, .catalog-filter__period-link.is-active {
    color: #f13724;
}
.catalog-filter__period-link + span {
    margin: 0 10px;
    color: #949da8;
}
.catalog-filter__period-tab {
    display: none;
}
.catalog-filter__period-tab.is-active {
    display: flex;
    min-width: 80%;
    justify-content: space-around;
    margin-bottom: 0;
}
.catalog-filter__date-group {
    white-space: nowrap;
}
.catalog-filter__date-group label {
    margin-right: 10px;
    text-align: right;
}
.catalog-filter__date-group input {
    width: auto !important;
}
@media only screen and (max-width : 750px) {
    .filter-fixed{
        position: fixed;
        z-index: 90;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #f1f6fa;
        border-bottom: 1px solid #C4D5E2;
        padding: 0 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }
    .placement-filter {
        position: fixed;
        z-index: 999999999;
        background-color: #eff6fa;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 100%;
        overflow: auto;
        box-shadow: 0 0 84px rgba(0,0,0, .27);
    }
    .placement-filter .ways {
        display: block;
    }
    .js-close-filter,
    .absolute .js-close-filter {
        display: inline;
    }
/*    .fixed {
        position: relative;
        z-index: 9999;
    }*/
    .catalog-filter__years--left,
    .catalog-filter__years--right {
        white-space: nowrap;
    }
    .js-close-filter {
        width: 100%;
        text-align: right;
    }
}
@media (min-width: 768px){
    .row label.catalog-filter__title + label {
        margin-top: 0;
    }
}
@media (max-width: 575px){
    .costs .period {
        padding: 0 5%;
    }
    #div-found {
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/components/unr3/map/templates/google/style.css?17122083133452*/
div#map {
    width: 100%;
    height: 80vh;
}
#map.fullscreen {
    position: absolute;
    z-index: 9010;
    width: 100%;
    height: 100%;
}
#map-legend {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #000;
}
#map-legend h3 {
    margin-top: 0;
}
.traffic-line {
    background-color: #ddd;
}
.traffic-line.red {
    color: red;
    background: linear-gradient(0deg, #ddd 0% 30%, red 35% 65%, #ddd 70% 100%);
}
.traffic-line.yellow {
    color: orange;
    background: linear-gradient(0deg, #ddd 0% 30%, orange 35% 65%, #ddd 70% 100%);
}
.traffic-line.green {
    color: green;
    background: linear-gradient(0deg, #ddd 0% 30%, green 35% 65%, #ddd 70% 100%);
}
.cluster_menu {
    float: left;
    padding-right: 10px;
    border-right: grey 1px solid;
}
.cluster_menu_item:hover {
    text-decoration: underline;
}
.cluster_menu_item.active {
    font-weight: 600;
}
.cluster_info {
    float: right;
    padding-left: 10px;
    margin-left: -1px;
    border-left: grey 1px solid;
}
.cluster_info_item {
    display: none;
}
.cluster_info_item a:hover {
    text-decoration: underline;
}
.cluster_info_item.active {
    display: block;
}
.map-button {
    padding: 5px;
    background-color: white;
    color: black;
    margin: 10px;
    border-radius: 2px;
    border: 1px solid grey;
    text-align: center;
    cursor: pointer;
}
.polygon_ui{
    font-size: 14px;
    font-family: "PT Sans", "DeJaVu Sans", sans-serif;
}
.polygon_ui.active{
    background-color: yellow;
    color: black;
    cursor: pointer;
}
.polygon_ui_draw {
}
.polygon_ui_draw .polygon_ui_img {
    background-image: url(/local/components/unr3/map/templates/google/images/polygon.png);
    width: 16px;
    height: 16px;
}
.polygon_ui_delete {
}
.polygon_ui_delete .polygon_ui_img {
    background-image: url(/local/components/unr3/map/templates/google/images/polygon-d.png);
    width: 16px;
    height: 16px;
}
.fullscreen_ui {
}
.fullscreen_ui div {
    height: 18px;
    width: 18px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%20018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M0%2C0v2v4h2V2h4V0H2H0z%20M16%2C0h-4v2h4v4h2V2V0H16z%20M16%2C16h-4v2h4h2v-2v-4h-2V16z%20M2%2C12H0v4v2h2h4v-2H2V12z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.fullscreen_ui.active div {
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cpath%20fill%3D%22%23666%22%20d%3D%22M4%2C4H0v2h6V0H4V4z%20M14%2C4V0h-2v6h6V4H14z%20M12%2C18h2v-4h4v-2h-6V18z%20M0%2C14h4v4h2v-6H0V14z%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.filter_ui {
    display: none;
    font-size: 14px;
    font-family: "PT Sans", "DeJaVu Sans", sans-serif;
}
.fullscreen .filter_ui {
    display: block;
}
#draw-canvas {
    cursor: crosshair;
}
.map-info {
    padding-right: 15px;
}
.map-info p {
    margin-bottom: 0.3rem;
}
.map-info .address-info {
    font-size: large;
    max-width: 360px;
}
.map-info .address-info a:hover {
    color: #f13724;
}
.map-info span {
    font-weight: bold;
}
.map-info img {
    max-width: 360px;
}
ymaps[class$=cluster-content__header] {
    display: none;
}
ymaps[class$=balloon__close-button] {
    transform: scale(1.5);
    width: 40px;
}
ymaps[class$=hint] .map-info {
    margin: 5px 3px 2px;
}
.gm-style-iw button[title=Close] img {
    transform: scale(2) translate(-2px,2px);
}

/* End */


/* Start:/local/components/unr3/placements.element/templates/.default/style.css?17122083136833*/
.mfp-container:before {
    display: none;
}
#placement-modal {
  background: transparent;
  padding: 0;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  width: 1024px;
}
.player{
    width: 300px;
    height: 200px;
}

#modal-form_product {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 64px;
  margin-bottom: 49px;
}
.forats-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 3px;
  top: 0;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.forats-list li  {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0 0 10px 0;
  font-size: 26px;
  height: 60px;
  width: 52px;
  position: relative;
}
.forats-list li:last-child {
  margin-bottom: 0;
}
.forats-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 0;
  font-size: 26px;
  height: 100%;
  width: 100%;
  /*position: absolute;*/
}


.forats-list li a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  background: rgba(188, 204, 219, 0.6);
}
.forats-list li a.active:before, .forats-list li a:hover:before {
  display: none;
}
.my_modal-right-box {
  display: table;
  /*align-items: flex-start;*/
  /*justify-content: space-between;*/
  width: 100%;
  background: var(--base-weak);
  padding: 20px 35px 30px 30px;
}
.row-box {
    display: table-row;
}
.cell-box {
    display: table-cell;
}
.row-box:first-child .cell-box {
  border-bottom: 2px solid #d7e0e9;
}
.row-box .cell-box {
    padding-right: 10px;
}
.row-box .cell-box:last-child {
    padding-right: 0;
}
.modal-info-title {
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#product-price-box {
  display: flex;
  align-items: center;
}
#product-price-box > span {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
}
.cart_add-btn_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #f86859;
  width: 105px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #f86859;
  transition:  all 0.3s;
}
.cart_add-btn_modal:hover {
  color: #f86859;
  background: #fff;
  transition:  all 0.3s;
}
.modal-info-item.modal-info-attributes {
  padding-bottom: 20px;
}
.modal-item-inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.my_modal-attribute-group li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my_modal-attribute-group li:nth-child(2n) {
    background-color: var(--accent-weak);
}
.my_modal-attribute-group li:last-child {
  align-items: flex-end;
}
.attr_name_modal {
  min-width: 200px;
  width: 200px;
}
.my_modal-attribute-group li strong, .my_modal-attribute-group li a {
  width: 100%;
}
.download-techical_list {
  font-size: 18px;
  font-weight: 600;
  color: #f86859;
  text-decoration: underline;
}
.period-description {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.period-descr-item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.period-descr_img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 7px;
  border-radius: 3px;
}
.period-item-reservation{
    background: orange;
    background: var(--reservation-background);
    color: var(--reservation-color);
}
.period-item-sold {
    background: #b7c8d8;
    background: var(--sold-background);
    color: var(--sold-color);
}
.period-item-available{
    background: #88d96f;
    background: var(--available-background);
    color: var(--available-color);
}
.period-item-not-available{
    background: url('/local/components/unr3/placements.element/templates/.default/images/grey-lines-bg.png');
    color: var(--base-text-strong);
}
.period-item-in-cart{
    border: 2px solid #f86859;
}
.choise-period-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.choise-period-wrap > div {
  width: 49%;
}
.choise-period-wrap h4{
    margin: 1em 0;
}
.my_modal-info-box {
  width: 485px;
}
.modal-info-img-box {
  width: 400px;
}
.period_calendar-item input {
  display: none;
}
.period_calendar-item label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 23px;
  margin: 0 5px 10px;
  text-align: center;
  transition: all 0.3s;
  /*font-size: 12px;*/
  line-height: 1;
  border-radius: 3px;
}
.period_calendar-item label.period-item-available,
.period_calendar-item label.period-item-in-cart{
    cursor: pointer;
}
.chose-period_calendar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 95%;
}
.modal-small-imager-list {
  display: table;
  list-style: none;
  padding: 0;
  justify-content: space-between;
  margin: 16px 0;
}
.modal-big-img-box {
  overflow: hidden;
  max-height: 280px;
  /*height: 280px;*/
}
.modal-big-img-box a {
    font-size: 0;
    line-height: 0;
}
.modal-big-img-box img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.modal-small-imager-list li {
  display: table-cell;
  padding-right: 7px; 
}
.modal-small-imager-list li:last-child{
    padding-right: 0;
}
.modal-small-imager-list li a {
  display: block;
  border: 1px solid transparent;
}
.modal-small-imager-list li a img {
  width: 100%;
}
.modal-small-imager-list li a.active {
  border: 1px solid #5a5dd9;
}
.take-link-box {
  text-align: right;
  margin: 20px 0;
}
.take-link-box a {
  font-size: 16px;
  font-weight: 600;
  color: #f86859;
  line-height: 1;
  text-transform: uppercase;
}
.map-title {
  margin: 20px 0 10px;
}
.modal-map-box {
    position: relative;
}

@media (max-width: 920px) {
  #placement-modal {
    width: 100%;
  }
  .my_modal-right-box {
      display: block;
      width: calc(100% - 5px);
  }
  .my_modal-right-box .row-box {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
  }
  .my_modal-right-box .cell-box {
      display: block;
      flex-grow: 1;
      max-width: 100%;
      padding-right: 0;
  }
  .my_modal-info-box {
      width: 100%;
      float: left;
  }
  .modal-info-img-box {
      width: 100%;
      float: left;
  }
}
@media (max-width: 720px) {
    #modal-form_product {
        margin-bottom: 97px;
    }
}
@media (max-width: 567px) {
  #modal-form_product {
      padding-left: 25px;
  }
  .my_modal-right-box {
      padding: 20px 10px 20px 10px;
      width: 100%;
  }
  .forats-list {
      left: -5px;
  }
  .forats-list li {
    height: 1em;
    width: 1em;
  }
  .forats-list li a{
    font-size: 24px;
  }
  .attr_name_modal {
      min-width: inherit;
  }
  .period_calendar-item label {
      width: 40px;
  }
  .modal-big-img-box {
      max-height: none;
      height: 100%;
  }
}

/* End */
/* /local/components/unr3/placements.list/templates/.default/style.css?17122083134741 */
/* /local/components/unr3/placements.filter/templates/select/style.css?17122083134519 */
/* /local/components/unr3/map/templates/google/style.css?17122083133452 */
/* /local/components/unr3/placements.element/templates/.default/style.css?17122083136833 */
