.page-main.flex-row > div[id^="comp"]
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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; text-align: start}
.list-info.__zabor .text span{color: #9e9e9e;}
.list-info.__diler ul {
    padding-left: 0px;
}
.list-info.__diler .flex-column {
    margin-bottom: 0px;
}
.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 .flex-column {margin-bottom: 0px!important; padding: 5px}
.__brick .elem:nth-child(1n+5) {margin: 0;}
.__brickMix .elem {width: 50%;}
.__brickMix .text, .__brick .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%;}

ul, li { margin: 0 0 0 20px;}

.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: 10px 0;
    width: 100%
}

.list-filds .flex-column{
    margin-bottom: 0px;
    padding: 0px 15px 0px 0px;
    text-align: start;
}

@media (max-width:575px) {
    .list-filds .flex-column{
        padding: 0px 0px 0px 0px;
    }
}

@media (max-width:575px) {
    .list-btn .inputBox{
        width: 100%;
    }
}

@media (max-width:575px) {
    .list-btn .get{
        width: 100%;
    }
}

@media (max-width:575px) {
    .list-btn .dont{
        width: 100%;
    }
}

.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;
}
.article ul {
	margin-left: 15px;
}


.contacts-cards {
    position: relative;
    top: -4rem;
    z-index: 12
}

.contacts-cards__wrap {
    padding-left: 4.4rem;
    padding-right: 4.4rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width: 1440px) {
    .contacts-cards__wrap {
        padding-left:3.2rem;
        padding-right: 3.2rem
    }
}

@media all and (max-width: 1224px) {
    .contacts-cards__wrap {
        padding-left:.8rem;
        padding-right: .8rem
    }
}

@media all and (max-width: 984px) {
    .contacts-cards__wrap {
        padding-left:0;
        padding-right: 0
    }
}

@media all and (max-width: 984px) {
    .contacts-cards__wrap {
        margin-top:-2.4rem
    }
}

@media all and (max-width: 680px) {
    .contacts-cards__wrap {
        margin-top:-.8rem;
        flex-direction: column
    }
}

.contacts-cards__wrap>.contacts-card {
    width: calc(25% - 1.8rem)
}

.contacts-cards__wrap>.contacts-card:not(:last-child) {
    width: calc(25% - 1.8rem);
    margin-right: 2.4rem
}

@media all and (max-width: 984px) {
    .contacts-cards__wrap>.contacts-card:not(:last-child) {
        width:calc(50% - 2.4rem)
    }
}

@media all and (max-width: 680px) {
    .contacts-cards__wrap>.contacts-card:not(:last-child) {
        width:100%
    }
}

@media all and (max-width: 984px) {
    .contacts-cards__wrap>.contacts-card {
        width:50%;
        margin-top: 2.4rem
    }

    .contacts-cards__wrap>.contacts-card:nth-child(2n) {
        width: 50%;
        margin-right: 0
    }
}

@media all and (max-width: 680px) {
    .contacts-cards__wrap>.contacts-card {
        width:100%;
        margin-top: .8rem
    }

    .contacts-cards__wrap>.contacts-card:nth-child(2n) {
        width: 100%;
        margin-right: 0
    }
}

.contacts-card {
    display: flex;
    flex-direction: column;
    background-color: #f2f8ff;
    border-radius: .2rem;
    padding: 2.4rem 2.4rem 3.2rem 2.4rem
}

.contacts-card__title {
    display: inline-flex;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    color: #006bda;
    margin: 0
}

.contacts-card__tel {
    display: inline-flex;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    white-space: nowrap;
    color: #0f0f0f;
    margin: 1.6rem 0 0 0
}

.contacts-card__action {
    display: inline-block;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.4rem;
    text-decoration: none;
    color: #006bda;
    cursor: pointer;
    margin: 2.2rem 0 0 0;
    transition: all .3s ease;
    width: 100%;
    text-align: left
}

.contacts-card__action:hover {
    color: #2ed3c3
}

.user-card {
    max-width: 30rem;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start
}

.user-card__img {
    width: 100%;
    /*height: 34rem;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@media all and (max-width: 1440px) {
    .user-card__img {
        /*height:25.6rem*/
    }
}

@media all and (max-width: 1224px) {
    .user-card__img {
        /*height:22.8rem*/
    }
}

@media all and (max-width: 680px) {
    .user-card__img {
        /*height:33.2rem;*/
        -o-object-position: top center;
        object-position: top center
    }
}

.user-card__name {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.2rem;
    color: #0f0f0f;
    margin: 1.6rem 0 0 0
}

.user-card__post {
    font-family: Montserrat,sans-serif;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1.6rem;
	color: #666;
	margin: .4rem 0 0 0;
	text-align: left;
	font-weight: bold;
}

.user-card__tel {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    color: #666;
    margin: 1.4rem 0 0 0
}

.user-card__tel>span {
    color: #0f0f0f;
    margin-right: 1.6rem
}

.user-card__email {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    color: #006bda;
    margin: .4rem 0 0 0
}

.contacts__grid {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    /*padding-left: 4.4rem;
    padding-right: 4.4rem*/
}
/*
@media all and (max-width: 679px) {
    .contacts__grid {
        margin-right:-1.6rem;
        margin-left: -1.6rem
    }
}*/
/*
@media all and (min-width: 680px) {
    .contacts__grid {
        margin-right:-1.6rem;
        margin-left: -1.6rem
    }
}*/
/*
@media all and (min-width: 984px) {
    .contacts__grid {
        margin-right:-1.6rem;
        margin-left: -1.6rem
    }
}

@media all and (min-width: 1224px) {
    .contacts__grid {
        margin-right:-1.6rem;
        margin-left: -1.6rem
    }
}

@media all and (min-width: 1440px) {
    .contacts__grid {
        margin-right:-1.6rem;
        margin-left: -1.6rem
    }
}

@media all and (max-width: 1440px) {
    .contacts__grid {
        padding-left:3.2rem;
        padding-right: 3.2rem
    }
}*/

@media all and (max-width: 1224px) {
    .contacts__grid {
        padding-left:.8rem;
        padding-right: .8rem
    }
}

@media all and (max-width: 984px) {
    .contacts__grid {
        padding-left:0;
        padding-right: 0
    }
}

.contacts__title {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 3.2rem;
    color: #0f0f0f;
    margin: 0
}

.contacts__wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3.2rem
}

.contacts__wrap_map {
    margin-top: 6.4rem
}

.contacts__col-one {
    width: 29%
}

@media all and (max-width: 984px) {
    .contacts__col-one {
        width:100%
    }
}

.contacts__col-small-title {
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 2.2rem;
    color: #0f0f0f;
    margin: 0;
    margin-right: 0px;
    text-align: left;
    padding: 0;
}

.contacts__col-mid-title {
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 2.6rem;
    letter-spacing: 0;
    line-height: 3.2rem;
    color: #0f0f0f;
    margin: 0
}

.contacts__col-two {
    width: 71%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -2.4rem;
    margin-right: -2.4rem
}

@media all and (max-width: 984px) {
    .contacts__col-two {
        width:100%;
        padding-top: 2.4rem;
        margin-right: 0
    }
}

.contacts__col-two>.user-card {
    width: calc(100% / 3 - 2.4rem);
    margin-bottom: 2.4rem;
    margin-right: 2.4rem
}

@media all and (max-width: 680px) {
    .contacts__col-two>.user-card {
        width:100%;
        margin-right: 0;
        max-width: initial
    }
}

.contacts__address-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    color: #919191;
    margin: 4rem 0 0 0
}

@media all and (max-width: 984px) {
    .contacts__address-title {
        margin:1.6rem 0 0 0
    }
}

.contacts__address-title>.icon {
    width: .8rem;
    height: 1.2rem;
    fill: #006bda;
    margin-right: .8rem
}

.contacts__address-title>.icon.icon-clock {
    width: 1.2rem
}

.contacts__address {
    display: block;
    max-width: 26.4rem;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2rem;
    text-decoration: none;
    color: #0f0f0f;
    margin: .8rem 0 0 0
}

@media all and (max-width: 984px) {
    .contacts__address {
        max-width:100%
    }
}

.contacts__work-time {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
    color: #006bda;
    margin-top: 1.6rem
}

@media all and (max-width: 984px) {
    .contacts__work-time {
        margin-top:.8rem
    }
}

.contacts__map-wrapper {
    display: flex;
    min-width: 100%;
    width: 100%;
    height: 66.4rem
}

@media all and (max-width: 1440px) {
    .contacts__map-wrapper {
        height:52.8rem
    }
}

@media all and (max-width: 1224px) {
    .contacts__map-wrapper {
        height:44.8rem
    }
}

@media all and (max-width: 680px) {
    .contacts__map-wrapper {
        height:29.3rem
    }
}

.contacts__map {
    width: 100%;
    height: 100%;
    background-color: #666
}

.contacts__map [class*="-inner-panes"] {
    filter: grayscale(95%)
}
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.calc.new.block-m .calc-result{
    background: #ccc;
    margin: 100px 0;
    text-align: center;
    padding: 50px 0;
}