
#izgotovlenie-reklamy .icons img {
    background: #efbf3a;
}

#izgotovlenie-reklamy .icons p {
    color: #efbf3a;
    font-size: 110%;
    margin-top: 2em;
}
#izgotovlenie-reklamy .icons {
    margin-top: 2em;
}


#anons p {
    margin-top: 2em;
    margin-bottom: 2em;
}

#anons .col-md-6 {
    padding: 3em;
    padding-bottom: 0em;
}

#anons .col-md-6 p {
    margin-top: 2em;
    color: #efbf3a;
    color: #B78D21;
    text-transform: uppercase;
    font-size: 1.5em;
}

/*#anons .col-md-6:hover p,*/
#anons a:hover {
    color: #b78d21;
    text-decoration: none;
}

#anons .col-md-12:last-child {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

#anons .row a:hover img {
    /*box-shadow: 5px 5px 5px #555;*/
    /*margin-top: -5px;*/
    -webkit-filter: sepia(0.6);
    filter: sepia(0.6);
}

/******************************************************/

#sxema-nashey-raboty-po-izgotovleniu-reklamy .row .col-md-2 {
    margin-top: 2em;
}

.sxema-nashey-raboty-po-izgotovleniu-reklamy,
#sxema-nashey-raboty-po-izgotovleniu-reklamy {
    background-color: #efbf3a;
    background-image: url(../images/bg-y.png);
}

.sxema-nashey-raboty-po-izgotovleniu-reklamy p,
#sxema-nashey-raboty-po-izgotovleniu-reklamy p{
    /* по просьбе Антона 06/04/2016 */
/*    padding-left: 25%;
    padding-right: 25%;
    font-weight: bold;
    font-size: 110%;
    text-align: center;*/

    /* по просьбе Антона 20/04/2016 */

    text-align: center;
    line-height: 2em;
    text-transform: uppercase;

}

#sxema-nashey-raboty-po-izgotovleniu-reklamy img {
    margin-bottom: 2.3em;
}


.nm-like-list ul li {
    height: 70px;
    margin-bottom: 1em;
    background-color: white;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/wp-content/themes/newmarka5/images/like.jpg);
    list-style: none;
    padding: 5px;
    padding-left: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* см. https://philipwalton.github.io/solved-by-flexbox/demos/vertical-centering/ */
/*    display: flex;
    align-items: center;
    justify-content: left;*/

    display: table;
    width: 100%;

}

.nm-like-list ul li span {
    display: table-cell;
    vertical-align: middle;
}

/* Схема работы */

/* Добавлено по просьбе Антона 20/04/2016 */
#sxema-raboty ul { padding: 1em; }
#sxema-raboty ul li {
    background: white;
    margin: 5px;
    line-height: 1.5em;
    padding: 1em;
    padding-left: 1.5em;
    height: auto;
    align-items: center;
    display: flex;
    height: auto;
    list-style: none;
}

#sxema-raboty ul li::before {
    content: "\f0a9";
    font-family: FontAwesome;
    color: #efbf3a;
    padding-right: 1em;
    font-size: 2em;
}



/* Список в анонсе */

#anons ol li {
/* Добавлено по просьбе Антона 20/04/2016 */
    border-bottom: 2px dotted #B78D21;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 14px;
    line-height: 25px;
}



/**************** БЛОК СПИСКА ***********************/

#spisok h2:first-letter { color: white; font-size: 1.5em; }

#spisok div div.nm-yellow { padding: 1em; }
#spisok div div.nm-grey { padding: 1em; }
/* body.pade-id-104 #spisok div div.nm-yellow p:first-letter { color: white; font-size: 2em; }
body.pade-id-104 #spisok div div.nm-grey p:first-letter { color: white; font-size: 2em; }
*/

body.page-id-104 #spisok div div.nm-yellow p,
body.page-id-104 #spisok div div.nm-grey p {
    min-height: 5em;
}



