.search-form-field-container {
    display: inline-block;
    margin-right: 20px;
}

.search-form__container {
    min-height: 76px;
    z-index: 10;
    width: 1055px;
}

.search-form__container .filter-map-link {
    float: right;
    margin-right: 0;
}

.search-form__state-advanced {
    display: none;
}

.search-form__button-toggle-container {
    margin-bottom: 4px !important;
}

.search-form__field-display__has-value .icon-double-arrow-right-tiny {
    display: none!important;
}

.project-list-item {
    border: 1px solid #dddddd;
    display: inline-block;
    background: #fff;
    padding: 4px;
    /*overflow: hidden;*/
    margin: 0 20px 20px 0;
    text-align: left;
    vertical-align: top;
    transition: all 250ms linear;
    position: relative;
    width: 515px;
    min-height: 413px;
}

.project-list-item-top {
    border: 1px solid #dddddd;
    display: inline-block;
    background: #fff;
    padding: 4px;
    /*overflow: hidden;*/
    margin: 0 20px 20px 0;
    text-align: left;
    vertical-align: top;
    transition: all 250ms linear;
    position: relative;
    width: 100%;
    min-height: 300px;
    font-size: 0;
}

.project-list-item:nth-child(2n) {
    margin-right: 0;
}

.developer-projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.project-list-item.other-project {
    width: auto;
    margin: 0;
    height: auto;
    min-height: auto;
    border: none;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.in-map .project-list-item.other-project {
    margin-right: 19px;
}

.project-list-item:not(.other-project):hover,
.project-list-item-top:hover {
    box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.7);
}

.project-logo-wrapper {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
}

.project-logo {
    display: inline-flex;
    overflow: hidden;
    width: auto;
    max-height: 65px;
    /*line-height: 80px;*/
    background: #fff;
    text-align: center;
    padding: 0 5px 5px 0;
    max-width: 152px;
}

.other-project .project-logo {
    max-width: 320px;
    border-radius: 10px 0 0 0;
}

.developer-projects .project-logo {
    max-width: 125px;
}

.project-logo img {
    vertical-align: middle;
    /* height: 61px; */
    width: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto !important;
}

.project-list-content a:hover {
    text-decoration: none;
}

.project-list-content img {
    border: none;
    height: 100%;
    text-align: center;
    width: 100%;
}

.project-list-content.business-account img {
    border: none;
    height: 160px;
    text-align: center;
    object-fit: cover;
    width: 100%;
}

.project-image-wrapper {
    height: 295px;
    position: relative;
    width: 505px;
    text-align: left;
}

.project-image-wrapper__wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.project-image-wrapper .project-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.foreign-image-wrapper {
    width: 100%;
    height: 289px;
    overflow: hidden;
}

.foreign-image-wrapper .project-img {
    width: 100%;
    height: 289px;
    object-fit: cover;
}

.other-project .project-image-wrapper {
    height: 183px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.developer-projects .project-image-wrapper {
    width: 100%;
}

.other-project .project-image-wrapper .project-img {
    width: 100%;
    height: 183px;
    object-fit: cover;
}

.project-title-wrapper {
    padding: 11px 25px;
}

.other-project .project-title-wrapper {
    padding: 11px 15px;
    border: 1px solid #f1f1f1;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.project-title-full {
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-title {
    color: #D9111B;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.project-title-row .project-address {
    color: #454545;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 6px;
}

.other-project .project-title {
    color: #333;
    font-size: 18px;
}

.other-project .project-subtitle {
    color: #333;
}

.other-project .project-min-values {
    color: #333;
}

.project-subtitle {
    color: #454545;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    margin-top: 5px;
}

.project-min-values {
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-overflow: unset;
    overflow: visible;
    white-space: normal;
    margin-top: 10px;
}

.project-location {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-top: 8px;
}

.projects-ads-count {
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    line-height: 25px;
    height: 25px;
    vertical-align: top;
    /*display: none;*/
}

.project-cover-photo {
    overflow: hidden;
    width: 100%;
    height: 325px;
    position: relative;
}

.project-cover-photo-image-details {
    position: absolute;
    top:-35px;
    right:0;
    width:750px;
}

.project-cover-photo-image-details-badges {
    display: inline-flex;
    height: 35px;
}

.project-cover-photo-image-details-title {
    min-width: 220px;
    padding: 0 16px;
    line-height: 35px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(39, 148, 0, 1);

    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}

.project-cover-photo-image-details-badges.is-monthly .project-cover-photo-image-details-title {
    border-radius: 10px 0 0 0;
}

.project-cover-photo-image-details .img-icon-container {
    bottom:15px;
    top:auto;
    right:0;
    white-space: nowrap;

    display: flex;
    gap: 10px;
    align-items: center;
}

.project-cover-photo-image-details .img-icon-container [data-gallery-target] {
    cursor: pointer;
}

.project-left-form-header .project-popup-logo {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 94px;
    width: 220px;
    padding: 2px;
    /*background: #fff;*/
}

.project-left-form-header .project-popup-logo img {
    max-height: 100%;
    max-width: 100%;
}

.project-left-form-wrapper {
    position: absolute;
    top: -160px;
    right: 0;
    width: 300px;
    bottom:0;
}

.project-left-form {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 24px 24px;
    font-size: 14px;
    background: #fff;
    color: #999999;
    position: sticky;
    top: 57px;
    z-index: 1;
}

.project-left-form .project-form-description {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.project-content-wrapper {
    margin: auto;
    margin-bottom: 12px;
    width: 1080px;
}

.in-map .project-content-wrapper {
    width: 750px;
}

.in-map .statistics-wrapper {
    text-align: center;
    width: 815px;
    margin-left: -66px;
}



.project-content-wrapper  {
    position: relative;
}

.project-content {
    width: 750px;
    display: inline-block;
    min-height: 364px;
    position: relative;
}

.image-gallery-container .link-obj-thumb, .image-gallery-container .dir-obj-thumb {
    margin: 0;
}

.project-form-description {
    color: #333333;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.project-form-row {
    margin-top: 10px;
}

.project-form-row label {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    margin-bottom: 5px;
}

.submit-bottom-row {
    margin-top: 25px;
}

.project-form-input {
    width: 250px;
    height: 35px;
    border: 1px solid #dddddd;
    padding: 8px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    outline: none;
}

textarea.project-form-input {
    height: 90px;
    resize: none
}

.project-form-input.error {
    border: 1px solid #CC0101;
}

.project-form-submit {
    width: 100%;
    height: 38px;
    background: linear-gradient(#FCDC0D, #F4BB27);
    color: #000;
    border: 0;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    border: 1px solid #F4AE33;
    border-radius: 5px;
}

.project-form-submit:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.project-form-contact {
    background: #f5f5f5;
    border-bottom: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: 3px;
    font-size: 14px;
    overflow: hidden;
    padding: 0 5px;
    text-overflow: ellipsis;
}

.image-gallery-container .link-obj-thumb {
    width: initial;
    height: initial;
}

.project-thumb {
    height: 76px;
    display: inherit;
}

.project-popup-images {
    margin: 18px 0;
}

.project-popup-images.obj-photos {
    border: none;
    background: none;
    padding: 0;
    clear:both;
    display: flex;
    flex-wrap: wrap;
}

.project-control-title, .project-popup-title {
    display: inline-block;
    vertical-align: top;
}

.project-popup-title {
    margin-right: 15px;
}

.project-save-title {
    background: url('/static/svg/controls/heart_icon.svg') center center no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 23px;
}

.project-info-wrapper {
    margin: 20px 0 35px 0;
}

.project-info {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #f4f4f4;
}

.project-info:first-child {
    padding-left: 0;
}

.project-info:last-child {
    border-right: none;
}

.project-info .info-value {
    font-size: 16px;
}

.project-info .info-text {
    font-size: 11px;
    color: #999999;
    margin-bottom: 5px;
}

.obj-photos .current:after {
    background: none !important;
}

.project-company-header {
    height: 36px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.company-header-col {
    display: inline-block;
    border-left: 1px solid #e9ebea;
    padding: 0 22px;
    font-size: 12px;
}

.company-header-col.first {
    border-left: none;
    padding-left: 0;
}

.project-company-header__name {
    font-size: 20px;
    font-weight: bold;
}

.project-company-header__url {
    color:#d9111b;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

a.project-company-header__url:hover {
    text-decoration: underline;
}

.project-contact-info {
    border: 1px solid #e7e7e7;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 16px;
    width: 327px;
    margin-left: 20px;
    display: inline-block;
    min-height: 192px;
}

/*.project-contact-info.two {*/
    /*width: 500px;*/
/*}*/

/*.project-contact-info.three {*/
    /*width: 327px;*/
/*}*/

.in-map .project-contact-info {
    width: 328px;
}

.in-map .project-contact-info.three:nth-child(3n+3) {
    margin-left: 0;
}

.project-contact-info.first {
    margin-left: 0;
}

.obj-contacts .phone {
    padding: 25px 0 15px 0 !important;
}

.project-contact-info .obj-contacts {
    width: 100% !important;
    padding-left: 30px;
}

.statistic-info-header.other-projects {
    color: #000;
}

.in-map .project-list-item.other-project:nth-child(2n+2) {
    margin: 0 0 10px 0;
}

.projects-popup-description {
    color: #333;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 22px;
}

.projects-popup-description p:first-child {
    margin-top: 0;
}

.projects-popup-description p:last-child {
    margin-bottom: 0;
}

#infoMessageProject {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
}

.header-strip {
    margin-bottom: 0 !important;
}

.nearby-things-container::-webkit-scrollbar {
    display: none;
}

.nearby-things-wrapper .arrow {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translate(0, -50%);
    /*opacity: 0.5;*/
    cursor: pointer;
    z-index: 2;
}

.nearby-things-wrapper .arrow:hover {
    opacity: 1;
}

.nearby-things-wrapper .arrow-right {
    background: url(/static/svg/object/right_arrow.svg) 15px center no-repeat #fff;
    background-size: 10px;
    right: 2px;
    border-radius: 20px;
    border: 1px solid #eceded;
}

.nearby-things-wrapper .arrow-left {
    background: url(/static/svg/object/left_arrow.svg) 13px center no-repeat #fff;
    background-size: 10px;
    left: 2px;
    border-radius: 20px;
    border: 1px solid #eceded;
}

.nearby-things-wrapper {
    position: relative;
    overflow: hidden;
}

.nearby-things-container {
    white-space: nowrap;
    /*margin-top: 40px;*/
    margin-bottom: 20px;
}

.in-map .nearby-things-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    scroll-behavior: smooth;
}

.project-bottom-form-wrapper {
    background: #f5f5f5;
    margin-bottom: 15px;
    color: #333;
}

.project-bottom-form-wrapper .project-left-form {
    padding: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}

.project-form-col {
    padding: 0 17px 17px 17px;
}

.project-form-col {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.project-bottom-form-wrapper .project-form-input {
    width: 100%;
}

.project-bottom-form-wrapper .project-form-row {
    /*margin: 0;*/
}

.project-bottom-form-wrapper textarea.project-form-input {
    height: 110px;
}

.content.narrow.new-projects {
    width: 100%;
}

.main.noFooter {
    overflow: unset !important;
}

.advert-projects-wrapper {
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}

.project-desc {
    font-size: 14px;
    font-weight: normal;
    color: #454545;
}

.project-address {
    font-size: 13px;
    margin: 0;
    margin-top: 10px;
}

.project-left-form-header {
    height: 160px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px 10px 0 0;
    position: relative;
}

.project-left-form-header.invisible {
    visibility: hidden;
}

.no-cover-photo .project-cover-photo-image-details {
    position: relative;
    top: 0;
}

.no-cover-photo .project-left-form-wrapper {
    top: 0;
}

.no-cover-photo .project-left-form-header {
    display: none;
}

.project-form-row label.room-label {
    height: 35px;
    width: 35px;
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}

.project-form-row label.room-label:hover {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.project-form-row label.room-label:last-child {
    width: 54px;
}

.project-form-row input[type=checkbox]:checked + label.room-label {
    background: linear-gradient(#FCDC0D, #F4BB27);
    border: 1px solid #F4AE33;
    font-weight: bold;
    color: #000;
}

.contact-link {
    height: 33px;
    line-height: 33px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    background-color: #F5F5F5;
    vertical-align: middle;
    padding: 0 25px 0 7px;
    display: inline-block;
}

.contact-link:hover {
    border-color: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.contact-link span {
    line-height: 33px;
    vertical-align: top;
}

.contacts-icon {
    background: url('/static/svg/controls/share_mail_icon.svg') center center no-repeat;
    height: 33px;
    width: 33px;
    display: inline-block;
    margin-right: 7px;
}

.project-content-statistics {
    width: 684px;
}

.projects-list .header-main-menu,
.projects-list .foot-content,
.projects-list .content,
.projects-list .header-sub-menu,
.projects-list .header-filter,
.projects-list .foot-tag-list {
    width: 1055px !important;
}

.last-chance-button__container {
    padding-top: 10px;
}

.last-chance-filter {
    width: 1030px;
    line-height: 45px;
    margin: auto;
    color: #888;
    font-size: 13px;
}

.last-chance-filter .last-chance-filter__link {
    background: #EEF0F0;
    height: 32px;
    line-height: 30px;
    margin-right: 5px;
    color: #949494;
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

.last-chance-filter__link:hover {
    border-radius: 5px;
    border-color: #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.last-chance-filter__link .control-icon {
    height: 32px;
}

.last-chance-filter__header {
    margin-left: 5px;
}

.last-chance__header {
    font-size: 22px;
    margin-top: 32px;
    position: relative;
    margin-bottom: 31px;
}

.last-chance__header__text {
    background: #fff;
    position: relative;
    margin-left: 31px;
    padding: 0 5px;
    z-index: 2;
}

.last-chance__header__line {
    position: absolute;
    border-top: 2px solid #E10C18;
    bottom: 9px;
    left: 0;
    width: 100%;
}

.last-chance-button__icon {
    background: url(/static/svg/object/discount.svg) center center no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}

.last-chance__wrapper {
    border: 1px solid #dddddd;
    padding: 4px 4px 8px 4px;
    width: 1030px;
    margin-bottom: 15px;
}

.last-chance__first-row {
    font-size: 0;
}

.last-chance__image {
    width: 320px;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.last-chance__image img {
    width: 100%;
}

.last-chance__logo__wrapper {
    padding: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    font-size: 0;
}

.last-chance__logo {
    display: inline-block;
    overflow: hidden;
    width: auto;
    text-align: center;
}

.last-chance__info {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: normal;
    width: 680px;
}

.last-chance__info__title {
    color: #D9111B;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
}

.last-chance__info__title {
    font-weight: bold;
}

.last-chance__info__address {
    font-weight: bold;
    line-height: 40px;
}

.last-chance__info__desc {
    margin-top: 5px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}

.last-chance__info__desc p {
    padding: 0;
    margin: 0;
}

.last-chance__second-row {
    margin-top: 10px;
    font-size: 0;
    display: flex;
    align-items: center;
}

.last-chance__map {
    display: inline-block;
    width: 320px;
    margin-right: 20px;
    font-size: 14px;
    position: relative;
    height: 33px;
}

.last-chance__map:hover {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}

.last-chance__map::after {
    background: url(/static/img/maps_bg2.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: cover;
    z-index: 1;
    opacity: 0.5;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.last-chance__map a {
    border: 1px solid #dddddd;
    border-radius: 3px;
    width: 320px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    opacity: 1;
    z-index: 2;
    position:relative;
}

.last-chance__map__icon {
    width: 33px;
    height: 33px;
    display: inline-block;
    background: url(/static/svg/point_icon_www.svg) 0 6px no-repeat;
    background-size: 13px;
    margin-left: 22px;
    opacity: 1;
}

.last-chance__map__text {
    vertical-align: top;
    opacity: 1;
    color: #888;
}

.last-chance__items {
    display: inline-block;
    width: 680px;
}

.last-chance__items__wrapper {
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    background: #EEF0F0;
    margin-right: 9px;
    display: inline-block;
    padding: 0 9px;
    font-size: 14px;
    color: initial;
}

.last-chance__items__wrapper.next-row {
    margin-top: 9px;
}

.last-chance__items__wrapper:hover
{
    -webkit-box-shadow: 2px 2px 2px 0px rgba(189,189,189,1);
    -moz-box-shadow: 2px 2px 2px 0px rgba(189,189,189,1);
    box-shadow: 2px 2px 2px 0px rgba(189,189,189,1);
}

.last-all-hide {
    color: #D9111B;
}

.last-chance-all-items__wrapper .advert-projects-logo,
.last-chance-all-items__wrapper .advert-projects-header-wrapper
{
    display: none;
}

.last-chance-all-items__wrapper .advert-projects-container {
    padding: 0;
}

.last-chance-all-items__wrapper {
    margin-top: -15px;
}

.last-chance-all_items__contacts {
    margin-bottom: 11px;
    font-size: 0;
    margin-top: -4px;
}

.last-chance-all_items__contacts__wrapper {
    padding: 20px 0;
    display: flex;
    border: 1px solid #E7E7E7;
    border-top: none;
    align-items: center;
}

.last-chance-all_items__contacts__cell {
    padding: 0 30px;
    border-right: 1px solid #E7E7E7;
    width: 33%;
    text-align: center;
}

.last-chance-all_items__contacts__cell:first-child {
    text-align: left;
}

.last-chance-all_items__contacts__cell:last-child {
    border-right: none;
}

.last-chance-all_items__contacts__title {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
}

.last-chance-all_items__contacts__name {
    height: 24px;
    color: #333333;
    font-size: 17px;
    line-height: 22px;
}

.last-chance-all_items__contacts__phone {
    height: 24px;
    color: #333333;
    font-size: 17px;
    line-height: 22px;
}

.last-chance-all_items__contacts__email {
    font-size: 14px;
}

.last-chance-button__link:hover {
    text-decoration: underline;
}

.open-door-list-new-projects__container {
    border: 1px solid #F1F2F3;
    background-color: #FCFCFC;
    border-top: 2px solid #00C200;
    margin-bottom: 20px;
    position: relative;
}

.open-door-list-new-projects__title {
    display: flex;
    align-items: center;
    padding: 10px 10px 5px 10px;
}

.open-door-list-new-projects__title__icon {
    display: inline-block;
    vertical-align: middle;
    background: url(/static/svg/open_door/door_green.svg) no-repeat center center transparent;
    background-size: 38px;
    width: 38px;
    height: 38px;
}

.open-door-list-new-projects__title__text {
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.open-door-list-new-projects__title__link {
    color: #D9111B;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
}

.open-door-list-new-projects__title__link:hover {
    text-decoration: underline;
}

.open-door-list-new-projects__title__title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-transform: uppercase;
}

.open-door-list-new-projects__title__subtitle {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}

.open-door-list-new-projects__wrapper__outer {
    display: block;
    margin: 0 3px;
    padding: 0 5px 0 0;
    overflow: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    position: relative;
}

.open-door-list-new-projects__wrapper__outer::-webkit-scrollbar {
    width: 0px;
    height: 0;
    background: transparent; /* make scrollbar transparent */
}

.open-door-list-new-projects__wrapper__inner {
    overflow: hidden;
    font-size: 0;
    display: flex;
    padding-top: 10px;
    justify-content: left;
}

.open-door-list-new-projects__wrapper__inner .project-list-item {
    width: 212px;
    margin: 0;
    margin-right: 14px;
    margin-bottom: 10px;
    padding: 0;
    min-height: 200px;
    flex-shrink: 0;
}

.open-door-list-new-projects__wrapper__inner .project-list-item:first-child {
    margin-left: 5px;
}

.open-door-list-new-projects__wrapper__inner .project-image-wrapper {
    height: 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
    width: unset;
}

.open-door-list-new-projects__wrapper__inner .project-image-wrapper img {
    width: 100%;
}

.open-door-list-new-projects__wrapper__inner .project-title-wrapper {
    padding: 10px 15px 12px 15px;
}

.open-door-list-new-projects__wrapper__inner .project-title-full.project-title {
    color: #D9111B;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.open-door-list-new-projects__wrapper__inner .project-title-full.project-subtitle {
    font-size: 14px;
    line-height: 16px;
}

.open-door-list-new-projects__wrapper__inner .project-title-full.project-min-values {
    margin-top: 3px;
    font-size: 12px;
    line-height: 14px;
}

.open-door-list-new-projects__wrapper__inner .open-door-wrapper.project {
    top: 120px;
}

.open-door-list-new-projects__wrapper__inner .open-door-wrapper.project .open-door-text {
    padding-left: 7px;
    font-size: 13px;
    width: 185px;
}

.open-door-list-new-projects__wrapper__inner .open-door-container .register {
    font-size: 13px;
    width: 31px;
    padding-left: 16px;
}

.open-door-list-new-projects__wrapper__inner .hook {
    left: 1px;
}

.open-door-list-new-projects__wrapper__inner .project-list-item:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(200, 200, 200, 1);
    box-shadow: 0px 0px 5px 1px rgba(200, 200, 200, 1);
}

.open-door-list-new-projects__control__left {
    display: inline-block;
    background: url(/static/svg/controls/previous_red.svg) center center no-repeat #ffffff;
    height: 40px;
    width: 36px;
    vertical-align: top;
    background-size: 10px;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    top: 118px;
    left: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
}

.open-door-list-new-projects__control__right {
    display: inline-block;
    background: url(/static/svg/controls/next_red.svg) center center no-repeat #ffffff;
    height: 40px;
    width: 36px;
    vertical-align: top;
    background-size: 10px;
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    top: 118px;
    right: 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.open-door-list-new-projects__wrapper__inner .icons-on-top.open-door-list {
    bottom: 34px;
}

.open-door-list-new-projects__container .project-logo img {
    height: 100%;
    max-width: 100%;
    width: auto;
}

.open-door-list-new-projects__container .project-logo {
    height: 30px;
    padding: 5px;
}

.open-door-list-new-projects__container__newprojects {
    max-width: 1055px;
    margin-top: 20px;
}

.open-door-list-new-projects__container__newprojects .open-door-list-new-projects__wrapper__inner .project-list-item {
    width: 248px;
}

.open-door-list-new-projects__container__newprojects .open-door-list-new-projects__wrapper__inner .open-door-wrapper.project .open-door-text {
    width: 221px;
}

.open-door-list-new-projects__container__newprojects .open-door-list-new-projects__wrapper__inner .open-door-wrapper.project {
    top: 140px;
}

.open-door-list-new-projects__wrapper__inner .project-image-wrapper {
    height: 120px;
}

.open-door-list-new-projects__container__newprojects .open-door-list-new-projects__wrapper__inner .icons-on-top.open-door-list {
    bottom: 17px;
}

.open-door-list-new-projects__container__newprojects .open-door-list-new-projects__wrapper__inner .project-title-wrapper {
    padding: 20px 15px 12px 15px;
}

.message-send-error {
    background: #F7C0B9;
    margin: 10px auto;
    outline: 1px solid #FFF;
    text-align: center;
    line-height: 24px;
    box-shadow: 0px 0px 15px 1px rgba(100, 100, 100, 0.5);
}

.project-list-item__hidden {
    position: relative;
    display: block;
    /*width: 212px;*/
    top: -300px;
    visibility: hidden;
}

.header-filter.new-projects-header,
.new-projects-header .search-form__container {
    background: #fff;
}

.header-filter.new-projects-header {
    z-index: 11;
}

/* Ensure language dropdown appears above the filter/map container */
.projects-list .header-sub-menu-strip {
    position: relative;
    z-index: 100;
}

.personal-menu-item-a-lang-hover .menu-lang {
    z-index: 9000;
}

.new-projects-navigation {
    display: none;
}

.new-projects-navigation a {
    color: #000000;
    font-size: 14px;
    text-align: center;
    line-height: 55px;
    height: 55px;
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.new-projects-navigation a div {
    line-height: 24px;
    text-align: center;
    border-right: 1px solid #DFDFDF;
    width: 100%;
}

.new-projects-navigation a:last-child div {
    border-right: 0;
}

.new-projects-navigation.lg-3 a {
    width: 33%;
}

.new-projects-navigation.lg-2 a {
    width: 50%;
}

.new-projects-navigation__tab.active {
    border-bottom: 2px solid #D9111B;
}

.header-filter.new-projects-header .filter-map-link {
    margin-top: 13px;
}


/** item-top */
.project-list-item-top .project-image-wrapper {
    margin-right: 5px;
    vertical-align: top;
    display:inline-block;
}

.project-list-item-top .project-mini-gallery {
    margin-right: 40px;
    vertical-align: top;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    height: 295px;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 126px;
}
.project-mini-gallery .mini-gallery-img-wrap {
    height: 95px;
}

.project-title-flex {
    padding: 20px 0;
    vertical-align: top;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    height: 295px;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 357px;
}

.project-title-flex .attr-content {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.project-title-flex .attr-label {
    font-size: 11px;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
}

.project-title-flex .project-title-full {
    white-space: normal;
}

.project-btn {
    width: 233px;
    height: 40px;
    line-height: 40px;
    color: #D9111B;
    border: 1px solid #D9111B;
    border-radius: 5px;
    font-size: 13px;
    text-align: center;
}

.project-list-item-top .projects-ads-count, .project-list-item .projects-ads-count {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.open-door-list-new-projects__container__newprojects .project-image-wrapper {
    width: unset !important;
}

.project-attributes-row__desc {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    height: 100px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: -20px;
}

/* styles for '...' */
.project-attributes-row__desc {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 7.2em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    /*margin-right: -1em;*/
    padding-right: 2em;
}
/* create the ... */
.project-attributes-row__desc:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 1em;
    bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.project-attributes-row__desc:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: white;
}

.project-attributes-row__desc.bottom {
    height: 20px;
    white-space: nowrap;
    margin-top: unset;
}

.project-attributes-row__desc.bottom:before,
.project-attributes-row__desc.bottom:after
{
    display: none;
}

.project-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project-popup-header__share {
    display: flex;
    align-items: center;
}

.project-popup-header__share .bt-list-menu-active, .project-popup-header__share .bt-list-menu {
    border: none;
    box-shadow: none;
    background: none;
    padding: 5px;
}

.project-popup-header__share .advert-controls-save:hover {
    box-shadow: none;
}

.project-popup-header__share__container {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    outline: none;
    position: relative;
}

.project-popup-header__share__container.first {
    margin-right: 5px;
    width: 100px;
}

.project-popup-header__share__icon {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}

.project-popup-header__share__icon.share {
    background: url(/static/svg/new_projects/share.svg) center center no-repeat;
}

.project-popup-header__share__icon.save {
    background: url(/static/svg/new_projects/remember.svg) center center no-repeat;
}


.project-badge-and-external-link {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.project-external-link-container {
    margin-bottom: 0px;
}

.project-external-link-container .project-external-link {
    width: 180px;
    height: 40px;
}

.project-external-link-container .project-external-link-btn {
    align-items:center;
    gap:6px;
    padding:6px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    color:#d33;
    text-decoration:none;
    margin: 0 auto;
    text-align: center;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 14px;
}

.project-external-link-container .project-external-link-btn .icon {
    font-size:16px;
    background-image:url('/static/svg/project/external-link.svg');
    display: block;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
}

.project-external-link-container .project-external-link-btn:hover {
    text-decoration:none;
}

.project-external-link-container .project-external-link-btn:hover.icon {
    transform:translate(2px,-2px);
}

.project-in__title__wrapper .project-in__button {
    font-size: 14px;
    padding: 12px 19px;
    width: 180px;
    height: 40px;
}

.project-in__title__wrapper .project-external-link-container {
    margin: 0;
}

.project-in_more_buttons {
    display: flex;
    gap: 6px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

h1.project-page-title {
    font-size: 20px;
    font-weight: bold;
    padding: 40px 0 20px 0;
    width: 1055px;
    margin: 0 auto;
}


.project-popup-header__share__title {
    color: #949494;
    font-size: 11px;
    margin-right: 10px;
    line-height: 30px;
}

.projects-popup__developer__wrapper {
    margin-top: 47px;
    margin-bottom: 30px;
}

.projects-popup__title {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 30px;
}

.projects-popup__imtitle {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 35px;
}

.projects-popup__developer__name {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}

.projects-popup__developer__logo__wrapper {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 32px;
}

.projects-popup__developer__logo {
    height: 65px;
    max-width: 152px;
    flex: 0 0 auto;
}

.projects-popup__developer__logo img {
    max-width: 100%;
    max-height: 100%;
}

.projects-popup__developer__project-title {
    color: #333333;
    font-size: 21px;
    font-weight: bold;
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

.projects-popup__developer__separator {
    margin: 0 30px;
    border-left: 1px solid #DDDDDD;
    height: 39px;
}

.projects-popup__developer__desc {
    color: #000000;
    font-size: 16px;
    line-height: 22px;
    white-space: pre-line;
}

.projects-popup__developer__url {
    flex: 0 0 auto;
    white-space: nowrap;
}

.projects-popup__developer__url a {
    font-size: 14px;
}

.projects-popup__developer__url a:hover {
    text-decoration: underline;
}

.project .advert-projects-wrapper {
    margin-bottom: 40px !important;
}

.advert-projects-logo {
    margin-top: 38px;
    width: 684px;
}

.advert-project__contacts {
    display: flex;
    align-items: center;
}

.advert-project__contacts__divider {
    height: 50px;
    border-left: 1px solid #DDDDDD;
    margin: 0 25px;
}

.advert-project-title__address {
    color: #999999;
    font-size: 14px;
    line-height: 16px;
    margin-top: 7px;
}

.project__title {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.project__contacts__wrapper {
    background-color: #F5F5F4;
    width: 684px;
    padding: 40px;
    margin-top: 38px;
    margin-bottom: 45px;
}

.project__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 32px;
}

.project__contacts:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.project__contacts__info__title {
    color: #000000;
    font-size: 20px;
    line-height: 23px;
}

.project__contacts__info__subtitle {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    margin-top: 2px;
}

.project__contacts__info__phone {
    color: #333333;
    font-size: 24px;
    line-height: 28px;
    margin-top: 21px;
}

.project__contacts__buttons__email {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 200px;
    border: 1px solid #F4AE33;
    border-radius: 5px;
    background: linear-gradient(180deg, #FCDC0D 0%, #F4BB27 100%);
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.project__contacts__buttons__email:hover {
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.project-popup-header__share__container:hover > .advert-controls__drop-down {
    display: block;
    max-height: 500px; /* so that transition animation would work*/
    width: 120px;
    right: 0;
    left: unset;
}

.project-popup-header__share__container .advert-controls-href {
    padding: 0 10px;
    height: 32px;
    line-height: 30px;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
}

.project-popup-header__share__container .advert-controls-href a {
    display: flex;
    align-items: center;
}

.project-popup-header__share__container .advert-controls-href a .control-title {
    margin-left: 10px;
}

.project-title__values__wrapper {
    display: flex;
}

.project-title__developer__wrapper {
    border-left: 1px solid #DDDDDD;
    margin-left: 31px;
    padding-left: 31px;
    text-align: center;
    min-width: 180px;
}

.project-title__developer__wrapper.desc-only {
    min-width: 130px;
}

.project-title__developer__title {
    color: #999999;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 10px;
}

.project-title__developer__logo {
    max-width: 152px;
    height: 65px;
}

.desc-only .project-title__developer__logo {
    height: 40px;
}

.project-title__developer__logo img {
    max-width: 100%;
    max-height: 100%;
}

.new-projects-search__field__wrapper {
    margin-top: 38px;
}

.new-projects-search__field__title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

.new-projects-search__field__values {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 15px;
}

.new-projects-search__field__value {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #DDDDDD;
    text-align: center;
}

.new-projects-search__field__value:last-child {
    margin-right: 0;
    border-right: none;
}

.new-projects-search__field__value a {
    color: #666666;
    font-size: 14px;
    line-height: 16px;
}

.new-projects-search__field__value a:hover {
    text-decoration: underline;
}

.new-projects-search__field__value.active a {
    color: #CD1018;
    font-weight: bold;
}

.new-projects-search__map__wrapper {
    margin-top: 35px;
    position: relative;
    height: 150px;
}

.new-projects-search__map__wrapper iframe {
    border: 0;
    width: 100%;
    height: 150px;
}

.new-projects-search__map__wrapper.expanded iframe {
    height: 490px;
}

.new-projects-search__map__overlay {
    height: 150px;
    width: 100%;
    top: 0;
    cursor: pointer;
    background: url(/static/img/project_maps/mapsas_WWW_nauji-projektai.png) center center no-repeat;
    background-size: cover;
}

.new-projects-search__map__overlay.opendoor {
    background: url(/static/img/project_maps/mapsas_WWW_nauji-projektai_ADD.png) center center no-repeat;
    background-size: cover;
}

.new-projects-search__map__overlay.coliving {
    background: url(/static/img/project_maps/mapsas_WWW_co-living.png) center center no-repeat;
    background-size: cover;
}

.new-projects-search__map__overlay.coliving.opendoor {
    background: url(/static/img/project_maps/mapsas_WWW_co-living_ADD.png) center center no-repeat;
    background-size: cover;
}

.new-projects-search__map__overlay__button,
.new-projects-search__map__shrink__button
{
    height: 40px;
    line-height: 40px;
    width: 233px;
    border: 1px solid #D9111B;
    opacity: 0.85;
    border-radius: 5px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 16px;
    right: 22px;
    text-align: center;
    margin: auto;
    color: #D9111B;
    font-size: 13px;
    cursor: pointer;
}

.business-account .project-list-item {
    width: 248px;
    min-height: 200px;
    margin-right: 16px;
}

.business-account .project-image-wrapper {
    width: unset;
    height: 160px;
    overflow: hidden;
}

.business-account .project-list-item:nth-child(2n) {
    margin-right: 16px;
}

.business-account .project-list-item:nth-child(4n) {
    margin-right: 0;
}

.business-account .project-title-wrapper {
    padding: 15px 5px;
}

.business-account .project-title-full.project-title {
    color: #D9111B;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
}

.business-account .project-image-wrapper .video-icon {
    width: 28px;
    height: 28px;
    background-size: 28px;
}

.business-account .project-image-wrapper .tour3d-icon {
    width: 28px;
    height: 28px;
    background-size: 28px;
}

.business-account .open-door-wrapper.project {
    top: 140px;
}

.business-account .open-door-wrapper.project .open-door-text {
    width: 221px;
    padding-left: 7px;
    font-size: 13px;
}

.business-account .open-door-container .register {
    font-size: 13px;
    width: 31px;
    padding-left: 16px;
}

.advert-projects-container--icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
    margin-right:5px;
}

.project-chosen .advert-projects-table tr a.advert-projects-container--tag {
    line-height: 22px !important;
    border-radius: 13px;
    padding: 0 10px;
    display: inline-block;
    min-height: 0;
    background-color: rgba(242, 242, 242, 1);
}

.project-chosen .advert-projects-table tr a {
    white-space: nowrap;
}

.project-chosen .advert-projects-table td.price a {
    flex-direction: column;
    align-items: flex-end;
}

.project-chosen .advert-projects-table tr a .bold1 {
    color:#D9111B;
    font-size: 16px;
}

.project-chosen .advert-projects-table tr a .bold1 + div {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}

.project-obj-photos-title-container {
    position: absolute;
    width:790px;
    height: 100px;
    top:-105px;
    left:-5px;
}

.project-obj-photos-title-badges {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    height: 35px;
    z-index: 1;
}

.project-obj-photos-title {
    min-width: 220px;
    padding: 0 16px;
    line-height: 35px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(39, 148, 0, 1);

    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
}

.project-obj-photos-title-container.is-monthly .project-obj-photos-title {
    border-radius: 10px 0 0 0;
}

.project-obj-photos-title--month,
.project-cover-photo-image-details-title--month {
    background-color: #287875;
    border-radius: 0 10px 0 0;
    position: relative;
    padding-left: 32px;
}

.project-obj-photos-title-container.is-monthly .project-obj-photos-title--month,
.project-cover-photo-image-details-badges.is-monthly .project-cover-photo-image-details-title--month {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
}

.project-obj-photos-title--month::before,
.project-cover-photo-image-details-title--month::before {
    content: "";
    position: absolute;
    top: 0;
    left: -18px;
    width: 35px;
    height: 100%;
    background-image: url(/static/svg/object/monthly_project.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
}

.project-obj-photos-title-open-door {
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: 69px;
    padding:0 11px 0 5px;
    line-height:36px;
    border-radius: 10px 10px 0px 0px;
    background-color: rgba(0, 194, 0, 1);

    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    font-weight: bold;
    text-align: center;

    position: absolute;
    bottom: 0;
    left:0;
}

.project-obj-photos-title-open-door-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 2px;
    object-fit: contain;
}

.project-obj-img img.obj-thumb-floorplan {
    background-color: #ffffff;
    object-fit: contain;
}

@media print {
    .project-cover-photo {
        display: none !important;
    }

    .project-left-form-wrapper {
        display: none !important;
    }

    .action-bar-advert-sticky-wrapper {
        display: none !important;
    }

    html,
    body,
    .main.show-advert-page .content,
    .main.project-in .content,
    .main.new-project-show .content {
        background: #fff !important;
    }

    .project-content {
        width: auto !important;
    }

    .project-content-wrapper .developer-projects,
    .project-content-wrapper .projects-popup__title {
        display: none !important;
    }

    .new-project-images__item img {
        overflow: hidden !important;
        clip-path: inset(0);
    }

    .project-image-wrapper {
        overflow: hidden !important;
        clip-path: inset(0);
    }

    .project-image-wrapper .project-img {
        max-height: 100%;
    }
}
