.f_left {
    float:left;
}
.f_right {
    float:right;
}
.iMenu {
    margin-top: 10px;
    position: relative;
    height: 34px;
    /*overflow: hidden;*/
}
.iMenu .bottomLine{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 6px;
    background: #900;
    border-top: 1px solid #FFF;
}
.iMenu a{
    display: block;
    float: left;
    height: 34px;
    margin-right: 1px;
    background: #605d5d;
    border-radius: 7px 7px 0 0;
    color: #FFF; /* FFF */
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 11px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.iMenu a:hover{
    position: relative;
    z-index: 2;
    background: #d30a0a;
    background: -moz-linear-gradient(top, #d30a0a 2%, #990000 90%);
    background: -webkit-linear-gradient(top, #d30a0a 2%,#990000 90%);
    background: linear-gradient(to bottom, #d30a0a 2%,#990000 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30a0a', endColorstr='#990000',GradientType=0 );
}
.iMenu a.right{
    float: right;
    margin: 0;
}
.iMenu a.selected{
    position: relative;
    z-index: 2;
    color: #fff;
    background: #d30a0a;
    background: -moz-linear-gradient(top, #d30a0a 2%, #990000 90%);
    background: -webkit-linear-gradient(top, #d30a0a 2%,#990000 90%);
    background: linear-gradient(to bottom, #d30a0a 2%,#990000 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30a0a', endColorstr='#990000',GradientType=0 );
}
.imimmore {
    position: relative;
    display: inline-block;
}
.imimmore:hover .down-menu {
    display: block;
    animation: animationNameAN 0.25s cubic-bezier(0.17, 0.86, 0.56, 1) both;
}
@keyframes animationNameAN {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}
.imimmore:hover a.oshte{
    z-index: 2;
    position: relative;
    background: #d30a0a;
    background: -moz-linear-gradient(top, #d30a0a 2%, #990000 90%);
    background: -webkit-linear-gradient(top, #d30a0a 2%,#990000 90%);
    background: linear-gradient(to bottom, #d30a0a 2%,#990000 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d30a0a', endColorstr='#990000',GradientType=0 );
    color: #FFF;
}
.imimmore .down-menu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 34px;
    left: 0;
    padding: 10px;
    background: #FFF;
    border-radius: 0;
    box-shadow: 2px 2px 12px #00000033;
    overflow: hidden;
}
.imimmore .down-menu a{
    float: none;
    height: auto;
    margin-right: 0;
    background: none;
    border-radius: 0;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 15px 0 50px;
    background-position: 10px 7px;
    background-repeat: no-repeat;
    background-image: url("//www.imot.bg/images/picturess/icons/statistiki.svg");
    box-sizing: border-box;
    border-radius: 5px;
    transition: .1s;
}
.imimmore .down-menu a:hover {
    background-position: 10px -43px;
    background-color: #b77171; /* A00 c49a9a b77171 */
    color: #FFF;
    transition: .25s;
}
.imimmore .down-menu a.sredni {
    background-image: url("//www.imot.bg/images/picturess/icons/statistiki1.svg");
}
.imimmore .down-menu a.kolko {
    background-image: url("//www.imot.bg/images/picturess/icons/kolko_struva1.svg");
}
.imimmore .down-menu a.arhivni {
    background-image: url("//www.imot.bg/images/picturess/icons/arhivni-danni1.svg");
}
.imimmore .down-menu a.padashti {
    background-image: url("//www.imot.bg/images/picturess/icons/lower-price1.svg");
}
.imimmore .down-menu a.novo-stroitelstvo {
    background-image: url("//www.imot.bg/images/picturess/icons/novo-stroitelstvo-1.svg");
}
.addButton {
    float: right;
    display: inline-block;
    margin-top: 6px;
    line-height: 32px;
    padding: 0 15px;
    background: #b01110;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
    cursor: pointer;
}
.addButton:hover {
    background: #900;
}
.editButton {
    float: right;
    display: inline-block;
    margin-top: 6px;
    margin-right: 5px;
    line-height: 30px;
    padding: 0 15px;
    background: #FFF;
    color: #b01110;
    border: 1px solid #b01110;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    cursor: pointer;
}
.editButton:hover {
    background: #fdfbf8;
}
.flagBtn {
    float: right;
    margin-top: 4px;
    margin-left: 7px;
    height: 32px;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 4px;
    transition: .15s;
    cursor: pointer;
}
.flagBtn img {
    height: 30px;
}
.flagBtn:hover {
    opacity: .5;
}
a.bellIco{
    float: right;
    display:inline-block;
    background:url(//www.imot.bg/images/picturess/headerFav.svg) 0 0 no-repeat;
    padding-left:32px;
    text-decoration:none;
    font-size:13px;
    line-height:8px;
    height:29px;
    vertical-align:bottom;
    color:#b90900;
    margin-top: 7px;
    margin-bottom: 8px;
    margin-right: 10px;
}
a.bellIco:hover{
    background-position: 0 -50px;
}
a.fltrIco{
    float: right;
    display:inline-block;
    background:url(//www.imot.bg/images/picturess/headerFilters.svg) 0 0 no-repeat;
    padding-left:32px;
    text-decoration:none;
    font-size:13px;
    line-height:8px;
    height:29px;
    vertical-align:bottom;
    color:#b90900;
    margin-top: 7px;
    margin-bottom: 8px;
    margin-right: 5px;
}
a.fltrIco:hover{
    background-position: 0 -50px;
}
a.bell2Ico{
    float: right;
    display:inline-block;
    background:url(//www.imot.bg/images/picturess/headerBell.svg) 0 0 no-repeat;
    padding-left:32px;
    text-decoration:none;
    font-size:13px;
    line-height:8px;
    height:29px;
    vertical-align:bottom;
    color:#b90900;
    margin-top: 7px;
    margin-bottom: 8px;
    margin-right: 15px;
}
a.bell2Ico:hover{
    background-position: 0 -50px;
}
a.myAdsIco{
    float: right;
    display:inline-block;
    background:url(//www.imot.bg/images/picturess/headerMyAds.svg) 0 0 no-repeat;
    padding-left:32px;
    text-decoration:none;
    font-size:13px;
    line-height:8px;
    height:29px;
    vertical-align:bottom;
    color:#b90900;
    margin-top: 7px;
    margin-bottom: 8px;
    margin-right: 10px;
}
a.myAdsIco:hover{
    background-position: 0 -50px;
}
.loginLinks {
    float: left;
    margin-top: 14px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loginLinks img{
    vertical-align: -3px;
    margin: 0 5px 0 0;
}
.loginLinks span.exit{
    font-size: 12px;
}
.loginLinks span.exit a{
    color: #b01110;
    text-decoration: none;
}
.loginLinks span.exit a:hover{
    text-decoration: underline;
}
.loginLinks a.exit{
    color:#09F;
    text-decoration: underline;
}
.loginLinks a.exit:hover{
    text-decoration: none;
}
.loginLinks span.logIn{
    display: inline-block;
    font-size: 15px;
    color: #b01110;
}
.loginLinks span.logIn a{
    color: #b01110;
    text-decoration: none;
}
.loginLinks span.logIn a:hover{
    text-decoration: underline;
}
.submenu {
    background: #f7f4e8;
    border: 1px solid #900;
    border-top: none;
    padding: 0 15px;
    color: #900;
    font-size:12px;
}
.submenu a {
    display: inline-block;
    line-height: 27px;
    padding: 0 3px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.submenu a:hover {
    color: #900;
}
.submenu a span.selected {
    padding-bottom:7px;
    color: #900;
    background: url("//www.imot.bg/images/picturess/rub_sel.gif") no-repeat bottom;
}
.submenu a span.selected:hover {
    color:#900;
}
.submenu2 {
    background: #fff;
    color: #c3bda7;
    margin-bottom: 15px;
}
.submenu2 a{
    font-weight: normal;
}
.submenu2 a span.selected {
    font-weight: bold;
}
.submenu2 .feedback {
    float: right;
    display: inline-block;
    line-height: 27px;
    margin-top: 6px;
    margin-right: -10px;
    transition: opacity .2s;
}
.submenu2 .feedback:hover {
    opacity: .5;
}
.submenu2 .feedback img{
    position: static !important;
    bottom: auto !important;
    margin-bottom: 3px;
}
.submenu2 .feedback span.selected {
    padding-bottom: 0;
    display: block;
}
.footerLinks{
    width:100%;
    clear:both;
}
.footerLinks a{
    color: #666666 !important;
    margin-right: 4px;
}
.footLinks1 { color:#000; font-weight:bold; font-size:12px; text-decoration:none; cursor: pointer; }
.footLinks2 {
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    transition: .2s;
}
.iSlogan {
    margin-top:-14px;
    font-size: 11px;
    color: #b01111;
    font-weight: normal;
}
.adminPage {
  width: 980px;
  margin: 10px auto;
}
.adminPage .apT2 {
  font-size: 15px;
  font-weight: bold;
}
.apPlan {
  margin-top: 5px;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
.apPlan th{
  width: 90px;
  background: #CCC;
  color: #333;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #fff;
  font-weight: bold;
  font-size: 13px;
}
.apPlan th.inp,
.apPlan td.inp{
  width: 20px;
  padding: 5px 5px !important;
}
.apPlan th.nalichnost{
  margin:5px;
  padding: 5px;
  background: #FFF;
  border-right: 1px solid #CCC;
  color: #0F9A00;
}
.apPlan th.nalichnost.zero{
  color: #f00;
  border: 1px solid #F00 !important;
}
.apPlan td{
  padding: 5px;
  height: 20px;
  text-align: center;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  font-size: 13px;
  color: #333;
}
.apPlan tr{
  transition: background .2s;
}
.apPlan tr.pack_row{
  cursor: pointer;
  /*no remove, no rename*/
}
.apPlan tr:hover{
  background: #EEE;
}
.apPlan input[type="checkbox"],
.apPlan input[type="radio"]{
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}
.adminPage .greenButton {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    background: #0F9A00;
    color: #FFF;
    font-size: 13px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
}
.adminPage .greenButton:hover {
    background: #0c7b00;
}
.adminPage .redButton {
    display: inline-block;
    margin-top: 6px;
    line-height: 32px;
    padding: 0 15px;
    background: #b01110;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
}
.adminPage .redButton:hover {
    background: #900;
}
.adminPage .whiteButton {
    display: inline-block;
    margin-top: 6px;
    margin-right: 5px;
    line-height: 30px;
    padding: 0 15px;
    background: #FFF;
    color: #b01110;
    border: 1px solid #b01110;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
}
.adminPage .whiteButton:hover {
    background: #fdfbf8;
}
.adminPage .plNotification {
    display: inline-block;
    font-style: italic;
    font-family: Arial;
    font-size: 14px;
    margin-right: 10px;
    font-weight: bold;
    color: #900;
}
.adminPage .plNotification2 {
    display: inline-block;
    font-style: italic;
    font-family: Arial;
    font-size: 12px;
    color: #900;
    padding: 4px 0 3px;
}
.adminPage .apBaloon {
    position: absolute;
    top: -20px;
    right: -258px;
    width: 232px;
    border: 1px solid #CCC;
    background: #e7e6e2;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.adminPage .apBaloon div{
    position: relative;
    padding: 10px 20px;
    text-align: center;
    font-weight: normal;
}
.adminPage .apBaloon div img{
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.adminPage .apBaloon em{
    font-style: italic;
    font-family: Arial;
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
    color: #666;
}
.adminPage .apBaloon a{
    display: inline-block;
    margin-top: 5px;
    color: #0F9A00;
}
.adminPage .admSoftAlert {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #0F9A00;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.adminPage .admSoftAlert span{
  color: #C00;
}
.adminPage .admRedAlert2,
.admRedAlertWarning {
    text-align: center;
    padding: 30px 20px;
    border: 1px solid #900;
    font-size: 20px;
}
.adminPage .admRedAlert2 span,
.admRedAlertWarning span{
    color: #C00;
    font-weight: bold;
}
.adminPage .admRedAlert3 {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border: 2px solid #A00;
  font-size: 16px;
}
.adminPage .admRedAlert3 span{
    color: #C00;
}
.adminPage .greenLink{
  color: #0F9A00;
}
.adminPage .greenLink:hover{
  text-decoration: none;
  color: #277b00;
}
.apT3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 11px;
  border-bottom: 3px solid #900;
}
.redButton {
    display: inline-block;
    margin-top: 6px;
    line-height: 32px;
    padding: 0 15px;
    background: #b01110;
    color: #FFF;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
}
.redButton:hover {
    background: #900;
}
.admGreenAlert {
    color: #0F9A00;
    text-align: center;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
    border: 2px solid #0F9A00;
    font-size: 16px;
    background: #EBEDEB;
}
.greeceNum {
    height: 26px;
    padding: 0 5px;
    margin-left: 10px;
}
.sofiaNum {
    height: 26px;
    padding: 0 5px;
    margin-left: 10px;
}
.greenButtonWallet {
    display: inline-block;
    line-height: 32px;
    padding: 0 10px;
    background: #0F9A00;
    color: #FFF;
    font-size: 13px;
    border-radius: 5px;
    text-decoration: none;
    transition: background .1s;
    font-weight: bold;
}
.greenButtonWallet:hover {
    background: #0c7b00;
}
.zero .greenButtonWallet {
    background: red;
}
.zero .greenButtonWallet:hover {
    background: #C00;
}
/*UPDATE PUBTIME*/
.confirmUpdatePTBox{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 2;
}
.confirmUpdatePTBoxContent{
  font-family: Verdana,Helvetica,Sans-Serif,serif; font-size: 11px;
  width:auto;
  height:auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  background-color: #FFFFFF;
  border:#09F 2px solid;
  font-size:16px;
}
.confirmUpdatePTBoxContent div{
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  background-color: #FFFFFF;
  text-align: center;
}
.confirmUpdatePTBoxContent button{
  width: 160px;
  height: 40px;
  font-size: 16px;
  flex: 0 0 auto;
  padding: 6px;
  border-radius: 2px;
  color: #333333;
  border: 1px solid #dedede;
  font-weight: bold;
}
.confirmUpdatePTBoxContent button:hover{
  color: #000000;
  border: 1px solid #bbbbbb;
}
.confirmUpdatePTBoxContent button:active{
  border: 1px solid #26a0da;
}

.regWindow{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding-top:140px;
    padding-bottom:100px;
    background:url(//www.imot.bg/images/picturess/bgr-black-transp.png);
    z-index: 3;
}
.regWindow div.panel{
    width:630px;
    margin:0 auto;
    position:relative;
    left:-140px;
}
.regWindow div.formReg{
    display:none;
}
.regWindow div.formVhod, .regWindow div.formReg{
    width:630px;
    padding:30px 20px 20px;
    background:#FFF;
    border-radius: 0 10px 10px 10px;
    box-shadow:0px 0px 15px rgba(0,0,0,.9);
}
.regWindow div.buttons a, .regWindow div.buttons a.unselected{
    display:inline-block;
    padding:10px 15px;
    background:#CCC;
    background: rgba(255,255,255,.8);
    color:#333;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    margin-right:7px;
    border-radius:4px 4px 0 0;
}
.regWindow div.buttons a:hover, .regWindow div.buttons a.unselected:hover{
    background:#DDD;
    background: rgba(255,255,255,.9);
}
.regWindow div.buttons a.selected{
    background:#FFF;
    display:inline-block;
    padding:10px 15px;
    color:#333;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    margin-right:7px;
    border-radius:4px 4px 0 0;
}
.regWindow a.close{
    display:block;
    position:absolute;
    margin:-20px 0 0 577px;
    width:22px;
    height:22px;
    background:url(//www.imot.bg/images/picturess/close-btn.png) 0 0 no-repeat;
}
.regWindow a.close:hover{
    background-position:0 -32px;
}
.log_reg span.title, .regWindow span.title{
    display:inline-block;
    color:#333;
    font-size:14px;
    font-weight:bold;
    margin-bottom:20px;
}
.log_reg span.OR{
    display:inline-block;
    background:#F8F4E8;
    border-radius:40px;
    line-height:35px;
    color:#000;
    font-weight:bold;
    padding:4px 10px 6px 10px;
    text-transform:uppercase;
}
.log_reg td{
    vertical-align:top;
}
.log_reg td.line{
    background:url(//www.imot.bg/images/picturess/regline.png) center 0 repeat-y;
    vertical-align:middle;
}

.line-horizontal {
    background:url(//www.imot.bg/images/picturess/regline-horizontal.png) center 0 repeat-x;
    vertical-align:middle;
    background-position:center;
}

.log_reg a.connect-fb{
    display:inline-block;
    width:167px;
    height:26px;
    background:url(//www.imot.bg/images/picturess/connect-buttons.png) 0 0 no-repeat;
    margin-bottom:15px;
}
.log_reg a.connect-fb:hover{
    background-position:0 -36px;
}
.log_reg a.connect-g{
    display:inline-block;
    width:167px;
    height:26px;
    background:url(//www.imot.bg/images/picturess/connect-buttons.png) -177px 0 no-repeat;
    margin-bottom:15px;
}
.log_reg a.connect-g:hover{
    background-position:-177px -36px;
}
.log_reg a.connect-p{
    display:inline-block;
    width:167px;
    height:26px;
    background:url(//www.imot.bg/images/picturess/connect-buttons.png) -354px 0 no-repeat;
}
.log_reg a.connect-p:hover{
    background-position:-354px -36px;
}
.log_reg input[type="text"],.log_reg input[type="password"]{
    border-top:1px solid #BBB;
    border-right:1px solid #CCC;
    border-bottom:1px solid #EEE;
    border-left:1px solid #DDD;
    padding:4px 10px;
    width:250px;
}
.log_reg span.formLabel{
    display:block;
    margin-bottom:3px;
    font-size:12px;
    color:#666;
}
.log_reg a.forgotenPass, .regWindow a.forgotenPass{
    display:inline-block;
    color:#900;
    font-size:12px;
    margin:3px 0 10px 0;
    text-decoration:none;
}
.log_reg a.forgotenPass:hover, .regWindow a.forgotenPass:hover{
    text-decoration:underline;
}

.shareOptions {
    width: 586px;
    font-size: 14px;
    padding: 5px 12px;
}
.shareOptions .title {
    font-size: 16px;
    font-weight: bold;
}
.shareOptions .MT {
    margin-top: 20px;
}
.shareOptions .boxTITLE {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 15px;
}
.shareOptions .TITLE {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
}
.shareOptions a.viber {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-decoration: none;
    padding: 0 115px 0 20px;
    background: url("//www.imot.bg/images/picturess/viber-share.png") no-repeat right 5px center #5a5297;
    background-size: contain;
    border-radius: 30px;
}
.shareOptions a.viber img {
    height: 36px;
}
.shareOptions .copy {
    position: relative;
    margin-top: 10px;
    /*border: 1px solid #DDD;*/
    border-radius: 50px;
    overflow: hidden;
    background: #EEE;
}
.shareOptions .copy input[type="text"]{
    width: 100%;
    box-sizing: border-box;
    border: none;
    background: none;
    line-height: 36px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    padding-left: 15px;
    outline: 0;
}
.shareOptions .copy a {
    position: absolute;
    top: 0;
    right: 0;
    background: url("//www.imot.bg/images/picturess/copy.svg") 17px center no-repeat #666;
    height: 36px;
    line-height: 36px;
    padding: 0 20px 0 43px;
    border-radius: 50px 0 0 50px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.shareOptions .copy a:active {
    background-color: #444;
}
.shareOptions .emailGrid {
    margin-top: 20px;
    margin-bottom: 10px;
    display: grid;
    grid-template-areas:
        'C1 C2'
        'C3 C3'
        'C4 C4'
        'C5 C5'
        'C6 C6'
        'C7 C7'
        'C8 C8';
    grid-template-columns:  1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px 30px;
}
.shareOptions .emailGrid .C1    { grid-area: C1; }
.shareOptions .emailGrid .C2    { grid-area: C2; }
.shareOptions .emailGrid .C3    { grid-area: C3; }
.shareOptions .emailGrid .C4    { grid-area: C4; }
.shareOptions .emailGrid .C5    { grid-area: C5; }
.shareOptions .emailGrid .C6    { grid-area: C6; }
.shareOptions .emailGrid .C7    { grid-area: C7; }
.shareOptions .emailGrid .C8    { grid-area: C8; }
.shareOptions .emailGrid input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-radius: 50px;
    background: #FFF;
    line-height: 28px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    padding-left: 15px;
}
.shareOptions .emailGrid textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-radius: 22px;
    background: #FFF;
    line-height: 28px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    padding-left: 15px;
}
.shareOptions .emailGrid .C4 span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
}

.shareOptions .emailGrid .C4 img {
    vertical-align: middle;
    margin-right: 10px;
    height: 36px;
    width: 150px;
}

.shareOptions .emailGrid .C4 input[type="text"] {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-radius: 15px;
    background: #FFF;
    height: 36px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
}

.shareOptions .emailGrid .C4 a.send {
    float: right;
    background: url("//www.imot.bg/images/picturess/icons/send.svg") 15px center no-repeat #900;
    height: 36px;
    line-height: 36px;
    padding: 0 17px 0 43px;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}

.shareOptions .emailGrid .C4 a.send:active {
    background-color: #830000;
}

.shareOptions .emailGrid .C4 a.gotoSite {
    background-image: url("//www.imot.bg/images/picturess/icons/goto-site-arrow.svg");
}
.shareOptions .emailGrid .C1 {
    position: relative;
}
.shareOptions .emailGrid .C1 img {
    position: absolute;
    top: 12px;
    right: -23px;
    width: 15px;
    height: 15px;
}
.shareOptions .emailGrid .C6 {
    font-size: 12px;
}
.shareOptions .emailGrid .C7 span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 10px;
    vertical-align: middle;
}
.shareOptions .emailGrid .C7 img {
    vertical-align: middle;
    margin-right: 10px;
    height: 36px;
    width: 150px;
}
.shareOptions .emailGrid .C7 input[type="text"] {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #DDD;
    border-radius: 15px;
    background: #FFF;
    height: 36px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
}
.shareOptions .emailGrid .C7 a.send {
    float: right;
    background: url("//www.imot.bg/images/picturess/send.svg") 15px center no-repeat #900;
    height: 36px;
    line-height: 36px;
    padding: 0 17px 0 43px;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.shareOptions .emailGrid .C7 a.send:active {
    background-color: #830000;
}
.shareOptions .emailGrid .C8 {
    font-size: 11px;
}
.shareOptions .sended {
    padding: 20px 20px 20px 60px;
    background: url("//www.imot.bg/images/picturess/icons/ok-green.svg") 20px center no-repeat #F9F4E8;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 20px;
}
.shareOptions .navbuttons{
    width: 100%;
    text-align: center;
}
.shareOptions .navbuttons a.send {
    display: inline-block;
    margin-right: 10px;
    background: url("//www.imot.bg/images/picturess/icons/adShare-white.svg") 15px center no-repeat #900;
    height: 36px;
    line-height: 36px;
    padding: 0 17px 0 40px;
    border-radius: 50px;
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
}
.shareOptions .navbuttons a.send:active {
    background-color: #830000;
}
.shareOptions .navbuttons a.closeBox{
    color: #333;
    font-weight: bold;
}
.shareOptions .navbuttons a.closeBox:hover{
    text-decoration: none;
}

.seoBox {
    position: relative;
    width: 100%;
    max-width: 980px;
    max-height: 250px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
}
.seoBox .red {
    color: #900;
}
.seoBox .color666 {
    color: #666;
}
.seoBox div {
    margin-top: 15px;
}
.seoBox strong {
    color: #000;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-right: 4px;
}
.seoBox a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-decoration: none;
}
.seoBox a:hover {
    color: #900;
    text-decoration: none;
}
.seoBox span.active {
    color: #900;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
}
.seoBox .seoraioni {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.seoBox .seoraioni a {
    text-decoration: none;
}
.seoBox .seoraioni a span {
    text-decoration: underline;
}
.seoBox .seoraioni a span:hover {
    text-decoration: none;
}
.seoBox a.seoraioni span{
    text-decoration: none;
    color: #900;
    font-weight: bold;
}
.seoBox .seoraioni a n {
    color: #BBB;
    font-weight: normal;
    text-decoration: none;
}
.seoBox a.viewMore {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
}
.seoBox a.viewMore span {
    display: inline-block;
    line-height: 20px;
    background: url("//www.imot.bg/images/picturess/icons/arrow-seo-links.svg") right 7px no-repeat;
    padding-right: 20px;
    text-decoration: underline;
}
.seoBox a.viewMore span:hover {
    color: #900;
    text-decoration: none;
}
.seoBox.showAll {
    max-height: 10000px;
}
.seoBox.showAll a.viewMore span {
    background-position: right -43px;
}
sidebar {
    position: fixed;
    z-index: 999999;
    bottom: -85%;
    height: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow-y: auto;
    display: block;
    width: 940px;
    padding: 25px 30px;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    margin: 0;
    background: #fff;
    color: #444444;
    text-align: left;
    transition: all 0.3s;
    overflow-y: auto;
    box-shadow: -3px 0px 7px rgb(0 16 16 / 20%);
}
sidebar.active {
    bottom: 0;
}
sidebar .head {
    display: grid;
    grid-template-columns: 1fr 30px;
    grid-gap: 40px;
    margin-bottom: 25px;
}
sidebar .head .title {
    font-size: 21px;
    font-weight: bold;
}
sidebar .head a.close,
sidebar .head div.close {
    display: block;
    margin-top: -4px;
    width: 40px;
    height: 40px;
    background: url("https://www.imot.bg/images/picturess/icons/close-menu.svg") 0 0 no-repeat;
    cursor: pointer;
}
sidebar .head a.close:hover,
sidebar .head div.close:hover {
    background-position: 0 -50px;
}
sidebar .obiava {
    margin-top: -30px;
    margin-bottom: 20px;
    padding-right: 40px;
    font-size: 14px;
    color: #900;
    background: url(https://www.imot.bg/images/picturess/icons/izvestia-right-arrow.svg) 0 center no-repeat;
    padding-left: 25px;
}
sidebar .dowble {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-gap: 20px;
}
sidebar .dowble div:last-of-type {
    align-self: flex-end;
}
sidebar .dowble .topOffersInfo {
    display: block;
    align-self: flex-end;
}
sidebar .dowble .topOffersInfo div {
    font-size: 16px;
}
sidebar .triple {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
sidebar .forms item label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}
sidebar .forms item label .normal {
    font-weight: normal;
}
sidebar .forms item label .red {
    color: #F00;
}
sidebar .forms item label .green {
    color: #00c36b;
}
sidebar .forms item label .blue {
    color: #3faded;
}
sidebar .forms item label .best {
    color: #018c00;
}
sidebar .forms item label.fs16 {
    font-size: 16px !important;
}
sidebar .forms item select {
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
}
sidebar .forms item select.big {
    height: 50px;
}
sidebar .forms item input[type="text"] {
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
}
sidebar .forms item input.big {
    height: 50px;
}
sidebar a.addButton,
sidebar span.a.addButton {
    float: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
sidebar a.addButton:hover,
sidebar span.a.addButton:hover {
    background: #B42F2F;
}
sidebar a.addButton.big,
sidebar span.a.addButton.big {
    line-height: 50px;
    font-size: 18px;
}
sidebar a.addButton.big ico,
sidebar span.a.addButton.big ico {
    margin-right: 10px;
    transform: scale(1.1);
    vertical-align: -3px;
}
sidebar a.addButton,
sidebar span.a.addButton {
    float: none;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
sidebar a.addButton:hover,
sidebar span.a.addButton:hover {
    background: #B42F2F;
}
sidebar a.addButton.big,
sidebar span.a.addButton.big {
    line-height: 50px;
    font-size: 18px;
}
sidebar a.addButton.big ico,
sidebar span.a.addButton.big ico {
    margin-right: 10px;
    transform: scale(1.1);
    vertical-align: -3px;
}
sidebar a.addButton.big ico.promo,
sidebar span.a.addButton.big ico.promo{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: -4px;
    background: url("https://www.imot.bg/images/picturess/icons/promo-white-big.svg") center center no-repeat;
}
.sidebaroverlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0c0303a6;
    z-index: 999;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.sidebaroverlay.active {
    visibility: visible;
    opacity: 1;
}
.popup-lite {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    color: #555;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 15px #0003;
    transition: .4s ease;
}
.popup-lite:hover {
    box-shadow: 0 2px 15px #0007;
}
.popup-lite strong.blue {
    color: #900;
    font-size: 16px;
}
.popup-lite strong.red {
    color: #F00;
    font-size: 16px;
}
.popup-lite .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
.popup-lite a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url("//www.imot.bg/images/picturess/icons/close-info-gallery.svg") 0 0 no-repeat;
}
.popup-lite a.close:hover {
    background-position: 0 -50px;
}
.popup-lite .buttons {
    margin-top: 4px;
    text-align: right;
    line-height: 0;
}
.popup-lite a.pop-btn-ok {
    display: inline-block;
    margin-top: 15px;
    line-height: 32px;
    padding: 0 17px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background: #900;
    border-radius: 5px;
    border: 1px solid #900;
    transition: .15s ease;
    cursor: pointer;
}
.popup-lite a.pop-btn-ok:hover {
    background: #b01110;
    border: 1px solid #b01110;
    text-decoration: none;
}
.popup-lite a.pop-btn-cancel {
    display: inline-block;
    margin-top: 15px;
    line-height: 32px;
    padding: 0 17px;
    font-size: 15px;
    text-decoration: none;
    background: #FFF;
    border-radius: 5px;
    transition: .15s ease;
    cursor: pointer;
    border: 1px solid #900;
    color: #900;
}
.popup-lite a.pop-btn-cancel:hover {
    background: #eef2fa;
    border: 1px solid #eef2fa;
    text-decoration: none;
}
.popup-lite div {
    user-select: none;
}
.popup-lite.active {
    display: block;
    animation: popLiteAN 0.2s cubic-bezier(.36,.07,.19,.97) both;
}
@keyframes popLiteAN {
    0% {
        opacity: 0;
        transform: translateY(-50%) translateX(-50%) scale(0.5);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%) translateX(-50%) scale(1);
    }
}
.moiteObiavi .item .alert{
    width: 140px;
    font-size: 11px;
    color: #d95151;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    background: url("//www.imot.bg/images/picturess/icons/alert_pict.svg") 0 0 no-repeat;
    background-size: 16px 12px;
}
.moiteObiavi .item{
    position: relative;
    padding: 10px 200px 15px 160px;
    min-height: 120px;
    border-bottom: 1px solid #900;
    margin-bottom: 10px;
}
.moiteObiavi .itemPubStatus {
    position: relative;
    padding: 10px 0 15px 160px;
    margin-bottom: 10px;
    width: 660px;
    border: none;
}
.moiteObiavi .item .photo{
    position: absolute;
    top: 10px;
    left: 0;
    transition: opacity .3s;
}
.moiteObiavi .item .photo:hover{
    opacity: .7;
}
.moiteObiavi .item .photo img{
    width: 140px;
    object-fit: cover;
    max-height: 145px;
}
.moiteObiavi .item .text{
    position: relative;
}
.moiteObiavi .item .BEST{
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 15px;
    padding: 5px 5px;
    border: 1px dashed #018c00;
    text-align: center;
    background: #FFF;
    color: #018c00;
}
.moiteObiavi .item .TOP{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("//www.imot.bg/images/picturess/icons/top.svg") 0 0 no-repeat;
    background-size: cover;
}
.moiteObiavi .item .VIP{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url("//www.imot.bg/images/picturess/icons/vip.svg") 0 0 no-repeat;
    background-size: cover;
}
.moiteObiavi .item .COMB{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 30px;
    border: 1px dashed #26bf00;
    text-align: center;
    background: #FFF;
    color: #26bf00;
    text-transform: uppercase;
}
.moiteObiavi .item .Norm{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 30px;
    border: 1px dashed #AAA;
    text-align: center;
    background: #FFF;
    color: #AAA;
    text-transform: uppercase;
}
.moiteObiavi .item .Ne{
    position: absolute;
    top: 0;
    right: 1px;
    width: 150px;
    line-height: 30px;
    border: 1px dashed #f00;
    text-align: center;
    background: #FFF;
    color: #f00;
    text-transform: uppercase;
}
.Neaktivna{
    width: 150px;
    line-height: 30px;
    border: 1px dashed #f00;
    text-align: center;
    background: #FFF;
    color: #f00;
    text-transform: uppercase;
}
.Normalna{
    width: 150px;
    line-height: 30px;
    border: 1px dashed #AAA;
    text-align: center;
    background: #FFF;
    color: #AAA;
    text-transform: uppercase;
}
.moiteObiavi .item .price{
    display: inline-block;
    color: #900;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}
.moiteObiavi .item .price:hover{
    text-decoration: none;
}
.moiteObiavi .item .title{
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.moiteObiavi .item .title span{
    color: #c00;
    font-weight: normal;
    font-size: 14px;
}
.moiteObiavi .item .loc{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.moiteObiavi .item .info{
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}
.moiteObiavi .item .links{
    text-align: left;
    font-size: 12px;
}
.moiteObiavi .item .links a{
    color: #333;
    text-decoration: underline;
}
.moiteObiavi .item .links a:hover{
    color: #900;
    text-decoration: none;
}
.moiteObiavi .item .date{
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.moiteObiavi .item .date strong{
    color: #666;
}
.moiteObiavi .item .date div{
    margin-top: 8px;
}
.moiteObiavi .item .date a{
    color: #666;
    text-decoration: underline;
}
.moiteObiavi .item .date a:hover{
    color: #900;
    text-decoration: none;
}
.moiteObiavi .item .buttons {
    position: absolute;
    top: 10px;
    right: 0;
}
.moiteObiavi .item .buttons a{
    display: block;
    width: 167px;
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #DDD;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 13px;
    color: #333;
    transition: background .5s, color .5s, border .5s;
    border-radius: 5px;
}
.moiteObiavi .item .buttons a:hover{background: #FFF;
    color: #900;
    border: 1px solid #900;
}
.moiteObiavi .item .buttons a img{
    vertical-align: middle;
    margin-right: 7px;
}
.moiteObiavi .item .buttons a.disabled{
    margin-top: 20px;
}
.moiteObiavi .item .buttons a.on:hover{
    color: #169100;
    border: 1px solid #169100;
}
.moiteObiavi .item .buttons a.delete{
    margin-top: 20px;
}
.moiteObiavi .item .buttons a.delete:hover{
    color: #FF0000;
    border: 1px solid #F00;
}
.follow-us {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 0;
}
.follow-us div {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 15px;
}
.follow-us a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid #CCC;
    border-radius: 100px;
    background: center center no-repeat #FFF;
    margin: 0 3px;
    transition: .15s ease;
}
.follow-us a:hover {
    border-color: #444;
    transform: scale(1.1);
}
.follow-us a.follow-us-instagram {
    background-image: url("https://www.imot.bg/images/picturess/icons/follow-us-instagram.svg");
}
.follow-us a.follow-us-tiktok {
    background-image: url("https://www.imot.bg/images/picturess/icons/follow-us-tiktok.svg");
}
.follow-us a.follow-us-facebook {
    background-image: url("https://www.imot.bg/images/picturess/icons/follow-us-facebook.svg");
}
.follow-us a.follow-us-youtube {
    background-image: url("https://www.imot.bg/images/picturess/icons/follow-us-youtube.svg");
}

mi {
    display: block;
    width: 1024px;
    margin: 20px auto;
    text-align: left;
}
mi input[type="text"],
mi input[type="password"],
mi input[type="number"]{
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
}
mi textarea {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
mi .pageSubTitle {
    font-size: 20px;
    margin-bottom: 30px;
}
mi .blockTitle {
    display: inline-block;
    font-weight: bold;
    text-transform: none;
    font-size: 19px;
    margin-bottom: 15px;
    position: absolute;
    top: -14px;
    left: -1px;
    background: #FFF;
    padding: 0 15px 9px 0;
    color: #333;
}
mi .pageTitle {
    font-size: 26px;
    font-weight: 700;
    margin: 12px 0 25px;
    color: #333;
}
mi input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #000;
}
mi input[type="checkbox"]:checked + span {
    font-weight: bold;
    color: #333;
}
mi input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #000;
}
mi input[type="radio"]:checked + span {
    font-weight: bold;
    color: #333;
}
mi note,
sidebar note {
    display: block;
    margin-top: 12px;
    color: #999;
    font-size: 13px;
    background: url("https://www.imot.bg/images/picturess/icons/alert-dark.svg") 0 2px no-repeat;
    padding-left: 21px;
}
mi .akBonusiTable {
    width: 100%;
    color: #444;
    font-size: 12px;
    border-collapse: collapse;
}
mi .akBonusiTable tr {
    border-bottom: 1px solid #DDD;
    transition: .1s ease;
}
mi .akBonusiTable tr:hover {
    background: #faf2ee;
}
mi .akBonusiTable tr.HEAD {
    color: #444;
    font-size: 14px !important;
    font-weight: bold;
    background: #FFF !important;
}
mi .akBonusiTable tr.HEAD td {
    font-size: 14px !important;
}
mi .akBonusiTable tr.HEAD td:nth-child(1) span {
    display: inline-block;
    color: #444;
    background: url(//www.imot.bg/images/picturess/icons/stat-down-arrow.svg) left center no-repeat;
    padding-left: 15px;
}
mi .akBonusiTable td {
    height: 32px;
}
mi .akBonusiTable td:nth-child(1) {
    width: 311px;
    padding-left: 10px;
}
mi .akBonusiTable td:nth-child(2) strong {
    color: #900;
}
mi .akBonusiTable strong {
    font-size: 14px;
}
mi .page2col .blockSubTitle {
    display: block;
    color: #666;
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 5px;
}

mi table.predplateni {
    margin-top: 20px !important;
}
mi table.predplateni td {
    vertical-align: bottom;
    padding-bottom: 10px;
    height: 22px;
}
mi table.predplateni td:nth-child(1) {
    width: 175px;
    padding-left: 10px;
}
mi table.predplateni td:nth-child(3) strong {
    color: #900;
}
mi table.predplateni tr:last-of-type {
    border: none;
}
mi span.predplateni-total {
    float:right; margin-top:-4px; font-size:23px; color:#000; font-weight:normal;
}
.page2col {
    width: 100%;
    display: grid;
    grid-template-areas: 'left right';
    grid-template-columns: 660px auto;
    grid-gap: 20px;
}

mi .page2col a.addButton {
    float: none;
    margin-top: 0;
    background-color: #900;
}

mi .page2col .alignRight {
    text-align: right;
}

mi .page2col .alignBottom {
    align-self: end;
}
mi .page2col .client-discount-info {
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 40px;
    margin-top: 20px;
    font-size: 13px;
    line-height: 18px;
}
mi .page2col .infocert_b {
    background: url(//www.imot.bg/images/picturess/icons/cert_b.svg) no-repeat;
    background-size: 30px 50px;
}
mi .page2col .infocert_r {
    background: url(//www.imot.bg/images/picturess/icons/cert_r.svg) no-repeat;
    background-size: 30px 50px;
}
mi .page2col .infocert_y {
    background: url(//www.imot.bg/images/picturess/icons/cert_y.svg)  no-repeat;
    background-size: 30px 50px;
}
mi .page2col .infocert_p {
    background: url(//www.imot.bg/images/picturess/icons/cert_p.svg) no-repeat;
    background-size: 30px 50px;
}
mi .page2col .infocert_g {
    background: url(//www.imot.bg/images/picturess/icons/cert_g.svg) no-repeat;
    background-size: 30px 50px;
}
mi .page2col .client-discount-info .red {
    color: #e43316;
    display: inline-block;
}
mi .page2col .client-discount-info .blue {
    color: #4e4bcb;
    display: inline-block;
}
mi .page2col .client-discount-info strong {
    font-size: 14px;
}
mi .Sticky {
    position: sticky;
    top: 20px;
}
mi .NoSticky {
    position: static !important;
    top: 0 !important;
}
mi .facturiStatistika {
    position: sticky;
    top: 20px;
    box-sizing: border-box;
    background: #FFF;
    animation: akCreditsUserDataAN 0.8s cubic-bezier(.36,.07,.19,.97) both;
}
mi .facturiStatistika .predplateni {
    color: #00bf68;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
    border: 1px solid #00bf68;
    border-bottom-width: 3px;
    border-radius: 3px;
}
mi .facturiStatistika .predplateni div {
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold;
}
mi .facturiStatistika .neplateni {
    color: #F00;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 10px;
    border: 1px solid #f9bcbc;
    border-bottom-width: 3px;
    border-radius: 3px;
}
mi .facturiStatistika .neplateni div {
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold;
}
mi .facturiStatistika .nefakturirani {
    padding: 15px 10px;
    background: #F00;
    border-radius: 4px;
    font-size: 16px;
    color: #ffe9e9;
    font-weight: bold;
    text-align: center;
}
mi .facturiStatistika .nefakturirani div {
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold;
}
.koleda {
    background: url("https://www.imot.bg/images/picturess/icons/christmas.png") no-repeat;
    line-height: 50px;
    padding-left: 50px;
    font-size: 15px;
}
.hosting {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
}
.hosting a {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-left: 5px;
}
.hosting a img {
    height: 32px;
}
.hosting strong {
    color: #333;
}
mi.agAdmin title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 6px;
}

mi.agAdmin title.blue {
    color: #900;
}

mi.agAdmin title.gray {
    color: #BBB;
}

mi.agAdmin input[type="text"],
mi.agAdmin input[type="password"],
mi.agAdmin input[type="number"]{
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
}

mi.agAdmin textarea {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

mi.agAdmin select {
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    color: #333;
    border: 1px solid #BBB;
    border-radius: 4px;
}

mi.agAdmin select:disabled {
    color: #BBB;
}

mi.agAdmin input.akPhone {
    background-image: url("https://www.imot.bg/images/picturess/icons/akPhone.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 37px;
}

mi.agAdmin input.akEmail {
    background-image: url("https://www.imot.bg/images/picturess/icons/akEmail.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 37px;
}

mi.agAdmin input.akUser {
    background-image: url("https://www.imot.bg/images/picturess/icons/akUser.svg");
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 37px;
}

mi.agAdmin input[readonly]{
    color: #b9b3b3;
    background: #faf9f8;
    border: 1px solid #E9E9E9;
}

mi.agAdmin note,
sidebar note {
    display: block;
    margin-top: 12px;
    color: #999;
    font-size: 13px;
    background: url("https://www.imot.bg/images/picturess/icons/alert-dark.svg") 0 2px no-repeat;
    padding-left: 21px;
}

mi.agAdmin note .dark,
sidebar note .dark {
    color: #444;
}

mi.agAdmin note .blue,
sidebar note .blue {
    color: #900;
}

mi.agAdmin note.open {
    background: url("https://www.imot.bg/images/picturess/icons/open-link.svg") 0 2px no-repeat;
    padding-left: 20px;
}

mi.agAdmin note.redIcon {
    background-image: url("https://www.imot.bg/images/picturess/icons/alert-red.svg");
}

mi.agAdmin note.open a {
    text-decoration: underline;
    color: #999;
}

mi.agAdmin note.open a:hover {
    text-decoration: none;
    color: #900;
}

mi.agAdmin note .blue {
    color: #900;
    font-weight: bold;
}


mi.agAdmin .page2col .col2-btn {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}

mi.agAdmin .page2col .col2-btn a.addButton,
mi.agAdmin .page2col .col2-btn a.addButton-lite {
    margin-top: 0;
}

mi.agAdmin .page2col .col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

mi.agAdmin .right-bottom {
    text-align: right;
    align-self: end;
}

mi.agAdmin .borderBox {
    position: relative;
    padding-top: 25px;
    margin-bottom: 40px;
}



mi.agAdmin .page2col .borderBox.inner {
    background: #efe6e5;
    border: none;
    margin-bottom: 0;
}

mi.agAdmin .page2col .borderBox.clear {
    background: #FFF;
    padding: 0;
}

mi.agAdmin .borderBox.inner {
    padding-top: 15px;
}

mi.agAdmin .borderBox.inner .blockTitle {
    position: static;
    padding: 0;
    background: none;
}

mi.agAdmin .borderBox.inner .blockTitle.small {
    font-size: 16px;
}


mi.agAdmin a.akAddPic {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background: #efe6e5;
    height: 100%;
    width: 100%;
    padding: 15px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    line-height: 0;
    transition: .15s ease;
}

mi.agAdmin a.akAddPic:hover {
    background: #F4EFEF;
    text-decoration: none;
}

mi.agAdmin a.akAddPic:hover span {
    /*background: #40b3ff;*/
    transform: scale(1.22);
}

mi.agAdmin a.akAddPic:active span {
    background: #C02525;
    transition: none;
}

mi.agAdmin a.akAddPic:hover div {
    /*color: #40b3ff;*/
}

mi.agAdmin a.akAddPic span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    margin: 0 auto 16px;
    background: #900;
    border-radius: 50px;
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
    transition: .1s ease;
}

mi.agAdmin a.akAddPic div {
    color: #900;
    font-weight: bold;
}

mi.agAdmin .akLogo {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-gap: 20px;
}

mi.agAdmin .akLogo li.hasPhoto div.photo{
    background-size:contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
}
mi.agAdmin .akLogo li.hasPhoto a.delete {
    display: none;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 32px;
    height: 32px;
    border-radius: 100px;
    background: url("https://www.imot.bg/images/picturess/icons/close-x-white-2.svg") center center no-repeat #E30;
    transition: .1s ease;
}
mi.agAdmin .akLogo li.hasPhoto a.delete:hover {
    background-color: #C00;
}
mi.agAdmin .akLogo li.hasPhoto a.delete:active {
    background-color: #E30;
    transition: none;
}
mi.agAdmin .akLogo li.hasPhoto:hover a.delete {
    display: block;
    animation: delPicAn 0.1s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes delPicAn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1.1);
    }
}

mi.agAdmin .akLogo img {
    width: 100%;
}

mi.agAdmin a.akAddPicBig {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    background: #efe6e5;
    min-height: 128.16px;
    width: 100%;
    padding: 15px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 0;
    transition: .15s ease;
}

mi.agAdmin a.akAddPicBig:hover {
    background: #F4EFEF;
    text-decoration: none;
}

mi.agAdmin a.akAddPicBig:hover span {
    transform: scale(1.22);
}

mi.agAdmin a.akAddPicBig:active span {
    background: #40b3ff;
    transition: none;
}

mi.agAdmin a.akAddPicBig span {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    margin: 0 auto 16px;
    background: #900;
    border-radius: 50px;
    color: #FFF;
    font-size: 26px;
    font-weight: normal;
    transition: .1s ease;
}

mi.agAdmin a.akAddPicBig div {
    color: #900;
    font-weight: bold;
}

mi.agAdmin .akWallpaper {
    width: 100%;
}



mi.agAdmin .borderBox .akVideo {
    margin-bottom: 10px;
}

mi.agAdmin .borderBox .akVideoShow {
    display: block;
    animation: akWallpaperShowAN 0.35s cubic-bezier(.36,.07,.19,.97) both;
}

mi.agAdmin .borderBox .akVideo iframe {
    width: 100%;
    height: 350px;
}

mi.agAdmin .borderBox input.YouTube {
    background: url("https://www.imot.bg/images/picturess/icons/youtube.png") 10px center no-repeat #FFF;
    background-size: auto 20px;
    padding-left: 70px !important;
}

mi.agAdmin .borderBox a.deletePict {
    margin-top: 15px;
    color: #F00;
    font-size: 14px;
    font-weight: bold;
    background: url("https://www.imot.bg/images/picturess/icons/deletePict.svg") 0 0 no-repeat;
    padding-left: 24px;
}

mi.agAdmin .borderBox a.deletePictShow {
    display: block;
    animation: deletePictShowAN 0.35s cubic-bezier(.36,.07,.19,.97) both;
}

@keyframes deletePictShowAN {
    0% {
        opacity: 0;
        transform: translateX(60px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


mi.agAdmin .workTime .row {
    display: grid;
    grid-template-columns: 95px 120px 120px auto;
    grid-template-rows: auto;
    grid-gap: 30px;
    padding: 0 7px 0 42px;
    line-height: 56px;
    background: url("https://www.imot.bg/images/picturess/icons/rab-vreme-black.svg") 7px center no-repeat;
    border-bottom: 1px solid #DDD;
    transition: .15s ease;
}

mi.agAdmin .workTime .row div {
    white-space: nowrap;
    align-self: center;
    transition: .15s ease;
}

mi.agAdmin .workTime .row div:last-of-type {
    text-align: right;
    color: #999;
}

mi.agAdmin .workTime .row select {
    width: 110px;
    margin-left: 3px;
    font-weight: bold;
    transition: .15s ease;
}

mi.agAdmin .workTime input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
    vertical-align: -5px;
}

mi.agAdmin .workTime .row.relax {
    background-color: #ede6e5;
    color: #999;
}

mi.agAdmin .workTime .row.relax select {
    opacity: .2;
}

mi.agAdmin .workTime .row.relax div:last-of-type {
    font-weight: bold;
    color: #000;
}


mi.agAdmin .agZapitvania {
    display: grid;
    grid-template-columns: 0.93fr 1fr;
    grid-gap: 10px;
}

mi.agAdmin .agZapitvania div {
    align-self: start;
    padding-left: 10px;
}

mi.agAdmin .agZapitvania div:last-of-type {
    padding-left: 25px;
    border-left: 1px solid #DDD;
}

mi.agAdmin .agZapitvania columnname {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

mi.agAdmin .agZapitvania input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

mi.agAdmin .agZapitvania input[type="checkbox"]:checked + span {
    font-weight: bold;
    color: #900;
}

mi.agAdmin .agZapitvania label {
    display: inline-grid;
    grid-template-columns: 30px 1fr;
    grid-gap: 0;
    color: #999;
    font-size: 14px;
    margin-bottom: 6px;
}

mi.agAdmin .agZapitvania label:hover {
    color: #333;
}

mi.agAdmin .agZapitvania span {
    display: inline-block;
    padding-top: 2px;
}

mi.agAdmin .houseImageUploader ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.akMdomain {
    margin-top: 23px;
    font-size: 24px;
    font-weight: bold;
    margin-left: -7px;
}
.regPreviewINFO {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
}

.regPreviewINFO .admin .inner {
    width: 250px;
    background: #eef2fa;
    border-radius: 4px;
    padding: 17px 22px;
}

.regPreviewINFO .lab{
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: bold;
}

.regPreviewINFO .grid2 {
    display: grid;
    grid-template-columns: 165px 1fr;
    grid-gap: 4px 20px;
}

.regPreviewINFO .grid2 div:nth-child(even) {
    font-weight: bold;
}

.regPreviewINFO .grid2 .bigger {
    font-size: 18px;
}
.agRegKey {
    font-size: 15px;
    line-height: 20px;
}
.agRegKey .phone {
    font-size: 20px;
}
.agRegKey .red {
    color: #F00;
}
.agRegKeyFormsWrapper {
    text-align: center;
}
.agRegKeyFormsWrapper .keyError {
    padding:10px;
    background-color:#FFE;
    border:#F00 1px solid;
    color:#F00;
    font-weight:bold;
}
.agRegKeyForms {
    margin-top: 25px;
    margin-bottom: 10px;
    display: inline-grid;
    grid-template-columns: auto 220px auto;
    grid-gap: 10px;
    font-size: 18px;
    font-weight: bold;
}
.agRegKeyForms div {
    align-self: center;
}
.agRegKeyForms input[type="text"] {
    width: 100%;
    height: 42px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.agRegKeyForms .addButton {
    margin-top: 0;
    line-height: 42px;
    padding: 0 20px;
    font-size: 16px;
}
