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

body {
    font-family: "Mazzard Regular", sans-serif;
    font-size: 16px;
    background: #e8e6e6;
    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disable-body {
    overflow: hidden;
}

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

h1 {
    font-family: Unbounded, sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 69.44px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

h2 {
    font-family: Unbounded, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 59.52px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    text-wrap: balance;
    margin-bottom: 24px;
}

h3 {
    font-family: Unbounded, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 44.64px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

h4 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

.text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    text-wrap: balance;
}

.text-big {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

.text-list {
    list-style: disc;
    padding-left: 30px;
}

.btn {
    cursor: pointer;
    height: 64px;
    border: none;
    background: #0B0B0B;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    border-radius: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFCA57;
    transition: .1s all linear;
}

.btn:hover, .btn-transparent:hover {
    transform: scale(1.01);
}

.btn-transparent {
    transition: .1s all linear;
    cursor: pointer;
    background: transparent;
    border: 1px solid #0B0B0B;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    border-radius: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0B0B0B;
}

section {
    padding: 80px 0;
}

header {
    height: 80px;
    padding: 8px 0;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-center {
    text-align: center;
}

.first-screen {

}

.first-screen .container {
    gap: 32px;
    display: flex;
    justify-content: space-between;
}

.first-screen .container .left-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
    gap: 24px;
}

.first-screen .container .left-side .btn {
    margin-top: 24px;
}

section.key-features {

}

section.key-features .btn {
    margin-top: 24px;
}

section.key-features .container {
    gap: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.key-features .container .right-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

section.key-features .container .right-side .text {
    text-align: left;
}

section.how-it-works {

}

.change-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    position: relative;
    align-items: center;
}

.change-wrapper .list-change-btns {
    display: flex;
    gap: 36px;
}

.change-wrapper button {
    border: none;
    background: transparent;
    transition: .1s all linear;
    opacity: .5;
}

.change-wrapper button.active {
    cursor: pointer;
    opacity: 1;
}

.change-wrapper button:hover {
    transform: scale(1.01);
}

.change-wrapper button.prev {
    transform: rotate(180deg);
    position: relative;
    top: -3px;
}

section.how-it-works .how-it-work-list {
    display: flex;
    gap: 30px;
    margin-top: 48px;
    overflow: scroll;
}

section.how-it-works .how-it-work-list::-webkit-scrollbar {
    display: none;
}

section.how-it-works .how-it-work-list li {
    flex-shrink: 0;
    width: 364px;
    min-height: 558px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 32px 24px 0 24px;
    border-radius: 30px;
}

section.how-it-works .how-it-work-list li .wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;

}

section.how-it-works .how-it-work-list li .number {
    width: 58px;
    height: 58px;
    background: rgba(255, 202, 87, .5);
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Unbounded, sans-serif;
    font-size: 23.2px;
    font-weight: 400;
    line-height: 28.77px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

section.how-it-works .how-it-work-list li .text {
    text-align: left;
}

section.feedback {

}

section.feedback .feedback-list {
    display: flex;
    gap: 30px;
    margin-top: 48px;
    overflow: scroll;
}

section.feedback .feedback-list::-webkit-scrollbar {
    display: none;
}

section.feedback .feedback-list li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 327px;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 30px 35px;
    height: 244px;
    flex-shrink: 0;
}

section.feedback .feedback-list li .profile {
    display: flex;
    gap: 15px;
    align-items: center;
}

section.feedback .feedback-list li .feedback-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #737373;
}

section.feedback .feedback-list li .profile .profile-info-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

footer {
    position: relative;
    padding-top: 500px;
    overflow: hidden;
}

footer > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 1;
}

footer .footer-content {
    background: #FFCA57;
    position: relative;
    z-index: 2;
    border-radius: 60px 60px 0 0;
    width: 100%;
    padding: 80px 0 120px 0;

}

footer .footer-content .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

footer .footer-content .container .left-side {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

footer .footer-content .container .left-side img {
    width: 204px;
}

footer .footer-content .container .right-side {
    max-width: 525px;
    width: 100%;
    position: relative;
}

footer .footer-content .container .right-side .btn {
    position: absolute;
    width: 160px;
    font-size: 16px;
    line-height: 19px;
    right: 25px;
    top: 73px;
}

.backdrop {
    background: rgba(0, 0, 0, 0.4);
    mix-blend-mode: multiply;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
}

footer .footer-text {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    max-width: 440px;
    width: 100%;
}

footer .footer-text-big {
    font-family: Unbounded, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.76px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    margin-bottom: 12px;
}

footer input[type=text] {
    margin-top: 15px;
    max-width: 525px;
    width: 100%;
    height: 95px;
    box-shadow: 0px 35px 55px -12px #3931751A;
    background: #FFFFFF;
    border-radius: 14px;
    border: none;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    padding: 32px;
}

footer input[type=text]::placeholder {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #848484;
}

.media-1200-show {
    display: none;
}

section.individual-solution {
    padding-bottom: 0;
}

section.individual-solution .change-img-list-dots {
    display: none;
}

.change-img-list-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    position: relative;
    z-index: 10;
}

.change-img-list-dots .dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #E1E1E1;
    border: none;
    cursor: pointer;
    transition: .1s all linear;
}

.change-img-list-dots .dot.active {
    background: #FFCA57;
}

section.individual-solution ul.change-img-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    align-content: space-between;
    height: 576px;
    gap: 64px;
    margin-top: 48px;
}

section.individual-solution ul.change-img-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    gap: 16px;
    min-height: 224px;
    max-width: 355px;
    width: 100%;
    cursor: pointer;
}

section.individual-solution ul.change-img-list li.align-left {
    align-items: flex-start;
}

section.individual-solution ul.change-img-list li.align-left .text {
    text-align: left;
}

section.individual-solution ul.change-img-list li img {
    position: absolute;
    left: 390px;
    transform: scale(1.1);
    top: -70px;
    z-index: -1;
}

section.individual-solution ul.change-img-list li .text {
    opacity: .5;
}

section.individual-solution ul.change-img-list li.active .text {
    opacity: 1;
}

section.individual-solution ul.change-img-list li.active .number {
    opacity: 1;
}

section.individual-solution ul.change-img-list li .number {
    background: #FFCA57;
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Unbounded, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 39.68px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    flex-shrink: 0;
    opacity: .5;

}

section.individual-solution ul.change-img-list li.active h5 {
    opacity: 1;
}

h5 {
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    opacity: .5;

}

.hide {
    display: none !important;
}

.application-modal {
    position: fixed;
    z-index: 25;
    width: 450px;
    background: #FFFFFF;
    box-shadow: 0px 15px 13px 0px #00000026;
    padding: 32px;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
    border-radius: 24px;
}

.application-modal .text {
    font-family: Unbounded, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34.72px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 12px;
}

.application-modal .inputs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.application-modal .btn {
    max-width: 400px;
    width: 100%;
    height: 64px;
    font-size: 20px;
    line-height: 24px;
}

.application-modal input[type=text] {
    height: 64px;
    max-width: 386px;
    width: 100%;
    padding: 8px 18px 4px 18px;
    border-radius: 15px;
    background: #EEEEEE;

    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
    border: none;
}

.application-modal input[type=text]::placeholder {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1C1C1C;
}

.application-modal .close-modal {
    position: absolute;
    top: 14px;
    right: 14px;
    background: transparent;
    border: none;
    cursor: pointer;
}