.calc.new img, .list-info img, .info-head img{width: 100%;}
.calc.new  div.img{width: 100%;margin: auto;position: relative;}
.list-info {display: flex;flex-wrap: wrap;justify-content: space-between;width: calc(100% + 10px);margin-left: -5px;}
.list-info.__brick {justify-content:unset;}
.list-info .text{margin-bottom: 20px;}
.list-info.__zabor .text span{color: #9e9e9e;}
.block-m {margin: 30px 0;}
.block-m h3{color: #222;opacity: 0.8;}
.elem {width: 25%;padding: 0 5px;}
.__brick .elem {width: 25%;margin: auto;}
.__brick .elem:nth-child(1n+5) {margin: 0;}
.__brickMix .elem {width: 50%;}
.__brickMix .elem .text, .__brick .elem .text{font-weight: 500;}
.__zabor .elem:nth-child(1) {width: 50%;padding: 0 10px;}

.mapPoint{
    position:absolute;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 2000;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

.mapPoint.mapP1{top: 59%;left: 63%;}
.mapPoint.mapP2{top: 68%;left: 9%;}
.mapPoint.mapP3{top: 74%;left: 80%;}
.mapPoint.mapP4{top: 74%;left: 48%;}
.mapPoint.mapP5{top: 74%;left: 22%;}

.list-filds{
    display:flex;
    justify-content: space-between;
}
.list-btn{
    display:flex;
    justify-content: start;
    flex-wrap: wrap;
}
.list-btn  .inputBox:nth-child(2){
    margin-left: 20px;
}    
.list-filds .half{
    width: 48%;
}

.list-filds .inputBox{
    color: red;
    margin: 15px 0;
}

.list-filds .inputBox input{
    padding: 12px 0 12px 15px;
    width: 100%;
}

.list-btn .get{
    font-family: Geometria;
    padding: 18px 40px;
    background-color: #E72A2A;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    font-weight: 500;
}
.list-btn .get:hover{
    background-color: #A64242;
    box-shadow: 0px 0px 20px rgb(58 20 24 / 10%) inset;
}

.list-btn .dont{
    padding: 16px 40px;
    background-color: #fff;
    border: 2px solid #E72A2A;
    color: #000;
    font-size: 16px;
    border-radius: 2px;
    height: 100%;
    line-height: 100%;
}

.list-btn .dont:hover{
     border: 2px solid #A64242;
}

@media(max-width: 624px){
    .list-btn{justify-content: space-between;}
    .list-btn .inputBox:nth-child(2){margin-left: 0;}    
}
@media(max-width: 602px){
    .list-btn .inputBox:nth-child(2){margin-top: 15px;}    
}
.calc.new .jq-selectbox__select {
    padding: 0px 27px 0 15px;
    height: 100%;
    color: #9e9e9e;
}
.calc.new .jq-selectbox {
    width: 100%;
}
.calc.new .jq-selectbox__select-text {
    text-align: unset;
    color: #000;
}
.calc.new .inputBox.place .jq-selectbox__select .jq-selectbox__select-text{
    color: #222;
    opacity: 0.8;
}
.calc.new .jq-selectbox li {
    padding: 8px 0;
    text-align: unset;
}
.calc.new .jq-selectbox__dropdown ul li:nth-child(1){
    display: none !important;
}
.calc.new .jq-selectbox.jqselect{
    border-radius: 2px;
    border: 1px solid #767676;
}
.calc.new .jq-selectbox.jqselect.focused{
    border: 1px solid #8B2B2B;
}
.calc.new .inputBox input:focus {
    border: 1px solid #8B2B2B;
}