#root .card-deck .card {
    flex: none;
    margin: 0
}

#root .sticky .card-body img {
    display: none
}

#root .slick-slide img {
    display: inline-block
}

#root .col-container {
    display: flex;
    width: 100%
}

#root .col {
    flex: 1;
    padding: 16px
}

#root .card-header {
    padding: 0
}

#root .card-header button {
    padding: 7px 5px;
    margin: 0;
    background: 0 0;
    box-shadow: none;
    width: 10%;
    border: 0
}

#root .card-header button.float-left {
    float: left;
    background-color: white;
}

#root .card-header button.float-right {
    float: right;
    padding-right: 16px;
}

#root .card-header button:focus,
#root .card-header button:hover,
#root .card-header button:not([disabled]):not(.disabled):active {
    box-shadow: none!important;
    background: 0 0!important
}

#root .card-header h5 {
    width: 75%;
    display: none;
    margin-top: 0;
    margin-bottom: 0
}

#root .sticky .card-header {
    border-bottom: none
}

#root .sticky .card-header h5 {
    display: inline-block;
    text-decoration: underline;
    padding-top: 15px;
    background-color: white;
}

#root .sticky .card-header h5:hover {
    cursor: pointer
}

#root .sticky .card-body,
#root .sticky .card-footer {
    display: none
}

#root .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    font-size: 0;
    height: 40px;
    width: 40px;
    background: transparent;
    right: 60px
}

#root .slick-next,
#root .slick-prev {
    padding: 0;
    line-height: 34px;
    height: 34px;
    width: 34px;
    z-index: 1;

    border: 0
}



#root .slick-next:focus,
#root .slick-next:not([disabled]):not(.disabled):active,
#root .slick-prev:focus,
#root .slick-prev:not([disabled]):not(.disabled):active {
    background: 0 0!important
}

#root .slick-prev {
    left: -22px;
    padding: 7px;
}

#root .slick-next {
    right: -38px;
    padding: 7px;
}



#root .sticky .card-body {
    padding: 0
}

#root .sticky .card-body .card-title {
    margin-top: .75rem
}

#root .slick-slider a {
    text-decoration: none
}

#root .specifications {
    margin-bottom: 60px;
    margin-top: 20px
}

#root .specifications h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 0;
    line-height: 15px
}

#root .specifications h2 {
    font-size: 18px;
    padding: 1rem;
    color: #fff;
    background: #333;
    line-height: 18px
}

#root .card,
#root .card-footer,
#root .card-header {
    background: 0 0
}

#root .card {
    box-shadow: none;
    border: none
}

#root .card>div {
    box-shadow: -3px 5px 14px 0 rgba(0, 0, 0, .4);
    margin: 15px
}

#root .specifications .col-container:nth-child(even) {
    background: #f2f2f2
}

#root .specifications .col-container:nth-child(odd) {
    background: #fff
}

#root .specifications .col-container .col {
    padding: 1rem
}

#root .sticky .slick-next,
#root .sticky .slick-prev {
    border-radius: 0;
    box-shadow: none;
    top: 0;
    transform: none
}

#root .sticky {
    z-index: 999;
    left: auto;
    top: 87px!important;
    box-shadow: none
}

#root .sticky .slick-prev {
    left: -34px;
    top: 0
}

#root .sticky .slick-next {
    right: -34px
}

#root .col-container .col:first-child {
    color: #2222227d;
    font-weight: 400
}
.card-header {
    background-color: white !important;
    z-index: 999999999999;
}
#root .btn-plan-etage {
    background: 0 0;
    border: 0;
    position: absolute;
    left: 10px;
    top: 10px
}

#root .slick-slide.empty-slide {
    background: #fff;
    height: 0
}

#root .slick-slide.empty-slide .empty-card {
    border: 0
}

/*#root .card-body {
	padding: 20px 0
}*/

#root .card-body .card-title {
    margin-top: -72px;
    margin-bottom: 21px;
}

#root .slick-arrow:before {
    color: #0112f2;
}

.comparer-btn,
.favorie-btn {
    position: fixed;
    right: 35px;
    bottom: 89px;
    background-color: #0112f2;
    z-index: 401;
    width: 42px;
}
.comparer-btn2
.favorie-btn {
    position: fixed;
    right: 30px;
    bottom: 90px;
    background-color: #8e0605;
    z-index: 401;
    width: 35px;
    color:#8e0605;
}

#count_comparer,
#count_favorie {
    background: #e5d025;
    border-radius: 15px;
    color: #fff;
    font-size: 13px;
    height: 18px;
    line-height: 19px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 0;
    width: 18px;
    text-align: center;

}
.property-image-compare {
    height: 164px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: 258px;
    padding:65px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;}