body {
    background: url("../img/body_bg_small.png") !important;
    background-repeat: repeat;
}

.container .container {
    width: 100% !important;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../../../fonts/myriad/MyriadPro-Regular.eot');
    src: url('../../../fonts/myriad/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../../../fonts/myriad/MyriadPro-Regular.ttf') format('truetype'),
    url('../../../fonts/myriad/MyriadPro-Regular.otf') format("truetype"),
    url('../../../fonts/myriad/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;    
}

/* Bold */
@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../../../fonts/myriad/MYRIADPRO-BOLD.woff') format('woff');
    
    }

/* FOOTER logo + dane adresowe + dane kontaktowe  - przeniesc do site.css*/
.footer-link {
    color: #646464;
}

.footer-link:hover {
    color: #646464;
    text-decoration: none;
}

.footer-link--gray {
    color: #818181;
}

.footer-link--gray:hover {
    color: #818181;
}

/* end FOOTER */
/* SLIDER TOP*/
.slider-bottom-arrows {
    margin-bottom: 70px;
}

.slider-bottom-arrows .slider-news__text {
    margin-top: 0;
}

.slider-news__title {
    font-size: 72px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: none;
    padding: 0;
    margin: 0;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.46);
}

.slider-bottom-arrows .slider-news__btn {
    margin-top: 37px;
}

.slider-news__text {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.btn--slider {
    min-width: 170px;
    padding: 0 15px;
    height: 51px;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 51px;
    border-color: transparent;
    border-radius: 12px;
    background-color: rgb(253, 197, 25);
    box-shadow: 0px 3px 0px 0px rgba(149, 115, 11, 1);
    color: white;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500 ms2s ease-out;
}

.btn--slider:hover {
    background: #96cb50;
    box-shadow: 0px 3px 0px 0px #5f8231;
    color: white;
}

.slider-bottom-arrows .slick-dots li {
    margin-bottom: 0;
}

.slick-dots {
    top: 50%;
    transform: translateY(50%);
}

.slider-bottom-arrows .slick-slide .slider-news__img img {
    width: 100%;
}

/* end slider */
/* SZACHOWNICA */
.box-board__tag {
    display: none;
}

.box-board-img {
    max-height: 100%;
}

.front-title {
    text-align: center;
    color: #2a2a2a;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    font-weight: 400;
    position: relative;
    margin-bottom: calc(27px + 52px);
    font-size: 48px;
}

.front-title:before {
    content: '';
    display: block;
    width: 188px;
    border-bottom: 1px solid #2D9135;
    margin: 0 auto;
    position: absolute;
    top: -51px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 17px;
    color: #747474;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.front-title:after {
    content: '';
    display: block;
    width: 188px;
    border-bottom: 1px solid #2D9135;
    margin: 0 auto;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.front-title--board:after {
    display: none;
}

.front-title--board:before {
    content: 'Inwestycja';
}

.box-board--right .front-title--board, .box-board--left .front-title--board {
    margin-top: 80px;
    margin-bottom: 30px;
}

.page-content__text--board {
    color: #626262;
    font-weight: 400;
    line-height: 30px;
    font-size: 14px;
    font-family: 'MyriadPro';
}

.boxes-board {
    margin-bottom: 110px;
}

/*end szachownica */
/* Mapa dojazdu */
.front-title--map:before {
    content: "Lokalizacja";
}

.route-map__wrap {
    height: 585px;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.one-salon--active .one-salon__content {
    height: 100%;
    transition: all 1s;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
    display: none;
}

.route-map__legend {
    margin-bottom: 50px;
}

.route-legend-box {
    float: left;
    display: inline-block;
    margin-bottom: 50px;
}

.route-legend__icon {
    float: left;
    display: inline-block;
}

.route-legend--img {
}

.route-legend__label {
    float: left;
    display: inline-block;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 58px;
    padding-left: 20px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}

.route-legend-box--0 {
}

.route-legend-box--1 {
    margin-left: 52px;
}

.route-legend-box--2 {
    margin-left: 18px;
}

.route-legend-box--3 {
    margin-left: 70px;
}

.route-map__searchbox {
    margin-bottom: 46px;
    background-color: rgba(95, 95, 95, 0.9);
    width: 100%;
    height: 87px;
    margin-top: -87px;
    position: relative;
}

.map-searchbox-title {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    margin: 35px 0 0;
}

.form-input--map-destination {
    padding: 0 25px;
    background: transparent;
    font-family: 'Lato', sans-serif;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    margin-bottom: 0;
    border-style: solid;
    border-radius: 15px;
    margin-top: 22px;
    color: #fff;
    font-size: 14px;
}

.form-input--map-destination::placeholder {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.btn--route-map {
    border: transparent;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 51px;
    padding: 0;
    margin: 0;
    text-transform: none;
    color: #fff;
    margin-left: 4px;
    margin-top: 22px;
    min-width: 168px;
    padding: 0 15px;
    height: 51px;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 51px;
    border-color: transparent;
    border-radius: 12px;
    background-color: rgb(253, 197, 25);
    color: white;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500 ms2s ease-out;
}

.btn--route-map:hover, .btn--route-map:focus, .btn--route-map:active {
    background: #2D9135;
    color: white;
}

/* end mapa */
/* BANNER */
.banner-bottom {
    background: url('../img/banner-mid.png');
    background-size: cover;
}

.banner-bottom__wrap {
    position: relative;
}

.banner-bottom__wrap, .banner-bottom {
    height: 551px;
    width: 100%;
}

.banner-bottom__title {
    width: 870px;
    max-width: 100%;
    color: #fff;
    font-size: 72px;
    line-height: 78px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-align: center;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.46);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -12px;
}

/* end banner */
/* OFFER */
.searchbox-house {
    margin-top: 75px;
    overflow-x: hidden;
}

.front-title--searchbox-house {
    margin-top: 48px;
    margin-bottom: calc(22px + 26px);
}

.front-title--searchbox-house:before {
    content: 'Oferta';
}

.searchbox-house__subtitle {
    margin: 0;
    color: #747474;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 54px;
}

.searchbox-house__map {
    position: relative;
    margin-bottom: 50px;
}

/* tooltip*/
.searchbox-tooltip {
    z-index: 999;
    display: none;
    background-color: rgb(80, 80, 80);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.43);
    border-radius: 15px;
    width: 150px;
    padding: 27px 3px 15px 3px;
    text-align: center;
    position: absolute;
    min-height: 185px;
}

.searchbox-tooltip:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background-color: rgb(80, 80, 80);
    position: absolute;
    bottom: -12px;
    left: 75px;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(45deg);
}

.searchbox-tooltip__header {
    text-transform: uppercase;
    border-bottom: 1px solid #6d6d6d;
    padding-bottom: 9px;
}

.searchbox-tooltip__name {
    font-size: 21.16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-top: -7px;
}

.searchbox-tooltip__promotion {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-top: -4px;
}

.searchbox-tooltip__row {
}

.searchbox-tooltip__row--state {
    text-transform: uppercase;
    margin-top: 12px;
}

.searchbox-tooltip__label {
    color: #bbbbbb;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 0.8;
    margin-bottom: 7px;
}

.searchbox-tooltip__value {
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height: 0.9;
}

.searchbox-tooltip__row--surface-house {
    margin-top: 16px;
}

.searchbox-tooltip__row--surface-plot {
    margin-top: 18px;
}

.searchbox-tooltip__row--price {
    margin-top: 22px;
}

sup {
    top: -5px;
}

/* SLICK - przenie�� do site.css*/
.round-button-slider {
    z-index: 300;
    margin-bottom: 0;
}

.round-button-slider .slick-prev, .round-button-slider .slick-next {
    transition: all 500ms;
}

.round-button-slider .slick-prev, .round-button-slider .slick-next, .round-button-slider .slick-prev:hover, .round-button-slider .slick-prev:focus, .round-button-slider .slick-next:hover, .round-button-slider .slick-next:focus {
    width: 64px;
    height: 64px;
    z-index: 400;
    background-image: url('../img/slider_button_arrow.svg');
    background-repeat: no-repeat;
    background-size: 13px 22px;
    background-position: center center;
}

/*.round-button-slider .slick-prev:hover, .round-button-slider .slick-prev:focus, .round-button-slider .slick-next:hover, .round-button-slider .slick-next:focus{
    background-image: url('../../dobry_adres_5/img/slider_button_arrow_white.svg');background-color:#96cb50; }*/
.round-button-slider .slick-prev {
    top: calc(50% - 12px);
    transform: translateY(-50%);
    left: 31px;
}

.round-button-slider .slick-next {
    top: calc(50% + 32px - 12px);
    transform: translateY(-50%);
    right: 29px;
}

.round-button-slider .slick-disabled {
    background-color: #fff !important;
    opacity: 0.4;
}

.round-button-slider .slick-prev:before, .round-button-slider .slick-next:before {
    content: '';
}

.round-button-slider .slick-prev {
    transform: rotate(180deg);
}

/* description */
/* .searchbox-house {
    margin-bottom: 156px;
} */

.searchbox-house__details {
}

.searchbox-house__description {
    font-family: 'Lato', sans-serif;
}

.searchbox-house-description__row {
    border-bottom: 2px solid #ececec;
    padding: 14px 0 19px 0;
}

.searchbox-house-description__row--header {
    color: #4a4a4a;
    text-transform: uppercase;
    padding-bottom: 17px;
    margin-bottom: 30px;
    padding-top: 0;
}

.searchbox-house-description__name {
    font-size: 36px;
    font-weight: 900;
    margin-top: 26px;
}

.searchbox-house-description__state {
    font-size: 16px;
    font-weight: 400;
    margin-top: -8px;
}

.searchbox-house-description__label {
    padding-right: 20px;
    text-align: right;
    color: #929292;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.8
}

.searchbox-house-description__value {
    padding-left: 5px;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 900;
    line-height: 0.8;
}

.searchbox-house-description__row--download {
    padding: 26px 0 0 0;
    border-bottom: none;
}

.searchbox-house__button {
    min-width: 188px;
    height: 65px;
    line-height: 65px;
    display: inline-block;
    background-image: url('../img/pdf_icon.png');
    background-repeat: no-repeat;
    padding-right: 14px;
    background-position: 19px 13px;
    padding-left: 66px;
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
    font-family: 'Lato', sans-serif;
    border-width: 1px;
    border-color: rgb(106, 106, 106);
    border-style: solid;
    border-radius: 15px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500 ms2s ease-out;
    text-transform: lowercase;
    margin-left: 22px;
    margin-top: 10px;
}

.searchbox-house__button::first-letter {
    text-transform: uppercase;
}

.searchbox-house__button:hover, .searchbox-house__button:focus, .searchbox-house__button:active {
    text-decoration: none;
    color: #6a6a6a;
}

.searchbox-house__button:first-child {
    /* margin-left: 10px;
    margin-right: -3px; */
}

.searchbox-house-description__row--description {
    padding-bottom: 7px;
}

.searchbox-house-description__value--description {
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.btn--ask-house {
    margin-top: 20px;
    margin-left: 9px;
    min-width: 170px;
    width: 437px;
    max-width: 100%;
    padding: 0 15px;
    height: 63px;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 63px;
    border-color: transparent;
    border-radius: 12px;
    background-color:  #2D9135;
    /* box-shadow: 0px 3px 0px 0px rgba(149, 115, 11, 1); */
    color: white;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500 ms2s ease-out;
}

.btn--ask-house:hover, .btn--ask-house:active, .btn--ask-house:focus {
    background:  #2D9135;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #5f8231;
}

/* legend statuses */
.sales-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-block;
}

.sales-icon--free {
    background: #96cb50;
}

.sales-icon--reserved {
    background: #edb708
}

.sales-icon--sold {
    background: #ff1717;
}

.sales-icon--second-period {
    background: #afa9a9;
}

/* colors of statuses */
.searchbox-house-description__value--1, .searchbox-tooltip__value--1 {
    color: #96cb50;
}

/* w sprzedaży */
.searchbox-house-description__value--3, .searchbox-tooltip__value--3 {
    color: #fdc519;
}

/* zarezerwowany */
.searchbox-house-description__value--2, .searchbox-tooltip__value--2 {
    color: #ff1717;
}

/* sprzedane */
.searchbox-house-description__value--4, .searchbox-tooltip__value--4 {
    color: #afa9a9;
}

/* drugi etap */
.searchbox-house__details {
    display: none;
}

/* GALLERY */
.gallery {
    display: none;
}

#gallery_id_1 {
    display: block;
}

.gallery-menu {
    margin: 0 0 88px 0;
}

.front-title--gallery:before {
    content: 'Galeria';
}

.front-title--gallery {
    margin: 48px 0 calc(47px + 27px);
}

#galeria{
    margin-top: 30px;
}

.gallery__photo--no-margin {
    width: 20%;
    margin: -1px;
}

.gallery__photo--no-margin img {
    height: 184px;
}

.gallery__one-photo:before {
    /* background: rgba(249, 226, 76, 0.95); */
    background: rgba(62, 206, 76, 0.95);
}

.gallery__one-photo:after {
    top: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
}

.gallery-menu__link {
    height: 67px;
    width: 170px;
    line-height: 67px;
    font-weight: 900;
    color: #545454;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    text-align: center;
    border-width: 1px;
    border-color: rgb(106, 106, 106);
    border-style: solid;
    border-radius: 15px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500 ms2s ease-out;
}

.gallery-menu__link:hover, .gallery-menu__link:focus {
    background: #2D9135;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #0D4719;
}

.gallery-menu__link--selected {
    background: #2D9135;
    border-color:#2D9135;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #0D4719;
}

.gallery-menu__link--selected:hover {
    background: #0D4719;
    border-color: #0D4719;
    color: #fff;
    box-shadow: 0px 3px 0px 0px #0D4719;
}

.gallery-menu__images {
    margin: 0;
}

.gallery-menu__menu {
    margin-bottom: 59px;
}

/* CONTACT FORM app_contact_form_recaptcha.php */
.front-title--contact-form:before {
    content: 'Kontakt';
}

.front-title--contact-form {
    margin-top: 48px;
    margin-bottom: 100px;
}

.checkator_source:checked + .checkator_element::after {
    background-color: #0D4719;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
}

.checkbox:focus {
    border-color: #0D4719 !important;
}

.checkbox__label {
    margin-top: 0;
}

/* end contact */
footer {
    margin-top: 0;
}

/* ------------- POLA OBOWIĄZKOWE ------------ */
.field-required__container {
    position: absolute;
}

.field-required__text {
    font-family: 'Lato', sans-serif;
}

/* ------------- HEADER ------------ */
.burger__mobile-nav > ul > li > a {
    font-family: 'Lato', sans-serif;
}

.header-menu-burger .burger__mobile-nav ul li a {
    font-size: 34px;
}

.header-menu-burger-phone .burger__mobile-nav ul li a.active{
    color: #2D9135;
}
.searchbox-map-img {
    background-size: contain !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
}

.searchbox-map-img img {
    width: 100% !important;
    height: auto;
}

.gm-style-iw + div > img {
    display: block;
}

.error, .success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: none;
    z-index: 2000;
    padding: 40px 20px;
    animation: 5s fadeIn;
    animation-fill-mode: forwards;
}

.contact-wrapper .error {
    font-family: 'Open sans', sans-serif;
    border: none;
}

.popup-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: .5;
    z-index: 100;
    animation: 5s fadeIn;
    animation-fill-mode: forwards;
}

.round-button-slider__image img {
    width: 100%;
    padding-top: 25px;
}

@keyframes fadeIn {
    99% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

/* ------------- POPUP ------------ */

#main_popup {
    transition: 0.5s all ease-in-out;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    margin: auto;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
}

.popup-element .popup-wrapper {
    background-color: white;
    margin: auto;
    width: 700px;
    height: auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 22px 22px 25px 22px;
}

.popup-element .popup-wrapper::after {
    content: "";
    background: url("../img/popupphoto.jpg");
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.popup-title {
    display: inline-block;
    font-size: 24px;
    padding: 22px 34px;
    margin-top: 0;
    margin-bottom: 22px;
    color: white;
    background: linear-gradient(90deg, rgba(253, 197, 25, 1) 0%, rgba(255, 219, 112, 1) 150%);
    border-radius: 12px;
}

.left-to-right {
    border-color: transparent;
    border-radius: 12px;
    background-color: rgb(253, 197, 25);
    box-shadow: 0 3px 0 0 rgba(149, 115, 11, 1);
    color: white;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.left-to-right:hover {
    background: #96cb50;
    box-shadow: 0 3px 0 0 #5f8231;
    color: white;
}

.popup-element .popup-button {
    transform-origin: 50% top;
    -webkit-transform-origin: 50% top;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    color: white;
    padding: 10px 25px;
    background: rgb(253, 197, 25);
    position: fixed;
    right: 0;
    top: 266px;
    transform: translateX(50%) rotate(-90deg);
    -webkit-transform: translateX(50%) rotate(-90deg);
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

#page_body .btn, .home .btn {
    background-color: #2D9135;
    box-shadow: 0px 3px 0px 0px #0D4719;
}

#page_body .btn:hover, .home .btn:hover{
    background-color: #0D4719;
    box-shadow: 0px 3px 0px 0px 1e4b89;
}

.home #btn-map1, .home #btn-map2 {
    border-color: #545454;
    color: #545454;
    background-color: transparent;
    box-shadow: none;
}

.home #btn-map1:hover, .home #btn-map2:hover {
    color: white;
}

.home #btn-map1.active, .home #btn-map2.active {
    border-color: #2D9135;
    color: white;
    background-color: #2D9135;
    box-shadow: 0px 3px 0px 0px #0D4719;
}
.footer-logo-adres-phone__inner .row{
    margin-bottom: 25px;
}
.header-menu-center .header-logo__img{
    max-width: 260px;
    height: auto;
}

.btn-map__cnt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.btn-map__cnt .btn:hover{
    color: white;
}
.btn-map__cnt .btn{
min-width: 170px;
    padding: 0 15px;
    height: 51px;
    font-size: 12px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    line-height: 51px;
    border-color: transparent;
    border-radius: 12px;
    color: white;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500 ms2s ease-out;
}
#mapa2 .searchbox-map-img{
    transform: rotate(-0.7deg);
    overflow: hidden;
}
#mapa2{
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url(../img/bg.png);
    background-position: center;
    background-repeat: repeat;
}

strong {
    font-family: 'Myriad Pro Bold';
}

.searchbox-house-description__label-col.lowest_price_30 {
    padding: 15px 0px;
    text-align: center;
}
.searchbox-house-description__label-col.lowest_price_30 .searchbox-house-description__label {
    text-align: center;
}

.searchbox-house-description__row .price_30 {
	font-size: 16px;
	color: #2b3840;
}
.searchbox-house-description__row .prices_history {
    font-size: 16px;
    color: #2b3840;
}
.searchbox-house-description__row .prices_history .prices_history_span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.searchbox-house-description__row .prices_history .prices_history_span svg {
    width: 30px;
	height: 30px;
    cursor: pointer;
}
.searchbox-house-description__row .prices_history .prices_history_span.show_hist svg {
	transform: rotate(180deg);
}
.prices_history_box {
	display: none;
	transition: 200ms linear 50ms;
}
.prices_history_box.show_hist {
	display: block;
	transition: 200ms linear 50ms;
}
.prices_history .prices_history_head {
	border-bottom: 1px solid #2b3840;
	background: #eeeeee;
}
.prices_history .prices_history_row {
	border-bottom: 0px solid #cccccc;
}
.prices_history .prices_history_row:nth-child(even) {
	background: #ffffff;
}
.prices_history .prices_history_row:last-child {
	border-bottom: 0px solid #cccccc;
}
.prices_history .prices_history_head .field_value,
.prices_history .prices_history_head .field_title {
	padding: 5px 15px;
    line-height: 20px;
    font-size: 16px;
    color: #2b3840;	
}
.prices_history .prices_history_row .field_value,
.prices_history .prices_history_row .field_title {
	padding: 5px 15px;
    line-height: 16px;
    font-size: 12px;
    color: #000000;	
}
.prices_history .prices_history_head .field_value,
.prices_history .prices_history_row .field_value {
	text-align: right;
}


.project-photo-big.slick-slider{	
    margin-top: 30px;
    margin-bottom: 0px;
}
.project-photo-big .big-img a {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}
.project-photo-big .big-img a img {
	width: 100%;
    padding: 30px 10px;
    background: #ffffff;
}
.project-photo-slide {
	margin: 0px 0px;
}
.project-photo-slide .slide-img {
	margin: 0px 0px;
}
.project-photo-slide .slide-img img {
	width: 100%;
    padding: 20px 10px;
    background: #ffffff;
}



.project-photo-slide .slick-prev:before, .slick-next:before {
	display: none;
}
.project-photo-slide .slick-prev {
	left: 10px;
    top: 50%;
    z-index: 999;
    width: 36px;
    height: 36px;
}
.project-photo-slide .slick-prev img {
    width: 36px;
    height: 36px;
}
.project-photo-slide .slick-next {
    right: 10px;
    top: 50%;
    z-index: 999;
    width: 36px;
    height: 36px;
}

.project-photo-slide .slick-next img {
    width: 36px;
    height: 36px;
}