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


body {
    --background-color-1: #0000ff;
    --background-color-1-hover: #0000ff;
    --text-color-1: #fff;
    --text-color-1-hover: #fff;
    --font-family-1: Gilroy;
    font-family: var(--font-family-1);
    color: #1e2225;
    font-size: 15px;
}

body a {
    font-family: var(--font-family-1);
    text-decoration: none;
    color: var(--background-color-1);
}

body a:hover {
    text-decoration: none;
}

.wrap_content_inner {
    max-width: 1460px;
    width: 1460px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.home .wrap_content_inner {
    width: 100%;
    max-width: 100%;
}

.max-widht-1460px {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    width: 1460px;
}

.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_wrap {
    background-image: url(images/1.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    height: 950px;
    padding-top: 170px;
    box-sizing: border-box;
}

.header_wrap_inner_row_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

}

.home .header_wrap_inner_row_1 {
    position: absolute;

}



.header_wrap_inner_row_1_logo a {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(0, 0, 255);
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
}

.header_wrap_inner_row_2 {
    margin-bottom: 10px;
}

.header_wrap_inner_row_2_title {
    font-size: 62px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 50px;
}

.header_wrap_inner_row_2_title2 {
    font-size: 42px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    line-height: 1;
    font-weight: 500;

}

.header_wrap_inner_row_2_cena {
    display: flex;
    column-gap: 17px;
    margin-bottom: 46px;
    margin-top: 20px;
}

.header_wrap_inner_row_2_cena_left {
    font-size: 42px;
    font-family: "Gilroy", arial;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    background-color: #203551;
    border-radius: 20px;
    align-items: center;
}

.header_wrap_inner_row_2_cena_right span {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgb(0, 0, 255);
    width: 160px;
    height: 75px;
    box-sizing: border-box;
    border: 0px solid rgb(0, 0, 255);
    transition: 0.15s;
}

.header_wrap_inner_row_2_cena_right span:hover {
   
    background-color: #0000ac;

}

.header_wrap_inner_row_2_spisok p {
    font-size: 22px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 27px;
    padding-left: 44px;
    background-image: url(images/3.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.header_wrap_inner_row_2_spisok {
    padding-bottom: 28px;
}

.header_wrap_inner_row_3_forma {
    max-width: 732px;
}

.header_wrap_inner_row_3_text {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
    line-height: 1.5;
    max-width: 732px;
}

.wrap_h_pre {
    margin-top: 140px;
    margin-bottom: 150px;
}

.wrap_h_pre_title {
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(30, 34, 37);
    font-weight: bold;
    margin-bottom: 46px;
    text-align: center;
}

.wrap_h_pre_title_color {
    color: #0000ff;

}

.wrap_h_pre_row {
    display: flex;
    row-gap: 60px;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.wrap_h_pre_row_item {
    width: 23%;
    box-sizing: border-box;
    text-align: center;
}

.wrap_h_pre_row_item_img {
    border-radius: 10px;
    background-color: rgb(242, 243, 252);
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.wrap_h_pre_row_item_title {
    padding-top: 23px;
    padding-bottom: 18px;
    font-size: 24px;
    font-family: "Gilroy";
    color: rgb(30, 34, 37);
    font-weight: 600;
    line-height: 1;
}

.wrap_h_pre_row_item_text {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(30, 34, 37);
    line-height: 1.5;
}

.wrap_ispolzovanie_tarifi {
    background-image: url(images/4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;

}

.ispolzovanie {
    background-image: url(images/5.png);
    background-position: center top 180px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-radius: 10px;
    background-color: rgb(62, 62, 253);
    box-sizing: border-box;
    padding-bottom: 50px;
    padding-top: 100px;
    padding-left: 90px;
    padding-right: 90px;
}

.ispolzovanie_title {
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    padding-bottom: 67px;

}

.ispolzovanie_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 22px;
}

.ispolzovanie_row_item {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: bold;
    line-height: 0.9;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    height: 57px;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
}

.ispolzovanie_row_item:hover {
    opacity: 0.8;
}

.ispolzovanie_text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.ispolzovanie_text_icon {
    width: 30px;
    flex-shrink: 0;
}

.ispolzovanie_text_t {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    text-align: center;

}


.tarifi {
    margin-bottom: 90px;
}

.tarifi_title {
    padding-top: 136px;
    padding-bottom: 44px;
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
}

.tarifi_wrap {
    background-color: #182131;
    border-radius: 20px;
    padding-bottom: 76px;
    overflow: hidden;
}

.tarifi_wrap_table {
    padding-bottom: 40px;
}

.tarifi_wrap_table_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #222e43;
    padding-bottom: 28px;
    padding-top: 28px;
    padding-left: 3%;
    padding-right: 3%;
}

.header {
    background-color: #1b283c;
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
    line-height: 1;
    font-weight: 500;
    border-bottom: 0px solid #222e43;
}

.tarif {
    font-size: 30px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    line-height: 1;
    font-weight: bold;
}

.tarif:nth-last-child(1) {
    border-bottom: 0px solid #222e43;
}

.tarif span.titleStand {
    font-size: 22px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgb(0, 0, 255);
    width: 100%;
    height: 75px;
    box-sizing: border-box;
    border: 0px solid rgb(0, 0, 255);
    transition: 0.15s;
}

.tarif span.titleStand:hover {
    background-color: #0000ac;
}

.tarifi_wrap_table_col {
    flex-shrink: 0;
}

.tarifi_wrap_table_col:nth-child(1) {
    width: 25%;
}

.tarifi_wrap_table_col:nth-child(2) {
    width: 20%;
}

.tarifi_wrap_table_col:nth-child(3) {
    width: 20%;
}

.tarifi_wrap_table_col:nth-child(4) {
    width: 20%;
}

.tarifi_wrap_table_col:nth-child(5) {
    width: 15%;
}




.tarifi_wrap_forma {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
}

.tarifi_wrap_text {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    padding-left: 3%;
    padding-right: 3%;
}

.kak_rabotat {
    background-image: url(images/6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-bottom: 135px;
}

.kak_rabotat_inner {
    position: relative;
    height: 600px;
}

.kak_rabotat_inner_item_1 {
    padding-top: 58px;

}

.kak_rabotat_inner_item_1_title {
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(0, 0, 255);
    font-weight: bold;
}

.kak_rabotat_inner_item_1_title2 {
    padding-top: 48px;
    padding-bottom: 13px;
    font-size: 30px;
    font-family: "Gilroy";
    color: rgb(0, 0, 255);
    font-weight: bold;
}

.kak_rabotat_inner_item_1_title2_color {
    color: #191d20;
}

.kak_rabotat_inner_item_1_text {
    max-width: 408px;
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: 600;
    line-height: 1.667;
}

.kak_rabotat_inner_item {
    position: absolute;
    border-width: 2px;
    border-color: rgb(228, 228, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.08);
    width: 361px;
    height: 284px;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.kak_rabotat_inner_item:nth-child(2) {
    bottom: 0;
    left: 25%;
    height: 240px;
    background-image: url(images/8.png);
    background-position: right bottom -50px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.kak_rabotat_inner_item:nth-child(3) {
    top: 0;
    right: 30%;
    background-image: url(images/9.png);
    background-position: right -30px bottom -37px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.kak_rabotat_inner_item:nth-child(4) {
    bottom: 50px;
    right: 0;
    background-image: url(images/10.png);
    background-position: right -10px bottom -50px;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.kak_rabotat_inner_item_icon {
    margin-bottom: 40px;
    border-radius: 50%;
    background-color: rgb(72, 198, 85);
    width: 57px;
    height: 57px;
    background-image: url(images/7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;

}

.kak_rabotat_inner_item_text {
    font-size: 22px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: bold;
    line-height: 1.364;
}

.otzizi_video {
    background-color: #f7f7f7;
    --video: 410px;
    margin-top: var(--video);
}

.video {
    height: var(--video);
    position: relative;
    top: calc(-1 * var(--video));
}

.lyte-wrapper {
    width: 100% !important;
    border-radius: 20px;
    overflow: hidden;
}

.video .lyte iframe {
    width: 100% !important;
    aspect-ratio: 1 / 0.563 !important;
    height: auto !important;
    border-radius: 20px;
    overflow: hidden;
}

.otzivi {
    margin-top: 100px;
    padding-bottom: 136px;
}

.otzivi_title_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.otzivi_kn a {
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: 600;
    line-height: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(234, 234, 234);
    width: 182px;
    height: 56px;
}

.otzivi_kn a:hover {
    background-color: #0000ff;
    color: #fff;
}

.pro {
    background-image: url(images/11.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 140px;
    height: 673px;
    box-sizing: border-box;
}

.pro_inner_wrap {
    max-width: 729px;
}

.pro_inner_title {
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.pro_inner_text {
    font-size: 28px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    line-height: 1.429;
    padding-top: 42px;
    padding-bottom: 42px;
    max-width: 649px;
}

.pro_inner_text_color {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
    border-radius: 10px;
    background-color: rgb(0, 0, 255);
}

.pro_inner_forma {
    margin-bottom: 23px;
}

.pro_inner_text_2 {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
}

.ostalis_voprosi_h {
    background-color: #f7f7f7;
}

.ostalis_voprosi_h_title {
    padding-top: 120px;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: bold;
    text-align: center;
}

.ostalis_voprosi_h_t1 {
    padding-top: 54px;
    padding-bottom: 14px;
    font-size: 24px;
    font-family: "Gilroy";
    color: rgb(105, 105, 105);
    font-weight: 600;
    text-align: center;
}

.ostalis_voprosi_h_t2 {
    text-align: center;
}

.ostalis_voprosi_h_t2 a {
    font-size: 24px;
    font-family: "Gilroy";
    color: rgb(0, 0, 255);
    font-weight: 600;
}

.ostalis_voprosi_h_t2 a:hover {
    text-decoration: underline;

}

.su-accordion .su-spoiler {
    margin-bottom: 18px !important;
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.su-spoiler-title {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 33px !important;
    padding-right: 33px !important;
    font-size: 18px !important;
    font-family: "Gilroy" !important;
    color: rgb(25, 29, 32) !important;
    font-weight: 600 !important;
}

.su_accordion_wrap {
    width: 798px;
    margin-left: auto;
    margin-right: auto;
}

.su-spoiler-content.su-u-clearfix.su-u-trim {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(30, 34, 37);
    line-height: 1.5;
    font-weight: 500;
    padding-left: 33px !important;
    padding-right: 33px !important;
}

.su-spoiler-icon {
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    right: 24px !important;
    display: block;
    width: 21px !important;
    height: 12px !important;
    font-size: 0 !important;
    background-image: url(images/20.png);
    background-position: center center;
    background-repeat: repeat;
    background-size: auto auto;
}

.footer {
    background-color: #f7f7f7;
    padding-top: 100px;
}

.footer_wrap {
    background-image: url(images/21.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
}

.footer_inner_row_1 {
    text-align: center;
    padding-bottom: 110px;
}

.footer_inner_row_1_t1 {
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.footer_inner_row_1_t2 {
    font-size: 24px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 30px;
}

.footer_inner_row_1_kn {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.footer_inner_row_2 {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.footer_inner_row_2_col_a1_logo a {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: 800;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    background-color: rgb(0, 0, 255);
    display: inline-block;
}

.footer_inner_row_2_col_a1_politica {
    padding-top: 20px;
    padding-bottom: 16px;
}

.footer_inner_row_2_col_a1_politica a {
    font-size: 14px;
    font-family: "Gilroy";
    color: rgb(175, 175, 176);
}

.footer_inner_row_2_col_a1_politica a:hover {
    text-decoration: underline;
}

.footer_inner_row_2_col_a1_copyright {
    font-size: 14px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
}

.footer_inner_row_2_col.a2,
.footer_inner_row_2_col.a3,
.footer_inner_row_2_col.a4 {
    padding-left: 70px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
}

.footer_inner_row_2_col.a2 {
    background-image: url(images/22.png);
}

.footer_inner_row_2_col.a3 {
    background-image: url(images/23.png);
}

.footer_inner_row_2_col.a4 {
    background-image: url(images/24.png);
}

.footer_inner_row_2_col_con_item.tel a {
    cursor: default;
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.footer_inner_row_2_col_con_title {
    padding-bottom: 5px;
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
    font-weight: 600;
}

.footer_inner_row_2_col_con_item.mail a {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(72, 198, 85);
    font-weight: 600;
}

.footer_inner_row_2_col_con_item.mail a {
    text-decoration: underline;
}

.footer_inner_row_2_col_con_item.adr {
    font-size: 16px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: 600;
}

#wpdcom {
    display: flex;
    flex-direction: column;
}

.wpd-form-wrap,
#wpdiscuz-comment-message {
    order: 1;
}

.wpd-thread-head {
    display: none !important;
}

.wpd-thread-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
    column-gap: 2.5%;
}

.wpdiscuz-comment-pagination {
    width: 100%;
}

.wpd-comment.wpd_comment_level-1 {
    width: 23%;
    min-height: 267px;
    background-image: url(images/25.png);
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.08);

}

.wpd-cf-label,
.wpd-comment-footer {
    display: none !important;
}

.decent-comments ul {
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    display: flex;
    justify-content: space-between;
}

.decent-comments ul li {
    width: 23%;
    min-height: 267px;
    background-image: url(images/25.png);
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 30px 0px rgba(0, 0, 0, 0.08);
}

.otzivi .wrap_h_pre_title {
    margin-bottom: 0px;
}

.decent-comments .comment {
    padding-top: 0px !important;
}

.comment_row {
    display: flex;
    justify-content: space-between;
    padding-right: 23px;
    padding-left: 34px;
    padding-bottom: 14px;
    padding-top: 16px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 33px;
    align-items: center;
}

.name_custon_field {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.comment .comment-author {
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: 600;
}

.wcf-active-star {
    color: #facb25 !important;
    margin-right: 4px;
}

.rating_number {
    margin-left: 4px;
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    position: relative;
    top: 1px;
}

.custom_field_66674805e271a {
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(88, 94, 98);
    line-height: 1;
}

.comment-excerpt {
    padding-right: 23px;
    padding-left: 34px;
    padding-bottom: 14px;
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    line-height: 1.4;
    font-weight: 500;

}

.conteiner_header {
    background-image: url(images/4.jpg);
    background-size: cover;
}

.header_wrap_inner_row_2_title_a2 h1 {
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    padding-top: 74px;
    padding-bottom: 25px;
}

.header_wrap_inner_row_2_breadcrumb {
    text-align: center;
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
    padding-bottom: 93px;
}

.header_wrap_inner_row_2_breadcrumb a {
    font-size: 15px;
    font-family: "Gilroy";
    color: rgb(209, 209, 211);
}

.header_wrap_inner_row_2_breadcrumb strong {
    font-weight: normal;
}

.header_wrap_inner_row_2_breadcrumb a:hover {
    text-decoration: underline;
}

.conteiner_header {
    margin-bottom: 94px;
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
}

.home .conteiner_header {
    margin-bottom: 0px;
}

.page-id-2071 .conteiner_header {
    background-image: url(images/26.jpg);
}

.wpd-rating {
    margin-top: 0px !important;
}

.wpd-rating .wpd-rating-wrap {
    width: 100% !important;
    justify-content: flex-start !important;
}

.wpd-rating-data1 {
    display: flex;
    align-items: center;
}

.wpd-rating .wpd-rating-wrap .wpd-rating-stars {
    margin-top: 0px !important;
}

.wpdiscuz-post-rating-wrap .wpd-rating .wpd-rating-wrap .wpd-rating-stars svg .wpd-active {
    fill: #facb25 !important;
}

.page-id-2071 .wpd-rating-stars {
    margin-right: 10px;
}

.wpd-rating-title1 {
    margin-left: 17px;
    margin-right: 4px;
}

.wpdrc_a_text {
    margin-left: 4px;
}

.wpdrv_a,
.wpd-rating-title1,
.wpdrc_a,
.wpdrc_a_text {
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
}

#wpdcom .wpd-comment .wpd-comment-header {
    padding: 0 !important;
    padding-right: 23px !important;
    padding-left: 34px !important;
    padding-bottom: 14px !important;
    padding-top: 16px !important;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 33px !important;
}

#wpdcom .wpd-comment .wpd-comment-header i {
    line-height: 0 !important;
}

.page-id-2071 .wpd-cf-rating .wpd-cf-value {
    display: flex;
    align-items: center;
    font-size: 0;
}

.page-id-2071 .wpd-cf-rating .wpd-cf-value i {
    font-size: 15px;
}

.page-id-2071 .wpd-cf-rating .wpd-cf-value .item_count {
    font-size: 18px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    margin-left: 4px;
}

.page-id-2071 .wpd-comment-author {
    font-size: 18px !important;
    font-family: "Gilroy" !important;
    color: rgb(25, 29, 32) !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    margin-bottom: 5px;
}

.di_wrap_header_otkyda .wpd-cf-value {
    font-size: 18px !important;
    font-family: "Gilroy" !important;
    color: rgb(88, 94, 98) !important;
    line-height: 1 !important;
}

.wrapper {
    background-color: #f7f7f7;
}

.home .wrapper {
    background-color: #fff;
}

.page-id-2071 #wpdcom .wpd-comment-text {
    padding: 0 !important;
    word-break: normal;
    padding-right: 23px !important;
    padding-left: 34px !important;
    padding-bottom: 14px !important;
    font-size: 20px !important;
    font-family: "Gilroy" !important;
    color: rgb(25, 29, 32) !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
}

.wpd-form-head {
    display: none !important;
}

.wpd-load-more-submit-wrap {
    padding-top: 40px !important;
}

.wpd-load-more-submit-wrap button {
    font-size: 20px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    height: 80px;
    width: 100%;
    border: 0px solid #000000;
    cursor: pointer;
}

.wpd-load-more-submit-wrap button:hover {
    color: #fff;
    background-color: #181822;
}

.wpdiscuz-item.custom_field_66674805e271a-wrapper {
    display: none;
}

#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating {
    border-bottom: 0px dotted #ddd !important;
    height: 0px !important;
}

.page-id-2071 .wrap_content_inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-id-2071 #wpd-threads,
.wpdiscuz-post-rating-wrap.wpd-custom-field {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
}

.page-id-2071 .wpd-form-wrap {
    background-image: url(images/27.jpg);
    background-position: center center;
    background-repeat: repeat;
    background-size: cover;
    margin-top: 100px;
    padding-top: 127px;
}

.wpd-form.wpd-form-wrapper.wpd-main-form-wrapper {
    padding-bottom: 120px;
}

.wpd-title_a {
    padding-bottom: 22px;
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.wpd-field-icon {
    display: none !important;
}

.page-id-2071 .wpd-form-row {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
#wpdcom .wpd-form-row .wpdiscuz-item, .wpd-textarea-wrap {
    padding: 0 !important;
    margin-bottom: 20px !important;
}
#wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="email"], #wpdcom .wpd-form-row .wpdiscuz-item input[type="text"], #wpdcom .wpd-textarea-wrap  textarea  {
        font-size: 20px !important;
        font-family: "Gilroy" !important;
        color: rgb(85, 85, 110) !important;
        font-weight: 600 !important;
            border-radius: 20px !important;
            background-color: rgb(255, 255, 255) !important;
            height: 80px !important; 
            padding: 0 !important;    
            box-sizing: border-box !important; 
            padding-left: 30px !important;
            border: 0;
}
#wpdcom .wpd-textarea-wrap  textarea  {
   height: 110px !important;
   padding-top: 27px !important;
   resize: none !important;
   width: 100% !important;
}
#wpdcom .wpdiscuz-item .wpdiscuz-rating > input ~ label:hover  {
    color: #facb25 !important;
 }
 #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label, #wpdcom .wpdiscuz-item .wpdiscuz-rating > input:not(:checked) ~ label:hover ~ label   {
    color: #facb25 !important;
 }
#wpdcom ::-webkit-input-placeholder  {
    font-size: 20px !important;
    font-family: "Gilroy" !important;
    color: rgb(85, 85, 110) !important;
    font-weight: 600 !important;
}
#wpdcom ::-moz-placeholder  {
    font-size: 20px !important;
    font-family: "Gilroy" !important;
    color: rgb(85, 85, 110) !important;
    font-weight: 600 !important;
}
#wpdcom :-ms-input-placeholder  {
    font-size: 20px !important;
    font-family: "Gilroy" !important;
    color: rgb(85, 85, 110) !important;
    font-weight: 600 !important;
}
#wpdcom :-ms-input-placeholder  {
    font-size: 20px !important;
    font-family: "Gilroy" !important;
    color: rgb(85, 85, 110) !important;
    font-weight: 600 !important;
}
#wpdcom .wc-field-submit {
    text-align: center !important;
    padding: 0 !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 20px !important;
}
#wpdcom .wc-field-submit input {
    margin-left: 0% !important;
        font-size: 20px;
        font-family: "Gilroy";
        color: rgb(255, 255, 255);
        font-weight: bold;
        text-align: center;
       display: flex;
      justify-content: center;
      align-items: center;
        border-radius: 20px;
        background-color: rgb(0, 0, 255);
        width: 100% !important;
        height: 80px !important;
        border: 0px solid #000000;
        cursor: pointer;
        transition: 0.15s !important;
}
#wpdcom .wc-field-submit input:hover {
    background-color: #0000ac;
}
.wpd_comm_form {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}
.page-id-2069 .conteiner_header {
   background-image: url(images/28.jpg);
}
.podderjka_vn_title {
   padding-bottom: 50px;
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(25, 29, 32);
    font-weight: bold;
    text-align: center;
 }
 .page-id-2069 .wrap_content_inner {
    max-width: 100%;
    width: 100%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
   padding-bottom: 0;
}
.footer_vn {
  background-image: url(images/29.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  margin-top: 100px;
  padding-top: 127px;
}
.footer_vn_row_1_title {
    padding-bottom: 32px;
    font-size: 40px;
    font-family: "Gilroy";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.footer_vn_row_1_forma {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
}
.preminenie_vn {
    display: flex;
    row-gap: 45px;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}
.preminenie_vn_item {
    width: 31%;
    box-sizing: border-box;
    text-align: center;
}
.preminenie_vn_item_img {
    margin-bottom: 17px;
    margin-left: auto;
    margin-right: auto;
}
.preminenie_vn_item_text {
        font-size: 16px;
        font-family: "Gilroy";
        color: rgb(30, 34, 37);
        line-height: 1.5;
        margin-top: 18px;
}
.preminenie_vn_item_title {
        font-size: 24px;
        font-family: "Gilroy";
        color: rgb(30, 34, 37);
        font-weight: 600;
        line-height: 0.75;
}
#wpdcom .wpd-form-col-full .wpd-item-wrap {
    margin-bottom: 0px !important;
    float: none !important;
    display: block !important;
    
}
#wpdcom .wpdiscuz-item .wpdiscuz-rating {
    float: none !important;
    margin: 0px !important;
    height: 20px !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row-reverse !important;
}
#wpdcom .wpd-clear, #wpdcom .clearfix, .wpdiscuz_top_clearing, .wpdiscuz_clear {
    clear: none !important;
}
#wpdcom .wpdiscuz-item.wpd-field-group.wpd-field-rating {
    height: 20px !important;
}
/* NOTE end 9999px */

/* NOTE begin 1550px */

@media screen and (max-width: 1550px) {
    .wrap_content_inner {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
        width: 100%;
    }
    .max-widht-1460px {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
        width: 100%; 

    }
    .home .wrap_content_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-id-2071 #wpd-threads, .wpdiscuz-post-rating-wrap.wpd-custom-field {
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
     }
}  

/* NOTE end 1550px */

/* NOTE begin 1460px */

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



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

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

   

   

   

    .otzizi_video {
        --video: auto;
    }

    .comment_row {
        padding-right: 10px;
        padding-left: 10px;
    }

    .comment-excerpt {
        padding-right: 10px;
        padding-left: 10px;
    }
   
}

/* NOTE end 1460px */

/* NOTE begin 1200px */
@media screen and (max-width: 1200px) {
    .wrap_h_pre_row_item {
        width: 33%;
        padding-right: 10px;
    }

    .kak_rabotat_inner_item {
        position: static;
    }

    .kak_rabotat_inner_item_1 {
        padding-top: 0px;
    }

    .kak_rabotat_inner {
        height: auto;
    }

    .kak_rabotat {
        background-image: none;


    }

    .kak_rabotat_inner {
        display: flex;
        justify-content: space-between;
        row-gap: 30px;
        flex-wrap: wrap;
    }

    .kak_rabotat_inner>div {
        width: 45%;
    }

    .footer_inner_row_2 {
        flex-wrap: wrap;
        justify-content: space-around;
        column-gap: 20px;
        row-gap: 20px;
    }

    .decent-comments ul {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .decent-comments ul li {
        width: 47%;
    }
    .wpd-comment.wpd_comment_level-1 {
        width: 47%;
    }
    .preminenie_vn_item {
        padding-right: 0px;
        width: 47%;
    }
}

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

    .header_wrap {
        height: auto;
        padding-bottom: 20px;
        padding-top: 120px;
    }

    .header_wrap_inner_row_2_title {
        font-size: 42px;
    }

    .header_wrap_inner_row_2_title2 {
        font-size: 32px;
    }

    .header_wrap_inner_row_2_cena_right span {
        height: 55px;
    }

    .header_wrap_inner_row_2_cena_left {
        font-size: 32px;
    }

    .wrap_h_pre {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .wrap_h_pre_row_item {
        width: 48%;
        padding-right: 0px;
    }

    .ispolzovanie {
        background-image: none;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ispolzovanie_title {
        padding-bottom: 20px;
    }

    .ispolzovanie_row_item {
        font-size: 16px;
        height: 47px;
        border-radius: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tarifi_title {
        padding-top: 46px;
        padding-bottom: 24px;
    }

    .tarifi_wrap_table {
        padding-bottom: 0px;
    }

    .tarifi {
        margin-bottom: 40px;
    }

    .kak_rabotat_inner>div {
        width: 100%;
    }

    .kak_rabotat_inner_item_1_text {
        max-width: 100%;
    }

    .kak_rabotat {
        padding-bottom: 40px;
    }

    .otzivi {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .pro {
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .ostalis_voprosi_h_title {
        padding-top: 40px;
        margin-bottom: 40px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer_wrap {
        padding-top: 40px;
    }

    .footer_inner_row_1 {
        padding-bottom: 40px;
    }

    .tarif {
        font-size: 20px;
    }

    .su_accordion_wrap {
        max-width: 100%;
    }

    .tarif span.titleStand {
        height: 50px;
    }

    .tarifi_wrap {
        padding-bottom: 20px;
    }
}

/* NOTE end 900px */

/* NOTE begin 768px */
@media screen and (max-width: 768px) {
    .wrap_content_inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .max-widht-1460px {
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-id-2071 #wpd-threads, .wpdiscuz-post-rating-wrap.wpd-custom-field {
        padding-left: 30px;
        padding-right: 30px;
     }
}
/* END begin 768px */
/* NOTE begin 640px */
@media screen and (max-width: 640px) {
    .tarifi_wrap_table {
        width: 800px;
    }

    .tarifi_wrap {
        overflow: scroll;
        overflow-y: hidden;
    }

    .decent-comments ul li {
        width: 100%;
    }
    .wpd-comment.wpd_comment_level-1 {
        width: 100%;
    }
}

/* NOTE end 640px */


/* NOTE begin 500px */

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

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .header_wrap_inner_row_2_title br {
        display: none;

    }

    .header_wrap_inner_row_2_title {
        font-size: 36px;
    }

    .header_wrap_inner_row_2_title2 {
        font-size: 28px;
    }

    .header_wrap_inner_row_2_cena {
        display: flex;
        column-gap: 17px;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .fon_belii .wrap_sent {
        width: 120px;
        flex-shrink: 0;
    }

    .wrap_h_pre_row_item {
        width: 100%;
        padding-right: 0px;
    }

    .wrap_h_pre_row {
        row-gap: 30px;
    }

    .otzivi_title_row {
        flex-wrap: wrap;
        row-gap: 20px;

    }

    .otzivi .wrap_h_pre_title {
        margin-bottom: 0px;
    }

    .pro_inner_text {
        font-size: 18px;
    }

    .su-spoiler-title {
        padding-left: 20px !important;
        padding-right: 38px !important;
    }

    .footer_inner_row_2_col.a2,
    .footer_inner_row_2_col.a3,
    .footer_inner_row_2_col.a4 {
        width: 300px;
        box-sizing: border-box;
        background-size: 40px auto;
    }

    .footer_inner_row_2_col.a1 {
        text-align: center;
    }
    .header_wrap_inner_row_2_title_a2 h1 {
        font-size: 32px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .conteiner_header {
        margin-bottom: 30px;
    }
    .header_wrap_inner_row_2_breadcrumb {
        padding-bottom: 20px;
    }
    .page-id-2071 .wpd-form-wrap {
        margin-top: 20px;
        padding-top: 20px;
    }
    .wpd-title_a {
        font-size: 32px;
    }
    .wpd-form.wpd-form-wrapper.wpd-main-form-wrapper {
        padding-bottom: 40px;
    }
    .footer_inner_row_2_col.a5.telegramm{
        width: 100%;
        text-align: center;
    }
    .footer_vn {
        margin-top: 40px;
        padding-top: 40px;
    }
    .footer_vn_row_1_title {
        font-size: 32px;
    }
    .footer_vn_row_1_forma {
        padding-bottom: 40px;
    }
    .preminenie_vn_item {
        padding-right: 0px;
        width: 100%;
    }
    .header_wrap_inner_row_1_logo a {
        font-size: 17px;
    }
}

/* NOTE end 500px */