/* ---------------------------------------------------------------------------------------------------------- */
.foundation-finder-home__wrapper {
    padding: 40px 40px;
    max-width: 722px;
}
.foundation-finder-home__title {
    font-weight: bold;
}
.foundation-finder-home__title-texture {
    margin-left: 0;
    font-weight: bold;
}
.foundation-finder-home__text {
    max-width: 100%;
}
.foundation-finder-btn {
    position: relative;
    background-color: #B40024 !important;
    color: #fff;
    padding: 14px;
    line-height: 44px;
    border: 1px solid #B40024;
    min-width: auto;
    height: 44px;
    max-width: 237px;
    width: 100%;
    padding: 0;
}
.foundation-finder-btn:hover {
    color: rgb(51 51 51);
    outline: 0 !important;
    background-color: #fff !important;
    border: 1px solid rgba(51, 51, 51, 0.5);
}
.foundation-finder-logo__title {
    font-size: 60px;
    line-height: 100%;
    font-weight: bold;
    background-image: url(../img/texture.png);
    color: transparent;
    background-clip: text;
    background-size: 100% auto;
    -webkit-background-clip: text;
}
.foundation-finder-home__bold-text {
    font-size: 18px;
}
.foundation-finder-logo__title>span:first-child {
    height: auto;
}
.foundation-finder-logo__title-texture {
    font-size: 60px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: unset;
    background-image: unset;
    margin-left: 0;
    height: auto;
}
.foundation-finder-steps {
    min-height: auto;
}

.foundation-finder-steps__wrapper {
    max-width: 1220px;
}

.foundation-finder-steps__item .foundation-finder-steps__button>span {
    display: flex;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 13px;
    text-align: center;
    max-width: 100%;
    color: #90603f;
    width: 100%;
}
.foundation-finder-steps__button {
    max-width: 300px;
    flex-basis: calc(31% - 20px);
}
#RESULT-DATA .foundation-finder-btn {
	margin-top: 40px;
	color: #fff;
}
#RESULT-DATA .foundation-finder-btn:hover {
	color: #333;
}
.foundation-finder-background {
	width: 1629px;
}
.foundation-finder-product__restartlink {
    font-size: 18px;
}
.foundation-finder-product__restartlink::before {
    top: 0;
}
.mobile{
    display: none;
}

@media (max-width: 480px) {
    .foundation-finder-background {
        width: 120vw;
    }
    .foundation-finder-home__title {
        font-size: 27px;
    }
    .foundation-finder-home__title-texture {
        font-size: 27px;
    }
    .foundation-finder-home__wrapper {
        padding: 40px 25px;
    }
    
    .foundation-finder-logo__title {
        font-size: 27px;
    }
    .foundation-finder-logo__title-texture {
        font-size: 27px;
    }
    .foundation-finder-steps__item-title {
        font-size: 14px;
    }
    .mobile{
        display: block;
    }
}
