#footer-container {
    top: 2122px;
}

.oborud-page-text-bg, .oborud-page-params-bg{
    box-shadow: var(--border-shadow);
    position: absolute;
    width: 100%;
    z-index: -1;
}

.oborud-page-text-bg{
    top: 247px;
    height: 582px;
}

.oborud-page-params-bg{
    top: 1255px;
    height: 849px;
}

.oborud-page-text {
    padding-top: 60px;
}

.oborud-page-functions-title {
    padding-top: 105px;
}

.oborud-page-params-title {
    padding-top: 120px;
}

.instruction-button a{
    background-image: linear-gradient(180deg, #ffffff 0%,  #ffffff 100%);
    color: var(--BLUE_COLOR);
}

.oborud-page-text-left-column{
    padding-top: 59px;
}

@media  only screen and (max-width: 1300px) { 
    @supports (-webkit-touch-callout: none) {        
        body {
            -webkit-text-size-adjust: 100%;
            text-size-adjust: 100%;
            font-size: 15px;
        }
    }
}