:root {
    --BLUE_COLOR: #4EA4DE;
}

#footer-container {
    top: 2768px;
}

.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: 283px;
    height: 595px;
}

.oborud-page-params-bg{
    top: 1416px;
    height: 1331px;
}

.oborud-page-text {
    padding-top: 60px;
}

.oborud-page-functions-title {
    padding-top: 113px;
}

.oborud-page-params-title {
    padding-top: 76px;
}

.instruction-button a{
    background-image: linear-gradient(180deg, #ffffff 0%,  #ffffff 100%);
    color: var(--BLUE_COLOR);
}

.oborud-page-text-left-column{
    padding-top: 63px;
}

@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;
        }

        .oborud-page-params-bg{
            height: 1386px;
        }

        #footer-container {
            top: 2823px;
        }
    }
}