
/* Thanks */



.thanks_item_text h1 {
    font-size: 55px;
    margin-bottom: 30px;
}

.thanks_item_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.thanks_item_text h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.thanks_item.thanks_item_text ul li {
    position: relative;
    padding-left: 20px;
}

.thanks_item.thanks_item_text ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #ba0700;
    width: 7px;
    height: 7px;
}

.thanks_item.thanks_item_text ul {
    margin-bottom: 40px;
}

.thanks_item a {
    color: #ba0700;
    border-bottom: 1px solid rgba(186, 7, 0, 0.3);
    line-height: 1.2;
    position: relative;
    white-space: nowrap;
    font-size: 30px;
}

.thanks {
    margin-bottom: 70px;
}

.thanks_item_img {
    position: relative;
}

.thanks_item_img img {
    position: absolute;
    left: -100px;
}






.thanks_item_text h1 {
    font-size: 51px;
    margin-bottom: 0px;
}



.thanks_item_text p
{
    margin-bottom: 40px;
    font-size: 30px;
    color: #000;
    margin-bottom: 60px;
}

.thanks_item_text h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500 !important;
}


.thanks_item_text h3 a
{
    font-size: 24px;
}

.thanks_item a
{
    border-bottom: 1px solid transparent;
}

/* .thanks_item a small
{
    border-bottom: 1px solid rgba(186, 7, 0, 0.8);
    font-size: inherit;
} */

.thanks_item_text ul li::before
{
    display: none;
}


.thanks_item.thanks_item_text ul li {
    padding-left: 0px;
}

.thanks_item_text ul
{
    margin-bottom: 70px !important;
}


.thanks_item_text__telega
{
    display: flex;
    align-items: center;
}

.thanks_item_text__telega img
{
    margin-right: 15px;
}

.thanks_item_text__politics
{
    font-size: 16px !important;
    border-bottom: 1px solid #000 !important;
    display: inline-block;
    color: #000 !important;
    margin-top: 50px;
}

.thanks_item_text_title_1 a:last-child
{
    border-bottom: 1px solid rgba(186, 7, 0, 0.8);
}


@media screen and (max-width: 576px)
{
    .thanks_item_text__telega {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .thanks_item_text__telega img
    {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .thanks_item a
    {
        white-space: normal;
        border-bottom: 1px solid transparent !important;
    }

    .thanks_item_text h1 {
        font-size: 41px;
        margin-bottom: 0px;
        line-height: 40px;
    }

    .thanks_item_text p {
        margin-bottom: 40px;
        font-size: 24px;
        color: #000;
        margin-bottom: 60px;
        line-height: 27px;
    }
}