.style-block__aktsii, .article {
    position: relative;
    background: #fff;
    padding: 20px 30px 60px;
    border-radius: 10px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.article {
    border-radius: 0;
}

.style-block__aktsii h1 {
    color: rgb(0, 0, 0);
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
}

.style-block__aktsii .aktsii-wrapper {
    margin-top: 50px;
    padding-bottom: 32px;
    display: flex;
    flex: 1;
    /*flex-wrap: wrap;*/
    border-bottom: 1px rgb(170, 170, 170) solid;
}

.style-block__aktsii div:nth-child(2) {
    margin-top: 10px;
}

.style-block__aktsii .aktsii-wrapper__last {
    border-bottom: 0 rgb(170, 170, 170) solid;
    padding-bottom: 0;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__img {
    position: relative;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content {
    position: relative;
  	margin-left: 1px;	
    margin-right: 20px;
    bottom: 32px;
    flex-grow: 1;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content--already {
	margin-left: 24px;	
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_head {
    position: relative;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_head h2,
.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_head h2 a {
    color: rgb(0, 0, 0) !important;
    font-size: 23px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    text-decoration: none;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_text {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    vertical-align: top;
    line-height: 1.3;
}

/*.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_text p span {
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}*/

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_text p {
    margin: 0;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__content .content_text a {
    color: #006ce5;
    text-decoration: none;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons {
    position: relative;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons .buttons__date {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 103px;
    background-color: rgb(235, 235, 235);
    border-radius: 5px;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons .buttons__date span {
    display: table-cell;
    text-align: center;
    color: rgb(0, 0, 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons .buttons__pouchastvovat {
    position: relative;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons .buttons__pouchastvovat button {
    color: rgb(255, 255, 255);
    font-family: Roboto Slab;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    background-color: #D91F25;
    width: 140px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border-radius: 5px;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons .buttons__more {
    position: relative;
    top: 12px;
}

.style-block__aktsii .aktsii-wrapper .aktsii-wrapper__buttons .buttons__more button {
    color: rgb(0, 0, 0);
    font-family: Roboto Slab;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0;
    background-color: rgb(255, 178, 83);
    width: 140px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border-radius: 5px;
}


.usloviya-aktsiy {
    background-color: #badcff;
    font-weight: normal;
    font-size: 16px;
    padding: 9px 20px;
    line-height: 25px;
    border-radius: 5px;
    color: #396fa7;
}

.usloviya-aktsiy p {
    margin: 0;
}

/* Стили для отдельной акции. */

.wysiwyg-content ul {
    position: relative;
    /*bottom: 20px;*/
    list-style: disc outside;
    margin-left: 15px;
    margin-bottom: 5px;
    font-size: 12px
}

.wysiwyg-content ul li {
    padding-left: 0 !important;
}

.wysiwyg-content strong {
    font-size: 14px;
}

/* Стили для отдельной акции. Конец. */


