.wrap {
    max-width: 100%;
}

.copyright {
    padding-top: 28px;
    margin-bottom: 10px;
    float: left;
    width: 170px;
    height: 89px;
    margin-right: 40px;
    font-size: 14px;
    font-family: "RobotoRegular", sans-serif;
}

.about {
    float: left;
    width: 400px;
    margin-bottom: 10px;
    padding-top: 28px;
    font-size: 14px;
    font-family: "RobotoRegular", sans-serif;
    height: 89px;
}

.develop {
    padding-top: 28px;
    margin-bottom: 10px;
    float: right;
    width: 400px;
    height: 89px;
    font-size: 14px;
    font-family: "RobotoRegular", sans-serif;
}

.js-choose-tariff-form .panel-body div.info {
    min-height: 100px;
}

.js-choose-tariff-form .panel-footer .row {
    min-height: 37px;
}

.div-goto-up {
    display: none;
    -ms-opacity: 0.7;
    opacity: 0.7;
    width: 80px;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

    .div-goto-up:hover {
        -ms-opacity: 1;
        opacity: 1;
    }

.div-goto-up-inner {
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.div-goto-up-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 80px;
    background-color: #808080;
    padding: 10px;
}

.div-goto-up-arrow {
}

.div-goto-up-text {
    font-size: 1em;
    visibility: visible;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.our-cases {
    padding: 0 30px;
}

.our-cases > div {
    width: 100% !important;
}

.form-upload-img input {
    margin: 10px 0 !important;
}

colgroup col {
    min-width: 100px !important;
}

.scrollable-inside {
    overflow-x: auto !important;
}

@media (max-width: 479px) {
    .right-col-icon, .left-col-icon {
        display: none !important;
    }
}
