/*
Theme Name: instroytehnika.ru
Version: 1.0.0
Text Domain: instroytehnika
*/
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    background: #ffc0c0 !important;
}
.wpcf7-response-output {
    display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #cc2626;
}

.wpcf7-response-output {
    margin: 0 !important;
    margin-top: 20px !important;
    border: 0 !important;
    padding: 0 !important;
}

.hidden-field {
    display: none;
}
.input-hidden-title {
    display: none;
}
.wpcf7-acceptance {
    display: block;
    position: relative;
}

.wpcf7-form p {
    margin: 0;
}

.wpcf7-acceptance span {
    display: block;
    margin: 0;
}

.wpcf7-acceptance  a {
    position: relative;
    z-index: 4;
    color: #161616;
}

.wpcf7-acceptance a:hover {
    text-decoration: none;
}
.wpcf7-acceptance .wpcf7-list-item-label {
    padding-left: 25px;
    line-height: 21px;
}

.wpcf7-acceptance .wpcf7-list-item-label::before, .wpcf7-acceptance .wpcf7-list-item-label::after {
    width: 16px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.wpcf7-acceptance [type=checkbox] {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
    background-image: url(source/img/checkbox.svg);
}

.wpcf7-acceptance .wpcf7-list-item-label::after {
    opacity: 0;
    background-image: url(source/img/checkbox-act.svg);
}

.wpcf7-acceptance [type=checkbox]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7-form.unaccepted .wpcf7-list-item-label:before {
    border: red 1px solid;
    border-radius: 3px;
}

.item-form--bg .wpcf7-acceptance,.item-form--bg .wpcf7-acceptance a {
    color: #fff;
}

#order-popup.fancybox-content,#reviews-popup.fancybox-content {
    background: rgba(22, 22, 22, 0.8);
}

#order-popup.fancybox-content .item-form--bg, #reviews-popup.fancybox-content .item-form--bg {
    background: none;
}

#order-popup.fancybox-content .section-title__item, #reviews-popup.fancybox-content .section-title__item {
    color: #fff;
}

#order-popup.fancybox-content svg path, #reviews-popup.fancybox-content svg path {
    fill: #ffc400;
}
.open-city {
	position:relative;
}
.section-our__text{
	margin-top:30px;
}

.list-calc--alt .list-calc__item {
    background: #f7f7f7;
}

.list-calc--alt .list-calc__item:nth-child(even) {
    background: #f3f3f3;
}

.list-calc--alt .list-calc__col-2 {
    width: 60%;
}

.list-calc--alt .list-calc__col-3 {
    width: 40%;
    border-left: 1px solid #E6E6E6;
}

.list-calc--alt .list-calc__head .list-calc__col-3 {
    border: 0;
}

.list-calc--alt .list-calc--alt .list-calc__item:hover {
    background: #d8d7d7;
}