.photos, .swiper-container, .swiper-wrapper{
    max-width: 600px;
}
.swiper-container{
    overflow: hidden;
}
.wrap{
    padding-top: 150px;
    width: 1270px;
    margin: 0 auto;
    
    display: flex;
    justify-content: center;
    gap: 40px;
}

.price{
    font-weight: 500;
    font-size: 38px;
    font-family: "Muller2", Sans-serif;
}

.mq{
    font-size: 12px;
    font-family: "Muller2", Sans-serif;
    position: relative;
    top: -5px;
}

.squ{
    font-size: 18px;
    color: #9c9c9c;
    font-family: "Muller2", Sans-serif;
}
.chars{
    display: flex;
    justify-content: space-between;
    
    font-size: 18px;
    font-family: "Muller2", Sans-serif;
}

.dashicons{
    height: auto;
    font-size: 28px;
}

.adress{
    font-weight: 500;
    font-size: 26px;
    font-family: "Muller2", Sans-serif;
    display: flex;
    align-items:center;
    gap: 5px;
}

.broker{
    display: grid;
    font-family: "Muller2", Sans-serif;
}

.broker_name{
    font-weight: 500;
    font-size: 26px;
    font-family: "Muller2", Sans-serif;
    display: flex;
    align-items:center;
}

.broker_phone{
    margin-bottom: 10px;
}

.broker_phone a{
    text-decoration: none;
}

.swiper-pagination{
    position: relative;
}

.btn{
	    font-family: "Muller2", Sans-serif;
	    font-size: 1.1vw;
	    font-weight: 400;
	    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	    background-color: #F41F27;
	    text-decoration: none;
	}
	
	.swiper-pagination-bullet-active{
	    background: #F41F27;
	}
	
hr{
    color: #9c9c9c;
}

p{
    width: 1270px;
    margin: 0 auto;
    font-family: "Muller2", Sans-serif;
}

.swiper-container img{
        width: 100%;
    }

@media screen and (max-width: 1378px){
    .swiper-container{
        max-height: 600px;
    }
    p{
        width: auto;
        padding: 0 10px 0 10px;
    }
}

@media screen and (max-width: 885px){
    .wrap{
        display: grid;
        width: 100%;
    }
}

@media screen and (max-width: 600px){
    .wrap{
        justify-content: unset;
        padding-top: 0;
    }
    .photos, .swiper-container, .swiper-wrapper, .swiper-slide{
        width: 100%;
    }
    .swiper-slide{
        width: 100%!important;
    }
    .info{
        padding: 0 10px 0 10px;
    }
    .adress{
        font-size: 20px;
    }
    .dashicons{
        font-size: 20px;
    }
    
    .wrap{
        gap: 0px;
    }
}

.copyIcon{
    display: grid;
    grid-template-columns: 12fr 1fr;
    align-items:center;
    gap:5px;
}
    .copyShow{
        position: relative;
        display: grid;
        gap: 10px;
        top: 0;
        right: 0;
    }
    .copyShow button{
        font-family: "Muller2", Sans-serif;
        background: #000;
        color: #fff;
        border: 0;
        font-size: 15px;
        padding: 5px;
        border-radius: 5px;
        cursor: pointer;
    }
    .d-n{
        display: none!important;
    }