/* меняем форму ответа */

div.wpcf7-mail-sent-ok {
/*    border: none;
    position: absolute;
    width: 100%;
    background: white;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;*/
}

.wpcf7 form div.visible-only-if-invalid {
    display: none;
}

.wpcf7 form.invalid div.visible-only-if-invalid {
    display: block;
}



/***** Правки для мобильной версии **************************************************************************************************************************/

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


.section h1 {
/*    text-align: center; Антон просил отключить. Напомнить ему об этом, когда попросит включить 09/06/2016 */
}

/* #zakaz-zvonok, */
body.home h1:before,
body.home h1:after,
.section h1:before,
.section h1:after,
.section h2:before,
.section h2:after
{
    display: none;
}

.section#nashi-klienty .col-md-2:nth-child(n+5) {
    display: none;
}

.su-column,
.nm-like-list,
.nm-like-list ul {
    padding: 0;
    margin: 0;
}

.nm-like-list p {
    display: none;
}

#nasha-komanda .dosie a.btn {
    position: inherit;
    margin: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
}

#nashi-preim .col-md-8 {
    background: white;
    height: auto;
    padding: 1em;
    line-height: 1.2em;
    font-size: 1em;
    /*margin: 0;*/
    overflow: visible;
    white-space: normal;
    text-overflow: ellipsis;
    width: auto;
    display: block;
    text-align: left;
}

#nashi-preim .col-md-8 p {
    margin: 0;
    padding: 0;
}


span[class*='penta-'] {
    overflow: visible;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    clear: both;
    outline: none;
    position: relative;
    text-align: left;
    font-style: italic;
    background: none;
}

.single-portfolio .post {
    margin-bottom: 1em;
}


} /*media*/

/* Portrait phones and smaller */
@media (max-width: 480px) {

}