.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('/p/400efb76d4c8fdc26dadc1862b355a4e2a5440a16ed9c504dc257dddc5df3d47.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('/p/09f4cab1d1e476ce0b6725c211b8de749ac09ac7d713e8a5444eefebb2b3171a.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('/p/c62ddfce3b0d7a3308df4977f3e7bb7e19250d0c40428144a443402d1a6cba70.png');
}

.knopka-icon-or.host {
  background-image: url('/p/3c493312a6b66a680917ea6e238d46ae3d40d7bd308d64bd115da6ce14df1a04.svg');
}

.knopka-icon-or.host:hover {
  background-image: url('/p/464602e244122e6fa63218f08c66878d233d533fd2f03c957b76892236ad1bc6.svg');
}

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

.knopka-icon-or.video:hover {
    background-image: url('/p/eff30f0a0ef7a1c6d95f798dd009c630b7bfa94ecd3129bfc0754b4957e5aa8a.svg');
}

.knopka-icon-or.post {
    background-image: url('/p/9c68106a97107ffbfc2fdcf493eb36430490011b738bc58795e6463567d7fd9b.png');
}

.knopka-icon-or.post:hover {
    background-image: url('/p/01e564f5934c5ddaf4398d3994ffc36f648dba6f342e3576d2edbab17974d0b1.png');
}

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

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

.knopka-icon-or.support {
    background-image: url('/p/c573b9c9d446caaadaf5d4ff3f2d3bc16fe307d2376a017faf03c87c52389ecd.svg');
}

.knopka-icon-or.support:hover {
    background-image: url('/p/7dab19cfe64b268c44334110668831a7c60a347734dc0579e25e30c4abee6208.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('/p/e89dd26880d3aeaadde12f54893b088e8b45d185f729944c9e2841377b359268.png');
        opacity: 1;
    }

    .button-div.grey {
        background-color: #fff;
        background-image: url('/p/763aba124f106b76a75b34368811d66b80f6c5d95fa8e0a08a7ea1c0d0f78ae6.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(/p/763aba124f106b76a75b34368811d66b80f6c5d95fa8e0a08a7ea1c0d0f78ae6.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;
}