@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
body{

    font-family: 'Montserrat', sans-serif !important;

    font-style: normal;

    background: linear-gradient(45deg, rgba(0, 41, 137, 1) 0%, rgba(0, 62, 170, 1) 20%, rgba(37, 107, 198, 1) 57%, rgba(37, 107, 198, 1) 81%, rgba(64, 142, 201, 1) 100%);

    box-sizing: border-box;

    margin: 0;

    /*padding-top: 110px;*/

}

.box-shad{

    box-shadow: 0px 0px 18.1562px rgba(0, 0, 0, 0.13);

}

a:focus{

    outline: none;

}

div.fixed-top{

    z-index: 20;

}

/* HEADER START */

/*.header{*/

    /*!*background: #003060;*!*/

    /*background: #204770;*/

    /*padding: 18px 0 0 0;*/

    /*height: 110px;*/

    /*position: fixed;*/

    /*top: 0;*/

    /*left: 0;*/

    /*width: 100%;*/

    /*z-index: 30;*/

/*}*/

/*.header::before {*/

    /*content: '';*/

    /*height: 110px;*/

    /*width: 100%;*/

    /*!*background-color: #000E1C;*!*/

    /*background-color: #000e1c;*/

    /*position: absolute;*/

    /*left: -40px;*/

    /*top: 0;*/

    /*-webkit-transform: translateX(-67%);*/

    /*transform: translateX(-67%);*/

    /*-webkit-transition: height .4s;*/

    /*transition: height .4s;*/

/*}*/

/*.header .fixed-top{*/

    /*width: 590px;*/

/*}*/

.fixed-top.nav-pos{

    top: 110px;

    height: 100vh;

    width: 31%;

    background-color: #c8c8d7;

}



.logo-image span{

    font-weight: 500;

    font-size: 12.6px;

    line-height: 15px;

    color: white;

}

div.header-info{

    width: 935px;

    display: flex;

    flex-direction: row;

    flex-wrap: nowrap;

    justify-content: space-between;

    color: white;

    /*padding-left: 68px;*/

    padding-left: 0;

}

.section-title {
    font-family: "Sofia Sans", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 20px;
    color: #256bc6;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
.section-title > span {

}

.page-title{

    width: 180px;

    font-size: 24px;

    line-height: 28px;

    color: #fff;

    margin: 0 0 30px;

    text-transform: uppercase;

    font-weight: bold;

}



.user-name{

    font-size: 18px;

    line-height: 20px;

    color: #F2F2F2;

    

}

.user-contact{

    padding-top: 25px;

    font-weight: 600;

}

.tel{

    font-size: 16.1389px;

    line-height: 20px;  

}

#exit-btn{

    font-size: 18px;

    line-height: 22px;

    padding-left: 35px;

}

#exit-btn::after{

    content: "";

    background: url('../img/exit-icon.svg') no-repeat;

    display: inline-block;

    width: 21px;

    height: 15px;

    background-size: contain;

    margin-left: 14px;

}

/* HEADER END */

/* NAVIGATION START */

.nav-pos{

    padding-top: 65px;

}

.cabinet-nav{

    display: flex;

    flex-direction: column;

    justify-content: space-around;

    align-items: flex-start;

    position: absolute;

    top: 200px;

    right: -50px;

    transform: translate(-50%,-50%);

}

.cabinet-nav a{

    text-decoration: none;

    font-weight: 500;

    font-size: 16px;

    line-height: 20px;

    display: flex;

    align-items: center;

    letter-spacing: 0.01em;

    text-transform: uppercase;

    color: #333333;

    padding: 2px 0 2px 14px;

    margin-bottom: 21px;

    width: 130px;

}

.cabinet-nav a.active{

    color: #2F80ED;

    border-left: 2px solid #2F80ED;

    pointer-events: none; 

    cursor: default;

}

.cabinet-nav button.menu-item.active{

    background-color: #2F80ED;

}

.cabinet-nav a:hover{

    text-decoration: none;

    color: #2F80ED;

    border-left: 2px solid #2F80ED;

}

.cabinet-nav button{

    width: 160px;

    height: 35px;

    background: #FF0000;

    box-shadow: 0px 0px 7.61532px rgba(0, 0, 0, 0.09);

    font-weight: bold;

    font-size: 13px;

    text-transform: uppercase;

    color: #FFFFFF;

    border: 0;

}

.user-company{

    bottom: 120px;

    position: absolute;

    /*bottom: 70px;*/

    right: -50px;

    transform: translate(-50%,-50%);

}

.user-company p{

    width: 160px;

    font-weight: 600;

    font-size: 11px;

    line-height: 15px;

    letter-spacing: 0.055em;

    color: #333333;

}

/* NAVIGATION END */

/* MAIN START */
.exit-cab {
    background: #6B96CB;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    border: 1px solid #367eca;
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: -10px 0px 13px -7px #00000047, 10px 0px 13px -7px #00000047, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}
.exit-cab:hover {
    background: #246bc6;
    color: #eee;
    text-decoration: none;
}
.menu {

}
.menu .nav-service {
    background: #6B96CB;
    color: #fff;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 0;
    margin-right: -18px;
}
.menu .nav-service:hover {
    background: #114fa7;
}
.menu .nav-service:first-child {
    margin-top: 60px;
}
.menu .menu-active {
    color: #4f89d5;
    background: #fff;
    z-index: 1;
}
.menu .menu-active:hover {
    color: #000;
    background: #fff;
}
.menu .menu-active span {
    border: 0;
}
.main-content{
    margin-top: 0;
}
.logo-zhkg {
    width: 60%;
    position: absolute;
    left: 60px;
    top: 20px;
}
.nav-tabs {
    border-bottom: none !important;
}
.block-cont {
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-top: 50px;
}
.block-cont .menu-service {
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 25px 20px -15px rgb(0 0 0 / 30%);
    box-shadow: 0px 25px 20px -15px rgb(0 0 0 / 30%);
    transition: all .5s ease-out;
}
.img-service, .counters-b, .payments-b {
    background: linear-gradient(to bottom,  rgba(144,197,250,1) 0%,rgba(70,166,250,1) 100%);
    border: 2px solid #8ecafc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 2px;
    margin-top: 0;
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 19%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 19%);
    transition: all .5s ease-out;
}
.menu-service-active .img-service, .counters-b, .payments-b {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
}
.counters-b, .payments-b {
    margin: 0 -5px;
    padding: 5px !important;
}
.block-cont .menu-service:hover {
    background: #6b96cb;
    color: #ffffff;
    text-shadow: 0px 0px 16px #5cbbff, 0px 0px 16px #5cbbff;
    transition: all .5s ease-out;
}
.block-cont .menu-service-active {
    background: #3f5169;
    color: #ffffff;
    text-shadow: 0px 0px 16px #5cbbff, 0px 0px 16px #5cbbff;
    transition: all .5s ease-out;
}
.block-cont .menu-service:hover .img-service {
    background: linear-gradient(to bottom, rgb(65 160 255) 0%, rgb(8 93 167) 100%);
    border: 2px solid #3ca6ff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0;
    transition: all .5s ease-out;
}
.block-cont .service-block > div {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.block-cont .block-info {
    margin-top: 0;
}
.block-cont .service-block > div {
    margin-top: -70px;
}
.chartBar {
    /* background: linear-gradient(to right, rgba(135, 224, 253, 1) 0%, rgba(79, 137, 213, 1) 40%, rgba(79, 137, 213, 1) 100%);
    -webkit-box-shadow: 11px 10px 25px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 11px 10px 25px 0px rgba(0, 0, 0, 0.36); */
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.chartBar > span {
    text-align: center;
    display: block;
    width: 100%;
    padding: 8px;
    position: absolute;
    bottom: 35px;
}
.chartBar > div > div {
    top: -18px;
}
.chartBar .pay {
    background: #4CAF50;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.chartBar .pay:hover {
    background: #5ecd61;
    text-decoration: none;
    color: #000;
}
.info-stat {
    display: flex;
    padding: 5px;
    justify-content: space-evenly;
    font-size: 18px;
    align-items: center;
    margin: 0 0 5px;
}
.pokazi {
    margin: 0;
    padding: 10px;
    background: linear-gradient(135deg, rgba(226, 243, 255, 1) 0%, rgba(229, 237, 245, 1) 47%, rgba(229, 237, 245, 1) 76%, rgba(226, 243, 255, 1) 99%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.pokazi span {
    font-weight: 700;
    color: #256bc6;
    margin: 0 0 10px;
}
.pokazi input, .pokazi select {
    text-align: left;
    position: relative;
    padding-left: 50px;
    box-shadow: inset 20px 20px 0px 20px #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #ced4da;
    width: 100% !important;
    padding: 10px;
    text-align: center;
}
.pokazi .ppokazi {
    font-size: 18px;
}
.pokazi .ppokazi i {
    color: #256bc6;
}
.pokazi .ppokazi span {
    color: #256bc6;
    font-size: 24px;
}
.narahovano, .splacheno {
    font-size: 24px;
}
.narahovano {
    color: #c62525;
}
.splacheno {
    color: #4CAF50;
}
.list-pills {
    background: #eee;
}
#payments .result-form .result-form {
    display: grid;
    grid-template-columns: 50% 50%;
}
#payments .payment-form, #phone_email form {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: linear-gradient(135deg,  rgba(226,243,255,1) 0%,rgba(229,237,245,1) 47%,rgba(229,237,245,1) 76%,rgba(226,243,255,1) 99%);
}
#payments .payment-form .zag {
    padding: 5px;
    background: #4f89d5;
    color: white;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: center;
}
#payments .form-control, #phone_email form .form-control {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#phone_email form .form-control {
    text-align: left;
    position: relative;
    padding-left: 50px;
    box-shadow: inset 20px 20px 0px 20px #fff;
}
#payments .info-pay {
    margin: 5px 20px;
    word-break: break-all;
}
#payments .info-pay .font-weight-bold {
    color: #1958a9;
}
.pay-info {
    background: #e5edf5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 15px;
    margin: 50px 10px 20px 10px;
}
#counters > .result-form {
    /* background: linear-gradient(135deg, rgba(64, 142, 201, 1) 0%, rgba(37, 107, 198, 1) 31%, rgba(37, 107, 198, 1) 68%, rgba(0, 62, 170, 1) 100%);
    background-image: url(../img/bg-counters.jpg);
    background-size: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px #000000, inset 4px 4px 15px 0px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 4px 4px 30px 0px #00000038;*/
    border: 0; 
    background: linear-gradient(135deg,  rgba(226,243,255,1) 0%,rgba(229,237,245,1) 47%,rgba(229,237,245,1) 76%,rgba(226,243,255,1) 99%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#counters > .result-form:before {
    content: "";
    position: absolute;
    top: 11%;
    left: 3%;
    width: 94px;
    height: 115px;
    background-image: url(../img/counter-icon1.png);
    background-repeat: no-repeat;
}
#counters > .result-form:after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 330px;
    height: 82px;
    background-image: url(../img/counter-icon2.png);
}
#counters > .result-form > .result-form {
    position: relative;
    z-index: 1;
}
#counter-date, #counter-id, #counter-value {
    height: 50px;
    min-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #ffffff;
    border: 2px solid #47afff;
    border-top: 2px solid #2484ce;
    border-bottom: 2px solid #81c8ff;
    margin: 10px 0 !important;
}
.result-form .icon-form, .table__switch > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: linear-gradient(to bottom, rgba(144, 197, 250, 1) 0%, rgba(70, 166, 250, 1) 100%);
    border: 2px solid #8ecafc;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 4;
    justify-content: center;
}
.table__switch > div {
    position: initial;
}
svg #SvgjsPath1018 {
    animation: wow 2.5s forwards;
}
@keyframes wow {
    0% {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(153,255,255,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(153,255,255,1);
        box-shadow: 0px 0px 10px 0px rgba(153,255,255,1);
    }
    100% {
        -webkit-box-shadow: 0px 0px 40px 10px rgba(153,255,255,1);
        -moz-box-shadow: 0px 0px 40px 10px rgba(153,255,255,1);
        box-shadow: 0px 0px 40px 10px rgba(153,255,255,1);
    }
}
.pokazi .form-open.hidden {
    display: none;
}
.pokazi .form-open {
    display: block;
}

/* animation */
.area{
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .circles{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
  }
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
  }
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
  }
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
  }
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
  }
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
  }
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
  }
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
  }
  @keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
  }
.amcharts-chart-div a{

    display: none !important;

}

g g:nth-child(2 ) .amcharts-pie-label{

    display: none;

}

g g:nth-child(2) text.amcharts-pie-label{

    transform: translate(145,115) !important;

}

.amcharts-pie-label tspan:nth-child(1){

    font-size: 12px;

    font-weight: bold;

    padding-bottom: 15px;

}

.amcharts-pie-label tspan:nth-child(3){

    font-size: 24px;

    font-weight: bold;

}

#chartBARdiv, .chart{
    margin-bottom: 0;
}

#chartBardiv{

    width: 100% !important;

}

.chart{
    background-color: transparent;
    padding-top: 10px;
    padding-bottom: 12px;
}

.chart-title {

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    margin: 0 20px;

}

.chart h3{

    font-weight: 600;

    font-size: 16px;

    line-height: 20px;

    color: #404447;

    max-width: 460px;

}

.amcharts-pie-label{

    position: absolute !important;

    top: 50% !important;

    left: 50% !important;

}

/* DATA START */

.data-content{
    background-color: #fff;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/* ACCORDEON START */

.tabs-contain{
    position: relative;
    box-shadow: none;

}

.graph-pane{

    padding: 0 !important;

}

.tab-item:not(.active-block), .graph-pane:not(.active-block){

    display: none;

}



.button-wrapper{

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    width: 100%;

    display: flex;

}



.accordeon{

    font-weight: 500;

    font-size: 17px;

    line-height: 21px;

    color: #333333;

    padding-top: 19px;

    padding-bottom: 19px;

    display: inline-block;

    border: 0;

    background-color: white;

    border: 1px solid #e0e0e0;

    flex: 0 1 100%;

}





.button-wrapper button{

    color: #999;

    background: #f2f2f2;

}



.button-wrapper button:hover{

    color: #333;

}



.accordeon.in{

    font-weight: bold;

    color: #2F80ED;

    background-color: #fff;

    border: 0;

}

.accordeon:focus{

    outline: 0;

}

.tab-item{

    /*margin-top: 83px;*/

    padding: 0 !important;

}

/* ACCORDEON END */

.nav-item{

    width: 25%;
    align-items: center;
    border: 0;

}

.nav.nav-tabs, ul.nav-pills{

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
}

ul.nav-pills.mb3 .nav-link {

    border-radius: 0;

    color: #828282;

    text-align: center;

    border: 0;

    background-color: #fff;

}

ul.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #333333;
    background-color: inherit;
}

table{

    text-align: center;

    table-layout: fixed;

}


.table tr.table-col:nth-child(odd) {
    background-color: #f5f5f5;
}
.table tr.table-col td {
    vertical-align: middle;
}
table tr:first-child{
    background-color: #8fc5fa5e;
}

table tr th{

    font-weight: normal;

}

#heating__section--account tr th:last-child,

#heating__section--account tr td:last-child{

    border-left: 1.43px solid #EB5757;

}

div.nav-tabs .nav-item.show .nav-link, div.nav-tabs .nav-link.active{
    color: #007bff;
    font-weight: bold;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

div.nav-tabs .nav-link {
    color: #fff;
    font-weight: 500;
    border: 0;
    background-color: transparent;
}

div.nav-tabs .nav-link:hover {
    color: #82d9f9;
    background: #246bc6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
ul.nav-pills .nav-link.active:hover {
    color:#00f1ff;
}
ul.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #007bff;
    font-weight: bold;
    padding: 5px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 5px;
}

.nav-pills.mb-3{
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #4f89d5;
}

.table__switch{

    display: none;

}

.table .table-col td, .table .table-col th, .table .thead-active td, .table .thead-active th  {
    border: 0;
    font-size: 14px;
    padding: 10px;
}
.table .thead-active th {
    font-size: 12px;
    padding: 10px 4px;
    border: 2px solid #fff;
    vertical-align: middle;
}

/* DATA END */

/* MODAL START */

    .modal__add input, .modal__add label, .modal__add select{

        display: block;

    }

    #modal__add.modal__add{

        position: absolute;

        width: 600px;

        height: 430px;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        z-index: 999999999;

        background-color: #F2F2F2;

        box-shadow: 0px 0px 19.1454px rgba(0, 0, 0, 0.13);

        padding: 30px;

        display: none;

    }

    .modal__add h4{

        font-weight: bold;

        font-size: 20px;

        line-height: 24px;

        color: #333333;

        text-transform: uppercase;

        border-bottom: 1px solid white;

    }

    .modals-btn{

        margin: 0 auto;

        display: block;

        text-align: center;

    }

    .modals-btn .mbtn{

        display: inline-block;

        line-height: 35px !important;

    }

    .modals-btn button, .modals-btn .mbtn{

        border: 0;

        width: 160px;

        height: 35px;

        color: white;

        font-weight: bold;

        font-size: 13px;

        line-height: 16px;

        box-shadow: 0px 0px 7.61532px rgba(0, 0, 0, 0.09);

        /*margin-top: 30px;*/

        text-transform: uppercase;

    }

    #modal__add--date{

        width: 50%;

    }

    #modal__add--counter, #modal__add--indicators, .select-input{

        width: 100%;

    }

    .modal__add--input, .select-input{

        height: 45px;

        border: 0;

        padding-left: 15px;

    }

    .modal__add label, label{

        font-weight: 500;

        font-size: 16px;

        line-height: 20px;

        color: #4F4F4F;

        margin-top: 20px;

    }

    #modal__add--cancelbtn{
        background-color: #919fad;
        margin-right: 30px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    #modal__add--cancelbtn:hover{
        background-color: #6a7a89;
    }

    #modal__add--addedbtn, .pokazi button {
        background-color: #1958a9;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        border: 0;
        color: #fff;
    }
    .pokazi button {
        padding: 10px 20px;
        margin: 0 10px;
        background-color: #4f89d5;
    }
    #modal__add--addedbtn:hover, .pokazi button:hover {
        background-color: #2970cb;
        border: 0;
    }
    .pokazi button:active, .pokazi button:hover, .pokazi button:focus {
        outline: 0;
        outline-offset: 0;
    }


    .modal__add.modal a.close-modal {

        top: 21px;

        right: 16px;

    }

    .blocker{

        z-index: 1000 !important;

    }

    div.modal a.close-modal {

        filter: invert(100%);

    }

/* MODAL END */

/* PAYMENT START */

#payment__card{

    width: 350px;

    height: 235px;

    border-radius: 20px;

    background: linear-gradient(33.91deg, rgba(255, 255, 255, 0.0624) 47.91%, rgba(255, 255, 255, 0) 48.06%), #2F80ED;

    padding: 42px 37px 42px 17px;

}

.payment label,

.payment p,

.payment select,

.payment input{

    display: block;

}

#payment__card label{

    font-size: 21px;

    color: #E0E0E0;

}

#payment__card input{

    background: transparent;

    border: 0;

    font-size: 25px;

    color: white;

}

#payment__card input:invalid{

    color: red;

}

#payment__card input::placeholder{

    color: white;

    

}

#payment__card--number{

    width: 100%;

}

.payment__card--other{

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

}

.payment__card--other input{

    width: 50%;

}

.payment label{

    color: #a3a3a3;

}

.payment div p{

    font-weight: 500;

    font-size: 16px;

    line-height: 20px;

    letter-spacing: 0.01em;

    color: #4F4F4F;

}

.payment b{

    font-weight: bold;

    font-size: 18px;

    line-height: 22px;

    letter-spacing: 0.01em;

    color: #2684F0;



}

.payment__sum{

    display: flex;

    justify-content: space-between;

    margin-top: 32px;

}

.payment__sum p{

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    align-items: center;

}

.payment__sum button{

    width: 220px;

    height: 38px;

    background: #FFFFFF;

    border: 1px solid rgba(38, 132, 240, 0.2);

    box-sizing: border-box;

    box-shadow: 0px 0px 7.61532px rgba(0, 0, 0, 0.09);

    font-weight: bold;

    font-size: 12.3749px;

    line-height: 15px;

    color: #2684F0; 

}

.payment .payment__commission{

    font-size: 16px;

    line-height: 20px;

    letter-spacing: 0.01em;

    color: #A3A3A3;

    font-weight: normal;

}

.payment__commission b{

    font-size: 16px;

}

#payment__btn{

    width: 221px;

    height: 38px;

    background: #58DEB6;

    box-shadow: 0px 0px 7.61532px rgba(0, 0, 0, 0.09);

    font-weight: bold;

    font-size: 16px;

    line-height: 20px;

    letter-spacing: 0.02em;

    color: #F2F2F2;

    text-transform: uppercase;

    border: 0;

    display: block;

    margin: 0 auto;

}

/* PAYMENT END */

/* MAIN END */

/* FOOTER START */



/*.footer .row{*/

    /*position: relative;*/

/*}*/

/*div.footer-down{*/

    /*padding-top: 30px !important;*/

    /*border-top: 1px solid #E0E0E0;*/

/*}*/

/*.footer__item{*/

    /*margin-bottom: 22px;*/

/*}*/

/* FOOTER END */

/* MEDIA START */

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

    .fixed-top.nav-pos {

        width: 30%;

    }

    .cabinet-nav{

        right: 0px;

    }

    .user-company{

        right: 0;

    }

}

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

    div.fixed-top.nav-pos {

        width: 27%;

    }

    .header::before {

        transform: translateX(-70%);

    }

}

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

    .nav-pos {

        padding-left: 160px;

    }

    div.fixed-top.nav-pos {

        width: 26%;

    }

    .main-content--block{

        padding-left: 40px;

    }

    .accordeon{

        font-size: 15px;

    }

    table td, th{

        font-size: 14px;

    }

}

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

    .button-wrapper{

        position: static;

        display: block;

    }

    .chartBar .apexcharts-canvas{

        margin: 0 auto;



    }

    /*body{*/

        /*padding-bottom: 0 !important;*/

    /*}*/

    /* HEADER */

    /*.header::before {*/

        /*transform: translateX(-60%);*/

    /*}*/

    /*div.header-info {*/

        /*text-align: right;*/

        /*justify-content: flex-end;*/

        /*padding-left: 0;*/

    /*}*/

    .user-name {

        font-size: 14px;

    }

    .user-contact, .cabinet-nav a:nth-child(1),.cabinet-nav a:nth-child(2),.cabinet-nav a:nth-child(4),.user-company{

        display: none;

    }

    div.fixed-top.nav-pos{

        position: static !important;

        width: 100%;

    }

    .fixed-top.nav-pos{

        height: auto;

    }

    .nav-pos{

        padding: 0;

    }

    /* MENU */

    .fixed-top.nav-pos{

        width: 100%;

        margin-bottom: 30px;

    }

    .cabinet-nav{

        width: 100%;

        flex-direction: row;

        justify-content: space-around;

        align-items: center;

        position: static;

        margin: 30px 0;

        transform: none;

    }

    .cabinet-nav a{

        font-size: 16px;

        margin-bottom: 0;

        padding: 0;

        width: 120px;

    }

    /* CHART */

    #chartBardiv{

        width: 100% !important;

    }

    /* TABLE CONTENT */

    .data-content{

        /*margin-bottom: 150px;*/

        margin-bottom: 0;

    }

    .accordeon{

        font-size: 14px;

    }

    table tr, th{

        font-size: 13px;

    }

    .accordeon {

        position: relative;

        width: 100%;

        left: 0;

        background-color: #fff;

        margin-top: 15px;

        box-shadow: 0px 0px 18.1562px rgba(0, 0, 0, 0.13);

    }

    .accordeon.in{

        background-color: #007bff;

        color: white;

        font-weight: normal;

    }

    /* TABLE */

    .table__switch{

        display: flex;

        flex-direction: row;

        flex-wrap: nowrap;

        justify-content: space-between;

        align-items: center;

        position: relative;

    }

    .table__switch--left{

        width: 50%;

        /*padding: 20px 0;*/

        /*background-color: #e0e0e0;*/

    }

    .table__switch--right{

        width: 50%;

        /*padding: 20px 0;*/

        /*background-color: #007bff;*/

    }

    .table__switch--left img, .table__switch--right img{

        margin: auto;

        text-align: center;

        display: block;

    }

    ul.nav-pills .nav-link.active, .nav-pills .show>.nav-link {

        /*color: #333333;*/

        /*background-color: inherit;*/

        /*border: 1px solid #003060;*/

    } 

    .tab-item{

        margin-top: 0px;

    }

    .nav.nav-tabs, ul.nav-pills{

        flex-wrap: wrap;

    }

    .data-content, .tabs-contain{

        box-shadow: none;

    }

    .nav-item{

        width: 50%;

        background-color: #fff;

        border: 1px solid #e6e6e6;

    }

    /* PAYMENT PAGE END */

    /*footer.footer{*/

        /*position: static;*/

        /*text-align: center;*/

    /*}*/

    /* TABLE!!!!!!!!!!!!!!!!!!! */

    .table{

        display: block;

        padding: 0 !important;

    }

    .table-tbody{

        display: flex;

        flex-direction: row;

        justify-content: space-between;

        padding: 20px 0;

        background-color: #fff;

    }

    .table .table-col, .table .thead-active{

        display: none;

        flex-direction: column;

        justify-content: space-between;

        width: 50%;

    }

    .table .thead-active{

        display: flex;

    }

    .table .table-col.active-row{

        display: flex;

    }

    .table .table-col th, .table .thead-active th{

        background-color: #D5E6FB;

    }

    .table .table-col th,.table .table-col td, .table .thead-active th,.table .thead-active td{

        border: 1px solid #fff;

        padding: 0;

        height: 50px;

        /*height: 70px;*/

        display: flex;

        justify-content: center;

        align-items: center;

    }

    #heating__section--account tr th:last-child,

    #heating__section--account tr td:last-child{

        border-left: 0 solid #EB5757;

        border-top: 1.43px solid #EB5757;

    }

}

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

    .page-title{

        display: none;

    }

    /*body{*/

        /*padding-top: 80px;*/

        /*padding-bottom: 0 !important;*/

    /*}*/

    /*.header::before {*/

        /*transform: translateX(-50%);*/

    /*}*/

    .col-12{

        overflow: hidden;

    }

    .cabinet-nav button{

        width: 180px;

        height: 48px;

        font-size: 16px;

    }

    .cabinet-nav a{

        font-size: 18px;

    }

    .chart{

        overflow-x: scroll;

    }

    #chartLINEdiv{

        min-width: 585px;

    }

    /* PAYMENT PAGE START */

    #payment__card{

        margin: 20px auto;

    }

}

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

    .section-title{
        font-size: 18px;
        line-height: 20px;
        color: #666;
        text-transform: inherit;
        font-weight: bold;
        display: block;
        text-align: center;
    }



    div.header-info{

        padding-left: 0;

    }

    .header::before {

        transform: translateX(-100%);

    }

    .logo-image img{

        width: 143px;

        padding-left: 20px;

    }

    .user-name{

        font-size: 12px;

        line-height: 15px;

    }

    .main-content{

        margin-top: 30px;

    }

    .cabinet-nav a{

        width: 140px;

    }

    .cabinet-nav button{

        width: 145px;

        height: 40px;

        font-size: 12px;

    }

    /* MODAL */

    #modal__add.modal__add {

        width: auto;

        height: auto;

        min-width: 320px;

        max-width: 507px;

    }

    #modal__add--cancelbtn {

        background-color: #FF0000;

        margin-right: 0px;

    }

    /* CHARTS JS */

    #chartBARdiv{

        margin: 0 auto 35px;

    }

    /* TABLE START */

    .data-content{

        /*padding: 0 20px !important;*/

        padding: 0 !important;

    }

    .tabs-contain{

        /*padding-bottom: 150px;*/

        padding-bottom: 0;

    }

    .nav-pills.mb-3 {

        margin-top: 0;

    }

    .tab-pane.fade.active.show{

        /*padding: 5px 20px 30px 20px;*/

        padding: 0;

        background-color: #e6e6e6;

    }

    .table__switch{

        display: flex;

        flex-direction: row;

        flex-wrap: nowrap;

        justify-content: space-between;

        align-items: center;

        position: relative;

    }

    .table__switch--left{

        width: 50%;

        /*padding: 20px 0;*/

        /*background-color: #e0e0e0;*/

    }

    .table__switch--right{

        width: 50%;

        /*padding: 20px 0;*/

        /*background-color: #007bff;*/

    }

    .table__switch--left img, .table__switch--right img{

        margin: auto;

        text-align: center;

        display: block;

    }



    /* TABLE END */

    /* PAYMENT START */

    .payment div p {

        font-size: 14px;

    }

    

    #payment__btn{

        margin: 10px auto 30px;

    }

    /* PAYMENT END */

}





@media only screen and (max-height: 950px) and (min-width: 992px){

    .main-content{

        padding-bottom: 150px;

    }

    /*footer.fixed-bottom{*/

        /*position: static;*/

    /*}*/

}
@media screen and (min-width:320px) and (max-width:768px) {
    .graf {
        display: none;
    }
    .chartBar > div {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .block-cont {
        border: 0;
        margin-top: 0;
    }
    .block-cont .menu-service {
        
    }
    .modals-btn button, .modals-btn .mbtn {
        font-size: 12px;
    }
    div.nav-tabs .nav-link {
        font-size: 14px;
    }
    .block-cont .menu-service, .block-cont .menu-service:hover {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .img-service {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        padding: 5px;
        background: transparent;
        border: 0;
    }
    .img-service img {
        width: 40px !important;
        height: 40px !important;
    }
    .menu-service-active .img-service img {
        width: 50px !important;
        height: 50px !important;
    }
    .block-cont .service-block > div {
        margin-top: 0;
        grid-auto-rows: 60px;
        overflow: initial;
    }
    .chartBar .pay, .chartBar > span {
        position: initial;
    }
    .chartBar .pay {
        margin: -40px 0 0;
    }
    .chartBar > span {
        margin: -40px 0 35px;
    }
    .info-stat {
        align-items: flex-start;
    }
    .info-stat > div {
        width: 50%;
        text-align: center;
        padding: 5px;
    }
    .narahovano, .splacheno {
        font-size: 18px;
        display: block;
    }
    .pokazi span {
        text-align: center;
    }
    .pokazi .ppokazi {
        text-align: center;
    }
    .section-title.mt-3 {
        margin: 30px 0 0 !important;
        font-size: 24px;
        color: #6B96CB;
        line-height: normal;
        word-break: break-all;
    }
    .menu-service-active .img-service {
        margin-top: 0;
        -webkit-box-shadow: 0px 10px 25px 5px rgb(9 97 146);
        box-shadow: 0px 10px 25px 5px rgb(9 97 146);
        padding: 5px;
        background: linear-gradient(to bottom, rgba(144, 197, 250, 1) 0%, rgba(70, 166, 250, 1) 100%);
        border: 2px solid #ffffff;
    }
    .block-cont .menu-service:hover .img-service {
        background: transparent;
        border: 0;
        margin-top: 0;
    }
    .nav-pills.mb-3 {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }
    .nav-item {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        margin: 0 -2px 5px !important;
        background: #256bc6;
        border: 1px solid #a3fafa;
    }
    .nav-item:hover, .nav-item:focus, .nav-item:active {
        background: #fff;
    }
    ul.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        padding: .5rem .1rem;
    }
    div.nav-tabs .nav-link:hover {
        background: transparent;
    }
    ul.nav-pills .nav-link.active:hover {
        color: #007bff;
    }
    #counters > .result-form:before, #counters > .result-form:after {
        display: none;
    }
    #payments .payment-form, #phone_email form, #counters-form {
        padding: 15px;
    }
    .modals-btn button, .modals-btn .mbtn {
        margin: 0 5px !important;
        width: 45%;
    }
    #modal__add--cancelbtn {
        background-color: #919fad;
    }
    .block-cont .block-info, .chart {
        margin-top:0 !important;
        margin-bottom:0;
    }
    #payments .result-form .result-form {
        display: block;
    }
    #payments .payment-form {
        padding: 0;
    }
    .table__switch {
        margin-bottom: 20px;
    }
    .footer .border-top {
        border-top: 0 !important;
    }
}
/* MEDIA END */