.btn-post{
        background-color: #e75726;
} 

.btn-post:hover{
        background-color: #e75726;
} 

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e7572687;
    outline: 0;
    box-shadow: 0 0 0 2px #e7572682;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.header-button {
    position: relative;
    z-index: 20;
    display: inline-block;
    width: 12.75%;
    height: 2.6rem;
}

.button-div.grey {
    background-color: #fff;
    background-image: none;
    background-position: 0px 0px;
    opacity: 1;
}




.button-text {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 3% 8% 5%;
    color: #414141;
    font-size: 0.88rem;
    line-height: 1.8rem;
    text-align: right;
}

.button-div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/sl2.png');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    border-radius: 1rem;
    box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05);
}
 
 
 .knopka-icon-or {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(3, 119, 197, 0);
    background-image: url('../images/lk-kluch.png');
    background-position: 5px 5px;
    background-size: 2rem;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    padding-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #e75726;
    text-align: right;
}



.knopka-icon-or:hover {
    background-image: url('../images/lk-kluch2.png');
}

.knopka-icon-or.host {
  background-image: url('/UserFiles/icons/cloud.svg');
}

.knopka-icon-or.host:hover {
  background-image: url('/UserFiles/icons/cloud-w.svg');
}

.knopka-icon-or.video {
    background-image: url('/UserFiles/icons/video.svg');
}

.knopka-icon-or.video:hover {
    background-image: url('/UserFiles/icons/video-w.svg');
}

.knopka-icon-or.post {
    background-image: url('../images/mail1.png');
}

.knopka-icon-or.post:hover {
    background-image: url('../images/mail2.png');
}

.knopka-icon-or.pay {
    background-image: url('../images/pay1.png');
}

.knopka-icon-or.pay:hover {
    background-image: url('../images/pay2.png');
}

.knopka-icon-or.support {
    background-image: url('/assets/img/icons/kmv/support-header.svg');
}

.knopka-icon-or.support:hover {
    background-image: url('/assets/img/icons/kmv/support-header-w.svg');
}

.top-row{
    padding: .2rem;
    background-image: linear-gradient(135deg, #CED4DA 0%, #EBEFF4 100%);
    margin-bottom: .5rem;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: 700;

}

.top-row a:hover{
    color: #e75726;
}
.top-tg-bot-link{
    color: #468ed7;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: 700;


}

.top-alarm-link{
    color: #e75726;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-weight: 700;

}

.top-bigmenu-logo-description-mobile{
    width: 100%;
    direction: ltr;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #414141;
       font-size: 3.8vw;
    text-transform: uppercase;
}
.top-bigmenu-logo-slogan{
    width: 100%;
    font-family: 'PT Sans', sans-serif;
    color: #414141;
    font-size: 3.8vw;
    line-height: 4vw;
}




/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .top-bigmenu-logo-description-mobile{
        font-size: 2.8vw;
    }
    .top-bigmenu-logo-slogan{
        font-size: 2.8vw;
    }
    
    .button-text {
        font-size: 0.9rem;
        line-height: 1.8rem;
        text-align: right;
    }

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .top-bigmenu-logo-description-mobile{
        font-size: 2.2vw;
            line-height: 2.8vw;
    }
    .top-bigmenu-logo-slogan{
        font-size: 2.2vw;
             line-height: 2.8vw;
    }
    

    .button-text {
        font-size: 1rem;
        line-height: 1.3rem;
        text-align: right;
    }
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .button-div.grey:hover {
        background-image: url('../images/orange-lk.png');
        opacity: 1;
    }

    .button-div.grey {
        background-color: #fff;
        background-image: url('../images/grey-knopka.png');
        background-position: 0px 0px;
        opacity: 1;
    }
    .header-button {
        position: relative;
        z-index: 20;
        display: inline-block;
        width: 12.75%;
        height: 140px;
    }
        .top-bigmenu-logo-slogan{
        font-size: 2.2vw;
             line-height: 2.8vw;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}





.top-bigmenu-logo-description{
    width: 100%;
    direction: ltr;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #414141;
    font-size: 12px;
    text-transform: uppercase;
}







.header-button-div {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    background-color: #fff;
    background-image: url(../images/grey-knopka.png);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
}









/* HEADER PHONES */
.header-tel {

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.tel-gorod {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    text-align: right;
}

.tel {
    padding-bottom: 5px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #e75726;
    font-size: .9em;
    line-height: .8em;
    text-align: right;
}