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

body {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    background: #FFFFFF;
}

h1 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h2 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

h4 {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.hide {
    display: none !important;
}

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

section {
    margin: 32px !important;
    padding: 64px 0 !important;
    border-radius: 60px;
}

footer {
    margin: 64px 32px 32px 32px !important;
    background: radial-gradient(45.86% 173% at 77.88% 32.89%, #3A4454 0%, #232C39 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 60px;
    padding: 48px 0 !important;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 24px;
}

footer .contacts-list.legal-list {
    max-width: 300px;
}

footer .legal-info {
    max-width: 400px;
    width: 100%;
}

footer .legal-info .wrapper {
    display: inline-block;
    margin: 0;
}

footer .legal-info h4 {
    margin-bottom: 16px;
}

footer .divide-line {
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 1px;
    margin: 48px 0;
}

footer .divide-line.mobile {
    display: none;
}

footer .legal-info .wrapper .name {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    display: inline-block;
    color: #FFFFFF;
}

footer .legal-info .wrapper .value {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #FFFFFF;
}

.footer-text {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

footer .nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .contacts-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 16px;
}

footer .links-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
    max-width: 243px;
}

footer .links-list li a {
    text-decoration: underline;
    color: #CCFF00;
    font-size: 16px;
    line-height: 22px;
}

footer .all-rights {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

footer .footer-info-wrapper {
    display: flex;
    justify-content: space-between;
}

footer .footer-info-wrapper a {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0;
    text-decoration-thickness: 0;
    color: #FFFFFF;
    margin-right: 48px;
}

.plusminus {
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    background: transparent;
    user-select: none;
}

.plusminus.active:before {
    transform: translatey(-50%) rotate(-90deg);
    background: #A3A3A3;
    opacity: 0;
}

.plusminus.active:after {
    transform: translatey(-50%) rotate(0);
    background: #A3A3A3;
}

ul.faq-lists > li > .wrapper > .plusminus:before, ul.faq-lists > li > .wrapper > .plusminus:after {
    background-color: #68758E;
}

.plusminus:before, .plusminus:after {
    content: "";
    display: block;
    background-color: #B0D714;
    position: absolute;
    top: 50%;
    left: 0;
    transition: 0.35s;
    width: 100%;
    height: 2px;
}

.plusminus:before {
    transform: translatey(-50%);
}

.plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}

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

section.faq {
    background: #F3F3F3;
    margin-top: 64px !important;
}

section.faq-page {
    margin-top: 260px !important;
}

section.how-it-works {
    margin-top: 210px !important;
}

.btn {
    cursor: pointer;
    transition: .1s all linear;
    max-width: 230px;
    height: 52px;
    background: #2D333A;
    border-radius: 34px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCFF00;

    margin: 48px auto 0 auto;
}

ul.faq-lists {
    margin: 64px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 896px;
    gap: 64px;
}

ul.faq-lists > li.open > .wrapper > .name {
    color: #939B99;
}

ul.faq-lists > li.open > .wrapper .plusminus:before, ul.faq-lists li.open > .wrapper .plusminus:after {
    background-color: #939B99;
}

ul.faq-lists li > .wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 32px;
}

ul.faq-lists li {
    cursor: pointer;
}

ul.faq-lists li .name {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    color: #32466C;
    max-width: 700px;
}

ul.faq-list {
    margin: 64px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 896px;
    gap: 32px;
}

ul.faq-list li {
    max-width: 896px;
    width: 100%;
    background: #FFFFFF;
    padding: 32px 24px;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    cursor: pointer;
    transition: .1s all linear;
    border: 1.5px solid #FFFFFF;
}

ul.faq-list li:hover {
    border: 1.5px solid #CCFF00;
}

ul.faq-list li.open {
    border: 1.5px solid #CCFF00;
}

ul.faq-list li .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

ul.faq-list li .name {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #32466C;
}

ul.faq-list li .item-open-text {
    font-family: Roboto, sans-serif;
    max-width: 800px;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #68758E;
}

ul.faq-list li .item-open-text img, ul.faq-list li .item-open-text video {
    width: 100%;
}

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

header {
    position: fixed;
    width: 95.5vw;
    z-index: 10;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    padding: 48px !important;
    border: 1px solid #CCFF00;
    background-repeat: no-repeat;
    border-radius: 60px;
}

header .wrapper {
    display: flex !important;
    align-items: center;
    position: relative;
    z-index: 1000;
    justify-content: space-between;
}

header .header-wrapper {
    display: flex;
    gap: 24px;
    align-items: center;
}

header nav ul li a {
    margin-right: 120px;
    margin-bottom: -12px;
}

header .btns-wrapper {
    display: flex;
    gap: 16px;
}

header .btn {
    margin: 0 !important;
    background: transparent;
    width: 129px !important;
    color: #CCFF00;
    border: 0.78px solid #CCFF00;
    font-family: Faculty Glyphic, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: initial !important;
}

header .btn.btn-green {
    background: #CCFF00 !important;
    border: none !important;
    color: #232C39 !important;
}

header .logo {
    cursor: pointer;
}

header nav ul {
    display: flex;
    gap: 24px;

}

header nav ul li {
    transition: .1s all linear;
}

header nav ul li a {
    color: #EEF2FC;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-family: Faculty Glyphic, 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;
    position: relative;
    height: 30px;
    display: block;
}

header nav ul li a::before {
    content: '';
    position: absolute;
    top: 0; /* Position above the text */
    left: 50%; /* Start from the center */
    transform: translateX(-50%); /* Shift left by half the width to center */
    width: 60%; /* Adjust to control the length */
    height: 1px; /* Thickness of the overline */
    background-color: #EEF2FC; /* Matches the text color */
}

header nav ul li:hover {
    transform: scale(1.01);
}

header nav ul li a.active {
    color: #CCFF00;
}

header nav ul li a.active::before {
    background-color: #CCFF00;
}

.header-menu-btn {
    display: none;
}

.lines-button {
    display: block;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
}

.lines {
    display: inline-block;
    width: 38px;
    height: 3px;
    background: #B6DA75;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    position: relative;
    background: transparent;
    /*create the upper and lower lines as pseudo-elements of the middle line*/
}

.lines:before, .lines:after {
    display: inline-block;
    width: 38px;
    height: 3px;
    background: #B6DA75;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    position: absolute;
    left: -2px;
    content: "";
    -webkit-transform-origin: 0.1785714286rem center;
    -moz-transform-origin: 0.1785714286rem center;
    -ms-transform-origin: 0.1785714286rem center;
    transform-origin: 0.1785714286rem center;
}

.lines:before {
    top: 4px;
}

.lines:after {
    top: -9px;
}

.lines-button.x .lines:before, .lines-button.x .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.1s ease, transform 0.3s ease;
}

.lines-button.x.close .lines {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -moz-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
}

.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
    -webkit-transition: top 0.3s ease, transform 0.3s 0.1s ease;
    -moz-transition: top 0.3s ease, transform 0.3s 0.1s ease;
    -ms-transition: top 0.3s ease, transform 0.3s 0.1s ease;
    transition: top 0.3s ease, transform 0.3s 0.1s ease;
    top: 0;
}

.lines-button.x.close .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x.close .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.disable-body {
    overflow: hidden;
}

.side-menu {
    display: block;
    margin-top: 64px;
    max-width: 95vw;
    width: 100%;
    height: 78vh;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 100% 75%;
    transition: top 0.5s ease;
}

.side-menu.open {
    top: 0;
}

header.open {
    border-radius: 60px;
    height: 95vh;
}

.side-menu nav ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.form-bg-container .form-bg-screen .side-menu .btn {
    margin: 32px auto 0 auto !important;
}

.side-menu nav ul li a {
    font-size: 24px;
    line-height: 28px;
}

section.form-bg-screen {

    padding: 48px 64px !important;
}

section.form-bg-screen.first-screen {
    background-repeat: no-repeat !important;
    background-size: 96vw 1000px;
    margin-bottom: 0 !important;
}

section.form-bg-screen header {
    background: transparent;
    position: initial;
    transform: translateX(0%);
    padding: 0 !important;
    width: auto;
}

section.first-screen .text {
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

section.first-screen h1 {
    margin-top: 64px !important;
}

h1 {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 85px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-top: 96px !important;
}

section.first-screen .btn {
    border: 0.78px solid #CCFF00;
    background: transparent;
    width: 129px;
    height: 59px;
    margin: 12px 0 0 0 !important;
    text-transform: uppercase;
}

section.first-screen > .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
}

section.first-screen .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.calc-pagination {
    display: flex;
    gap: 20px;
    margin-top: 32px;
}

.calc-pagination .btn-calc-pagination {
    width: 10px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: #444E5B;
    cursor: pointer;
}

.calc-pagination .btn-calc-pagination.active {
    background: #CCFF00;
}

.calc-wrapper {
    position: relative;
    z-index: 3;
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/calc-wrapper-bg.svg);
    background-repeat: no-repeat;
    background-position: 123px 2px;
    padding-top: 32px;
    margin-bottom: 100px;
}

.calculator .calc-name {
    font-family: Faculty Glyphic, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.98px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
}

.calc-wrapper .calc-details-wrapper {
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 550px;
    width: 100%;
}

.calculator {
    border: 2px solid #b6a5a5;
    width: 100%;
    max-width: 343px;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: linear-gradient(104.27deg, rgba(57, 69, 87, 0.4) -4.88%, rgba(83, 98, 120, 0.4) 88.13%);
    position: relative;
}

.calculator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 16px;
    height: 100%;
    background: linear-gradient(104.27deg, rgba(57, 69, 87, 0.4) -4.88%, rgba(83, 98, 120, 0.4) 88.13%);
    backdrop-filter: blur(7.300000190734863px);
    z-index: 0; /* Ensures it stays behind the content */
    opacity: .9;
}

.calculator .calc-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1;
}

.calculator .condition-name {
    font-family: Fixel Text, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E1E2E8;
    margin-bottom: 4px;
}

.calc-wrapper button.btn, .calc-wrapper a.btn {
    max-width: 346px;
    height: 59px;
    width: 100%;
    background: #CCFF00;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #2D333A;
    margin-top: 32px !important;
    text-transform: initial;
}

.calc-wrapper .calc-details {
    max-width: 342px;
    width: 100%;
    padding: 20px;
    border-radius: 23px;
    border: 1px solid #CCFF00;
    background: transparent;
    margin-top: 16px;
}

.calc-wrapper .calc-details a {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    font-family: Fixel Text, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCFF00;
}

.calc-wrapper .calc-details ul {
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.calc-wrapper .calc-details .detail-name {
    max-width: 150px;
    width: 100%;
    font-family: Fixel Text, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E1E2E8;
}

.calc-wrapper .calc-details .value {
    font-family: Fixel Text, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCFF00;
    display: flex;
    align-items: center;
    gap: 4px;
    text-wrap: nowrap;
}

.calc-wrapper .calc-details #amount-text {
    font-family: Fixel Text, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCFF00;
}

/*Scroll Bar*/
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3A4454;
    border-radius: 2px;
}


.calculator input[type=text] {
    background: transparent;

    border: none;
    font-family: Fixel Text, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #CCFF00;
}

.calculator .condition-values-range {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}

.calculator .calculator-text {
    font-family: Fixel Text, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #E1E2E8;
}

.disable-btn {
    cursor: default !important;
}

.form-bg-container {
    padding: 32px;
}

section.form-bg-screen {
    background: radial-gradient(38.86% 173% at 77.88% 32.89%, #3A4454 0%, #232C39 100%); /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    width: 100%; /* Make the section span the full width */
    margin: 0 !important;
    margin-bottom: 200px !important;
    position: relative;
    padding-bottom: 147px !important;
}


section.form-bg-screen .form {
    position: absolute;
    bottom: -145px;
    left: 0;
}

section.form-bg-screen .form .rectangle {
    width: 35vw;
    min-width: 400px;
    height: 200px;
    border-radius: 0 0 60px 60px;
    background: #232C39;
    max-width: 670px;
}

section.form-bg-screen .form .circle {
    position: absolute;
    top: 15px;
    right: -58px;
    width: 98px; /* Set the size */
    height: 110px;
    background-color: transparent; /* Optional: Transparent base */
    border-top-left-radius: 100px; /* Create the quarter circle */
    border: 40px solid #232C39; /* Adjust thickness and color */
    border-right: none; /* Remove the right side */
    border-bottom: none; /* Remove the bottom side */
    transform-origin: center; /* Ensure rotation occurs around the center */
}

#pagination-numbers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin: 0 20px;
    margin-top: 5px;

}

#pagination-numbers button, #pagination-numbers a {
    background: none;
    border: none;
    color: #736D6D;
    font-family: Faculty Glyphic, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    cursor: pointer;
}

.active-pagination-number {
    color: #B0D714 !important;
}

.pagination-ellipsis {
    color: #8399AE;
}

section.blog-list .arrow-container {
    max-width: 400px;
    width: 100%;
    align-items: center;
    margin: 48px auto;
}

.calculator-list {
    display: flex;
    justify-content: center;
    max-width: 750px;
    overflow: scroll;
    gap: 24px;
}

.calculator-list::-webkit-scrollbar {
    display: none;
}

.calculator-list li {
    min-height: 300px;
    display: flex;
    align-items: flex-end;
    margin: 0 !important;
    max-width: 343px !important;
    width: 100% !important;
}

.calculator-list .calculator {
    opacity: .5;
    backdrop-filter: blur(43.5px);
    -webkit-backdrop-filter: blur(43.5px);
    /*mask-image: linear-gradient(to right, black, transparent); !* Маска для размытия *!*/
    /*-webkit-mask-image: linear-gradient(to right, black, transparent);*/
    /*mask-composite: exclude;*/
}

.calculator-list .calculator .calc-name {
    display: none;
}

.calculator-list .calculator.active .calc-name {
    display: block;
}

.calculator-list .calculator.active {
    opacity: 1;
    backdrop-filter: none;
    -webkit-mask-image: none;
    mask-image: none;
    mask-composite: initial;
}

.calc-pagination {
    justify-content: center;
}

.calculator {
    margin-top: 50px;
}

section.key-words-wrapper {
    position: relative;
    padding: 0 !important;
}

ul.key-words-list {
    position: absolute;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    max-width: 60vw;
    right: -1vw;
    bottom: 51px;
}

ul.key-words-list li {
    padding: 20px 24px;
    height: 59px;
    border-radius: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
}

.first-screen-woman-img {
    position: absolute;
    bottom: -264px;
    z-index: 2;
    left: 10px;
}

.first-screen-card-img {
    position: absolute;
    bottom: -150px;
    z-index: 2;
}

.first-screen-upper-card {
    position: absolute;
    top: 0;
    left: 65%;
    z-index: 2;
}

.first-screen-left-circle {
    position: absolute;
    left: 244px;
    top: 0;
    z-index: 2;
}

.first-screen-right-circle {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

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

.disable-body {
    overflow: hidden;
}


.calc-wrapper .calc-details ul li:nth-child(2) {
    max-width: 209px;
    width: 100%;
}

.calc-wrapper .calc-details ul li .wrapper {
    display: flex;
    justify-content: space-between;
}

.calc-wrapper .calc-details .past-price {
    font-family: Fixel Text, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0;
    color: #68758E;
    position: relative;
    text-align: right;
}

.calc-wrapper .calc-details .new-price {
    font-family: Fixel Text, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: right;
    color: #CCFF00;
}

.calc-wrapper .calc-details .past-price img {
    position: absolute;
    left: 36%;
    top: 20%;
}

.calc-wrapper .calc-details .value #copy-promo-btn {
    cursor: pointer;
}

section.key-words-section ul.key-words {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 1800px;
    width: 100%;
}

section.key-words-section ul.key-words li {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #232C39;
    background: #F3F3F3;
    height: 59px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
}

.calculator .calc-value-field {
    font-family: Fixel Text, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    color: #CCFF00;
}

.calculator .calc-description {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
}

.calculator .calc-description .desc-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 4px;
}

.calculator .calc-description .desc-wrapper .name {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0;
    color: #E1E2E8;
}

.calculator .calc-description .desc-wrapper .value {
    font-family: Fixel Text, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: right;
    color: #CCFF00;
}

.calculator .more-info {
    font-family: Fixel Text, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0;
    text-decoration-thickness: 0;
    color: #CCFF00;

    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

section.info {
    max-width: 1740px;
    width: 100%;
    margin: 0 auto !important;
    padding: 64px 32px !important;
    padding-bottom: 48px !important;
}

section.info .name {
    font-family: Faculty Glyphic, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #68758E;
    margin-bottom: 16px;
}

section.info .text.cutted-text {
    height: 0px;
    overflow: hidden;
}

section.info .text {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #939B99;
    margin-bottom: 32px;
    height: auto;
    overflow: auto;
}

section.info #info-text-appearance-toggle {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

section.info #info-text-appearance-toggle.hide {
    max-height: 0;
    opacity: 0;
}

section.info #info-text-toggle-btn .text {
    margin: 0;
}

section.info #info-text-toggle-btn {
    display: flex;
    gap: 12px;
    background: transparent;
    border: none;
    font-family: Faculty Glyphic, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #68758E;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s all linear;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-360 {
    transform: rotate(360deg) !important;
}

#info-text-toggle-btn img {
    transition: .3s all linear;
}

.btn a {
    color: #CCFF00 !important;
}

.btn-green a, .calculator-btn a {
    color: #2D333A !important;
}