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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1170px;
    --color-1: #e0bd69;
    --color-2-text: #fff;
    --color-3-link: #e0bd69;
    --font-family-1: 'Montserrat', arial, Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--font-family);
    color: var(--color-2-text);
    font-size: 16px;
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #ecedee;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #9e9fa0;
    --chernyy-2: #121314;
    --bordovyy: #7b0404;
    --zoloto: #e0bd69;
    --font-family: "Montserrat", sans-serif;
}

.wrapper a {
    font-family: var(--font-family-1);
    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;
}

.home .wrap_content_inner {
    width: 100%;
    max-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%;

}

.gl_header {
    background-image: url(images/bg_1.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 800px;
    display: flex;
    align-items: center;
}

.gl_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.gl_header_inner_left {
    width: 65%;
    flex-shrink: 0;
}

.gl_header_inner_right {
    width: 45%;
    align-self: flex-end;
}

.gl_header_inner_t1 {
    font-weight: 700;
    font-size: 60px;
    color: var(--zoloto);
}

.gl_header_inner_t2 {
    margin-top: 22px;
    margin-bottom: 42px;
    font-size: 30px;
}

.gl_header_inner_item {
    width: 89%;
    border-left: 3px solid var(--zoloto);
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

.gl_header_inner_item:nth-last-child(1) {
    margin-bottom: 0px;
}

.gl_header_inner_item_inner {
    background: linear-gradient(270deg, rgba(224, 189, 105, 0) 0%, rgba(224, 189, 105, 0.1) 100%);
    padding-top: 23px;
    padding-bottom: 23px;
    padding-right: 30px;
    padding-left: 30px;
}

.gl_header_inner_item_inner_text {
    font-size: 20px;
    line-height: 140%;
}

.padding_top {
    padding-top: 84px;
}

.padding_bottom {
    padding-bottom: 100px;
}

.bio {
    background-image: url(images/bg_5.png), url(images/bg_3.jpg);
    background-position: right calc((100vw - 1900px) / 2) bottom, center center;
    background-repeat: no-repeat;
    background-size: auto 90%, cover;
    background-color: #000;
}

.title_d {
    font-weight: 700;
    font-size: 60px;
    color: var(--zoloto);
    margin-bottom: 35px;
}

.bio_inner_row_item {
    display: flex;
    align-items: stretch;
}

.bio_inner_row_item_left {
    width: 120px;
    flex-shrink: 0;
    display: flex;
    position: relative;
}

.bio_inner_row_item_left:before {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    background: var(--zoloto);
}

.bio_inner_row_item_left_inner {
    border-radius: 20px;
    width: 100%;
    height: 70px;
    background-image: url(images/bg_4.png);
    background-position: center bottom -10px;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid var(--zoloto);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    background-color: #000;
    position: relative;
}


.bio_inner_row_item_left_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    background: linear-gradient(360deg, #b89541 0%, #e0bd69 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

.bio_inner_row_item_center {
    width: 14%;
    flex-shrink: 0;
    height: 1px;
    background: var(--zoloto);
    align-self: center;
}

.bio_inner_row_item_right {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 100px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    text-align: left;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.bio_inner_row_item_right_text {
    line-height: 150%;
}

.bio_inner_row {
    max-width: 790px;
}

.obrazovanie {
    background-image: url(images/bg_7.png), url(images/bg_6.jpg);
    background-position: right calc((100vw - 100px) / 2) bottom -170px, center center;
    background-repeat: no-repeat;
    background-size: auto, cover;
    background-color: #000;
}

.obrazovanie_inner_row {
    max-width: 67%;
    margin-left: auto;
}

.obrazovanie_inner_row_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.obrazovanie_inner_row_item_left {
    width: 98px;
    flex-shrink: 0;
}

.obrazovanie_inner_row_item_right {
    padding-left: 30px;
    position: relative;
}

.obrazovanie_inner_row_item_right:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff12;
    width: 1px;
    height: 95%;
}

.obrazovanie_inner_row_item_left_text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    background: linear-gradient(360deg, #b89541 0%, #e0bd69 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.obrazovanie_inner_row_item_right_text {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}

.obrazovanie_inner_row_item_right_text_2 {
    line-height: 150%;
    margin-top: 10px;
}

.diplimi {
    background-color: #000;
    background-image: url(images/bg_6.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

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

.forma .title_d {
    font-size: 40px;
    text-align: center;
}

.bio_inner_row_item_center_curkul {
    transform: translate(50%, -50%);
    margin-left: auto;
    width: 25px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(224, 189, 105, 0.2);
    border-radius: 50%;
    position: relative;
}

.bio_inner_row_item_center_curkul:before {
    width: 17px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--zoloto);
    content: "";
}


/* NOTE end 9999px */

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

/* NOTE end 1300px */

/* NOTE begin 1170px */

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

    .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;
    }
}

/* NOTE end 1170px */

/* 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%;
    }

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

    .gl_header {
        height: auto;
        padding-top: 30px;
    }

    .gl_header_inner_left {
        width: 100%;
    }

    .gl_header_inner_right {
        width: 80%;
        align-self: center;
    }

    .gl_header_inner_t1 {
        font-size: 26px;
    }

    .gl_header_inner_t2 {
        margin-top: 10px;
        margin-bottom: 22px;
        font-size: 20px;
    }

    .gl_header_inner_item_inner {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .gl_header_inner_item_inner_text {
        font-size: 16px;
    }

    .padding_bottom {
        padding-bottom: 40px;
    }

    .padding_top {
        padding-top: 40px;
    }

    .title_d {
        font-size: 26px;
    }


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

    .bio_inner_row_item {
        flex-direction: column;
    }

    .bio_inner_row_item_left {
        margin: auto;
    }

    .bio_inner_row_item_left_text {
        font-size: 24px;
    }

    .bio_inner_row_item_left_inner {
        height: 50px;
    }

    .bio_inner_row_item_center {
        width: 1px;
        height: 40px;
    }

    .bio_inner_row_item_center_curkul {
        transform: translate(-50%, -50%);
        width: 24px;
        aspect-ratio: 1;
        top: 100%;
    }

    .bio_inner_row_item_center_curkul:before {
        width: 16px;
    }

    .bio_inner_row_item_right {
        margin-top: 0px;
        margin-bottom: 0px;
        min-height: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bio_inner_row_item_left {
        padding-top: 30px;
    }

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

    .obrazovanie_inner_row {
        max-width: 100%;
        margin-left: 0;
    }

    .obrazovanie_inner_row_item_left {
        width: 68px;
    }

    .obrazovanie_inner_row_item_left_text {
        font-size: 24px;
    }

    .obrazovanie_inner_row_item_right {
        padding-left: 20px;
    }

    .obrazovanie_inner_row_item_right_text {
        font-weight: 600;
        font-size: 15px;
    }

    .obrazovanie_inner_row_item_right_text_2 {
        line-height: 130%;
        font-size: 14px;
    }

    .swiper-arrow-next {
        margin-right: 0px !important;
    }

    .swiper-arrow-prev {
        margin-left: 0px !important;
    }

    .forma .title_d {
        font-size: 26px;
    }

    .wrap_f_flex {
        flex-direction: column;
        row-gap: 20px;
    }

    .wrap_f_flex .wrap_f {
        width: 100%;
    }
}

/* 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%;

    }
}

/* NOTE end 500px */