*,
::after,
::before {
    box-sizing: border-box
}

:active,
:focus,
a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:hover,
a:visited {
    text-decoration: none
}

ul li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    font-weight: inherit;
    font-size: inherit
}

.wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    width: 100%;
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #ef7728;
    border: 1px solid #ef7728;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 137.5%;
    text-align: left;
    color: #fff;
    transition: .3s
}

.button.transparent {
    background-color: transparent;
    color: #000
}

@media (any-hover:hover) {
    .button:hover {
        transform: scale(1.03)
    }

    .objects_item:hover img {
        filter: none
    }
}

.title {
    font-size: 48px;
    font-weight: 600;
    line-height: 120.8333333333%
}

@media (max-width:768px) {
    .title {
        font-size: 38px
    }
}

@media (max-width:500px) {
    .title {
        font-size: 32px
    }
}

@media (max-width:540px) and (max-width:500px) {
    .header__logo {
        max-width: 120px
    }

    .header__logo img {
        width: 100%
    }
}

@media (max-width:540px) {
    header {
        position: relative
    }

    .header--open {
        width: 100%
    }

    .header__menu {
        position: fixed;
        z-index: 100;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 100vh;
        padding-top: 104px;
        background-color: #fff;
        opacity: 1;
        transition: .5s
    }

    .header__logo {
        width: 183px;
        height: 40px;
        position: relative;
        z-index: 200;
        display: flex;
        align-items: center
    }

    .header__btn {
        position: relative;
        transition: .5s;
        transform: translateX(0);
        cursor: pointer
    }

    .header--open .header__menu {
        left: 0;
        opacity: 1;
        display: block
    }

    .header--open .header__btn {
        position: relative;
        transform: translateX(100vw)
    }

    .header--open .burger {
        transform: translateX(15vh)
    }

    .menu__list {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        padding: 40px 24px 0
    }

    .burger {
        display: flex
    }

    .header__logo svg {
        width: 110px;
        height: 24px
    }

    .header__menu {
        display: none
    }
}

.footer__label {
    line-height: 131.25%
}

@media (max-width:375px) {
    .footer__container {
        padding: 40px 24px 5px
    }

    .footer__container>:not(:last-child) {
        margin: 0 0 40px
    }

    .footer__main {
        display: flex;
        justify-content: space-between;
        margin: 0
    }

    .menu-footer__list>:not(:last-child) {
        margin: 0 0 12px
    }

    .item-service__icon {
        display: flex;
        justify-content: center
    }

    .menu-footer:last-child {
        margin: 0
    }

    .top__right-footer {
        flex-wrap: wrap;
        justify-content: center
    }

    .bottom__content-img {
        width: 82%;
        padding: 20% 0 0
    }
}

.menu-footer__link {
    line-height: 131.25%
}

.main-block__body {
    max-width: 400px
}

@media (max-width:590px) {
    .main-block__body {
        padding: 100px 0
    }
}

.main-block__title {
    line-height: 118.75%
}

.main-block__button {
    line-height: 133.3333333333%;
    min-height: 72px
}

.main-block__image {
    left: 0
}

.main-block__image img {
    object-fit: cover;
    width: 100%
}

/* .main-block__image img:last-child {
    display: none
} */

.service_item-content {
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 162.5%;
    color: #4b4b4b;
    padding: 0 40px;
    cursor: auto;
    background: #fff;
    border-radius: 16px;
    transition: .3s
}

.service_item-content ol li {
    list-style: none
}

.service_item-content ul li {
    position: relative;
    padding-left: 23px
}

.service_item-content ul li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #4b4b4b
}

.service_item-title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 133.3333333333%;
    margin-bottom: 24px
}

.service_item-button {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.service_item {
    cursor: pointer
}

.service_item.active {
    margin-bottom: 40px
}

.service_item.active .service_item-content {
    padding: 40px
}

.service_item.active .service_item-top {
    font-size: 26px;
    color: #ef7728;
    text-decoration: underline;
    margin-bottom: 30px
}

.service_item.active .service_item-top::after {
    transform: translateY(-50%) rotate(-45deg);
    height: 2.5px;
    top: 49%;
    background: #ef7728
}

.service_item.active .service_item-top::before {
    transform: translateY(-50%) rotate(45deg);
    height: 2.5px;
    top: 49%;
    background: #ef7728
}

@media (max-width:768px) {
    .service_item-content {
        padding: 0 24px
    }

    .service_item-title {
        font-size: 20px
    }

    .service_item.active .service_item-content {
        padding: 24px
    }

    .service_item.active .service_item-top {
        font-size: 20px
    }
}

@media (max-width:500px) {
    .main-block__image img:last-child {
        display: block
    }

    .main-block__image img:first-child {
        display: none
    }

    .service_item-button {
        margin-top: 40px
    }

    .service_item-button .button {
        width: 100%
    }

    .service_item.active .service_item-top {
        margin-bottom: 20px
    }
}

.service_item-img img {
    width: 28px;
    height: 28px
}

.objects {
    margin-top: 100px;
    padding: 100px 0;
    background-color: #0d0d0d
}

.objects_title {
    color: #fff;
    margin-bottom: 50px
}

.objects_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px
}

@media (max-width:1100px) {
    .objects_items {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }

    .objects_item:last-child {
        grid-column: 2/3
    }
}

@media (max-width:768px) {
    .objects {
        margin-top: 64px;
        padding: 64px 0
    }

    .objects_items {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}

.objects_item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.objects_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .5s
}

@media (any-hover:none) {
    .objects_item img {
        filter: none
    }
}

.objects_name {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.200000003px;
    line-height: 133.3333333333%;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    z-index: 2
}

@media (max-width:500px) {
    .objects_name {
        font-size: 16px;
        bottom: 8px;
        left: 0;
        padding: 0 8px;
        transform: none;
        text-align: left
    }
}

.work {
    padding: 100px 0;
    background-color: #fff
}

@media (max-width:768px) {
    .work {
        padding: 64px 0
    }
}

.work_title {
    margin-bottom: 64px
}

.work_items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 32px
}

.work_item {
    position: relative;
    grid-column: span 2;
    border-radius: 16px;
    overflow: hidden;
    min-height: 330px
}

.work_item.big {
    grid-column: span 3
}

.work_item.big .work_item-text {
    left: 0;
    top: 100px;
    padding: 0 0 0 40px;
    height: 35%;
    width: 60%;
    transform: translateY(-50%)
}

.work_item-img {
    position: absolute;
    width: 100%
}

.work_item-img img {
    max-width: 100%
}

.work_item-title {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 12px
}

.work_item-text {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 144.4444444444%;
    color: #4b4b4b
}

@media (max-width:550px) {
    .work_item.big .work_item-text {
        top: 24px;
        padding: 0 0 0 24px;
        transform: none;
        width: 100%
    }

    .work_item.big .work_item-img {
        bottom: 0 !important;
        transform: none !important;
        max-width: 60% !important;
        max-height: 260px
    }

    .work_item.big:last-child {
        min-height: 400px
    }

    .work_item-text {
        padding: 0 24px;
        top: 24px
    }
}

.form_inner {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%
}

.form_inner.pb {
    padding-bottom: 0 !important
}

@media (max-width:768px) {
    .form_inner {
        padding: 64px 0
    }
}

.form_title {
    margin-bottom: 64px
}

@media (max-width:500px) {
    .form_title {
        margin-bottom: 30px
    }
}

.form_top {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
    grid-gap: 5px;
    max-width: 770px;
    margin: 0 auto 87px
}

.form_top-container {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    margin-left: 40px
}

.form_top-container .button {
    margin: 0 0 0 12px
}

@media (max-width:768px) {
    .form_top-container {
        display: none
    }

    .form_top {
        grid-template-columns: auto 1fr auto 1fr auto
    }
}

.form_final {
    grid-template-columns: auto 1fr auto 1fr auto
}

@media (max-width:500px) {
    .form_top {
        padding: 0 10px;
        margin: 0 auto 32px !important
    }
}

.form_top-item {
    position: relative;
    padding-bottom: 40px
}

.form_top-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    transition: .3s
}

.form_top-item.active .form_top-text {
    color: #ef7728
}

.form_top-item.active::after {
    background: #ef7728;
    border: 0
}

@media (max-width:500px) {
    .form_top-item {
        padding-bottom: 45px
    }

    .form_top-item::after {
        width: 18px;
        height: 18px
    }
}

.form_top-delimiter {
    position: relative;
    width: 100%
}

.form_top-delimiter::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 12px;
    background-color: #b5b5b5
}

.form_top-text {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .01em;
    text-align: center;
    line-height: 133.3333333333%;
    color: #b5b5b5;
    transition: .3s
}

@media (max-width:500px) {
    .form_top-text {
        font-size: 18px
    }
}

.form_block {
    width: 100%;
    height: 100%
}

.form_row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 73px
}

.form_column {
    max-width: 546px;
    width: 100%
}

@media (max-width:768px) {
    .form_row {
        display: block
    }

    .form_column {
        max-width: none;
        margin-bottom: 40px
    }
}

.form_label {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 133.3333333333%;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.form_all-choose-button {
    color: #000;
    font-weight: 700px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px
}

.form_all-choose-button-active {
    color: #ef7728;
    font-weight: 700px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px
}

.form_all-choose-button:hover {
    color: #ef7728
}

@media (max-width:768px) {
    .form_all-choose-button {
        display: none
    }

    .form_label {
        margin-bottom: 25px
    }
}

@media (max-width:500px) {
    .form_label {
        margin-bottom: 15px !important
    }
}

.form_items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
}

@media (max-width:1024px) {
    .work_item {
        grid-column: span 3
    }

    .work_item:last-child {
        grid-column: span 6
    }

    .form_label {
        font-size: 22px
    }

    .form_items {
        grid-template-columns: 1fr
    }
}

.form_item {
    cursor: pointer;
    width: 100%;
    background: #f3f4f5;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    min-height: 176px;
    overflow: hidden;
    position: relative;
    transition: .3s;
    will-change: transform
}

.form_item input {
    display: none
}

.form_item input:checked~div .form_item-text {
    color: #4b4b4b
}

.form_item input:checked~div .form_item-back img,
.form_item input:checked~div .form_item-back:after {
    opacity: 1
}

@media (any-hover:hover) {
    .form_item:hover {
        transform: scale(1.01)
    }

    .project_bottom-button .button:hover img {
        transform: translateX(15px)
    }
}

.form_item-img {
    position: absolute;
    bottom: 24px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%)
}

.form_item-text {
    position: absolute;
    bottom: 66%;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 131.25%;
    text-align: center;
    transition: .3s
}

.form_item-back img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 0
}

.form_item-back::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fce4d4;
    opacity: 0;
    pointer-events: none;
    transition: .3s
}

.form_container {
    height: 100%
}

.form_error {
    display: none;
    color: #c73f3f;
    padding: 5px 0
}

.form .form_error {
    display: none
}

.form_input.error input {
    border: 1px solid #c73f3f !important
}

.form_input.error .form_error {
    display: block
}

.form_input:not(:last-child) {
    margin-bottom: 32px
}

.form_input input {
    display: block;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    height: 63px;
    padding: 0 30px;
    width: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em
}

.form_input input::placeholder {
    color: #7f7f7f
}

.form_file-item {
    background: #e7e7e7;
    border-radius: 30px;
    height: 63px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 17px;
    padding: 0 14px;
    cursor: pointer
}

.form_file-item:not(:last-child) {
    margin-bottom: 32px
}

.form_file-img {
    width: 38px;
    height: 38px;
    background: #f3f4f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.form_file-img img {
    width: 22px
}

.form_file-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    color: #7f7f7f;
    line-height: 137.5%;
    flex: 1 1 auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form_controls {
    display: none;
    align-items: center;
    gap: 20px
}

.form_controls .button {
    white-space: nowrap
}

.form_controls::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #b5b5b5;
    margin-right: 15px;
    flex: 1 1 auto
}

.prev .button {
    border: 1px solid #000;
    background-color: transparent;
    color: #000
}

@media (max-width:450px) {
    .form_controls .button {
        padding: 16px 10px
    }
}

.form_controls-button-next {
    margin-left: 10px
}

.form_controls-button-prev {
    margin-right: 10px
}

.form_end {
    min-height: 370px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    max-width: 462px;
    margin: 0 auto
}

.form_end-img {
    max-width: 94px;
    margin-bottom: 32px
}

.form_end-img img {
    width: 100%
}

.form_end-label {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: .01em;
    text-align: center;
    line-height: 134.375%;
    margin-bottom: 8px
}

@media (max-width:768px) {
    .form_container {
        overflow: scroll
    }

    .form_controls {
        display: flex
    }

    .form_end-label {
        font-size: 24px
    }
}

.form_end-text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 133.3333333333%;
    text-align: center;
    margin-bottom: 32px
}

.quiz.form_inner {
    padding-bottom: 120px
}

.quiz .form_block {
    padding-right: 10px !important
}

@media (max-width:768px) {
    .quiz.form_inner {
        height: 100vh;
        padding-bottom: 90px;
        padding-top: 60px
    }

    .quiz .form_column {
        margin-bottom: 32px
    }
}

.quiz .form_column .form_label {
    margin-top: 0
}

.quiz .form_top {
    max-width: none;
    margin: 0 auto 67px
}

.quiz .container {
    max-width: 1094px
}

.quiz .form_container {
    max-width: 1064px;
    margin: 0 auto;
    width: 100%
}

.quiz .form_container::-webkit-scrollbar {
    width: 4px
}

.quiz .form_container::-webkit-scrollbar-track {
    background: #f1f1f1
}

.quiz .form_container::-webkit-scrollbar-thumb {
    background: #a5a3a3
}

.quiz .form_container::-webkit-scrollbar-thumb:hover {
    background: #8c8c8c
}

.quiz .form_row {
    gap: 32px
}

.quiz .form_label {
    margin-bottom: 30px
}

.quiz .form_label.mt {
    margin-top: 32px
}

.quiz .form_items {
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    grid-gap: 16px;
    padding-right: 10px !important
}

@media (max-width:1024px) {
    .quiz .form_items {
        grid-template-columns: repeat(4, 1fr)
    }

    .quiz .file_label-button .button span {
        display: none
    }

    .quiz .file_label-button .button img {
        display: block;
        width: 17px
    }
}

@media (max-width:768px) {
    .quiz .form_label {
        margin-bottom: 20px
    }

    .quiz .form_label .button {
        display: none
    }

    .quiz .form_items {
        grid-template-columns: repeat(3, 1fr)
    }

    .quiz .form_item-text {
        font-size: 14px
    }
}

.quiz .form_item>div {
    margin-top: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.quiz .form_item-img {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    max-width: 56px;
    margin: 0 auto
}

.quiz .form_item-img img {
    max-width: 100%
}

@media (max-width:500px) {
    .form_end-button {
        margin-bottom: 30px
    }

    .quiz .form_items {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 1px
    }

    .quiz .form_item {
        min-height: 150px
    }

    .quiz .form_item-img {
        max-width: 32px
    }
}

.quiz .form_item-text {
    position: relative;
    bottom: 0;
    padding: 0 10px
}

.quiz .form_controls.top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
    border-top: 1px solid #b5b5b5;
    background-color: #fff
}

.quiz .form_controls.top .container {
    justify-content: end;
    display: flex;
    gap: 16px
}

.quiz .form_controls.top::before {
    content: "";
    display: none
}

.quiz .form_controls.top .all {
    display: none
}

@media (max-width:768px) {
    .quiz .form_controls.top {
        padding: 16px 0
    }

    .quiz .form_controls.top .all {
        display: inline-flex;
        border: 1px solid #000;
        border-radius: 16px;
        background-color: transparent;
        color: #000;
        font-weight: 700px;
        padding: 16px 48px
    }

    .quiz .form_controls.top .button {
        padding: 12px 16px
    }
}

@media (max-width:500px) {
    .quiz .form_controls.top {
        display: flex
    }

    .quiz .form_controls.top .all {
        border-radius: 4px
    }

    .quiz .form_controls.top .form_controls-button,
    .quiz .form_controls.top .form_controls-button .button {
        width: 100%
    }
}

.quiz .form_input:not(:last-child) {
    margin-bottom: 8px
}

.quiz .form_input input {
    padding: 0 24px;
    border: 1px solid #000;
    border-radius: 4px;
    height: 54px;
    background: 0 0
}

.quiz .file_label-progress {
    width: 100%;
    background: #d9d9d9;
    border-radius: 4px;
    height: 4px;
    position: relative
}

.quiz .file_label-progress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 4px;
    background: linear-gradient(270deg, #6be540 -2.4%, #85f15f 53.58%, #6be640 106.16%)
}

.quiz .file_label {
    border: 1px solid #000;
    border-radius: 4px;
    height: 54px;
    gap: 16px;
    background: 0 0;
    padding: 0 8px 0 24px
}

.quiz .file_label:not(:first-child) {
    margin-top: 8px
}

.quiz .file_label.error {
    border: 1px solid #c73f3f !important
}

.quiz .file_label.error .file_label-progress {
    height: auto;
    background: 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 137.5%;
    letter-spacing: .01em;
    color: #c65656
}

.quiz .file_label.error .file_label-progress::after {
    content: "";
    display: none
}

@media (max-width:450px) {
    .quiz .file_label.error .file_label-text {
        display: none
    }
}

@media (max-width:768px) {
    .quiz .form_input input {
        padding: 0 16px
    }

    .quiz .file_label {
        padding: 0 8px 0 16px
    }
}

.quiz .file_label-text {
    width: auto;
    white-space: nowrap
}

.quiz .form_file-item {
    background: #e7e7e7;
    border-radius: 4px;
    height: 40px;
    margin-bottom: 0;
    margin-top: 8px
}

.quiz .form_file-img {
    background-color: transparent
}

.quiz .form_file-img img {
    width: 24px
}

.quiz .form_file-text {
    color: #363636
}

.quiz .file_label-button img {
    display: none
}

.quiz .file_label-button .button {
    font-size: 14px
}

.file_label {
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    height: 63px;
    padding: 0 13px 0 30px;
    display: flex;
    align-items: center
}

.file_label input {
    display: none
}

.file_label-text {
    width: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    color: #7f7f7f
}

.file_label-button .button {
    padding: 8px 12px;
    background: #000;
    color: #fff;
    border: 0;
    white-space: nowrap
}

.form_number {
    padding: 0 30px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 16px;
    height: 63px;
    width: 100%
}

.form_number input {
    width: 100%;
    height: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em
}

.form_input {
    width: 100%;
    height: 100%
}

.form_number-country {
    padding-right: 25px;
    position: relative
}

.form_number-img img {
    width: 44px
}

.form_number-arrow {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #292a34 transparent transparent
}

.project {
    padding: 100px 0;
    background: #0d0d0d
}

.project_inner {
    display: flex;
    gap: 50px;
    justify-content: space-between
}

@media (max-width:768px) {
    .project {
        padding: 64px 0
    }

    .project_inner {
        flex-direction: column;
        gap: 40px
    }

    .project_bottom {
        padding: 0 15px
    }
}

.project_title {
    color: #fff;
    max-width: 546px;
    width: 100%
}

.project_items {
    max-width: 546px;
    width: 100%;
    counter-reset: section
}

.project_item {
    font-size: 24px;
    font-weight: 600;
    line-height: 133.3333333333%;
    letter-spacing: .01em;
    color: #fff;
    margin-bottom: 48px
}

.project_item::before {
    content: "";
    counter-increment: section;
    content: counter(section);
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 137.5%;
    margin-bottom: 24px
}

.project_bottom {
    display: flex;
    align-items: center;
    gap: 21px
}

.project_bottom-delim {
    background: #fff;
    height: 1px
}

.project_bottom-delim:first-child {
    flex: 0 0 calc(50% + 50px)
}

.project_bottom-delim:last-child {
    flex: 1 1 auto
}

.project_bottom-button .button {
    background-color: transparent;
    border: 1px solid #fff;
    gap: 10px;
    padding: 10px 24px
}

.project_bottom-button .button img {
    transition: .3s
}

.page__accardion {
    margin-top: 100px
}

@media (max-width:768px) {
    .project_bottom-delim:first-child {
        display: none
    }

    .page__accardion {
        margin-top: 64px
    }
}

.service-accardion-content {
    margin-bottom: 64px
}

.service-accardion-title {
    margin-bottom: 35px
}

@media (max-width:375px) {
    .service-accardion-title {
        font-size: 32px
    }
}

.service-accardion-item {
    position: relative;
    margin-bottom: 20px
}

.service-accardion-item__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.service-accardion-item__trigger-one {
    display: block;
    cursor: pointer;
    padding: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 134.375%;
    max-width: 1124px
}

.service-accardion-item__trigger {
    font-size: 20px;
    font-weight: 700;
    line-height: 135%;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    grid-gap: 20px;
    margin: 8px 0;
    transition: .5s;
    padding-right: 40px
}

.service-accardion-item__trigger::after {
    content: "";
    transition: .3s;
    position: absolute;
    top: 59%;
    right: 27px;
    width: 12px;
    height: .5px;
    background-color: #000;
    transform: translateY(-50%) rotate(45deg)
}

.service-accardion-item__trigger::before {
    content: "";
    transition: .3s;
    position: absolute;
    top: 59%;
    right: 19px;
    width: 12px;
    height: .5px;
    background-color: #000;
    transform: translateY(-50%) rotate(-45deg)
}

@media (max-width:1440px) {

    .service-accardion-item__trigger,
    .service-accardion-item__trigger-one {
        max-width: 1124px
    }
}

.service-accardion-item__content {
    font-size: 20px;
    line-height: 140%;
    padding: 20px;
    display: none;
    color: #4b4b4b
}

.service-accardion-item__content>:not(:last-child) {
    margin: 0 0 20px
}

.service-accardion-item__input:checked~.service-accardion-item__trigger::after {
    transform: translateY(-50%) rotate(-45deg);
    height: 2.5px;
    top: 49%;
    background: #ef7728
}

.service-accardion-item__input:checked~.service-accardion-item__trigger::before {
    transform: translateY(-50%) rotate(45deg);
    height: 2.5px;
    top: 49%;
    background: #ef7728
}

.service-accardion-item__input:checked~.service-accardion-item__trigger {
    font-size: 26px;
    color: #ef7728;
    text-decoration: underline;
    margin-bottom: 30px
}

@media (max-width:500px) {
    .service-accardion-item__trigger {
        margin: 10px 0
    }

    .service-accardion-item__input:checked~.service-accardion-item__trigger {
        margin-bottom: 20px
    }
}

.service-accardion-item__input:checked~.service-accardion-item__content {
    display: block
}

.service-accardion--modern {
    background-color: #f3f4f5;
    padding-bottom: 100px !important
}

.service-accardion--modern .service-accardion {
    background-color: #fff;
    border: none
}

.service-accardion--modern .service-accardion-item,
.service-accardion--modern .service-accardion-title {
    border: none
}

.service-accardion--modern .service-accardion-item__trigger-one::after,
.service-accardion--modern .service-accardion-item__trigger::after {
    right: 20px;
    top: calc(50% - 20px)
}

@media (max-width:375px) {

    .service-accardion-item__trigger,
    .service-accardion-item__trigger-one {
        font-size: 18px
    }

    .service-accardion-item__content {
        font-size: 14px
    }
}

*,
::after,
::before,
Minified CSS Source map Restructure Beautify * {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

li,
ol,
ul {
    list-style: none
}

img {
    vertical-align: top
}

.hidden {
    overflow: hidden
}

body,
html {
    width: 100%;
    height: 100%;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    font-family: Manrope;
    color: #000
}

._ibg {
    position: relative
}

._ibg img {
    object-fit: contain
}

.header {
    top: 0;
    position: relative
}

@media (max-width:540px) {
    header {
        position: relative
    }

    .header--open {
        width: 100%
    }

    .header__menu {
        position: fixed;
        z-index: 100;
        left: -100%;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100vh;
        padding-top: 104px;
        background-color: #fff;
        opacity: 1;
        transition: .5s
    }

    .header__logo {
        width: 183px;
        height: 40px;
        position: relative;
        z-index: 200
    }

    .header__btn {
        position: relative;
        transition: .5s;
        transform: translateX(0);
        cursor: pointer
    }

    .header--open .header__menu {
        left: 0;
        opacity: 1;
        display: block
    }

    .header--open .header__btn {
        position: relative;
        transform: translateX(100vw)
    }

    .header--open .burger {
        transform: translateX(15vh)
    }

    .menu__list {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        padding: 40px 24px 0
    }

    .burger {
        display: flex
    }

    .header__logo svg {
        width: 110px;
        height: 24px
    }
}

.main-block {
    background: #f9f9f9;
    position: relative
}

.main-block__body {
    position: relative;
    z-index: 2;
    padding: 184px 0 191px 0;
    max-width: 400px;
}

@media (max-width:590px) {
    .main-block__body {
        padding: 66px 0 180px
    }
}

.main-block__body>:not(:last-child) {
    margin: 0 0 30px
}

.main-block__title {
    font-size: 48px;
    font-weight: 600;
    line-height: calc(57/48*100%)
}

.main-block__text {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #00000099;
    max-width: 100%
}

@media (max-width:375px) {
    .main-block__text {
        font-size: 18px
    }

    .main-block__title {
        font-size: 35px
    }
}

.main-block__button {
    font-size: 18px;
    line-height: calc(24/18*100%);
    margin-top: 26px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    min-height: 72px;
    background: #ef7728;
    text-align: center;
    padding: 24px 48px
}

.main-block__button:hover {
    background-color: #ec5e00
}

.main-block__image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0
}

.main-block__image img {
    display: block;
    height: auto;
    object-fit: cover
}

.main-block__image-mobile {
    visibility: hidden
}

.advantages {
    background-color: #000
}

.advantages__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width:767px) {
    .advantages__container {
        display: flex;
        flex-direction: column
    }

    .divider:after {
        margin: 0 auto;
        width: 80px;
        content: " ";
        display: block;
        border-bottom: .5px solid #b5b5b54d
    }
}

.advantages__column {
    flex: 0 1 25%;
    padding: 24px 0
}

.advantages__item>:not(:last-child) {
    margin: 0 0 8px
}

.advantages__value {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    line-height: calc(43/32*100%);
    letter-spacing: 1px
}

.advantages__text {
    font-size: 16px;
    line-height: calc(24/16*100%);
    color: #737373;
    max-width: 340px
}

.advantages__square {
    margin: auto 0;
    height: 80px;
    width: 1px;
    background-color: #b5b5b54d
}

@media (max-width:500px) {
    .advantages__square {
        display: none
    }
}

@media (max-width:375px) {
    .advantages__square {
        margin: auto 0;
        height: 80px;
        width: 1px;
        background-color: #b5b5b54d
    }

    .advantages__item {
        text-align: center
    }
}

.page__main-block__services-and-ourmission {
    background: #f9f9f9
}

.our-mission {
    margin-bottom: 88px
}

@media screen and (max-width:1000px) {
    .our-mission {
        margin-bottom: 40px
    }
}

.our-mission__header {
    padding: 120px 0 0
}

@media (max-width:490px) {
    .our-mission__container {
        padding: 150px 0 0
    }

    .our-mission__header {
        margin: 310px 0 0
    }
}

.header-block {
    position: relative
}

.our-mission__description>:not(:last-child) {
    margin: 0 0 40px
}

.our-mission__title {
    font-weight: 600;
    font-size: 48px;
    letter-spacing: 1px;
    line-height: calc(64/48*100%)
}

.our-mission__sup-title {
    font-size: 32px;
    font-weight: 600;
    line-height: calc(43/32*100%);
    letter-spacing: 1px
}

.our-mission__text {
    max-width: 375px;
    color: #4b4b4b;
    font-size: 20px;
    line-height: calc(28/20*100%)
}

.our-mission__more-info {
    max-width: 482px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width:375px) {
    .our-mission__right-arrow {
        width: 105px;
        margin: 0 auto;
        height: 1px
    }

    .our-mission__description {
        padding: 0 9px
    }
}

.our-mission__btn {
    position: relative;
    line-height: calc(21/16*100%);
    padding: 10px 24px;
    font-size: 16px
}

._btn img {
    transition: .3s;
    transform: translate(0, 0)
}

._btn:hover img {
    transform: scale(1.2);
    transform: translate(5px, 0) scale(1.2);
    color: #515151
}

.our-mission__right-arrow-main {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 25px
}

.our-mission__right-arrow-line {
    width: 100%;
    background-color: #000;
    height: 1px
}

.our-mission__image {
    position: absolute;
    width: 100%;
    height: 111%;
    top: 5%;
    left: 32%
}
.our-mission__image img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain
}

@media (max-width:490px) {
    .our-mission__image {
        position: absolute;
        width: 100%;
        height: 100%;
        top: -55%;
        left: 0
    }

    .our-mission__title {
        font-size: 22px
    }

    .our-mission__sup-title {
        font-size: 16px
    }
}

.services__header {
    margin: 205px 0 80px
}

.services__header-block__title {
    font-weight: 600;
    font-size: 48px;
    line-height: calc(57/48*100%);
    padding: 0 0 0 10px
}

@media (max-width:375px) {
    .services__header-block__title {
        text-align: center;
        font-size: 32px
    }
}

@media screen and (max-width:1000px) {
    .services__header {
        margin-top: 20px
    }
}

.services__body {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 80px
}

.services__column {
    padding: 0 15px;
    display: flex;
    flex: 1 1 33%;
    margin: 0 0 30px;
    flex-direction: column;
    justify-content: space-between
}

@media (max-width:1020px) {
    .services__column {
        padding: 0 15px;
        display: flex;
        justify-content: center;
        text-align: center;
        flex: 1 1 50%
    }

    .services__body>:not(:last-child) {
        margin: 0 0 70px
    }
}

@media (max-width:560px) {
    .advantages__column {
        flex: 0 1 100%
    }
}

.services__item {
    margin-bottom: 40px
}

@media (max-width:650px) {
    .services__item {
        margin-bottom: 20px
    }
}

.services__item>:not(:last-child) {
    margin: 0 0 20px
}

.item-service__title {
    font-weight: 600;
    font-size: 24px;
    line-height: calc(32/24*100%)
}

.item-service__text {
    color: #4b4b4b;
    font-size: 18px;
    line-height: calc(26/18*100%)
}

.item-service__link {
    color: #000;
    font-size: 21px;
    border-bottom: 1px solid #000;
    display: inline-block;
    line-height: .85
}

@media (max-width:1140px) {
    .item-service__link-wrapper {
        margin-top: 46px
    }
}

.methods-work__header {
    padding: 100px 0 60px
}

.methods-work__header-block__title {
    font-weight: 600;
    font-size: 48px;
    line-height: calc(57/48*100%)
}

@media (max-width:400px) {
    .methods-work__header-block__title {
        font-size: 32px
    }
}

.methods-work__body {
    display: flex;
    flex-wrap: wrap
}

.methods-work__column {
    padding: 0 20px;
    flex: 1 1 33.333%;
    margin-bottom: 30px
}

.methods-work--tabs {
    padding-top: 30px;
    padding-bottom: 30px
}

.methods-work--tabs .tabs-triggers__item {
    width: fit-content;
    min-width: 250px;
    border-color: #fff;
    color: #fff
}

.methods-work--tabs .line-left,
.methods-work--tabs .line-right {
    background-color: #fff
}

.methods-work--tabs .tabs-triggers__title {
    max-width: 600px
}

.methods-work--tabs .form-link {
    background-color: #0d0d0d;
    border: 1px solid #fff
}

.work-bg {
    border-radius: 16px;
    background-color: #1c1c1c
}

.page__our-benefits--open .tabs-content__item {
    display: block !important
}

@media (max-width:1040px) {
    .methods-work__column {
        padding: 0 5px 20px;
        flex: 1 1 50%
    }
}

@media (max-width:630px) {
    .methods-work__column {
        flex: 1 1 100%
    }
}

.item-methods-work {
    display: flex;
    flex-direction: column;
    height: 100%
}

.item-work__content {
    flex: 1 1 auto
}

.item-work__content>:not(:last-child) {
    margin: 0 0 20px
}

.item-work__column-number {
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.item-work__number {
    color: #fff;
    font-size: 16px;
    padding: 9px 15px
}

.item-work__title {
    font-weight: 600;
    font-size: 24px;
    line-height: calc(32/24*100%)
}

.item-work__text {
    max-width: 367px;
    color: #ffffff80;
    font-size: 18px;
    line-height: calc(22/18*100%);
    font-weight: 500
}

.work-text__line-height {
    max-width: 284px;
    line-height: 26px
}

.item-practice__image-wrapper {
    border-radius: 16px;
    padding: 10px;
    background: #1c1c1c;
    margin: 24px 0 0
}

.item-practice__image-wrapper_white-background {
    border-radius: 12px;
    background: #fff
}

.item-practice__image-groups {
    display: flex;
    justify-content: space-between;
    padding: 8px
}

@media (max-width:375px) {
    .item-practice__image-wrapper {
        margin: 25px 0 0
    }

    .image-group__left {
        padding: 0 6px 0 0
    }
}

.left-group__icons {
    padding: 0 63px
}

.image-group__reight>:not(:last-child) {
    margin: 0 0 8px
}

.item-practice__image {
    display: block;
    padding: 0 0 65%0
}

.item-work__link {
    padding: 16px 37px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    max-width: 154px;
    font-weight: 500;
    margin-top: 50px
}

.item-work__link:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.work__questions {
    display: flex;
    flex-direction: column;
    padding: 100px 41px 90px
}

@media (max-width:375px) {
    .work__questions {
        padding: 40px 32px
    }
}
.page__utp{
    margin-top: 100px;
}
.utp-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 170px
}

.info-utp__btn {
    padding: 10px 24px;
    margin-right: 20px
}

.info-utp__item {
    width: 100%;
}

.info-utp__content {
    padding: 87px 0 0 100px
}

@media (max-width:1140px) {
    .info-utp__content {
        padding: 87px 20px 0 20px
    }

    .utp-body {
        margin-bottom: 20px
    }
}

@media (max-width:1040px) {


    .utp-body {
        flex-direction: column;
    }
    .utp__item-img {
        width: 100%
    }
}

@media (max-width:500px) {
    .utp__item-img {
        margin-top: 40px;
        width: 100%
    }
}

.info-utp__content>:not(:last-child) {
    margin: 0 0 40px
}

.info-utp__text {
    font-weight: 600;
    font-size: 20px;
    line-height: calc(32/24*100%);
    margin-left: 12px
}

.info-utp__achievements>:not(:last-child) {
    margin: 0 0 20px
}

.utp-img {
    width: 100%
}

.info-utp__title {
    font-size: 32px;
    max-width: 100vw;
    font-weight: 600;
    line-height: calc(43/32*100%);
    margin-left: 12px
}

.info-utp__achievement-icon {
    vertical-align: baseline;
    display: inline-block
}

.info-utp__learn-more {
    display: flex;
    align-items: center
}

.info-utp__link {
    padding: 10px 24px;
    margin-right: 24px;
    border: 1px solid #000;
    border-radius: 4px;
    color: #000
}

@media (max-width:375px) {
    .info-utp__item {
        margin-bottom: -35px;
        flex: 1 1 100%
    }

    .info-utp__title {
        font-size: 20px;
        font-weight: 600;
        line-height: calc(43/32*100%)
    }

    .info-utp__text {
        font-size: 20px
    }
}

@media (max-width:320px) {
    .info-utp__title {
        font-size: 17px;
        font-weight: 600;
        line-height: calc(43/32*100%)
    }

    .info-utp__text {
        font-size: 15px
    }
}

.tabs {
    margin: 100px 0
}

@media screen and (max-width:1000px) {
    .tabs {
        margin-top: 50px
    }
}

.tabs-triggers {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 50px
}

.tabs-triggers__title {
    font-size: 48px;
    font-weight: 600;
    line-height: calc(57/48*100%)
}

.tabs-triggers__items {
    display: flex;

}


@media (max-width:484px) {
    .tabs-triggers__items {
        overflow-x: scroll
    }
}
@media (min-width:484px) {
    .tabs-triggers__items {
        justify-content: end;
    }
}

.tabs-triggers__items>:not(:last-child) {
    margin: 0 10px 0 0
}

.tabs-triggers__item {
    color: #000;
    text-align: center;
    font-weight: 700;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 157px;
    max-height: 57px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #000;
    flex: 0 1 15%
}

.tabs-triggers__item:hover {
    color: #515151;
    border-color: #515151
}

.tabs-triggers__item--active {
    background-color: #ef7728;
    border: 1px solid #ef7728 !important;
    color: #fff
}

.tabs-content__item {
    display: none
}

.scale {
    transition: .1s ease-in
}

.scale:hover {
    transform: scale(1.01)
}

.tabs-content__item--active {
    display: block
}

.tabs-bg-grey {
    background: #f3f4f5;
    border-radius: 16px
}

.tabs-content__block-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

@media (max-width:1000px) {
    .scale:hover {
        transform: none
    }

    .tabs-content__block-top {
        margin-bottom: 0
    }
}

.reset-lower {
    box-sizing: border-box;
    padding: 56px 40px 20px 40px;

}

@media (max-width:400px) {
    .reset-lower {
        padding: 32px 24px
    }
}

.block--title {
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: .01em;
    margin: 0 0 20px;
    max-width: 437px
}

.block--text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    max-width: 342px
}

@media (max-width:490px) {
    .tabs-content__block-top>:not(:last-child) {
        margin: 0 0 20px
    }

    .block--title {
        font-size: 20px
    }

    .block--text {
        font-size: 16px
    }
}

.block-top__left-img {
    margin-top: 24px;
    padding: 0 0 107%0
}

.block-top__left {
    flex: 0 1 35%
}

.block-top__right {
    flex: 0 1 60%;
    margin: 0
}

.block-top__right-executor {
    flex: 0 1 60%;
    overflow: hidden;
    /* margin: 0 0 40px */
}

.block-top__right-content {
    flex: 1 1 auto;
    margin-bottom: 40px
}

.right-content__img {
    width: 49%;
    padding: 0 0 13%0
}

@media (max-width:400px) {
    .right-content__img {
        width: 100%;
        padding: 0 0 40%0
    }
}

.header__content--text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    max-width: 540px
}

.block-top__right-content>:not(:last-child),
.block-top__right>:not(:last-child) {
    margin: 0 0 25px
}

.block-top__right-executor>:not(:last-child) {
    margin: 0 0 20px
}

.top__right-header {
    background: #000;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    min-height: 48%
}

.top__right-header img {
    max-width: 100%
}

@media (max-width:700px) {

    .work_item,
    .work_item.big {
        grid-column: span 6
    }

    .top__right-header {
        justify-content: center;
        flex-direction: column
    }
}

.top__right-img {
    padding: 0 0 30%0
}

.right-header__content>:not(:last-child) {
    margin: 0 0 30px
}

.right-header__title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: .01em;
    color: #fff
}

.right-header__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .6px;
    max-width: 310px
}

.right-header__img {
    width: 40%;
    padding: 0 0 40%0
}

@media (max-width:490px) {
    .right-header__img {
        width: 100%;
        padding: 50%0 25%0
    }

    .right-header__title {
        font-size: 20px
    }

    .right-header__text {
        font-size: 16px
    }
}

.block-bottom__content>:not(:last-child) {
    margin: 0 0 20px
}

.bottom__content-img {
    background: url(assets/our-benefits/neon.png);
    width: 50%;
    padding: 10%0 0 5%;
    height: 300px
}

.top__right-footer {
    min-height: 48%;
    display: flex;
    border-radius: 16px
}

@media (max-width:1000px) {
    .top__right-footer {
        flex-direction: column;
        min-height: auto
    }
}

@media (max-width:375px) {
    .top__right-footer {
        flex-wrap: wrap;
        justify-content: center
    }

    .bottom__content-img {
        width: 82%;
        padding: 20%0 0 0
    }
}

.tabs-content__block-bottom {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1 1 auto
}

.block-bottom__right {
    flex: 0 1 48%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 16px
}

.bottom-right__img {
    /* margin: 17.2%0 0 0 */
}

.block-bottom__left {
    flex: 0 1 48%;
    background: rgba(239, 119, 40, .2);
    border-radius: 16px
}

.bottom-right__image-block {
    margin: 17.2%0 0 0;
    padding: 0 0 65%0
}

@media (max-width:490px) {
    .bottom-right__image-block {
        padding: 0 0 70%0
    }

    .bottom-right__image-block img {
        top: 15px !important
    }

    .bottom-right__img {
        margin: .2%0 0 0
    }

    .block-bottom__image-block-r {
        margin-bottom: 5%
    }
}

.block-bottom__image-block-l {
    padding: 0 0 55%0
}

.block-bottom__image-block-r {
    padding: 0 0 85%0
}

.bottom-left__image-block {
    padding: 0 0 70%0
}

.bg-blue,
.bg-grey {
    background: #289bef26;
    border-radius: 16px
}

.bg-green-white {
    background: #3dcd581f;
    border-radius: 16px
}

.bg-white {
    background: #f3f4f5;
    border-radius: 16px
}

.bg-black {
    background: #000;
    border-radius: 16px
}

.color-black {
    color: #000
}

.color-grey-white {
    color: #ffffffb2
}

.color-white {
    color: #fff
}

.mosiac {
    display: grid;
    padding: 20px
}

.mosiac__item-one {
    padding: 0 0 50%0;
    grid-column: 2/span 2;
    grid-row: 1/span 2
}

.mosiac__item-two {
    padding: 0 0 95%0;
    grid-column: 1/span 2;
    grid-row: 2/span 2
}

@media (max-width:1074px) {

    .block-bottom__left,
    .block-bottom__right {
        flex: 1 1 48%
    }

    .block-top__right {
        flex: 1 1 60%;
        margin-bottom: 20px
    }

    .block-top__right-executor {
        overflow: hidden;
        box-sizing: border-box;
        flex: 1 1 60%
    }

    .block-top__left {
        flex: 1 1 38%
    }
}

@media (max-width:928px) {
        .tabs-content__block-bottom {
        margin-top: 20px;
    }
    .block-top__left {
        margin-bottom: 20px;
    }
}

@media (max-width:900px) {
    .tabs-triggers__title {
        font-size: 32px;
        font-weight: 600;
        line-height: calc(38/32*100%)
    }
}
@media (max-width:800px) {
    .tabs-content__block-bottom>:not(:last-child) {
        margin: 0 0 20px;
    }
        .tabs-content__block-bottom {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }
}


@media (max-width:1100px) {
    .tabs-triggers__title {
        margin-bottom: 40px
    }
}

.container--block {
    padding: 56px
}

@media (max-width:490px) {
    .container--block {
        display: flex;
        flex-direction: column;
        /* padding: 24px; */
        /* margin-bottom: 20px */
    }

    .bottom__content-img {
        width: 100%
    }

    .test-class {
        display: block;
        width: 80%;
        height: 50%;
        margin: 0 auto;
        object-fit: contain
    }

    .test-class-post {
        position: relative;
        right: 0;
        display: block;
        width: 80%;
        height: 50%;
        margin: 0 auto;
        object-fit: contain
    }
}

@media (max-width:500px) {
    .form-title {
        font-size: 32px;
        margin: 100px 0 0
    }
}

.inputs-top {
    display: flex
}

.input-container {
    flex: 1 1 30%;
    position: relative
}

.input-item {
    display: block;
    width: 100%
}

.inputs-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px
}

.input-container__error {
    color: red;
    margin-bottom: 5px
}

.input-container--error .input-item {
    margin-bottom: 10px;
    border-color: red
}

@media (max-width:500px) {
    .input-container {
        width: 100%;
        margin-bottom: 20px;
    }

    .inputs-top {
        flex-direction: column
    }
}

.file-container {
    display: flex;
    column-gap: 20px;
    margin-top: 20px
}

.label-file {
    position: absolute;
    top: 10px;
    right: 20px;
    display: block;
    background-color: #000;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px
}

.inputs-wrapper {
    position: relative;
    margin-top: 40px
}

.form-group__inputs--db .input-container {
    width: 50%
}

.form-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 230px;
    height: 1px;
    width: 100vw;
    background-color: #000
}

.form-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 230px;
    height: 1px;
    width: 100vw;
    background-color: #000
}

.form-link-black::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 230px;
    height: 1px;
    width: 100vw;
    background-color: #fff
}

.form-link-black::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 230px;
    height: 1px;
    width: 100vw;
    background-color: #fff
}

.accardion-item {
    margin-bottom: 20px
}

.accardion--modern {
    background-color: #f3f4f5;
    padding-bottom: 100px !important
}

.accardion--modern .accardion {
    background-color: #fff;
    border: none
}

.accardion--modern .accardion-item,
.accardion--modern .accardion-title {
    border: none
}

.accardion--modern .accardion-item__trigger-one::after,
.accardion--modern .accardion-item__trigger::after {
    right: 20px;
    top: calc(50% - 20px)
}

@media screen and (min-width:1440px) {
    .footer {
        margin: 30px 0 28px
    }
}

.footer__container {
    display: flex;
    flex-wrap: wrap
}

.contacts-footer {
    display: flex
}

@media (max-width:375px) {

    .accardion-item__trigger,
    .accardion-item__trigger-one {
        font-size: 18px
    }

    .accardion-item__content {
        font-size: 14px
    }

    .footer__container {
        padding: 40px 24px 5px
    }

    .footer__container>:not(:last-child) {
        margin: 0 0 40px
    }

    .footer__main {
        display: flex;
        justify-content: space-between;
        margin: 0
    }

    .menu-footer__list>:not(:last-child) {
        margin: 0 0 12px
    }

    .item-service__icon {
        display: flex;
        justify-content: center
    }

    .menu-footer:last-child {
        margin: 0
    }
}

.wrapper {
    min-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

._container {
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: content-box
}

.form-container-desktop {
    display: block
}

.form-container-mobile {
    display: none
}

@media (max-width:500px) {
    .form-container-desktop {
        display: none
    }

    .form-container-mobile {
        display: block
    }
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}
.welcome_ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
}

.main-block__welcome-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 15%;
  }


  @media (max-width:590px) {
    .main-block__welcome-image {
      top: 25%;
      left: 0
    }
  }

._btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 198px;
    min-height: 42px;
    border-radius: 4px;
    border: 1px solid #000;
    color: #000
}

._btn:hover {
    box-shadow: rgba(0, 0, 0, .09) 0 3px 12px;
    border-color: #515151;
    color: #515151
}

.page {
    flex: 1 1 auto
}

.page_methods-work {
    background: #0d0d0d;
    color: #fff
}

.header {
    background: #fff
}

.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 104px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

@media (max-width:540px) {
    header {
        position: relative
    }

    .header--open {
        width: 100%
    }

    .header__menu {
        position: fixed;
        z-index: 100;
        left: -100%;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100vh;
        padding-top: 104px;
        background-color: #fff;
        opacity: 1;
        transition: .5s
    }

    .header__logo {
        position: relative;
        z-index: 200
    }

    .header__btn {
        position: relative;
        transition: .5s;
        transform: translateX(0)
    }

    .header--open .header__menu {
        left: 0;
        opacity: 1;
        display: block
    }

    .header--open .header__btn {
        position: relative;
        transform: translateX(100vw)
    }

    .header--open .burger {
        transform: translateX(15vh)
    }

    .menu__list {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
        padding: 60px 24px 0
    }
}

.burger {
    position: relative;
    z-index: 200;
    display: none;
    flex-direction: column;
    row-gap: 4px;
    height: 17px;
    margin-left: auto;
    margin-right: 20px;
    background: 0 0;
    transition: .5s
}

.burger__element {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 30px;
    transition: .5s;
    transform-origin: center;
    animation-duration: .5s;
    animation-fill-mode: forwards
}

.header--open .burger__element--top {
    animation-name: topToMiddle
}

.header--open .burger__element--bottom {
    animation-name: bottomToMiddle
}

.header--open .burger__element--middle {
    opacity: 0
}

@keyframes topToMiddle {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(7px)
    }

    to {
        transform: translateY(7px) rotate(45deg)
    }
}

@keyframes bottomToMiddle {
    0% {
        transform: translateY(0) rotate(0)
    }

    50% {
        transform: translateY(-7px)
    }

    to {
        transform: translateY(-7px) rotate(-45deg)
    }
}

@media (max-width:540px) {
    .burger {
        display: flex
    }

    .header__menu {
        display: none
    }
}

.menu__list {
    display: flex;
    flex-wrap: wrap
}

.menu__item:not(:last-child) {
    margin: 0 24px 0 0
}

.menu__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    color: #000
}

.header__btn {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    background: #000;
    color: #fff
}

.header__btn:hover {
    background-color: #515151
}

.page__project-document {
    position: relative;
    background: #f3f4f5;
    height: 800px
}

.page__project-document__cover {
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover
}

.page__project-document__wrapper {
    margin: 0 auto;
    width: 1440px;
    display: flex;
    flex-direction: column
}

.page__project-document_text-one {
    margin-bottom: 24px;
    margin-top: 238px;
    max-width: 642px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #000
}

.page__project-document_text-two {
    margin-bottom: 48px;
    max-width: 460px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%
}

.page__project-document_button {
    position: relative;
    z-index: 10;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2);
    transition: .3s;
    cursor: pointer;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 24px 48px;
    gap: 10px;
    width: 226px;
    height: 72px;
    background: #ef7728;
    border-radius: 4px
}

.page__project-document_button:hover {
    background: #f60;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .7)
}

@media screen and (max-width:1000px) {
    .page__project-document__cover {
        top: auto;
        bottom: 0;
        right: 0;
        max-height: 100vh;
        object-fit: cover;
        width: 100%;
        height: 100%;
        z-index: 0
    }
}

.page__what-services {
    padding: 100px 0;
    font-family: Manrope;
    color: #000
}

.page__what-services__wrapper {
    display: flex;
    flex-direction: column
}

@media (max-width:1000px) {
    .page__what-services__wrapper {
        padding-top: 30px
    }
}

@media (max-width:420px) {
    .page__what-services__wrapper {
        display: none
    }
}

.what-services_header-text {
    margin-bottom: 80px;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%
}

.what-services__upContent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.what-services__block {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .8s ease-out;
    padding: 40px 32px;
    gap: 24px;
    width: 370px;
    height: 380px;
    border-radius: 16px;
    margin-bottom: 30px;
    margin-right: 20px;
    background-color: #fff;
    border: 1px solid #b5b5b5
}

.what-services__block>p {
    cursor: default;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%
}

.what-services__block_ul {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 170%;
    height: 0
}

.what-services__block_ul>li {
    list-style: inside
}

.what-services__block:hover {
    box-shadow: 0 4px 40px rgba(0, 0, 0, .1)
}

.what-services__block:hover .what-services__block_ul {
    display: block;
    height: auto
}

.what-services__block:hover .what-services__block__div-img {
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: visible;
    transition: .6s ease-out
}

.what-services__upContent--db .what-services__block:hover .what-services__block_ul {
    display: none !important;
    height: 0
}

.what-services__downContent .what-services__block:hover .what-services__block__div-img {
    display: none
}

.what-services__downContent--db .what-services__block:hover .what-services__block__div-img,
.what-services__upContent--db .what-services__block:hover .what-services__block__div-img {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    transition: .6s ease-out
}

.what-services__block13,
.what-services__block14 {
    padding: 40px 32px;
    gap: 24px;
    width: 571px;
    min-height: 540px;
    height: fit-content;
    border-radius: 16px
}

.what-services__block13>ul,
.what-services__block14>ul {
    font-size: 16px
}

.what-services__block_text {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%
}

.page__what-services .accardion {
    display: none;
    padding: 0
}

@media (max-width:1000px) {
    .page__what-services__wrapper {
        padding-top: 0;
        display: none
    }

    .page__what-services {
        padding-top: 0;
        padding-bottom: 20px
    }

    .accardion {
        display: block !important;
        padding-top: 0
    }
}

.accardion-item__trigger-one {
    display: block;
    padding: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: calc(43/32*100%);
    max-width: 1124px
}

@media (max-width:1440px) {

    .accardion-item__trigger,
    .accardion-item__trigger-one {
        max-width: 1124px
    }
}

.accardion-item__trigger-one::after {
    position: absolute;
    right: 0;
    top: 15%;
    content: "+";
    display: inline-block;
    font-size: 40px
}

.content-list__item {
    list-style-type: disc
}

.accardion-item__input:checked~.accardion-item__trigger::after {
    top: 15%;
    transform: rotate(135deg);
    transition: .5s
}

.accardion-item__input:checked~.accardion-item__trigger-one::after {
    transform: rotate(135deg);
    top: 15%;
    transition: .5s
}

@media (max-width:420px) {

    .accardion-item__trigger,
    .accardion-item__trigger-one {
        font-size: 18px
    }

    .accardion-item__content {
        font-size: 14px
    }
}

.page__service-benefits {
    padding: 100px 0
}

.page__service-benefits__wrapper {
    display: flex;
    flex-direction: column
}

.page__service-benefits__wrapper_headerText {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 20px
}

.page__service-benefits__upBlock {
    display: flex
}

.page__service-benefits__upBlock__leftBlock {
    cursor: default;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2);
    transition: .3s;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 56px 40px;
    gap: 10px;
    width: 440px;
    height: 610px;
    background: #f3f4f5;
    border-radius: 16px
}

.page__service-benefits__upBlock__leftBlock:hover {
    background: #e6e6e6;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .6)
}

.service-benefits_textOne {
    margin-bottom: 20px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    color: #000
}

.service-benefits_textTwo {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .01em;
    color: #4b4b4b
}

.page__service-benefits__upBlock__rightBlock {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

.page__service-benefits__upBlock__rightBlock__upBlock {
    cursor: default;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2);
    margin-bottom: 40px;
    padding: 56px;
    gap: 20px;
    width: 700px;
    height: 285px;
    background: #020202;
    border-radius: 16px;
    transition: .1s
}

.page__service-benefits__upBlock__rightBlock__upBlock:hover {
    background: #000;
    box-shadow: rgb(34 60 80/86%) 5px 5px 12px 0
}

.page__service-benefits__upBlock__rightBlock__upBlock_textOne {
    color: #fff
}

.page__service-benefits__upBlock__rightBlock__upBlock_textTwo {
    width: 310px
}

.page__service-benefits__upBlock__rightBlock__downBlock {
    cursor: default;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2);
    gap: 24px;
    width: 700px;
    height: 285px;
    background: #f3f4f5;
    border-radius: 16px;
    transition: .3s
}

.page__service-benefits__upBlock__rightBlock__downBlock:hover {
    background: #e6e6e6;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .6)
}

.page__service-benefits__upBlock__rightBlock__downBlock_textTwo {
    width: 342px
}

.page__service-benefits__downBlock {
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2);
    padding: 56px;
    gap: 24px;
    max-width: 1180px;
    height: 305px;
    background: #f3f4f5;
    border-radius: 16px;
    transition: .3s;
    cursor: default
}

.page__service-benefits__downBlock:hover {
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .6);
    background: #e6e6e6
}

.page__service-benefits__benefits__downBlock_textOTwo {
    width: 560px
}

.what-services__downContent {
    display: flex
}

.page__what-problems__wrapper {
    padding: 100px 0 50px
}

.page__what-problems__wrapper_headerText {
    cursor: default;
    margin-bottom: 64px;
    width: 680px;
    height: 58px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%
}

.what-problems__upBlock {
    display: flex
}

.what-problems__upBlock__block {
    padding: 40px;
    gap: 24px;
    width: 370px;
    height: 392px;
    background: #f3f4f5;
    border-radius: 16px;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: .3s
}

@media screen and (max-width:1000px) {
    .what-problems__upBlock__block {
        height: fit-content !important
    }
}

.what-problems__upBlock__block_textOne {
    cursor: default;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 24px;
    letter-spacing: .01em;
    color: #000
}

.what-problems__upBlock__block_textTwo {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, .8)
}

.what-problems__downBlock {
    display: flex
}

.what-problems__downBlock__block {
    transition: .3s;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2);
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 40px;
    gap: 10px;
    width: 571px;
    height: 329px;
    background: #f3f4f5;
    border-radius: 16px
}

.what-problems__downBlock__block_textOne {
    margin-bottom: 24px;
    cursor: default;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: .01em;
    color: #000
}

.what-problems__downBlock__block_textTwo {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .01em;
    color: rgba(0, 0, 0, .8)
}

.page__six-steps {
    box-sizing: border-box;
    background: #0d0d0d;
    color: #fff;
}

.page__six-steps__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 0
}

.some {
    height: 100%
}

.six-steps__leftBlock {
    position: sticky;
    top: 0
}

.six-steps__leftBlock_text {
    cursor: default;
    max-width: 493px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%
}

.six-steps__rightBlock {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    transition: .5s ease-in
}

.six-steps__rightBlock__content {
    margin-bottom: 48px;
    transform-style: preserve-3d
}

.six-steps__rightBlock__content span {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    border-radius: 50%
}

.six-steps__rightBlock__content_img {
    margin-bottom: 24px
}

.six-steps__rightBlock__content_textOne {
    margin-bottom: 12px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%
}

.six-steps__rightBlock__content_textTwo {
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, .5)
}

[data-aos=new-step] {
    opacity: 0;
    transition-property: transform, opacity
}

[data-aos=new-step].aos-animate {
    opacity: 1
}

.page__manage-project {
    padding: 100px 0
}

@media screen and (max-width:1000px) {
    .page__manage-project {
        padding: 10px 0
    }
}

.manage-project-content__headerBlock {
    transition: .5s;
    background: #f9f9f9;
    padding-bottom: 54px;
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .2)
}

.manage-project_header {
    cursor: default;
    padding-top: 56px;
    margin-bottom: 24px;
    margin-left: 64px;
    width: 699px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #000
}

.manage-project_sub-header {
    margin-left: 64px;
    width: 1052px;
    height: 96px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: .01em;
    color: #000
}

.manage-project-content {
    box-shadow: 2px 2px 10px 0 rgba(34, 60, 80, .6);
    height: 688px;
    padding: 64px;
    background: #0d0d0d;
    color: #fff;
    display: flex;
    justify-content: space-between
}

.manage-project-content__left {
    width: 480px;
    height: 560px;
    margin-right: 64px;
    background: #d9d9d9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.manage-project-content__left_photo {
    width: 480px;
    height: 560px
}

.manage-project-content__right {
    display: flex;
    flex-direction: column
}

.manage-project-content__right_text {
    margin: 64px 0;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    letter-spacing: .01em;
    width: 512px;
    height: 344px
}

.manage-project-content__right_footer {
    display: flex;
    justify-content: flex-start
}

.manage-project-content__right_buttonOne {
    cursor: pointer;
    font-family: Manrope;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 253px;
    height: 56px;
    background: #ef7728;
    border-radius: 4px;
    margin-right: 24px;
    transition: .2s
}

.manage-project-content__right_buttonOne:hover {
    background: #f60;
    font-size: 18.5px
}

.manage-project-content__right_buttonTwo {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    width: 166px;
    height: 56px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    border: 1px solid #fff;
    border-radius: 4px;
    font-family: Manrope;
    background-color: #000;
    color: #ffff;
    transition: .3s
}

.manage-project-content__right_buttonTwo:hover {
    color: #000;
    background-color: #fff;
    font-size: 18.5px
}

.form {
    position: relative
}

.form-content {
    margin: 0
}

.form-title {
    margin: 100px 0 60px;
    font-size: 48px;
    max-width: 1060px;
    font-weight: 600;
    line-height: calc(57/48*100%)
}

@media (max-width:500px) {
    .form-title {
        font-size: 32px
    }

    .input-file-item {
        margin-top: 20px
    }
}

.inputs-top {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 500px){
    .inputs-top{
        margin-bottom: 20px

    }
}

.input-item {
    flex: 1 1 30%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 16px 0 16px 24px;
    font-size: 16px
}

.input-file-item {
    display: block;
    position: relative;
    width: 100%;
    background-color: white;
    flex: 1 1 30%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 16px 0 16px 24px;
    font-size: 16px;
    cursor: pointer
}

.input-file-item input {
    display: none
}

.input-file-item::before {
    content: "Файл";
    color: gray
}

.input-file-item::after {
    display: inline-block;
    content: "Добавить файл";
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background-color: #000;
    padding: 10px 20px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer
}

.input-file-item:hover::after {
    color: #afafaf;
    transform: scale(1.02)
}

.form-subtitle {
    max-width: 720px;
    margin-top: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: .01em;
    color: #4b4b4b
}

@media (max-width:768px) {
    .service-accardion-item__input:checked~.service-accardion-item__trigger {
        font-size: 20px
    }

    .form-subtitle {
        display: none
    }
}

.input-textrea {
    width: 100%;
    font-size: 19px;
    border-radius: 4px;
    border: 1px solid #000;
    resize: none;
    line-height: 22px;
    padding: 20px 24px
}

.form-link {
    position: relative;
    border-radius: 4px;
    padding: 16px 32px;
    background: #ef7728;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px
}

.form-link:hover {
    color: #fff;
    background-color: #ec5e00
}

.line-left {
    position: absolute;
    left: -52%;
    top: 35%;
    width: 30vw;
    height: 1px;
    margin: 10px 0;
    vertical-align: super;
    background-color: #000;
    display: inline-block
}

@media (max-width:1720px) {
    .line-left {
        width: 7%
    }
}

@media (max-width:1350px) {
    .line-left {
        display: none
    }
}

.line-right {
    right: 0;
    position: absolute;
    left: 20%;
    top: 45%;
    width: 100vw;
    height: 1px;
    margin: 5px 0;
    vertical-align: super;
    background-color: #000;
    display: inline-block
}

@media (max-width:375px) {
    .line-right {
        right: 7%;
        bottom: 1%;
        width: 35%
    }
}

.form-container_file-inputs {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 20px
}

@media (max-width:500px) {
    .inputs-top>input {
        margin: 20px 0 0
    }

    .form-container_file-inputs {
        display: none
    }
}

.form-container_file_label {
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    height: 63px;
    padding: 0 13px 0 30px;
    display: flex;
    align-items: center
}

.form-container_file_label input {
    display: none
}

.form-container_file_label-text {
    width: 100%;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .01em;
    color: #7f7f7f
}

.form-container_file_label-button .button {
    padding: 8px 12px;
    background: #000;
    color: #fff;
    border: 0;
    white-space: nowrap
}

.accardion {
    padding: 0
}

.accardion-content {
    margin-bottom: 64px
}

.accardion-title {
    font-size: 48px;
    font-weight: 600;
    line-height: calc(57/48*100%);
    padding: 100px 0 64px;
    border-bottom: 1px solid #b5b5b5
}

@media (max-width:420px) {
    .accardion-title {
        font-size: 44px;
    }
}

@media (max-width:375px) {
    .accardion-title {
        font-size: 32px
    }
}

.accardion-item {
    position: relative;
    border-bottom: 1px solid #b5b5b5
}

.accardion-item__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.accardion-item__trigger {
    display: block;
    padding: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: calc(43/32*100%);
    max-width: 1124px
}

@media (max-width:1440px) {
    .accardion-item__trigger {
        max-width: 1124px
    }
}

.accardion-item__trigger::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "+";
    display: inline-block;
    font-size: 40px
}

.accardion-item__content {
    font-size: 20px;
    line-height: calc(28/20*100%);
    padding: 20px;
    display: none;
    color: #4b4b4b
}

.accardion-item__content__buttons{
    max-width: 784px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-right:30px ;
}

.accardion-item__content-download{
    cursor: pointer;
    max-width: 350px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #ef7728;
    border: 1px solid #ef7728;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 137.5%;
    text-align: left;
    color: #fff;
    transition: .3s
}
.accardion-item__content-download:hover {
    transform: scale(1.03)
}

.accardion-item__content>:not(:last-child) {
    margin: 0 0 20px
}

.accardion-item__input:checked~.accardion-item__content {
    display: block
}

@media (max-width:375px) {
    .accardion-item__trigger {
        font-size: 18px
    }

    .accardion-item__content {
        font-size: 14px
    }
    .accardion-item__content-download{
        padding: 10px;
        font-size: 14px;
    }
}

.footer {
    background: #f3f4f5
}

@media screen and (min-width:1440px) {
    .footer {
        margin: 30px 0 0
    }
}

.footer__container {
    display: flex;
    flex-wrap: wrap;
    padding: 64px 10px
}

@media (max-width:420px) {
    .footer__container {
        padding: 40px 24px 5px
    }

    .footer__container>:not(:last-child) {
        margin: 0 0 40px
    }
}

.footer__column {
    flex: 1 1 25%
}

@media (max-width:767px) {
    .footer__column {
        flex: 1 1 50%
    }
    .accardion-item__content__buttons{
        flex-wrap: wrap;
    }
}

@media (max-width:630px) {
    .footer__column {
        flex: 1 1 100%
    }
}

.footer__label {
    font-size: 16px;
    padding: 0;
    margin-bottom: 24px;
    color: #000;
    line-height: calc(21/16*100%);
    font-weight: 600
}

@media (max-width:375px) {
    .footer__label {
        font-size: 16px;
        padding: 0;
        margin: 0 0 16px;
        font-weight: 700
    }
}

.footer__contacts {
    margin-top: 40px
}

@media (max-width:375px) {
    .footer__contacts {
        margin-top: 0
    }
}

.footer__contacts>:not(:last-child) {
    margin: 0 10px 0 0
}

.footer__img {
    padding: 0
}

.footer__main>:not(:last-child) {
    margin: 0 0 30px
}

@media (max-width:420px) {
    .footer__main {
        display: flex;
        justify-content: space-between;
        margin: 0
    }
}

.menu-footer {
    margin: 0 0 40px
}

.menu-footer__list>:not(:last-child) {
    margin: 0 0 20px
}

@media (max-width:375px) {
    .menu-footer__list>:not(:last-child) {
        margin: 0 0 12px
    }

    .menu-footer:last-child {
        margin: 0
    }
}

.footer__copyright {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px
}

.footer__contact-link {
    color: #000
}

.menu-footer__link {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: calc(21/16*100%)
}

@media (max-width:840px) {
    .what-services__downContent {
        flex-wrap: wrap
    }
}

@media (max-width:500px) {
    .page__project-document {
        height: 580px
    }

    .page__project-document__wrapper {
        width: 330px
    }

    .page__project-document_text-one {
        font-size: 35px;
        margin-top: 50px
    }

    .page__project-document_text-two {
        font-size: 18px
    }

    .page__project-document_button {
        width: 210px;
        height: 64px;
        padding: 20px 40px;
        font-size: 18px
    }

    .what-services_header-text {
        font-size: 32px;
        width: 327px;
        margin-bottom: 50px
    }

    .what-services__downContent {
        flex-wrap: wrap
    }

    .what-services__block {
        width: 327px;
        height: 378px;
        padding: 40px 24px;
        gap: 24px
    }

    .what-services__block>p {
        font-size: 22px
    }

    .what-services__block>ul {
        font-size: 14px
    }
}

@media (max-width:1160px) {

    .page__service-benefits__upBlock__rightBlock__downBlock,
    .page__service-benefits__upBlock__rightBlock__upBlock {
        width: 440px
    }

    .page__service-benefits__upBlock__rightBlock__upBlock {
        padding-top: 18px
    }
}

@media (max-width:960px) {
    .page__service-benefits__wrapper_headerText {
        padding: 0 20px;
        text-align: center
    }

    .page__service-benefits__upBlock__leftBlock {
        height: 300px;
        padding: 32px 24px
    }

    .page__service-benefits__upBlock {
        justify-content: center;
        flex-wrap: wrap
    }

    .page__service-benefits__downBlock {
        width: 440px;
        padding: 32px 24px
    }

    .page__service-benefits__downBlock>p {
        width: 350px
    }

    .page__service-benefits__upBlock__rightBlock__upBlock {
        height: 330px;
        padding: 32px 24px
    }
}

.page__service-benefits__upBlock__rightBlock__downBlock {
    padding: 32px 24px
}

@media (max-width:530px) {
    .page__service-benefits {
        padding: 0
    }

    .page__service-benefits__wrapper_headerText {
        text-align: left;
        font-weight: 600;
        font-size: 32px;
        margin-bottom: 40px
    }

    .page__service-benefits__upBlock__leftBlock {
        margin: 0 0 32px;
        height: 380px
    }

    .page__service-benefits__downBlock,
    .page__service-benefits__upBlock__leftBlock,
    .page__service-benefits__upBlock__rightBlock__downBlock,
    .page__service-benefits__upBlock__rightBlock__upBlock {
        padding: 18px;
        width: 300px
    }

    .service-benefits_textOne,
    .service-benefits_textTwo {
        font-size: 16px;
        width: 250px
    }

    .page__service-benefits__upBlock__rightBlock__upBlock {
        height: 250px
    }

    .page__service-benefits__upBlock__rightBlock__downBlock {
        height: 260px
    }

    .page__service-benefits__downBlock {
        margin: 0 auto;
        height: 400px
    }

    .page__service-benefits__downBlock>p {
        width: 250px
    }
}

@media (max-width:1050px) {

    .what-problems__downBlock,
    .what-problems__upBlock {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap
    }

    .page__what-problems__wrapper_headerText {
        padding-left: 30px;
        font-size: 32px;
        margin-bottom: 40px
    }
}

@media (max-width:480px) {

    .what-problems__downBlock,
    .what-problems__upBlock {
        margin: 0 24px
    }

    .what-problems__downBlock__block,
    .what-problems__upBlock__block {
        margin-right: 0
    }

    .page__what-problems__wrapper_headerText {
        width: 327px;
        margin-bottom: 40px
    }

    .what-problems__upBlock__block_textOne {
        font-size: 20px
    }

    .what-problems__upBlock__block_textTwo {
        font-size: 16px
    }

    .what-problems__downBlock__block_textOne {
        font-size: 20px
    }

    .what-problems__downBlock__block_textTwo {
        font-size: 16px
    }

    .what-problems__upBlock>div {
        padding: 32px 24px
    }

    .what-problems__downBlock>div {
        padding: 32px 24px;
        height: 360px
    }
}

@media (max-width:420px) {
    .what-problems__downBlock>div {
        padding: 32px 24px;
        height: fit-content
    }
}

@media (max-width:1260px) {
    .page__six-steps__wrapper {
        padding: 100px 70px
    }
}

@media (max-width:980px) {
    .page__six-steps__wrapper {
        justify-content: center;
        flex-wrap: wrap
    }

    .six-steps__leftBlock {
        margin-bottom: 50px
    }
}

@media (max-width:550px) {
    .page__six-steps__wrapper {
        padding: 100px 20px
    }
}

@media (max-width:1260px) {
    .manage-project-content {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        width: auto
    }

    .manage-project-content__left {
        margin-right: 0
    }

    .manage-project-content__right {
        width: 480px
    }

    .manage-project_header {
        width: auto;
        margin: 0 20px 20px
    }

    .manage-project_sub-header {
        width: auto;
        margin: 0 20px
    }
}

@media (max-width: 500px) {
    .main-block__image-mobile {
        visibility: visible
    }

    .main-block__image-desktop {
        visibility: hidden
    }
}


@media (max-width:590px) {


    .manage-project-content {
        padding: 30px
    }

    .manage-project_header {
        font-size: 32px
    }

    .manage-project_sub-header {
        font-size: 16px
    }

    .manage-project-content__left,
    .manage-project-content__left>img {
        width: 279px;
        height: 360px
    }

    .manage-project-content__right_text {
        font-size: 20px;
        width: auto;
        height: auto
    }
}

@media (max-width:510px) {
    .manage-project-content__right_text {
        align-self: center;
        margin: 20px auto
    }

    .manage-project-content__right {
        text-align: center;
        width: 340px
    }

    .manage-project-content__right_footer {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .manage-project-content__right_buttonOne {
        margin: 0 0 15px
    }
}

.swiper {
    width: 100%;
    padding-top: 160px;
    height: 620px;
    position: relative
}

.swiper * {
    outline: 0
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
    z-index: 30
}

@media(min-width:1000px){
    .swiper-content{
        padding-left: 70px
    }
}
.swiper-slide img {
    height: 100%;
    object-fit: cover
}

.swiper-content h4 {
    text-align: left;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    color: #000
}

.swiper-pagination {
    position: absolute;
    z-index: 20;
    height: fit-content;
    top: 30px;
    display: flex;
    justify-content: space-between
}

.swiper-pagination-bullet {
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 !important;
    height: fit-content;
    border-bottom: 1px solid #000;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    border-radius: 0;
    background-color: transparent;
    opacity: 1
}

.swiper-pagination-bullet-active {
    border-bottom: 2px solid #000
}

.swiper-content p {
    max-width: 500px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 32px
}

.swiper-btn-container {
    position: absolute;
    width: 170px;
    right: 29%;
    height: 64px;
    bottom: 3%
}

.swiper-button-next,
.swiper-button-prev {
    border: 1px solid #000;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: #fff
}

.swiper-button-next:hover::after,
.swiper-button-prev,
.swiper-button-prev:hover::after {
    transform: scale(1.3)
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: url(../assets/icons/arrow-slider.svg);
    top: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    transition: .3s
}

.swiper-button-prev {
    transform: rotate(-180deg)
}

@media screen and (max-width:1000px) {
    .swiper {
        height: fit-content
    }

    .swiper-slide {
        flex-direction: column;
        height: auto
    }

    .swiper-content h4 {
        font-size: 24px;
        line-height: 135%;
        margin-bottom: 16px
    }

    .swiper-content p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px
    }

    .swiper-btn-container {
        display: none
    }

    .swiper-slide img {
        width: 100%;
        height: auto;
        object-fit: cover
    }

    .swiper-pagination {
        width: fit-content;
        flex-wrap: nowrap;
        overflow: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none
    }

    .swiper-pagination::-webkit-scrollbar {
        width: 0
    }

    .swiper-pagination-bullet {
        width: 300px;
        padding-right: 30px
    }
}

.contact-info {
    margin-top: 100px;
    margin-bottom: 64px
}

.contact-info__container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.contact-info__cover {
    width: 100%;
    max-width: 580px;
    max-height: 580px;
    margin-left: 20px
}

.contact-info__cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contact-info__title {
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%
}

.contact-info__item {
    margin-bottom: 32px
}

.contact-info__item h5 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #4b4b4b
}

.contact-info__text {
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    line-height: 135%;
    color: #000
}

.contact-info__text a {
    color: #000
}

@media screen and (max-width:1100px) {
    .contact-info__cover {
        display: none
    }
}

@media screen and (max-width:540px) {
    .contact-info {
        margin-top: 64px;
        margin-bottom: 32px
    }

    .contact-info__cover {
        display: none
    }

    .contact-info__title {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 36px
    }

    .contact-info__item h5 {
        margin-bottom: 12px;
        font-size: 16px
    }

    .contact-info__text {
        font-size: 24px
    }

    .contact-info__text--number {
        display: flex;
        flex-direction: column;
        row-gap: 12px
    }

    .contact-info__slash {
        display: none
    }
}

.map {
    height: 500px
}

.map iframe {
    width: 100%;
    height: 100%
}

.menu__link--color {
    color: #ef7728
}

.features {
    padding-top: 100px;
    padding-bottom: 100px
}

.features__content {
    display: flex;
    justify-content: space-between
}

.features__wrapper {
    max-width: 500px
}

.features__wrapper--tinny {
    max-width: 480px
}

.features__title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #000
}

.features__sub-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #4b4b4b
}

.features__card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 45px
}

.features__card p {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #000
}

.features__content--full {
    flex-direction: column
}

.features__content--full .features__wrapper {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%
}

.features__content--full .features__card {
    flex-basis: 30%
}

@media screen and (max-width:1000px) {
    .features {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .features__content {
        flex-direction: column;
        row-gap: 40px
    }

    .features__title {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%
    }

    .features__card svg {
        width: 26px;
        height: 26px
    }

    .features__card p {
        font-size: 16px;
        line-height: 22px
    }

    .features__content--full .features__wrapper {
        flex-direction: column
    }
}

.helpers__container {
    position: relative;
    box-sizing: border-box;
    padding: 80px 64px;
    background: #f3f4f5;
    border-radius: 16px
}

.helper__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%
}

.helpers__text {
    margin-bottom: 30px;
    max-width: 480px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px
}

.helpers__btn {
    display: inline-block;
    padding: 16px 32px;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    color: #fff;
    background-color: #ef7728;
    border-radius: 4px
}

.helpers__btn:hover {
    background-color: #ec5e00
}

.helpers__img {
    position: absolute;
    width: auto;
    height: auto;
    object-fit: cover;
    top: -60px;
    right: -120px
}

@media screen and (max-width:1000px) {
    .helpers {
        padding: 0 10px
    }

    .helpers__container {
        display: flex;
        flex-direction: column;
        padding: 20px
    }

    .helpers__img {
        margin-top: 30px;
        position: static;
        width: 100%;
        height: auto;
        object-fit: cover
    }
}

.partner {
    padding: 100px 0;
    background-color: #000
}

.partner__title {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #fff
}

.partner__grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 40px
}

.partner__column {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    min-width: 50%
}

.partner__card {
    box-sizing: border-box;
    padding: 56px;
    background: #1c1c1c;
    border-radius: 16px
}

.partner__card-title {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    color: #fff
}

.partner__card-content p,
.partner__card-content ul {
    margin-bottom: 32px
}

.partner__card-content ul {
    box-sizing: border-box;
    padding-left: 30px
}

.partner__card-content li,
.partner__card-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, .7);
    list-style-type: disc !important
}

@media screen and (max-width:1000px) {
    .partner__grid {
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 24px
    }

    .partner__column {
        column-gap: 24px;
        row-gap: 24px
    }

    .partner__card {
        padding: 32px
    }
}

.before {
    padding: 100px 0;
    background-color: #000
}

.before__tile {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #fff;
    max-width: 700px
}

.before__list {
    display: flex;
    flex-direction: column;
    row-gap: 34px
}

.before__item {
    display: flex;
    column-gap: 20px;
    align-items: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #fff
}

.before__item svg {
    min-width: 25px;
    min-height: 25px
}

@media screen and (max-width:1000px) {
    .before__tile {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%
    }

    .before__item {
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        column-gap: 50px
    }
}

.team {
    padding: 100px 0
}

.team__title {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%
}

.team__wrapper {
    display: flex;
    column-gap: 5%
}

.team__card {
    display: flex;
    flex-direction: column;
    flex-basis: 30%
}

.team__img-container {
    width: 100%;
    height: 450px;
    margin-bottom: 32px
}

.team__img-container img {
    object-fit: cover
}

.team__name {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%
}

.team__proffession {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.blog {
    padding-top: 100px
}

.blog__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px
}

.blog__btn-container {
    display: flex;
    column-gap: 10px
}

.blog__btn {
    box-sizing: border-box;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 135%;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px
}

.blog__btn:hover {
    background-color: #ef7728;
    color: #fff;
    border-color: 1px solid #ef7728 !important
}

.blog__btn--active {
    background-color: #ef7728;
    color: #fff;
    border: 1px solid #ef7728
}

.blog__btn--active:hover {
    background-color: #ec5e00
}

.blog__main-post {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #4b4b4b
}

.blog__content-container {
    max-width: 540px
}

.blog__img-container {
    flex-basis: 50%;
    max-width: 600px;
    min-height: 360px;
    border-radius: 4px;
    overflow: hidden
}

.blog__img-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #000
}

.blog__category {
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #ef7728
}

.blog__title-post {
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    color: #000
}

.blog__text-post {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(0, 0, 0, .6)
}

.blog__post-list {
    padding-top: 40px
}

@media screen and (max-width:1000px) {
    .blog {
        padding-top: 10px
    }

    .blog__container {
        display: block;
        margin-bottom: 40px
    }

    .blog__btn {
        padding: 10px 20px;
        font-size: 14px
    }

    .blog__title {
        margin-bottom: 40px;
        font-size: 32px;
        line-height: 120%
    }

    .blog {
        padding-bottom: 40px
    }

    .blog__main-post {
        flex-direction: column
    }

    .blog__img-container {
        height: 30vh;
        margin-bottom: 30px;
        min-height: auto
    }

    .blog__category {
        font-size: 16px;
        line-height: 135%
    }

    .blog__title-post {
        font-size: 24px;
        line-height: 135%
    }

    .blog__text-post {
        font-size: 16px;
        line-height: 140%
    }
}

.posts {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px
}

.posts__item {
    flex: 1 1 365px;
    max-width: 365px
}

.posts__category {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #ef7728
}

.posts__img-container {
    width: 100%;
    margin-bottom: 24px;
    height: 240px;
    border-radius: 4px;
    overflow: hidden
}

.posts__img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.posts__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #000
}

.breadcrumbs {
    padding-top: 40px;
    padding-bottom: 40px
}

.breadcrumbs__wrapper {
    display: flex;
    column-gap: 20px
}

.breadcrumbs__link {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    padding-right: 20px
}

.breadcrumbs__link:not(:last-child)::after {
    content: url(../assets/blog/arrow.svg);
    position: absolute;
    right: 0
}

@media screen and (max-width:1000px) {
    .posts {
        flex-wrap: wrap
    }

    .posts__item {
        flex: 1 1 100%;
        max-width: 100%
    }

    .posts__img-container {
        height: 30vh
    }

    .breadcrumbs {
        overflow-x: scroll;
        padding-top: 20px;
        padding-bottom: 40px
    }

    .breadcrumbs__wrapper {
        width: auto;
        flex-wrap: nowrap
    }

    .breadcrumbs__link {
        width: fit-content;
        white-space: nowrap
    }
}

.article h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #000;
    text-align: center;
    margin-bottom: 20px
}

.article h1+p {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    margin-bottom: 40px
}

.article h1+p+img {
    width: 100%;
    height: auto
}

.article h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px
}

.article ul {
    box-sizing: border-box;
    padding-left: 30px
}

.article li {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    list-style: disc
}

.article p {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 20px
}

.article__container {
    max-width: 1000px;
    padding: 0 10px 80px;
    margin: 0 auto;
    border-bottom: 1px solid #000
}

.article__category {
    display: block;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    text-align: center;
    color: #ef7728
}

.article__title {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #000
}

.article__sub-text {
    max-width: 780px;
    margin: 0 auto 56px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, .6);
    text-align: center
}

.article__cover {
    overflow: hidden;
    max-height: 440px;
    border-radius: 4px
}

.article__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.article__content h3 {
    margin: 80px 0 32px;
    font-weight: 600;
    font-size: 32px;
    line-height: 135%;
    color: #000
}

.article__content p {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000
}

.article__content ul {
    margin-bottom: 32px;
    padding-left: 20px
}

.article__content li {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    list-style-type: disc
}

@media screen and (max-width:1000px) {
    .article__container {
        padding-bottom: 30px
    }

    .article__category {
        margin-bottom: 16px;
        font-weight: 600;
        font-size: 16px;
        line-height: 135%
    }

    .article h1 {
        font-weight: 600;
        font-size: 32px;
        line-height: 135%
    }

    .article h1+p {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%
    }

    .article h1+p+img {
        width: 100%;
        height: auto
    }

    .article h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 135%
    }

    .article ul {
        padding-left: 20px
    }

    .article li,
    .article p {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%
    }
}

.chip-list__container {
    display: flex;
    column-gap: 10px;
    max-width: 1000px;
    padding: 40px 0;
    margin: 0 auto
}

.chip-list__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000
}

.chip-list__wrapper {
    display: flex;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap
}

.chip-list__link {
    padding: 6px 12px;
    border: 1px solid #000;
    font-size: 14px;
    color: #000;
    border-radius: 20px
}

@media screen and (max-width:1000px) {
    .chip-list__container {
        padding-left: 10px;
        padding-right: 10px;
        display: block
    }

    .chip-list__wrapper {
        margin-top: 10px;
        flex-wrap: wrap
    }

    .blog__info {
        padding-bottom: 20px
    }
}






.power-work {
    padding: 100px 0;
    background-color: #fff
}

@media (max-width:768px) {
    .power-work {
        padding: 64px 0
    }
}

.power-work_title {
    margin-bottom: 64px
}

.power-work_items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 32px
}

.power-work_item {
    position: relative;
    cursor: pointer;
    grid-column: span 2;
    border-radius: 16px;
    border: 1px solid #b5b5b5;
    overflow: hidden;
    /* min-height: 330px; */
    /* padding: 40px 32px 15px; */
    padding: 20px;
    background-color: #F3F4F5;
    transition: all 0.2s ease 0s;
    display: grid;
    align-items: end;
}


.power-work_item-name{
    align-self: start;
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.power-work_item:hover {
    transform: scale(1.01);
}


.power-work_item.big .power-work_item-text {
    left: 0;
    top: 100px;
    padding: 0 0 0 40px;
    height: 35%;
    width: 60%;
    transform: translateY(-50%)
}

.power-work_item-img {
    /* position: absolute; */
    width: 100%;
    height: 200px;
}



.power-work_item-img img {
    max-width: 100%;
}

.power-work_item-title {
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 12px
}

.power-work_item-text {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 40px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 144.4444444444%;
    color: #4b4b4b
}

@media (max-width:550px) {
    .power-work_item.big .power-work_item-text {
        top: 24px;
        padding: 0 0 0 24px;
        transform: none;
        width: 100%
    }

    .power-work_item.big .power-work_item-img {
        bottom: 0 !important;
        transform: none !important;
        max-width: 60% !important;
        max-height: 260px
    }

    .power-work_item.big:last-child {
        min-height: 400px
    }

    .power-work_item-text {
        padding: 0 24px;
        top: 24px
    }
}

@media (max-width:1024px) {
    .power-work_item {
        grid-column: span 3
    }

}

@media (max-width:700px) {

    .power-work_item,
    .power-work_item.big {
        grid-column: span 6
    }
}


.power__container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

.power__btn-container {
    display: flex;
    column-gap: 50px
}

.power__btn {
    width: 227px;
    text-align: center;
    box-sizing: border-box;
    padding: 24px 0px;
    font-size: 24px;
    line-height: 135%;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px
}

.power__btn:hover {
    background-color: #ef7728;
    color: #fff;
    border-color: 1px solid #ef7728 !important
}

.power__btn--active {
    background-color: #ef7728;
    color: #fff;
    border: 1px solid #ef7728
}

.power__btn--active:hover {
    background-color: #ec5e00
}


@media (max-width: 1000px) {
    .power__btn {
        width: 160px;
        padding: 16px 0px;


    }

    .power__btn-container {
        column-gap: 25px
    }

}

@media (max-width: 570px) {
    .power__btn {
        width: 100px;
        font-size: 16px;

        padding: 10px 10px;

    }

    .power__btn-container {
        column-gap: 10px
    }

    .power__container {
        margin-bottom: 40px;
    }

    .power-work_title {
        margin-bottom: 40px;
    }


}


.power_work-item-inf {
    /* margin-top: 87px; */
    font-size: 18px;
}

.power_work-item-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.power_work-item-price {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.power_work-item-term {
    display: flex;
    justify-content: space-between;
}

.power_work__button {
    width: 100%;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    background: #ef7728;
    text-align: center;
    padding: 16px 48px
}


.power_work-item-button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    font-size: 24px;
}

@media (max-width: 768px) {
    .power_work-item-inf {
        /* margin-top: 47px; */
        font-size: 18px;
    }
}

.power-work__btn-container {
    display: flex;
    column-gap: 10px
}

.power-work__btn {
    box-sizing: border-box;
    padding: 16px 32px;
    font-size: 18px;
    line-height: 135%;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px
}

.power-work__btn:hover {
    background-color: #ef7728;
    color: #fff;
    border-color: 1px solid #ef7728 !important
}

.power-work__btn--active {
    background-color: #ef7728;
    color: #fff;
    border: 1px solid #ef7728
}

.power-work__btn--active:hover {
    background-color: #ec5e00
}


@media screen and (max-width:540px) {

    .power-work__btn {
        padding: 10px 20px;
        font-size: 14px
    }
}





.work-project_page {
    position: relative;
}



.work-project_items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 32px
}

@media (max-width:1100px) {
    .work-project_items {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }

    .work-project_item:last-child {
        grid-column: 2/3
    }
}

@media (max-width:768px) {
    .project {
        margin-top: 64px;
        padding: 64px 0
    }

    .work-project_items {
        grid-template-columns: 1fr 1fr;
        gap: 16px
    }
}


.work-project_item {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden
}

.work-project_item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: .5s
}

.work-project_items .work-project_item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

@media (any-hover:none) {
    .work-project_item img {
        filter: none
    }
}

.work-project_name {
    background-color: white;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.200000003px;
    line-height: 133.3333333333%;
    text-align: center;
    color: #000000;
    padding: 0 10px;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: all 0.2s ease 0s;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.work-project_item:hover .work-project_name{
    background-color: rgb(73 73 73);
    color: white;
}




@media (max-width:500px) {
    .work-project_name {
        font-size: 16px;
        bottom: 8px;
        left: 0;
        padding: 0 8px;
        transform: none;
        text-align: left
    }

    .work-project_items .work-project_item:first-child {

        grid-column: span 1;
        grid-row: span 1;

    }
}







.popup {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    transition: all 0.9s ease 0s;
    z-index: 11111;
}

.popup_open {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);

}

.popup_open .popup__video-content,
.popup_open .popup__form-content,
.popup_open .popup__content,
.popup_open .popup__image-content {

    transform: translate(0, 0);

}

.popup__body {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;

}

@media (max-width: 768px) {
    .popup__body {

        padding: 30px;

    }
}

@media (max-width: 500px) {
    .popup__body {

        padding: 20px;

    }
}

.popup__content {
    position: relative;
    background-color: #494646;
    width: 1136px;
    padding: 83px;
    text-align: center;
    border-radius: 5px;
    transform: translate(0, -100%);

    transition: all 0.9s ease 0s;


}

.popup__image-content {
    position: relative;
    width: 576px;
    text-align: center;
    border-radius: 5px;
    transform: translate(0, -100%);

    transition: all 0.9s ease 0s;


}


.popup__form-content {
    position: relative;
    background-color: white;
    width: 1136px;
    padding: 83px;
    border-radius: 5px;
    transform: translate(0, -100%);

    transition: all 0.9s ease 0s;
}

.popup__video-content {
    position: relative;
    background-color: #494646;
    width: 1136px;
    padding: 83px;
    text-align: center;
    border-radius: 5px;
    transform: translate(0, -100%);
    transition: all 0.9s ease 0s;


}


@media (max-width: 1024px) {
    .popup__content {
        padding: 43px;


    }

    .popup__form-content {
        padding: 43px;


    }

    .popup__video-content {
        padding: 43px;


    }

    .popup__image-content {
        padding: 43;
    }

}


@media (max-width: 500px) {
    .popup__content {
        padding: 23px;


    }

    .popup__form-content {
        padding: 23px;
        text-align: center;



    }

    .popup__video-content {
        padding: 23px;


    }


}

.popup__prev-button {
    cursor: pointer;
    position: absolute;
    top: calc(100%/2 - 24px);
    left: -50px;
    font-size: 48px;
    color: white
}


.popup__next-button{
    cursor: pointer;
    position: absolute;
    top: calc(100%/2 - 24px);
    right: -50px;
    font-size: 48px;
    color: white;

}


.popup__title {
    margin-bottom: 53px;
    font-size: 36px;
    color: white;

}

.popup__form-title {
    color: #000000;
}

@media (max-width: 768px) {
    .popup__title {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .popup__prev-button{
        display: none;

    }

    .popup__next-button {
        display: none;

    }
}

.popup__video {
    position: relative;
    width: 100%;
    height: 355px;

    border-radius: 5px;


}

@media (max-width: 768px) {
    .popup__video {
        height: 250px;
    }
}

.popup__video video {
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.popup__area {
    position: absolute;
    cursor: default;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.popup__item-block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;

}

.popup__subtitle {
    max-height: 250px;
    font-size: 24px;
    text-align: center;
    color: white;
    overflow-x: auto;

}

@media (max-width: 768px) {


    .popup__item-block {
        grid-template-columns: 1fr;

    }

    .popup__subtitle {
        max-height: 100px;
        font-size: 14px;
    }
}


.popup__img {
    width: 100%;
    max-height: 325px;
    border-radius: 5px;
}

.popup__img img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;

}




.popup__image-content img {
    width: 100%;
    object-fit: cover;
    vertical-align: top;
}

.popup__close {
    border-radius: 50%;
    text-align: center;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid white;
    position: absolute;
    bottom: -60px;
    right: calc(100%/2 - 21px);
    color: white;
    font-size: 32px;
}

@media (max-width: 500px) {
    .popup__close {
        font-size: 18px;
        right: calc(100%/2 - 14px);
        bottom: -40px;
    }
}


.form-popup-link {
    position: relative;
    border-radius: 4px;
    padding: 16px 32px;
    background: #ef7728;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px
}

.form-popup-link:hover {
    color: #fff;
    background-color: #ec5e00
}

.form_input-container {
    flex: 1 1 30%;
    margin-bottom: 20px;
}

.form_input-error {
    position: relative;
}

.form_input-error input {
    border: 1px solid red !important;

}

.form_input-error::after {
    text-align: left;
    position: absolute;
    display: inline-block;
    width: 250px;
    left: 5px;
    bottom: -17px;
    content: "Заполните поле";
    color: red;

}





.popup__params {
    text-align: left !important;
    line-height: 20px;
    color: white;

}

.popup__params-title {
    font-size: 20px;
    margin-bottom: 1em;
}

.popup__review-title {
    font-size: 20px;
    margin-bottom: 1em;

}

.popup__review {
    margin-bottom: 20px;

}

.popup_params-subtitle {
    margin-bottom: 20px;

}

.popup_params-subtitle-title {
    font-size: 20px;
    margin-bottom: 1em;

}

.popup_params-inf {
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}





.questionnaire {
    margin-bottom: 40px;

}

.questionnaire__body {}

.questionnaire__content {
    width: 100%;
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto
}

.questionnaire__title {}

.questionnaire__title-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #000000;
}



.questionnaire__progress-bar {
    width: 100%;
    height: 5px;
    background-color: #D9D9D9;

}

.questionnaire__progress-bar-completed {
    position: relative;
    width: 30%;
    height: 100%;
    background-color: #EF7728;

}

.questionnaire__progress-bar-completed-procent {
    position: absolute;
    bottom: -37px;
    right: calc((-40px+14px)/2);
    width: 40px;
    background-color: #000000;
    border-radius: 2px;
    color: white;
    text-align: center;
    padding: 2px 0;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.questionnaire__progress-bar-completed::after {
    display: inline-block;
    position: absolute;
    right: -6px;
    bottom: -15px;
    content: "";
    border: 6px solid transparent;
    border-bottom: 10px solid rgb(0, 0, 0);


}

.questionnaire__form {
    margin-top: 40px;

}

.questionnaire__form-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #000000;
}

.questionnaire__form-subtitle {
    display: flex;
    gap: 22px;
    align-items: center;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #000000;
}

.questionnaire__form-inputs {
    max-width: 370px;
}

.questionnaire__form-input {
    width: 100%;
    border-bottom: 1px solid #000000;
    margin-top: 30px;
    padding: 9px 3px;

}

.questionnaire__form-input::placeholder {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #797979;
}

.questionnaire__form-select-list-block {
    display: none;
}

.questionnaire__form-select-block.active .questionnaire__form-select-list-block {
    display: block;
}

.questionnaire__form-select {
    position: relative;
    width: 100%;
    background: white;
    border-bottom: 1px solid #000000;
    margin-top: 23px;
    padding: 9px 3px;

}

.questionnaire__form-select::before {
    content: "";
    position: absolute;
    top: 35%;
    right: 10px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.4s ease 0s;
}

.questionnaire__form-select-block.active .questionnaire__form-select::before {
    transform: rotate(225deg);
}


.questionnaire__form-select-placeholder {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #797979;
}

.questionnaire__form-select-list {
    max-height: 420px;
    overflow: auto;

}

.questionnaire__form-select-item {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #000000;

}

.questionnaire__form-select-item:hover {
    color: white;
    background-color: #000000;
}

.questionnaire__form-select-item-active {
    background-color: #000000;
    color: white;
}

.questionnaire__accept {
    background-color: white;
}

.questionnaire__accept-inf {
    margin-top: 41px;
    display: flex;
    gap: 14px;
}

.questionnaire__accept-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.019em;
    color: #000000;
}

.questionnaire__buttons {
    max-width: 400px;
    display: flex;
    justify-content: flex-end;
    margin-top: 43px;



}

.questionnaire__next-button {
    width: 100%;
    max-width: 200px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: #ef7728;
    border: 1px solid #ef7728;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 137.5%;
    text-align: left;
    color: #fff;
    transition: .3s
}

.questionnaire__next-button.transparent {
    background-color: transparent;
    color: #000
}

.prev-btn {
    border: none;
    background-color: transparent;
    color: #ABABAB
}

.prev-btn:hover {
    border: none;
    background-color: #f3f4f5;
    color: #ABABAB
}

@media (any-hover:hover) {
    .questionnaire__next-button:hover {
        transform: scale(1.03)
    }

    .questionnaire__accept-button:hover {
        transform: scale(1.03)
    }

}


@media (max-width: 500px) {
    .questionnaire__title-text {
        font-size: 32px;
    }

    .questionnaire__form-title {
        font-size: 18px;
    }

    .questionnaire__form-subtitle {
        font-size: 14px;
    }

    .questionnaire__form-input::placeholder {
        font-size: 14px;
    }

    .questionnaire__form-select-placeholder {
        font-size: 14px;

    }

    .questionnaire__form-input {
        border-color: #D9D9D9;
        margin-top: 23px;
        padding: 3px 3px 9px 3px;

    }

    .questionnaire__accept-subtitle {
        font-size: 12px
    }
}




.questionnaire__accept input {
    display: none;
}

.wrap {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #D9D9D9;

}

.check-sign {
    position: absolute;
    background: #EF7728;
    opacity: 0;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
}

#check-part-1 {
    width: 6.2px;
    height: 2px;
    transform: rotate(45deg);
    top: 7px;
    left: 1px
}

#check-part-2 {
    width: 10.5px;
    height: 2px;
    transform: rotate(-45deg);
    left: 4px;
    top: 5.3px;
}

.questionnaire__accept input:checked+.wrap .check-sign {
    opacity: 1;
}

.questionnaire__input-block {
    position: relative;

}

.questionnaire__input-warning {
    z-index: 111;
    position: absolute;
    top: 99%;
    padding: 10px;
    background-color: #FC5C5C;

}

.questionnaire__input-warning-detail {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    left: 3.5px;
    background-color: #FC5C5C;
    transform: rotate(45deg);


}

.questionnaire__input-warning-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.019em;

    color: #FFFFFF;

}

/* /////////////////////////////////////anceta2 */



.questionnaire__form-roles {
    display: flex;
    margin-top: 19px;
}

.questionnaire__form-role-block {
    max-width: 164px;
    padding: 39px 39px 19px 39px;
    border: 1px solid #EFEFEF;
    transition: all 0.5s ease 0s;


}

.questionnaire__form-role-block:hover {
    background: linear-gradient(222.57deg, #FFC908 6.54%, #EF7728 100%);
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    color: white;

}

.questionnaire__form-role-block-active {
    color: white;
    background: linear-gradient(222.57deg, #FFC908 6.54%, #EF7728 100%);
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);

}

.questionnaire__form-role-subtitle {

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.019em;
    margin-top: 15px;
}



/* //////////////////////////////anceta3 */
.questionnaire__form-objects {
    max-width: 470px;
}

.questionnaire__add-object {
    cursor: pointer;
    max-width: 470px;
    background-color: #F9F9F9;
    padding: 22px;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease 0s;
}

.questionnaire__add-object-title {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    letter-spacing: -0.019em;

    color: #797979;
}

.questionnaire__add-object:hover {
    transform: scale(1.02);
}

.questionnaire__form-line {
    width: 100%;
    height: 1px;
    background-color: #EF7728;
}

.questionnaire__form-select-placeholder {
    display: flex;
    padding-right: 20px;
    flex-wrap: wrap;
    gap: 2px;
}

.questionnaire__form-aded-object {
    cursor: pointer;
    background-color: #000;
    color: white;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.019em;
    display: flex;
    gap: 14.5px;
    padding: 11px;
    border-radius: 3px;

}

.questionnaire__accept-button {
    width: 90%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    margin: 20px 17px;
    background: #ef7728;
    border: 1px solid #ef7728;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 137.5%;
    text-align: left;
    color: #fff;
    transition: .3s
}

.questionnaire__form-objects .anceta-accardion-item .anceta-accardion-item__input:checked~.anceta_item-content{ 
    margin-bottom: 60px;
}

@media(max-width: 500px){
    .questionnaire__form-objects .anceta-accardion-item .anceta-accardion-item__input:checked~.anceta_item-content{ 
        margin-bottom: 40px;
    }
}

/*////////////////////////////////////anceta4 */
.questionnaire__form-content {
    max-width: 720px;
}

.questionnaire__form-switchers {
    margin-top: 34px;
}

.questionnaire__form-switcher {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.019em;

    color: #000000;
}

.questionnaire__form-switcher-label {}


.questionnaire__form-switcher-accept {
    display: flex;
    gap: 13px;

}

.switch {
    max-height: 25px;
}

.switch input[type="checkbox"] {
    position: relative;
    width: 34px;
    height: 13px;
    -webkit-appearance: none;
    outline: none;
    background: #D9D9D9;
    border-radius: 20px;
    transition: 0.5s;
    cursor: pointer;

}

.switch input:checked[type="checkbox"] {
    background: #6EF6AD;
}

.switch input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    transform: scale(1.1);
    border-radius: 50%;
    top: -2px;
    left: 0;
    background: #797979;
    transition: 0.5s;
}

.switch input:checked[type="checkbox"]:before {
    background: #20B866;
    left: 20px;
}



@media (max-width: 769px) {
    .questionnaire__form-switcher {
        font-size: 14px;
    }
}



/* ////////////////////////////////////anceta5 */


.questionnaire__form-text {
    width: 100%;
    max-width: 720px;
    margin-top: 42px;
    border-bottom: 1px solid #8F8F8F;
}

.questionnaire__form-text::placeholder {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: -0.019em;
    color: #8F8F8F;
}

.questionnaire__form-add-file {
    margin-top: 40px;
    padding: 21px 13px;
    max-width: 340px;

}

.delete-file{
    cursor: pointer;
    position:absolute;
    top: calc((100% / 2) - 12px);
    right: 10px;
    display:none;
    transition: all 0.3s ease 0s;
}
.delete-file:hover{
    transform: scale(1.2);
}

.questionnaire__form-add-file-active {
    background: #ECF8FF;
}

.questionnaire__form-add-file input {
    display: none;
}

.questionnaire__form-add-file_input {
    display: flex;
    cursor: pointer;
    gap: 13px;
}

.questionnaire__form-add-file_subtitle {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.019em;

    color: #EF7728;
}

@media (max-width: 600px) {
    .questionnaire__form-text::placeholder {
        font-size: 18px;
    }
}

/* /////////////////////////////////////anceta6 */



.questionnaire__button {
    width: 200px;
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 21px;
    background: #EF7728;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;

    letter-spacing: -0.019em;

    color: #FFFFFF;
    transition: all 0.4s ease 0s;

}

.reject {
    background-color: white;
    color: #EF7728;
}

.reject:hover {
    background: #EF7728;
    color: #FFFFFF;
}


/* ///////////////////////////anceta8 */



.questionnaire__end {
    min-height: 370px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin: 100px auto 0;
}

.questionnaire__end-img {
    max-width: 94px;
    margin-bottom: 32px
}

.questionnaire__end-img img {
    width: 100%
}

.questionnaire__end-label {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.019em;
    color: #000000;
    margin-bottom: 8px
}


.questionnaire__end-text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.019em;

    color: #000000;
    margin-bottom: 32px
}

@media (max-width:768px) {

    .questionnaire__end-label {
        font-size: 32px;
    }

    .questionnaire__end-text {
        font-size: 18px
    }
}


.anceta-accardion-item {
    position: relative;
    margin-bottom: 20px
}

.anceta-accardion-item__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.anceta-accardion-item__trigger-one {
    display: block;
    cursor: pointer;
    padding: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 134.375%;
    max-width: 1124px
}

.anceta-accardion-item__trigger {
    font-size: 18px;
    line-height: 135%;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    grid-gap: 20px;
    margin: 8px 0;
    transition: .5s;
    padding-right: 40px
}

.anceta-accardion-item__trigger::before {
    content: "";
    position: absolute;
    top: 35%;
    right: 10px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.4s ease 0s;
}




.anceta-accardion-item__content {
    font-size: 20px;
    line-height: 140%;
    display: none;
    color: #4b4b4b
}

.anceta-accardion-item__content>:not(:last-child) {
    margin: 0 0 20px
}



.anceta-accardion-item__input:checked~.anceta-accardion-item__trigger::before {
    transform: rotate(225deg);
}

.anceta-accardion-item__input:checked~.anceta-accardion-item__trigger {

        font-size: 16px;
        transition: .5s;
        padding-bottom: 15px;
        border-bottom: 3px solid #dfdfdf;

}

@media (max-width:500px) {
    .anceta-accardion-item__trigger {
        margin: 10px 0
    }

    .anceta-accardion-item__input:checked~.anceta-accardion-item__trigger {
        margin-bottom: 20px
    }
}

.anceta-accardion-item__input:checked~.anceta-accardion-item__content {
    display: block
}
.anceta-accardion-item__input:checked~.questionnaire__form-select:first-child{
    margin: 0px;
}

.anceta-accardion--modern {
    background-color: #f3f4f5;
    padding-bottom: 100px !important
}

.anceta-accardion--modern .anceta-accardion {
    background-color: #fff;
    border: none
}

.anceta-accardion--modern .anceta-accardion-item,
.anceta-accardion--modern .anceta-accardion-title {
    border: none
}

.anceta-accardion--modern .anceta-accardion-item__trigger-one::after,
.anceta-accardion--modern .anceta-accardion-item__trigger::after {
    right: 20px;
    top: calc(50% - 20px)
}

@media (max-width:375px) {

    .anceta-accardion-item__trigger,
    .anceta-accardion-item__trigger-one {
        font-size: 14px
    }

    .anceta-accardion-item__content {
        font-size: 14px
    }
}
