body {
    font-family: "Arial", "system-ui", sans-serif;
}

html .v-btn-ts-md > div > button,
html .v-btn {
    background-color: #3faba9;
    padding: 0.75rem 1rem;
    border-radius: 20px;
    color: #fff;
    overflow: hidden;
    z-index: 11;
}

.v-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.v-btn:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.v-btn-ts-md .jqueryts_button,
.v-btn-ts-md .jquerytsbutton {
    background-color: #3faba9;
    font-size: 14px;
    color: #fff;
    line-height: 10px;
}

.v-btn-ts-md .jqueryts_el_box {
    border-radius: 20px;
}


.v-btn-ts-md button {
    /*border: 1px solid;*/
    overflow: hidden;
    position: relative;
}

.v-btn-ts-md button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.v-btn-ts-md button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.v-btn-ts-md button:active::after {
    left: 0%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.v-btn-ts > div > a{
    display: block;
    text-decoration: none;
    line-height: 21px;
    text-align: center;
}
.v-btn-ts > div > a,
.v-btn-ts > div > button {
    background-color: #3faba9 !important;
    padding: 5px 7px;
    border-radius: 20px;
    color: #fff !important;
}
.v-btn-ts{
    cursor: pointer;
}

.v-btn-ts .jqueryts_button,
.v-btn-ts .jquerytsbutton {
    background-color: #3faba9;
    font-size: 12px;
    color: #fff;
}

.v-btn-ts .jqueryts_el_box {
    border-radius: 20px;
}
.v-btn-ts a,
.v-btn-ts button {
    /*border: 1px solid;*/
    overflow: hidden;
    position: relative;
}
.v-btn-ts a:after,
.v-btn-ts button:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}
.v-btn-ts>.jqueryts_template{
    padding: 3px 2px!important;
}
.v-btn-ts a:hover:after,
.v-btn-ts button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.v-btn-ts a:active::after,
.v-btn-ts button:active::after {
    left: 0%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.v-header > .jqueryts_el_box {
    font-weight: bold !important;
    font-size: 24px !important;
}

.jqueryts_toolbar .jqueryts_el_label .jqueryts_el_box {
    color: black;

}

.v-label {
    position: relative;
}

.v-label .jqueryts_inp_label,
.v-label .jqueryts_inp_top_label,
.v-label .jqueryts_label_right {
    color: #999;
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 9px;
    transition: transform 0.5s ease-in-out;
}

.v-label.focus .jqueryts_inp_label,
.v-label.focus .jqueryts_inp_top_label,
.v-label.focus .jqueryts_label_right {
    font-size: 10px;
    top: 5px;
    left: 12px;
}

.v-label.jqueryts_el_colorpicker input:focus,
.v-label.jqueryts_el_combo input:focus,
.v-label.jqueryts_el_datepicker input:focus,
.v-label.jqueryts_el_search input:focus,
.v-label.jqueryts_el_text input:focus {
    border: 1px solid #ccd7e6;
}

.v-check {
    cursor: pointer;
}

.v-check .jqueryts_checkbox_1 .jqueryts_custom_checkbox {
    color: #3faba9;
}

.v-link {
    color: #3faba9;
}

.v-label-md {
    position: relative;
}

.v-label-md .jqueryts_inp_label,
.v-label-md .jqueryts_inp_top_label,
.v-label-md .jqueryts_label_right {
    color: #999;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 9px;
    transition: transform 0.5s ease-in-out;
}

.v-label-md.focus .jqueryts_inp_label,
.v-label-md.focus .jqueryts_inp_top_label,
.v-label-md.focus .jqueryts_label_right {
    text-align: left;
    font-size: 10px;
    transform: translateY(-10px) translateX(3px);
}

.v-label-md.focus .jqueryts_el_box input {
    padding-top: 10px;
}

.v-label-md.focus .jqueryts_el_box .jqueryts_inp_static {
    padding-top: 5px;
}

.v-label-md.jqueryts_el_colorpicker input:focus,
.v-label-md.jqueryts_el_combo input:focus,
.v-label-md.jqueryts_el_datepicker input:focus,
.v-label-md.jqueryts_el_search input:focus,
.v-label-md.jqueryts_el_text input:focus {
    border: 1px solid #ccd7e6;
}

a.link_black {
    text-decoration: underline;
    cursor: pointer;
}

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

.v-list .jqueryts_list_item.jqueryts_selected {
    box-shadow: inset 2px 0 #3faba9;
}

@media (min-width: 1260px) {
    .h1-text-4xl h1 {
        font-family: "Arial", "system-ui", sans-serif !important;
        font-size: 40px !important;
        font-weight: 700;
        letter-spacing: 0 !important;
        line-height: 120%;
    }
}

.h1-text-4xl h1 {
    font-family: "Arial", "system-ui", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    line-height: 140% !important;
    font-size: 30px !important;
    color: black;
}


.jqueryts_el_colorpicker .jqueryts_inp_static:focus,
.jqueryts_el_datepicker .jqueryts_inp_static:focus, .jqueryts_el_richselect .jqueryts_inp_static:focus, .jqueryts_el_select select:focus, .jqueryts_el_textarea textarea:focus {
    border: 1px solid #3faba9;
}


.jqueryts_secondary .jqueryts_button:focus,
.jqueryts_secondary .jqueryts_button:hover {
    background-color: #3faba9;
}

.jqueryts_cal_body .jqueryts_cal_select .jqueryts_cal_day_inner,
.jqueryts_cal_body .jqueryts_cal_today.jqueryts_cal_select .jqueryts_cal_day_inner {
    background-color: #3faba9;
}

.jqueryts_cal_body .jqueryts_cal_today .jqueryts_cal_day_inner {
    box-shadow: inset 0 0 0 1px #3faba9;
}

.jqueryts_cal_body .jqueryts_cal_event {
    color: #3faba9;
}

.jqueryts_list_item.jqueryts_selected {
    box-shadow: inset 2px 0 #3faba9;
}

.jqueryts_cal_body .jqueryts_cal_block.jqueryts_selected span {
    background-color: #3faba9;
}

.jqueryts_cal_body .jqueryts_cal_block.jqueryts_selected span:hover {
    background-color: #006074;
}

.jqueryts_cal_body .jqueryts_cal_select .jqueryts_cal_day_inner:hover,
.jqueryts_cal_body .jqueryts_cal_today.jqueryts_cal_select .jqueryts_cal_day_inner:hover {
    background-color: #006074;
}

.jqueryts_cal_icon:focus,
.jqueryts_cal_icon:hover,
.jqueryts_cal_month_name:focus,
.jqueryts_cal_month_name:hover,
.jqueryts_cal_time:focus,
.jqueryts_cal_time:hover {
    color: #3faba9;
}

#toggle_right_sidebar {
    display: none;
}


.jqueryts_popup {
    z-index: 500 !important;

}

#sphinx_page {
    display: flex;
}

#sphinx_page > .left-sidebar {
    width: 300px;
    flex: 0 0 300px;

    padding-right: 20px;
    overflow-x: hidden;
}

#sphinx_page > #right-sidebar {
    width: 300px;
    flex: 0 0 300px;
    overflow-x: hidden;
    padding-left: 20px;
}

#sphinx_page > .block-main {
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
}


@media (max-width: 1260px) {

    #sphinx_page {
        flex-direction: column; /* Изменяем направление flexbox */
    }

    #sphinx_page > .left-sidebar {
        display: none !important;
    }


    #sphinx_page > .block-main {
        width: 100%;
    }


}


.jqueryts_cal_done {
    background-color: #3faba9;
    border: 1px solid #dadee0;
    /*padding: 0.75rem 1rem;*/
    border-radius: 20px;
    color: #fff !important;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    letter-spacing: 0;
    outline: 0;
    padding: 2px 8px;
    width: 70px !important;
}

.jqueryts_cal_done:focus,
.jqueryts_cal_done:hover {
    background-color: #006074;
}

.jqueryts_dtable .jqueryts_select_mark > div.jqueryts_row_select {
    box-shadow: inset 2px 0 #3faba9;
}


.jqueryts_all_tabs .jqueryts_item_tab.jqueryts_selected {
    box-shadow: inset 0 -2px #006074;
    padding-bottom: 0;
}

.jqueryts_all_tabs .jqueryts_item_tab {
    border: 0;
    color: #3faba9;
    font-family: Arial, sans-serif;
    font-size: 1pc;
    font-weight: 500;
    letter-spacing: 0;
}

.jqueryts_all_tabs .jqueryts_item_tab.jqueryts_selected:focus {
    box-shadow: inset 0 -2px #3faba9;
    color: #3faba9;
}


.liner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-size: 14px;
    font-family: Arial, sans-serif;
    margin: 10px 0px;
}

.liner > b {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: normal;

}

.liner > i {
    display: block;
    font-family: Arial, sans-serif;
    font-weight: bolder;
    text-align: right;
}


.jqueryts_accordionitem.collapsed .jqueryts_accordionitem_header,
.jqueryts_accordionitem.horizontal.collapsed .jqueryts_accordionitem_header {

    background-color: #3faba9;
    color: white;
}

.jqueryts_accordionitem .jqueryts_accordionitem_header:focus,
.jqueryts_accordionitem .jqueryts_accordionitem_header:hover {
    background-color: #0a7784;
    color: white;
}

.jqueryts_accordionitem_header {
    background-color: #3faba9;
    border-color: #3faba9;
    color: white;
}

.jqueryts_accordionitem.collapsed,
.jqueryts_accordionitem.horizontal.collapsed {
    background-color: #3faba9;
}

.jqueryts_accordionitem.collapsed .jqueryts_accordionitem_header:focus,
.jqueryts_accordionitem.collapsed .jqueryts_accordionitem_header:hover,
.jqueryts_accordionitem.horizontal.collapsed .jqueryts_accordionitem_header:focus,
.jqueryts_accordionitem.horizontal.collapsed .jqueryts_accordionitem_header:hover {
    background-color: #0a7784;
}

.jqueryts_accordionitem {
    border-color: #3faba9;
}

.jqueryts_accordionitem .jqueryts_accordionitem_header .jqueryts_accordionitem_button {
    color: white;
}

.jqueryts_accordionitem.collapsed .jqueryts_accordionitem_header .jqueryts_accordionitem_button,
.jqueryts_accordionitem.collapsed .jqueryts_accordionitem_header .jqueryts_accordionitem_label .jqueryts_icon,
.jqueryts_accordionitem.horizontal.collapsed .jqueryts_accordionitem_header .jqueryts_accordionitem_button,
.jqueryts_accordionitem.horizontal.collapsed .jqueryts_accordionitem_header .jqueryts_accordionitem_label .jqueryts_icon {
    color: white;
}

.jqueryts_scrollview {
    scrollbar-width: thin;
    scrollbar-color: #c7cfcf #e2eeee;
}

html.dark .jqueryts_scrollview {
    scrollbar-color: #576060 #20242c !important;
}


.jqueryts_cal_body .jqueryts_cal_range_end .jqueryts_cal_day_inner,
.jqueryts_cal_body .jqueryts_cal_range_start .jqueryts_cal_day_inner,
.jqueryts_cal_body .jqueryts_cal_today.jqueryts_cal_range_end .jqueryts_cal_day_inner,
.jqueryts_cal_body .jqueryts_cal_today.jqueryts_cal_range_start .jqueryts_cal_day_inner {
    background-color: #3faba9;
}

.jqueryts_dtable .jqueryts_ss_header .jqueryts_hcolumn div.jqueryts_last_row,
.jqueryts_dtable .jqueryts_ss_header .jqueryts_span.jqueryts_last_row
{
    border-bottom: 1px solid #3faba9!important;
}

.jqueryts_dd_drag_column,
.jqueryts_hcolumn,
.jqueryts_hs_center,
.jqueryts_hs_left,
.jqueryts_hs_right,
.jqueryts_ss_header,
.jqueryts_ss_vscroll_header{
    background-color: #c5e6e5 !important;
}


.btn_table{
    background-color: #3faba9;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    display: block;
    padding: 1px 6px;
    line-height: 17px;
}
.btn_table:hover{
    background-color: #0a7784;
}
.btn_html{
    background-color: #3faba9;
    cursor: pointer;
    color: white;
    border-radius: 2px;
    display: block;
    padding: 1px 6px;
    line-height: 17px;
    width: 30px;
    height: 21px;
    display: block;
    margin-right: 5px;
}
.btn_html:hover{
    background-color: #0a7784;
}

.row-center{
    display: flex;
    align-items: center;
    height: 100%;
}
.row-center> .btn_table{
    margin-right: 4px;
}

.btn_table>svg{
    /*display: block;*/
    height: 18px;
    width: 18px;
    fill: #FFFFFF!important;
}

.btn_disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.jqueryts_progress_icon .jqueryts_progress_state{
    color: #3faba9;
}

.highlighted{
    background-color: yellow;
    color: rgb(32, 36, 44);
}
.img_repair{
    background-size: contain;
    margin: auto;
    width: 400px;
    height: 150px;
}



.jqueryts_vscroll_y{
    scrollbar-width: thin;
    scrollbar-color: #c7cfcf #e2eeee;
}
html.dark .jqueryts_vscroll_y{
    scrollbar-color: #576060 #20242c !important;
}

@media (max-width: 1024px) {
    .col-md-hide {
        display: none!important;
    }
}
@media (max-width: 600px) {
    .col-sm-hide {
        display: none!important;
    }
}

@media (max-width: 600px) {

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (max-width: 320px) {
    .b-link-lang{
        margin-right: 0px!important;
        margin-left: 10px!important;
    }
}


.menu_fade{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255,255,255, 0.5);
    display: none;
}
#logo_black{
    display: none;
}

.header-block{
    position: relative;
    z-index: 1;
}
.menu_active {
    position: relative;
    z-index: 2;
}

#menu_top.menu_fix{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05) !important;
    transition: opacity 300ms ease-in-out; /* Переход непрозрачности за 300 мс */
    overflow: visible;
}
#search_wat{
    width: 39px;

}
#search_wat>div{
    display: none;
}

@media (min-width: 1260px) {

    .header__top.menu_fix {
        background-color: #fff;
    }

    .header__top.menu_fix .link--white:not(.v-btn) {
        color: #000;
        stroke: #000;
    }
    .header__top.menu_fix #logo_white{
        display: none;
    }
    .header__top.menu_fix #logo_black{
        display: block;
    }
    #menu_top_wat{
        height: 63px;
    }
    #btn_hamb{
        display: none;
    }
    #search_wat{
        display: none;
    }
}

.header__top.menu_fix #search_wat>div{
    display: block;
}

#__nuxt .v-navigation-drawer--temporary,
#mobile_menu{
    z-index: 115!important;
}


#mobile_menu.mm_close{
    transform: translateX(-100%);
}

#mobile_menu.mm_open{
    transform: translateX(0%);
}



.mm_item .link--sub{
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mm_item .jqueryts_group_back{
    display: flex;
}
.mm_item .jqueryts_group_back>div{
    align-self: center;
    margin-top: -10px;
    color: #000;
}
.mm_item .jqueryts_group{
    display: flex;
}
.mm_item .jqueryts_group>div{
    align-self: center;
    margin-top: -10px;
    color: #000;
}

.mm_item .jqueryts_item{
    display: flex;
}
.mm_item .jqueryts_item>div{
    align-self: center;
    margin-top: -10px;
    color: #000;
}

.mm_item  .jqueryts_list_item.jqueryts_selected {
    box-shadow: inset 2px 0 #3faba9;
}

.mm_item .link--content{
    line-height: 20px;
    flex-grow:1;
    /*font-size: 12px;*/
}
.mm_item  .link--sub:hover{

}


.mm_item  .b-list__item_sub:hover{
    background-color: rgba(249 250 251)!important;
}
.mm_item  .b-list__item_sub{
    height:auto!important;
    padding: 0px 15px!important;
    /*padding: 0px 15px!important;*/
}
.mm_item .link--img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
    flex-basis:40px;
}
.mm_item .link--img>svg{
    width: 30px;
    height: 30px;
}

#mm_auth{
    cursor: pointer;
    padding-right: 20px;
}

#mm_auth .jqueryts_view{
    background-color: transparent;
}
#mm_auth  .jqueryts_template{
    font-size: 18px;
    line-height: 18px;

}
#mm_auth  .jqueryts_template>div{
    text-align: left!important;
    color:#000;
}


.banner-main{
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-color 0.2s ease-in-out; /* Добавьте анимацию для перехода цвета */
}

.a-main-mini-banner:before,
.banner-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    background-color: transparent; /* Прозрачный по умолчанию */
    transition: background-color 200ms ease-in-out;
    z-index: 10;
}

.a-main-mini-banner:hover:before,
.banner-main:hover:before {
    background-color: rgba(255, 255, 255, 0.1); /* Сделайте фон прозрачным, чтобы картинка мигала */
}


.a-main-mini-banner{
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    position: relative;

}
.banner-mini-text{
    margin-bottom: 30px;
    margin-left: 30px;
    position: relative;
    z-index: 15;
}
.a-main-mini-banner h3{
    font-size: 1rem;
    line-height: 1.5rem;
    color: white!important;
}

.a-main-mini-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; /* Прозрачный по умолчанию */
    transition: background-color 200ms ease-in-out;
    z-index: 10;
    -webkit-box-shadow: -8px -60px 100px 12px rgba(34, 60, 80, 0.45) inset;
    -moz-box-shadow: -8px -60px 100px 12px rgba(34, 60, 80, 0.45) inset;
    box-shadow: -8px -60px 100px 12px rgba(34, 60, 80, 0.45) inset;
}

.v-menu__content__sub{
    min-width: 97px;
    margin-top: 5px;
    transform-origin: left top;
    z-index: 20;
    display: block;
}

.header__bottom a{
    font-weight: bold;
}
.comm__link{
    text-decoration: none;
}

.comm__link>div{
    background-color: rgb(241, 245, 249);
    height: 100%;
}

.comm__link>div
{
    margin-right: 10px;
    padding: 15px;
}

.comm__link h3{
    font-family: "Arial", "system-ui", sans-serif !important;
    font-weight: 700;
    letter-spacing: 0 !important;
    line-height: 140%;
    color: #4a4a49;
    margin-bottom: 30px;
}
.comm__link p.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.comm__link p.text-gray{
    font-size: 0.8rem;
    line-height: 1rem;
    color: gray;
}

.comm__link a.text-gray{
    font-size: 0.8rem;
    line-height: 1rem;
    color: gray;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
}

.comm__link a.text-gray:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}
.comm__link a.text-gray:hover{
    color: #3faba9;
}
.comm__link a.text-gray:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}


.comm__link p{
    font-family: "Arial", "system-ui", sans-serif !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    line-height: 140%;
    margin-bottom: 20px!important;
    color: #000;
    font-size: 14px;
}

.comm_img_block{
    width: 100%;
    text-align: left;
}
.comm_img{
    height: 150px;
    width: 18rem;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.text-3xl{
    font-size: 1.875rem;
}

.page__banner{
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.page__banner>div{
    margin: 5px;
    padding-left: 2rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
    flex: 0 1 auto;
}
.page__banner>div>h2{
    font-family: "Arial", "system-ui", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 140%;
    font-size: 30px ;
    color: #fff;
    margin-bottom: 20px;
}
.page__banner>div>p{
    font-family: "Arial", "system-ui", sans-serif;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 20px;
}

.page__banner__file>div{

}
.page__banner__file h1{
    font-family: "Arial", "system-ui", sans-serif !important;
    font-size: 40px ;
    font-weight: 700;
    letter-spacing: 0 ;
    line-height: 120%;
    text-align: center;

}

.file_elem_img{
    display: flex;
    align-content: center;
    justify-content: flex-end;
}
.file_elem_img>img{
    width: 50px;
}
.file_elem_ext{
    color: rgb(156 163 175);
}

.file_list{
    border: 1px solid  #ccc;
    padding: 20px;
}
.v-application div.footer,
.v-application .align-center{
    text-align: start;
}


.header .ds-none{
    display: none!important;
}


.hw100{
    height: 100%;
    width: 100%;
}
.w100{
    width: 100%;
}
#lang_phone_container{
    display: flex;
}
#lang_phone_container>div{
    align-items: center;
    display: inline-flex;
}
html.dark .htop2_logo_black #logo_white{
    height: 22px;
    width: 152px;
    margin-top: 12px;
}

.htop2_logo_black{
    width: 175px;
    height: 48px;
    display: none;
    cursor: pointer;
}
.htop2_logo_black #logo_black{
    height: 22px;
    width: 152px;
    display: block!important;
    margin-top: 12px;
}
html.dark .htop2_logo_black #logo_black{
    display: none!important;
}
.htop2_logo_black >svg{
    height: 22px;
    width: 152px;
    /*fill: black!important;*/
}
.htop2_lang_phone #lang_phone_container .link--white:not(.v-btn){
    color: black!important;
}
.htop2_lang_phone{
    align-items: center;
    display: inline-flex;
}

.header__bottom__fixed{
    position: fixed!important;
    left:0;
    right: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05) !important;
    transition: opacity 300ms ease-in-out;
}
html.dark .header__bottom__fixed{
    box-shadow: 0 4px 24px rgba(0, 0, 0, .2) !important;
}
#mm_block_btn_left,
#mm_block_btn_right{
    width: 180px;
    display: none;
}
#menu_top{
    overflow: hidden;
}
@media (max-width: 1260px) {
    #logo_black{
        display: block;
    }
    .header__top{
        display: none;
    }
    #search_wat>div{
        display: block;
    }
    #mm_block_btn_left,
    #mm_block_btn_right{
        display: flex;
        align-items: center;
    }
    #mm_block_btn_right{
        justify-content: flex-end;
    }
    #btn_hamb>svg,
    .btn_search>svg{
        stroke: none!important;
    }
    #mm_block_btn_right>div{
        height: 25px;
    }
    #mm_block_btn_right{
        /*display: ;*/
    }
    #sphinx_page .left-sidebar{
        display:none;
    }
    .mm_block_versions{
        width: 150px;
        margin-left: 20px;
    }
    .v-application .grey.lighten-2{
        height: auto;
    }

    html.dark .header__top{
        background-color: rgb(32, 36, 44) !important;
    }
    html.dark .jqueryts_list_item.jqueryts_selected{
        background-color: rgb(29, 40, 58) !important;
    }

}


.link--img >svg {
    stroke: transparent!important;
}

.btn_search>svg{
    stroke: none!important;
    height: 23px;
}


.link_black{
 color: #3faba9;
}



.page-index__banner-item{
    margin-right: 10px;
}



.v-link {
    color: #3faba9;
}
.v-link:visited {
    color: #3faba9;
}

.link {
    color: #3faba9;
}
.link:visited {
    color: #3faba9;
}


html.dark .jqueryts_view{
    color: rgb(127, 142, 163);;
}








.a-hr{
    bottom: 20px;
    right: 0;
    transform: translateX(100%);
    transition: transform 2.5s ease;
}
.a-main-block__grey{
    transform: translateX(-100%);
    transition: transform 2.5s ease;
}


@media (max-width: 768px) {
    .a-product-news-slider>.container{
        padding-right: 0px!important;
    }
    .page__banner {
        margin: 0 -20px!important;
    }
}

@media (max-width: 320px) {
    .page-index__banner{
        aspect-ratio: 330 / 333!important;
    }
    .comm_img_block>div{
        max-width: 100%;
    }

    .comm__link{
        padding: 0 0!important;
    }

    .a-card-support__title.text-body-1{
        height: 70px!important;

    }

}
@media (max-width: 425px) {
    .a-card-support__link .text-no-wrap{
        white-space: normal!important;
    }
}



.menu_elem{
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 16px;
    line-break: normal;
    word-break: break-word;
    margin-top: 0;
    text-decoration: none;
}
.menu_elem>div{
    max-height: 50px;
    overflow: hidden;
    color: black;
}
.dark  .menu_elem>div{
    color: #cccccc;
}
.menu_elem:focus,
.menu_elem:hover{
    text-decoration: none;
}
.menu_desc_mobile{
    color: gray;
}
.menu_list_mobile .jqueryts_selected{
    background-color: rgb(232, 245, 245);

}
.menu_list_mobile .jqueryts_selected .menu_elem>div {
    color: rgb(63, 171, 169);
}
.menu_list_mobile .jqueryts_selected .menu_desc_mobile{
    color: rgba(76, 204, 201);
}
.menu_icon>svg{
    position: absolute;
    width: 30px;
    margin-left: -35px;
}

html.dark .menu_icon>svg{
    fill:#ccc!important;

}

.panel_admin{
    background-color: #eee;
}
.panel_admin .jqueryts_view{
    background-color: #eee;
}


@media (max-width: 2560px) {
    .smart-captcha{
        min-width: auto!important;
    }
    .smart-captcha iframe{
        width: 500px !important;
        height: 200px !important;
        transform: scale(0.65) translate(0,-60px) !important
    }
}


@media (max-width: 1440px) {
    .smart-captcha{
        min-width: auto!important;
    }
    .smart-captcha iframe{
        width: 500px !important;
        height: 200px !important;
        transform: scale(0.7) translate(0,-45px) !important
    }
}

@media (max-width: 1066px) {
    .smart-captcha{
        min-width: auto!important;
    }
    .smart-captcha iframe{
        width: 500px !important;
        height: 200px !important;
        transform: scale(0.6) translate(-23px,-61px) !important
    }
}

@media (max-width: 425px) {
    .smart-captcha{
        min-width: auto!important;
    }
    .smart-captcha iframe{
        width: 500px !important;
        height: 200px !important;
        transform: scale(0.5) translate(-250px,-100px) !important;
    }
    #captcha-container-reset iframe{
        transform: scale(0.5) translate(-270px,-90px) !important;
    }
    .not_found_parent{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .not_found_img_dark{
        position: absolute;
        z-index: 0;
        opacity: 0.2;
    }
    .not_found{
        position: relative;
        z-index: 1;
    }
}

.aqnos_datatable .b-link,
.aqnos_datatable  .link:not(.v-btn) {
    display: inline!important;
}

@media (min-width: 590px) {
    .info_version {
        display: none;
    }
}
@media (max-width: 590px) {
    .mm_block_versions{
        display: none!important;
    }
    .panel_admin{
        display: none;
    }
    .info_version {
        text-align: right;
        display: block;
        margin-top: 20px;
        color: gray;
    }
}


#right-sidebar.left_bar_hide{
    display: none;
}
#user_block{
    width: 143px;
    height: 40px;
    margin-top: 5px;
}
#user_block .jqueryts_view{
    background-color: transparent;
    color: #fff;
}

.admin_menu{
    margin-top: -4px!important;
}
.admin_menu .jqueryts_badge{
    position: absolute;
    top: -2px;
    right: -5px;
    font-size:12px;
}

.icon_cog{
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    margin-top: 6px;
}
.jqueryts_list_item .jqueryts_badge{
    margin:5px 6px 0 5pt;
}

.v-icon-hint{
    position: absolute;
    z-index: 10;
    top: 16px;
    right: 10px;
    color: #ccd7e6;
    width: 40px;
    height: 40px;
}
.v-icon-hint  .jqueryts_button{
    background-color: transparent!important;
}
.v-icon-hint.jqueryts_secondary .jqueryts_button .jqueryts_icon,
.v-icon-hint.jqueryts_secondary .jqueryts_button .jqueryts_icon_btn,
.v-icon-hint.jqueryts_secondary .jqueryts_button .jqueryts_img_btn_text{
    color: #ccd7e6;
}

.small_text{
    font-size: 12px;
    line-height: 15px;
}
.dark .bg .jqueryts_view.v-icon-hint{
    background-color: #1D283A;
}

.user_exit.jqueryts_secondary .jqueryts_button{
    background-color: transparent;

}
.user_exit.jqueryts_secondary .jqueryts_button>span{
    color: #fff;
}

.user_exit.jqueryts_secondary .jqueryts_button:focus,
.user_exit.jqueryts_secondary .jqueryts_button:hover
{
    background-color: transparent;
}
.err_reset_hide>div,
.err_login_hide>div{
    opacity: 0;
}

.err_reset>div,
.err_login>div{
    padding-top: 10px;
    opacity: 1;
    color: #ff5c4c;
    border-radius: 5px;
    border-color: #ff8d82;
    background-color: #ffdedb!important;
    font-size: 12px;
}
html.dark .login_success,
.login_success {
    background-color: #ddf5ea!important;
    border-color: #88dcb6!important;
    color: #313131;
}

.form_new_pass,
.form_reset,
.auth_form{
    border-color: transparent!important;
}
.win_auth{
    z-index: 120!important;
}
.jqueryts_modal{
    z-index: 119!important;
}

.header__top.menu_fix #user_block .jqueryts_view{
    color: #000;
}
.header__top.menu_fix #user_block .jqueryts_button path{
    fill: #000!important;
}

.admin_menu .jqueryts_list_item{
    background-color: rgb(0, 97, 116)!important;
}

.jqueryts_menu-x .jqueryts_list_item:active,
.jqueryts_menu-x .jqueryts_list_item:focus,
.jqueryts_menu-x .jqueryts_list_item:hover {
    background-color: #1992af;
}

.menu_fix .admin_menu  .jqueryts_list_item{
    background-color: white!important;
}
.menu_fix .icon_cog>svg>path {
    fill: black;
}
#mm_auth .admin_menu  .jqueryts_list_item{
    background-color: transparent!important;
}
#mm_auth .icon_cog>svg>path {
     fill: black;
 }
body .jqueryts_popup{
    z-index: 500;

}
.dark .jqueryts_toolbar .jqueryts_el_label .jqueryts_el_box{
    color: #ccc;
}

.dark .jqueryts_el_label .jqueryts_el_box,
.dark .jqueryts_inp_label,
.dark .jqueryts_inp_top_label,
.dark legend.jqueryts_forminput_label
{
    color: #7F8EA3;
}

.dark  .jqueryts_slider_title.jqueryts_slider_move {
    color: #fff;
}

.dark  .jqueryts_el_textarea textarea,
.dark  div.jqueryts_inp_static {
    background-color: #1D283A;
    color: #fff;
    border-color: #313336;
}

.dark .jqueryts_el_colorpicker input,
.dark .jqueryts_el_combo input,
.dark .jqueryts_el_datepicker input,
.dark .jqueryts_el_search input,
.dark .jqueryts_el_text input{
    background-color: #1D283A;
    color: #fff;
    border-color: #313336;
}

.dark .jqueryts_icon_button:hover:before{
    background-color: #1D283A;
}

.dark .jqueryts_el_colorpicker .jqueryts_inp_static:focus,
.dark .jqueryts_el_datepicker .jqueryts_inp_static:focus,
.dark .jqueryts_el_richselect .jqueryts_inp_static:focus,
.dark .jqueryts_el_select select:focus,
.dark .jqueryts_el_textarea textarea:focus{
    border-color: #313336;
    outline: 1px solid #0c82df;
}

.dark .jqueryts_view.jqueryts_control .jqueryts_disabled_box .jqueryts_inp_static,
.dark .jqueryts_view.jqueryts_control .jqueryts_disabled_box .jqueryts_slider_handle,
.dark .jqueryts_view.jqueryts_control .jqueryts_disabled_box .jqueryts_slider_right,
.dark .jqueryts_view.jqueryts_control .jqueryts_disabled_box input,
.dark .jqueryts_view.jqueryts_control .jqueryts_disabled_box select,
.dark .jqueryts_view.jqueryts_control .jqueryts_disabled_box textarea{
    background-color: #1D283A;
    border-color: #313336;
}

.dark .bg .jqueryts_view{
    background-color: #20242c;
    border:0 solid rgb(29, 40, 58)!important;
}
.dark .jqueryts_view{
    background-color: #20242c;
    border:0 solid rgb(29, 40, 58)!important;
}

.dark .jqueryts_dtable .jqueryts_ss_header .jqueryts_hcolumn div.jqueryts_last_row,
.dark .jqueryts_dtable .jqueryts_ss_header .jqueryts_span.jqueryts_last_row {
    border-bottom:1px solid #5ccce7;
}

.dark .jqueryts_ss_header .jqueryts_hcolumn .jqueryts_hcell,
.dark .jqueryts_ss_header .jqueryts_span{
    border-color:rgb(29, 40, 58)!important;
}

.dark s.jqueryts_dd_drag_column,
.dark .jqueryts_hcolumn,
.dark .jqueryts_hs_center,
.dark .jqueryts_hs_left,
.dark .jqueryts_hs_right,
.dark .jqueryts_ss_header,
.dark .jqueryts_ss_vscroll_header
{
    border-color:rgb(29, 40, 58)!important;
}
.dark .header_border{
    border-top: 1px solid rgb(29, 40, 58)!important;
}


.dark  header .jqueryts_input_icon{
    color: #8291A5;
}


.dark .jqueryts_dd_drag_column,
.dark .jqueryts_hcolumn,
.dark .jqueryts_hs_center,
.dark .jqueryts_hs_left,
.dark .jqueryts_hs_right,
.dark .jqueryts_ss_header,
.dark .jqueryts_ss_vscroll_header {
    background-color: rgb(29, 40, 58);
    color: #8291A5;
}


.dark .jqueryts_dtable_focused .jqueryts_column>div.jqueryts_column_select,
.dark .jqueryts_dtable_focused .jqueryts_column>div.jqueryts_row_select{
    background-color: #131B26;
    color: rgb(225, 231, 239);
}
.dark .jqueryts_column>div.jqueryts_cell_select,
.dark .jqueryts_column>div.jqueryts_column_select,
.dark .jqueryts_column>div.jqueryts_row_select{
    background-color: #131B26;
    color: rgb(225, 231, 239);
}




html.dark .jqueryts_view.jqueryts_control.jqueryts_el_tabbar{
    background-color: #20242c;
}


html.dark .jqueryts_item_tab{
    background-color: rgb(32, 36, 44);
    /*background-color: #131B26;*/
}
html.dark  .jqueryts_all_tabs .jqueryts_item_tab:hover{
    background-color: rgb(32, 36, 44);
}
html.dark  .jqueryts_item_tab.jqueryts_selected{
    background-color: rgb(29, 40, 58);
}
html.dark .highlight .go{
    color:rgb(225, 231, 239)
}

html.dark .theme--light.v-navigation-drawer{
    background-color: rgb(32, 36, 44);
}
html.dark .header__top.menu_fix{
    background-color: rgb(29, 40, 58);
}

html.dark .header__top.menu_fix .header__item a,
html.dark .header__top.menu_fix .header__item__menu a{
    color: #8291A5;
}
#reg_form {
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
}


.form_valid.jqueryts_view{
    background-color: #e8f5f5;
}

.form_reg.jqueryts_view{
    background-color: #e8f5f5;
}

.form_reg.jqueryts_view .jqueryts_view{
    background-color: transparent;
}

.a-hotline-card__title>.jqueryts_template{
    font-family: "Arial", "system-ui", sans-serif !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    line-height: 140%;
    font-size: 20px!important;
    color: black;
}

.reg_isset{
    background-image: url('/resources/images/aq_graf.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: transparent!important;
}
.reg_isset .jqueryts_view{
    background-color: transparent!important;
}

.v-icon-hint-md{
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 10px;
    color: #ccd7e6;
    width: 40px;
    height: 40px;
}
.v-icon-hint-md  .jqueryts_button{
    background-color: transparent!important;
}

.v-icon-hint-md.jqueryts_secondary .jqueryts_button .jqueryts_icon,
.v-icon-hint-md.jqueryts_secondary .jqueryts_button .jqueryts_icon_btn,
.v-icon-hint-md.jqueryts_secondary .jqueryts_button .jqueryts_img_btn_text{
    color: #ccd7e6;
}

.reg_gray{
    color: #999;
}
.reg_gray{
    margin-left: 7px!important;
    margin-top: -10px!important;
}

.label_check_reg{
    cursor: pointer!important;
}




.v-hint-template{
    margin-top: -20px!important;
    margin-left: 3px!important;
}
.v-hint-template-company{
    margin-top: -10px!important;
    margin-left: 3px!important;
}

.err_reg_hide>div{
    opacity: 0;
}

.err_reg>div{
    padding-top: 10px;
    opacity: 1;
    color: #ff5c4c;
    /*border-radius: 5px;*/
    border-color: #ff8d82;
    background-color: #ffdedb!important;
    font-size: 12px;
    height: 100%;
}


.win_mail{
    z-index: 1000!important;
}
.link-err{
    font-weight: bolder;
    color: red;
}
.link-err:hover{
    text-decoration: none;
}
.v-aq-search>.jqueryts_el_box>.jqueryts_input_icon.wxi-search{
    color: #3faba9;
    left: 2px;
}
.mark{
    background-color: yellow;
}
.v-aq-search>.jqueryts_el_box>input{
    padding-left: 30px;
    padding-right: 0px;
    border-color: transparent;
}

html.dark .v-aq-search>.jqueryts_el_box>input{
    background-color: transparent;
    border-color: transparent;
}
#v-aq-search-border{
    position: absolute;
    border: 1px solid #3faba9;
    top: 13px;
    left: 20px;
    bottom: 13px;
    right: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
html.dark #v-aq-search-border{
    background-color: #1D283A;
}

.left-sidebar>div.left_bar_fix{
    overflow-y: auto!important;
    scrollbar-width: thin;
    scrollbar-color: #c7cfcf #e2eeee;
}
.v-aq-search-tr{
    background-color: transparent!important;
}
.v-aq-search-block{
    background-color: transparent!important;
    position: relative;
}

.a-search {
    background-color: white;
    z-index: 200!important;
    overflow: hidden!important;
}
.a-search__results{}
html.dark .a-search {
    background-color: #20242c;
}
.a-search .v-input .v-input__icon>svg>path{
    fill: rgb(204, 204, 204);
}

.a-search.hide{
    display: none!important;
}
.a-search h2 {
    font-family: "Arial", "system-ui", sans-serif !important;
    font-weight: 700;
    letter-spacing: 0 !important;
    line-height: 140%;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}
html.dark .a-search h2{
    color: rgb(204, 204, 204);
}



.a-search .v-text-field__slot input{
    margin-left: 10px;
}
.a-search .v-text-field__slot>label {
    font-family: "Arial", "system-ui", sans-serif;
    margin-left: 10px;
}

.a-search button.v-btn{
    background-color: #3faba9!important;
    font-family: "Arial", "system-ui", sans-serif;
}
.a-search .v-input{
    font-family: "Arial", "system-ui", sans-serif;
}
.a-search .v-input.focused label{
    display: none;
}
.a-search .v-input.focused .ci-search{
    color: #3faba9!important;
}
.a-search .v-input.focused .v-input__icon>svg>path{
    fill: #3faba9;
}
.a-search .v-input.focused fieldset {
    border-color: #3faba9!important;
}

.a-search .v-input.focused .v-input__slot {
    background-color: transparent!important;
}

html.dark .a-search .v-input fieldset {
    border-color: rgb(29, 40, 58) ;
}

html.dark .a-search .v-input__slot{
    background-color: rgb(29, 40, 58) !important;
}

html.dark .a-search input{
    color: white;
}

html.dark .a-search .a-search__close>svg>path{
    fill: rgb(204, 204, 204);
    stroke: rgb(204, 204, 204);
}
html.dark .a-search .a-search__close:hover>svg>path{
    fill: white;
    stroke: white;
}
.a-search .v-input.focused .v-input__slot {
    background-color: transparent!important;
}

.search_iframe{
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden!important;

}


@media (max-width: 1260px) {
    .a-search {
        padding: 20px;
    }
}


.frame_null{
    height: 500px;
    overflow: hidden;
}

.search_file>li{
    padding: 10px 0px 10px 20px;
}
.search_file>li>a.link_file {
    font-size: 16px;
    font-weight: 700;
    color: #3faba9;
    display: inline-block;
}
.search_file>li a.link_page:visited,
.search_file>li a.link_page {
    color: #3faba9;
    display: inline-block;
}
.search_file>li>p.context {
    margin-top: 10px;
    font-size: 16px;
    color: rgb(136, 136, 136);
    padding-left: 40px;
}

.search-title{
    text-align: left!important;
    font-size: 24px!important;
    color: black;
    margin: 0px 0px  15px 0px!important;
}
.search-summary{
    color: black;
    font-size: 16px;
    margin: 0px 0px 10px 0px!important;
}

html.dark .search-title{
    color: rgb(204, 204, 204);
}
html.dark .search-summary{
    color: rgb(204, 204, 204);
}


@media (max-width: 1260px) {
    .accordion_search{
        /*border-radius: 20px;*/
    }
    .accordion_search .jqueryts_accordionitem_label>span{
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*background-color: #7e7e7e;*/
    }
    .accordion_search .jqueryts_accordionitem_label>span>b{
        font-weight: normal;
        display: block ;
        margin-right: 15px;
    }

    .accordion_search .jqueryts_accordionitem_label>span>span.counter_hint{
        display: block;
        text-align: center;
    }
    .accordion_search .jqueryts_accordionitem_label>span>span.counter_hint>i{
        font-family: "Arial", "system-ui", sans-serif;
        font-size: 10px;
        display: block;
        height: 22px;
        border-radius: 15px;
        border: 1px solid white;
        line-height: 22px;
        font-weight: bold;
        text-align: center;
    }
    .not_found_img{
        display: none!important;
    }
}

@media (min-width: 1260px) {

    .a-search__results > div > div > div.jqueryts_view:first-child {
        /*border-radius: 20px 20px 0px 0px !important;*/
        overflow: hidden;
    }

    .a-search__results > div > div > div.jqueryts_view:last-child > div {
        background-color: #fff;
        border-bottom: 1px solid rgb(218, 222, 224) !important;
        border-left: 1px solid rgb(218, 222, 224) !important;
        border-right: 1px solid rgb(218, 222, 224) !important;
        /*border-radius: 0px 0px 20px 20px !important;*/
        overflow: hidden;
    }


    html.dark .a-search__results > div > div > div.jqueryts_view:first-child {
        border: 1px solid #3faba9 !important;
    }

    html.dark .a-search__results > div > div > div.jqueryts_view:last-child > div {
        background-color: rgb(32, 36, 44);
        border-bottom: 1px solid #3faba9 !important;
        border-left: 1px solid #3faba9 !important;
        border-right: 1px solid #3faba9 !important;
    }

    .tabview_search .jqueryts_item_tab>span{
        display: flex;
        justify-content: center;
        align-items: center;
        /*background-color: #7e7e7e;*/
    }
    .tabview_search .jqueryts_item_tab>span>b{
        font-weight: normal;
        display: block ;
        margin-right: 15px;
    }

    .tabview_search .jqueryts_item_tab>span>span.counter_hint{
        display: block;
        width: 25px;
        text-align: center;
    }
    .tabview_search .jqueryts_item_tab>span>span.counter_hint>i{
        font-family: "Arial", "system-ui", sans-serif;
        font-size: 10px;
        display: block;
        height: 20px;
        width: 30px;
        border-radius: 15px;
        border: 1px solid #006074;
        line-height: 19px;
        font-weight: bold;
        text-align: center;
    }
    .a-search{
        max-width: 1000px;
        left: auto!important;
        /*left:50%;*/
        /*margin-left: -500px;*/

    }
    #block-search .a-search{
        position: relative!important;
        margin-left: auto;
        margin-right: auto;
    }
    #block-search .a-search__close{
        display: none;
    }
    #block-search .a-search__header>h2{
        display: none;
    }
    #block-search  .a-search__header{
        height: 90px;
    }
    #block-search   .a-search__header .v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot{
        box-shadow: none;
    }
    #block-search   .a-search__header .v-btn:not(.v-btn--round).v-size--default{
        margin-top: -1px;
        min-width: 117px;
        margin-right: -21px;
    }

}

@media (min-width: 320px) {
    .jqueryts_accordionitem_label>span>b{
        font-size: 12px!important;
    }
}


i.search_loader{
    background-image: url("/resources/images/load.gif");
    background-size: contain;
    background-position: center;
    border-color: transparent!important;
}
.not_found_img{
    background-image: url("/resources/images/not_found.jpg");
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 200px;
}
.not_found_img_dark{
    background-image: url("/resources/images/not_found_dark.png");
    background-size: contain;
    background-position: center;
    width: 300px;
    height: 200px;
}
.not_found{
    line-height: 27px;
}
.not_found>ul{
    padding-left: 30px;
    list-style: disc;
}
.not_found>ul>li{
    color: gray;
}
.not_found_parent{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 30px;
}

.aq_tag_searsh{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 5px 0;
    flex-wrap: wrap;
}
.aq_tag_searsh>div{
    border: 1px solid #3faba9;
    padding: 5px;
    margin: 5px 0 5px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.aq_tag_searsh>div.active{
    background-color: #3faba9;
    color: #fff;
}
.aq_tag_searsh>div.active>i>svg>path{
    fill: #fff!important;
}
.aq_tag_searsh>div>span{
    display: block;
}
.aq_tag_searsh>div>i{
    display: block;
    flex: 0 1 20px;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.aq_tag_searsh>div>b{
    display: block;
    padding: 4px;
    margin: 5px;
}
.icon_search{
    display: flex;
    height: 100%;
    align-items: center;
}
.icon_search>i{
    display: block;
    flex: 0 1 30px;
    width: 30px;
    height: 30px;
}
@media (max-width: 1260px) {
    .aq_tag_searsh>div>span{
        flex: 0 1 auto;
    }
    .aq_tag_searsh>div{
        padding: 2px;
        font-size: 12px;
        margin: 3px 0 3px 5px;
   }
    .aq_tag_searsh>div>i{
        display: block;
        flex: 0 1 15px;
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .aq_tag_searsh>div>b{
        display: block;
        padding: 2px;
        margin: 2px;
    }
}

.search_go{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.search_go>div{
    margin-top: 60px;
}
.win_cookie{
    position: fixed!important;
    top: auto!important;
    left: auto!important;
    right: 20px!important;
    bottom: 15px!important;
    background-color: rgba(0,0,0,.8);
    border-color: rgba(0,0,0,1);
}

.win_cookie .jqueryts_win_head{
    display: none!important;
}
.win_cookie .jqueryts_view{
    background-color: transparent!important;
    color: #fff;
}

