@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter Tight";
    src: url("../fonts/InterTight-VariableFont_wght.ttf") format("woff2");
    font-style: normal;
    font-weight: 1 1000;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}
  
body {
    margin: 0;
    min-height: 100vh;
    font-family: "Inter Tight";
}

h1 {
    margin: 0;
    font-size: 44px;
    font-weight: 500;
}

h1 span {
    color: #F85508;
}

h2 {
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    color: #383B41;
    text-transform: uppercase;
}

li {
    list-style: none;
}

a {
    color: #ffffff;
    text-decoration: none;
}

p {
    margin: 0;
}

.container {
    width: 100%;
    max-width: 86%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.margin-top {
    margin-top: 120px;
}

.margin-top_half {
    margin-top: 60px;
}

.main-icon {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-button {
    padding: 15px 32px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 9px;
    background-color: #F85508;
    -webkit-box-shadow: 0px 194px 54px 0px rgba(162, 63, 17, 0), 0px 124px 50px 0px rgba(162, 63, 17, 0.01), 0px 70px 42px 0px rgba(162, 63, 17, 0.05), 0px 31px 31px 0px rgba(162, 63, 17, 0.09), 0px 8px 17px 0px rgba(162, 63, 17, 0.1);
            box-shadow: 0px 194px 54px 0px rgba(162, 63, 17, 0), 0px 124px 50px 0px rgba(162, 63, 17, 0.01), 0px 70px 42px 0px rgba(162, 63, 17, 0.05), 0px 31px 31px 0px rgba(162, 63, 17, 0.09), 0px 8px 17px 0px rgba(162, 63, 17, 0.1);
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter Tight";
    text-transform: uppercase;
    cursor: pointer;
}

.main-button:hover {
    background-color: #FF7F43;
}

.close-main-menu {
    display: none;
}

.main-menu {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.main-menu li {
    position: relative;
    padding: 45px 0 10px;
}

.main-menu a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #F85508;
    opacity: 0;
    content: "";
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.main-menu a:hover::before {
    opacity: 1;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
}

.link-mobile {
    display: none;
}

.header {
    position: absolute;
    z-index: 50;
    width: 100%;
    background-color: transparent;
}

.header__burger {
    display: none;
}

.header__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.logo {
    margin: 40px 185px auto 0;
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    margin-left: auto;
    padding: 45px 0 10px;
}

.footer__link {
    font-size: 18px;
    opacity: 0.8;
}

.header__contacts a:hover,
.footer__link:hover {
    color: #EBF9FF;
    text-decoration: underline;
}

.header__links-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    font-size: 20px;
    font-weight: 400;
}

.header__phone {
    font-size: 20px;
    font-weight: 600;
}

.banner {
    position: relative;
    z-index: 10;
    background-image: url("../images/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0086C1;
    color: #ffffff;
    overflow: hidden;
}

.banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.banner__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    max-width: 850px;
    padding: 284px 0 255px;
}

.banner__main .main-button {
    width: 100%;
    max-width: 286px;
}

.banner__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    max-width: 70%;
}

.banner__description span {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    opacity: 0.8;
}

.banner__main-img {
    position: absolute;
    right: 151px;
    bottom: 0;
    max-width: 48%;
    height: auto;
    max-height: 802px;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner__name {
    position: absolute;
    z-index: 2;
    bottom: 82px;
    right: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding: 15px 40px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.banner__name::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='414' height='49' viewBox='0 0 414 49' fill='none'%3E%3Cpath d='M10.6854 15.1108C14.3731 5.97884 23.2354 0 33.0838 0H405.947C410.893 0 414.386 4.845 412.823 9.53728L405.179 32.4793C401.892 42.345 392.661 49 382.262 49H7.74174C2.60472 49 -0.901322 43.803 1.02222 39.0397L10.6854 15.1108Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
}

.banner__name span {
    margin: auto 0;
    color: #0087C1;
}

.banner__name span:first-child {
    font-size: 20px;
    font-weight: 500;
}

.banner__name span:last-child {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 135, 193, 0.5);
}

.banner__name span:last-child::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 5px;
    height: 5px;
    background-color: #F85508;
    border-radius: 50%;
    content: "";
}

.footer {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    background-image: url("../images/footer.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0086C1;
    color: #ffffff;
}

.footer h2 {
    color: #ffffff;
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-bottom: 120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
}

.footer__wrapper-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__contacts-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 55px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 225px;
}

.footer__form-title {
    padding-top: 18px;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.footer__contacts-title {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer__main .footer__contacts {
    margin-top: 45px;
}

.footer__links-social {
    margin-top: 15px;
}

.footer__links-social a:hover .footer__path-icon {
    fill: #FF7F43;
}

.form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
    width: 100%;
    max-width: 950px;
}

.form.hidden {
    display: none;
}

.form .main-button {
    margin-top: 23px;
}

.form__wrapper-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 9px;
}

.form__wrapper-input_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
}

.form__wrapper-input textarea {
    padding: 0;
    margin-top: 14px;
    resize: none;
}

.form__wrapper-input.hidden {
    display: none;
}

.form__dropzone {
    margin-top: 25px;
    margin-bottom: 50px;
}

.form__input {
    position: relative;
    z-index: 2;
    padding: 14px 0;
    background-color: transparent!important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    caret-color: #ffffff;
}
input.form__input:-internal-autofill-selected{
background-color: transparent!important;
}

.form__wrapper-input.filled .form__input,
.form__input:focus {
    border-bottom: 1px solid #ffffff;
}

.form__input_error {
    border-bottom: 1px solid #FF0000;
}

.form__input_error[type=checkbox] + .form__label-checkbox::after {
    position: absolute;
    bottom: -4px;
    right: 0;
    width: calc(100% - 37px);
    height: 1px;
    background-color: #FF0000;
    content: "";
}

.form__input.hidden {
    position: absolute;
    opacity: 0;
    z-index: -10;
}

.form__placeholder {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    -ms-flex-line-pack: center;
        align-content: center;
}

.form__placeholder.hidden {
    z-index: -10;
    opacity: 0;
}

.form__placeholder_static {
    position: static;
    margin: 0;
}

.form__placeholder_textarea {
    bottom: auto;
    top: 10px;
}

.form__required {
    color: #F85508;
    font-size: 16px;
    font-weight: 400;
}

.form__label-file {
    position: relative;
    padding: 7px 10px 7px 0;
    width: 175px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 35px;
    color: rgba(255, 255, 255, 0.5019607843);
    border: 1px dashed rgba(255, 255, 255, 0.5019607843);
    text-align: right;
    cursor: pointer;
    box-sizing: border-box;
}

.form__label-file:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.form__label-file.file-uploaded {
    color: #ffffff;
    border: 1px dashed #ffffff;
}

.form__label-file::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
    width: 19px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M4.03762 16C5.11486 16 6.13271 15.6002 6.8961 14.8881L14.8439 7.38406C15.3356 6.91999 15.6072 6.30405 15.6072 5.65599C15.6072 5.00794 15.3356 4.38403 14.8439 3.91996C14.3518 3.45589 13.6988 3.19995 13.0117 3.19995C12.3161 3.19995 11.6631 3.45589 11.1795 3.91996L7.26935 7.60789L8.22781 8.51211L12.1295 4.82395C12.3671 4.59989 12.6725 4.47989 13.0032 4.47989C13.334 4.47989 13.6478 4.59989 13.8767 4.82395C14.1143 5.04802 14.2415 5.33607 14.2415 5.64802C14.2415 5.95998 14.1143 6.256 13.8767 6.47209L5.92049 13.9762C5.41157 14.4562 4.74161 14.7201 4.02917 14.7201C2.55308 14.7201 1.34885 13.584 1.34885 12.1921C1.34885 11.5201 1.62866 10.88 2.13759 10.408L10.6027 2.42393C11.383 1.68799 12.418 1.2879 13.5121 1.2879C15.7852 1.2879 17.6345 3.0319 17.6345 5.17599C17.6345 6.21592 17.2019 7.1921 16.43 7.92008L10.6368 13.3841L11.5952 14.2881L17.3885 8.82407C18.4317 7.83992 19 6.54405 19 5.16802C19 2.31987 16.5401 0 13.5206 0C12.0617 0 10.679 0.536021 9.64425 1.51197L1.17913 9.49603C0.415739 10.216 0 11.1681 0 12.1921C0 14.2881 1.81529 16 4.03762 16Z' fill='%23383b4180'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}

.footer .form__label-file::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath opacity='0.5' d='M4.03762 16C5.11486 16 6.13271 15.6002 6.8961 14.8881L14.8439 7.38406C15.3356 6.91999 15.6072 6.30405 15.6072 5.65599C15.6072 5.00794 15.3356 4.38403 14.8439 3.91996C14.3518 3.45589 13.6988 3.19995 13.0117 3.19995C12.3161 3.19995 11.6631 3.45589 11.1795 3.91996L7.26935 7.60789L8.22781 8.51211L12.1295 4.82395C12.3671 4.59989 12.6725 4.47989 13.0032 4.47989C13.334 4.47989 13.6478 4.59989 13.8767 4.82395C14.1143 5.04802 14.2415 5.33607 14.2415 5.64802C14.2415 5.95998 14.1143 6.256 13.8767 6.47209L5.92049 13.9762C5.41157 14.4562 4.74161 14.7201 4.02917 14.7201C2.55308 14.7201 1.34885 13.584 1.34885 12.1921C1.34885 11.5201 1.62866 10.88 2.13759 10.408L10.6027 2.42393C11.383 1.68799 12.418 1.2879 13.5121 1.2879C15.7852 1.2879 17.6345 3.0319 17.6345 5.17599C17.6345 6.21592 17.2019 7.1921 16.43 7.92008L10.6368 13.3841L11.5952 14.2881L17.3885 8.82407C18.4317 7.83992 19 6.54405 19 5.16802C19 2.31987 16.5401 0 13.5206 0C12.0617 0 10.679 0.536021 9.64425 1.51197L1.17913 9.49603C0.415739 10.216 0 11.1681 0 12.1921C0 14.2881 1.81529 16 4.03762 16Z' fill='white'/%3E%3C/svg%3E");
}

.footer .form__label-file:hover::before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M4.03762 16C5.11486 16 6.13271 15.6002 6.8961 14.8881L14.8439 7.38406C15.3356 6.91999 15.6072 6.30405 15.6072 5.65599C15.6072 5.00794 15.3356 4.38403 14.8439 3.91996C14.3518 3.45589 13.6988 3.19995 13.0117 3.19995C12.3161 3.19995 11.6631 3.45589 11.1795 3.91996L7.26935 7.60789L8.22781 8.51211L12.1295 4.82395C12.3671 4.59989 12.6725 4.47989 13.0032 4.47989C13.334 4.47989 13.6478 4.59989 13.8767 4.82395C14.1143 5.04802 14.2415 5.33607 14.2415 5.64802C14.2415 5.95998 14.1143 6.256 13.8767 6.47209L5.92049 13.9762C5.41157 14.4562 4.74161 14.7201 4.02917 14.7201C2.55308 14.7201 1.34885 13.584 1.34885 12.1921C1.34885 11.5201 1.62866 10.88 2.13759 10.408L10.6027 2.42393C11.383 1.68799 12.418 1.2879 13.5121 1.2879C15.7852 1.2879 17.6345 3.0319 17.6345 5.17599C17.6345 6.21592 17.2019 7.1921 16.43 7.92008L10.6368 13.3841L11.5952 14.2881L17.3885 8.82407C18.4317 7.83992 19 6.54405 19 5.16802C19 2.31987 16.5401 0 13.5206 0C12.0617 0 10.679 0.536021 9.64425 1.51197L1.17913 9.49603C0.415739 10.216 0 11.1681 0 12.1921C0 14.2881 1.81529 16 4.03762 16Z' fill='white'/%3E%3C/svg%3E");
}


.form__label-file.file-uploaded::before {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='16' viewBox='0 0 19 16' fill='none'%3E%3Cpath d='M4.03762 16C5.11486 16 6.13271 15.6002 6.8961 14.8881L14.8439 7.38406C15.3356 6.91999 15.6072 6.30405 15.6072 5.65599C15.6072 5.00794 15.3356 4.38403 14.8439 3.91996C14.3518 3.45589 13.6988 3.19995 13.0117 3.19995C12.3161 3.19995 11.6631 3.45589 11.1795 3.91996L7.26935 7.60789L8.22781 8.51211L12.1295 4.82395C12.3671 4.59989 12.6725 4.47989 13.0032 4.47989C13.334 4.47989 13.6478 4.59989 13.8767 4.82395C14.1143 5.04802 14.2415 5.33607 14.2415 5.64802C14.2415 5.95998 14.1143 6.256 13.8767 6.47209L5.92049 13.9762C5.41157 14.4562 4.74161 14.7201 4.02917 14.7201C2.55308 14.7201 1.34885 13.584 1.34885 12.1921C1.34885 11.5201 1.62866 10.88 2.13759 10.408L10.6027 2.42393C11.383 1.68799 12.418 1.2879 13.5121 1.2879C15.7852 1.2879 17.6345 3.0319 17.6345 5.17599C17.6345 6.21592 17.2019 7.1921 16.43 7.92008L10.6368 13.3841L11.5952 14.2881L17.3885 8.82407C18.4317 7.83992 19 6.54405 19 5.16802C19 2.31987 16.5401 0 13.5206 0C12.0617 0 10.679 0.536021 9.64425 1.51197L1.17913 9.49603C0.415739 10.216 0 11.1681 0 12.1921C0 14.2881 1.81529 16 4.03762 16Z' fill='white'/%3E%3C/svg%3E");
}

.form__name-file {
    position: relative;
    margin-top: 10px;
    margin-bottom: 9px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.form__name-file.hidden {
    display: none;
}

.form__name-file svg {
    cursor: pointer;
}

.form__error-text {
    position: absolute;
    z-index: 10;
    bottom: -100px;
    left: 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
}

.form__error-text.hidden {
    z-index: -10;
    opacity: 0;
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer__addition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    font-family: "Inter";
}

.footer__addition,
.footer__addition a {
    font-size: 12px;
}

.footer__policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
}

.footer__policy a:hover {
    color: #EBF9FF;
    text-decoration: underline;
}

.footer__made {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
}

.form__label-checkbox {
    position: relative;
    padding-left: 37px;
    color: rgba(255, 255, 255, 0.5019607843);
    cursor: pointer;
}

.form__label-checkbox:hover,
.form__input[type=checkbox]:checked + .form__label-checkbox {
    color: #fff;
}

.form__label-checkbox::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 23px;
    height: 23px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
}

.form__label-checkbox:hover::before,
.form__input[type=checkbox]:checked + .form__label-checkbox::before {
    border: 1px solid #ffffff;
}

.form__input[type=checkbox]:checked + .form__label-checkbox::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 6.5L5.5 11L11.5 1' stroke='%23ffffff' stroke-linecap='round'/%3E%3C/svg%3E");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
}

.wrapper-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.big-text {
    color: #383B41;
    font-size: 18px;
    font-weight: 400;
}

.main-text {
    color: #383B41;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
}

.about_mobile {
    display: none;
}

.about__img {
    /*width: 100%;*/
    max-width: 810px;
    min-width: 50%;
    height: 100%;
    border-radius: 108px 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.about__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.about__subtitle {
    color: #0087C1;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.about__item {
    padding: 21px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    border-top: 1px solid rgba(56, 59, 65, 0.2);
}

.about__item:last-child {
    border-bottom: 1px solid rgba(56, 59, 65, 0.2);
}

.about__number {
    opacity: 0.5;
}

.profitable-work h2 br {
    display: none;
}

.profitable-work__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 40px;
    overflow: hidden;
}

.profitable-work__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 358px;
    height: 358px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    border: 1px solid rgba(0, 134, 193, 0.3019607843);
    border-radius: 50%;
}

.profitable-work__item:nth-child(2),
.profitable-work__item:nth-child(3) {
    margin-left: -30px;
}

.profitable-work__item span {
    max-width: 70%;
    text-align: center;
}

.profitable-work__item_finish {
    margin-left: auto;
    color: #ffffff;
    background-color: #0086C1;
}

.profitable-work__line {
    margin: auto 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 134, 193, 0.3019607843);
    content: "";
}

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.open-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.open-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.open-list__main {
    background-color: white;
    border-bottom: 1px solid rgba(0, 134, 193, 0.2);
}

.open-list__wrapper-header {
    position: relative;
    z-index: 3;
    padding: 40px 25px 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    cursor: pointer;
}

.open-list__item.open .open-list__main {
    background-color: #0087C1;
    border-bottom: 1px solid #0087C1;
}

.open-list__item:first-child .open-list__main {
    border-top: 1px solid rgba(0, 134, 193, 0.2);
}

.open-list__item:first-child.open .open-list__main {
    border-top: 1px solid #0087C1;
}

.open-list__number {
    color: #383B41;
    font-size: 24px;
    font-weight: 400;
    opacity: 0.5;
}

.open-list__title {
    color: #383B41;
    font-size: 24px;
    font-weight: 400;
}

.faq-section .open-list__title {    
    max-width: 1160px;
}

.open-list__item.open .open-list__number,
.open-list__item.open .open-list__title {
    color: #ffffff;
}

.open-list__description {
    display: none;
    border-bottom: 1px solid rgba(0, 134, 193, 0.2);
}

.open-list__item.open .open-list__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 40px;
}

.open-list__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.open-list__item.open .open-list__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.open-list__item.open .open-list__arrow path {
    fill: #ffffff;
}

.services__additional {
    margin-top: 20px;
    opacity: 0.5;
}

.stages-work-wrapper {
    padding-top: 120px;
    overflow: hidden;
}

.stages-work {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.stages-work__wrapper-slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.stages-work_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
}

.stages-work__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    width: 100%;
}

.stages-work__header p {
    max-width: 550px;
    margin-left: 435px;
}

.stages-work__line-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin: 80px 0 100px;
    overflow: hidden;
}

.stages-work__line {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: rgba(56, 59, 65, 0.2);
}

.stages-work__line-item {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
}

.stages-work__line-item:last-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.stages-work__line-item br {
    display: none;
}

.stages-work__number {
    color: #383B41;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    opacity: 0.5;
}

.stages-work__circle-stage {
    position: relative;
    width: 14px;
    height: 14px;
    background-color: #0086C1;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.stages-work__line-item.active .main-text,
.stages-work__line-item.active .stages-work__circle-stage {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.stages-work__line-item.active::before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: -1000%;
    margin: auto;
    width: 1000%;
    height: 1px;
    background-color: #0087C1;
    content: "";
}

.stages-work__line-item.active:nth-child(2)::before {
    display: none;
}

.stages-work__line-item.active:last-child::before {
    left: -1300%;
    width: 1500%;
}

.stages-work__wrapper-slider-stages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto 0;
    height: calc(100vh - 259px);
}

.stages-work__wrapper-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 600px;
    max-height: 600px;
    margin: auto;
    aspect-ratio: 1 / 1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.stages-work__main-img {
    width: 268px;
    height: 268px;
    margin: auto;
}

.stages-work__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 70%;
    overflow: hidden;
}

.stages-work__slider .swiper {
    display: none;
}

.wrapper-main-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    padding: 50px 70px;
    height: 100%;
    width: 100%;
    max-width: 725px;
    background-color: #F5F5F5;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-y: auto;
}

.wrapper-main-form.hidden {
    right: -100%;
    padding: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
}

.close-form {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.stages-work__form-title {
    margin-bottom: 60px;
    color: #383B41;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.stages-work__form-title.hidden {
    display: none;
}

.form_black-text .form__input {
    border-bottom: 1px solid rgba(35, 31, 32, 0.4);
    caret-color: #383B41;
    color: #383B41;
}

.form_black-text .form__wrapper-input.filled .form__input,
.form_black-text .form__input:focus {
    border-bottom: 1px solid #231F20;
}

.form_black-text .form__input.form__input_error {
    border-bottom: 1px solid #FF0000;
}

.form_black-text .form__name-file {
    color: #231F20;
}

.form_black-text .form__name-file path {
    stroke: #231F20;
}

.form_black-text .form__placeholder,
.form_black-text .form__label-file,
.form_black-text .form__label-checkbox {
    color: rgba(56, 59, 65, 0.5019607843);
}

.form_black-text .form__label-file {
    border: 1px dashed rgba(56, 59, 65, 0.5019607843);
}

.form_black-text .form__label-file:hover {
    border: 1px dashed #231F20;
    color: #231F20;
}

.form_black-text .form__label-checkbox::before {
    border: 1px solid rgba(56, 59, 65, 0.5019607843);
}

.form_black-text .form__label-checkbox:hover::before,
.form_black-text .form__input[type=checkbox]:checked + .form__label-checkbox::before {
    border: 1px solid #231F20;
}

.form_black-text .form__input[type=checkbox]:checked + .form__label-checkbox::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 6.5L5.5 11L11.5 1' stroke='%23231F20' stroke-linecap='round'/%3E%3C/svg%3E");
}

.form_black-text .form__label-checkbox:hover,
.form_black-text .form__input[type=checkbox]:checked + .form__label-checkbox {
    color: #383B41;
}

.one-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    max-height: 440px;
    margin: auto 0;
}

.one-stage__wraper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}

.one-stage__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
}

.one-stage__title {
    color: #383B41;
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.one-stage__description {
    color: #383B41;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
}

.one-stage__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
}

.one-stage__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 135, 193, 0.2);
    color: rgba(0, 135, 193, 0.8);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


.completion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin: auto;
}

.form:not(.hidden) + .completion.hidden {
    display: none;
}

.completion__icon {
    margin-bottom: 18px;
    margin: auto;
}

.footer .completion__icon path {
    fill: #ffffff;
}

.completion__title {
    color: #383B41;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.footer .completion__title,
.footer .completion__text {
    color: #ffffff;
}

.completion__text {
    text-align: center;
    color: #383B41;
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
}

@media (min-width: 2000px) {
    .stages-work__wrapper-img {
        max-width: 900px;
        max-height: 900px;
    }
}
  
@media (max-width: 1600px) {
    .profitable-work__item {
        min-width: 300px;
        height: 300px;
    }

    .stages-work__wrapper-slider-stages {
        height: calc(100vh - 179px);
    }

    .stages-work__line-list {
        margin: 50px 0;
    }
}

@media (max-width: 1500px) {
    .about__img {
        max-width: 49%;
    }
}

@media (max-width: 1400px) {
    .profitable-work__item {
        min-width: 240px;
        height: 240px;
    }
}

@media (max-width: 1280px) {
    .about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about_mobile {
        display: block;
    }

    .about_desktop {
        display: none;
    }
    
    .about__img {
        max-width: 100%;
    }
    
    .stages-work__wrapper-slider-stages {
        gap: 30px;
    }

    .stages-work__header {
        padding-bottom: 70px;
    }

    .stages-work__wrapper-slider-stages {
        height: calc(100vh - 144px);
    }

    .stages-work__line-list {
        margin-top: 10px;
        margin-bottom: 55px;
    }

    .stages-work__wrapper-img {
        max-width: 400px;
        max-height: 400px;
    }

    .one-stage {
        gap: 20px;
    }

    .one-stage__wraper-content {
        gap: 18px;
    }

    .one-stage__price {
        padding-top: 18px;
    }
}

@media (max-width: 1200px) {
    .wrapper-main-menu {
        position: fixed;
        top: 0;
        left: -100%;
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 100%;
        background-color: #ffffff;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .main-menu a:hover::before {
        display: none;
    }   
    
    .wrapper-main-menu.open {
        left: 0;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }
    
    .close-main-menu {
        display: block;
        padding: 4px;
        border-radius: 8px;
        background-color: #F1F1F9;
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        cursor: pointer;
    }
    
    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 32px;
        height: 32px;
        padding: 6px;
        margin: auto 0;
        border-radius: 8px;
        background-color: rgba(241, 241, 249, 0.3);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        box-sizing: border-box;
    }

    .header__burger svg {
        margin: auto;
    }
    
    .header__contacts {
        padding: 20px 0;
    }
    
    .main-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 15px;
    }
    
    .wrapper-main-menu a {
        color: #231F20;
    }
    
    .wrapper-main-menu li {
        padding: 0;
    }
    
    .banner__main-img {
        right: 20px;
    }
    
    .stages-work__header p {
        margin-left: auto;
    }
    
    .footer__main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .footer__main li {
        padding: 0;
    }

    .one-stage__title {
        font-size: 27px;
    }

    .one-stage__description {
        font-size: 14px;
    }

    .one-stage__price {
        font-size: 16px;
    }

    .stages-work__wrapper-img {
        max-width: 350px;
        max-height: 350px;
    }

    .stages-work__main-img {
        width: 200px;
        height: 200px;
    }

    .one-stage {
        gap: 20px;
    }

    .one-stage__wraper-content {
        gap: 15px;
    }

    .one-stage__header {
        gap: 10px;
    }

    .one-stage__price {
        padding-top: 15px;
    }
}

@media (max-width: 1075px) {
    .profitable-work__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    .profitable-work__item {
        width: 100%;
        max-width: 358px;
        height: 358px;
        left: 0;
        right: 0;
        margin: auto;
    }
    
    .profitable-work__item:nth-child(2),
    .profitable-work__item:nth-child(3) {
        left: 0;
        right: 0;
        margin: -30px auto auto;
    }
    
    .profitable-work__line {
        height: 133px;
        width: 1px;
        margin: auto;
    }
}

@media (max-width: 992px) {
    .wrapper-main-form {
        padding: 20px 30px;
    }
    
    .stages-work__form-title {
        margin-bottom: 30px;
    }
    
    .stages-work__wrapper-img,
    .stages-work__wrapper-slides {
        display: none;
    }
    
    .stages-work__slider {
        width: 100%;
        max-width: 100%;
        overflow: visible;
    }
    
    .stages-work__slider .swiper {
        width: 100%;
        display: block;
        overflow: visible;
    }
    
    .stages-work__slider .swiper-slide {
        padding: 50px 40px;
        border-radius: 9px;
        background-color: #F6F6F6;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    
    .one-stage {
        width: 100%;
        max-height: 100%;
    }
    
    .banner__name {
        bottom: 45px;
        right: 30px;
    }
    
    .footer__wrapper-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 32px;
    }

    .footer__contacts {
        gap: 3px;
    }
    
    .footer__contacts-form {
        max-width: 100%;
    }
    
    .footer__contacts-form br {
        display: none;
    }
    
    .footer__addition {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
    }

    .footer__contacts-title {
        display: none;
    }
}

@media (max-width: 768px) {
    .stages-work__slider .swiper {
        display: block;
    }
    
    .stages-work__wrapper-img,
    .stages-work__wrapper-slides {
        display: none;
    }
    
    .stages-work__line-item:not(:last-child) {
        text-align: center;
    }
    
    .stages-work__line-item:nth-child(2) {
        text-align: left;
    }
    
    .stages-work__line-item:last-child {
        text-align: right;
    }
    
    .stages-work__line-item br {
        display: block;
    }
    
    .header__phone {
        margin: auto 0;
        font-size: 16px;
        line-height: 15px;
    }
    
    .link-mobile {
        display: block;
    }
    
    .link-desktop {
        display: none;
    }
    
    .header__contacts {
        gap: 15px;
    }
    
    .header__links-social {
        gap: 5px;
    }

    .header__links-social svg {
        width: 22px;
        height: 22px;
    }
    
    .footer__links-social svg {
        width: 26px;
        height: 26px;
    }

    .wrapper-main-menu {
        width: 100%;
    }
    
    .banner__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 50px;
    }
    
    .banner__main {
        padding: 124px 30px 0 0;
        gap: 16px;
    }
    
    .banner__description {
        gap: 24px;
    }
    
    .banner__main-img {
        position: relative;
        max-width: 100%;
    }
    
    .banner__name {
        bottom: 20px;
        right: -30px;
    }
    
    .stages-work__circle-stage {
        margin: 0 auto;
    }
    
    .stages-work__line-item:nth-child(2) .stages-work__circle-stage {
        margin: 0;
    }
    
    .stages-work__line-item:last-child .stages-work__circle-stage {
        margin-left: auto;
        margin-right: 0;
    }
    
    .stages-work__number {
        line-height: 16px;
    }
    
    .stages-work__line {
        top: 35px;
        bottom: auto;
    }
    
    .stages-work__line-item.active::before {
        top: 35px;
        bottom: auto;
        left: -950%;
    }
    
    .stages-work__slider .swiper-slide {
        padding: 30px 20px;
    }
    
    .stages-work {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .completion {
        gap: 10px;
    }

    .completion__icon {
        width: 100px;
        height: 100px;
    }

    .completion__title {
        font-size: 20px;
    }

    .completion__text {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 35px;
    }

    .footer__policy {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
    }
}

@media (max-width: 540px) {
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .main-menu {
        font-size: 14px;
    }

    .footer .main-menu {
        gap: 12px;
        font-size: 12px;
    }
    
    .margin-top {
        margin-top: 60px;
    }
    
    .margin-top_half {
        margin-top: 40px;
    }
    
    .big-text {
        font-size: 14px;
    }
    
    .main-text {
        font-size: 12px;
    }
    
    .banner__main .main-button {
        width: 221px;
        padding: 13px 0;
        font-size: 12px;
        max-height: 40px;
    }
    
    .stages-work__line {
        top: 33px;
    }
    
    .stages-work__line-item.active::before {
        top: 33px;
    }
    
    .stages-work .main-button {
        max-width: 100%;
    }
    
    .banner__name span:first-child {
        font-size: 16px;
    }
    
    .banner__name span:last-child {
        font-size: 12px;
    }
    
    .banner__name {
        gap: 25px;
    }
    
    .banner__name span:last-child::before {
        left: -15px;
    }

    .banner__main h1 br {
        display: none;
    }
    
    .about__subtitle {
        font-size: 14px;
    }
    
    .banner__description span {
        font-size: 12px;
    }
    
    .profitable-work__item {
        max-width: 240px;
        height: 240px;
    }
    
    .open-list__number,
    .open-list__title {
        font-size: 14px;
    }
    
    .open-list__arrow {
        top: 25px;
        bottom: auto;
        width: 9px;
        height: 9px;
    }
    
    .stages-work__number {
        font-size: 12px;
    }
    
    .one-stage__title {
        font-size: 16px;
    }
    
    .one-stage__description {
        font-size: 12px;
    }
    
    .form__wrapper-input_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
    }
    
    .about,
    .about__wrapper-content {
        gap: 20px;
    }
    
    .about__detail {
        margin-top: 12px;
        gap: 16px;
    }
    
    .about__item {
        padding: 15px;
        gap: 20px;
        font-size: 12px;
    }
    
    .profitable-work__list {
        margin-top: 20px;
    }
    
    .profitable-work h2 br {
        display: block;
    }
    
    .open-list {
        margin-top: 20px;
    }
    
    .open-list__wrapper-header {
        gap: 20px;
        padding: 20px 30px 20px 0;
    }
    
    .open-list__item.open .open-list__description {
        padding: 20px 0;
    }
    
    .stages-work__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
    
    .stages-work__wrapper-slider-stages {   
        height: calc(100vh - 149px);
    }

    .stages-work__line-list {
        margin: 20px 0 50px;
    }
    
    .stages-work__line-item {
        gap: 10px;
    }
    
    .one-stage__header {
        gap: 10px;
    }
    
    .one-stage__price {
        font-size: 14px;
    }
    
    .form__name-file {
        font-size: 12px;
    }
    
    .footer {
        padding-top: 30px;
    }
    
    .footer__top {
        gap: 20px;
        padding-bottom: 50px;
    }
    
    .form__input {
        padding: 10px 0;
        font-size: 11px;
    }
    
    .form__placeholder {
        font-size: 11px;
    }
    
    .form__label-file {
        width: 144px;
        padding: 9px 10px 9px 0;
        font-size: 12px;
    }
    
    .form__placeholder_static {
        font-size: 12px;
    }
    
    .stages-work__form-title {
        font-size: 20px;
    }
    
    .form {
        gap: 10px;
    }
    
    .form__wrapper-file {
        margin-top: 10px;
    }
    
    .form__label-checkbox::before {
        width: 15px;
        height: 15px;
    }
    
    .form__label-checkbox {
        padding-left: 27px;
        font-size: 12px;
    }
    
    .form__input[type=checkbox]:checked + .form__label-checkbox::after {
        left: 3px;
        width: 11px;
        height: 11px;
    }
    
    .footer__main .footer__contacts {
        margin-top: 24px;
    }
    
    .footer__links-social {
        margin-top: 10px;
    }
    
    .footer__main,
    .footer__bottom {
        gap: 30px;
    }
    
    .footer__made svg {
        width: 39px;
        height: 14px;
    }
    
    .close-form {
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }
    
    .stages-work__slider,
    .stages-work__slider .swiper {
        overflow: visible;
    }

    .form__error-text {
        bottom: -40px;
        font-size: 12px;
    }

    .form__input_error[type="checkbox"] + .form__label-checkbox::after {
        left: 27px;
    }

    .form__dropzone {
        margin-top: 13px;
        margin-bottom: 20px;
    }

    .form .main-button {
        padding: 10px 32px;
        max-width: 221px;
        height: 40px;
        margin-top: 22px;
        font-size: 12px;
    }

    .footer__link {
        font-size: 14px;
    }

    .wrapper-text {
        gap: 20px;
    }

    .services__additional {
        margin-top: 10px;
    }

    .footer__form-title {
        padding-top: 0;
        font-size: 12px;
    }

    .form__wrapper-input textarea {
        margin-top: 10px;
    }

    .form__placeholder {
        top: 7px;
    }
}

@media (max-width: 375px) {
    .banner__main-img {
        min-width: 130%;
        left: -90px;
        right: auto;
    }
}