/*!
Theme Name: artplus
 */
/* NOTE begin 9999px */

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1200px;
    --color-1: #f5c45e;
    --color-2-text: var(--chernyy-2);
    --color-3-link: var(--chernyy-2);
    --font-family: "Geologica", sans-serif;
    font-family: var(--font-family);
    color: var(--color-2-text);
    font-size: 16px;
    --font-family: "Geologica", sans-serif;
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #ecedee;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #949596;
    --chernyy-2: #1c1d1e;
    --ryzhiy: #f5c45e;
    --siniy: #0b192c;
}

.wrapper a {
    font-family: var(--font-family);
    text-decoration: none;
    color: var(--color-3-link);
}

.wrapper a:hover {
    text-decoration: none;
}

.wrap_content_inner {
    max-width: var(--max-width);
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.content_inner_max_width {
    max-width: 100%;
    width: 100%;
}

.max-width {
    max-width: var(--max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    width: var(--max-width);
}

.right_content {
    flex-grow: 1;
    max-width: 100%;
}

.wp_wrap_subkategory {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wp_wrap_subkategory_item {
    width: 32%;
}

.wrap_posts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 40px;
}

.wrap_posts article {
    width: 32%;

}

.header {
    background-image: url(images/3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding_top {
    padding-top: 100px;
}

.padding_bottom {
    padding-bottom: 100px;
}

.header_inner {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 37px 50px 45px 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    justify-content: space-between;
}

.header_inner_left {
    width: 44%;
    padding-top: 13px;
}

.header_inner_right {
    width: 50%;
}

.header_inner_right_t1 {
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
}

.header_inner_right_t2 {
    font-weight: 300;
    font-size: 30px;
    color: var(--belyy);
    margin-top: 21px;
    margin-bottom: 42px;
}

.header_inner_right_box {
    display: flex;
    border: 1px solid var(--ryzhiy);
    border-radius: 10px 10px 10px 0;
    column-gap: 55px;
    align-items: center;
}

.header_inner_right_box_img {
    border-radius: 10px 0 0 0;
    width: 110px;
    background: var(--ryzhiy);
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
}

.header_inner_right_box_img figure {
    padding-top: 11px;
    padding-bottom: 9px;
    flex-shrink: 0;
    width: 130%;
}

.header_inner_right_box_text {
    font-weight: 300;
    font-size: 30px;
    line-height: 130%;
    color: var(--belyy);
}

.header_inner_right_t3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
    margin-top: 40px;
    margin-bottom: 11px;
}

.header_inner_right_t4 {
    font-weight: 300;
    font-size: 20px;
    color: var(--ryzhiy);
}

.title_d {
    position: relative;
    margin-bottom: 42px;
}

.title_d_t {
    position: relative;
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    padding-bottom: 16px;

    display: inline-block;
}

.title_d:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.15);
    content: '';
}

.title_d_t:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--ryzhiy);
    content: '';
}

.bio_inner_text {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 42px;
}

.bio_inner_row {
    display: flex;
    column-gap: 2%;
    row-gap: 30px;
    flex-wrap: wrap;
}

.bio_inner_row_item {
    width: 32%;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    padding: 33px 30px 32px 30px;
}

.bio_inner_row_item_row {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.bio_inner_row_item_row_left {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 10px 0;
    width: 60px;
    height: 50px;
    background: var(--ryzhiy);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}

.bio_inner_row_item_row_right_t1 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.bio_inner_row_item_row_right_t2 {
    font-weight: 300;
    font-size: 16px;
    color: var(--chernyy-1);
    padding-top: 3px;
}

.bio_inner_row_text {
    font-weight: 300;
    line-height: 150%;
    padding-top: 14px;
    margin-top: 20px;
    border-top: 1px solid var(--obvodka);
}

.bio_inner_row_img {
    width: 32%;
    display: flex;
}

.bio_inner_row_img img {
    width: max-content;
    flex-shrink: 0;
    max-width: max-content;
}

.obrazovanie {
    background-image: url(images/6.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title_d_t.belii {
    color: #fff;
}

.obrazovanie_inner_row {
    color: #fff;
    display: flex;
    column-gap: 30px;
}

.obrazovanie_inner_row_item {
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 22px 30px 23px 30px;
    width: 50%;
    display: flex;
    column-gap: 30px;
}

.obrazovanie_inner_row_item figure {
    width: 70px;
    flex-shrink: 0;
    padding-top: 8px;
}

.obrazovanie_inner_row_item_right_t1 {
    font-weight: 700;
    font-size: 30px;
    color: var(--belyy);
    padding-bottom: 22px;
    margin-bottom: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.obrazovanie_inner_row_item_right_t2 {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: var(--belyy);
}

.dejatelnost_inner_row {
    display: flex;
    column-gap: 30px;
}

.dejatelnost_inner_row_item {
    width: 50%;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    display: flex;
    column-gap: 30px;
    padding: 23px 30px 50px 23px;
}

.dejatelnost_inner_row_item_t {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.dejatelnost_inner_row_item figure {
    width: 40px;
    flex-shrink: 0;
    padding-top: 8px;
}

.forma {
    background-image: url(images/8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.forma_inner {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 37px 105px 50px 105px;
    box-sizing: border-box;
}

.title_d.belii .title_d_t {
    color: #fff;
}

.title_d.belii:before {
    background: rgba(255, 255, 255, 0.15);
}

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

.wrap_f_row {
    display: flex;
    column-gap: 30px;
}

.codedropz-upload-handler {
    border: 1px dashed rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px !important;
}

.codedropz-upload-handler a {
    height: 60px;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #ffffff73 !important;
}

.codedropz-upload-inner h3 {
    font-weight: 300 !important;
    font-size: 16px !important;
    color: var(--belyy) !important;
    opacity: 0.5 !important;
}

.dnd-upload-counter {
    top: 50% !important;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(348deg) brightness(106%) contrast(98%);
}



/* NOTE end 9999px */

/* NOTE begin 1300px */
@media screen and (max-width: 1300px) {}

/* NOTE end 1300px */

/* NOTE begin 1200px */

@media screen and (max-width: 1200px) {

    .wrap_tovar_table::-webkit-scrollbar-track {
        border: 2px solid white;
        background-color: #ccc;
    }

    .wrap_tovar_table::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .wrap_tovar_table::-webkit-scrollbar:horizontal {
        height: 13px;
    }

    .wrap_tovar_table::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid white;
        background-color: rgba(0, 0, 0, .5);
    }

    .wrap_tovar_table {
        overflow-x: scroll;
        width: 100%;
    }

    .wp_wrap_subkategory_item_img img {
        max-width: 100%;
        height: auto;
    }

    .wrap_posts article .article_img_details img {
        max-width: 100%;
        height: auto;
    }

    .wrap_content_inner,
    .max-width {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .home .wrap_content_inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .bio_inner_row_item {
        width: 49%;
    }

}

/* NOTE end 1200px */

/* NOTE begin 900px */

@media screen and (max-width: 900px) {
    .wp_wrap_subkategory {
        column-gap: 4%;
        row-gap: 20px;
    }

    .wp_wrap_subkategory_item {
        width: 48%;
    }

    .wrap_posts {
        column-gap: 4%;
        row-gap: 20px;
    }

    .wrap_posts article {
        width: 48%;
    }

    .padding_bottom {
        padding-bottom: 40px;
    }

    .padding_top {
        padding-top: 40px;
    }

    .header_inner {
        width: calc(100% - 20px);
    }

    .header_inner {
        flex-direction: column;
        row-gap: 40px;
    }

    .header_inner_left {
        width: 100%;
        padding-top: 0px;
        order: 1;
        text-align: center;
    }

    .header_inner_right {
        width: 100%;
    }

    .bio_inner_row_item {
        width: 100%;
    }

    .bio_inner_row_img {
        width: 100%;
        text-align: center;
        display: block;
    }

    .bio_inner_row_img img {
        width: auto;
        max-width: 100%;
    }

    .bio_inner_row_item_row_right_t1 br {
        display: none;
    }

    .obrazovanie_inner_row {
        flex-direction: column;
        row-gap: 30px;
    }

    .obrazovanie_inner_row_item {
        width: auto;
    }

    .dejatelnost_inner_row {
        flex-direction: column;
        row-gap: 30px;
    }

    .dejatelnost_inner_row_item {
        width: auto;
    }

    .wrap_f_row {
        flex-direction: column;
    }

    .forma_inner {
        width: calc(100% - 20px);
    }
}

/* NOTE end 900px */

/* NOTE begin 700px */
@media screen and (max-width: 700px) {}

/* NOTE end 700px */


/* NOTE begin 500px */

@media screen and (max-width: 500px) {

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .header_inner_right_t1 {
        font-size: 30px;
    }

    .header_inner_right_t2 {
        font-size: 18px;
    }

    .header_inner_right_box_text {
        font-size: 18px;
    }

    .header_inner_right_box_text br {
        display: none;
    }

    .header_inner_right_box_img {
        flex-shrink: 0;
    }

    .title_d_t {
        font-size: 30px;
    }

    .bio_inner_text {
        font-size: 20px;
    }

    .bio_inner_row_item {
        padding: 33px 10px 32px 10px;
    }

    .bio_inner_row_item_row_right_t1 br {
        display: none;
    }

    .obrazovanie_inner_row_item_right_t2 {
        font-size: 16px;
    }

    .dejatelnost_inner_row_item_t {
        font-size: 16px;
    }
}

/* NOTE end 500px */