.rules,.checkout,.cabinet,.results,.inner {
    background: url('../img/c179.png') repeat-x top center;
    min-height: 500px;
    margin-top: 18px;
}

.checkout .check{
    padding-top: 20px;
}
.breadcrumbs {
    text-align: left;
    font-size: 1.4em;
    padding: 30px 0;
}
.cabinet__promos li{
display: inline-block !important;
  padding: 5px 10px;
  background: #FF067F;
  border-radius: 10px;
  color: #fff !important;
  margin-right: 20px;
}
.breadcrumbs > a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs > a:last-child{
    color: #ff1086;    
}
.breadcrumbs > a:last-child::after{
    display: none;
}
.breadcrumbs > a::after{
    content: ' / ';
}
.breadcrumbs > a:hover{
    text-decoration: underline;
}

.participate {
    text-align: center;
    padding: 50px 0;
}

.participate__button {
    width: 620px;
    line-height: 40px;
    height: 65px;
    font-size: 2.6em;
    display: block;
    margin: 20px auto;
}

.useful {
        text-align: center;
    color: #fff;
    padding: 45px 0;
    background-image: url('../img/pattern_snow.png');
}

.useful__button {
    margin-top: 50px;
    width: 510px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-size: 2em;
}


.rules__list {
    padding-left: 50px;
    list-style: none;
}

.rules__item {
    margin: 40px 0;
}

.rules__index {
    vertical-align: top;
    width: 165px;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    height: 165px;
    background-image: url('../img/romb14.png');
    background-repeat: no-repeat;
    background-position: center;
    line-height: 150px;
    font-size: 4em;
    font-family: 'k-regular';
}
.rules__content {
    vertical-align: top;
    display: inline-block;
    width: 800px;
}

.rules__content li{

}
.rules__content li{

}
.rules__content > ul {
}

.rules__content > ul > li {
    font-size: 1.8em;
    display: block;
    line-height: 1.4;
    color: #4c4c4c;
}

.rules__content > ul > li > a {
    color: #19afcd;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.rules__content > ul > li > a:hover{
     color: #ff3f92;
}
.rules__heading {
    font-size: 2.4em;
    text-align: left;
    padding: 15px 0;
    color: red;
}


.rules__content li.example {
    color: #ff067f;
    font-size: 1em;
    overflow: hidden;
    line-height: 1;
    border-bottom: 2px dotted #98ce43;
    margin-bottom: 20px;
}
.example__img,.example__text,.example__prod,.example__eq,.example__card,.example__last{
    display: inline-block;
    vertical-align: middle;
}
.example__img {
    width: 230px;
    padding-top: 15px;
}

.example__img > img {
}

.example__text {
    width: 190px;
    padding-top: 0;
    font-size: 2.2em;
    font-family: 'k-regular';
}

.example__prod {
}

.example__eq {
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;
}

.example__card {
    width: 180px;
    text-align: center;
}

.example__card > img {
}

.example__last {
    width: 140px;
}
.prizes{
    width: 390px;
    border: 2px dotted #98ce43;
    height: 370px;
    line-height: 1 !important;
    margin: auto;
    overflow: hidden;
}
.prize{
    display: inline-block;
    width: 390px;
    text-align: center;
    height: 330px;
    vertical-align: top;
}
.prize__img{
    height: 190px;
    line-height: 190px;
}
.prize__img img{
    vertical-align: middle;
}
.prize_border{
    border-left: 0px dotted #98ce43;
    border-right: 0px dotted #98ce43;
}
.prize__text{
    width: 230px;
    margin: 85px auto;
    line-height: 1.2;
}
.cabinet__content > ul{
    margin-top: 15px;
}