@font-face {
    font-family: "LetoSans";
    src: url(../font/LetoSans.otf) format("opentype");
    font-weight: normal;
}
@font-face {
    font-family: "LetoSans";
    src: url(../font/LetoSans.otf) format("opentype");
    font-weight: bold;    
}
@font-face {
    font-family: "LetoSans";
    src: url(../font/LetoSans-Thin.otf) format("opentype");
    font-weight: lighter;
}
@font-face {
    font-family: "LetoSans Bolder";
    src: url(../font/LetoSans-Bold.otf) format("opentype");
    font-weight: bolder;
}


.spot-logo {
  position: absolute;
  top: 17px;
  left: 15px;
}
.spot-brand-text {
  font-size: 20px;
  padding: 17px 0 0 70px!important;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;  
  display: inline-block;
  
}

.left-menu-new-count{
    position: absolute;
    left: 110px;
    top: 4px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}
.left-menu-hot-count{
    position: absolute;
    left: 118px;
    top: 40px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;    
}

.left-menu-recall-count{
    position: absolute;
    left: 148px;
    top: 76px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;    
}

.left-menu-waiting-count{
    position: absolute;
    left: 138px;
    top: 112px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}
.left-menu-docs-count{
    position: absolute;
    left: 179px;
    top: 148px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}
.left-menu-paying-count{
    position: absolute;
    left: 133px;
    top: 182px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}
.left-menu-payed-count{
    position: absolute;
    left: 133px;
    top: 216px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}
.left-menu-newmessage-count{
    position: absolute;
    left: 185px;
    top: 250px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}

.left-menu-refused-count{
    position: absolute;
    left: 165px;
    #top: 284px;
    top: 254px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}

.left-menu-nextyear-count{
    position: absolute;
    left: 165px;
    #top: 320px;
    top: 290px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
    z-index: 999999;
}

#search-content{
    height: 350px;
    overflow-y: scroll;
}

.search-split-line{
    display: inline-block;
    width: 60%;
    border-top: 1px solid #eef4fd;
}

.search-result{
    position: absolute;
    padding: 20px;
    width: 100%;
    height: 500px;
    display: none;
    z-index: 999999;
    top: 60px;
    right: 0;
    background-color: #fff;
    border-radius: 5px;
}

.new-count{
    position: absolute;
    top: 0px;
    left: 155px;
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 3px 5px 2px 6px;    
    font-size: 12px;
    z-index: 1;
}

.content-right{
    position: fixed;
    top: 65px;
    right: 0px;
    width: 40px;
    height: 100%;
    z-index: 10;
    background-color: #fff;
    text-align: center;
    display: none;
    box-shadow: 0 2px 1px 2px rgba(18,106,211,.08);
    overflow: hidden;
    -webkit-transition: width 0.2s, height 0.2s, background-color 0.2s, -webkit-transform 0.2s;
    transition: width 0.2s, height 0.2s, background-color 0.2s, transform 0.2s;    
      
}
.content-right:hover{
    width: 200px;
    text-align: left;
    padding: 0 0 0 5px;
}

.user-place{
    display: inline-block;
    font-size: 20px;
    width: 20px;
}

.content-right .full-user-view{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;     
    display: none;
}
.content-right:hover .full-user-view{
    display: block;
}
.content-right .small-user-view{
    transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out; 
    -o-transition: background-color .5s ease-out;     
    display: block;
}
.content-right:hover .small-user-view{
    display: none;
}

.user-view-block{
    padding: 0 0 0 40px;
    background-size: 30px !important;
    margin: 0px !important;
    display: inline-block;
}

.operator-fio{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;     
    font-size: 12px;
    color: #686868;
    line-height: 18px;
}

.refuse-counter{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;      
    font-size: 12px;
    color: #d2592a;    
}

.waiting-counter{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;      
    font-size: 12px;
    color: #ecb931;
}

.sended-counter{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;      
    font-size: 12px;
    color: #a0c370;
}

.call-count{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;      
    font-size: 12px;
    color: #60656c;
    font-weight: bold;
}

.operator-counters{
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out; 
    -o-transition: background-color .5s ease-in-out;      
    line-height: 10px;
    display: inline-block;
    padding: 0 0 0 0;
}

.source-counter{
    color: #000; 
    background-color: #ffc107; 
    border-radius: 20px; 
    padding: 2px 5px 2px 5px;    
    font-size: 12px;
}

.content{
    right: 40px;
    left: 0;
    width: 97%;
}

.card-bank-icon{
    display: inline-block;
}
.card-bank-count{
    padding: 0 0 0 10px;
    display: inline-block;
}
.card-bank-description{
    display: inline-block;
}
.pd-10{
    padding: 8px 10px 28px 10px !important;
}
.part-date{
    display: inline-block;
    background: url(../media/part-calendar.png) left center no-repeat;
    background-size: 30px;
    padding: 15px 10px 0 40px;   
    font-size: 20px;
    height: 50px;
}

.part-time{
    display: inline-block;
    background: url(../media/part-clock.png) left center no-repeat;
    background-size: 30px;
    padding: 15px 0 0 40px;   
    font-size: 20px;
    height: 50px;
}
.sber{
    background: url(../media/sber.svg) left center no-repeat;
    background-size: 20px;
    padding: 6px 5px 0 25px; 
    display: inline-block;
    height: 30px;
    font-size: 13px;
}
.alfa{
    background: url(../media/alfa.svg) left 5px center no-repeat;
    background-size: 20px;
    padding: 6px 5px 0 30px;    
    display: inline-block;
    height: 30px;
    font-size: 13px;
}
.tinkoff{
    background: url(../media/tinkoff.svg) left center no-repeat;
    background-size: 20px;
    padding: 6px 5px 0 25px; 
    display: inline-block;
    height: 30px;
    font-size: 13px;
}

.vtb{
    background: url(../media/vtb.svg) left center no-repeat;
    background-size: 20px;
    padding: 6px 5px 0 25px; 
    display: inline-block;
    height: 30px;
    font-size: 13px;
}

.open-icon{
    background: url(../media/open.svg) left center no-repeat;
    background-size: 20px;
    padding: 6px 5px 0 25px; 
    display: inline-block;
    height: 30px;
    font-size: 13px;
}

.part-class{
    padding: 20px 0 0 20px
}

.added-count{
    background: url(../media/added-mark.png) no-repeat right center;
    background-size: 11px;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0 0 0 0px;
    color: #5ab079;
}

.waiting-count{
    background: url(../media/waiting-mark.png) no-repeat right center;
    background-size: 11px;
    display: inline-block;
    padding: 0 15px 0 0;
    color: #ffb400;
}

.refuse-count{
    background: url(../media/refuse-mark.png) no-repeat right center;
    background-size: 11px;
    display: inline-block;
    padding: 0 15px 0 0;
    color: #ff0101;
}

.free-count{
    background: url(../media/free-mark.png) no-repeat right center;
    background-size: 11px;
    display: inline-block;
    padding: 0 15px 0 0;
    color: #828282;
}
.tasks-count{
    padding: 0 0 3px 0px;
    font-size: 20px;
    font-weight: bold;
}

.green-clock{
    background: url(../media/green-clock.png) no-repeat left top 3px;
    background-size: 20px;
    color: #60cb6e;
    padding: 0 0 0 25px;
    display: inline-block;
    font-weight: normal;
}

.red-clock{
    background: url(../media/red-clock.png) no-repeat left top 3px;
    background-size: 20px;
    color: #ed1c00;
    padding: 0 0 0 25px;
    display: inline-block;
    font-weight: normal;
}

.region-row{
    margin: 15px;
}

.half-col{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;    
    width: 5%;
}

.region-title{
    margin: 10px 0 10px 10px;
    font-size: 16px;
}

.checkbox-task {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0px 0 0 20px;
}
.checkbox-task + label {
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
}
.checkbox-task + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../media/unchecked.png) no-repeat left center;
    background-size: 20px;
    transition: .2s;
}

.checkbox-task:checked + label:before {
    background: url(../media/checked.png) no-repeat left center;
    background-size: 20px;
}
.checkbox-task:checked + label:after {
    left: 26px;
}
.checkbox-task:focus + label:before {
}

.checkbox-sber {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox-sber + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}
.checkbox-sber + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 45px;
    height: 10px;
    background: #999;
    transition: .2s;
}

.checkbox-sber:checked + label:before {
    background: #51c734;
}
.checkbox-sber:checked + label:after {
    left: 26px;
}
.checkbox-sber:focus + label:before {
}

.sber-check{
    display: inline-block;
    background: url(../media/sber-inactive.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}
.sber-check-active{
    display: inline-block;
    background: url(../media/sber.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}

.checkbox-alfa {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox-alfa + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}
.checkbox-alfa + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 45px;
    height: 10px;
    background: #999;
    transition: .2s;
}

.checkbox-alfa:checked + label:before {
    background: #e00d0d;
}
.checkbox-alfa:checked + label:after {
    left: 26px;
}
.checkbox-alfa:focus + label:before {
}

.alfa-check{
    display: inline-block;
    background: url(../media/alfa-inactive.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}
.alfa-check-active{
    display: inline-block;
    background: url(../media/alfa.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}

.checkbox-tinkoff {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox-tinkoff + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}
.checkbox-tinkoff + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 45px;
    height: 10px;
    background: #999;
    transition: .2s;
}

.checkbox-tinkoff:checked + label:before {
    background: #ffd800;
}
.checkbox-tinkoff:checked + label:after {
    left: 26px;
}
.checkbox-tinkoff:focus + label:before {
}

.tinkoff-check{
    display: inline-block;
    background: url(../media/tinkoff-inactive.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}
.tinkoff-check-active{
    display: inline-block;
    background: url(../media/tinkoff.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}


.checkbox-vtb {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.checkbox-vtb + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
}
.checkbox-vtb + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 45px;
    height: 10px;
    background: #999;
    transition: .2s;
}

.checkbox-vtb:checked + label:before {
    background: #0a2973;
}
.checkbox-vtb:checked + label:after {
    left: 26px;
}
.checkbox-vtb:focus + label:before {
}

.vtb-check{
    display: inline-block;
    background: url(../media/vtb-inactive.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}
.vtb-check-active{
    display: inline-block;
    background: url(../media/vtb.svg) no-repeat center top;
    background-size: 25px;
    padding: 0 0 0 0;
    height: 30px;
    width: 25px;
}

tr{
    font-size: 12px;
}

.btn-sber{
    background-color: #00c650;
}

.modal-800 {
    min-width: 90%;
    width: 90% !important;
    margin: 30px auto;
}

.modal {
  overflow-y:auto;
}

.call-popup{
    display: none;
    position: absolute;
    z-index: 90;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    padding: 0px 0px 25px 0px;
    color: #686868;
}

.close-popup{
    padding: 10px 10px 10px 0;
    text-align: center;
    cursor: pointer;
    color: #000;   
    background-color: #f0f0f0;
}
.close-popup:hover{
    background-color: #d0d0d0;
}

.phone-line{
    border-bottom: 1px solid #f0f0f0;    
    background-color: #fff;
    cursor: pointer;
    padding: 5px 80px 5px 80px;
    font-size: 14px;
}
.phone-line:hover{
    background-color: #f0f0f0;
}
.phone-line-green{
    border-bottom: 1px solid #f0f0f0;    
    background-color: #e8ffde;
    cursor: pointer;
    padding: 5px 80px 5px 80px;
    font-size: 14px;
}
.phone-line-green:hover{
    background-color: #aaeb8e;
}

.achieve-wrapper-1{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1000;
    top: 0%;
    color: #fff;
    text-align: center;
    padding: 10% 20px 20px 20px;
    font-size: 18px;
    font-family: LetoSans;
    font-weight: bold;
}

.achieve-wrapper-1::after {
  content: "";
  background: url(../media/achieve/achieve-bg-1.jpg) center center no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.achieve-wrapper-2{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1000;
    top: 0%;
    color: #fff;
    text-align: center;
    padding: 10% 20px 20px 20px;
    font-size: 18px;
    font-family: LetoSans;
    font-weight: bold;
}

.achieve-wrapper-2::after {
  content: "";
  background: url(../media/achieve/achieve-bg-2.jpg) center center no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.achieve-wrapper-3{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1000;
    top: 0%;
    color: #fff;
    text-align: center;
    padding: 10% 20px 20px 20px;
    font-size: 18px;
    font-family: LetoSans;
    font-weight: bold;
}

.achieve-wrapper-3::after {
  content: "";
  background: url(../media/achieve/achieve-bg-3.jpg) center center no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}


.achieve-wrapper-4{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: 100%;
    z-index: 1000;
    top: 0%;
    color: #fff;
    text-align: center;
    padding: 10% 20px 20px 20px;
    font-size: 18px;
    font-family: LetoSans;
    font-weight: bold;
}

.achieve-wrapper-4::after {
  content: "";
  background: url(../media/iphonebg_1.png) center center no-repeat;
  background-size: cover;
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.stat-wrapper{
    width: 100%; 
    padding: 5px; 
    margin: 3px 0 0 80px;
}

.clock-top-wrapper{
    float: left;
    display: inline-block;
    margin: 0;
    padding: 12px 0 0 0;
    
}

.blue-clock{
    height: 60px;
    display: inline-block;
    background-size: 25px;
    margin: -20px 0 0 0;
}

.stat-blue-text{
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.stat-blue-description{
    display: inline-block;
    font-size: 8px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.stat-red-text{
    display: inline-block;
    color: #f00;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.stat-green-text{
    display: inline-block;
    color: #00c650;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.honor-bg{
    background: url(../media/header_bg.png) left top no-repeat;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.circle-1{
    display: inline-block;
    padding: 70px;
    border-radius: 200px;
    border: 1px dashed #3edaf5;
}

.circle-2{
    display: inline-block;
    padding: 70px;
    border-radius: 300px;
    border: 1px dashed #3edaf5;
}

.circle-3{
    position: absolute;
    left: 35%;
    top: 0px;
    display: inline-block;
    padding: 70px;
    border-radius: 300px;
    border: 1px dashed #3edaf5;
}

.honor-white-title{
    padding: 30px 0 0 100px;
    color: #fff;
    font-size: 44px; 
    line-height: 40px;
    font-weight: bold;
}

.honor-photo{float: right; padding: -10px 0 0 40px;}
.honor-text-wrapper{display: inline-block; padding: 30px 10px 0 0}

.first-place{
    color: #fff;
    position: absolute;
    top: -50px;
    left: -50px;
}

.second-place{
    color: #fff;
    position: absolute;
    top: 80px;
    right: -80px;
}

.third-place{
    color: #fff;
    position: absolute;
    top: 300px;
    left: -50px;
}

.record{
    position: absolute;
    right: 5px;
    top: 315px;
    text-align: center;
    color: #2c304d;
}

.medal-icon{
    display: inline-block;
    background: url(../media/medal.png) left center no-repeat;
    background-size: 20px;
    padding: 0px 0 0 30px;
    height: 40px;
    font-weight: bold;
    color: #2c304d;
}

.honor-block{
    position: relative;
    padding: 30px 0 0 0;
}

.honor-blue-title{
    position: absolute;
    padding: 30px 0 0 100px;
    color: #2c304d;
    font-size: 44px; 
    line-height: 40px;
    font-weight: bold;  
    top: -130px;
}

.honor-blue-title-no-pd{
    padding: 00px 0 0 100px;
    color: #2c304d;
    font-size: 44px; 
    line-height: 40px;
    font-weight: bold;  
}

.chart-block{
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin: 0 100px 0 100px;
    padding: 20px 50px 20px 50px;
}

.small-blue-title{
    color: #2c304d;
    font-size: 34px; 
    font-weight: bold;  
}

.blue-text{
    font-size: 14px;
    color: #2c304d;
}

.small-blue-text{
    font-size: 12px;
    color: #2c304d;
}

.blue-counter{
    font-family: LetoSans Bolder;
    font-weight: bold;
    color: #06a0bd;
}

.personal-block{
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    padding: 20px 50px 20px 50px;
    margin: 30px 0 0 0;
    color: #2c304d;
}


.clock-icon{
    display: inline-block;
    background: url(../media/call-clock.png) left center no-repeat;
    background-size: 30px;
    height: 42px;
    padding: 8px 0 0 40px;
    font-family: LetoSans Bolder;
    font-weight: bold;
    color: #06a0bd;
}

.achive-blank{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 200px;
    background-color: #dcdcdc;
}

.achieve-count{
    display: inline-block;
    background-color: #e00;
    border-radius: 6px;
    color: #fff;
    padding: 0px 3px 0 3px;
    margin: 3px 0 0 0;
    width: 50px;
}

.achieve-count-small{
    font-size: 12px;
    display: inline-block;
    background-color: #e00;
    border-radius: 6px;
    color: #fff;
    padding: 0px 4px 2px 4px;
    margin: 3px 0 0 0;
    width: 40px;
}

.recaptcha-custom{
    transform:scale(1) !important;
    -webkit-transform:scale(1) !important;
    transform-origin:0 0 !important;
    -webkit-transform-origin:0 0 !important;
}

.dynamic-leed{
    cursor: pointer;
}
.dynamic-leed:hover{
    background-color: #d1e3ff !important;
}

.ins-price{
    font-size: 14px;
    font-weight: bold;
}
.rubl{
    font-size: 18px;
    color: #f00;
}

.income-message{
    display: block; 
    background-color: #fff; 
    margin: 20px 10px 20px 10px; 
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
}

.outcome-message{
    display: block; 
    background-color: #dcf8c6; 
    margin: 20px 10px 20px 10px; 
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
}

.chat-body{
    height: 70vh; 
    overflow-x: auto; 
    overflow-y: scroll; 
    background-color: #e5ddd5; 
    margin: 0px 0 20px 0; 
    border-radius: 4px    
}

.changed{
   background-color: green;
  -webkit-transition: background-color 10000ms linear;;
  -moz-transition: background-color 10000ms linear;;
  -o-transition: background-color 10000ms linear;;
  transition: background-color 10000ms linear;;
}

#ui-datepicker-div { z-index: 2000 !important; }

.error-input{
    border: 1px solid #ff5c75;
}
.success-input{
    border: 1px solid rgba(120,141,180,.3);
}

@media (max-width: 768px) {
    .content{
        right: 40px;
        left: 0;
        width: 93%;
    }
    .recaptcha-custom{
        transform:scale(0.77) !important;
        -webkit-transform:scale(0.77) !important;
        transform-origin:0 0 !important;
        -webkit-transform-origin:0 0 !important;
    }    
}

/*.float-button {
    text-decoration: none;
    position: fixed;
    padding: 8px;
    padding-right: 15px;
    bottom: 30px;
    right: 35px;
    background-color: #50c65e;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 4px 6px 0px rgba(173, 173, 173, 1);
    z-index: 100;
    font-family: arial;
    font-size: 18px;
    animation: whatsapp-animation 0.5s ease-in-out;
    transition: background-color 0.3s ease;
}

.float-button:hover {
    background-color: #90d573;
}

.fa-whatsapp {
    font-size: 20px !important;
    padding-right: 5px;
    padding-left: 5px;
}

@keyframes whatsapp-animation {
    from {opacity: 0%;}
    to {opacity: 100%}
}

@media screen and (max-width: 545px) {
    span {
        display: none;
    }
    .float-button {
        width: 35px;
        border-radius: 10px;
        height: 38px;
    }
    .fa-whatsapp {
        font-size: 40px !important;
    }
}
*/

.floating-chat {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    position: fixed;
    bottom: 10px;
    right: 65px;
    width: 40px;
    height: 40px;
    transform: translateY(70px);
    transition: all 250ms ease-out;
    /*border-radius: 15px;*/
    opacity: 0;
    /*background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%);
    background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192C46 50%, #22254C 75%, #22254C 100%);*/
    /*background-color: #f0f6ff!important;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1000;
}
.floating-chat.enter:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    opacity: 1;
}
/*.floating-chat.enter {*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*    background-color: #615ac0!important;*/
/*    border-radius: 50%;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12), 0px 2px 12px rgba(0, 0, 0, 0.14);*/
/*}*/
.floating-chat.expand {
    width: 100%;
    bottom: 0;
    right: 0;
    height: 100%;
    /*border-radius: 5px;*/
    cursor: auto;
    opacity: 1;
}
.floating-chat :focus {
    outline: 0;
    box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}
.floating-chat button {
    background: transparent;
    border: 0;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.floating-chat .chat {
    display: flex;
    flex-direction: column;
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    transition: all 250ms ease-out;
    background-color: #fff!important;
    /*background-color: #615ac0!important;*/
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.floating-chat .chat.enter {
    opacity: 1;
    border-radius: 0;
    /*margin: 10px;*/
    width: auto;
    height: auto;
}
.floating-chat .chat .header {
    position: absolute;
    right: 0;
    top: 10px;
    flex-shrink: 0;
    padding-bottom: 10px;
    display: flex;
    background: transparent;
}
.floating-chat .chat .header .title {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 5px;
}
.floating-chat .chat .header button {
    flex-shrink: 0;
    color: #615ac0;
}
.floating-chat .chat .header button i {
    color: #615ac0;
    font-size: 30px;
}
.floating-chat .chat .messages {
    /*padding: 10px;*/
    margin: 0;
    list-style: none;
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    flex-grow: 1;
    border-radius: 4px;
    background: transparent;
}

.floating-chat.enter.expand {
    background-color: #fff!important;
    bottom: 70px;
}

.floating-chat .chat .messages iframe {
    border: none;
}
.floating-chat .chat .messages::-webkit-scrollbar {
    width: 5px;
}
.floating-chat .chat .messages::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.1);
}
.floating-chat .chat .messages::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(25, 147, 147, 0.2);
}

@keyframes show-chat-even {
    0% {
        margin-left: 10px;
    }
    100% {
        margin-left: 0;
    }
}
@-moz-keyframes show-chat-even {
    0% {
        margin-left: 10px;
    }
    100% {
        margin-left: 0;
    }
}
@-webkit-keyframes show-chat-even {
    0% {
        margin-left: 10px;
    }
    100% {
        margin-left: 0;
    }
}
@keyframes show-chat-odd {
    0% {
        margin-right: 80px;
    }
    100% {
        margin-right: 0;
    }
}
@-moz-keyframes show-chat-odd {
    0% {
        margin-right: 80px;
    }
    100% {
        margin-right: 0;
    }
}
@-webkit-keyframes show-chat-odd {
    0% {
        margin-right: 10px;
    }
    100% {
        margin-right: 0;
    }
}


.button-default {
    -webkit-transition: 0.25s ease-out 0.1s color;
    -moz-transition: 0.25s ease-out 0.1s color;
    -o-transition: 0.25s ease-out 0.1s color;
    transition: 0.25s ease-out 0.1s color;
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    position: fixed;
    background-color: #736cc7;
    border-radius: 50%;
    padding: 15px;
    color: white;
    display: flex;
    display: flex;
    bottom: 50px;
    right: 53px;
    z-index: 9;
}
.button-default i {
    line-height: 0;
}
.show-notifications {
    position: fixed;
}
.show-notifications:hover #icon-bell,
.show-notifications:focus #icon-bell,
.show-notifications.active #icon-bell {
    fill: #34495e;
}
.show-notifications #icon-bell {
    fill: #7f8c8d;
}
.show-notifications .notifications-count {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #f53b88;
    color: #fefefe;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -9px;
    text-align: center;
    top: -2px;
    width: 25px;
    font-weight: bold;
}
.show-notifications.active ~ .notifications {
    opacity: 1;
    top: 60px;
}
.notifications {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: 0.25s ease-out 0.1s opacity;
    -moz-transition: 0.25s ease-out 0.1s opacity;
    -o-transition: 0.25s ease-out 0.1s opacity;
    transition: 0.25s ease-out 0.1s opacity;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: -999px;
}
.notifications:after {
    border: 10px solid transparent;
    border-bottom-color: #3498db;
    content: '';
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 0;
}
.notifications h3,
.notifications .show-all {
    background: #3498db;
    color: #fefefe;
    margin: 0;
    padding: 10px;
    width: 350px;
}
.notifications h3 {
    cursor: default;
    font-size: 1.05em;
    font-weight: normal;
}
.notifications .show-all {
    display: block;
    text-align: center;
    text-decoration: none;
}
.notifications .show-all:hover,
.notifications .show-all:focus {
    text-decoration: underline;
}
.notifications .notifications-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.notifications .notifications-list .item {
    -webkit-transition: -webkit-transform 0.25s ease-out 0.1s;
    -moz-transition: -moz-transform 0.25s ease-out 0.1s;
    -o-transition: -o-transform 0.25s ease-out 0.1s;
    transition: transform 0.25s ease-out 0.1s;
    border-top: 1px solid #bdc3c7;
    color: #7f8c8d;
    cursor: default;
    display: block;
    padding: 10px;
    position: relative;
    white-space: nowrap;
    width: 350px;
}
.notifications .notifications-list .item:before,
.notifications .notifications-list .item .details,
.notifications .notifications-list .item .button-dismiss {
    display: inline-block;
    vertical-align: middle;
}
.notifications .notifications-list .item:before {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #3498db;
    content: '';
    height: 8px;
    width: 8px;
}
.notifications .notifications-list .item .details {
    margin-left: 10px;
    white-space: normal;
    width: 280px;
}
.notifications .notifications-list .item .details .title,
.notifications .notifications-list .item .details .date {
    display: block;
}
.notifications .notifications-list .item .details .date {
    color: #95a5a6;
    font-size: 0.85em;
    margin-top: 3px;
}
.notifications .notifications-list .item .button-dismiss {
    color: #bdc3c7;
    font-size: 2.25em;
}
.notifications .notifications-list .item .button-dismiss:hover,
.notifications .notifications-list .item .button-dismiss:focus {
    color: #95a5a6;
}
.notifications .notifications-list .item.no-data {
    display: none;
    text-align: center;
}
.notifications .notifications-list .item.no-data:before {
    display: none;
}
.notifications .notifications-list .item.expired {
    color: #bdc3c7;
}
.notifications .notifications-list .item.expired:before {
    background: #bdc3c7;
}
.notifications .notifications-list .item.expired .details .date {
    color: #bdc3c7;
}
.notifications .notifications-list .item.dismissed {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.notifications.empty .notifications-list .no-data {
    display: block;
    padding: 10px;
}
/* variables */
/* mixins */

.container-tabs {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 86%;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.container-tabs .tabs {
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 11px;
    background-color: #fff;
    height: 65px;
    padding-left: 10px !important;
    box-shadow: 0 0 20px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
    /*box-shadow: 0 1px 0px 2px rgba(115, 108, 199, 1), 0 1px 0px 2px rgba(115, 108, 199, 1);*/
    /*padding: 10px 0 0;*/
    border-top-right-radius: 25px;
}
.container-tabs .tabs * {
    z-index: 2;
}

.container-tabs input[type=radio] {
    display: none;
}

.container-tabs .tab {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    font-size: 17px !important;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
}

.container-tabs .tabs .tab-item {
    /*padding-top: 10px !important;*/
    height: 43px;
    border-radius: 8px;
    transition: 0.25s ease-out;
    margin: 0 6px !important;
    box-shadow: 0 0 0 1px rgb(115,108,199, 0.5);
}

.container-tabs .tabs .tab-item .list-inline-item {
    vertical-align: middle;
}

.container-tabs .tabs .tab-item .notification-item {
    vertical-align: text-top;
}

.container-tabs .notification {
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
font-size: 12px;
margin-left: 0;
border: 0;
margin-right: 8px;
border-radius: 50%;
background-color: #e6eef9;
transition: 0.15s ease-in;
}

/*.container-tabs input[type=radio]:checked + label {
color: #185ee0;
}
.container-tabs input[type=radio]:checked + label > .notification {
background-color: #185ee0;
color: #fff;
}*/

@media (max-width: 700px) {
    .container-tabs .tabs {
        transform: scale(0.6);
    }
}


.loadMoreBtn {
    padding: 0 0 70px 0;
    position: relative;
    text-align: center;
    display: inline-block;
    cursor: pointer
}
