/* главный файл стилей для большинства страниц */

.text_column {
    z-index:1;
}

.text_column * {
 /*   font-family: Montserrat, Arial, sans-serif; */
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.text_column b {
    font-weight: bold;
}

.text_column i {
    font-style: italic;
}

.text_column u {
    text-decoration: underline;
}

.text_column p {
    margin-top: 15px;
    font-style: normal;
    font-weight: normal;
}

.text_column .detail_picture {
    width: 240px;
    height: 304px;
    float: left;
    margin: 5px 25px 25px 0;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

/*********** заголовки ***********/
.text_column h2 {
    margin: 25px 0 30px;
    /*font-family: MyriadProCond, Tahoma, sans-serif;*/
    font-style: normal;
    font-size: 28px;
    line-height: 105%;
    text-align:left;
    text-transform: uppercase;
}

.text_column h3 {
    margin: 25px 0 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 136.9%;
    color: #B4BF72;
}


/*********** Правый столбец с картинками ***********/

.pictures_column {
    margin: -10px 25px 15px;
    width: 25%;
    float: right;
    z-index: 10;
}

.pictures_column a {
    display: block;
    margin: 0px;
    padding: 0px;
}

.pictures_column img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    transform-origin: 100% 50%;
    z-index: 10;
}

.pictures_column img:hover {
    transform: scale(1.2);
    transition: 0.3s;
    z-index: 11;
}

/*********** Для анонса и полного описания ***********/
.text_column .preview_text ,
.text_column .detail_text {
    margin-top: 15px;
}

.text_column .preview_text ul li,
.text_column .detail_text ul li
{
    list-style-type: none;
}

.text_column .preview_text ul > li:before,
.text_column .detail_text ul > li:before
{
    content: "-";
    padding-right: 5px;
}

/* костыль для корректного отображения списков при следующей конструкции <li><p></p></li> */
.text_column .preview_text ol li p,
.text_column .preview_text ul li p,
.text_column .detail_text ol li p,
.text_column .detail_text ul li p{
    display:inline;
}

.text_column .preview_text ol,
.text_column .detail_text ol {
    padding-left: 25px;
}

.text_column table {
    margin: 10px 0;
}

.text_column table th {
    font-family: MyriadProCond, Tahoma, sans-serif !important;
    font-size: 18px;
}

.text_column table td,
.text_column table th {
    padding: 4px;
}

.text_column table td {
    font-size: 14px;
    vertical-align: center;
}