/* Common styles */

body {
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 300;
    line-height: 1.1;
}
input,
textarea {
    box-sizing: border-box;
    max-width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    white-space: nowrap;
    overflow: hidden;
}
.container {
    box-sizing: border-box;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 0.125rem;
}
@media (min-width: 960px) {
    .container {
        max-width: 920px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1170px;
    }
}
.dx-button {
    border-radius: 0;
}
.background-overflow {
    position: relative;
    overflow: hidden;
}
.background-overflow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 697px;
    background-image: url('../image/promo/background-mobile.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -2;
}
.background-overflow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(89.56deg, rgba(255, 255, 255, 0.3) 0.4%, rgba(255, 255, 255, 0) 101.75%);
    z-index: -1;
}
@media (min-width: 670px) {
    .background-overflow:before {
        background-image: url('../image/promo/background-tablet.png');
    }
}
@media (min-width: 960px) {
    .background-overflow:before {
        height: 654px;
        background-image: url('../image/promo/background-tablet.png');
    }
    .background-overflow::after {
        background-image: linear-gradient(89.56deg, #fff 0.4%, rgba(255, 255, 255, 0) 101.75%);
    }
}
@media (min-width: 1440px) {
    .background-overflow:before {
        height: 760px;
        background-image: url('../image/promo/background-desktop.png');
    }
    .background-overflow::after {
        background-image: linear-gradient(89.56deg, #fff 0.4%, rgba(255, 255, 255, 0) 101.75%);
    }
}
.lbl-red {
    color: #f00;
}
.modal2-popup-in1 .dx-texteditor-input {
    line-height: normal;
    height: 50px;
    padding: 15px 10px;
}

/* Page header */

.page-header {
    background-color: rgba(255, 255, 255, 0.7);
}
.page-header-info-wrapper {
    position: relative;
    padding-top: 0.9375rem;
    padding-bottom: 0.8125rem;
}
.page-header-info-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    margin: 0 -100%;
    padding: 0 100%;
    background-color: #00583A;
}
.page-header-phone-number-wrapper,
.page-header-callback {
    display: none;
}
.page-header-logo {
    width: 168px;
    height: 50px;
}
@media (min-width: 960px) {
    .page-header {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
    }
    .page-header-info-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.625rem;
        padding-top: 1.4375rem;
        padding-bottom: 1.5rem;
    }
    .page-header-phone-number-wrapper,
    .page-header-callback {
        display: block;
    }
    .page-header-phone-number-wrapper {
        position: relative;
        padding-left: 3rem;
    }
    .page-header-phone-number-wrapper:before {
        content: '';
        position: absolute;
        top: 8%;
        left: 0;
        width: 37px;
        height: 37px;
        background-image: url('../image/phone-icon.svg');
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .page-header-phone-number {
        display: block;
        font-size: 1.5rem;
        font-weight: 700;
        color: #00583A;
        text-decoration: none;
    }
    .page-header-call-notice {
        font-size: 0.75rem;
        font-weight: 500;
        color: #666666;
    }
    .page-header-logo {
        width: 200px;
        height: 60px;
    }
    .page-header .dx-button .dx-button-content {
        padding: 0;
    }
    .page-header-callback {
        min-width: 215px;
        padding: 0.7375rem;
        font-size: 1.25rem;
        font-family: 'Gilroy';
        font-weight: 700;
        color: #ffffff;
        background-color: #00583A;
        border: none;
        cursor: pointer;
    }
    .page-header-callback:hover {
        background-color: #009763;
    }

}
@media (min-width: 1440px) {
    .page-header-info-wrapper:before {
        margin: 0;
        padding: 0;
    }
    .page-headerlogo {
        width: 267px;
        height: 80px;
    }
}

/* Breadcrumbs */

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0.5625rem 0;
    gap: 0.325rem;
}
.breadcrumbs-list a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs-list li:last-child a,
.breadcrumbs-list li:last-child a span {
    color: #757575;
    text-decoration: none;
    cursor: default;
}
.breadcrumbs-list a:hover {
    text-decoration: underline;
}
.breadcrumbs-list-item {
    position: relative;
    padding-right: 0.325rem;
    font-size: 0.625rem;
    font-weight: 500;
    list-style: none;
    color: #666666;
}
.breadcrumbs-list-item:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -0.125rem;
}
.breadcrumbs-list-item:last-child {
    padding-right: 0;
}
.breadcrumbs-list-item:last-child:after {
    content: none;
}
@media (min-width: 960px) {
    .breadcrumbs-list {
        padding: 0.625rem 0;
    }
}
@media (min-width: 1440px) {
    .breadcrumbs-list {
        padding-top: 0.75rem;
        padding-bottom: 1rem;
    }
    .breadcrumbs-list-item {
        font-size: 0.75rem;
    }
}

/* Order */

.order-wrapper {
    padding-bottom: 2.1875rem;
}
.order-title {
    position: relative;
    margin: 0;
    margin-bottom: 1.9375rem;
    padding-top: 2.8125rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #00583a;
}
.order-title:before {
    content: '';
    position: absolute;
    top: -25px;
    left: -20px;
    width: 30px;
    height: 30px;
    background-image: url('../image/order/screen4-icon1.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.order-item {
    position: relative;
    margin-bottom: 0.5625rem;
    padding: 1.25rem 0;
    padding-top: 0.8125rem;
    padding-bottom: 0.875rem;
    background-color: #fff;
    border: 1px solid #eee;
}
.order-item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -100%;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
    border-right: none;
    background-color: #fff;
}
.order-item-type-bold {
    margin-bottom: 1.25rem;
    padding-top: 1.0625rem;
    padding-bottom: 0.625rem;
    background-color: #00583a;
    border: 1px solid #00583a;
}
.order-item-type-bold:before {
    background-color: #00583a;
    border: 1px solid #00583a;
}
.order-item:last-of-type {
    margin-bottom: 1.6875rem;
}
.order-subtitle {
    position: relative;
    margin: 0;
    margin-bottom: 0.5rem;
    padding-top: 0.375rem;
    padding-left: 2.5rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.3125rem;
}
.order-subtitle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.order-subtitle-icon-rub {
    margin: 0;
    margin-bottom: 0.375rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    color: #fff;
}
.order-subtitle-icon-rub:before {
    background-image: url('../image/order/rub-icon.svg');
}
.order-subtitle-icon-clock:before {
    background-image: url('../image/order/clock-icon.svg');
}
.order-subtitle-icon-tg:before {
    background-image: url('../image/order/tg-icon.svg');
}
.order-price {
    display: block;
    font-family: 'Glory';
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #fff;
}
.order-text {
    margin: 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.1875rem;
    padding-left: 2px;
}
.order-form {
    margin-bottom: 1.9375rem;
}
.order-document-example-image {
    display: block;
    width: 245px;
    height: 342px;
    margin: 0 auto;
    margin-bottom: 1.6875rem;
}
.dx-texteditor-container {
    background-color: #fff;
    border: 1px solid #0b867a;
}
.dx-fieldset {
    margin: 0;
    margin-bottom: 0.5625rem;
}
.order-form-field input {
    width: 100%;
    margin-bottom: 0.5625rem;
    padding: 0.625rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #333;
}
.order-form-field input::placeholder,
.dx-placeholder {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #333;
}
.dx-texteditor.dx-editor-outlined {
    border: none;
}
.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button) {
    width: 100%;
}
.order-form-file-label {
    display: block;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #333333;
}
.order-form-file-upload-wrap {
    margin-bottom: 0.5625rem;
    padding-top: 0.75rem;
    padding-bottom: 1.1875rem;
    text-align: center;
    background-color: rgba(196, 196, 196, 0.1);
    border: 1px solid #0b867a;
}
.order-form-file-caption {
    margin: 0;
    margin-bottom: 0.375rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
}
.order-form .dx-fileuploader-wrapper {
    padding: 0;
}
.order-form .dx-fileuploader-input-wrapper {
    padding: 0;
    border: none;
}
.order-form .dx-fileuploader-input-wrapper::before,
.order-form .dx-fileuploader-input-wrapper::after {
    margin: 0;
    padding: 0;
}
.order-form .dx-fileuploader-input-wrapper .dx-button-text {
    padding: 0.325rem 0;
}
.fileuploader-input-wrapper .dx-button,
.dx-button-has-text .dx-button-content  {
    padding: 0;
}
.dx-fileuploader-input-wrapper .dx-button {
    max-width: 184px;
    max-height: 30px;
    width: 100%;
    margin: 0 auto;
    background-color: #009763;
    border: none;
    cursor: pointer;
    z-index: 2;
}
.dx-button-text {
    display: block;
    padding: 0.725rem 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    text-align: center;
    color: #fff;
}
.dx-fileuploader-input-wrapper .dx-button:hover {
    background-color: #00583a;
}
.order-form-checkbox-wrap {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer;
}
.dx-checkbox {
    float: left;
}
.order-form-notice {
    display: block;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.8125rem;
    color: #333;
}
.order-form-button {
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-height: 40px;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.1875rem;
    text-align: center;
    color: #fff;
    background-color: #00583a;
    border: 1px solid #0b867a;
    cursor: pointer;
}
.order-form-button:hover {
    background-color: #009763;
}
.order-require-documents {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 0.875rem;
    color: #666;
}
.order-attention {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    padding-left: 3.75rem;
    background: url(../image/order/attention-desktop.png) left center no-repeat;
}
@media (max-width: 960px) {
    .order-attention {
        font-size: .75rem;
        font-weight: 600;
        color: #333;
        padding-left: 2.5rem;
        line-height: 130%;
        background: url(../image/order/attention-mobile.png) left center no-repeat;
    }
    .order-title {
        padding-top: 1.8125rem;
    }
    .order-title:before {
        content: '';
        position: absolute;
        top: -25px;
        left: -10px;
        width: 50px;
        height: 50px;
        background-image: url('../image/order/screen4-icon1.png');
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 960px) {
    .order-wrapper {
        padding-bottom: 2.1875rem;
    }
    .order-main-content-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 0.625rem;
    }
    .order-title {
        width: 100%;
        margin-bottom: 2.25rem;
        padding-top: 4rem;
        font-size: 1.625rem;
        line-height: 1.9375rem;
    }
    .order-title:before {
        width: 92px;
        height: 92px;
    }
    .order-item {
        box-sizing: border-box;
        max-width: 290px;
        margin-left: 0;
        margin-bottom: 0.8125rem;
        padding-bottom: 0.625rem;
    }
    .order-item:last-child {
        margin-bottom: 0;
    }
    .order-item-type-bold {
        margin-bottom: 0.8125rem;
    }
    .order-subtitle {
        padding-top: 0;
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .order-subtitle:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .order-subtitle-icon-rub {
        padding-top: 0;
        font-size: 1.375rem;
        line-height: 2.0625rem;
    }
    .order-subtitle-icon-rub:before {
        top: 0;
        transform: none;
    }
    .order-price {
        font-size: 1rem;
        line-height: 1.5625rem;
    }
    .order-text {
        font-size: 1rem;
        line-height: 1.5625rem;
    }
    .order-document-example-image {
        width: 294px;
        height: 463px;
        margin: 0;
        margin-top: 3.625rem;
    }
    .order-form {
        max-width: 294px;
        margin-bottom: 1.75rem;
    }
    .dx-fieldset {
        margin-bottom: 1rem;
    }
    .order-form-field input {
        margin-bottom: 1.30rem;
        padding: 0.425rem;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }
    .order-form-field input::placeholder,
    .dx-placeholder {
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }
    .order-form-file-upload-wrap {
        padding-top: 1.25rem;
        padding-bottom: 1.625rem;
    }
    .order-form-file-label {
        margin-bottom: 0.75rem;
        font-weight: 100;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }
    .order-form-file-caption {
        margin-bottom: 0.5625rem;
        font-size: 1.125rem;
        line-height: 1.4375rem;
    }
    .dx-button-text {
        font-size: 1.25rem;
        line-height: 1.4375rem;
    }
    .order-form-checkbox-wrap {
        margin-bottom: 0.5rem;
    }
    .order-form-notice {
        font-size: 0.875rem;
        line-height: 1.125rem;
    }
    .order-form-choice-file {
        min-height: 143px;
        position: relative;
        background: rgba(196, 196, 196, 0.1);
        border: 1px solid #0B867A;
        width: 100%;
        max-width: 100%;
    }
    .order-form-choice-file .dx-fileuploader-input {
        height: 100%;
    }
    .order-form-choice-file:before {
        content: 'Перетащите файлы сюда';
        display: block;
        width: 100%;
        font-size: 1em;
        color: #a4a4a4;
        text-align: center;
        top: 15px;
        position: relative;
    }
    .order-form-choice-file:after {
        content: 'или';
        display: inline-block;
        width: 100%;
        font-size: 18px;
        color: #a4a4a4;
        text-align: center;
        top: 40px;
        position: absolute;
    }
    .dx-fileuploader-show-file-list .dx-fileuploader-files-container {
        margin-top: 60px;
    }
    .dx-fileuploader-input-wrapper .dx-button {
        max-height: 40px;
        top: 60px;
    }
    .dx-fileuploader-file-name {
        white-space: normal;
    }
    .order-form .dx-fileuploader-input-wrapper .dx-button-text {
        padding: 0.625rem 0;
    }
    .order-form-button {
        max-height: 60px;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .order-form-button .dx-button-content {
        max-width: 294px;
    }
    .order-form-button .dx-button-text {
        padding: 1rem 0;
    }
    .order-require-documents {
        display: block;
        width: 100%;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}
@media (min-width: 1440px) {
    .order-wrapper {
        padding-bottom: 2.375rem;
    }
    .order-title {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .order-item {
        max-width: 370px;
        margin-bottom: 1.1875rem;
        padding-top: 1.4375rem;
        padding-bottom: 1rem;
    }
    .order-item:last-of-type {
        padding-top: 1.875rem;
    }
    .order-item-type-bold {
        padding-bottom: 1.5625rem;
    }
    .order-subtitle {
        padding-left: 4.375rem;
    }
    .order-subtitle:before {
        width: 50px;
        height: 50px;
    }
    .order-subtitle-icon-rub {
        padding-top: 0.75rem;
        font-size: 1.5625rem;
        line-height: 2.3125rem;
    }
    .order-subtitle-icon-tg {
        margin-bottom: 1.6875rem;
    }
    .order-price {
        padding-left: 0.1rem;
    }
    .order-document-example-image {
        width: 370px;
        height: 583px;
        margin-top: 0;
    }
    .order-form {
        max-width: 369px;
        margin-bottom: 2.375rem;
    }
    .order-form-file-upload-wrap {
        margin-bottom: 1rem;
        position: relative;
        min-height: 143px;
    }
    .order-form-notice {
        margin-bottom: 1rem;
    }
    .order-form-button .dx-button-content {
        max-width: 360px;
    }
    .order-require-documents {
        max-width: 1169px;
        margin: 0 auto;
    }
}

/* Footer */

.page-footer-top {
    background-color: #00583a;
}
.page-footer-top-wrapper {
    display: flex;
    max-width: 360px;
    margin: 0 auto;
    padding-top: 0.875rem;
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    padding-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    flex-wrap: wrap;
}
.page-footer-logo {
    max-width: 136px;
}
.page-footer-phone-number, .page-footer-email, .page-footer-tg-link, .page-footer-address, .page-footer-contacts {
    display: block;
    position: relative;
    margin: 0;
    padding-left: 1rem;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 1.1875rem;
    text-decoration: none;
    color: #fff;
}
.page-footer-phone-number:before, .page-footer-email:before, .page-footer-tg-link:before, .page-footer-address:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
}
.page-footer-address {
    max-width: 49%;
    padding-left: 1.25rem;
    line-height: 0.8125rem;
}
.page-footer-address:before {
    top: 0;
    left: -4px;
    width: 12px;
    height: 14px;
    transform: none;
    background-image: url('../image/footer/geo-icon.svg');
}
.page-footer-contacts {
    max-width: 30%;
    color: #fff;
}
.page-footer-phone-number:before {
    background-image: url('../image/footer/phone-icon.svg');
}
.page-footer-email:before {
    height: 8px;
    background-image: url('../image/footer/email-icon.svg');
}
.page-footer-tg-link {
    line-height: 0.9375rem;
}
.page-footer-tg-link:before {
    background-image: url('../image/footer/tg-icon.svg');
}
.page-footer-bottom {
    background-color: #009763;
}
.page-footer-container {
    padding: 0 1.25rem;
}
.page-footer-bottom-wrapper {
    display: flex;
    padding: 0.8125rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.page-footer-copyright, .page-footer-development {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 0.625rem;
    line-height: 0.9375rem;
    color: #fff;
    text-decoration: none;
}
.page-footer-development {
    text-align: right;
}
@media (min-width: 960px) {
    .page-footer-top-wrapper {
        max-width: 920px;
        padding-top: 1.75rem;
        padding-right: 1.1875rem;
        padding-bottom: 2rem;
    }
    .page-footer-logo {
        width: 156px;
    }
    .page-footer-address {
        padding-left: 1.5625rem;
        font-size: 0.9375rem;
        line-height: 1.1875rem;
    }
    .page-footer-address:before {
        top: 3%;
        width: 15px;
        height: 18px;
        padding-left: 1em;
    }
    .page-footer-phone-number, .page-footer-email {
        padding-left: 1.5625rem;
        font-size: 0.9375rem;
        line-height: 1.75rem;
    }
    .page-footer-phone-number:before, .page-footer-email:before {
        width: 15px;
        height: 15px;
    }
    .page-footer-phone-number {
        /*margin-bottom: 0.625rem;*/
    }
    .page-footer-tg-link {
        margin-bottom: 0.9375rem;
        padding-left: 1.5625rem;
        font-size: 0.9375rem;
        line-height: 1.375rem;
    }
    .page-footer-tg-link:before {
        width: 15px;
        height: 15px;
    }
    .page-footer-tg-link:last-child {
        margin-bottom: 0;
    }
    .page-footer-bottom-wrapper {
        padding: 0.875rem 0;
    }
    .page-footer-copyright, .page-footer-development {
        font-size: 0.875rem;
        line-height: 1.3125rem;
    }
    .page-footer-development br {
        display: none;
    }
}
@media (min-width: 1440px) {
    .page-footer-top-wrapper {
        max-width: 1116px;
        margin: 0 auto;
        padding-top: 2.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 2.75rem;
    }
}

/* Modal */

.modal-button {
    width: 100%;
}
.modal-notice {
    margin: 1rem 2rem;
}
.dx-toolbar-label .dx-toolbar-item-content > div {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.1875rem;
    text-align: center;
    color: #00583A;
}
.modal-button .dx-button-content {
    width: 100%;
    max-width: 100%;
}

/* Image preview */

.image-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
}
.image-preview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* components */
.dx-fileuploader-input-wrapper {
    display: block;
    margin: 0 auto;
    width: 184px;
    height: 100%;
}
.dx-fileuploader-input-container {
    position: absolute;
    top: 0;
    left: 0;
}

/* about company */
@media (max-width: 960px) {
    .about-company-title {
        padding-top: 1.8125rem;
    }
    .about-company-title:before {
        content: '';
        position: absolute;
        top: -25px;
        left: -10px;
        width: 50px;
        height: 50px;
        background-image: url('../image/about-company/screen6-icon1.svg');
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }
}