.blok_item {
    margin: 0px 0px 20px 0px;
    }
    
    .block_title {
     text-transform: uppercase;
     letter-spacing: 2px;
     position: relative;
     padding: 0px 0px 0px 30px;
     cursor: pointer;
     font-size: 13px;
    }
    
    .block_title::before,
    .block_title::after {
        content: '';
        width: 10px;
        height: 1px;
        background-color: black;
        position: absolute;
        top: 8px;
        transition: all 0.3s ease 0s;
    }
    
    .block_title::before {
        transform: rotate(40deg);
        left: 0;
    }
    
    .block_title::after {
        transform: rotate(-40deg);
        left: 7.45px;
    }
    
    .block_title.active::before,
    .block_title.active::after {
        background-color: rgb(80,60,165);
    }
    
    .block_title.active::before{
        transform: rotate(-40deg);
    }
    
    .block_title.active::after{
        transform: rotate(40deg);
    }
    
    .block_text {
    display: block;
    padding: 10px 0px 0px 0px;
    }

    div.block_text p {
    margin-top: 0;
    margin-bottom: 15px;
    }

    .obvodkatexta {
	background: rgb(96 128 255);
    border-radius: 15px;
    padding: 3px 7px;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    }

    .obvodkatextaban {
	background: rgb(96 128 255);
    border-radius: 15px;
    padding: 3px 7px;
    margin-right: 10px;
    color: white;
    font-size: 14px;
    }

    .textrules {
    color: white;
    font-size: 14px;
    }

    [data-tooltip] {
    position: relative; /* Относительное позиционирование */ 
   }

   .textglav{
    font-weight: 900;
    font-size: 40px;
    color: #dddada;
    line-height: 46px;
    position: relative;
    text-align: center;
   }