main#content {
    padding: 0 8%;
    padding-top: 17vh;
}

html body .mortgageSim {
    padding: 0;
    padding-bottom: 30px;
}

.locationBreadcrumbsIcon svg {
    width: 100%;
    height: 100%;
}
.locationBreadcrumbsIcon  {
    width: 20px;
    height: 30px;
}

.locationBreadcrumbs, .typeBreadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.locationBreadcrumbsIcon {
    width: 20px;
    height: 30px;
    padding-right: 12px;
    padding-left: 5px;
}

.propertyBreadcrumbs p {
    margin: 0 6px;
    font-size: 0.8em;
}

.locationBreadcrumbs * {
    font-family: 'Roboto';
    text-transform: capitalize;
    color: #092052;
    font-size: 1.1em;
    text-decoration: unset;
}

.typeBreadcrumbs * {
    text-transform: uppercase;
    font-family: 'Funnel Display';
    color: #092052;
    font-weight: 300;
    text-decoration: unset;
}

.typeBreadcrumbs {
    margin-top: 7px;
}

.titleAndSocials {
    display: flex;
    flex-direction: row;
}

.propertyTitle {
    position: relative;
    width: 35%;
    margin: 20px 0;
    height: 30px;
}

.propertySocials, .propertyActions {
    display: flex;
    flex-direction: row;
}

.socialsAndActions{
    display:flex;
    flex-direction: column;
}

a.socialMediaIcon {
    width: 40px;
    height: 40px;
}
a.socialMediaIcon svg {
    width: 100%;
    height: 100%;
}

a.socialMediaIcon {
    width: 40px;
    height: 40px;
    margin: 0 8px;
}

/*PROPOSE PRICE FORM*/


.propertyForm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: none;
}

.propertyForm.isActive {
    opacity: 1;
}

.propertyFormBlock {
    background-color: rgb(242, 242, 242);
    width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 2%;
    border-radius: 30px;
}

.propertyFormBlock h2 {
    margin: 0;
    font-family: 'Funnel Display';
    text-align: center;
    color: rgb(9, 32, 82);
    line-height: 100%;
    font-weight: 600;
    font-size: 2.2em;
    font-style: italic;
    margin-bottom: 15px;
}

.propertyFormContent form .forminator-row #name-1 .forminator-field :is(label, input, span) {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.propertyFormContent form .forminator-row #name-1 .forminator-field span {
    font-size: 0.7em;
}

.propertyFormContent form .forminator-row #email-1 .forminator-field :is(label, input, span) {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.propertyFormContent form .forminator-row #email-1 .forminator-field span {
    font-size: 0.7em;
}

.propertyFormContent form .forminator-row #phone-1 .forminator-field :is(label, input, span) {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.propertyFormContent form .forminator-row #phone-1 .forminator-field span {
    font-size: 0.7em;
}

.propertyFormContent form .forminator-row #currency-1 .forminator-field :is(label, input, span) {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.propertyFormContent form .forminator-row #currency-1 .forminator-field span {
    font-size: 0.7em;
}

.propertyFormContent form .forminator-row #textarea-1 .forminator-field :is(label, textarea, span) {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.propertyFormContent form .forminator-row #textarea-1 .forminator-field span {
    display: none;
}

.propertyFormContent form .forminator-row #consent-1 .forminator-field .forminator-checkbox__label.forminator-consent__label p {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.propertyFormContent form .forminator-row #consent-1 .forminator-field span.forminator-error-message {
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.7em;
}

.propertyFormContent form .forminator-row #currency-1 .forminator-field {
    position: relative;
    width: calc(50% - 15px);
}

.propertyFormContent form .forminator-row #currency-1 .forminator-field::after {
    content: 'Propón un precio que aceptarías en caso que fueses tú el propietario';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(30px, -6px);
    width: 100%;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.8em;
}

.forminator-ui#forminator-module-5642.forminator-design--default .forminator-checkbox.forminator-consent .forminator-checkbox-box {
    background-color: white !important;
}

.propertyFormContent form .forminator-row.forminator-row-last .forminator-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.propertyFormContent form .forminator-row.forminator-row-last .forminator-col button {
    font-family: 'Funnel Display' !important;
    color: white;
    font-weight: 400 !important;
    font-size: 0.7em !important;
    border-radius: 30px;
}

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

   .propertyFormBlock {
        width: 80%;
    }
}
@media only screen and (max-width: 600px) {

    .propertyFormBlock {
        width: 92%;
        max-height: 85vh;
        overflow-y: auto;
    }
}
/* //PROPOSE PRICE FORM */

.propertyActions>div svg {
    width: 100%;
    height: 100%;
}

.propertyActions>div {
    width: 37px;
    height: 37px;
    margin: 0 5px;
}

.propertySocials {
    margin-right: 20px;
}

.socialsAndActions {
    margin-left: auto;
}

.socialMediaFav.isAdded svg path {
    fill: rgb(255, 234, 77) !important;
    stroke: rgb(255, 234, 77) !important;
}

.socialMediaDesc.isAdded svg :is(.circle, .bg) {
    fill: rgb(178, 26, 27) !important;
    stroke: rgb(178, 26, 27)!important;
}

.socialMediaDesc.isAdded svg .rect {
    fill: white !important;
}


.socialMediaFav, .socialMediaDesc {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.socialMediaFav svg *, .socialMediaDesc svg * {
    transition: all 0.3s ease-in-out;
}

.propertyTitle h1 {
    font-family: 'Myriad';
    color: #092052;
    font-weight: 400;
    margin: unset;
    font-size: 2.3em;
    line-height: 100%;
}

.titleLine {
    position: relative;
    height: 4px;
    background-color: #092052;
    width: 60px;
    margin: 15px 0;
}

.propertyTitleDescription p {
    margin: 0;
    color: rgb(9, 32, 82);
    font-family: 'Funnel Display';
    font-weight: 500;
    font-size: 0.9em;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.propertyTitleDescription {
    margin-bottom: 25px;
}

.propertyTitleViewMore {
    font-size: 0.8em;
    text-decoration: unset;
    font-family: 'Funnel Display', sans-serif;
    color: white;
    background-color: rgb(9, 32, 82);
    padding: 5px 0;
    border-radius: 50px;
    transition: all 0.15s ease-in-out;
    width: 90px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.propertyTitleViewMore:hover {
    color: rgb(9, 32, 82);
    background-color: rgba(255, 251, 243, 0.0);
    outline: 2px solid rgb(9, 32, 82);
}

.propertyImageCatalogueContainer {
    width: 40%;
    height: 60%;
}

.swiperFadeImagesContainer {
    width: 60%;
    height: 100%;
    position: relative;
}

.propertyImages {
    display: flex;
    flex-direction: row;
    height: 700px;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
}

.swiperFadeImages {
    width: 100%;
    height: 100%;
}

.propertyImageCatalogueContainer {
    width: 38%;
    height: 60%;
    position: relative;
}

.catalogueButton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.propertyImageCatalogue, .propertyImageCatalogue img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.swiperFadeImagesContainer .swiper-slide, .swiperFadeImagesContainer .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.catalogueText {
    position: absolute;
    border-top-right-radius: 30px;
    background-color: #092052;
    border-bottom-left-radius: 30px;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 8%;
    box-sizing: border-box;
    padding-left: 4%;
}

.propertyPrice {
    position: absolute;
    background-color: #092052;
    z-index: 10;
    top: 0;
    left: 100%;
    transform: translateX(-100%);
    width: fit-content;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 4%;
    box-sizing: border-box;
}

.catalogueText p {
    font-family: 'Myriad';
    color: white;
    font-size: 1.1em;
    font-weight: 300;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.propertyImageCatalogue {
    cursor: pointer;
}

.propertyPrice p {
    color: white;
    font-family: 'Myriad';
    font-size: 3.1em;
    margin: 0;
    font-weight: 300;
    line-height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

p.strikeThroughPrice {
    position: relative;
}

p.strikeThroughPrice::after {
    content: '';
    position: absolute;
    top: 46%;
    left: 0;
    transform: translateY(-50%);
    height: 4px;
    width: 103%;
    background-color: #ed1c24;
}

.propertyPriceOffer .propertyPrice {
    width: 100%;
    position: relative;
}

.propertyBlockBottomLast {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.propertyPriceOffer {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    width: 30%;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.propertyImages .propertyPriceOffer {
    top: 0;
    left: 100%;
    transform: translateX(-100%);
}

.propertyBlockPrices {
    display: flex;
    flex-direction: column-reverse;
}

p.blockNormalPrice {
    background-color: red;
    padding: 5px;
}

.offerPriceBlock {
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-30px);
    width: 100%;
    height: calc(100% + 40px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #ed1c24;
    border-bottom-left-radius: 30px;
    padding: 10px 20px;
    padding-top: 40px;
}

.offerPriceBlock p {
    color: white;
    font-family: 'Myriad';
    font-size: 3em;
    margin: 0px 0;
    font-weight: 300;
    line-height: 90%;
}

.offerPriceBlock span {
    font-family: 'Myriad';
    color: white;
    font-size: 1.4em;
    margin-left: auto;
}

.socialsAndActionsInner {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.propertyContactAndPrice {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0;
}

.propertyContactPhone a, .proposeOffer p {
    color: #092052;
    text-decoration: unset;
    padding: 7px 12px;
    border: 1px solid #092052;
    border-radius: 50px;
    font-family: 'Myriad';
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin: 0;
    box-sizing: border-box;
    line-height: 100%;
}

.propertyContactPhone a:hover, .proposeOffer p:hover {
    background-color: #092052;
    color: white;
}

.propertyContactInfo {
    display: flex;
    align-items: center;
}

.propertyContactPhone {
    margin: 0 10px;
}

.mainInfoBanner {
    background-color: rgb(9, 32, 82);
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    align-items: center;
    justify-content: space-between;
    padding: 25px 4%;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.minimumCharacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
}

.propertyBlockCaractItem {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 60px;
}

.propertyBlockCaractItem p {
    margin: 0;
    color: white;
    font-family: 'Funnel Display';
    font-weight: 700;
    font-size: 1.3em;
}

.propertyBlockCaractImg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.propertyBlockCaractImg {
    width: 35px;
    margin-right: 15px;
}

.propertySize p, .propertyReference p {
    margin: 0;
    color: white;
    font-family: 'Funnel Display';
    font-weight: 400;
    font-size: 1.3em;
}

.propertyBlockCaractItem:last-of-type {
    margin-right: 0;
}

.propertyReference {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.propertyReference p:first-of-type {
    margin-right: 7px;
}


.qualitiesAndMap {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.propertyQualities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 50%;
    height: fit-content;
}

.propertyQualityInfo {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    margin-bottom: 15px;
}

.propertyQualityCheck svg {
    width: 100%;
    height: 100%;
    display: block;
}

.propertyQualityCheck {
    width: 15px;
    margin-right: 7px;
}

.propertyQualityInfo p {
    margin: 0;
    color: rgb(9, 32, 82);
    font-family: 'Funnel Display';
    font-weight: 500;
    font-size: 1.1em;
    line-height: 100%;
}

.propertyInfoGeneral {
    background-color: rgb(242, 242, 242);
    border-radius: 25px;
    border: 1px solid rgb(9, 32, 82);
    padding: 3px 0;
    margin-bottom: 25px;
    width: 50%;
    box-sizing: border-box;
    filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.4));
    height: fit-content;
}

.propertyInfoGenRow {
    box-sizing: border-box;
    padding: 0 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.propertyInfoGenRow p {
    text-transform: uppercase;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 400;
    font-size: 0.9em;
    margin: 0;
}

.propertyInfoGenSeparator {
    width: 100%;
    height: 1px;
    background-color: rgb(9, 32, 82);
    margin: 3px 0px;
}

.propertyInfoGeneral > div:last-of-type {
    display: none;
}

.propertyMap {
    position: relative;
    width: 100%;
    border: 1px solid rgb(9, 32, 82);
    border-radius: 20px;
    overflow: hidden;
    height: 400px;
}

.propertyMap iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: block;
}

.propertyMap::after {
    position: absolute;
    content: 'Ubicación';
    top: 0;
    left: 100%;
    background-color: rgb(9, 32, 82);
    z-index: 10;
    transform: translateX(-200%);
    font-family: 'Funnel Display';
    color: white;
    padding: 5px 40px;
    font-size: 1.4em;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.propertyDescription {
    box-sizing: border-box;
    border: 1px solid rgb(9, 32, 82);
    border-radius: 20px;
    padding: 35px 1.5%;
    margin-bottom: 50px;
}

.propertyDescription p {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 500;
    font-size: 1em;
    line-height: 110%;
}

.propertyCrossSells h2 {
    margin: 0;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 40px;
    width: 100%;
}

.propertyCrossSells {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.propertyCrossSellsBlock {
    width: calc(33.3% - 28px);
    margin-right: 42px;
    overflow: hidden;
    background-color: rgb(9, 32, 82);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px;
    height: 550px;
    text-decoration: none;
}

.propertyCrossSellsBlock:last-of-type {
    margin-right: 0;
}

.propertyBlockTop {
    height: 60%;
    position: relative;
}

.propertyBlockImg img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 30px;
}

.propertyBlockImg {
    width: 100%;
    height: 100%;
}

.propertyCrossSellsContainer {
    margin-bottom: 50px;
}

.viviendaStore {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(25px, 70%);
    z-index: 9;
}

.viviendaStoreFav, .viviendaStoreDesc, .viviendaStoreView {
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-color: rgb(9, 32, 82);
    border-radius: 50%;
    padding: 3px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 6px black);
    display: none;
}

.propertyCrossSellsBlock.isFav .viviendaStoreFav, .propertyCrossSellsBlock.isDesc .viviendaStoreDesc, .propertyCrossSellsBlock.isView .viviendaStoreView {
    display: flex;
}

.viviendaStoreFav {
    margin-right: 10px;
}

.viviendaStoreDesc {
    margin-right: 10px;
}

.viviendaStoreFav svg path {
    fill: rgb(255, 234, 77) !important;
    stroke: rgb(255, 234, 77) !important;
}

.viviendaStoreDesc svg :is(.circle, .bg) {
    fill: rgb(178, 26, 27) !important;
}

.viviendaStoreDesc svg .rect {
    fill: white !important;
}

.propertyBlockBottom {
    padding-top: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 40%;
    padding-bottom: 0;
    position: relative;
}

.propertyBlockBottom p {
    font-family: 'Funnel Display';
    color: white;
    font-weight: 600;
    font-size: 0.9em;
    margin: 0;
    line-height: 100%;
    width: fit-content;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.propertyBlockUbi p:last-of-type {
    text-align: right;
}

.propertyBlockUbi p:first-of-type {
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.propertyBlockUbi p:first-of-type span {
    margin-right: 5px;
}

.propertyBlockUbi p:last-of-type {
    font-size: 0.8em;
}

.propertyBlockUbi {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.propertyBlockLink {
    position: absolute;
    top: 100%;
    left: 100%;
    transform: translate(-100%, -100%);
}

.propertyBlockText {
    margin-bottom: 15px;
}

.propertyBlockUbi span {
    width: 10px;
    height: 10px;
    display: block;
}

.propertyBlockPrice p.precio-tachado {
    text-decoration: line-through;
}

.propertyBlockPrice p {
    font-size: 1.3em;
    margin-bottom: 8px;
}

p.precio-oferta {
    margin-top: 6px;
    color: white;
    background-color: #d51c1c;
    padding: 2px 15px;
    padding-bottom: 7px;
}

.propertyBlockCaract {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.propertyCrossSellsBlock .propertyBlockCaractItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: unset;
}

.propertyBlockCaractSeparator {
    width: 1px;
    height: 100%;
    background-color: white;
    margin: 0 5px;
}

.propertyBlockBottomLast {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.propertyBlockCaract p {
    font-size: 0.9em;
    margin-bottom: 6px;
}

.propertyBlockCaract p:last-of-type {
    margin-bottom: 0;
}

a.buttonViewMore {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 40px;
    padding: 10px 0;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Funnel Display';
    color: rgb(9, 32, 82);
    font-size: 0.8em;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.buttonViewMore:hover {
    transform: scale(1.1);
}

.propertyBlockText h3 {
    margin: 0;
    color: white;
    font-family: 'Funnel Display';
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.propertyBooked {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
    border-radius: 30px;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    z-index: 2;

}

.propertyCrossSellsBlock.isBooked .propertyBooked, .propertyImages.isBooked .propertyBooked {
    display: flex;
}

.propertyBooked p {
    font-family: 'Funnel Display';
    margin: 0;
    color: rgb(9, 32, 82);
    font-size: 2.4em;
    font-weight: 700;
}

.propertyActions>div.socialMediaDesc {
    margin-right: 0;
}

span.recaptcha {
    color: rgba(9, 32, 82, 0.9);
    font-size: 0.7em;
    display: block;
    transform: translateY(-50%);
}

html body div.grecaptcha-badge {
    visibility: hidden;
}

@media only screen and (max-width: 1600px) {
    .propertyPriceOffer {
        width: 35%;
    }
}

@media only screen and (max-width: 1200px) {
    .propertyPriceOffer {
        width: 30%;
    }
    main#content {
        padding: 0 5.5%;
        padding-top: 17vh;
    }
    .propertyTitle {
        width: 50%;
        height: auto;
        margin-bottom: 40px;
    }
    .propertyTitleDescription {
        margin-bottom: 20px;
    }
    .propertyImages {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
    }
    .propertyImageCatalogueContainer {
        width: 60%;
        height: 60%;
    }
    .swiperFadeImagesContainer {
        width: 100%;
        height: 600px;
        margin-bottom: 30px;
    }
    .propertyCrossSellsBlock {
        width: calc(33.3% - 20px);
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1000px) {
    .propertyPriceOffer {
        width: 40%;
    }
    .propertyCrossSells {
        justify-content: center;
    }
    .propertyCrossSellsBlock {
        width: calc(50% - 20px);
        margin-right: 40px;
    }
    .propertyCrossSellsBlock:nth-of-type(2n) {
        margin-right: 0;
        margin-bottom: 40px;
    }
    html body .mortgageSimIcon {
        padding-right: 0;
    }
}

@media only screen and (max-width: 800px) {
    .titleAndSocials {
        flex-direction: column;
    }
    .propertyTitle {
        width: 100%;
        height: auto;
        margin-bottom: 40px;
    }
    .propertyImageCatalogueContainer {
        width: 80%;
    }
    .propertyBlockCaractImg {
        width: 25px;
        margin-right: 10px;
    }
    .propertyBlockCaractItem p, .propertySize p, .propertyReference p {
        font-size: 1em;
    }
    .mainInfoBanner {
        padding: 20px 4%;
    }
    .propertyQualities {
        width: 100%;
        justify-content: center;
    }
    .propertyQualityInfo {
        width: 25%;
        justify-content: center;
    }
    .propertyInfoGeneral {
        width: 100%;
    }
    .propertyMap::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .propertyDescription p {
        font-size: 0.9em;
    }
    .propertyCrossSellsBlock {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .propertyCrossSells h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .propertyActions>div {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }
    a.socialMediaIcon {
        width: 30px;
        height: 30px;
        margin: 0 8px;
    }
    .propertySocials {
        margin-right: 5px;
    }
    .propertyPrice p,.offerPriceBlock p {
        font-size: 2.3em;
    }
    .offerPriceBlock span {
        font-size: 1.1em;
    }
    .propertyImageCatalogueContainer {
        width: 90%;
    }
    .swiperFadeImagesContainer {
        height: 460px;
    }
    .propertyMap::after {
        font-size: 1.1em;
    }
    .propertyInfoGenRow {
        padding: 0 20px;
    }
    .propertyBlockCaractItem p, .propertySize p, .propertyReference p, .propertyInfoGenRow p {
        font-size: 0.8em;
    }
    .propertyBlockCaractImg {
        width: 20px;
        margin-right: 10px;
    }
    .propertyBlockCaractItem {
        margin-right: 30px;
    }
    .propertyBlockCaractItem:last-of-type {
        margin-right: 0;
    }
    .propertyQualityInfo p {
        font-size: 1em;
    }
}

@media only screen and (max-width: 500px) {
    .propertyPriceOffer {
        width: 50%;
    }
    .propertyPrice p,.offerPriceBlock p {
        font-size: 2em;
    }
    .offerPriceBlock span {
        font-size: 0.9em;
    }
    .swiperFadeImagesContainer {
        height: 400px;
    }
    .catalogueButton {
        width: 40px;
        height: 40px;
    }
    .propertyBlockCaractItem {
        margin-right: 15px;
    }
    .propertyBlockCaractImg {
        margin-right: 5px;
    }
}