@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/assets/fonts/bebas_neue_cyrillic.eot'); /* IE 9 Compatibility Mode */
    src: url('/assets/fonts/bebas_neue_cyrillic.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('/assets/fonts/bebas_neue_cyrillic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/assets/fonts/bebas_neue_cyrillic.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('/assets/fonts/bebas_neue_cyrillic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/assets/fonts/bebas_neue_cyrillic.svg#bebas_neue_cyrillic') format('svg'); /* Chrome < 4, Legacy iOS */
    font-weight: normal;
    font-style: normal;
}

.popup-fade {
    position: relative;
    background: transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    z-index: 10;
}
#loader {
    z-index: 100;
    margin-top: -100px;
}
h1, small{
    font-family: Bebas Neue Cyrillic;
    text-transform: uppercase;
}
/* Masonry on large screens */
@media only screen and (min-width: 1204px) {
    .masonry {
        column-count: 4;
    }
}

/* Masonry on medium-sized screens */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .masonry {
        column-count: 3;
    }
}
/* Masonry on small screens */
@media only screen and (max-width: 767px) and (min-width: 540px) {
    .masonry {
        column-count: 2;
    }
}

.item { /* Masonry bricks or child elements */
    background-color: #fff;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
figure.card * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
figure.card {
    position: relative;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}
figure.card img {
    transition: all 300ms;
    position: relative;
    top: 0;
    left: 0;
}
figure.card:hover img {
    transition: all 700ms;
    transform: scale(1.1);
}
figure.card figcaption {
    position: absolute;
    background: #E52A35;
    transition: transform 300ms;
    padding: 12px;
}
figure.card:hover figcaption {
    transform: translateY(0);
}
figure.info-bottom:hover img {
    top: -40px;
}
figure.info-bottom figcaption {
    bottom: 0;
    transform: translateY(100%);
    border-top: 1px solid #BFE2FF;
}
figure.info-top:hover img {
    top: 40px;
}
figure.info-top figcaption {
    top: 0;
    transform: translateY(-100%);
    border-bottom: 1px solid #BFE2FF;
}
figure.info-bottom figcaption,
figure.info-top figcaption {
    width: 100%;
}
figure.info-left:hover img {
    left: 90px;
}
figure.info-left figcaption {
    left: 0;
    top: 0;
    transform: translateX(-180px);
    border-right: 0px solid #BFE2FF;
}
figure.info-right:hover img {
    left: -120px;
}
figure.info-right figcaption {
    right: 0;
    top: 0;
    transform: translateX(180px);
    border-left: 0px solid #BFE2FF;
}

figure.info-left figcaption,
figure.info-right figcaption {
    width: 150px;
    height: 100%;
}
figure.card figcaption .info span {
    display: block;
}
figure.card figcaption .info h3 {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ffffff;
}

a:hover{
    color: rgb(229, 42, 53) !important;
    text-decoration: none;
}
p {
    font-size: 13px;
}

ul.breadcrumb-3 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0;
    float: right;
}
ul.breadcrumb-3 li {
    margin: 2px 0;
}
ul.breadcrumb-3 li a {
    color: #FFF;
    display: block;
    background: #337AB7;
    text-decoration: none;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    font-size: 11px;
    transition: all 0.3s;
}
ul.breadcrumb-3 li:nth-child(even) a {
    background-color: #2d6b9f;
}
ul.breadcrumb-3 li:nth-child(even) a:before {
    border-color: #2d6b9f;
    border-left-color: transparent;
}
ul.breadcrumb-3 li:nth-child(even) a:after {
    border-left-color: #2d6b9f;
}
ul.breadcrumb-3 li:first-child a {
    padding-left: 15px;
    border-radius: 4px 0 0 4px;
}
ul.breadcrumb-3 li:first-child a:before {
    border: none;
}
ul.breadcrumb-3 li:last-child a {
    padding-right: 15px;
    border-radius: 0 4px 4px 0;
}
ul.breadcrumb-3 li:last-child a:after {
    border: none;
}
ul.breadcrumb-3 li a:before,
ul.breadcrumb-3 li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #337AB7;
    border-width: 15px 10px;
    width: 0;
    height: 0;
    transition: all 0.3s;
}
ul.breadcrumb-3 li a:before {
    left: -20px;
    border-left-color: transparent;
}
ul.breadcrumb-3 li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #337AB7;
}
ul.breadcrumb-3 li a:hover {
    background-color: #BFE2FF;
    color: #000;
}
ul.breadcrumb-3 li a:hover:before {
    border-color: #BFE2FF;
    border-left-color: transparent;
}
ul.breadcrumb-3 li a:hover:after {
    border-left-color: #BFE2FF;
}

.content-block-text {
    height: 100px;
    overflow: hidden;
    position: relative;
    transition: margin 0.3s;
    font-size: 14px;
    white-space: pre-wrap;
}
.content-block-text-open {
    height: auto;
    margin-bottom: 50px;
}
.content-block-text-shadow:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)
}
.show-all-container {
    display: none;
}
.page-link{
color: #343a40;
padding: 4px 9px;
text-transform: uppercase;
border-radius: 0;
    font-size: 11px;
}
.st0{fill:#ffffff;}
#map {
    width: 100%; height: 400px; padding: 0; margin: 0;
}
input, select {
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5bbf52;
    border: 1px solid #5bbf52;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #ffffff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.realty_filter {
    background: -moz-linear-gradient(45deg, #e62a35 0%, #ac5979 55%, #49a2cc 100%);
    background: -webkit-linear-gradient(45deg, #e62a35 0%, #ac5979 55%, #49a2cc 100%);
    background: linear-gradient(45deg, #e62a35 0%, #ac5979 55%, #49a2cc 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    position: relative;
    height: 150px;
}
h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: "Bebas Neue Cyrillic", sans-serif;
}
h5, .h5 {
    font-size: 0.98375rem;
}
.progress_bar{
    position: fixed;
    left: 0;
    top: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(150deg,#2FAB54, #279fd7, #ff005d);
    z-index: 100000;

}
.b-page_newyear .b-head-decor {
    position: absolute;
    z-index: 1000;
    top: 110px !important;
    left: 0;
    display: block;
    height: 115px;
    width: 100%;
    overflow: hidden;
    background: url(balls/b-head-decor_newyear.png) repeat-x 0 0;
}