.section11122024 {
    font-family: 'Open Sans';
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.section11122024 .wrapper {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}

.section11122024 .search_block {
    padding: 60px 0;
}

.section11122024 .h1_header {
    color: var(--System-100, #34314B);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 14px;
}

.section11122024 .search_txt {
    font-size: 20px;
    font-weight: 400;
}

.section11122024 .search_container {
    width: 100%;
    height: 67px;
    background-color: #FFF;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: text;
    position: relative;
    margin: 30px 0px;
}

.section11122024 .search_icon {
    width: auto;
    height: auto;
    position: absolute;
    left: 30px;
}

.section11122024 .search_bar {
    width: 100%;
    height: 100%;
    padding: 0 70px;
    border: none;
    background: none;
    outline: none;
    font-size: 20px;
    font-weight: 300;
    color: #151516;
}

.section11122024 .search_button {
    color: #FFF;
    background-color: #0065B1;
    padding: 0px 30px;
    border-radius: 8px;
    height: 67px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.section11122024 .main_search_container {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    align-items: center;
}

.section11122024 .post_category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 36px;
}

.section11122024 .posts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.section11122024 .post_card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 16px;
}

.section11122024 .post_block_header {
    color: var(--System-100, #34314B);
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0 0 0;
}

.section11122024 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.section11122024 .post_tag {
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    background: var(--Primary-200, #D7EAFC);
    color: var(--Primary-100, #0065B1);
    font-weight: 600;
}

.section11122024 .h4_header {
    overflow: hidden;
    color: var(--System-100, #34314B);
    font-size: 24px;
    font-weight: 600;
}

.section11122024 .post_txt {
    color: var(--System-100, #34314B);
    font-size: 16px;
    font-weight: 400;
}

.section11122024 .post_button {
    color: #FFF;
    border-radius: 4px;
    background: var(--Primary-100, #0065B1);
    display: flex;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section11122024 .post_button.last {
    margin-top: auto;
}

.section11122024 .fire {
    display: flex;
    padding: 6px 14px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 5px;
    background: var(--Secondary-100, #EE3F58);
    color: #FFF;
    position: absolute;
    left: 20px;
    top: 20px;
}

.section11122024 .add_post {
    display: flex;
    justify-content: center;
    background-color: #0065B1;
    color: #FFF;
}

.section11122024 .add_post_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0px;
    color: #FFF;
}

.section11122024 .add_header {
    font-size: 40px;
    font-weight: 700;
}

.section11122024 .add_sub_txt {
    font-size: 26px;
    width: 60%;
    text-align: center;
}

/*post*/
.section11122024 .olimp_block {
    margin-bottom: 80px;
}

.section11122024 .olimp_block img {
    margin: 20px 0;
}

.section11122024 .h2_header {
    font-size: 40px;
    color: var(--System-100, #34314B);
    font-weight: 700;
    margin-bottom: 14px;
}

.section11122024 .steps {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
}

.section11122024 .step {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
}

.section11122024 .block_2 {
    padding: 40px 0;
}

.section11122024 .h3_header {
    color: var(--System-100, #34314B);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.section11122024 .contents {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 14px; */
}

.section11122024 .contents a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    color: var(--Primary-100, #0065B1);
}

.section11122024 .contents a::before {
    content: "";
    background-image: url('/wp-content/uploads/2024/12/vector.png');
    width: 8px;
    height: 16px;
}

.section11122024 .banner_block {
    border-radius: 10px;
    background: var(--Primary-100, #0065B1);
    display: flex;
    margin: 60px 0;
}

.section11122024 .txt_width {
    width: 150%;
    position: relative;
}

.section11122024 .banner_block img {
    width: 50%;
    height: auto;
    margin-top: auto;
    margin-left: auto;
}

.section11122024 .banner_txt {
    color: #FFF;
    padding: 50px 0px 50px 50px;
    width: 40%;
    display: flex;
    flex-direction: column;
}

.section11122024 .banner_txt .h2_header {
    color: #FFF;
}

.section11122024 .banner_txt a {
    text-decoration: none;
    color: #FFF;
}

.section11122024 .ph20 {
    font-size: 20px;
    font-weight: 400;
}

.section11122024 .banner_button {
    border-radius: 4px;
    background: var(--Secondary-100, #EE3F58);
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    width: fit-content;
    cursor: pointer;
}

.section11122024 .form_btn {
    width: auto;
    margin-top: 14px;
}

.section11122024 .email,
.section11122024 .phone {
    width: auto;
    padding: 20px;
    margin-top: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.section11122024 .olimp_steps_block {
    border-radius: 10px;
    display: flex;
    margin: 60px 0;
    gap: 40px;
}

.section11122024 .olimp_steps_block img {
    width: 50%;
}

.section11122024 .block_5 {
    padding: 40px 0;
}

.section11122024 .grid_container {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 4px; */
    background-color: #FFF;
    padding: 10px;
    border-radius: 4px;
}

.section11122024 .grid_container table {
    border-collapse: separate !important;
    border-spacing: 4px !important;
}

.section11122024 .grid_container table tr:first-child {
    font-weight: bold;
}


.section11122024 td {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 20px;
    font-size: 20px;
    border-radius: 4px;
    background: #F5FAFF;
}

/* .section11122024 .grid_item:nth-child(-n+4) {
    font-weight: 700;
} */

.section11122024 .block_6 {
    border-radius: 10px;
    display: flex;
    margin: 60px 0;
    gap: 40px;
}

.section11122024 .side_block {
    padding-bottom: 60px;
}

.section11122024 .sub_txt {
    color: var(--System-White, rgba(255, 255, 255, 0.50));
    margin-top: 14px;
}

.section11122024 .rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px;
    background-color: #D7EAFC;
    border-radius: 10px;
}

.section11122024 .rate_stars {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section11122024 .social_btn {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section11122024 .side_auth {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.section11122024 .author {
    display: flex;
    gap: 20px;
    width: fit-content;
}

.section11122024 .author img {
    width: 60px;
}

.section11122024 .name {
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #7E7E7E;
}

.section11122024 .name a {
    font-size: 20px;
    font-weight: 700;
    color: #0065B1;
}

.section11122024 .time {
    display: flex;
    align-items: center;
}

.section11122024 .more_post {
    padding: 60px 0;
}

.more_post .post_tag {
    width: fit-content;
}

.section11122024 .more_post .post_card {
    width: 33%;
    background-color: #FFF;
    border-radius: 8px;
}

.section11122024 .more_post .post_tag,
.section11122024 .more_post .h4_header {
    margin: 10px 20px 0px 20px;
}

.section11122024 .more_post .h4_header {
    margin-bottom: 20px;
}

.section11122024 .wrapper_bg {
    background-color: #D7EAFC;
}

.section11122024 .wrapper_bg2 {
    background-color: #0065B1;
}



/*страница автора*/

.section11122024 .author_bg {
    border-radius: 10px;
    background: var(--Primary-200, #D7EAFC);
    padding: 30px;
	margin-bottom: 40px;
}

.section11122024 .author_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section11122024 .author_block img {
    width: 40%;
    height: 100%;
}

.section11122024 .author_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.section11122024 .author_social {
    display: flex;
    padding: 14px 20px 14px 30px;
    border-radius: 10px;
    background-color: #FFF;
    align-items: center;
    gap: 24px;
    font-weight: 600;
    margin-top: 120px;
    width: fit-content;
}

.section11122024 .hr_line {
    display: none;
}

.section11122024 .mob_pos {
    display: none;
}

.section11122024 .mob_vis {
    display: none;
}

.section11122024 .post_category a {
    text-decoration: none;
    margin-top: auto;
}

.section11122024 .more_post a.post_card {
    text-decoration: none;
    width: 100%;
}

.section11122024 .posts .post_card img {
    height: 260px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 1169px) {
    .section11122024 .wrapper {
        width: 95%;
    }

    .section11122024 .h2_header {
        font-size: 32px;
    }

    .section11122024 .h4_header {
        font-size: 20px;
    }

    .section11122024 .olimp_steps_block {
        gap: 20px;
    }

    .section11122024 .olimp_steps_block img {
        width: 100%;
        height: auto;
    }

    .section11122024 .banner_block img {
        margin-top: auto;
    }

    .section11122024 .form_btn {
        max-width: 100%;
        width: auto;
    }

    .section11122024 .email,
    .section11122024 phone {
        max-width: 100%;
    }
}

@media (max-width: 980px) {
    .section11122024 .posts .post_card:nth-child(3) {
        display: none;
    }

    .section11122024 .more_post .post_card {
        width: 100%;
    }

    .section11122024 .olimp_steps_block {
        flex-direction: column;
    }

    .section11122024 .author_block {
        align-items: start;
    }

    .section11122024 .author_social {
        display: none;
    }

    .section11122024 .mob_vis {
        display: flex;
        margin-top: 20px;
        width: auto;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .section11122024 .wrapper {
        width: 90%;
    }

    .section11122024 .search_block {
        padding: 40px 0;
    }

    .section11122024 .h1_header {
        font-size: 36px;
    }

    .section11122024 .search_txt {
        font-size: 18px;
    }

    .section11122024 .search_container {
        height: 60px;
    }

    .section11122024 .search_bar {
        padding: 0 70px;
        font-size: 18px;
    }

    .section11122024 .search_button {
        height: 60px;
        padding: 0 20px;
    }

    .section11122024 .main_search_container {
        gap: 10px;
    }

    .section11122024 .post_block_header {
        font-size: 32px;
    }

    .section11122024 .posts {
        flex-direction: column;
        gap: 40px;
    }

    .section11122024 .post_card {
        width: 100%;
        gap: 12px;
    }

    .section11122024 .h4_header {
        font-size: 20px;
    }

    .section11122024 .post_txt {
        font-size: 14px;
    }

    .section11122024 .post_button {
        padding: 12px 24px;
    }

    .section11122024 .add_post_content {
        padding: 60px 0px;
        font-size: 22px;
        text-align: center;
    }

    .section11122024 .add_header {
        font-size: 32px;
    }

    .section11122024 .add_sub_txt {
        width: 100%;
    }


    .section11122024 .olimp_steps_block {
        flex-direction: column;
    }

    .section11122024 .h2_header {
        font-size: 32px;
    }

    .section11122024 .banner_block {
        flex-direction: column;
        width: auto;
    }

    .section11122024 .txt_width {
        width: 100%;
    }

    .section11122024 .banner_block img {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .section11122024 .banner_txt {
        width: auto;
        padding: 50px;
    }

    .section11122024 .banner_button {
        width: auto;
    }

    .section11122024 .email,
    .section11122024 .phone {
        max-width: 100%;
    }

    .section11122024 .banner_button {
        max-width: 100%;
    }

    .section11122024 .more_post .post_card {
        width: 100%;
    }

    .section11122024 .posts .post_card:nth-child(3) {
        display: flex;
    }

    .section11122024 .post_card {
        width: 100%;
    }

    .section11122024 .block_5 {
        width: auto;
        padding: 16px;
    }

    .section11122024 .author_block {
        flex-direction: column;
        align-items: center;
    }

    .section11122024 .author_info {
        width: 100%;
    }

    .section11122024 .author_social {
        margin-top: 20px;
        width: auto;
    }

    .section11122024 .author_block img {
        margin-top: 40px;
        width: auto;
    }

    .section11122024 .rate {
        flex-direction: column;
    }

    .section11122024 .hr_line {
        display: block;
        border: 1px solid;
        width: 100%;
        margin: 20px 0;
        border-color: #ADCCE9;
    }

    .section11122024 .block_2 {
        display: none;
    }

    .section11122024 .mob_pos {
        display: block;
    }

    .section11122024 .name a {
        font-size: 16px;
    }
}


@media (max-width: 620px) and (min-width: 393px) {
    /* .section11122024 .grid_container {
        grid-template-columns: repeat(3, 1fr);
    }

    .section11122024 .grid_container .grid_item:nth-child(4n) {
        display: none;
    } */
}

@media (max-width: 393px) {

    .section11122024 .wrapper {
        width: 95%;
    }

    .section11122024 .search_block {
        padding: 30px 0;
    }

    .section11122024 .h1_header {
        font-size: 24px;
    }

    .section11122024 .search_txt {
        font-size: 16px;
    }

    .section11122024 .search_container {
        height: 50px;
    }

    .section11122024 .search_bar {
        padding: 0 20px;
        font-size: 16px;
    }

    .section11122024 .search_icon {
        display: none;
    }

    .section11122024 .search_button {
        height: 50px;
        padding: 0 15px;
    }

    .section11122024 .main_search_container {
        gap: 8px;
    }

    .section11122024 .post_block_header {
        font-size: 24px;
    }

    .section11122024 .posts {
        flex-direction: column;
    }

    .section11122024 .post_card {
        width: 100%;
        gap: 10px;
    }

    .section11122024 .h4_header {
        font-size: 20px;
    }

    .section11122024 .post_txt {
        font-size: 14px;
    }

    .section11122024 .post_tag {
        font-size: 14px;
    }

    .section11122024 .post_button {
        font-size: 14px;
    }

    .section11122024 .add_post_content {
        font-size: 16px;
    }

    .section11122024 .add_header {
        font-size: 24px;
    }

    /*post*/

    .section11122024 .h2_header {
        font-size: 24px;
    }

    .section11122024 .h4_header {
        font-size: 16px;
    }

    .section11122024 .step {
        font-size: 16px;
    }

    .section11122024 .sub_con {
        font-size: 16px;
    }

    /* .section11122024 .grid_container {
        grid-template-columns: repeat(3, 1fr);
        width: auto;
    } */

    .section11122024 .grid_item {
        font-size: 14px;
        padding: 10px;
    }

    .section11122024 .grid_item:nth-child(-n+4) {
        font-weight: 400;
    }

    /* .section11122024 .grid_container .grid_item:nth-child(4n) {
        display: none;
    } */

    /*banner*/
    .section11122024 .banner_block:nth-of-type(2) img,
    .section11122024 .banner_block:nth-of-type(4) img {
        display: none;
    }

    .section11122024 .banner_block {
        flex-direction: column;
        width: auto;
    }

    .section11122024 .banner_block img {
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .section11122024 .banner_txt {
        width: auto;
        padding: 20px;
    }

    .section11122024 .banner_button {
        width: auto;
    }

    .section11122024 .olimp_steps_block {
        flex-direction: column;
        margin: 40px 0;
    }

    .section11122024 .rate {
        flex-direction: column;
    }

    .section11122024 .side_auth {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .section11122024 .email,
    .section11122024 .phone {
        max-width: 100%;
        width: auto;
    }

    .section11122024 .form_btn {
        max-width: 300px;
        width: auto;
    }

    .section11122024 .more_post .posts {
        flex-direction: column;
    }

    .section11122024 .more_post .post_card {
        width: 100%;
    }

    .section11122024 .sub_txt {
        font-size: 12px;
        width: auto;
    }

    .section11122024 .wrapper_bg::before {
        height: 115%;
    }

    /*страница автора*/

    .section11122024 .author_social {
        flex-direction: column;
    }

    .section11122024 .posts .post_card:nth-child(3) {
        display: flex;
    }
}