.faq_wp{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
}
.faq_page{
    padding-top: 43px;
}
.noselect {
    -webkit-user-select: none;   /* Chrome, Safari, Opera */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE, Edge */
    user-select: none;           /* Стандарт */
}
.answer_block{
    display: none;
    background: #fff;
    border: 1px solid #ABABAB;
    border-top: none;
    margin-top: -10px;
    padding: 30px 20px 23px 20px;
    border-radius: 0 0 10px 10px;
}
.faq_wp .question_block:last-child{
    margin-bottom: 0;
}
.question_block.active .answer_block{
    display: block;
}
.question_top{
    padding: 15px 8px 15px 20px;
    border-radius: 10px;
    border: 1px solid #ABABAB;
    position: relative;
    z-index: 100;
    cursor: pointer;
}
.question_top div{
    font-size: 25px;
    width: calc(100% - 38px);
}
.question_top span{
    width: 38px;
    height: 38px;
    background: url("../images/ico-arrow-down.svg") no-repeat center center;
    background-size: 20px auto;
}
.question_block.active .question_top span{
    transform: rotate(-180deg);
}
.answer_block p{
    text-indent: 36px;
}
.answer_block ul{
    margin-left: 35px;
    margin-top: 25px;
}
.answer_block ul li{
    list-style: none;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}
.answer_block ul li:before{
    content: '–';
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.answer_block ul li a{
    font-weight: 400;
    color: #883DFB;
}
.answer_block p:first-child{
    margin-top: 0;
}
.question_block{
    margin-bottom: 20px;
}
.publications_wp{
    margin-top: 35px;
}
.publications_wp h2{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}
.publication_item{
    width: 49%;
    margin-top: 38px;
}
.publication_img_wp{
    width: 180px;
    position: relative;
}
.publication_info{
    width: calc(100% - 180px);
    padding-left: 20px;
    position: relative;
}
.publication_img{
    display: block;
}
.publication_img img{
    border-radius: 10px;
}
.publication_like{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 100;
    background: #fff;
}
.publication_like svg{
    transition: .2s;
    fill: #fff;
    stroke: #2C2C2C;
    position: relative;
    top: 1px;
}
.publication_del{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
}
.publication_del svg{
    transition: .2s;
    fill: #DB864D;
    position: relative;
    top: 1px;
}
.publication_edit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    margin-left: 5px;
}
.publication_edit svg{
    transition: .2s;
    fill: #fff;
    stroke: #DB864D;
    position: relative;
    top: 1px;
}
.publication_copy{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    margin-left: auto;
    margin-top: 5px;
}
.publication_copy svg{
    transition: .2s;
    fill: #DB864D;
    position: relative;
    top: 1px;
}
.publication_sorting{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    z-index: 100;
    background: #fff;
    margin-right: 10px;
}
.publication_sorting svg{
    transition: .2s;
    fill: #0077CC;
    filter: grayscale(1);
}
.publication_sorting:hover svg{
    filter: grayscale(0);
}
.publication_sorting.active svg{
    filter: grayscale(0);
}
.publication_like:hover svg{
    fill: #BB0000;
    stroke: #BB0000;
}
.publication_like.active svg{
    fill: #BB0000;
    stroke: #BB0000;
}
.pl_fav_btn.active svg {
  fill: #BB0000;
  stroke: #BB0000;
}
.pub_btns{
    position: absolute;
    top: 10px;
    right: 10px;
}
.pub_btns .publication_like{
    position: static;
}
.result_item .pub_btns{
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
.result_item .pub_btns a{
    transition: .2s;
    opacity: 0;
    visibility: hidden;
}
.result_item.active .pub_btns {
    opacity: 1;
    visibility: visible;
}
.result_item.active .pub_btns a.active{
    opacity: 1;
    visibility: visible;
}
.result_item:hover .pub_btns{
    opacity: 1;
    visibility: visible;
}
.result_item:hover .pub_btns a{
    opacity: 1;
    visibility: visible;
}
.publication_title{
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.publication_line{
    font-size: 20px;
    font-weight: 300;
    padding-right: 30px;
    margin-bottom: 15px;
}
.pl_link svg{
    fill: #0077CC;
    margin-right: 10px;
}
.pl_link{
    display: flex;
    align-items: center;
}
.pl_link_stroke svg{
    stroke: #0077CC;
    fill: #fff;
}
.publication_text{
    font-size: 20px;
    margin-top: 30px;
    padding-right: 10px;
}
footer{
    width: 100%;
    padding: 48px 0;
    margin-top: auto;
    position: relative;
    background: linear-gradient(90deg, #E5E1FC 0%, #CCE4F5 50.5%, #E5E1FC 100%);
}
.content_wp {
   padding-bottom: 80px;
}
.f_list{
    width: 100%;
}
.f_list li{
    list-style: none;
    margin-bottom: 11px;
    width: 19%;
}
.f_list li:nth-child(5n+5){
    width: 24%;
}
.f_list li a{
    font-size: 18px;
}
.soc_block{
    margin-left: 30px;
}
.soc_block a{
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background-color: #fff;
    margin-right: 30px;
}
.f_list li a:hover{
    color: #0077CC;
}
.soc_block a:last-child{
    margin-right: 0;
}
.soc_tg{
    background: url("../images/soc-tg.svg") no-repeat center center;
}
.soc_vk{
    background: url("../images/soc-vk.svg") no-repeat center center;
}
.soc_ig{
    background: url("../images/soc-ig.svg") no-repeat center center;
}
.soc_yb{
    background: url("../images/soc-yb.svg") no-repeat center center;
}
.question_btn{
    width: 240px;
    height: 50px;
    color: #005780;
}
.question_btn svg{
    fill: #005780;
    margin-left: 17px;
}
.copyright{
    width: 45%;
    font-size: 16px;
    margin-left: 35px;
}
.copyright a{
    color: #0077CC;
}
.f_btns{
    margin-top: 30px;
}
.f_btns a{
    width: 232px;
    height: 50px;
    margin-right: 10px;
    border-radius: 10px;
    font-size: 20px;
}
.f_btns a img{
    margin-right: 15px;
}
.right_btns{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 8900;
}
.right_btns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    fill: #fff;
}
.footer_top{
    padding-left: 18px;
}
.up_btn{
    background: #fff;
    margin-bottom: 20px;
}
.up_btn svg{
    stroke: #883DFB;
    fill: none;
}
.r_call_btn{
    background: #883DFB;
}
.r_call_btn svg{
    fill: #fff;
}
.up_btn:hover{
    background: #883DFB;
}
.up_btn:hover svg{
    stroke: #fff;
}
.r_call_btn:hover{
    background: #fff;
}
.r_call_btn:hover svg{
    fill: #883DFB;
}
.cookie_block{
    width: 700px;
    border-radius: 10px;
    background: #fff;
    position: fixed;
    bottom: 20px;
    left: 50%;
    margin-left: -350px;
    padding: 20px;
    z-index: 1000;
    display: none;
}
.cookie_btn{
    width: 218px;
    height: 55px;
}
.cookie_info{
    width: calc(100% - 218px);
    padding-right: 20px;
    font-size: 20px;
}
.cookie_btn svg{
    fill: #005780;
    margin-right: 10px;
}
.toggle_menu{
    padding-top: 10px;
    display: none;
}
.toggle_menu ul li{
    width: 25%;
    padding-right: 10px;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}
.toggle_menu ul li a{
    font-size: 20px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(255,255,255,0);
}
.toggle_menu ul li a:hover{
    border-bottom: 1px dashed #000;
}
.toggle_menu ul li a.active{
    border-bottom: 1px dashed #000;
}
.toggle_menu ul li:before{
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
}
.center_btn .main_btn{
    margin: 70px auto 0 auto;
    padding: 0 30px;
}
.center_btn .main_btn svg{
    margin-left: 25px;
}
.publications_wp .center_btn .main_btn{
    margin-top: 30px;
}
.details_block{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(37,30,74,0.2);
}
.details_block h2{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
}
.details_item{
    max-width: 700px;
    border-radius: 10px;
    padding: 20px;
    margin: 50px auto 0 auto;
}
.details_item ul{
    margin-top: 30px;
}
.details_item ul li{
    font-size: 25px;
    padding-left: 27px;
}
.details_item ul li:before{
    font-size: 25px;
}
.details_item ul:first-child{
    margin-top: 0;
}
#modal7 {
    max-width: 600px !important;
    height: auto !important;
}
.modal_w1 {
    width: 600px;
    border-radius: 5px;
    background: #F1F1F1;
    padding: 35px 30px;
}
.modal_btn {
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 12px;
}
.modal_title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.modal_text{
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
.modal_text_v2{
    padding: 0 30px;
    text-align: center;
}
.modal_text_v2 p{
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
}
.modal_text_v2 p:first-child{
    margin-top: 15px;
}
.modal_subtitle{
    font-size: 20px;
    text-align: center;
    margin-top: 14px;
}
.fancybox-close-small svg{
    display: none;
}
.fancybox-close-small{
    width: 20px;
    height: 20px;
    opacity: 1;
    background: url("../images/ico-close.svg") no-repeat center center;
    background-size: 100%;
    top: 27px !important;
    right: 27px !important;
}
.services_wp + .center_btn .main_btn{
    margin-top: 15px;
}
.pagination li{
    padding-left: 0;
    font-size: 22px;
    font-weight: 400;
    margin: 0 17px 0 0;
    color: #0077CC;
}
.pagination li a{
    color: #6C6C6C;
    display: inline-block;
    padding-top: 5px;
}
.pagination li a:hover{
    color: #0077CC;
}
.pagination li a.active{
    color: #0077CC;
}
.pagination li:before{
    display: none;
}
.pagination li:first-child{
    font-size: 22px;
    font-weight: 400;
    color: #251E4A;
}
.pagination li:last-child{
    position: relative;
    left: -10px;
}
.sorting_bottom .filter_top{
    height: 36px;
    border-radius: 8px;
    font-size: 22px;
    padding: 0 7px;
    border: 1px solid #C8C8C8;
}
.sorting_bottom .filter_top span{
    width: 20px;
    height: 20px;
    background: url("../images/ico-arrow-down2.svg") no-repeat center center;
    background-size: 100% auto;
}
.sorting_bottom .filter_item{
    width: 65px;
}
.sorting_bottom .filter_top div{
    width: calc(100% - 20px);
    text-align: center;
}
.sorting_bottom>span{
    font-size: 22px;
    margin-right: 20px;
}
.pagination_prev{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/ico-arrow-right.svg") no-repeat center center;
    background-size: auto 100%;
    transform: rotate(-180deg);
    border: none !important;
    position: relative;
    top: 4px;
}
.pagination_next{
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/ico-arrow-right.svg") no-repeat center center;
    background-size: auto 100%;
    border: none !important;
    position: relative;
    top: 4px;
}
.pagination_wp{
    padding: 0 10px;
}
.sorting_bottom .filter_toggle a{
    font-size: 22px;
    padding: 5px 7px;
    margin: 0;
    text-align: right;
}
.sorting_bottom .filter_toggle a:hover{
    background: rgba(148,148,235,0.2);
}
.sorting_bottom .filter_toggle{
    top: 36px;
    padding: 0;
    border: 1px solid #0077CC;
    overflow: hidden;
}
.cf_input:disabled{
    cursor: default;
    border: 1px solid #ABABAB;
    background: #fff;
}
.exercise_toggle .cf_input{
    border-radius: 10px;
}
.modal_line .contacts_form_item{
    width: 49%;
}
.contacts_form_item .cf_pole{
    height: 160px;
}
.result_wp + .result_wp{
    border-top: 1px solid rgba(37,30,74,0.2);
    margin-top: 30px;
}
.result_wp + .result_wp.result_wp_hidden{
    border-top: none;
    margin-top: 0;
}
.result_text{
    font-size: 20px;
    margin-top: 7px;
}
.result_data{
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}
.more_btn{
    width: 300px;
    height: 70px;
    margin: 33px auto 0 auto;
    font-size: 20px;
    border: 1px solid #0077CC;
}
.more_btn span{
    font-weight: 600;
}
.more_btn svg{
    transform: rotate(90deg);
    fill: #0077CC;
    margin-left: 30px;
    position: relative;
    right: -20px;
}
.login_btn{
    width: 550px;
    height: 86px;
    margin: 50px auto 0 auto;
    font-size: 25px;
    border-radius: 15px;
}
.login_btn span{
    margin-right: 5px;
}
.login_btn svg{
    fill: #883DFB;
    margin-left: 20px;
}
.lk_mi_bottom{
    margin-top: 38px;
}
.save_btn{
    width: 330px;
    height: 80px;
    border-radius: 10px;
    font-size: 25px;
    background: #005780 url("../images/ico-person-white.svg") no-repeat 70px center;
    border: 1px solid #005780;
    color: #fff;
    font-weight: 400;
    padding-left: 60px;
}
.save_btn:hover{
    background: #fff url("../images/ico-person-blue.svg") no-repeat 70px center;
    color: #005780;
}
.lk_mi_bottom .contacts_form_check{
    width: calc(100% - 350px);
    margin: 0 0 0 20px;
    padding-top: 0;
    top: -5px;
}
.lk_mi_bottom .contacts_form_check input[type='checkbox'] + label:before{
    top: 6px;
}
.lk_mi_bottom .contacts_form_check a{
    display: inline;
}
.activation_block{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(37,30,74,0.2);
}
.activation_title{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.activation_title + .lk_warning{
    margin-top: 30px;
}
.activation_btn{
    width: 21.5%;
    height: 100px;
    background: #fff;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 500;
    padding: 0 10px 0 20px;
}
.activation_btn:hover{
    background: #883DFB;
    color: #fff;
}
.activation_input{
    width: 50%;
}
.activation_line{
    margin-top: 50px;
}
.access_btn{
    width: 100%;
    height: 70px;
    border-radius: 10px;
    font-size: 25px;
    background: #fff;
}
.access_btn:hover{
    background: #883DFB;
    color: #fff;
}
.confirm_link{
    font-size: 25px;
    font-weight: 300;
}
.confirm_link:hover{
    color: #883DFB;
}
.lk_mi_line_m2{
    margin-top: 50px;
}
.lists_btn{
    width: 100%;
    border-radius: 5px;
    font-size: 22px;
    height: 55px;
}
.lists_btns .lists_btn{
    height: 60px;
    background: #fff;
    border: 1px solid #ABABAB;
    color: #2C2C2C;
}
.modal_w1 .contacts_form_btns_w2 .contacts_form_btn{
    width: 330px;
}
.modal_w1 .contacts_form_btns_w2 .contacts_form_btn_item input[type='file'] + label{
    width: 330px;
}
.modal_w1 .contacts_form_btns_w2 .contacts_form_btns{
    width: 100%;
    margin-top: 30px;
}
.modal_w1 .contacts_form_btns_w2 .contacts_form_btn_item{
    margin: 0 10px;
}
.modal_text a{
    color: #005780;
}
.modal_f2 .modal_title{
    font-size: 30px;
}
.modal_f2 .modal_text{
    font-size: 25px;
}
.contacts_form_line .contacts_form_item{
    width: 48%;
}
.modal .contacts_form_line .contacts_form_item{
    margin-bottom: 20px;
}
.modal {
    left: 0px !important;
    margin-left: 0px !important;
}
}
.chat_bottom_img{
    width: 90%;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 25px;
}
.chat_bottom_img_item{
    position: relative;
    width: 25%;
    padding: 0 5px;
}
.chat_bottom_img_item img{
    border-radius: 10px;
}
.cbi_close{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff url("../images/ico-close-red-2.svg") no-repeat center center;
    background-size: 11px auto;
    position: absolute;
    top: 10px;
    right: 18px;
}
.chat_message_input_block{
    width: calc(100% - 220px);
    position: relative;
}
.chat_message_line{
    margin-top: 20px;
}
.chat_message_input{
    width: 100%;
    height: 70px;
    border-radius: 10px;
    padding: 0 110px 0 20px;
    font: 22px 'Gilroy', sans-serif;
    border: 1px solid #ABABAB;
}
.chat_message_btn{
    width: 200px;
    height: 70px;
    font-size: 25px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #0077CC;
    margin-left: auto;
}
.chat_message_btn:hover{
    box-shadow: 0 0 15px 0 #9494EB;
}
.chat_message_add_file input[type='file']{
    display: none;
}
.chat_message_add_file input[type='file'] + label{
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/ico-add-file.svg") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
}
.chat_message_add_file{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 55px;
}
.emoji_btn{
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/ico-smile.svg") no-repeat center center;
    margin-top: 10px;
}
.chat_message_input_block .emoji_btn{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 70px;
}
.lk_item_text{
    font-size: 25px;
    font-weight: 300;
}
.exercise_wp + .pagination_wp{
    margin-top: 20px;
}
.contacts_form_item .filter_item{
    width: 100%;
    background: #fff;
}
.contacts_form_item .filter_top{
    padding: 0 20px;
}


.rating {
    display: inline-block;
    margin: 0px 0px 3px 10px;
}
.star {
    font-size: 25px;
    color: #ccc; /* Цвет неактивных звезд */
    cursor: pointer;
}
.modal_rating .star {
    font-size: 40px !important;
}
.star.hover,
.star.selected
{
    color: #0077CC; /* Цвет активных звезд */
}


.button_size_medium{
    width: 400px;
    height: 110px;
}
.lk_admin_link{
    margin-top: 15px;
}
.lk_admin_link a{
    font-size: 20px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed #005780;
}
.modal_save_btn{
    width: 300px;
    height: 70px;
    margin: 0 auto;
}
.modal_ok_btn{
    width: 100px;
    height: 50px;
    color: #2C2C2C;
    border-radius: 5px;
}
.modal_ok_btn:hover{
    background: linear-gradient(90deg, #0077CC 0%, #0F90FC 100%);
    color: #fff;
}
.modal_no_btn{
    width: 100px;
    height: 50px;
    color: #BB0000;
    border-radius: 5px;
}
.modal_no_btn:hover{
    background: #fff;
    color: #BB0000;
}
.modal_ok_btn svg{
    fill: #fff;
    margin-right: 15px;
}
.modal_ok_btn:hover svg{
    fill: #005780;
}
.modal .contacts_form_btns{
    margin-top: 30px;
}
.modal .contacts_form_full .contacts_form_check{
    margin-top: 20px;
    height: auto;
    margin-left: 0;
}
.modal_pay_btn{
    width: 376px;
    height: 55px;
    margin: 0 auto;
    background: #005780 url("../images/ico-wallet.svg") no-repeat 90px center;
    color: #fff;
    padding-left: 30px;
}
.modal_pay_btn:hover{
    background: #fff url("../images/ico-wallet-blue.svg") no-repeat 90px center;
    color: #005780;
}
.pay_info{
    text-align: center;
    font-size: 25px;
    margin-top: 20px;
}
.pay_info span{
    font-weight: 600;
}
.contacts_form_check_one_line{
    padding-top: 15px;
    margin-top: 0 !important;
}
.mob_lk_btns{
    display: none;
}
.ui-datepicker * {
    font-size: 14px;
}

/**/
.main_promo_slider{
    position: relative;
}
.main_promo_wp{
    margin-top: 50px;
}
.prev1{
    width: 50px;
    height: 50px;
    background: url("../images/ico-arrow-white.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 30px;
    z-index: 8900;
}
.next1{
    width: 50px;
    height: 50px;
    background: url("../images/ico-arrow-white.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: 30px;
    z-index: 8900;
    transform: rotate(-180deg);
}
.sp1{
    width: auto;
    background: #fff;
    max-width: 165px;
    height: 36px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: -55px auto 0 auto;
}
.main_promo_slide{
    position: relative;
}
.main_promo_slide:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.main_promo_slide img{
    border-radius: 10px;
}
.main_promo_info{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
}
.main_promo_info div{
    width: 35%;
}
.main_promo_gallery_item_wp{
    width: 50%;
    padding: 0 20px;
}
.main_promo_gallery{
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
}
.main_promo_gallery_item img{
     border-radius: 10px;
}
.main_promo_gallery_item{
    position: relative;
    margin-top: 40px;
}
.main_promo_gallery_item:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.main_promo_gallery_item .main_promo_info div{
    width: 45%;
}
.request_btn{
    width: 510px;
    height: 100px;
    font-size: 25px;
    font-weight: 400;
    margin: 70px auto 0 auto;
}
.request_btn span{
    font-weight: 600;
}
.request_btn svg{
    margin-right: 30px;
    fill: #fff;
}
.reviews_wp{
    margin-top: 70px;
    padding-top: 20px;
    border-top: 1px solid #666666;
}
.reviews_wp h2{
    font-size: 25px;
    margin-bottom: 38px;
}
.review_slide{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DB864D;
}
.reviews_slider{
    position: relative;
    padding: 0 10px 50px 10px;
}
.review_slide_img{
    width: 100px;
}
.review_slide_img img{
    border-radius: 50%;
}
.review_slide_info{
    width: calc(100% - 100px);
    padding-left: 20px;
}
.rs_name{
    font-size: 20px;
    font-weight: 500;
}
.rs_link{
    margin-top: 5px;
}
.rs_link a{
    font-size: 20px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px dashed #005780;
    color: #005780;
}
.rs_rating{
    margin-top: 25px;
}
.review_slide_text{
    margin-top: 25px;
    font-size: 20px;
}
.swiper-rev{
    overflow: hidden;
}
.sp-rev{
    bottom: 0 !important;
}
.lang_toggle_block{
    width: 170px;
    padding: 10px 15px 20px 15px;
    border-radius: 10px;
    border: 1px solid #0077CC;
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    display: none;
}
.f_lang .lang_toggle_block{
    top: inherit;
    bottom: 70px;
}
.tb_title{
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
}
.ltb_item img{
    width: 60px;
    height: auto;
    border-radius: 10px;
}
.ltb_item div{
    width: 60px;
    height: 40px;
    border: 1px solid #0077CC;
    border-radius: 10px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .2s;
}
.ltb_item:hover div{
    background: #0077CC;
    color: #fff;
}
.ltb_item{
    margin-bottom: 10px;
}
.lang_toggle_block .ltb_item:last-child{
    margin-bottom: 0;
}
.currency_toggle_block{
    width: 160px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #DB864D;
    position: absolute;
    top: 70px;
    right: 0;
    background: #fff;
    display: none;
}
.currency_toggle_block a{
    display: block;
    font-size: 15px;
    position: relative;
    padding-left: 18px;
    border-radius: 10px;
}
.currency_toggle_block a:before{
    content: '–';
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 3px;
}
.currency_toggle_block a.active{
    background: #FFEEDE;
    border-radius: 10px;
    font-weight: 500;
}
.currency_toggle_block a.active:before{
    content: '+';
    font-weight: 500;
}
.more_btn + .request_btn{
    margin-top: 38px;
}
.answer_comments_link{
    margin-top: 28px;
}
.answer_comments_link a{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 3px;
    border-bottom: 1px dashed #000;
}
.service_bottom{
    width: 90%;
    margin-top: 13px;
}
.service_price{
    width: calc(100% - 290px);
    font-size: 25px;
    font-weight: 500;
}
.service_link{
    font-size: 20px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #005780;
    color: #005780;
}
.services_block .publication_title{
    margin-bottom: 20px;
}
.plugin_wp{
    margin-top: 30px;
}
.plugin_tabs a{
    font-size: 25px;
    padding-bottom: 3px;
    margin-right: 38px;
    color: #005780;
    border-bottom: 1px dashed #005780;
}
.plugin_tabs a.active{
    color: #000;
    border-bottom: 1px dashed rgba(255,255,255,0);
}
.plugin_block{
    margin-top: 20px;
}
.chat_line_text p a{
    color: #005780;
    border-bottom: 1px dashed #005780;
}
.chat_line_text p a:hover{
    text-decoration: none;
}
.download_block{
    margin-top: 38px;
}
.download_block h2{
    text-align: left;
    margin-bottom: 15px;
}
.download_block h2 span{
    padding-right: 38px;
    background: url("../images/ico-check-orange.svg") no-repeat right center;
    background-size: 30px auto;
}
.dl_text{
    width: 550px;
    padding-right: 50px;
    font-size: 20px;
}
.dl_link{
    margin-left: 10px;
    font-size: 20px;
    color: #005780;
    border-bottom: 1px dashed #005780;
}
.download_line{
    margin-top: 10px;
}
.download_line .contacts_form_check{
    width: auto;
    margin-left: 30px;
    margin-top: 0;
    color: #005780;
}
.download_line .contacts_form_check label{
    display: block;
    padding-top: 5px;
}
.result_wp_square{
    margin-top: 72px;
    padding-top: 30px;
}
.divider{
    width: 100%;
    height: 1px;
}
.result_wp_square + .pagination_wp{
    margin-top: -15px;
}
.profile_add_img{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}
.profile_add_img_item{
    width: 10%;
    padding: 0 5px;
    position: relative;
}
.profile_add_img_item img{
    border-radius: 10px;
}
.profile_add_img_item:hover .pa_del_img{
    opacity: 1;
}
.pa_del_img{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: #fff url("../images/ico-close-red-2.svg") no-repeat center center;
    background-size: 15px auto;
    position: absolute;
    top: 10px;
    right: 15px;
    opacity: 0;
}
.exercise_item_pole .profile_add_img_item{
    width: 16.666666%;
}
.exercise_item_pole .profile_add_img{
    margin-top: 0;
}
.exercise_item_pole .pa_del_img{
    width: 36px;
    height: 36px;
    background-size: 100%;
}
.result_item_line{
    border-radius: 10px;
    padding: 20px;
}
.result_wp .result_item_line:first-child{
    margin-top: 0;
}
.result_item_line.premium{
    background: #EAEAFB;
}
.result_item_line .publication_img_wp{
    width: 270px;
}
.result_item_line_info{
    width: calc(100% - 270px);
    padding-left: 40px;
}
.result_item_line_info .result_title{
    font-size: 25px;
    margin-top: 0;
}
.ri_line{
    margin-top: 25px;
}
.ri_line .place_info{
    font-size: 25px;
    margin-top: 0;
}
.ri_line .catalog_price_block{
    font-size: 25px;
    margin-top: 0;
    margin-left: 30px;
}
.ri_line .publication_line{
    margin-left: 53px;
    margin-bottom: 0;
}
.ri_line .pl_link{
    margin-right: 36px;
}
.result_item_line_info ul{
    margin-top: 10px;
}
.result_item_line_info ul li{
    margin-top: 2px;
}
.result_item_line.premium .pl_link_stroke svg{
    fill: #FFEEDE;
}
.company_text{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 15px;
}
.company_text p span{
    background: #F7F7F7;
    padding: 0 5px;
    border-radius: 3px;
}
.pt_item{
    width: 33.333%;
    padding: 0 10px;
}
.plugin_tabs_v2{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 36px;
}
.pt_item a{
    width: 100%;
    height: 80px;
    border: 1px solid #005780;
    border-radius: 10px;
    font-size: 25px;
}
.pt_item a:hover{
    background: #F3F7F9;
}
.pt_item a.active{
    font-weight: 500;
    background: #F3F7F9;
}
.plugin_wp{
    margin-top: 65px;
    padding-top: 20px;
    border-top: 1px solid #666666;
}
.plugin_wp + .publications_wp h2{
    text-align: left;
}
.comment_wp{
    margin-top: 50px;
}
.comment_title{
    font-size: 25px;
    font-weight: 500;
}
.comment_add_link{
    font-size: 25px;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 3px;
    margin-left: auto;
}
.comment_add_link:hover{
    color: #4278BC;
}
.cbt_img{
    width: 60px;
}
.cbt_img img{
    border-radius: 5px;
}
.cbt_text{
    font-size: 20px;
    padding-left: 0px;
}
.cbt_text span{
    margin-left: 5px;
}
.cbt_link{
    font-size: 20px;
    margin-right: 30px;
}
.cbt_reaction a{
    width: 30px;
    height: 24px;
    border-radius: 3px;
    border: 1px solid #ABABAB;
}
.cbt_reaction a.plus{
    background: url("../images/ico-arrow-down-black.svg") no-repeat center center;
    transform: rotate(-180deg);
}
.cbt_reaction a.minus{
    background: url("../images/ico-arrow-down-black.svg") no-repeat center center;
}
.reaction_count{
    width: 60px;
    height: 27px;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    padding: 0 5px;
}
.comment_block{
    margin-top: 23px;
}
.comment_item{
    border-radius: 10px;
    border: 1px solid #ABABAB;
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}
.comment_item p:first-child{
    margin-top: 0;
}
.comment_item p {
    text-align: left !important;
}
.all_comments_link{
    margin-top: 20px;
}
.all_comments_link a{
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    color: #0077CC;
    padding-bottom: 3px;
}
.comment_rating{
    margin-left: 32px;
    position: relative;
    top: -1px;
}
.comment_block_w2{
    width: 95%;
    margin-left: auto;
}
.comment_block_w3{
    width: 90%;
    margin-left: auto;
}
.comment_item img{
    margin-top: 10px;
    margin-right: 10px;
}
.company_top_wp + .company_text{
    margin-top: 30px;
}
.company_text + .publications_wp h2{
    text-align: left;
}
.result_wp + .plugin_wp{
    padding-top: 0;
    border: none;
    margin-top: 38px;
}
.plugin_wp + .company_text{
    margin-top: 50px;
}
.eip_line_item{
    width: 33.333%;
    padding: 0 10px;
}
.eip_line{
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 6px;
}
.exercise_line_item_full .cf_input{
    height: 50px;
    font-size: 20px;
}
.exercise_line_item_full{
    margin-top: 30px;
}
.exercise_line_item_full .exercise_item_title{
    padding-top: 0;
}
.exercise_item_pole .contacts_form_check a{
    display: inline;
}
.exercise_item_pole .contacts_form_check input[type='checkbox'] + label:before{
    top: 5px;
}
.quiz_tabs a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20%;
    height: 60px;
    border-radius: 10px;
    font-size: 25px;
    border: 1px solid #B0734A;
    box-shadow: 0 0 10px 0 rgba(31,36,90,0.3);
    background: #fff;
}
.quiz_tabs a.active{
    background: #FFEEDE;
}
.quiz_tabs{
    margin-top: 50px;
}
.content + .publications_wp{
    padding-top: 15px;
}
.comment_wp + .pagination_wp{
    margin-top: 27px;
}
.compare_wp + .main_info_wp{
    margin-top: 70px;
    padding-top: 18px;
    border-top: 1px solid #666666;
}
.main_info_wp h2{
    font-size: 25px;
}
.requests_table + .request_btn{
    margin-top: 30px;
}
.request_btn + .plugin_wp{
    padding-top: 0;
    border: none;
    margin-top: 38px;
}
.modal .contacts_form_full{
    max-width: 100%;
}
.modal .save_btn{
    width: 500px;
}
.contacts_form_btn_fill{
    background: #fff;
    color: #005780;
}
.contacts_form_btn_fill svg{
    fill: #005780;
}
.plugin_mob_select{
    display: none;
}
.plugin_mob_select .msb_select_top{
    height: 26px;
    background: #F3F7F9;
    text-align: center;
}
.plugin_mob_select .msb_select_top div{
    width: calc(100% - 20px);
    text-align: center;
}
.mob_result_info{
    display: none;
}
.mob_add_img{
    display: none;
    flex-wrap: wrap;
}
.pole_m_db{
    display: none;
    width: 100%;
    padding: 0;
}
#modal6 .contacts_form_btn_fill{
    background: #005780;
    color: #fff;
}
#modal6 .contacts_form_btn_fill svg{
    fill: #fff;
}
.cbt_right_mob{
    display: none;
    margin-top: 5px;
}
.footer_bottom{
    padding-left: 17px;
    padding-top: 17px;
}
.f_lang{
    margin-left: 33px;
    position: relative;
}
.modal_login_btn{
    width: 280px;
    height: 70px;
    font-size: 25px;
    margin: 0 auto;
}
.modal_login_btn svg{
    margin-left: 20px;
    fill: #0077CC;
}
.modal_send_btn{
    width: 280px;
    height: 70px;
    font-size: 25px;
}
.modal_send_btn svg{
    stroke: #0077CC;
    fill: #fff;
    margin-left: 20px;
}
.modal_send_btn:hover svg{
    stroke: #fff;
    fill: #0F90FC;
}
.modal_confirm_btn{
    width: 280px;
    height: 70px;
    font-size: 25px;
    margin: 30px auto 0 auto;
}
.modal_confirm_btn svg{
    margin-left: 20px;
    fill: #0077CC;
}
.calendar_top_slider{
    position: relative;
    height: 42px;
}
.calendar_block{
    width: 100%;
    height: 300px;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
}
.prev-ts2 {
    width: 80px;
    height: 42px;
    border-radius: 7px;
    border: 1px solid #000;
    background: url(../images/ico-arrow-ts-blue.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0;
    z-index: 1000;
}
.prev-ts2:hover{
    background: #0077CC url(../images/ico-arrow-ts.svg) no-repeat center center;
    border: 1px solid #0077CC;
}
.next-ts2 {
    width: 80px;
    height: 42px;
    border-radius: 7px;
    border: 1px solid #000;
    background: url(../images/ico-arrow-ts-blue.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    right: 0;
    z-index: 1000;
    transform: rotate(180deg);
}
.next-ts2:hover{
    background: #0077CC url(../images/ico-arrow-ts.svg) no-repeat center center;
    border: 1px solid #0077CC;
}
.modal .test_text{
    color: #000;
}
.modal_price{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.modal_price div{
    margin-top: 20px;
}
.modal_price div span{
    display: block;
}
.contacts_form_btns_m .contacts_form_btn_item{
    margin: 0 10px;
}
.bottom_btn{
    margin: 40px auto 0 auto;
}
.catalog_lines_wp{
    padding-top: 0;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}
.cat_data{
    margin-top: 15px;
}
.cat_data span{
    display: inline-block;
    font-size: 22px;
    padding: 7px 35px;
    border-radius: 10px;
    background: #F7F7F7;
}
.price_new{
    font-size: 25px;
    font-weight: 500;
}
.price_old{
    font-size: 25px;
    text-decoration: line-through;
    color: #808080;
    margin-left: 37px;
}
.rt_calendar_btn{
    width: 32px;
    height: 32px;
    background: url("../images/ico-calendar-blue.svg") no-repeat center center;
    background-size: 100% auto;
    margin-left: 30px;
}
.table_scroll + .pagination_wp{
    margin-top: 13px;
}
.comment_sorting{
    width: 280px;
    margin-left: 50px;
}
.pl_data{
    margin-right: 10px;
}
.publications_wp .publication_img_wp .publication_like{
    width: 30px;
    height: 30px;
}
.publications_wp .publication_img_wp .publication_like svg{
    width: 16px;
    height: auto;
}
.publications_wp .publication_img_wp .pub_btns{
    top: 15px;
    right: 15px;
}
.more_btn_right svg{
    transform: rotate(0);
}
.articles_catalog_wp .publication_title{
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 0;
}
.a_name{
    font-size: 20px;
    margin-top: 23px;
}
.articles_catalog_wp .pl_data{
    font-size: 15px;
    margin-right: 0;
}
.articles_catalog_wp .pl_link{
    font-size: 15px;
}
.articles_catalog_wp .pl_link svg{
    margin-right: 5px;
}
.articles_catalog_wp .publication_line{
    padding-right: 0;
    margin-top: 10px;
}
.schedule_wp{
    padding-top: 27px;
}
.schedule_title{
    font-size: 25px;
    font-weight: 500;
}
.schedule_item{
    margin-top: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ABABAB;
}
.si_title{
    font-size: 22px;
}
.schedule_line{
    margin-top: 20px;
}
.s_time_block .msb_select_top{
    height: 46px;
    padding-left: 15px;
    padding-right: 30px;
}
.s_time_block .msb_item{
    width: 86px;
}
.s_time_block .msb_select_top span{
    right: 10px;
}
.s_time_block_divider{
    font-size: 25px;
    margin: 0 11px;
}
.s_time_del{
    width: 16px;
    height: 16px;
    background: url("../images/ico-close-red-2.svg") no-repeat center center;
    background-size: 100% auto;
    margin-left: 18px;
}
.s_time_plus{
    font-size: 22px;
    padding-left: 41px;
    background: url("../images/ico-plus.svg") no-repeat 0 center;
    margin-left: auto;
    padding-right: 5px;
}
.schedule_column{
    width: 38.8%;
    padding-top: 5px;
}
.schedule_block .schedule_column:last-child{
    margin-left: 11%;
}
.s_time_block .msb_select_toggle{
    min-width: auto;
    top: 46px;
}
.reservation_form_title{
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
.reservation_form{
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding-top: 50px;
}
.comment_open {
    display: none;
}
.all_comments_link.active {
    display: none;
}
@media only screen and (min-width: 1400px) {
    .f_list li{
        width: 270px !important;
    }
}
@media only screen and (min-width: 1270px) and (max-width: 1400px)  {
    .f_list li{
        width: 240px !important;
    }
    .question_btn{
        width: 210px;
    }
}
@media only screen and (min-width: 1170px) and (max-width: 1270px) {
    .f_list li{
        width: 220px !important;
    }
    .question_btn{
        width: 205px;
    }
    .soc_block{
        margin-left: 15px;
    }
    .soc_block a{
        margin-right: 15px;
    }
}


.light_mode .form_error {
    color: #ea7471;
    background-color: #fee;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-radius: 7px;
    border: 2px solid #ea7471;
}
.form_error p {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}


/* Минимум стилей для плавающего лейбла */
.da_floating_label-wrapper {
    position: relative;
    /* margin можно убрать, если не нужно */
}
.da_floating_label-wrapper label.da_floating_label {
    position: absolute;
    left: 15px;
    top: 19px;
    font-size: 18px;
    pointer-events: none;
    transition: all 0.3s ease;
    padding: 0 4px;
}
.da_floating_label-wrapper.active label.da_floating_label {
    top: -8px;
    font-size: 14px;
    background-color: white; /* белый фон для перекрытия границы */
}

@media (max-width: 480px) {
    .da_floating_label-wrapper label.da_floating_label {
        font-size: 14px;
        left: 10px;
        top: 10px;
    }
    .da_floating_label-wrapper.active label.da_floating_label {
        font-size: 12px;
        top: -6px;
        left: 8px;
    }
}



table.di_calendar_table {
    width: 100%;
    max-width: 500px;
    line-height: 1.2em;
    font-size: 15px;
    text-align: center;
}
table.di_calendar_table thead td {
    padding-bottom: 10px;
}
table.di_calendar_table td {
    text-align: center;
}
table.di_calendar_table .month_select {
    font-size: 30px;
    cursor: pointer;
}
table.di_calendar_table .di_unselectable {
    user-select: none;
}
table.di_calendar_table tbody td.calendar_active {
    cursor: pointer;
}
.di_calendar_table tfoot td {
    padding: 20px 0px 20px 0px;
    text-align: center;
}
.di_calendar_table tfoot select {
    width: auto !important;
    padding: 5px 0px !important;
}
table.di_calendar_table {
    border: 1px solid transparent;
    border-collapse: collapse;
}
table.di_calendar_table .left_col {
    min-width: 200px;
}
table.di_calendar_table td, table.di_calendar_table th {
    border: 1px solid transparent;
    padding: 5px 5px;
}
table.di_calendar_table th {
    text-align: left;
    padding: 5px 15px;
}

table.calendar_ thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
}

table.calendar_ tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
}
table.calendar_ thead th:first-child {
    left: 0;
    z-index: 1;
}
table.di_calendar_table .time_header {
    overflow: hidden;
    width: auto;
    height: 17.5px;
}
.time_header div {
    position: absolute;
    margin-top: -8px;
    overflow: hidden;
}
div.calendar_order {
    position: absolute;
    height: 44px;
    vertical-align: middle;
    text-align: center;
}
div.calendar_order a {
    margin-top: 4px;
    padding: 8px 0px;
    display: block;
    overflow: hidden;
}

/* COLORS */

table.di_calendar_table {
    border: 1px solid #CCC;
}
div.di_calendar_order a {
    color: #fff;
}
.di_calendar_weekend {
    background-color: #fff2e0;
}
table.di_calendar_popup {
    background-color: #fff;
}
.di_calendar_table tfoot td {
    background-color: #f9f9f9;
}
table.di_calendar_table tbody td.period {
    background-color: #b7b7b7;
}
table.di_calendar_table tbody td.period a {
    color: #666;
}
table.di_calendar_popup {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.18);
    -moz-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.18);
    box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.18);
}
table.di_calendar_table tbody td.calendar_day:hover {
    background-color: #ecefe7;
}
table.di_calendar_table tbody td.disabled, table.di_calendar_table tbody td.disabled a {
    background-color: #eee !important;
    color: #c1c1c1 !important;
}
table.di_calendar_table tbody td.selected {
    background-color: #E21621 !important;
    color: #fff !important;
}
table.di_calendar_table tbody td.selected a {
    color: #fff !important;
}
table.di_calendar_table tbody td:nth-child(n+6), table.di_calendar_table .holiday {
    color: rgb(231, 140, 92);
}
table.di_calendar_table tbody td.today {
    background-color: #B8ECB9;
    color: #000 !important;
}
table.di_calendar_table tbody td.today a {
    color: #000;
    background-color: transparent;
}

table.di_calendar_popup {
    display: none;
    position: absolute;
    z-index: 9999;
    padding: 10px;
    max-width: 300px !important;
}
.msb_select_label {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    display: inline-block;
    margin: -8px 0px 0px 15px;
    padding: 0px 5px;
    font-size: 14px;
}
.user_table th a {
    position: relative;
    padding-right: 25px; /* отступ для иконки */
    text-decoration: none;
    color: inherit;
}

/* Иконка появляется только у ссылок с классом asc или desc */
.user_table th a.asc::after,
.user_table th a.desc::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 16px;
    height: 16px;
    background-image: url(/images/ico-down-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    transform-origin: center;
    translate: 0 -50%; /* вертикальное центрирование */
}

.user_table th a.asc::after {
    transform: rotate(180deg); /* стрелка вверх */
}

.user_table th a.desc::after {
    transform: rotate(0deg); /* стрелка вниз */
}
#di-preloader {
    opacity: 0.7;
    padding: 7px 6px 4px 6px;
    border-radius: 5px;
    width: 36px;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -19px;
    display: none;
    text-align: center;
    z-index: 9999999;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.1);
}
.date_filter_arrow {
    margin-top: 5px;
}