*,::after,::before {box-sizing: border-box}
html, body {padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; -webkit-tap-highlight-color: transparent;font-size: 14px}
html {overflow-y: scroll;}
body {margin: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; text-align: left; overflow: hidden; color: #2d3748; background: #f8f9fa;min-height: 100dvh}
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: .5rem;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: .5rem; font-family: inherit; font-weight: 700; line-height: 1.2; color: inherit;}
p {margin-top: 0; margin-bottom: 1rem;}
a {text-decoration: none; outline: none}
a:hover {text-decoration: none}
button, input, optgroup, select, textarea {margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; outline: none;}
.container-fluid {max-width: 1410px; margin: 0 auto; padding-right: 15px; padding-left: 15px;}

/* LAYOUT */
body{
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}
.mt32{margin-top: 32px}

/* HEADER */
.h{
    width: 100%;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 1;
    height: 220px;
    padding: 24px;
    background: linear-gradient(90deg, #83c6a8 0%, #acd8c9 100%);
    color: white;
}
.h__l, .h__r{
    display: flex;
    align-items: center;
    grid-gap: 14px;
}
.h__r{
    grid-gap: 17px;
    margin-top: 11px;
}
.h__r > *{
    display: flex;
    grid-gap: 4px;
    align-items: center;
    font-size: 12px;
}
.h__not {
    display: inherit;
}
.h__r path{
    fill: white;
}
.h__menu-btn{
    padding: 25px 22px;
    border-right: 1px solid rgba(227, 228, 229, 0.4);
    cursor: pointer;
}
.h__b{
    background: white;
    height: 13px;
    width: 19px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.h__b-l{
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #7e858f;
    transition: transform .3s, background .2ms;
}
.h__b .h__b-l:nth-child(2){
    margin-left: auto;
    width: 80%;
}

/* HOME */
.hm{
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-column-gap: 24px;
    padding: 24px;
}
.hm__s{
    grid-template-columns: 1fr;
}
/* SIDEBAR */
.sb{
    width: 268px;
    display: flex;
    flex-direction: column;
    grid-gap: 25px;
}
.sb__short__btn{
    background: #fff;
    width: 100%;
    border-radius: 15px;
    border: 1px solid rgba(42, 54, 71, 0.05);
    box-shadow: 0 2px 6px 0 rgba(42, 54, 71, 0.1);
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}
.sb__del{
    width: 100%;
    height: 2px;
    display: flex;
    justify-content: center;
}
.sb__ul{
    display: flex;
    flex-direction: column;
}
.sb__li{
    width: 100%;
    padding: 12px 16px 12px 17px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    transition: all .3s;
    font-weight: 500;
    font-size: 12px;
    color: #a0aec0;
}
.sb__square{
    width: 30px;
    height: 30px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    background: #fff;
    border-radius: 12px;
    transition: all .3ms;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sb__square path{
    fill: #83C6A8;
    transition: all .3ms;
}
.sb__li.active .sb__square path{
    fill: white;
}
.sb__li.active{
    background: white;
    color: #2d3748;
    box-shadow: 0 2px 6px 0 rgba(42, 54, 71, 0.03);
}
.sb__li.active .sb__square{
    background: #83c6a8;
}
.sb__li:not(.active):hover{
    background: #ffffffd1;
}
.sb__li:not(.active):hover .sb__square{
    background: #83c6a824;
}
.sb__stats{
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
}
.sb__stat{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: #a0aec0;
}
.sb__stat span{
    font-weight: 700;
    color: rgba(45, 55, 72, 0.6);
}
.sb__new{
    margin-top: 11px;
}
.sb__new-cnt{
    width: 100%;
    min-height: 170px;
    padding: 15px;
    border-radius: 15px;
    background: url(img/bg1.svg) center no-repeat;
    background-size: cover!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sb__new-title{
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #fff;
}
.sb__new-title span{
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
}
.sb__btn{
    width: 100%;
    border-radius: 12px;
    background: #fff;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #2d3748;
}
.sb__stats-btn, .sb__new-btn{
    display: none;
}

.sb.short{
    width: 64px;
}
.sb.short .sb__li{
    justify-content: center;
}
.sb.short .sb__del, .sb.short .sb__stats, .sb.short  .sb__new, .sb.short .sb__li span{
    display: none;
}
.sb.short .sb__stats-btn, .sb.short .sb__new-btn{
    width: 100%;
    height: 54px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 15px;
}
.sb.short .sb__new-btn{
    margin-top: 11px;
    background: #83c6a8;
}
.sb.short .sb__new-btn .sb__square{
    background: white;

}
.sb.short .sb__new-btn .sb__square path{
    fill: #2d3748;
}

/* CONTENT */
.cnt{
    padding: 24px;
    margin-top: -81px;
}
.cnt__h{
    padding: 16.5px;
    backdrop-filter: blur(21px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.02);
    background: linear-gradient(137deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.8) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    grid-gap: 22px;
}
.cnt__h-logo{
    position: relative;
    width: 80px;
    min-height: 80px;
    background: linear-gradient(0deg, rgba(160, 174, 192, 0.75), rgba(160, 174, 192, 0.75)), #FFFFFF;
    border-radius: 12px;
    padding: 15.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cnt__h-logo > svg{
    width: 48px;
    height: 48px;
}
.cnt__h-logo > svg path{
    fill: rgba(255, 255, 255, 0.6);
}
.cnt__h-text{
    display: flex;
    flex-direction: column;
}
.cnt__h-text h1{
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #2d3748;
    margin: 0;
}
.cnt__h-text > div{
    font-size: 14px;
    line-height: 140%;
    color: #a0aec0;
}
.cnt__h-text > div span{
    font-weight: 600;
    color: #718096;
}
.cnt__btns{
    margin-left: auto;
    display: flex;
    grid-gap: 5px;
}

.cnt__btn{
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
    color: rgba(45, 55, 72, 0.6);
    border-radius: 12px;
    transition: all .3ms;
    cursor: pointer;
    font-size: 11px;
}
.cnt__btn_stop svg{
    margin-top: -1px;
}
.cnt__btn:not(.color) path{
    fill: rgba(45, 55, 72, 0.6);
}
.cnt__btn:not(.color).active path{
    fill: rgb(45 55 72);
}
.cnt__btn.active{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}
.cnt__btn:not(.active):hover{
    background: #ffffff36;
}
.cnt__btn.cnt__btn-d{
    padding: 10px 10px;
    margin-left: 15px;
}
.cnt__h-logo .cnt__btn{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 26px;
    height: 26px;
    padding: 7px;
    border-radius: 8px;
}
.cnt__h-logo .cnt__btn-edit{
    top: initial;
    bottom: -5px;
}
.cnt__h-logo .cnt__btn svg{
    width: 12px;
    height: 12px;
}

.cnt__b{
    display: grid;
    grid-template-columns: 259px 1fr;
    grid-gap: 60px;
    margin-top: 31px;
}
.cnt__s{
    backdrop-filter: blur(60px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.c{
    margin-top: 24px;
    border-radius: 15px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    background: #fff;
    padding: 24px;
    display: grid;
    grid-gap: 24px 74px;
    grid-template-columns: 1fr 2fr;
}
.c__row{
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 2fr 1fr;
}
.c__title{
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: #2d3748;
}
.c__f{
    grid-column-start: 1;
    grid-column-end: 3;
}
.c__cnt{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    backdrop-filter: blur(60px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 15px;
}
.c__btn{
    background: #83c6a8;
    padding: 15px;
    width: 100%;
    max-width: 186px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 12px;
}

.c__btn.disabled {
    background: #dce4ec;
    color: rgba(42, 54, 71, 0.6);
    cursor: default;
}

.c__table, .box__table{
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}
.box__table{
    margin-top: 24px;
}
.c__table > *, .box__table > *{
    padding: 24px 0;
    border-bottom: 1px solid #e2e8f0;
}
.box__table > *{
    padding: 12px 0;
}
.c__table-h, .box__table-h{
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    color: #a0aec0;
    padding-right: 12px;
}
.box__table-h{
    text-transform: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #2d3748;
}
.box__table-h span{
    color: rgba(42, 54, 71, 0.6);
}
.c__table-t, .box__table-t{
    font-weight: 600;
    line-height: 140%;
    color: #2d3748;
}
.c__table-s, .box__table-s{
    font-weight: 600;
    line-height: 140%;
}
.c__table-text, .box__table-text{
    font-weight: 500;
    line-height: 140%;
    color: rgba(42, 54, 71, 0.6);
}
.c__table-text .c__tag {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    color: rgba(42, 54, 71, 0.6);
    border: 1px solid rgba(42, 54, 71, 0.6);
    border-radius: 8px;
    white-space: nowrap;
}

.tabs{
    display: grid;
    grid-template-columns: 160px 1fr;
    margin-top: 8px;
}
.tabs__l{
    display: grid;
}
.tabs__h{
    display: flex;
    align-items: center;
    grid-gap: 8px;
    padding: 16px 23px;
    cursor: pointer;
}
.tabs__h.active{
    border-radius: 15px 0 0 15px;
    background: rgba(226, 232, 240, 0.3);
}
.tabs__r{
    padding: 15px 24px;
    background: rgba(226, 232, 240, 0.3);
    border-radius: 0 15px 15px 15px;
}
.tabs__l:has(.tabs__h:nth-child(2).active) + .tabs__r{
    border-radius: 15px 15px 15px 0;
}
.tabs__r > *{
    display: none;
}
.tabs__r > *.active{
    display: block;
}
.tabs__r > *.tabs__cnt-btns.active{
    display: grid;
}
.tabs__cnt-btns{
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    align-items: center;
    height: 100%;
}
.tabs__btn{
    height: min-content;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    color: #a0aec0;
}
.tabs__btn.active{
    backdrop-filter: blur(60px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #2d3748;
}

.dh{
    margin-top: 50px;
}
.dh__title{
    display: flex;
    grid-column-gap: 5px;
    font-size: 18px;
}
.dh__title svg{
    margin-top: 3px;
    width: 16px;
    height: 16px;
}
.dh__title-text{
    font-weight: 500;
    line-height: 140%;
    color: #2a3647;
    display: flex;
    flex-direction: column;
}
.dh__title-text span{
    color: #a0aec0;
}
.dh__cnt{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}
.dh__i{
    position: relative;
    padding: 24px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*grid-column-gap: 15px;*/
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #cacdd169, rgba(0, 0, 0, 0)) 1 100%;
    border-left: 0;
}
.dh__cnt .dh__i:last-child{
    border: none;
    padding-right: 17px;
}
.dh__cnt .dh__i:first-child{
    padding-left: 17px;
}
.dh__l{
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
}
.dh__t{
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #2d3748;
}
.dh__h{
    font-size: 28px;
    line-height: 110%;
    white-space: nowrap;
}
.dh__h span{
    font-size: 60px;
    line-height: 80%;
}
.dh__r{
    position: absolute;
    right: 23px;
    top: 23px;

    font-weight: 300;
    font-size: 44px;
    line-height: 80%;
    color: rgba(45, 55, 72, 0.25);
}
.dh__r span{
    font-weight: 500;
}

.box{
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 74px;
    padding: 36px;
    border-radius: 15px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.02);
    background: #fff;
}
.box__cnt{
    padding: 24px;
    border-radius: 16px;
    background: #f8f9fa;
}
.box__title{
    display: flex;
    grid-column-gap: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #2a3647;
}
.box__title svg{
    margin-top: 3px;
    min-width: 12px;
    height: 12px;
}
.box__title span{
    font-weight: 400;
    color: #a0aec0;
}
.box__title a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #83c6a8;
}
.box__cnt ul{
    margin: 24px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: rgba(42, 54, 71, 0.6);
    padding-left: 17px;
}
.box__check{
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 24px;
    font-size: 12px;
    line-height: 150%;
    color: #2d3748;
}
.box__btn{
    background: #83c6a8;
    padding: 15px;
    width: 100%;
    max-width: 186px;
    display: flex;
    justify-content: center;
    grid-gap: 4px;
    align-items: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 12px;
}
.box__r .box__cnt{
    margin-top: 32px;
}
.box__status{
    font-size: 28px;
    line-height: 150%;
    color: rgba(42, 54, 71, 0.6);
    display: flex;
    align-items: center;
    grid-gap: 24px;
}
.box__status_t{
    display: flex;
    flex-direction: column;
    color: #2a3647;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: rgba(42, 54, 71, 0.6);
}
.box__status_t > div{
    margin-top: 2px;
    display: flex;
    align-items: center;
    grid-gap: 6px;
    color: #2a3647;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
}
.box__status_t span{
    border-radius: 6px;
    padding: 2px 4px;
    background: #83c6a8;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #fff;
}
.box__ring{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    width: 54px;
    height: 54px;
    background: white;
}
.box__ring svg{
    transition: all 0.5s ease;
    animation: rotate 5s linear infinite;
}
@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
}
.box__title{
    margin-top: 24px;
    display: flex;
    grid-column-gap: 5px;
}
.box__title svg{
    width: 18px;
    height: 18px;
    margin-top: 1px;
}
.box__title-text{
    font-weight: 500;
    line-height: 140%;
    color: #2a3647;
    display: flex;
    flex-direction: column;
}
.box__title-text span{
    font-weight: 400;
    color: #a0aec0;
}

/* FORM */
.form{
    width: 440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1.50px solid #fff;
    border-radius: 16px;
    padding: 36px 48px;
    backdrop-filter: blur(32px);
    box-shadow: 0 4px 12px 0 rgba(42, 54, 71, 0.05);
    background: rgba(255, 255, 255, 0.75);
}
.charts-form .field:first-child{
    margin-top: 0;
}
.data-machine .charts-form .field{
    margin-top: 0;
}
.data-machine .charts-form .field + .field{
    margin-top: 5px;
}
.form__inner{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.field, .wa-field{
    width: 100%;
    margin-top: 32px;
}
.charts-form .field{
    margin-top: 24px;
}
.form__title{
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #2d3748;
}
.form__tag{
    width: max-content;
    margin-top: 7px;
    border-radius: 8px;
    padding: 6px 12px;
    background: #dce4ec;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: rgba(45, 55, 72, 0.6);
}
.form__h2{
    margin-top: 7px;
    font-size: 18px;
    line-height: 140%;
    color: #2d3748;
}
input[type="text"].form__input, input[type="date"], input[type="datetime-local"], .cnt__s select, .form select, .field:has(.value input[type="text"]) input[type="text"], .wa-field:has(.wa-value input[type="text"]) input[type="text"], .wa-field:has(.wa-value input[type="password"]) input[type="password"],  .field:has(.value input[type="email"]) input[type="email"], .wa-field:has(.wa-value input[type="email"]) input[type="email"], .select2-container--default .select2-selection--multiple{
    border: 1px solid #e2e8f0 !important;
    border-radius: 15px !important;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #2a3647;
    outline: none;
    width: 100%;
}
.select2-container--default .select2-selection--multiple {
    padding-right: 20px !important;
    padding-bottom: 15px !important;
}
input[type="text"].form__input:placeholder-shown, input[type="datetime-local"]:placeholder-shown, input[type="date"]:placeholder-shown, .form select:placeholder-shown, .field:has(.value input[type="text"]) input[type="text"]:placeholder-shown, .wa-field:has(.wa-value input[type="text"]) input[type="text"]:placeholder-shown, .wa-field:has(.wa-value input[type="password"]) input[type="password"]:placeholder-shown, .field:has(.value input[type="email"]) input[type="email"]:placeholder-shown, .wa-field:has(.wa-value input[type="email"]) input[type="email"]:placeholder-shown{
    color: #2a36477d;
}
.form__btns{
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 12px;
}
.form__btn{
    outline: none;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 8px;
    border-radius: 12px;
    padding: 15px 8px;
    max-width: 166px;
    width: 100%;
    background: #83c6a8;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
}
.data-machine .form__btn{
    margin-top: 20px;
}
.form__btn.mt0{
    margin-top: 0;
}
.form__btn-disable{
    background: #dce4ec;
    color: rgba(42, 54, 71, 0.6);
}
.form__btn-back svg{
    transform: rotate(180deg);
}
.form__btn-back svg path{
    fill: rgba(42, 54, 71, 0.6);
}
.form__toggle{
    border-radius: 15px;
    padding: 8px;
    background: #e2e8f0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.form__toggle-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 8px;
    border-radius: 12px;
    padding: 12px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #a0aec0;
    cursor: pointer;
}
.form__toggle-btn.active{
    cursor: auto;
    backdrop-filter: blur(60px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    color: #2d3748;
}
.form__steps, .form__step, .form__input_wrap, .form__input-l{
    width: 100%;
}
.form__step, .form__input_wrap{
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.form__step-title, .form__input-title, .field:has(.value input[type="text"]) .name{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: rgba(45, 55, 72, 0.6);
}
.form__step + .form__step{
    margin-top: 12px;
}
.form__step input[type="text"]{
    padding-right: 46px;
}
.form__step-inp, .form__input-l{
    position: relative;
}
.form__step-delete{
    cursor: pointer;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    bottom: 14px;
    border-radius: 8px;
    width: 26px;
    height: 26px;
    backdrop-filter: blur(60px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
}
.form__input-ico{
    position: absolute;
    left: 20px;
    bottom: 18px;
    display: flex;
}
.form__input-ico + input[type="text"]{
    padding-left: 46px;
}
.form__btn1{
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 100%;
    border: 1.50px solid #5ad14f;
    border-radius: 12px;
    padding: 15px 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #5ad14f;
}

.installer-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.value:has(select){
    position: relative;
}
.value:has(select) select{
    appearance: none;
    padding-right: 28px;
}
.value:has(select):after{
    content: "";
    background: url(img/arrowDown.svg) center no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    top: 22px;
    right: 12px;
}
.value:has(select) select:focus-within:after{
    transform: rotate(180deg);
}
.label__checkbox{
    position: relative;
    width: 34px;
    height: 19px;
    background: rgba(42, 54, 71, 0.3);
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer;
}
.label__checkbox input[type="checkbox"]{
    position: absolute;
    left: 3px;
    top: 3px;
    width: 13px;
    height: 13px;
    appearance: none;
    border-radius: 50%;
    background: white;
    transition: all .3s;
    cursor: pointer;
}
.label__checkbox:has(input[type="checkbox"]:checked){
    background: #83c6a8;
}
.label__checkbox:has(input[type="checkbox"]:checked) input[type="checkbox"]{
    left: initial;
    right: 3px;
}


.loader {
    position: relative;
    overflow: hidden;
}
.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f8f9fae0;
}
.loader:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background: url(img/loader.svg) center no-repeat;
    transition: all 0s;animation: rotateL 5s linear infinite;
}

.machine-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.machine-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.tag-item {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag-item_repair {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #b85c00;
    background-color: #fff4e5;
    font-weight: 500;
}

.rockmonit__search__tag {
    width: 50%;
}
.w-icon-repair-min {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(img/repair-min.svg) no-repeat center;
}
/* POPUP */
.rockmonit-popup {display: none; background: white; border-radius: 5px; padding: 10px; max-width: 100%;}
.rockmonit-popup h3 {font-size: 1.4rem; margin-bottom: 20px;}
.rockmonit-popup-close {float: right; height: 20px; width: 20px; margin-top: 5px; cursor: pointer;}

@keyframes rotateL {
    from {
        transform: rotate(-360deg);
    }
}
/*    animation: rotateL 3s cubic-bezier(0, 0, 0, 0) infinite;*/
/*}*/
/*@keyframes rotateL {*/
/*    0% {*/
/*        transform: rotate(22.5deg);*/
/*    }*/
/*    6.25% {*/
/*        transform: rotate(45deg);*/
/*    }*/
/*    12.5% {*/
/*        transform: rotate(67.5deg);*/
/*    }*/
/*    18.75% {*/
/*        transform: rotate(90deg);*/
/*    }*/
/*    25% {*/
/*        transform: rotate(112.5deg);*/
/*    }*/
/*    31.25% {*/
/*        transform: rotate(135deg);*/
/*    }*/
/*    37.5% {*/
/*        transform: rotate(157.5deg);*/
/*    }*/
/*    43.75% {*/
/*        transform: rotate(180deg);*/
/*    }*/
/*    50% {*/
/*        transform: rotate(202.5deg);*/
/*    }*/
/*    56.25% {*/
/*        transform: rotate(225deg);*/
/*    }*/
/*    62.5% {*/
/*        transform: rotate(247.5deg);*/
/*    }*/
/*    68.75% {*/
/*        transform: rotate(270deg);*/
/*    }*/
/*    75% {*/
/*        transform: rotate(292.5deg);*/
/*    }*/
/*    81.25% {*/
/*        transform: rotate(315deg);*/
/*    }*/
/*    87.5% {*/
/*        transform: rotate(337.5deg);*/
/*    }*/
/*    93.75% {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*    100% {*/
/*        transform: rotate(0deg);*/
/*    }*/
/*}*/



















