
/*building info section*/

.building-info-section .general-plan-section.hide {
    display: none;
}

.open-general-plan-link {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin: -22px 0 -30px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.open-general-plan-link:hover {
    opacity: 0.8;
}

.open-general-plan-link img {
    margin: 0 auto 5px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.open-general-plan-link:hover img {
    opacity: 0.8;
}


.building-info-nav-links {
    padding: 20px 0 10px;
}

.building-info-nav-links .tab-link {
    text-transform: uppercase;
    margin: 0 15px 10px 0;
}

.building-info-tab-cont .general-plan-section {
    padding: 60px 0 0;
}

.building-info-section h4 {
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0 0 60px;
}

.building-info-section h4.special {
    padding: 60px 0;
}

.building-info-section h4.special span {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    background: #fff;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

/*floor tab section*/

.floor-tab-section {
    padding: 40px 0 0;
}

.floor-tab-section .tab-links {
    padding: 30px 0 70px;
}

.floor-tab-section .tab-links a.tab-link-3,
.floor-tab-section .tab-links a.tab-link-5 {
    height: 60px;
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    padding: 0 25px;
    vertical-align: top;
}

.filter-floor-line {
    padding: 50px 0 40px;
}

.filter-floor-line .filter-floor-box {
    height: 56px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 0 0 20px;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.filter-floor-line .filter-floor-box+.box {
    margin-left: 20px;
}

.filter-floor-line .filter-floor-box:first-child {
    margin: 0;
}

.filter-floor-line .filter-floor-box .title {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: -0.5px;
}

.filter-floor-line .filter-floor-box .room-number {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    line-height: 30px;
    background: #f7f7f7;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.filter-floor-line .filter-floor-box .room-number.small {
    width: auto;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    padding: 0 10px;
}

.filter-floor-line .filter-floor-box .room-number span {
    position: relative;
    top: 2px;
}

.filter-floor-line .filter-floor-box .room-number.active {
    color: #fff;

    background: linear-gradient(#700e34 0%, #9c1843 100%);

}

.white-select .nice-select {
    min-width: 300px;
    height: 56px;
    font-weight: 600;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    line-height: 56px;
    padding: 0 40px 0 20px;
    border: none;
    float: none;
    background: #fff;

    border-radius: 0;
    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);
    
}

.white-select .nice-select.open {
    color: #fff;

    background: linear-gradient(#700e34 0%, #9c1843 100%);

}

.white-select .nice-select:after {
    width: 15px;
    height: 13px;
    border: none;
    margin-top: -6px;
    background: url("../images/select-bg-2.png") no-repeat;

    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);

}

.white-select .nice-select.open:after {
    background: url("../images/select-bg-2-hover.png") no-repeat;
}

.white-select .nice-select .list {
    width: 100%;
    padding: 10px 0;
    border: none;
    background: #fff;

    border-radius: 0;
    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.white-select .nice-select .list .option {
    min-height: 0;
    display: block;
    font-size: 11px;
    color: #000;
    line-height: 28px;
    text-transform: none;
    padding: 0 20px;
}

.white-select .nice-select .list .option.selected {
    font-weight: normal;
    color: #757575;
    background: none;
}

.white-select .nice-select .list .option:hover {
    color: #757575;
    background: none;
}

.white-select.small .nice-select {
    min-width: 130px;
}

.filter-form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.filter-form .white-select,
.filter-form .white-select.small,
.filter-form .filter-floor-box,
.filter-form .button-2 {
    float: none;
    margin: 0 20px 10px 0;
}

.filter-form .box {
    float: none;
}


.small-select .nice-select {
    min-width: 95px;
    height: 30px;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 35px 0 20px;
    border: none;
    float: none;
    background: #f7f7f7;

    border-radius: 0;
    -webkit-box-shadow: 0 0 3px rgba(10,10,10,0.13);
    -moz-box-shadow: 0 0 3px rgba(10,10,10,0.13);
    -o-box-shadow: 0 0 3px rgba(10,10,10,0.13);
    box-shadow: 0 0 3px rgba(10,10,10,0.13);

}

.small-select .nice-select.open {
    color: #fff;

    background: linear-gradient(#700e34 0%, #9c1843 100%);

}

.small-select .nice-select:after {
    width: 15px;
    height: 13px;
    border: none;
    margin-top: -6px;
    background: url("../images/select-bg-2.png") no-repeat;

    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);

}

.small-select .nice-select.open:after {
    background: url("../images/select-bg-2-hover.png") no-repeat;
}

.small-select .nice-select .list {
    width: 100%;
    padding: 10px 0;
    border: none;
    background: #fff;

    border-radius: 0;
    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);

}

.small-select .nice-select .list .option {
    min-height: 0;
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 28px;
    text-transform: none;
    padding: 0 20px;
}

.small-select .nice-select .list .option.selected {
    font-weight: normal;
    color: #757575;
    background: none;
}

.small-select .nice-select .list .option:hover {
    color: #757575;
    background: none;
}

.filter-floor-line .filter-floor-box .small-select {
    display: inline-block;
}

.filter-floor-line .button-2 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}

.delete-button {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background: linear-gradient(#fff 0%, #fff 50%, #700e34 50%, #9c1843 100%);
    background-size: auto 200%;

    -webkit-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -o-box-shadow: 0 0 6px rgba(10,10,10,0.26);
    box-shadow: 0 0 6px rgba(10,10,10,0.26);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.delete-button:hover {
    background-position: 0 bottom;
}

.delete-button:before,
.delete-button:after {
    content: '';
    width: 1px;
    height: 10px;
    display: block;
    position: absolute;
    top: 4px; left: 9px;
    background: #000;
}

.delete-button:before {

    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.delete-button:after {

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}

.delete-button:hover:before,
.delete-button:hover:after {
    background: #fff;
}

.filter-floor-line .delete-button {
    margin: 18px 0 0 15px;
}

.filter-floor-box.room-box .title {
    padding: 0 15px 0 0;
}

.filter-floor-box .range {
    width: 210px;
    display: inline-block;
    position: relative;
}

.filter-floor-box .range .irs--big {
    width: 100%;
    height: 3px;
    position: absolute;
    top: -40px; left: 0;
}

.filter-floor-box .range .irs--big .irs-bar,
.filter-floor-box .range .irs--big .irs-line {
    height: 3px;
    border: none;
    background: #a31946;

    border-radius: 0;
    box-shadow: none;

}

.filter-floor-box .range .irs--big .irs-handle {
    width: 8px;
    height: 8px;
    margin: 6px 0 0 0;
    background: #000;

    border-radius: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.35);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.35);
    -o-box-shadow: 0 1px 4px rgba(0,0,0,0.35);
    box-shadow: 0 1px 4px rgba(0,0,0,0.35);

}

.filter-floor-box .range .irs--big .irs-handle.type_last {
    width: 14px;
    height: 14px;
    margin: 3px 0 0 0;
}

.filter-floor-box .range .irs--big .irs-min, .irs--big .irs-max {
    display: none;
}

.filter-floor-box .range .irs--big .irs-from,
.filter-floor-box .range .irs--big .irs-to {
    width: auto;
    color: #000;
    text-align: center;
    line-height: 12px;
    top: 13px;
    background: none;
}

.filter-floor-box .range .irs--big .irs-to {
    margin: 0 0 0 3px;
}

.filter-floor-box .range .irs--big .irs-single {
    background: #a31946;
}

.filter-floor-line .box .row {
    padding: 20px 0 0;
}

.filter-floor-line .box .row .checkbox-box {
    display: inline-block;
    margin: 0 0 0 0px;
}

.filter-floor-line .box .row .checkbox-box:first-child {
    margin: 0;
}

.checkbox-box label {
    font-size: 17px;
    cursor: pointer;
}

.results-block {
    padding: 70px 0;
}

.results-block h4 {
    font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 32px;
    padding: 0 0 35px;
}

.results-block .row {
     display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.floor-type-box {
    width: calc((100% - 80px)/4);
    margin: 10px;
    position: relative;
    background: #fff;

    -webkit-box-shadow: 0 2px 5px rgba(10,10,10,0.26);
    -moz-box-shadow: 0 2px 5px rgba(10,10,10,0.26);
    -o-box-shadow: 0 2px 5px rgba(10,10,10,0.26);
    box-shadow: 0 2px 5px rgba(10,10,10,0.26);

}

.floor-type-box.apartment-type {
    width: calc((100% - 60px)/3);
}

.floor-type-box a {
    display: block;
}

.floor-type-box a .photo {
    width: 100%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 10px;
    position: relative;
    overflow: hidden;
}

.floor-type-box a .photo img {
    width: 80%;
    display: inline-block;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.floor-type-box:hover a .photo img {
    transform: scale(1.2);
}

.floor-type-box.apartment-type a .photo {
    padding: 0;
}

.floor-type-box.apartment-type a .photo img {
    width: 100%;
    object-fit: cover;
}

/*.floor-type-box a .photo:after {*/
    /*content: '';*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0; left: 0;*/
    /*opacity: 0;*/
    /*background: rgba(0,0,0,0.8);*/

    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/

/*}*/

/*.floor-type-box a:hover .photo:after {*/
    /*opacity: 1;*/
/*}*/

.floor-type-box a .title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 15px 11px;
    background: #e5e5e5;

    -webkit-box-shadow: 0 5px 6px rgba(10,10,10,0.05);
    -moz-box-shadow: 0 5px 6px rgba(10,10,10,0.05);
    -o-box-shadow: 0 5px 6px rgba(10,10,10,0.05);
    box-shadow: 0 5px 6px rgba(10,10,10,0.05);

}

.floor-type-box.apartment-type a .title {
    font-weight: bold;
}

.floor-type-box a .options {
    display: block;
    font-size: 13px;
    line-height: 24px;
    padding: 15px 15px 20px;
}

.results-block .button-line {
    text-align: center;
    padding: 25px 0 0;
}

/*end floor tab section*/

/*apartment info section*/

.apartment-info {
    padding: 40px 0 ;
}

.building-info-section .white-box {
    background: #fff;

    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    box-shadow: 0 0 18px rgba(0,0,0,0.16);

}
.main-item-title{
    padding-bottom: 40px;
}
.building-info-section .title {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0 0 10px;
}

.building-info-section .title.info.main-item-title, .building-info-section .title.info.main-item-title h1 {
    font-size: 30px;
    line-height: 36px;
    padding: 0 0 15px;
    text-align: left;
}

.building-info-section .white-box .small-title {
    font-size: 17px;
    line-height: 22px;
    padding: 0 0 10px;
}

.building-info-section .white-box .medium-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 15px;
}

.building-info-section .white-box p:last-child {
    padding: 0;
}

.apartment-info-section h2 {
    font-size: 48px;
    line-height: 52px;
    padding: 0 0 67px;
}

.apartment-info-section .gallery-section {
    padding-bottom: 50px;
}

.building-info-section .gallery-section h2 {
    padding: 0 0 67px;
    position: relative;
    top: 0; left: 0;
}

.apartment-visual-box {
    position: relative;
    width: 42%;
}

.apartment-visual-box .apartment-tab-cont .row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    padding: 0 85px 0 0;
}

.apartment-visual-box .apartment-tab-cont .apartment-photo-box {
    padding: 40px 40px 70px 40px;
    position: relative;
}

.apartment-visual-box .apartment-tab-cont .apartment-photo-box:after {
    content: '';
    width: 22px;
    height: 36px;
    display: block;
    position: absolute;
    bottom: 15px; left: 50%;
    background: url("../images/swipe-cursor.png") no-repeat;

    transform: translateX(-50%);
    animation: hand-shake 3s linear infinite;

}

@keyframes hand-shake {
    0% { margin-left: -10px;}
    50% { margin-left: 10px;}
    100% { margin-left: -10px;}
}

.apartment-visual-box .apartment-tab-cont .apartment-photo-box.no-hand::after{
    display: none;
}

.apartment-visual-box .apartment-tab-cont .apartment-photo-box img {
    width: 100%;
}

.cocoen{
    width: 440px;
}

.cocoen > div:first-child, picture .cocoen > div {
    background:#fff;
}

.cocoen {
    padding: 0 14px;
}

.apartment-info-section .cocoen-drag {
    width: 14px;
    margin: 0 0 0 -7px;
    background: #000;
}

.apartment-info-section .cocoen-drag::before {
    display: none;
}


.apartment-info .apartment-characteristics-box {
    width: 48%;
    padding-bottom: 20px;
}

.apartment-info .apartment-characteristics-box:last-child {
    width: 735px;
}

.apartment-info .apartment-characteristics-box .gallery-section {
    padding: 0;
}

.apartment-info .apartment-characteristics-box .white-box {
    height: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 25px;
    position: relative;
}

.apartment-info .apartment-characteristics-box .white-box b {
    font-weight: 600;
}

.apartment-info .apartment-characteristics-box .white-box.info {
    padding: 45px 50px;
}

.apartment-info .apartment-characteristics-box .white-box .title+.small-title {
    padding: 0 0 28px;
}

.apartment-info .apartment-characteristics-box .white-box .line {
    padding: 0 0 10px;
}

.apartment-info .apartment-characteristics-box .white-box .line:last-child {
    padding: 0;
}

.apartment-info .apartment-characteristics-box .white-box .line .name {
    width: 190px;
}

.apartment-info .apartment-characteristics-box .white-box .line .square {
    width: 100px;
    font-weight: bold;
    color: #941542;
}

.slide-print-icon-box,
.slide-print-icon-box-2 {
    height: 45px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slide-print-icon-box-2 {
    height: 68px;
    padding: 18px;
    box-shadow: none;
}

.slide-print-icon-box:hover,
.slide-print-icon-box-2:hover {
    overflow: visible;
}

.apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-1 {
    top: 30px; left: 100%;
    margin: 0 0 0 12px;
}

.apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-2 {
    top: 70px; left: 100%;
    margin: 0 0 0 12px;
}

.apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-3 {
    top: 110px; left: 100%;
    margin: 0 0 0 12px;
}

.slide-print-icon-box .inner,
.slide-print-icon-box-2 .inner {
    padding: 0 0 0 45px;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.slide-print-icon-box-2 .inner {
    height: 32px;
    padding: 0 10px 0 30px;
    border: 1px solid transparent;
    background: none;
    border-radius: 16px;
}

.slide-print-icon-box-2:hover .inner {
    border: 1px solid #ccc;
    background: #fff;

    transition-delay: 0.2s;

}

.slide-print-icon-box:after,
.slide-print-icon-box-2:after {
    content: '';
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0; left: 0;
    z-index: 3;
}

.slide-print-icon-box-2:after {
    width: 32px;
    height: 32px;
    top: 18px; left: 18px;

    border-radius: 16px;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    box-shadow: 0 0 18px rgba(0,0,0,0.16);

}

.slide-print-icon-box-2.item-1:after {
    background: #fff url('../images/share-icon.png') no-repeat 50%;
}

.slide-print-icon-box-2.item-2:after {
    content: 'PDF';
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    letter-spacing: -0.5px;
    background: #fff;
}

.slide-print-icon-box .inner .text,
.slide-print-icon-box-2 .inner .text {
    font-weight: 800;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    margin-left: -300px;
    position: relative;
    z-index: 2;
    background: #fff;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.slide-print-icon-box-2 .inner .text {
    height: 30px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-transform: none;
    background: none;
}

.slide-print-icon-box:hover .inner .text,
.slide-print-icon-box-2:hover .inner .text {
    max-width: none;
    margin-left: 0;
    padding: 0 10px;
}











.apartment-info .apartment-tab-links {
    width: 60px;
    position: absolute;
    right: 0;
    z-index: 1;
}

.apartment-info .apartment-tab-links a.tab-link-4 {
    width: 60px;
    height: auto;
    font-size: 11px;
    text-align: center;
    line-height: 12px;
    padding: 2px 0;
    margin: 0 0 10px;
}

.apartment-info .apartment-tab-links a.tab-link-4 span {
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 -5px;
}

.apartment-visual-box .apartment-tab-cont .button-line {
    text-align: center;
    padding: 35px 0 0;
}

/*end apartment info section*/

.section-floor {
    text-align: center;
    padding: 100px 0;
}

.section-floor h2 {
    font-size: 48px;
    line-height: 52px;
    padding: 0 0 47px;
}

.section-floor img {
    display: inline-block;
}

/*realty section*/

.building-info-section .realty-section {
    padding: 60px 0 0;
}

.building-info-section .realty-section+.general-plan-section.simple {
    padding-top: 30px;
}

.realty-section h2 {
    font-size: 48px;
    line-height: 64px;
    text-align: left;
    /*padding: 0 0 100px;*/
    padding: 0 0 60px;
}

.realty-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.realty-box {
    width: 375px;
    display: flex;
    flex-wrap: inherit;
    margin: 0 25px 50px;
    position: relative;
    overflow: hidden;
    align-content: start;
    background: #fff;

    -webkit-box-shadow: 0 3px 13px rgba(10,10,10,0.43);
    -moz-box-shadow: 0 3px 13px rgba(10,10,10,0.43);
    -o-box-shadow: 0 3px 13px rgba(10,10,10,0.43);
    box-shadow: 0 3px 13px rgba(10,10,10,0.43);

}

.realty-box a {
    display: block;
}

.realty-box .photo {
    height: 295px;
    position: relative;
    overflow: hidden;
}

.realty-box .photo .icon {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0; left: 0;
    opacity: 0;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.realty-box:hover .photo .icon {
    /*opacity: 1;*/
}

.realty-box .photo .icon.item-1 {
    background: rgba(255,255,255,0.7) url("../images/realty-icon-1.png") no-repeat 50%;
}

.realty-box .photo .icon.item-2 {
    background: rgba(255,255,255,0.7) url("../images/realty-icon-2.png") no-repeat 50%;
}

.realty-box .photo .icon.item-3 {
    background: rgba(255,255,255,0.7) url("../images/realty-icon-3.png") no-repeat 50%;
}

.realty-box .photo img {
    width: 100%;
    object-fit: cover;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

.realty-box:hover .photo img {
    transform: scale(1.2);
}

.realty-box .title {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    color: #911441;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 10px 20px;
    align-items: center;

    -webkit-box-shadow: 0 0 8px rgba(10,10,10,0.1);
    -moz-box-shadow: 0 0 8px rgba(10,10,10,0.1);
    -o-box-shadow: 0 0 8px rgba(10,10,10,0.1);
    box-shadow: 0 0 8px rgba(10,10,10,0.1);

}

.realty-box .title a {
    color: #911441;
}

.realty-box .text {
    font-size: 14px;
    line-height: 17px;
    padding: 20px 20px 30px;
}

.general-plan-section.simple {
    padding: 100px 0 50px;
}

/*end realty section*/

/*parking/pantries section*/

.parking-section,
.pantries-section {
    padding: 0 0 100px;
}

.section-floor .inner-block {
    position: relative;
}

.section-floor .download-links-line {
    position: absolute;
    top: -130px; left: 0;
}

.section-floor .slide-icon-box-2 {
    left: 0;
}

.slide-icon-box-2.item-2.colored:after {
    color: #fff;
    background: linear-gradient(#87113f 0%, #a71e4a 100%);
}

.slide-icon-box-2.item-1.colored:after {
    color: #fff;
    background: url("../images/share-icon-colored.png") no-repeat;
}

.section-floor .slide-icon-box-2.p-1 {
    top: 0;
}

.section-floor .slide-icon-box-2.p-2 {
    top: 40px;
}

.parking-section .gallery-section,
.pantries-section .gallery-section {
    padding: 85px 0 90px;
}

.parking-section .phone-links,
.pantries-section .phone-links {
    text-align: center;
}

.parking-section .phone-links .button-white,
.parking-section .phone-links .button-2,
.pantries-section .phone-links .button-white,
.pantries-section .phone-links .button-2 {
    height: 38px;
    font-size: 17px;
    line-height: 38px;
    padding: 0 25px;
    margin: 0 25px 0 30px;
}

.parking-section .realty-section,
.pantries-section .realty-section {
    padding: 100px 0 50px;
}

.parking-banner-block,
.pantries-banner-block {
    padding: 290px 0;
    background: url("../images/parking-bg.jpg") no-repeat 50% 0;
    background-size: cover;
}

.pantries-banner-block {
    background: url("../images/pantries-bg.jpg") no-repeat 50% 0;
    background-size: cover;
}

.parking-banner-block h2,
.pantries-banner-block h2 {
    font-size: 48px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    padding: 0 0 4px;
}

.parking-banner-block h3,
.pantries-banner-block h3 {
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 50px;
}

.pantries-banner-block h2,
.pantries-banner-block h3 {
    color: #000;
}

/*end parking/pantries section*/

.gray-bg.pb {
    padding: 0 0 65px;
}

.repairs-style-box {
    position: relative;
    margin: 0 0 100px;
    background: #fff;

    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    -o-box-shadow: 0 0 18px rgba(0,0,0,0.16);
    box-shadow: 0 0 18px rgba(0,0,0,0.16);

}

.repairs-style-box:last-child {
    margin: 0;
}

.repairs-style-box .row {
    padding: 0;
    margin: 0;
}

#project-popup .info,
.repairs-style-box .info {
    width: 530px;
    font-size: 16px;
    line-height: 22px;
    padding: 55px 70px;
}

.repairs-style-box .info {
    width: 460px;
    padding: 35px 40px;
}

#project-popup .info h3,
.repairs-style-box .info h3 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 34px;
    padding: 0 0 40px;
}

.repairs-style-box .info h3 {
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    padding: 0 0 10px;
}

#project-popup .info h3 .small-text,
.repairs-style-box .info h3 .small-text {
    display: block;
    font-weight: normal;
    font-size: 17px;
    color: #646363;
    text-transform: none;
    margin: -10px 0 0;
}

.repairs-style-box .info .text {
    min-height: 160px;
}

.repairs-style-box .info .text p,
.repairs-style-box .info .text p:last-child {
    padding: 0 0 15px;
}

#project-popup .materials,
.repairs-style-box .materials {
    padding: 30px 0 0;
}

.repairs-style-box .materials {
    padding: 0 0 15px;
}

#project-popup .materials .title,
.repairs-style-box .materials .title {
    font-size: 19px;
    line-height: 24px;
    padding: 0 0 12px;
}

#project-popup .materials .item-1,
#project-popup .materials .item-2,
.repairs-style-box .materials .item-1,
.repairs-style-box .materials .item-2 {
    font-size: 17px;
    padding: 0 0 0 30px;
    margin: 0 0 12px;
    background: url("../images/product-icon-2.png") no-repeat 0 1px;
}

#project-popup .materials .item-2,
.repairs-style-box .materials .item-2 {
    background: url("../images/product-icon-1.png") no-repeat 0 2px;
}

.repairs-style-box .button-2 {
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-transform: uppercase;
}

#project-popup .carousel,
.repairs-style-box .carousel {
    width: 1070px;
}

.repairs-style-box .carousel {
    width: 780px;
}

#project-popup .carousel .owl-prev,
.repairs-style-box .carousel .owl-prev {
    left: 15px;
    background: url("../images/gallery-slider-prev-btn.png") no-repeat 50%;
}

#project-popup .carousel .owl-next,
.repairs-style-box .carousel .owl-next {
    right: 15px;
    background: url("../images/gallery-slider-next-btn.png") no-repeat 50%;
}

/*end building info section*/



/*about apartment info section*/

.about-apartment-info-section {
    padding: 50px 0 100px;
}

.about-apartment-info-section .main-item-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 0 40px;
}

.about-apartment-row {
    display: flex;
    justify-content: space-between;
    padding: 0 0 40px;
}

.about-apartment-row .apartment-gallery-carousel {
    width: 100%;
    max-width: 60%;
}

.apartment-gallery-carousel .apartment-slide img {
    width: 100%;
}

.apartment-gallery-carousel .slider-nav .slick-slide {
    margin: 0 2px;
}

.apartment-gallery-carousel .slider-nav .slick-list {
    margin: 0 0 0 -2px;
}

.apartment-gallery-carousel .slick-prev {
    left: 15px;
    z-index: 1;
}

.apartment-gallery-carousel .slick-next {
    right: 15px;
    z-index: 1;
}

.apartment-gallery-carousel .slider-nav .apartment-slide {
    display: block !important;
}

.about-apartment-row .about-apartment-info {
    width: 100%;
    max-width: calc(40% - 40px);
    padding: 40px 30px;
    margin: 0 0 0 30px;
}

.about-apartment-info {
    font-size: 18px;
    line-height: 30px;
}

.about-apartment-info .button-line {
    text-align: center;
    padding: 20px 0 0;
}

.about-apartment-info .button-line .button-2 {
    padding: 0 40px;
}

.about-apartment-text {
    line-height: 28px;
    padding: 40px 30px;
}

.about-apartment-text ul {
    padding: 0 0 20px 20px;
    list-style: none;
}

/*end about apartment info section*/







@media screen and (max-width: 1440px) {

    .floor-type-box a .title {
        font-weight: bold;
        font-size: 14px;
    }

    .floor-tab-section .tab-links a.tab-link-3,
    .floor-tab-section .tab-links a.tab-link-5 {
        font-size: 34px;
    }

    .cocoen{
        width: 340px;
    }

    .realty-section .row {
        margin: 0 -10px;
    }

    .realty-box {
        width: 313px;
        margin: 0 10px 30px;
    }

    .realty-box .photo {
        height: 245px;
    }

    .building-info-nav-links .tab-link {
        font-size: 13px;
        padding: 0 10px;
        margin: 0 10px 10px 0;
    }

    .building-info-nav-links .tab-link:last-child {
        margin: 0;
    }

    .about-apartment-row .about-apartment-info h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .floor-type-box.apartment-type a .photo {
        height: 160px;
    }
}


@media screen and (max-width: 1300px) {

    .building-info-nav-links .tab-link {
        font-size: 12px;
        padding: 0 10px;
    }

    .apartment-info .apartment-characteristics-box .slide-icon-box-2.p-1 {
        top: 110px;
        margin: 0 0 0 23px;
    }

    .apartment-info .apartment-characteristics-box .slide-icon-box-2.p-2 {
        top: 150px;
        margin: 0 0 0 23px;
    }

    .apartment-info .apartment-characteristics-box .slide-icon-box-2.p-3 {
        top: 190px;
        margin: 0 0 0 23px;
    }

    .floor-type-box a .photo {
        height: auto;
        margin: 0 0 -7px;
    }

    .floor-type-box.apartment-type a .photo {
        margin: 0;
    }

    .apartment-info-section .gallery-section {
        padding: 100px 0;
    }

    .apartment-info-section .gallery-section+.results-block {
        padding: 0 0 70px;
    }

    .floor-tab-section .tab-links a.tab-link-3,
    .floor-tab-section .tab-links a.tab-link-5 {
        font-size: 30px;
    }

    .filter-floor-line .delete-button {
        margin-top: 28px;
    }

    .filter-floor-line .box .row {
        padding: 30px 0 0;
    }

    .realty-section h2 {
        font-size: 42px;
        line-height: 48px;
        padding: 0 0 50px;
    }

    .realty-box {
        width: 305px;
        margin: 0 15px 50px;
    }

    .realty-section .row {
        margin: 0 -15px;
    }

    .realty-box .photo {
        height: auto;
    }

    .realty-box .title {
        font-size: 24px;
        line-height: 28px;
    }

    .parking-banner-block,
    .pantries-banner-block {
        padding: 200px 0;
    }

    .building-info-section .general-plan-section .info article.item-1 .time:after {
        width: 85px;
    }

    .building-info-section .general-plan-section .info article.item-2 .time:after {
        width: 65px;
    }

    .building-info-section .general-plan-section .info article.item-3 .time:after {
        width: 65px;
    }

    .building-info-section .general-plan-section .info article.item-4 .time:after {
        width: 50px;
    }

    .apartment-info .apartment-characteristics-box:last-child {
        width: 475px;
    }

    .apartment-info .apartment-characteristics-box .gallery-section .owl-loaded .owl-item img {
        width: auto;
        height: 390px;
    }

    .filter-floor-line.item-2 .white-select .nice-select {
        min-width: 180px;
    }

    .filter-floor-line.item-2 .button-2 {
        margin-top: 0;
    }

    .filter-floor-line.item-2 .delete-button {
        margin-top: 18px;
    }

    .repairs-style-box .carousel {
        width: 520px;
    }

    .repairs-style-box .owl-item img {
        width: auto;
        height: 560px;
    }

}

@media screen and (max-width: 1100px) {

    .filter-floor-line .filter-floor-box+.filter-floor-box {
        margin-top: 10px;
    }

    .realty-box {
        width: 300px;
        margin: 0 10px 30px;
    }

    .realty-section .row {
        margin: 0 -10px;
    }

    .general-plan-section .info article.item-5 {
        padding-right: 0;
    }

    .parking-banner-block h2,
    .pantries-banner-block h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .parking-banner-block h3,
    .pantries-banner-block h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .apartment-info .apartment-characteristics-box:last-child {
        width: 435px;
    }

    .filter-floor-line.item-2 .white-select .nice-select {
        min-width: 170px;
    }

    .filter-floor-line.item-2 .button-2 {
        margin: 0 0 0 20px;
    }

    .repairs-style-box .info {
        width: 420px;
    }

    .filter-floor-line.item-3 .white-select .nice-select {
        min-width: 270px;
    }

    .repairs-style-box .owl-item img {
        width: auto;
        height: 630px;
    }

    .about-apartment-row .about-apartment-info {
        font-size: 16px;
        line-height: 26px;
    }

    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-1,
    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-2 {
        margin: 0;
    }

}

@media screen and (max-width: 1023px) {

    .building-info-nav-links .tab-link {
        font-size: 10px;
        padding: 0 7px;
        margin: 0 5px 5px 0;
    }

    .button-bitrix {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }

    .apartment-info .apartment-characteristics-box {
        width: 100%;
        max-width: 50%;
    }

    .apartment-info .apartment-characteristics-box .white-box.info {
        padding: 35px 20px;
    }

    .apartment-visual-box .apartment-tab-cont .apartment-photo-box {
        padding: 50px 20px 70px;
    }

    .floor-type-box {
        width: calc((100vw - 60px)/3);
    }

    .floor-tab-section .tab-links a.tab-link-3,
    .floor-tab-section .tab-links a.tab-link-5 {
        height: 50px;
        font-size: 22px;
        line-height: 50px;
    }

    .filter-floor-box.room-box .title {
        font-size: 14px;
    }

    .filter-floor-line .filter-floor-box .room-number {
        font-size: 18px;
    }

    .filter-floor-box .range {
        width: 150px;
    }

    .filter-floor-line .button-2 {
        margin-left: 20px;
    }

    .realty-box {
        width: 233px;
    }

    .realty-box .title {
        height: auto;
        font-size: 20px;
        line-height: 22px;
    }

    .realty-section h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .building-info-section .general-plan-section .info article .time:after {
        display: none;
    }

    .white-select .nice-select {
        min-width: 180px;
    }

    .general-plan-section.simple {
        padding: 50px 0 0;
    }

    .general-plan-section .info {
        padding: 57px 40px 47px;
    }

    .general-plan-section .info article .time .number {
        font-size: 38px;
    }

    .section-floor .inner-block img {
        width: 100%;
    }

    .filter-floor-line.item-2 .button-2 {
        margin: 20px 0 0;
    }

    .filter-floor-line.item-2 .delete-button {
        margin-top: 38px;
    }

    .apartment-visual-box .apartment-tab-cont .row {
        display: block;
    }

    /*.apartment-info .apartment-characteristics-box,*/
    /*.apartment-info .apartment-characteristics-box:last-child {*/
        /*width: auto;*/
        /*float: none;*/
    /*}*/

    .apartment-info .apartment-characteristics-box .gallery-section .owl-loaded .owl-item img {
        width: 100%;
        height: auto;
    }

    .repairs-style-box .info {
        width: auto;
        float: none;
    }

    .repairs-style-box .carousel {
        width: auto;
        float: none;
    }

    .repairs-style-box .owl-item img {
        width: 100%;
        height: auto;
    }

    .filter-floor-line.item-3 .white-select .nice-select {
        min-width: 270px;
    }

    .repairs-style-box .info .text {
        min-height: 0;
    }

    .filter-floor-line.item-3 .white-select .nice-select {
        min-width: 180px;
    }

    .about-apartment-row {
        flex-wrap: wrap;
        padding: 0 0 30px;
    }

    .about-apartment-row .apartment-gallery-carousel {
        width: 100%;
        max-width: none;
    }

    .about-apartment-row .about-apartment-info {
        width: 100%;
        max-width: none;
        padding: 30px 20px;
        margin: 30px 0 0;
    }

    .building-info-section .white-box {
        padding: 30px 20px;
    }

    .floor-type-box.apartment-type {
        width: calc((100% - 40px)/2);
    }

    .floor-type-box.apartment-type a .title {
        font-size: 18px;
        line-height: 24px;
    }

    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-1,
    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-2 {
        margin: 0 0 0 -3px;
    }

}

@media screen and (max-width: 767px) {

    .cocoen{
        width: 380px;
    }
    .building-info-nav-links .tab-link {
        margin-bottom: 10px;
    }

    .apartment-info .apartment-characteristics-box {
        width: auto;
        max-width: none;
        padding: 0 0 30px;
        float: none;
    }

    .apartment-info .apartment-characteristics-box .white-box.info {
        padding: 35px 60px 35px 20px;
    }

    .apartment-info .apartment-characteristics-box .slide-icon-box-2 {
        display: none;
    }

    .apartment-visual-box {
        width: auto;
        float: none;
    }

    .apartment-info-section .gallery-section {
        padding: 60px 0 80px;
    }

    .building-info-section .gallery-section h2,
    .apartment-info-section h2 {
        font-size: 34px;
        line-height: 38px;
        padding: 0 0 30px;
    }

    .floor-type-box {
        width: 100%;
    }

    .floor-tab-section .tab-links {
        padding: 50px 0;
    }

    .floor-tab-section .tab-links a.tab-link-3,
    .floor-tab-section .tab-links a.tab-link-5 {
        height: 40px;
        font-weight: normal;
        font-size: 13px;
        line-height: 40px;
        padding: 0 10px;
        margin: 0;
    }

    .floor-type-box a .title {
        font-size: 20px;
        line-height: 26px;
    }

    .filter-floor-box .range {
        width: 290px;
    }

    .realty-section .row {
        margin: 0;
    }

    .realty-box {
        width: auto;
        float: none;
        margin: 0 0 30px;
    }

    .realty-box .photo {
        width: 100%;
    }

    .general-plan-section .info article {
        width: 100% !important;
        float: none;
        margin: 0 0 20px;
    }

    .filter-floor-line .filter-floor-box+.box {
        margin: 0;
    }

    .parking-section .phone-links .button-white,
    .parking-section .phone-links .button-2,
    .pantries-section .phone-links .button-white,
    .pantries-section .phone-links .button-2 {
        margin: 0 10px 20px;
    }

    .parking-banner-block h2,
    .pantries-banner-block h2 {
        font-size: 30px;
        line-height: 34px;
        padding: 0 20px 20px;
    }

    .parking-banner-block h3,
    .pantries-banner-block h3 {
        font-size: 20px;
        line-height: 26px;
        padding: 0 20px 20px;
    }

    .section-floor {
        display: none;
    }

    .parking-banner-block,
    .pantries-banner-block {
        padding: 100px 0;
    }

    .parking-section .gallery-section,
    .pantries-section .gallery-section {
        padding: 50px 0;
    }

    .apartment-info {
        padding: 20px 0;
    }

    .floor-tab-section .tab-links {
        display: none;
    }

    .building-info-section h4.special span {
        font-size: 24px;
    }

    .building-info-section h4.special {
        padding: 30px 0;
    }

    .building-info-section h4 {
        padding: 0 0 30px;
    }

    .filter-floor-line {
        padding: 50px 0 30px;
    }

    .filter-form .box {
        width: 100%;
    }

    .filter-form .white-select,
    .filter-form .white-select.small,
    .filter-form .filter-floor-box,
    .filter-form .button-2 {
        width: 100%;
        margin: 0 0 20px;
    }

    .building-info-section .title {
        font-size: 20px;
        line-height: 24px;
        /*padding: 0 0 20px;*/
    }

    .floor-type-box.apartment-type {
        width: 100%;
    }

    .floor-type-box.apartment-type a .photo {
        height: auto;
    }

    .floor-type-box.apartment-type a .photo img {
        width: 100%;
    }

    .building-info-section .title.info.main-item-title, .building-info-section .title.info.main-item-title h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2 {

    }

    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-1 {
        left: auto; right: -10px;
    }

    .apartment-info .apartment-characteristics-box .slide-print-icon-box-2.p-2 {
        left: auto; right: -10px;
    }

}

@media screen and (max-width: 459px) {
    .catalog-bitrix {
        display: none;
    }

    .building-info-nav-links .tab-link {
        font-size: 10px;
        padding: 0 5px;
        margin: 0 0 10px 0;
    }

    .top-section h2, .top-section h1{
        font-size: 24px;
    }

    .apartment-info .apartment-characteristics-box .white-box .line .name {
        width: 180px;
    }

    .apartment-visual-box .apartment-tab-cont,
    .apartment-info .apartment-tab-links {
        width: auto;
    }

    .apartment-info .apartment-tab-links {
        right: auto; left: 0;
    }

    .apartment-visual-box .apartment-tab-cont .row {
        padding: 0;
    }

    .apartment-visual-box .apartment-tab-cont .row:first-child {
        padding: 70px 0 0;
    }

    .apartment-info .apartment-tab-links a.tab-link-4 {
        margin: 0 10px 15px 0;
    }

    .apartment-info .apartment-tab-links a.tab-link-4:last-child {
        margin-right: 0;
    }

    .floor-type-box a .title {
        font-size: 18px;
    }

    .floor-tab-section .tab-links a.tab-link-3,
    .floor-tab-section .tab-links a.tab-link-5 {
        margin-bottom: 10px;
    }

    .open-general-plan-link {
        margin: -50px 0 0;
    }

    .filter-floor-line .filter-floor-box .room-number {
        width: 22px;
    }

    .filter-floor-line .filter-floor-box .room-number.small {
        font-size: 12px;
    }

    .filter-floor-box .range {
        width: 165px;
    }

    .small-select .nice-select {
        min-width: 79px;
        padding: 0 20px 0 10px;
    }

    .small-select .nice-select {
        font-size: 11px;
    }

    .white-select .nice-select {
        font-size: 14px;
    }

    .building-info-section h4.special span {
        font-size: 24px;
        line-height: 28px;
        padding: 0;
        background: none;

        box-shadow: none;

    }

    .building-info-section h4.special {
        padding: 30px 0 20px;
    }

    .repairs-style-box .info {
        padding: 35px 20px 0;
    }

    .apartment-visual-box .apartment-tab-cont .apartment-photo-box {
        padding: 30px 10px 70px;
    }

    .cocoen {
        width: 280px;
    }

}