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

body:not(.wp-admin),
body .editor-styles-wrapper {
    --max-width: 1170px;
    --color-1: #071952;
    --color-2-text: #1c1d1e;
    --color-3-link: #071952;
    --font-family-1: "Gilroy", sans-serif;
    font-family: var(--font-family-1);
    color: var(--color-2-text);
    font-size: 16px;
    --belyy: #fff;
    --fon: #f8f9fa;
    --fon-2: #eeeff0;
    --obvodka: #e4e5e6;
    --obvodka-2: #c6c7c8;
    --chernyy-1: #8a8b8c;
    --chernyy-2: #1c1d1e;
    --beryuza: #00dfa2;
    --siniy: #071952;
    --zelenyy: #5cb338;
    --krasnyy: #fb4141;
    --font-family: "Gilroy", sans-serif;
    --second-family: "Gilroy", sans-serif;
    --third-family: "Inter", 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;
}

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

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

.max-width_margin {
    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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.h_header {
    min-height: 600px;
    padding-top: 213px;
    background: linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    background-image: url(images/f1.png), linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.home .h_header {
    min-height: 1000px;
    padding-top: 233px;
    padding-bottom: 112px;
}

.h_header_inner {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.h_header_inner_left {
    width: 54%;
    flex-shrink: 0;
}

.h_header_inner_right {
    width: 46%;
    position: relative;
}

.h_header_inner_left_t1 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
}

.ul_header {
    margin-top: 35px !important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    list-style-type: none;
}

.ul_header li {
    padding-left: 50px;
    margin-bottom: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--belyy);
    position: relative;
    min-height: 30px;
}

.ul_header li:before {
    position: absolute;
    content: '';
    width: 30px;
    aspect-ratio: 1;
    top: -2px;
    left: 0;
    border-radius: 10px;
    background-image: url(images/plus.svg), linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
}

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

.btn_def a {
    background: linear-gradient(to right, #4dffbe 0%, #63c8ff 50%, #4dffbe 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.5s;
    background-size: 200% auto;
    box-sizing: border-box;
}

.btn_def.ten a {
    box-shadow: 0 5px 40px 0 rgba(77, 255, 190, 0.4);
}

.btn_def a:hover {
    background-position: right center;
    box-shadow: 0 5px 40px 0 rgba(77, 255, 190, 0.0);
}

.margin_top {
    margin-top: 50px !important;
}

.btn_def.size-a1 a {
    width: 370px;
    height: 60px;
}

.h_header_inner_right_inner {
    width: 108%;
    background-image: url(images/gl_6.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between !important;
    align-content: flex-end !important;
    row-gap: 30px;
    height: 480px;
    flex-wrap: wrap !important;
}

.h_header_inner_right_inner_item {
    width: 230px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 12px;
    box-sizing: border-box;
    border-radius: 15px 15px 0 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.h_header_inner_right_inner_item:nth-child(2) {
    border-radius: 15px 15px 15px 0;
}

.h_header_inner_right_inner_item:nth-child(3) {
    border-radius: 15px 0 15px 15px;
}

.h_header_inner_right_inner_item:nth-child(4) {
    border-radius: 0 15px 15px 15px;
}

.h_header_inner_right_inner_item.border_radius {
    border-radius: 15px 15px 15px 15px;
}

.h_header_inner_right_inner_item.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.h_header_inner_right_inner_item_row {
    display: flex !important;
    align-items: center !important;
    column-gap: 10px;
}

.h_header_inner_right_inner_item_row_t1 {
    font-weight: 700;
    font-size: 14px;
}

.h_header_inner_right_inner_item_row_t2 {
    margin-left: auto !important;
    font-size: 14px;
    color: #00000080;
}

.h_header_inner_right_inner_item_t1 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 8px !important;
    margin-bottom: 2px !important;
}

.h_header_inner_right_inner_item_t2 {
    font-size: 14px;

}

.header_wrap {
    padding-top: 25px;
    padding-bottom: 25px;
}

.header_wrap_inner_row_1 {
    display: flex !important;
    column-gap: 2.7vw;
    align-items: center !important;
    justify-content: space-between !important;
}

.header_wrap_inner_row_1_tel {
    margin-left: auto !important;
}

.header_wrap_inner_row_1_left {
    display: flex !important;
    align-items: center !important;
    column-gap: 20px;
}

.header_wrap_inner_row_1_left_img {
    border-right: 1px solid rgba(255, 255, 255, 0.26);
    padding-right: 20px;
}

.header_wrap_inner_row_1_left_text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -2px;
}

.header_wrap_inner_row_1_tel a {
    font-weight: 700;
    font-size: 22px;
    color: var(--belyy);
    cursor: default;
}

.size-a2 a {
    width: 233px;
    height: 40px;
    box-sizing: border-box;
}

.size-a2-inner {
    width: 233px;
    height: 40px;
    box-sizing: border-box;
}

.btn_opasity {
    position: relative;
    display: flex !important;
    align-items: center !important;
    column-gap: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.btn_opasity svg path,
.btn_green svg path {
    transition: 0.5s;
}

.btn_opasity:hover svg path {
    fill: var(--chernyy-2);
}

.btn_opasity:hover {
    border: 1px solid rgba(255, 255, 255, 0.0);
    background-color: #fff;
}

.btn_opasity:hover .btn_opasity_text {
    color: var(--chernyy-2);
}

.a-absolute a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.padding_left-inner {
    padding-left: 20px;
}

.btn_opasity_text {
    font-weight: 700;
    color: var(--belyy);
    transition: 0.5s;
}

.btn_def.padding_left a {
    justify-content: flex-start !important;
    padding-left: 48px;
}

.btn_def.wa a {
    background-image: url(images/wa.svg), linear-gradient(to right, #4dffbe 0%, #63c8ff 50%, #4dffbe 100%);
    background-position: left 20px center, left center;
    background-repeat: no-repeat;
    background-size: auto, 200% auto;
}

.btn_def.wa a:hover {
    background-position: left 20px center, right center;
}

.header_wrap_inner_row_1_vhod {
    position: relative;
    display: flex !important;
    align-items: center !important;
    column-gap: 10px;
}

.header_wrap_inner_row_1_vhod_t {
    font-weight: 700;
    color: var(--belyy);
}

.header_wrap_inner_row_1_vhod_t_a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.header_wrap_inner_row_1_vhod_t_a a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.header_wrap_inner_row_1_vhod:hover .header_wrap_inner_row_1_vhod_t {
    color: var(--siniy);
}

.header_wrap_inner_row_1_vhod:hover svg path {
    fill: var(--siniy);
}

.language-switcher img {
    display: none;
}

.language-switcher {
    cursor: pointer;
}

.language-switcher ul {
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}

.language-switcher a {
    font-weight: 700;
    font-size: 16px;
    color: var(--belyy);
    text-align: left;
}

.language-switcher:hover a {
    color: var(--siniy);
}

.polylang-ls {
    position: absolute;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.language-switcher:hover .polylang-ls {
    height: 30px;
    overflow: visible;
    bottom: -30px;
    left: 0;
}

.polylang-ls a:hover {
    color: var(--siniy);
}

.language-switcher {
    position: relative;
}

.dropdown-icon {
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
}

.btn.dropdown-toggle {
    position: relative;
    padding-right: 20px;
    pointer-events: none;
}

.language-switcher:hover svg path {
    stroke: var(--siniy);
}

.polylang-ls span {
    display: block;
}

.header_wrap_inner_row_2 {
    margin-top: 25px !important;
    background: #ffffff17;
    border-radius: 10px;
    height: 50px;
    display: flex !important;
    align-items: center !important;
    padding-left: 20px;
    padding-right: 20px;
}

.title_d {
    margin-bottom: 35px !important;
    padding-top: 91px !important;
}

.title_d_t1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.h_prodykti_inner_row {
    display: flex !important;
    align-items: stretch !important;
}

.h_prodykti_inner_row_col_1 {
    width: 43%;
    display: flex !important;
    flex-direction: column;
    row-gap: 30px;
}


.h_prodykti_inner_row_col_1_item {
    display: flex !important;
    align-items: center !important;
    column-gap: 30px;
    border-radius: 20px;
    background: linear-gradient(225deg, #071952 0%, #00dfa2 50%, #071952 100%);
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    transition: 0.5s;
    background-size: 200% auto;
}

.h_prodykti_inner_row_col_1_item:hover {
    background-position: right center;
}

.h_prodykti_inner_row_col_1_item_ssilka {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
}

.h_prodykti_inner_row_col_1_item_ssilka a {
    width: 100%;
}

.h_prodykti_inner_row_col_1_item_img {
    flex-shrink: 0;
    width: 86px !important;
    aspect-ratio: 1;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-image: url(images/icon_fon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

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



.h_prodykti_inner_row_col_2 {
    width: 8%;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    height: 1px;
    background: var(--siniy);
    align-self: center;
}

.h_prodykti_inner_row_col_2:before {
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
    border: 1px solid var(--siniy);
    border-left: 0;
    border-radius: 0 20px 20px 0;
    height: 190px;
    width: 29px;
    background-color: #fff;
}

.h_prodykti_inner_row_col_2_cirkul {
    position: absolute;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px;
    aspect-ratio: 1;
    background-color: rgba(0, 223, 162, 0.3);
    border-radius: 50%;
    transform: translate(50%, 0%);
    margin-left: auto !important;
    left: 0;
    right: 0;
}

.h_prodykti_inner_row_col_2_cirkul_2 {
    width: 67%;
    aspect-ratio: 1;
    background-color: var(--beryuza);
    border-radius: 50%;
}

.h_prodykti_inner_row_col_3 {
    width: 49%;
    background: var(--fon);
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid var(--siniy);
}

.title_d_20 {
    font-weight: 700;
    font-size: 20px;
}

.h_prodykti_inner_row_col_3_title {
    margin-bottom: 15px !important;
}

.h_prodykti_inner_row_col_3_row {
    display: flex !important;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.h_prodykti_inner_row_col_3_row_item {
    display: flex;
    align-items: center;
}

.h_prodykti_inner_row_col_3_row_item a {
    display: inline-block;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    font-size: 18px;
    padding-left: 60px;
    transition: 0.5s;
    border-radius: 10px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: 30px;

}

.h_prodykti_inner_row_col_3_row_item a:hover {
    box-shadow: 0 0px 20px 0 rgba(77, 255, 190, 0.8);
}

.h_prodykti_inner_row_col_3_row_item.a1 a,
.h_prodykti_inner_row_col_3_row_item.a2 a {
    background-image: url(images/pro_4.svg);
}

.h_prodykti_inner_row_col_3_row_item.a3 a {
    background-image: url(images/pro_5.svg);
}

.h_prodykti_inner_row_col_3_row_item.a4 a {
    background-image: url(images/gl_1.svg);
}

.h_prodykti_inner_row_col_3_row_item.a5 a {
    background-image: url(images/pro_6.svg);
}

.h_prodykti_inner_row_col_3_row_item.a6 a {
    background-image: url(images/pro_7.svg);
}

.fon_white {
    background-color: #fff;
}

.wrap_calkulator_row_1 {
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px !important;
}

.ceni_wrap_inner_row_inner {
    display: flex !important;
    column-gap: 20px;
}

.srok_title {
    margin-bottom: 7px !important;
    font-size: 14px;
}

.srok_spisok_aktiv {
    border: 1px solid var(--obvodka);
    border-radius: 10px;
    width: 200px;
    height: 50px;
    display: flex !important;
    align-items: center !important;
    padding-left: 15px;
    cursor: pointer;
    background: var(--fon);
    background-image: url(images/ceni_1.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: 0.5s;
    box-sizing: border-box;

}

.valuta .srok_spisok_aktiv {
    width: 100px;

}

.srok_spisok_aktiv:hover {
    box-shadow: 0 0px 20px 0 rgba(77, 255, 190, 0.8);
}

.srok_spisok_menu {
    position: absolute;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    height: 0;
    padding-top: 0px;
    transition: 0.5s;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
}


.srok_spisok_menu.open {
    border: 1px solid var(--obvodka);
}

.srok_spisok_menu_item {
    height: 50px;
    display: flex !important;
    align-items: center !important;
    padding-left: 15px !important;
}

.srok_spisok_menu_item:hover {
    background: var(--chernyy-2) !important;
    color: #fff !important;
}


.srok_spisok {
    position: relative;
}

.tarifi_row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
}

.tarifi_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-top: 28px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.tarifi_row_item_r1 {
    display: flex !important;
    align-items: center !important;
    column-gap: 20px;
}

.tarifi_row_item_r1_left_img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    width: 60px;
    aspect-ratio: 1;
    border-radius: 10px;
}

.tarifi_row_item_r1_right_title {
    font-weight: 700;
    margin-bottom: 4px !important;
}

.tarifi_row_item_r1_right_row {
    align-items: baseline !important;
    display: flex !important;
}

.tarifi_row_item_r1_right_row_cena {
    font-weight: 700;
    font-size: 30px;
}

.tarifi_row_item_r1_right_row_simvol {
    font-weight: 700;
    font-size: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.tarifi_row_item_r1_right_row_razdelitel {
    font-weight: 700;
    font-size: 20px;
    padding-right: 5px;
}

.tarifi_row_item_r1_right_row_mesac {
    font-weight: 700;
    font-size: 20px;
}



.tarifi_row_item_r2_row {
    margin-bottom: 5px !important;
    box-sizing: border-box;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--fon);
    border-radius: 10px;
    column-gap: 20px;
}

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

.tarifi_row_item_r2_row_right {
    border-radius: 8px 8px 8px 0;
    width: 42px;
    height: 26px;
    background: var(--zelenyy);
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: var(--belyy);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}

.tarifi_row_item_r2_row_right.net {
    background: var(--krasnyy);
}

.tarifi_row_item_r3 {
    margin-top: auto !important;
}

.btn_def.size-a3 a {
    width: 100%;
    height: 50px;
}

.tarifi_row_item {
    flex-direction: column;
    display: flex !important;
    row-gap: 30px;
}

.h_product_item {
    margin-bottom: 30px !important;
    border-radius: 20px;
    background: var(--fon);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

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

.title_d_30 {
    font-size: 30px;
    font-weight: 700;
}

.h_product_item_title {
    padding-bottom: 22px;
    margin-bottom: 24px !important;
    border-bottom: 1px solid var(--obvodka);
}

.h_product_item_row {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

.h_product_item_row_left {
    width: 48%;
}

.h_product_item_row_right {
    width: 48%;
}

.h_product_item_row_left_text {
    line-height: 150%;
}

.h_product_item_row_left_text p {
    margin-block-end: 1em;
}

.btn_podromnee {
    margin-top: 21px !important;
}

.text_gradient a {
    font-weight: 700;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-right: 14px;
    position: relative;
}

.text_gradient a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    content: "";
    transition: 0.5s;
}

.text_gradient a:hover:after {
    width: 100%;
}

.text_gradient a:before {
    background: url(images/arrow_r.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto;
    content: '';
    width: 8px;
    height: 16px;
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% + 1px);
    transform: translateY(-50%);
}

.fon_gradient {
    background-image: linear-gradient(225deg, #00dfa2 0%, #071952 100%);
}

.title_d.white .title_d_t1 {
    color: var(--belyy);
}

.plate_row {
    display: flex !important;
    row-gap: 30px;
    flex-wrap: wrap !important;
    column-gap: 2.5%;
}

.plate_row_item {
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    width: 48.5%;
    column-gap: 30px;
    display: flex !important;
    align-items: flex-start !important;
    box-sizing: border-box;
}

.fon_item_img_belyy .plate_row_item_img,
.fon_item_img_belyy .plate_row_column_item_img {
    background-image: url(images/icon_fon.svg);
}

.fon_item_img_belyy .plate_row_item_img,
.fon_item_img_belyy .plate_row_column_item_img {
    background-image: url(images/icon_fon.svg);
}

.plate_row_item_img {
    flex-shrink: 0;
    width: 86px !important;
    aspect-ratio: 1;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: url(images/icon_fon_grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.plate_row_item_right_title {
    margin-bottom: 10px !important;
}

.plate_row_item_right_text {
    line-height: 150%;
}

.partners_row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
}

.partners_row_item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 20px;
    width: 31%;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    padding-top: 100px;
}

.footer_wrap {
    background: #0b192c;
    padding-top: 45px;
    padding-bottom: 50px;
}

.footer_wrap_inner_row_1 {
    padding-bottom: 26px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #ffffff30;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

.inactive a {
    cursor: pointer;
}

.otpravit_zajavky_inner {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    background: var(--belyy);
    border-radius: 20px;
    box-sizing: border-box;
    padding-top: 21px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative;
}

.otpravit_zajavky_inner_close {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid var(--obvodka);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    width: 30px;
    aspect-ratio: 1;
    transform: translate(50%, -50%);
    cursor: pointer;
    transition: 0.5s;
}

.otpravit_zajavky_inner_close:hover {
    opacity: 0.8;
}

.otpravit_zajavky_inner_left {
    width: 27%;
}

.otpravit_zajavky_inner_right {
    width: 69%;
}

.otpravit_zajavky_inner_left_t1 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px !important;
}

.otpravit_zajavky_inner_left_t2 {
    font-size: 20px;
}

.wrap_f_row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 20px !important;
}

.wrap_f_row>div {
    width: 32%;
}

.wrap_f_row .wrap_sent>p {
    width: 100%;
}

.wrap_f_row .wrap_sent .wpcf7-submit {
    width: 100% !important;
}

.otpravit_zajavky .wrap_f {
    margin-bottom: 0px !important;
}

.otpravit_z {
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 2333;
    transition: 0.5s;
}

.otpravit_z.show {
    opacity: 1;
    pointer-events: all;
}

.title_d_t2 {
    font-size: 30px;
    margin-top: 18px !important;
}

.pokazat_zajavky {
    display: none;
    position: fixed !important;
    align-items: center !important;
    justify-content: center !important;
    right: 20px;
    bottom: 20px;
    background-color: #000;
    width: 40px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: linear-gradient(to right, #4dffbe 0%, #63c8ff 100%);
}

.pokazat_zajavky img {
    width: 70%;
}

.h_prodykti_inner_row_col_3_row_item_img {
    line-height: 0;
}

.h_header_inner_vn_text {
    font-size: 30px;
    color: var(--belyy);
    margin-top: 18px !important;
}

.h_header_inner_vn_text_bottom {
    font-size: 20px;
    color: var(--belyy);
    margin-top: 24px !important;
}

.row_1_width_100_percent .plate_row_item:nth-child(1) {
    width: 100%;
}

.plate_row_item_right_row {
    display: flex !important;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 14px !important;
    flex-wrap: wrap !important;
}

.plate_row_item_right_row_item {
    display: flex !important;
    align-items: center !important;
    border-radius: 10px;
    padding: 8px 15px;
    background: var(--belyy);
    column-gap: 10px;
    font-weight: 700;
}


.fon_item_grey .plate_row_item,
.fon_item_grey .plate_row_column_item {
    background: var(--fon);
}

.ten_item_none .plate_row_item,
.ten_item_none .plate_row_column_item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.00);
}

.padding-top-100 {
    padding-top: 100px;
}

.tarifi_opisanie {
    background: var(--belyy);
}

.padding-top-0 .tarifi_opisanie.padding-top-100 {
    padding-top: 0;
}

.tarifi_opisanie_transparent .tarifi_opisanie {
    background: transparent;
}





.time_line_item {
    display: flex !important;
    align-items: stretch !important;
}

.time_line_item_left {
    width: 100px;
    flex-shrink: 0;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
}

.time_line_item_left:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    background-color: #4dffbe;
    content: "";
}

.time_line_item_left_img {
    line-height: 0;
    position: relative;
    border-radius: 100%;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    width: 100%;
    aspect-ratio: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.time_line_item_center {
    flex-shrink: 0;
    width: 9%;
    height: 1px;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    align-self: center;
}

.time_line_item_right_inner {
    border-radius: 20px;
    padding: 22px 30px 24px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    min-height: 132px;
}

.time_line_item_right_inner_text {
    line-height: 150%;
    margin-top: 10px !important;
}

.time_line_item_right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.integracia_inner_row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    column-gap: 2.5%;
    row-gap: 30px;
}

.integracia_inner_row_item {
    width: 23.1%;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.padding_bottom_30 {
    padding-bottom: 30px !important;
}

.padding_bottom_30_inner .tarifi_opisanie {
    padding-bottom: 30px !important;
}

.nachite_razraborky_inner_row {
    border-radius: 20px;
    background-image: url(images/f2.png), linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 37px;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 50px;
    min-height: 281px;
    box-sizing: border-box;
}

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

.color_white {
    color: #fff;
}

.nachite_razraborky_inner_row_left_text {
    font-size: 20px;
    line-height: 140%;
    color: var(--belyy);
    margin-top: 14px !important;
    margin-bottom: 23px !important;
}

.size-a4 a {
    width: 310px;
    height: 50px;
}

.otzivi_inner_slaider figure a img {
    aspect-ratio: 1.23;
    overflow: hidden;
    object-fit: cover;
}

.btn_green {
    position: relative;
    border-radius: 10px;
    background: #2cb742;
    width: 408px;
    height: 50px;
    display: flex !important;
    align-items: center !important;
    column-gap: 10px;
    box-sizing: border-box;
    border: 1px solid #2cb742;
    transition: 0.5s;
}

.btn_green:hover {
    background-color: #fff;
    border: 1px solid var(--siniy);
}

.btn_green:hover .btn_opasity_text {
    color: var(--siniy);
}

.btn_green:hover svg path {
    fill: var(--siniy);
}

.padding_left-inner-30 {
    padding-left: 30px;
}

.btn_green.center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ne_nawli_otver_inner_t1 {
    margin-bottom: 23px !important;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    font-family: var(--second-family);
}

.size-a3-inner {
    height: 60px;
    width: 219px;
}

.h_header_inner_vn_row_btn_wrap {
    display: flex !important;
    column-gap: 30px;
    row-gap: 20px;
}

.padding_left_2-inner {
    padding-left: 30px;
}

.opacity_0_1 {
    background: rgba(255, 255, 255, 0.1);
}

.plate_row_column {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
    column-gap: 3%;
    row-gap: 40px;
}

.plate_row_column_item {
    border-radius: 20px;
    box-sizing: border-box;
    background: var(--belyy);
    width: 22.7%;
    padding-top: 20px;
    padding-bottom: 24px;
    padding-left: 28px;
    padding-right: 28px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
}

.plate_row_column_item_img {
    flex-shrink: 0;
    width: 86px !important;
    aspect-ratio: 1;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-image: url(images/icon_fon_grey.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.plate_row_column_item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-top: 22px !important;
    margin-bottom: 10px !important;
}

.plate_row_column_item_text {
    line-height: 150%;
    font-size: 15px;
}

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

.text p {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.flex_row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
}

.flex_row_left {
    width: 59%;
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
}

.flex_row_right {
    width: 37%;
}

.plate_2_row_item {
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 24px;
    display: flex !important;
    box-sizing: border-box;
    column-gap: 30px;
    align-items: flex-start !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    margin-bottom: 10px !important;
}

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

.plate_2_row_item_img {
    border-radius: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    width: 60px !important;
    aspect-ratio: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    box-sizing: border-box;
}

.plate_2_row_item_right_title {
    margin-bottom: 10px !important;
}

.plate_2_row_item_right_text {
    line-height: 150%;
}

.flex_row_right {
    display: flex !important;
    justify-content: space-between !important;
}

.flex_row_right_col {
    width: 46.3%;
    display: flex !important;
    flex-direction: column !important;
    row-gap: 30px;
}

.flex_row_right_col:nth-child(1) {
    margin-top: 50px;
}

.wagi_row {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
}

.wagi_row_item {
    width: 28%;
    box-sizing: border-box;
    background: linear-gradient(0deg, #4dffbe 0%, #63c8ff 100%);
    padding-right: 3px;
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
}

.wagi_row_item_inner {
    background-color: #fff;
    border-radius: 20px;
    padding-top: 21px;
    padding-left: 40px;
    padding-right: 32px;
    padding-bottom: 26px;
    height: 100%;
}

.wagi_row_item_inner_t1 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.wagi_row_item_inner_t2 {
    margin-top: 8px !important;
    margin-bottom: 10px !important;
    line-height: 140%;
}

.wagi_row_item_inner_t3 {
    line-height: 150%;
}

.wagi_row_item_inner_t4 {
    margin-top: 19px !important;
}

.wagi_row_item_gap {
    align-self: center;
    height: 1px;
    position: relative;
    width: 8%;
    background: var(--beryuza);
    display: flex !important;
    align-items: center !important;
}

.wagi_row_item_gap:before {
    position: absolute;

}

.plate_row_column.background_opacity .plate_row_column_item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.00);
    background: #ffffff17;
}

.plate_row_column.background_opacity .plate_row_column_item_title {
    color: var(--belyy);
}

.plate_row_column.background_opacity .plate_row_column_item_text {
    color: var(--belyy);
}

.plate_row_column.background_opacity .plate_row_column_item_img {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
}

.sferi_primenenia_row {
    display: flex !important;
    justify-content: space-between !important;
}

.sferi_primenenia_row_item {
    position: relative;
    width: 31.8%;
    aspect-ratio: 0.62;
    overflow: hidden;
    border-radius: 20px;
}

.sferi_primenenia_row_item figure {
    width: 100%;
    height: 100%;
}

.sferi_primenenia_row_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sferi_primenenia_row_item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(7, 25, 82, 0.5) 0%, #071952 100%);
    content: "";
}

.sferi_primenenia_row_item_row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.sferi_primenenia_row_item_title {
    margin-bottom: 10px !important;
}

.sferi_primenenia_row_item_text {
    line-height: 150%;
}

.padding_top_0 {
    padding-top: 0;
}

.tarifi_opisanie_bg_tab_1 #tab-1 .tarifi_opisanie {
    padding-top: 100px !important;
    background-image: linear-gradient(225deg, #00dfa2 0%, #071952 100%);
}

.sip_row {
    display: flex !important;
    justify-content: space-between !important;
}

.sip_row_left {
    width: 63%;
}

.sip_row_right {
    width: 32%;
}

.sip_row_left_item {
    background: var(--fon);
    border-radius: 20px;
    padding: 22px 30px 24px;
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.sip_row_left_item:nth-last-child(1) {
    margin-bottom: 0 !important;
}

.sip_row_left_item_img {
    width: 60px;
    aspect-ratio: 1;
    margin-right: 30px !important;
    border-radius: 100%;
    background: linear-gradient(180deg, #63c8ff 0%, #45aae1 100%);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
}

.sip_row_left_item_right {
    width: 100%;
}

.sip_row_right_item .plate_row_item_img {
    width: 76px !important;
}

.sip_row_left_item_right_t1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px !important;
}

.sip_row_left_item_right_t2 {
    line-height: 150%;
}

.sip_row_right {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    row-gap: 20px;
    position: relative;
}

.sip_row_right:before {
    position: absolute;
    content: "";
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    width: 50%;
    border: 2px solid var(--siniy);
    border-left: 0;
    border-radius: 40px;
}

.sip_row_right_item:nth-child(2) {
    align-self: flex-end;
}

.sip_row_right_item {
    border-radius: 20px;
    background: linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    display: flex !important;
    align-items: center !important;
    padding: 20px;
    width: 70%;
    box-sizing: border-box;
    column-gap: 20px;
    position: relative;
}

.sip_row_right_item_circul {
    position: absolute;
    right: 50px;
    top: 0;
    transform: translate(50%, -50%);
    width: 30px;
    aspect-ratio: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 100%;
    background-color: #63c8ff83;
}

.sip_row_right_item:nth-last-child(1) .sip_row_right_item_circul {
    right: 0px;
    top: 50%;
    transform: translate(50%, -50%);
}

.sip_row_right_item_circul_inner {
    width: 70%;
    aspect-ratio: 1;
    border-radius: 100%;
    background-color: #63c8ff;
}

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

.fon_item_spisok_grey .plate_row_item_right_row_item {
    background-color: var(--fon);
}

.menu_top .menu_tab .level_2 {
    flex-direction: row !important;
}

.menu_top .menu_tab .level_2>li>a {
    display: none !important;
}

.menu_top .menu_tab .sub-menu .sub-menu {
    position: static;
}

.menu_top .menu_tab .menu_col {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.menu_top .menu_tab .menu_col:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--obvodka);
}

.menu_top .menu_tab .menu_col:nth-last-child(1) {
    padding-right: 0px;
    margin-right: 0px;
}

.menu_top .menu_tab .menu_col:nth-last-child(1):before {
    display: none;
}

.menu_top .menu_tab .menu_col_title a {
    background-color: transparent !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
    font-size: 20px !important;
}

.menu_top .menu_tab .level_2 .menu_col_title a:hover {
    background: none !important;
    -webkit-text-fill-color: #000000 !important;
    cursor: default;
}

.menu_top .menu_tab .level_3 li {
    margin-bottom: 20px;
}

.menu_top .menu_tab .level_3 li:nth-last-child(1) {
    margin-bottom: 0px;
}

.menu_top .menu_tab .level_3 li a {
    margin-bottom: 0px;
    border-radius: 5px;
    background: var(--fon);
    padding: 16px 20px;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.menu_top .menu_tab .level_3 li a:hover {
    margin-bottom: 0px;
    border-radius: 5px;
    background: var(--fon);
    padding: 16px 20px;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.menu_top .menu_tab .level_3 a {
    column-gap: 10px;
}

.menu_top .menu_tab .menu_col_item_big a {
    max-width: 340px;
    column-gap: 20px;
}

.menu_top .menu_tab .menu-item-image {
    line-height: 0;
}

.menu_top .menu_tab .menu_col_item .menu-item-image {
    width: 30px;
    flex-shrink: 0;
}

.menu_top .menu_tab .menu_col_item .menu-item-image img {
    width: 100%;
}

.menu_top .menu_tab .level_2 a:hover {
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%) !important;
}

.menu_top .menu_col_item_big a .menu-item-image {
    flex-shrink: 0;
    width: 40px;
}

.menu-item-desc {
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-top: 12px;
}

.menu_top .column_count_2 ul {
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 370px !important;
    column-gap: 10px;
}

.menu_top .column_count_2 ul li:nth-child(1) {
    width: 100%;
}

.menu_top .column_count_2 ul li {
    width: 180px;
}

.menu_top .menu_col_item a {
    height: 60px;
    box-sizing: border-box;
    padding: 0px 20px !important;
}

.swiper-slider-wrapper.content.carusel_a1 {
    width: 100%;
}

.carusel_a1 .swiper .tarifi_row_item figure {
    width: 60px;
    aspect-ratio: 1;
}

.carusel_a1 .swiper .tarifi_row_item_r1_left,
.carusel_a1 .swiper .tarifi_row_item_r1_right {
    width: auto;
}

.swiper-button-disabled {
    opacity: 0.3;
}

.telegram_row {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
}

.telegram_row_item {
    border-radius: 20px;
    background: var(--fon);
    width: 23%;
    box-sizing: border-box;
    text-align: center;
    padding: 41px 30px;
}

.telegram_row_item_title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.telegram_row_item_text {
    margin-top: 6px;
    font-size: 20px;
    line-height: 140%;
}

.telegram_row_item_bg_white .telegram_row_item {
    background-color: #fff;
}

.telegramm_box .flex_row_left {
    width: 50%;
}

.telegramm_box .flex_row_right {
    width: 46%;
}

.plate_2_row_item_text_left {
    width: 85px;
    flex-shrink: 0;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zapystit_telegramm_rassilky {
    margin-top: 32px !important;
    width: 50%;
}

.zapystit_telegramm_rassilky a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.zapystit_telegramm_rassilky a:hover {
    background-color: #fff;
    color: #000;
    transition: 0.5s;
}

.plate_row.col_3 .plate_row_item {
    width: 31.6%;
}

.plate_row.text_bottom .plate_row_item {
    flex-wrap: wrap;
    align-items: center !important;
}

.plate_row.col_3 .plate_row_item_right {
    width: 62%;
}

.text_bottom_box_text {
    margin-top: 22px;
}

.text_bottom_box_text p {
    line-height: 150%;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.col_4 .swiper {
    overflow: visible;
    position: relative;
}

.col_4 .swiper:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    content: '';
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(248 249 250) 15%);
    z-index: 2;
}

.col_4 .swiper::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    content: '';
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 0%, rgb(248 249 250) 15%);
    z-index: 2;
}

.bg_color_blue .plate_row_column_item .plate_row_column_item_img {
    width: 60px !important;
    background-image: linear-gradient(180deg, #63c8ff 0%, #45aae1 100%);
    border-radius: 20px;
}

.drop_shadow_img .plate_row_column_item_img img {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1));
}

.kak_rabotaet .tabs_wrap_ul {
    flex-wrap: wrap !important;
    row-gap: 10px;
}

.kak_rabotaet .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.kak_rabotaet .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.kak_rabotaet .ui-tabs .ui-tabs-nav li a:hover {
    color: var(--chernyy-2) !important;
    background: var(--belyy) !important;
}

.tab_kontent_inner {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 39px 30px 39px 30px;
    display: flex !important;
    justify-content: space-between !important;
}

.tab_kontent_inner_t1 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: var(--chernyy-2);
}

.tab_kontent_inner_left {
    width: 77%;
}

.tab_kontent_inner_right {
    width: 18.2%;
    text-align: right;
    display: flex !important;
    flex-direction: column !important;
    row-gap: 20px;
}

.tab_kontent_inner_right img {
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.05);
}

.tab_kontent_inner_text {
    margin-top: 14px !important;
    margin-bottom: 19px !important;
}

.tab_kontent_inner_text p {
    line-height: 150%;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.skidka_off .ceni_wrap_inner_row_inner_so_skidkoi {
    display: none !important;
}

.valuta_off .valuta {
    display: none !important;
}

.srok_spisok {
    position: relative;
    z-index: 222;
}

.bulk_sms .tarifi_row_item_r1_right_row_cena_ot {
    font-weight: 700;
    font-size: 30px;
    padding-right: 5px;
}

.bulk_sms .tarifi_row_item_r1_right_row_mesac {
    font-weight: 700;
    font-size: 30px;
}

.bulk_sms .tarifi_row_item {
    width: 100%;
}

.tarifi_row_item_r1_pereiti_k_tablice_praisov {
    margin-left: 50px !important;
}

.tarifi_row_item_r1_pereiti_k_tablice_praisov a {
    width: 290px;
    height: 50px;
    position: relative;
}

.tarifi_row_item_r1_pereiti_k_tablice_praisov a:before {
    position: absolute;
    content: "";
    background-image: url(images/ceni_1.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    aspect-ratio: 1;
    height: auto;
    transform: rotate(-90deg) translateX(50%);
    right: 15px;
    top: 50%;
}

.tarifi_opisanie .title_d {
    padding-top: 0 !important;
}

.otpravka_sms_header_row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.otpravka_sms_header_text {
    line-height: 150%;
}

.otpravka_sms_header_text p {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}

.ul_def {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    list-style-type: none;
}

.ul_def li {
    position: relative;
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding-left: 20px !important;
    float: none !important;
    line-height: normal !important;
}

.ul_def li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 7px;
    border-radius: 2px;
    width: 6px;
    height: 6px;
    background: #63c8ff;
}

.ul_def li:nth-last-child(1) {
    margin-bottom: 0;
}

.otpravka_sms_header_text {
    width: 62%;
}

.otpravka_sms_header_row_right {
    width: 34%;
    display: flex !important;
    justify-content: space-between !important;
}

.multi_rassilka {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    column-gap: 30px;
}

.multi_rassilka_left {
    width: 62%;
    color: #fff;
}

.multi_rassilka_left p {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}

.multi_rassilka_left .text_gradient {
    margin-top: 30px !important;
}

.multi_rassilka_right {
    width: 270px;
    flex-shrink: 0;
}

.multi_rassilka_left .ul_def {
    column-count: 2;
}


.multi_rassilka_right.item_belyi .sip_row_right_item {
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
}

.multi_rassilka_right.item_width_100_prcent .sip_row_right_item {
    width: 100%;
}

.multi_rassilka_right.item_belyi .sip_row_right_item .sip_row_right_item_title {
    font-size: 30px;
    color: var(--chernyy-2);
}

.sp_row_1 {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

.sp_row_1_left {
    width: 53% !important;
}

.sp_row_1_right {
    width: 43% !important;
}

.sp_row_1_left_text {
    margin-bottom: 60px !important;
}

.sp_row_1_left_text p {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}

.faq_container.title_small .ui-accordion-header {
    font-size: 20px !important;
}

.faq_container.title_small .accordion_d_row {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.sp_row_2 {
    margin-top: 50px !important;
}

.sozdat_akkaynt {
    border-radius: 10px !important;
    background: linear-gradient(to right, #4dffbe 0%, #63c8ff 50%, #4dffbe 100%) !important;
    overflow: hidden;
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 2px !important;
}

.sozdat_akkaynt a {
    background-color: #fff !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
    height: 50px !important;
    width: 219px !important;
    border-radius: 8px !important;
    transition: 0.3s;
}

.sozdat_akkaynt a:hover {
    background-color: #0C192B !important;
}

.sozdat_akkaynt a:before {
    position: absolute;
    content: "";
    left: 26px;
    background-image: url(images/i96.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 20px;
    transition: 0.3s;
}



.sozdat_akkaynt a span {
    font-weight: 700;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 60px;
}

.fon_gradient.title_white .title_d_t1 {
    color: #fff;
}

.title_d_t3 {
    margin-top: 18px !important;
}

.plate_row_column.no_title .plate_row_column_item_text {
    margin-top: 22px !important;
}

.fon_gradient .accordion_d_title {
    color: #fff !important;
}

.fon_gradient .ui-accordion-header-icon:before {
    filter: invert(97%) sepia(100%) saturate(14%) hue-rotate(200deg) brightness(104%) contrast(101%);
}

.fon_gradient .ui-accordion .ui-accordion-content.accordion_d_content {
    color: #fff !important;
}

.fon_gradient .accordion_d_row {
    border-bottom: 1px solid #e4e5e617;
}

.voice_call .tarifi_row_item_r1_right_title {
    font-size: 30px;
}

.tarifi_row_item_r1_right_row_ot {
    font-weight: 700;
    margin-right: 4px !important;
}

.voice_call .tarifi_row_item_r1_right_row_cena,
.voice_call .tarifi_row_item_r1_right_row_simvol,
.voice_call .tarifi_row_item_r1_right_row_razdelitel,
.voice_call .tarifi_row_item_r1_right_row_mesac {
    font-size: 16px;
}

.voice_call .tarifi_row_item_r1_pereiti_k_tablice_praisov {
    margin-left: 0px !important;
    margin-top: auto !important;
}

.voice_call .tarifi_row_item_r1_pereiti_k_tablice_praisov a {
    width: 100%;
}

.plate_row.background_opacity .plate_row_item {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.00);
    background: #ffffff17;
}

.plate_row.background_opacity .plate_row_item_img {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-radius: 20px;
}

.img_60 .plate_row_item_img {
    width: 60px !important;
}

.background_opacity .plate_row_item_right_title {
    color: #fff;
}

.margin_bottom_title_0 .plate_row_item_right_title {
    margin-bottom: 0 !important;
}

.plate_row_item_row_a {
    display: flex !important;
    align-items: center !important;
    column-gap: 30px;
}

.plate_row.stroki.text_bottom .plate_row_item {
    align-items: flex-start !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
}

.plate_row.stroki .wagi_row_item_inner_t4_btn {
    margin-top: auto !important;
}

.plate_row.stroki .text_bottom_box {
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
}

.background_opacity .text_bottom_box_text p {
    color: #fff;
}

.h_header_inner_left_t1.margin_bottom {
    margin-bottom: 35px !important;
}

.fc_box_row_1 {
    display: flex !important;
    align-items: center !important;
    column-gap: 30px;
}

.fc_box_row_1_img {
    width: 181px;
    flex-shrink: 0;
}

.fc_box_row_1_right_t1 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 5px !important;
}

.fc_box_row_1_right_t2 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
}

.fc_box_row_2 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.fc_box_row_2_item {
    width: 28% !important;
    display: flex !important;
    align-items: center !important;
}

.fc_box_row_2_item_left {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    background: linear-gradient(45deg, #4dffbe 0%, #63c8ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex-shrink: 0;
}

.fc_box_row_2_item_right {
    padding-left: 20px !important;
    margin-left: 20px !important;
    border-left: 1px solid var(--obvodka);
}

.chem_avtorizacia_row_1 {
    display: flex !important;
    align-items: stretch !important;
    column-gap: 3%;
}

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

.chem_avtorizacia_row_1_item_r1 {
    display: flex !important;
    align-items: center !important;
    column-gap: 20px;
    margin-bottom: 28px !important;
}

.chem_avtorizacia_row_1_item_r1_img {
    width: 80px;
    aspect-ratio: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    background-color: var(--zelenyy);
    border-radius: 20px;
}

.chem_avtorizacia_row_1_item_r2_item {
    background: var(--fon);
    display: flex !important;
    align-items: center !important;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 5px !important;
    column-gap: 20px;
}

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

.chem_avtorizacia_row_1_item_r2_item_img {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--zelenyy);
    border-radius: 100px;
    flex-shrink: 0;
    width: 30px !important;
    aspect-ratio: 1;
}

.red .chem_avtorizacia_row_1_item_r1_img,
.red .chem_avtorizacia_row_1_item_r2_item_img {
    background-color: var(--krasnyy);
}

.chem_avtorizacia_row_2 {
    margin-top: 30px !important;
}

.chem_avtorizacia_row_2 a {
    margin-left: auto !important;
    margin-right: auto !important;
}

.sip_row_left_text_a p {
    line-height: 150%;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

.plate_row.p_margin_none p {
    margin-block-end: 0em;
}

.fon_gradient .fc_box_row_1_right_t1,
.fon_gradient .fc_box_row_1_right_t2,
.fon_gradient .fc_box_row_2_item_right {
    color: #fff;
}

.fon_gradient .fc_box_row_2_item_right {
    border-left: 1px solid #e4e5e636;
}

.plate_ok_row {
    display: flex !important;
    align-items: stretch !important;
    column-gap: 3%;
    row-gap: 30px;
    flex-wrap: wrap !important;
}

.plate_ok_row_item {
    width: 48.5%;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex !important;
    align-items: center !important;
    column-gap: 20px;
    padding: 26px 30px !important;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
}

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

.plate_ok_row_item_text {
    line-height: 150%;
}

.fc_box_row_1.margin_bottom {
    margin-bottom: 82px;
}

.plate_row.col_1 .plate_row_item {
    width: 100%;
}

.plate_row.p_margin .plate_row_item_right_text {
    margin-block-start: 1em !important;
    margin-block-end: 1em !important;
}


.plate_row.p_margin .plate_row_item_right_text:nth-last-child(2) {
    margin-block-end: 0em !important;
}

.plate_row_item_right_text.videlenie {
    background: var(--fon);
    border-radius: 10px;
    padding: 15px 20px;
}

.plate_row_item_right_text.videlenie strong {
    font-weight: normal;
    background: linear-gradient(180deg, #63c8ff 0%, #45aae1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.otrasli_col_item {
    margin-bottom: 10px !important;
    border-radius: 20px;
    min-height: 220px;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #071952 0%, #00dfa2 100%);
    padding-left: 50px !important;
    padding-right: 50px !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.otrasli_col_item:nth-child(odd) {
    justify-content: flex-end !important;
}

.otrasli_col_item_inner {
    max-width: 640px;
}

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

.otrasli_col_item_inner_t1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: var(--belyy);
    margin-bottom: 10px !important;
}

.otrasli_col_item_inner_t2 {
    font-size: 16px;
    line-height: 150%;
    color: var(--belyy);
}

.otrasli_col_item.a1 {
    background-image: url(images/img_39.jpg);
}

.otrasli_col_item.a2 {
    background-image: url(images/img_40.jpg);
}

.otrasli_col_item.a3 {
    background-image: url(images/img_41.jpg);
}

.otrasli_col_item.a4 {
    background-image: url(images/img_42.jpg);
}

.otrasli_col_item.a5 {
    background-image: url(images/img_43.jpg);
}

.otrasli_col_item.a6 {
    background-image: url(images/img_44.jpg);
}

.otrasli_col_item.a7 {
    background-image: url(images/img_45.jpg);
}

.plate_ok_row_item_text_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: var(--chernyy-2);
    margin-bottom: 7px !important;
}

.icon_top .plate_ok_row_item {
    align-items: flex-start !important;
}

.icon_top .plate_ok_row_item_img {
    margin-top: 6px !important;
}

.effktivnost_biznesa {
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    padding: 40px 50px 44px 50px;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
}

.effktivnost_biznesa_left {
    width: 64%;
}

.effktivnost_biznesa_right {
    width: 32%;
    text-align: right;
}

.effktivnost_biznesa_left_title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: var(--chernyy-2);
    margin-bottom: 15px !important;
}

.effktivnost_biznesa_left_text p {
    margin-block-start: 1em;
    margin-block-end: 1em;
    line-height: 150%;
}

.banner {
    text-align: center;
    border-radius: 20px;
    padding: 73px 40px 80px 40px !important;
}

.banner_t1 {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--belyy);
    margin-bottom: 38px !important;
}

.banner_t2 a {
    width: 400px;
    height: 60px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header.ne_pozicionirovat {
    position: static;
    background-image: linear-gradient(225deg, #00dfa2 0%, #071952 100%);
}

.kontakti_box_row_1 {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    margin-bottom: 50px !important;
}

.kontakti_box_row_1_left {
    width: 40%;
}

.kontakti_box_row_1_right {
    width: 56%;
}

.kontakti_box_row_1_left_item {
    margin-bottom: 25px !important;
    display: flex !important;
    align-items: center !important;
    column-gap: 25px;
}

.kontakti_box_row_1_left_item figure {
    width: 24px !important;
    flex-shrink: 0;
}

.kontakti_box_row_1_left_item_right_title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 8px !important;
}

.kontakti_box_row_1_left_item_right_text {
    font-family: var(--second-family);
    line-height: 150%;
}

.kontakti_box_row_1_left_item.tel a {
    cursor: default;
    font-size: 22px;
}

.kontakti_box_row_1_left_item.email a {
    font-size: 20px;
}

.kontakti_box_row_1_left_item.email a:hover {
    text-decoration: underline;
}

.kontakti_box_row_1_left_soc {
    display: flex !important;
    padding-left: 50px !important;
    column-gap: 20px;
}

.kontakti_box_row_1_left_soc a:hover {
    opacity: 0.8;
}

.kontakti_box_row_1_right_inner {
    border-radius: 20px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    background: var(--belyy);
    padding: 23px 30px 30px 30px;
}

.kontakti_box_row_1_right_inner_title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 14px !important;
}

.kontakti_box_row_1_right_inner_text {
    margin-bottom: 24px !important;
    font-family: var(--second-family);
    text-align: center;
}

.f2_row_1 {
    display: flex;
    column-gap: 20px;
}

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

.f2_row_2 .wrap_soglasie_na_obrabotky {
    width: 50%;
}

.f2_row_2 .wrap_sent {
    width: 50%;
}

.f2_row_2 .wrap_sent p {
    width: 100%;
}

.f2_row_2 .wpcf7-submit {
    width: 100% !important;
}

.kontakti_box_row_2 {
    border-radius: 20px;
    overflow: hidden;
}

/* TODO */
.page-id-415 #block-31,
.page-id-415 #block-33 {
    display: none !important;
}

.error404 .header {
    position: static;
}

.error404 .footer {
    padding-top: 0px;
}

.error404 .page-title {
    display: none !important;
}

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

.error404_wrap {
    padding-top: 100px;
    padding-bottom: 100px;

}

.error404 .wrapper {
    background-image: url(images/f1.png), linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
}

.error404_wrap_inner_r1 {
    text-align: center;
    line-height: 0;
}

.error404_wrap_inner_r2 {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 50px;
    text-align: center;
    max-width: 800px;
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    background-image: url(images/img_38.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.error404_wrap_inner_r3 a {
    background: linear-gradient(to right, #4dffbe 0%, #63c8ff 50%, #4dffbe 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.5s;
    background-size: 200% auto;
    box-sizing: border-box;
    height: 60px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.error404_wrap_inner_r3 a:hover {
    background-position: right center;
    box-shadow: 0 5px 40px 0 rgba(77, 255, 190, 0.0);
}

.header_wrap_inner_row_1_col_2,
.header_wrap_inner_row_1_col_3 {
    display: flex !important;
    column-gap: 2.7vw;
    align-items: center !important;
}

.menu_bottom {
    width: 20%;
}

.menu_bottom .level_1 {
    display: block;
}

.menu_bottom .level_1>li {
    margin-bottom: 20px !important;
}

.menu_bottom .level_1>li:nth-last-child(1) {
    margin-bottom: 0px !important;
}

/* 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,
    .wrap_content_inner.off_width {
        padding-left: 0px;
        padding-right: 0px;
    }


    .h_prodykti_inner_row_col_1_item {
        column-gap: 1.7vw;
        padding-left: 1.7vw;
        padding-right: 1.7vw;
    }

    .h_prodykti_inner_row_col_1_item_img {
        width: clamp(60px, 4.6vw, 86px) !important;

    }

    .h_prodykti_inner_row_col_3 {
        padding-left: 2.63vw;
        padding-right: 2.63vw;
    }

    .h_prodykti_inner_row_col_3_row_item a {
        padding-right: clamp(10px, 1.05vw, 20px);
    }

    .h_prodykti_inner_row_col_3_row {
        column-gap: 1.05vw;
    }



    .header_wrap .btn_def.wa a,
    .header_wrap_inner_row_1_wa a {
        width: 35px !important;
        height: 35px !important;
        background-position: left 9px center, left center !important;
        padding-left: 0 !important;
        font-size: 0;
    }

    .h_header_inner_left_t1 {
        font-size: 30px;
    }

    .h_header_inner_left {
        width: 45%;
    }

    .h_header_inner_right {
        width: 50%;
    }

    .otpravit_z {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .ul_header li {
        font-size: 18px;
    }

    .h_header {
        height: auto;
        padding-bottom: 50px;
        min-height: auto;
    }

    .home .h_header {
        min-height: auto;
        padding-bottom: 50px;
    }

    .title_d_t1 {
        font-size: 40px;
    }

    .h_prodykti_inner_row_col_3_row_item a {
        font-size: 16px;
    }

    .title_d_t2 {
        font-size: 20px;
    }

    .otpravit_zajavky_inner_left_t1 {
        font-size: 20px;
    }

    .otpravit_zajavky_inner_left_t2 {
        font-size: 16px;
    }

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

    .h_header_inner_vn_text {
        font-size: 20px;
    }

    .max-width_margin {
        width: calc(100% - 20px);
        max-width: calc(100% - 20px);
        margin-left: 10px !important;
        margin-right: 10px !important;
        position: relative;

    }

    .plate_row_column_item {
        width: 48.5%;
    }

    .wagi_row_item_inner_t1 {
        font-size: 30px;
    }

    .sip_row_right {
        width: 36%;
    }

    .header_wrap_inner_row_1_wa.padding_left-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header_wrap_inner_row_1_wa .btn_opasity_text {
        display: none !important;
    }

    .header_wrap_inner_row_1_tel,
    .header_wrap_inner_row_1_wa {
        width: auto !important;
    }

    .menu_top .column_count_2 ul {
        flex-direction: column !important;
        width: auto !important;
    }

    .menu_top .level_1>li>.sub-menu {
        align-items: stretch;
    }

    .fc_box_row_1_right_t1 {
        font-size: 30px;
    }

    .fc_box_row_1_right_t2 {
        font-size: 20px;
    }
}

/* 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_inner_row_2 {
        margin-top: 19px !important;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        display: none !important;
    }

    .header_wrap_inner_row_1 {
        flex-wrap: wrap !important;
        row-gap: 10px;
        justify-content: center !important;
        border-bottom: 1px solid #ffffff69;
        padding-bottom: 20px;
    }

    .header.ne_pozicionirovat .header_wrap_inner_row_1 {
        border-bottom: 0px solid #ffffff69;
        padding-bottom: 0px;
    }

    .header_wrap_inner_row_1_vhod,
    .widget_flickr,
    .header_wrap_inner_row_1_tel,
    .header_wrap_inner_row_1_wa {
        width: 45%;
        text-align: center !important;
        justify-content: center !important;
        display: flex !important;
    }

    .header_wrap_inner_row_1_tel {
        margin-left: 0 !important;
    }

    .header_wrap_inner_row_1_left {
        justify-content: center !important;
        width: 100%;
    }

    .footer_wrap_inner_row_2 {
        flex-wrap: wrap !important;
        row-gap: 20px;
    }

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

    .h_header_inner_left,
    .h_header_inner_right {
        width: 100%;
    }

    .h_header_inner_right_inner {
        width: 100%;
        background-size: contain;
        position: static;
        transform: translateY(-0%);
        row-gap: 10px;
        height: auto;
        flex-direction: column;
        align-content: flex-start !important;
    }

    .h_header_inner_right {
        display: none !important;
    }

    .h_header_inner_left .btn_def.size-a1 a,
    .h_header_inner_vn_row_btn_wrap .btn_def a {
        width: 100%;
    }

    .btn_def.size-a1 a {
        height: 50px;
    }

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

    .h_product_item_row_left {
        width: 100%;
    }

    .h_product_item_row_right {
        width: 100%;
    }

    .plate_row_item {
        width: 100%;
    }

    .pokazat_zajavky {
        display: flex;
    }

    .h_prodykti_inner_row {
        flex-direction: column;
    }

    .h_prodykti_inner_row_col_1 {
        width: 100%;
        flex-direction: row;
        column-gap: 2%;
    }

    .h_prodykti_inner_row_col_1_item {
        width: 49%;
        flex-shrink: 0;
        flex-direction: column;
        row-gap: 10px;
    }

    .h_prodykti_inner_row_col_1_item_text {
        text-align: center;
    }

    .h_prodykti_inner_row_col_3 {
        width: 100%;
    }

    .h_prodykti_inner_row_col_2 {
        width: 1px;
        height: 80px !important;
    }

    .h_prodykti_inner_row_col_2:before {
        left: 0;
        top: 0px;
        z-index: 1;
        border-top: 0;
        border-radius: 0 0px 20px 20px;
        height: 29px;
        width: 190px;
        transform: translateX(-50%);
        border-left: 1px solid !important;
    }

    .h_prodykti_inner_row_col_2_cirkul {
        transform: translate(50%, 50%);
        bottom: 0;
    }

    .otpravit_zajavky_inner {
        padding-bottom: 20px;
        flex-direction: column;
        row-gap: 20px;
    }

    .otpravit_zajavky_inner_left {
        width: 100%;
        text-align: center;
    }

    .otpravit_zajavky_inner_right {
        width: 100%;
    }

    .wrap_f_row {
        margin-bottom: 10px !important;
        flex-wrap: wrap !important;
        row-gap: 20px;
    }

    .wrap_f_row .wrap_input {
        width: 48%;
    }

    .wrap_f_row .wrap_sent {
        width: 100%;
    }

    .tabs_wrap_ul {
        flex-wrap: wrap;
        row-gap: 10px;
    }

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

    .tarifi_row_item {
        width: 100%;
    }

    .nachite_razraborky_inner_row {
        background-image: linear-gradient(225deg, #00dfa2 0%, #071952 100%);
    }

    .ui-accordion-header {
        font-size: 22px !important;
    }

    .h_header_inner_vn_row_btn_wrap .btn_def {
        width: 100%;
    }

    .h_header_inner_vn_row_btn_wrap {
        flex-direction: column;
    }

    .size-a3-inner {
        height: 50px;
    }

    .h_header_inner_vn_row_btn_wrap .size-a3-inner {
        width: 100%;
        justify-content: center;
    }

    .h_header_inner_vn_row_btn_wrap .padding_left_2-inner {
        padding-left: 0;
    }

    .text {
        font-size: 16px;
    }

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

    .flex_row_left {
        width: 100%;
    }

    .flex_row_right {
        width: 100%;
    }

    .flex_row_right_col {
        text-align: center;
    }

    .wagi_row_item {
        width: 100%;
    }

    .wagi_row_item_gap {
        width: 1px;
        margin-left: auto !important;
        margin-right: auto !important;
        height: 30px;
    }

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

    .sferi_primenenia_row_item {
        width: 100%;
        height: 300px;
    }

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

    .sip_row_left {
        width: 100%;
    }

    .sip_row_right {
        width: 350px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .carusel_a1 .swiper .swiper-slider-carousel-content {
        flex-direction: column !important;
        row-gap: 20px !important;
        width: 100% !important;
    }

    .carusel_a1 .swiper-arrows {
        display: none !important;
    }

    .telegram_row {
        row-gap: 30px;
        flex-wrap: wrap !important;
    }

    .telegram_row_item {
        width: 48%;
    }

    .telegramm_box .flex_row_left {
        width: 100%;
    }

    .telegramm_box .flex_row_right {
        width: 100%;
        justify-content: center !important;
        column-gap: 30px;
    }

    .plate_2_row_item_text_left {
        width: 65px;
        font-size: 30px;
    }

    .zapystit_telegramm_rassilky {
        margin-top: 32px !important;
        width: 100%;
    }

    .plate_row.col_3 .plate_row_item {
        width: 100%;
    }

    .bg_color_blue .plate_row_column_item .plate_row_column_item_img {
        width: 56px !important;
    }

    .ui-tabs .ui-tabs-nav li {
        white-space: wrap;
    }

    .tab_kontent_inner {
        padding: 15px !important;
        flex-direction: column;
        row-gap: 30px;
    }

    .tab_kontent_inner_t1 {
        font-size: 22px;
    }

    .tab_kontent_inner_left {
        width: 100% !important;
    }

    .tab_kontent_inner_right {
        width: 100% !important;
        text-align: center !important;
    }

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

    .otpravka_sms_header_text {
        width: 100%;
    }

    .otpravka_sms_header_row_right {
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
    }

    .multi_rassilka_left {
        width: 100%;
    }

    .multi_rassilka_right {
        display: none !important;
    }

    .tarif_1 .tarifi_row_item_r1 {
        flex-wrap: wrap !important;
    }

    .tarifi_row_item_r1_pereiti_k_tablice_praisov {
        margin-left: 0px !important;
        margin-top: 30px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .tarifi_row_item_r1_pereiti_k_tablice_praisov a {
        width: 100%;
    }

    .sp_row_1 {
        flex-direction: column !important;
        row-gap: 30px;
    }

    .sp_row_1_left {
        width: 100% !important;
    }

    .sp_row_1_right {
        width: 100% !important;
    }

    .fc_box_row_1 {
        column-gap: 20px;
    }

    .fc_box_row_1_img {
        width: 20%;
    }

    .fc_box_row_2 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        flex-direction: column !important;
        row-gap: 30px !important;
    }

    .fc_box_row_2_item {
        width: 100% !important;
    }

    .fc_box_row_2_item_left {
        width: 54px;
    }

    .chem_avtorizacia_row_1_item {
        width: 100%;
        padding: 20px !important;
    }

    .chem_avtorizacia_row_1 {
        flex-direction: column !important;
        row-gap: 30px;
    }

    .chem_avtorizacia_row_1_item_r1_img {
        width: 60px;
    }

    .chem_avtorizacia_row_1_item_r1_img img {
        width: 50%;
    }

    .plate_ok_row_item {
        width: 100%;
        padding: 20px 15px !important;
    }

    .otrasli_col_item {
        background: linear-gradient(90deg, #071952 0%, #00dfa2 100%) !important;
        padding: 20px !important;
    }

    .otrasli_col_item_inner_t1 {
        font-size: 24px;
    }

    .effktivnost_biznesa {
        padding: 20px 15px 20px 15px;
        flex-direction: column !important;
        row-gap: 30px;
    }

    .effktivnost_biznesa_left_title {
        font-size: 24px;
    }

    .effktivnost_biznesa_left {
        width: 100%;
    }

    .effktivnost_biznesa_right {
        width: 50%;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .banner {
        padding: 20px 15px 20px 15px !important;
    }

    .banner_t1 {
        font-size: 24px;
    }

    .banner_t2 a {
        width: 100%;
    }

    .menu-item-desc {
        display: none !important;
    }

    .adapt_otkrit_vse .menu_col>.sub-menu-link {
        display: none !important;
    }

    .adapt_otkrit_vse .level_3 {
        padding-left: 0px !important;
        margin-left: 0px !important;
        border-left: 0px solid var(--color-3-link) !important;
    }

    .adapt_otkrit_vse .menu_col_title {
        display: none !important;
    }

    .menu_top_adapt .level_2 a,
    .menu_top_adapt .level_3 a {
        font-size: 16px;
    }

    .menu_top_adapt .menu-item-image {
        width: 28px !important;
        aspect-ratio: 1 !important;
        margin-right: 10px !important;
        flex-shrink: 0 !important;
    }

    .menu_top_adapt .menu-item-image img {
        width: 100% !important;
    }

    .kontakti_box_row_1 {
        flex-direction: column !important;
        row-gap: 40px;
    }

    .kontakti_box_row_1_left {
        width: 100%;
    }

    .kontakti_box_row_1_right {
        width: 100%;
    }

    .kontakti_box_row_1_right_inner_title {
        font-size: 24px;
    }

    .kontakti_box_row_1_right_inner {
        padding: 23px 15px 30px 15px;
    }

    .f2_row_1 {
        flex-direction: column;
    }

    .f2_row_2 {
        flex-direction: column;
    }

    .f2_row_2 .wrap_soglasie_na_obrabotky {
        width: 100%;
    }

    .f2_row_2 .wrap_sent {
        width: 100%;
    }

    .error404_wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .error404_wrap_inner_r2 {
        font-size: 24px;
        margin-bottom: 20px;
        height: 35px;
        background-size: cover;
    }

    .error404_wrap_inner_r3 a {
        height: 50px;
        width: 100%;
    }

    .header_wrap_inner_row_1_col_2,
    .header_wrap_inner_row_1_col_3 {
        column-gap: 0;
        width: 250px;
        justify-content: space-between !important;
    }
}

/* NOTE end 900px */

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

    .time_line_item_left_img img {
        width: 50%;
    }

    .time_line_item_center {
        width: 3%;
    }

    .time_line_item_right_inner {
        padding: 15px 10px 10px 10px;
    }

    .integracia_inner_row_item {
        width: 48%;
    }

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

/* NOTE end 700px */


/* NOTE begin 500px */

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

    .wp_wrap_subkategory_item {
        width: 100%;
    }

    .wrap_posts article {
        width: 100%;

    }

    .header_wrap {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .header_wrap_inner_row_1_left_img {
        width: 40%;
    }

    .header_wrap_inner_row_1_left {
        column-gap: 10px;
    }

    .header_wrap_inner_row_1_left_img {
        padding-right: 10px;
    }

    .header_wrap_inner_row_1_tel a {
        font-size: 18px;
    }



    .header_wrap_inner_row_1 {
        column-gap: 10%;
    }

    .header_wrap_inner_row_1_vhod {
        width: 32%;
    }

    .widget_flickr {
        width: 32%;
    }

    .h_header {
        padding-top: 180px;
    }

    .home .h_header {
        padding-top: 180px;
    }

    .otpravit_z {
        width: 90%;
    }

    .pokazat_zajavky {
        right: 10px;
        bottom: 10px;
    }

    .h_header_inner_left_t1 {
        font-size: 24px;
    }

    .title_d {
        margin-bottom: 20px !important;
        padding-top: 40px !important;
    }

    .title_d_t1 {
        font-size: 26px;
    }

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

    .h_prodykti_inner_row_col_1_item_text {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .header_wrap_inner_row_1_left_text {
        color: rgba(255, 255, 255, 1);
    }

    .title_d_20 {
        font-size: 18px;
    }

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

    .h_prodykti_inner_row_col_3_row_item a {
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        padding-left: 40px;
        background-position: left 5px center;
        background-size: 25px;
    }

    .h_prodykti_inner_row_col_3_row {
        column-gap: 10px;
        row-gap: 10px;
    }

    .padding-bottom-100 {
        padding-bottom: 40px;
    }

    .wrap_calkulator_row_1 {
        padding: 10px;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding-left: 10px !important;
        padding-right: 10px !important;
        font-size: 15px;
    }

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

    .title_d_30 {
        font-size: 20px;
    }

    .plate_row_item {
        padding-top: 20px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-right: 10px;
        column-gap: 10px;
    }

    .plate_row_item_img {
        width: 56px !important;
    }

    .title_d_t2 {
        font-size: 18px;
    }

    .plate_row_item_img img {
        width: 60%;
    }

    .plate_row_item_right_text {
        font-size: 14px;
    }

    .partners_row_item {
        width: 32%;
        padding-top: 10px;
    }

    .partners_row_item_text {
        text-align: center;
        font-size: 13px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer_wrap_inner_row_2 .header_wrap_inner_row_1_tel {
        margin-left: 0 !important;
    }

    .footer_wrap_inner_row_2 .header_wrap_inner_row_1_tel {
        width: 55%;
    }

    .footer_wrap_inner_row_2 {
        justify-content: center;
    }

    .h_header_inner_vn_text {
        font-size: 18px;
    }

    .padding-top-100 {
        padding-top: 40px;
    }

    .plate_row_item_right_row_item {
        padding: 8px 7px;
        column-gap: 6px;
        font-weight: 600;
    }

    .nachite_razraborky_inner_row {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        min-height: auto;
    }

    .title_d_40 {
        font-size: 22px;
    }

    .nachite_razraborky_inner_row_left_title {
        text-align: center;
    }

    .nachite_razraborky_inner_row_left_text {
        font-size: 16px;
        text-align: center;
    }

    .nachite_razraborky_inner_row_left_text br {
        display: none;
    }

    .size-a4 a {
        width: 100%;
    }

    .ui-accordion-header-icon {
        width: 30px;
        height: 30px;
    }

    .ui-accordion-header {
        padding-right: 40px !important;
        font-size: 18px !important;

    }

    .ui-accordion .ui-accordion-content.accordion_d_content {
        font-size: 15px !important;
        padding-right: 0;
    }

    .ne_nawli_otver_inner_t1 {
        font-size: 16px;
    }

    .size-a3-inner {
        width: 100%;
    }

    .padding_left-inner-30 {
        padding-left: 10px;
    }

    .ne_nawli_otver_inner .btn_opasity_text {
        font-weight: 600;
        font-size: 14px;
    }

    .btn_green.center {
        width: 100%;
    }

    .plate_row_column_item {
        width: 100%;
        padding-top: 18px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .plate_row_column_item_img {
        width: 56px !important;
    }

    .plate_row_column_item_img img {
        width: 60%;
    }

    .plate_2_row_item {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        column-gap: 10px;
    }

    .sferi_primenenia_row_item {
        aspect-ratio: inherit;
        height: 450px;
    }




    .tarifi_opisanie_bg_tab_1 #tab-1 .tarifi_opisanie {
        padding-top: 40px !important;
    }

    .sip_row_left_item {
        padding: 20px 10px;
    }

    .sip_row_right {
        width: 100%;
    }

    .telegram_row_item {
        padding: 21px 10px;
    }

    .telegram_row_item_text {
        font-size: 14px;
    }

    .telegram_row_item_title {
        font-size: 20px;
    }

    .padding_top_0 {
        padding-top: 0;
    }

    .chem_avtorizacia_row_2 .btn_def.size-a1 a {
        width: 100%;
    }
}

/* NOTE end 500px */

/* NOTE begin 370px */
@media screen and (max-width: 370px) {
    .h_prodykti_inner_row_col_3_row_item_img {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }
}

/* NOTE end 370px */