*,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
}

button {
    outline: none;
    border: none;
}

input {
    outline: none;
    border: none;
}

img {
    max-width: 100%;
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: black;
}

::-webkit-scrollbar-thumb {
    background: #FEC627;
}

/* Reuseble styles */
.container {
    max-width: 1180px;
    margin: 0 auto;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 64px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: #383838;
}

.btn:active {
    background: #383838;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.5);
}

.colored {
    font: inherit;
    color: #FEC627;
}

/* firstScreen section */

.firstScreen__background {
    position: relative;
    height: 100vh;
    min-height: 1005px;
    background: url(../images/firstScreen-bg-1.svg) no-repeat center right, url(../images/firstScreen-bg-2.jpg) no-repeat center / cover;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .firstScreen__background {
        height: unset;
        min-height: unset;
    }

    .firstScreen {
        padding-bottom: 160px;
    }
}

.firstScreen__disclaimer {
    position: fixed;
    top: 10px;
    width: 100%;
    z-index: 105;
    display: flex;
    justify-content: center;
}

.firstScreen__disclaimer-item {
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    opacity: 0.25;
}

.firstScreen {
    padding-top: calc(118px + 0px);
}

.firstScreen__text {
    position: relative;
    z-index: 2;
}

.firstScreen__title {
    max-width: 779px;
    width: 100%;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 40px;
}

.firstScreen__subtitle {
    max-width: 579px;
    width: 100%;
    font-size: 20px;
    line-height: 32px;

    color: #FFFFFF;
}

.firstScreen__hand {
    transform: translateX(200%) translateY(200%);
    transition: all 1s ease-in-out;
    position: absolute;
    z-index: 1;
    right: -81px;
    bottom: 0;
}

.firstScreen__hand.active {
    transform: translateX(0) translateY(0);
}

.gold-piece {
    opacity: 0;
    position: absolute;
}

.gold-piece.fade {
    transition: all 0.3s ease-in-out;
}

.gold-piece.active {
    opacity: 1;
}

.gold-piece-1 {
    bottom: 65%;
    right: 35%;
}

.gold-piece-2 {
    width: 200px;
    bottom: 65%;
    right: 8%;
}

.gold-piece-3 {
    bottom: 15%;
    right: 40%;
}

.gold-piece-4 {
    bottom: 3%;
    right: 25%;
}


/* header */
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    background: #202020;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

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

.header__logo {
    max-width: 350px;
    width: 100%;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.header__user {
    width: 178px;
    display: flex;
    align-items: center;
    background: #363636;
    border-radius: 10px;
    padding: 10.5px 10px;
    column-gap: 10px;
}

.header__user-avatar {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 50%;
}

.header__user-name {
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
}

.header__user-sign-up {
    font-size: 14px;
    line-height: 17px;

    color: #FFFFFF;
    opacity: 0.75;
    margin-bottom: 4px;
}

.header__user-status {
    max-width: fit-content;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;

    color: #000000;
    background: #FEC627;
    border-radius: 10px;
    padding: 1px 6px;
}

.header__timer {
    display: flex;
    align-items: center;
}

.header__timer-wrapper {
    display: flex;
    column-gap: 21px;
}

.header__timer-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 78px;
    background: #363636;
    border-radius: 10px;
}

.header__timer-container:first-child::after {
    position: absolute;
    left: calc(100% + 7.5px);
    top: 35%;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FEC627;
}

.header__timer-container:first-child::before {
    position: absolute;
    left: calc(100% + 7.5px);
    top: 65%;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FEC627;
}

.header__timer-number {
    font-weight: 400;
    font-size: 37px;
    line-height: 45px;

    color: #FEC627;
}

.header__timer-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;

    color: #FEC627;
    margin-top: -8px;
}

.header__timer-text {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    color: #FEC627;
    margin-left: 10px;
}

.header__timer-text-item {
    font: inherit;
}

/* choose-investment section */
.choose-investment {
    position: relative;
    overflow: hidden;
    padding: 100px 0 270px;
    background: url(../images/choose-investment-bg.png), #202020;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.choose-investment__text {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.choose-investment__title {
    max-width: 780px;
    width: 100%;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 10px;
}

.choose-investment__subtitle {
    font-size: 20px;
    line-height: 32px;

    color: #FFFFFF;
}

.choose-investment__wrapper {
    position: relative;
    z-index: 2;
    max-width: 780px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.choose-investment__item {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    column-gap: 20px;
}

.choose-investment__item-image {
    border-radius: 20px;
}

.choose-investment__item-info {
    display: flex;
    flex-direction: column;
}

.choose-investment__item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-bottom: 15px;
}

.choose-investment__item-payment {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.choose-investment__sum {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.choose-investment__sum::after {
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    content: "";
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.choose-investment__sum.active {
    color: #FEC627;
}

.choose-investment__sum.active::after {
    background: #FEC627;
}

.choose-investment__sum:hover {
    color: #FEC627;
}

.choose-investment__sum:hover::after {
    background: #FEC627;
}

.choose-investment__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 43px;
    background: #FEC627;
    border-radius: 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    color: #000000;
    margin-top: auto;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.choose-investment__item-btn:hover {
    background: #FFC700;
}

.choose-investment__item-btn:active {
    background: #C59612;
    color: rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.choose-investment__gold {
    position: absolute;
    top: -107px;
    right: -90px;
    z-index: 1;
}

/* why-metals section */
.why-metals {
    position: relative;
    overflow: hidden;
    padding: 50px 0 60px;
    background: #202020;
}

.why-metals__title {
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 60px;
}

.why-metals__wrapper {
    display: grid;
    row-gap: 30px;
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
}

.why-metals__item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    background: rgba(54, 54, 54, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 30px 40px 30px 40px;
    transition: all 0.3s ease-in-out;
}

.why-metals__item.active {
    background: #FEC627;
}

.why-metals__item:hover {
    background: #FEC627;
}

.why-metals__item__container {
    display: contents;
}

.why-metals__item-image {
    max-width: 120px;
    width: 100%;
}

.why-metals__item-info {
    transition: all 0.3s ease-in-out;
    opacity: 0.5;
}

.why-metals__item.active .why-metals__item-info {
    opacity: 1;
}

.why-metals__item:hover .why-metals__item-info {
    opacity: 1;
}

.why-metals__item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;

    color: #FFFFFF;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.why-metals__item-title.mob {
    display: none;
}

.why-metals__item-description {
    font-size: 18px;
    line-height: 26px;

    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.why-metals__item.active .why-metals__item-title,
.why-metals__item.active .why-metals__item-description {
    color: #000000;
}

.why-metals__item:hover .why-metals__item-title,
.why-metals__item:hover .why-metals__item-description {
    color: #000000;
}

.why-metals-square,
.why-metals-circle {
    position: absolute;
    z-index: 1;
}

.why-metals-square {
    top: 180px;
    left: -370px;
}

.why-metals-circle {
    bottom: 50px;
    right: -94px;
}

/* click-and-change section */
.click-and-change {
    padding: 40px 0;
    background: #FEC627;
}

.click-and-change__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
}

.click-and-change__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 49px;
    text-transform: uppercase;

    color: #000000;
}

.click-and-change__btn {
    max-width: 287px;
}

/* why-should-invest section */
.why-should-invest {
    padding: 100px 0;
    background: #202020;
}

.why-should-invest__text {
    margin-bottom: 60px;
}

.why-should-invest__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 20px;
}

.why-should-invest__subtitle {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 32px;
    text-align: center;

    color: #FFFFFF;
}

.why-should-invest__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 57px;
    flex-direction: row;
}

.why-should-invest__image {}

.why-should-invest__image-item {
    border-radius: 20px;
}

.why-should-invest__adventages {
    display: grid;
    row-gap: 50px;
    max-width: 580px;
    width: 100%;
}

.why-should-invest__advantage {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
}

.why-should-invest__advantage-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 15px;
}

.why-should-invest__advantage-description {
    font-size: 16px;
    line-height: 24px;

    color: #FFFFFF;
}

/* steps section */
.steps {
    padding: 100px 0 90px;
    background: url(../images/steps-bg.png), #202020;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps__container {
    background: rgba(32, 32, 32, 0.01);
    border: 2px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    border-radius: 50px;
    padding: 50px 75px;
}

.steps__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 50px;
}

.steps__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
    min-height: 650px;
}

.steps__items {
    display: grid;
    max-width: 630px;
    width: 100%;
    row-gap: 30px;
}

.steps__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 25px;
    background: #252525;
    padding: 30px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.steps__item.active {
    border: 2px solid #FEC627;
}

.steps__item-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.steps__item-number-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;

    color: #252525;
    background: #5D5D5D;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.steps__item.active .steps__item-number-item {
    color: #000000;
    background: #FEC627;
}

.steps__item-number-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    color: #5D5D5D;
    transition: all 0.3s ease-in-out;
}

.steps__item.active .steps__item-number-text {
    color: #FEC627;
}

.steps__item-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;

    color: #5D5D5D;
    margin-bottom: 10px;
    transition: all 0.3s ease-in-out;
}

.steps__item.active .steps__item-title {
    font-weight: 700;
    color: #FEC627;
}

.steps__item-description {
    font-size: 16px;
    line-height: 24px;

    color: #5D5D5D;
    transition: all 0.3s ease-in-out;
}

.steps__item.active .steps__item-description {
    color: #FFFFFF;
}

.steps__illustrations {
    max-width: 370px;
    width: 100%;
}

.steps__illustration {
    scale: 0;
    position: absolute;
    width: 100%;
    max-width: 370px;
    background: #252525;
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease-in-out;
}

.steps__illustration.mob {
    display: none;
}

.steps__illustration:nth-child(3) {
    background: unset;
    padding: 0;
}

.steps__illustration.active {
    scale: 1;
}

.steps__illustration-text {
    background: #181818;
    border: 2px solid #FEC627;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;

    color: #FFFFFF;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.steps__illustration-image {
    border-radius: 16.3158px;
}

.steps__illustration-arrow {
    position: absolute;
}

.arrow-1,
.arrow-2 {
    left: -9px;
    animation: arrowRightAnimation 2s infinite;
}

.arrow-1 {
    top: 66%;
}

.arrow-2 {
    top: 74%;
}

.arrow-3 {
    top: 25%;
    right: 35%;
    animation: arrowDownAnimation 2s infinite;
}

@keyframes arrowRightAnimation {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10px);
    }
}

@keyframes arrowDownAnimation {
    0% {
        transform: translateY(10px);
    }

    50% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(10px);
    }
}

/* faq section */
.faq {
    padding: 100px 0;
    background: #202020;
}

.faq__container {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.faq__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-align: center;
    text-transform: uppercase;

    color: #FEC627;
    margin-bottom: 50px;
}

.faq__wrapper {
    display: grid;
    row-gap: 20px;
}

.faq__item {
    background: rgba(54, 54, 54, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.faq__item.active {
    background: #FEC627;
}

.faq__item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}

.faq__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;

    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.faq__item.active .faq__item-title {
    color: #000000;
}

.faq__item-arrow {
    border: solid #FFFFFF;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin-bottom: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.faq__item.active .faq__item-arrow {
    border-color: #000000;
}

.faq__item-bottom {
    display: none;
    max-width: 860px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
    padding-top: 15px;
}

/* best-invest section */
.best-invest {
    padding: 100px 0 87px;
    background: url(../images/best-invest-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.best-invest__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 19px;
}

.best-invest__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 73px;
    text-transform: uppercase;

    color: #FEC627;
}

.best-invest__subtitle {
    font-size: 20px;
    line-height: 32px;

    color: #FFFFFF;
}

.best-invest__form {
    max-width: 100%;
}

.best-invest__form .form {
    width: 380px;
}

@media (max-width: 1490px) {
    .firstScreen__background {
        background: url(../images/firstScreen-bg-1.svg) no-repeat top right 163% / 105% 125%, url(../images/firstScreen-bg-2.jpg) no-repeat center / cover;
    }

    .firstScreen__hand {
        width: 584px;
        right: -28px;
    }

    .gold-piece-1 {
        bottom: 55%;
    }

    .gold-piece-2 {
        bottom: 50%;
    }

    .gold-piece-3 {
        bottom: 10%;
    }

    .gold-piece-4 {
        bottom: 1%;
    }
}

@media (max-width: 1200px) {
    .firstScreen__hand {
        width: 484px;
    }
}

@media (max-width: 1200px) {
    .container {
        padding: 0 19px;
    }
}

@media (max-width: 1070px) {
    .firstScreen {
        padding-bottom: 620px;
    }

    .firstScreen__background {
        background: url(../images/firstScreen-bg-1.svg) no-repeat top right 45% / 175% 135%, url(../images/firstScreen-bg-2.jpg) no-repeat center / cover;
    }

    .firstScreen__disclaimer {
        top: 4px;
    }

    .firstScreen__title {
        max-width: 100%;
    }

    .firstScreen__subtitle {
        max-width: 100%;
    }

    .firstScreen__hand {
        width: 584px;
    }

    .gold-piece-1 {
        right: unset;
        left: 20%;
        bottom: 420px;
    }

    .gold-piece-2 {
        right: 120px;
        bottom: 360px;
    }

    .gold-piece-3 {
        right: unset;
        left: 20%;
        bottom: 170px;
    }

    .gold-piece-4 {
        right: 40%;
        bottom: 30px;
    }

    .choose-investment__gold {
        width: 680px;
        right: unset;
        left: 19px;
        top: unset;
        bottom: 0;
    }

    .why-metals-circle {
        right: -300px;
        bottom: 170px;
    }

    .why-metals-square {
        left: -426px;
    }

    .click-and-change__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 30px;
    }

    .click-and-change__title {
        text-align: center;
    }

    .why-should-invest__wrapper {
        align-items: flex-start;
    }
}

@media (max-width: 915px) {
    .firstScreen__background {
        background: url(../images/firstScreen-bg-1.svg) no-repeat top right 25% / 175% 135%, url(../images/firstScreen-bg-2.jpg) no-repeat center / cover;
    }

    .gold-piece-1 {
        right: unset;
        left: 58px;
        bottom: 420px;
        width: 105px;
    }

    .gold-piece-2 {
        right: 120px;
        bottom: 360px;
    }

    .gold-piece-3 {
        right: unset;
        left: 0;
        bottom: 170px;
    }

    .gold-piece-4 {
        right: 50%;
        bottom: 30px;
        width: 120px;
    }
}

@media (max-width: 850px) {
    .header__logo {
        max-width: 278px;
    }

    .firstScreen {
        padding-top: calc(120px + 50px);
    }

    .firstScreen__title {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 20px;
    }

    .choose-investment {
        padding: 50px 0 250px;
    }

    .choose-investment__text {
        margin-bottom: 30px;
    }

    .choose-investment__title {
        font-size: 50px;
        line-height: 61px;
        text-align: center;
    }

    .choose-investment__subtitle {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .choose-investment__wrapper {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .choose-investment__item {
        column-gap: 15px;
    }

    .choose-investment__item-image {
        max-width: 140px;
    }

    .choose-investment__item-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .choose-investment__gold {
        bottom: -50px;
    }

    .why-metals {
        padding: 0 0 50px;
    }

    .why-metals__title {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 50px;
    }

    .why-metals-square {
        top: 21%;
        left: -256px;
    }

    .click-and-change {
        padding: 30px 0;
    }

    .click-and-change__title {
        font-size: 34px;
        line-height: 41px;
    }

    .click-and-change__btn {
        max-width: 327px;
    }

    .why-should-invest {
        padding: 50px 0;
    }

    .why-should-invest__text {
        margin-bottom: 30px;
    }

    .why-should-invest__title {
        font-size: 50px;
        line-height: 61px;
    }

    .why-should-invest__subtitle {
        font-size: 18px;
        line-height: 30px;
    }

    .why-should-invest__wrapper {
        column-gap: 20px;
    }

    .why-should-invest__adventages {
        max-width: 354px;
        row-gap: 30px;
    }

    .why-should-invest__advantage {
        column-gap: 15px;
    }

    .why-should-invest__advantage-icon {
        width: 50px;
        height: 50px;
    }

    .why-should-invest__advantage-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .why-should-invest__advantage-description {
        font-size: 16px;
        line-height: 24px;
    }

    .steps {
        padding: 50px 0;
    }

    .steps__container {
        padding: 50px 20px;
    }

    .steps__title {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 30px;
    }

    .steps__wrapper {
        column-gap: 20px;
        min-height: unset;
    }

    .steps__items {
        max-width: 330px;
    }

    .steps__item {
        padding: 15px;
        column-gap: 15px;
    }

    .steps__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .steps__illustrations {
        max-width: 330px;
    }

    .steps__illustration {
        max-width: 330px;
        padding: 15px;
    }

    .arrow-1,
    .arrow-2 {
        left: -24px;
        width: 45px;
    }

    .arrow-1 {
        top: 67.5%;
    }

    .arrow-2 {
        top: 76%;
    }

    .arrow-3 {
        height: 45px;
        top: 25%;
        right: 30%;
    }

    .faq {
        padding: 50px 0;
    }

    .faq__title {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 30px;
    }

    .faq__item-bottom {
        max-width: 640px;
    }

    .best-invest {
        padding: 50px 0 37px;
    }

    .best-invest__wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        row-gap: 40px;
    }

    .best-invest__title {
        font-size: 50px;
        line-height: 61px;
        margin-bottom: 20px;
        text-align: center;
    }

    .best-invest__subtitle {
        font-size: 20px;
        line-height: 32px;
        text-align: center;
    }

    .best-invest__form .form {
        max-width: 380px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }

    .firstScreen__disclaimer {
        position: absolute;
    }

    .header {
        position: relative;
        padding: 20px 0 10px;
    }

    .header__container {
        align-items: flex-start;
    }

    .header__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .header__user {
        width: 155px;
        padding: 5px;
    }

    .header__user-name {
        font-size: 14px;
        line-height: 17px;
    }

    .header__user-sign-up {
        font-size: 12px;
        line-height: 15px;
    }

    .header__timer {
        flex-direction: column;
        row-gap: 5px;
    }

    .header__timer-container {
        width: 63px;
        height: 66px;
    }

    .header__timer-number {
        font-size: 30px;
        line-height: 37px;
    }

    .header__timer-description {
        font-size: 16px;
        line-height: 19px;
    }

    .header__timer-text {
        font-size: 12px;
        line-height: 15px;
        margin-left: 0;
        flex-direction: row;
        column-gap: 3px;
    }

    .firstScreen {
        padding: 50px 0 620px;
    }

    .choose-investment__wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .choose-investment__item {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .choose-investment__gold {
        width: 450px;
        left: 0px;
        bottom: 50px;
    }
}

@media (max-width: 720px) {
    .firstScreen {
        padding: 30px 0 325px;
    }

    .firstScreen__title {
        font-size: 30px;
        line-height: 37px;
    }

    .firstScreen__subtitle {
        font-size: 16px;
        line-height: 28px;
    }

    .firstScreen__background {
        background: url(../images/firstScreen-bg-1.svg) no-repeat top right 35% / 350% 160%, url(../images/firstScreen-bg-2.jpg) no-repeat center / cover;
    }

    .firstScreen__hand {
        width: 307px;
        right: 0;
    }

    .gold-piece-1 {
        width: 75px;
        left: 30px;
        bottom: 226px;
    }

    .gold-piece-2 {
        right: 10px;
        bottom: 192px;
        width: 100px;
    }

    .gold-piece-3 {
        left: 6px;
        bottom: 80px;
        width: 80px;
    }

    .gold-piece-4 {
        right: 45%;
        bottom: 16px;
        width: 80px;
    }

    .choose-investment {
        padding: 30px 0 180px;
        background-position: unset;
    }

    .choose-investment__text {
        margin-bottom: 20px;
    }

    .choose-investment__title {
        font-size: 30px;
        line-height: 37px;
    }

    .choose-investment__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .choose-investment__item {
        padding: 10px;
        column-gap: 10px;
    }

    .choose-investment__item-title {
        font-size: 24px;
        line-height: 29px;
    }

    .choose-investment__item-payment {
        margin-bottom: 20px;
    }

    .choose-investment__item-btn {
        margin-top: auto;
    }

    .choose-investment__gold {
        bottom: -50px;
    }

    .why-metals {
        padding: 30px 0 30px;
    }

    .why-metals__title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 30px;
    }

    .why-metals__wrapper {
        row-gap: 15px;
    }

    .why-metals__item {
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
        padding: 10px;
    }

    .why-metals__item-title.desk {
        display: none;
    }

    .why-metals__item-title.mob {
        display: block;
        margin-bottom: 0;
        font-size: 24px;
        line-height: 29px;
    }

    .why-metals__item__container {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }

    .why-metals__item-image {
        max-width: 60px;
    }

    .why-metals__item-description {
        font-size: 16px;
        line-height: 24px;
    }

    .click-and-change__title {
        font-size: 24px;
        line-height: 29px;
    }

    .why-should-invest {
        padding: 60px 0 50px;
    }

    .why-should-invest__title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .why-should-invest__subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .steps {
        padding: 50px 0 0;
    }

    .steps__container {
        padding: 30px 15px 15px;
    }

    .steps__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .steps__items {
        max-width: 100%;
        row-gap: 0;
    }

    .steps__item {
        column-gap: 10px;
        padding: 15px 10px;
        border: 2px solid #FEC627;
        margin-bottom: 10px;
    }

    .steps__item-number-item {
        color: #000000;
        background: #FEC627;
    }

    .steps__item-number-text {
        color: #FEC627;
    }

    .steps__item-title {
        color: #FEC627;
        margin-bottom: 5px;
    }

    .steps__item-description {
        color: #FFFFFF;
    }

    .steps__illustrations {
        display: none;
    }

    .steps__illustration-text {
        width: 100%;
    }

    .steps__illustration.mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 420px;
        margin: 0 auto;
        position: relative;
        scale: 1;
        margin-bottom: 30px;
    }

    .arrow-1,
    .arrow-2 {
        left: -9px;
    }

    .arrow-1 {
        top: 66%;
    }

    .arrow-2 {
        top: 75%;
    }

    .arrow-3 {
        top: 20%;
        right: 37%;
    }

    .steps__illustration:nth-child(6) {
        padding: 0;
        background: unset;
        margin-bottom: 0;
    }

    .faq {
        padding: 30px 0 50px;
    }

    .faq__title {
        font-size: 30px;
        line-height: 37px;
    }

    .faq__wrapper {
        row-gap: 15px;
    }

    .faq__item {
        padding: 15px;
    }

    .faq__item-top {
        column-gap: 15px;
    }

    .faq__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .best-invest {
        padding: 50px 0 40px;
    }

    .best-invest__wrapper {
        row-gap: 30px;
    }

    .best-invest__title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .best-invest__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 690px) {
    .why-should-invest__wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .why-should-invest__image {
        max-width: 450px;
    }

    .why-should-invest__adventages {
        max-width: 100%;
    }

    .why-should-invest__advantage {
        column-gap: 10px;
    }

    .why-should-invest__advantage-title {
        font-size: 18px;
        line-height: 22px;
    }

    .why-should-invest__advantage-description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {

    .arrow-1,
    .arrow-2 {
        left: -24px;
    }

    .arrow-1 {
        top: 67.5%;
    }

    .arrow-2 {
        top: 76.5%;
    }

    .arrow-3 {
        top: 24%;
        right: 34%;
    }
}

@media (max-width: 360px) {
    .choose-investment {
        background: url(../images/choose-investment-bg-mob.png), #202020;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}