
/*ответственная игра*/

.resp_content{
    font-size: 12px;
}

p{
    margin:0 0 10px 0;
}

.text-center{
    text-align: center;
}

.resp_content h2{
    font-size: 14px;
    color: #6B0C17;
    font-weight: normal;
    text-transform: none;
    font-family: "Open Sans";
    margin-top: 20px;
    margin-bottom: 5px;
}

.dotDataBlock{
    border: 1px dashed #6B0C17;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
}

.notAcces,
.yesAcces{
    margin: 0;
    padding: 0;
}

.notAcces li{
    list-style: none;
    padding: 0 0 0 20px;
    background: url("../images/cross_1.svg") 0 4px no-repeat;
    background-size: 10px 10px;
    margin-bottom: 18px;
}

.notAcces li:last-child{
    margin-bottom: 0;
}

.yesAcces li{
    list-style: none;
    padding: 0 0 0 20px;
    background: url("../images/yes_1.svg") 0 4px no-repeat;
    background-size: 10px auto;
    margin-bottom: 18px;
}

.yesAcces li:last-child{
    margin-bottom: 0;
}



.list-line .org-block{
    margin: 0 0 15px ;
    text-align: center;
    color: #6B0C17;
    text-decoration: none;
    width: 100%;
    display: block;
}

.list-line .org-block img{
    margin: 30px 0 10px 0;
}

.list-line .dotDataBlock{
    margin: 0 0 20px ;
}

h3.title{
    font-weight: normal;
    color: #6B0C17;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.ot-steps{
    border-radius: 6px;
    background: #f1f1f1;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    padding: 20px;
    width: 195px;
    box-sizing: border-box;
}

.ot-steps a{
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: #000000;
}
.ot-steps a:last-child{
    margin-bottom: 0;
}

.ot-steps img{
    margin-bottom: 10px;
    width: 50px;
}

.resp_content a{
    color: #6B0C17;
}


/*ответственная игра конец*/