

/* Start:/local/templates/solution-redesign/components/remark/realty.chess/tsz-detail/style.css?176581535312739*/

.chess__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px;
    position: relative;
}

.chess__item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chess__item-presentation {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    color: var(--c-primary-dark);
    border-radius: 4px;
    -webkit-transition: all ease-in-out 150ms;
    transition: all ease-in-out 150ms;
    border: 1px solid #f0f8ff;
}

@media (min-width: 0) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .chess__item-presentation {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.chess__item--st .chess__item-presentation {
    background-color: #e6ffda;
}

.chess__item--1k .chess__item-presentation {
    background-color: #fffccf;
}

.chess__item--2k .chess__item-presentation {
    background-color: #efecf3;
}

.chess__item--3k .chess__item-presentation {
    background-color: #ffeeee;
}

.chess__item--not-match {
    pointer-events: none;
    border-color: #dbc6af;
    fill: #3a4654;
    opacity: 0.5;
}

.chess__item:hover {
    cursor: pointer;
}

.chess__item:hover .chess__item-presentation {
    border-color: #008bf8;
    background-color: #f0f8ff;
    color: #008bf8;
}

.chess__item.active {
    cursor: auto;
    pointer-events: none;
}

.chess__item.active .chess__item-presentation {
    background-color: #008bf8;
    color: var(--c-gray-10);
}

.chess__item-presentation + .chess__item-text {
    margin-left: 8px;
}

.chess__item--booked {
    pointer-events: none;
}

.chess__item--booked .chess__item-presentation {
    border-color: #cfe4f1;
    fill: #0a7ebf;
    background-color: var(--c-gray-10);
}

.chess__item--sold {
    pointer-events: none;
}

.chess__item--sold .chess__item-presentation {
    color: transparent;
    border-color: var(--c-gray-20);
    background-color: transparent;
}

.chess__floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.chess__floor-number {
    padding: 1px;
}

.chess__floor-number-presentation {
    width: 40px;
    height: 40px;
    color: #221e26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .chess__floor-number-presentation {
        width: 36px;
        height: 34px;
    }
}

@media (max-width: 1023px) {
    .chess__layout {
        overflow-x: scroll;
    }
}

.chess__layout-faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.chess__layout-faq-item {
    width: 100%;
    text-align: center;
    color: #221e26;
    font-weight: 500;
}

@media (min-width: 0) {
    .chess__layout-faq-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 768px) {
    .chess__layout-faq-item {
        font-size: 10px;
        letter-spacing: 0em;
        line-height: 14px;
    }
}

@media (min-width: 1024px) {
    .chess__layout-faq-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

@media (min-width: 1440px) {
    .chess__layout-faq-item {
        font-size: 12px;
        letter-spacing: 0em;
        line-height: 16px;
    }
}

.chess__layout-faq-item--small {
    width: 55px;
}

@media (max-width: 1023px) {
    .chess__layout-faq-item--small {
        width: 50px;
    }
}

.chess__layout-faq + .chess__container {
    margin-top: 4px;
}

.chess__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: fit-content;
}

@media (max-width: 1023px) {
    .chess-table__information{
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .chess__apartments {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
/*        width: 1px;*/
        position: relative;
    }

    .chess__apartments-inner {
        position: relative;
    }
}

.chess__apartments-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
}

.chess__flor-list {
    margin: 0 -3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.chess__legend-inner {
    margin: -4px 0;
}

.chess__legend-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    padding: 4px 0;
}

.chess__legend-row .chess__item {
    pointer-events: none;
    padding: 0 12px;
    margin-left: 0;
}

.chess__legend-row .chess__item-text {
    min-width: 75px;
}

@media (min-width: 0) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .chess__legend-row .chess__item-text {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.chess__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -15px;
}

@media (max-width: 1023px) {
    .chess__filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin: -6px 0px;
    }
}

.chess__filter + * {
    margin-top: 24px;
}

.chess__filter > * {
    margin: 12px 15px;
    width: calc(50% - 30px);
}

@media (max-width: 1023px) {
    .chess__filter > * {
        width: 100%;
    }
}

@media (min-width: 0) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 768px) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1024px) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

@media (min-width: 1440px) {
    .chess__filter-title {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 18px;
    }
}

.chess__filter-title + .chess__filter-field {
    margin-top: 8px;
}

.chess__layout + .chess__legend {
    margin-top: 24px;
}

.chess__item-tooltip {
    width: 448px;
    min-height: 180px;
    background: var(--c-gray-10);
    padding: 32px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(62, 158, 232, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(62, 158, 232, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(62, 158, 232, 0.2);
    position: absolute;
    z-index: 1111111;
    top: 0;
    left: 100%;
    display: none;
    pointer-events: none;
    border-radius: 24px;
}

.chess__item.right .chess__item-tooltip{
    left: unset;
    right: 0;
}

.chess__item.bottom .chess__item-tooltip{
    top: unset;
    bottom: 0;
}

.chess__item:hover .chess__item-tooltip {
    /*display: block;*/
}

.tooltip-block-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 8px;
    width: 50%;
    min-height: 132px;
}

.tooltip-block-description {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 4px;
}

.tooltip-block-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #008BF8;
    margin-bottom: 4px;
}

.tooltip-block-price {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #221E26;
}

.tooltip-block-properties {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.tooltip-block-property {
    display: flex;
    flex-direction: column;
    color: var(--c-gray-90);
}

.tooltip-block-property-title {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #221E26;
    margin-bottom: 4px;
}

.tooltip-block-property-value {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--c-gray-100);
}

.tooltip-block-right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip-block-right img {
    width: 170px;
    height: 130px;
    object-fit: contain;
}

.chess__item-tooltip-block {
    display: flex;
}

.tooltip-block-property + .tooltip-block-property {
    margin-left: 24px;
}

@media (max-width: 1439px) {
    .chess__item-tooltip {
        top: 100%;
        left: -173px;
    }
}

@media (max-width: 1023px) {
    .chess__item-tooltip {
        display: none !important;
    }
}

.chess__filter-item {
    width: 381px;
}

@media (max-width: 1919px) {
    .chess__filter-item {
        width: 300px;
    }
}

@media (max-width: 1439px) {
    .chess__filter-item {
        width: 225px;
    }
}

@media (max-width: 1023px) {
    .chess__filter-item {
        width: 332px;
    }

    .genplan-floors__scheme .chess-table__apartment-status{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        column-gap: 8px;
        row-gap: 8px;
    }
}

@media (max-width: 767px) {
    .chess__filter-item {
        width: 100%;
    }
}

.chess__item .chess__item-presentation {
    background: var(--c-primary);
    color: var(--c-gray-10);
    border-radius: 4px;
}

.chess__item:hover .chess__item-presentation {
    border: 1px solid var(--c-primary-dark);
    background: var(--c-primary-dark);
    color: white;
}

.chess__item--sold .chess__item-presentation{
    background: var(--c-gray-40);
    color: transparent;
}

.chess__item--booked .chess__item-presentation{
    background: var(--c-gray-10);
    border: 0.5px solid var(--c-gray-60);
}

.chess__item--sale .chess__item-presentation{
    background: var(--c-primary);
    color: var(--c-gray-10);
    position: relative;
}

.chess__item--sale .chess__item-presentation:after{
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FF767F;
    border-radius: 50%;
    top: -2px;
    right: -2px;
}

.apartment-detail__chess-close {
    cursor: pointer;
}

.chess__apartments-block {
    display: flex;
    justify-content: center;
}

.tooltip-block-price-old{
    color: var(--c-gray-50);
    text-decoration: line-through;
}

.tooltip-block-separator{
    display: flex;
    align-items: center;
}

.chess-pagination{
    position: absolute;
    top: 50%;
    z-index: 1111111;
}

.chess-pagination.left{
    left: 0;
}

.chess-pagination.right{
    right: 0;
}

.chess-pagination .swiper-nav{
    justify-content: space-between;
    width: 100%;
}

.chess-pagination .button.button--icon-only.button--secondary{
    width: 32px;
    height: 32px;
    border: 1px solid var(--c-primary);
}

.chess-pagination .button.button--icon-only.button--secondary svg *[fill]{
    fill: var(--c-gray-100);
}

.chess__layout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.chess__title{
    width: 300px;
    text-align: center;
}

.chess__tooltip{
    position: absolute;
    z-index: 11111111;
}

.chess__tooltip .chess__item-tooltip{
    display: block;
}

@media (max-width: 1023px) {
    .chess__filter-item {
        width: 332px;
    }

    .genplan-floors__scheme .chess-table__apartment-status{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        column-gap: 8px;
        row-gap: 8px;
    }
}
/* End */
/* /local/templates/solution-redesign/components/remark/realty.chess/tsz-detail/style.css?176581535312739 */
