/* FOR REGISTRATION  */
.for-registration {
    width: 100%;
    height: max-content;
    padding: 85px 245px;
    background-color: #f95c1912;
}

.for-registration .wrapper-content {
    width: 1170px;
    margin: auto;
    height: max-content;
    display: flex;
    border-bottom: 1px solid #F95C19;
}

.for-registration .wrapper-content .left-part {
    width: 50%;
    height: max-content;
    display: flex;
    margin: auto;
    flex-direction: column;
    gap: 20px;
}

.for-registration .wrapper-content .left-part .r-title {
    font-size: 54px;
    line-height: 1.2em;
    font-weight: 700;
    color: #222132;
    width: 100%;
}

.for-registration .wrapper-content .left-part .r-desc {
    font-size: 21px;
    line-height: 1.3em;
    color: #6b7684;
    width: 100%;
}

.for-registration .wrapper-content .left-part .inp-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.for-registration .wrapper-content .left-part .inp-group input {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 80%;
    height: 2.6041vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
    background: transparent;
    color: #F95C19;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.for-registration .wrapper-content .left-part .inp-group input::placeholder {
    color: #F95C19;
}

.for-registration .wrapper-content .left-part .inp-group .btn-orange {
    width: 20%;
    height: 2.6041vw;
    border-radius: 0.4166vw;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.for-registration .wrapper-content .right-part {
    width: 50%;
    height: max-content;
    padding-left: 50px;
}

.for-registration .wrapper-content .right-part img {
    width: 100%;
    height: 100%;
}



/* FOOTER */
.fortuna-page-icon {
    width: 2.6041vw;
    height: 2.6041vw;
    position: fixed;
    right: 0.2604vw;
    bottom: 2.0833vw;
    border-radius: 50%;
    overflow: hidden;
    z-index: 9999;
}

.fortuna-page-icon a {
    display: flex;
}

.fortuna-page-icon a img {
    width: 100%;
    height: 100%;
}

.footer {
    width: 100%;
    display: flex;
    background-color: #2F2E41;
    align-items: center;
    padding: 15px 0;
}

.bg-1000 {
    background-color: #222132 !important;
}

.bg-900 {
    background-color: #2F2E41 !important;
}



.footer .container {
    justify-content: space-between;
    width: 100%;
}

.footer .left-part {
    width: 150px;
}

.footer .left-part img {
    width: 100%;
}



.footer .part {
    width: 100%;
}

.footer .part .container {
    justify-content: space-between;
}

.footer .part:nth-child(1) {
    padding: 6.25vw 0;
}

.footer .part:nth-child(2) {
    padding: 2.5vw 0 1.5625vw;
}

.footer .part:nth-child(3) {
    padding: 1.5625vw 0;
}

.footer .title {
    font-weight: 700;
    color: #FFFEFE;
    font-size: 1.7187vw;
    margin-bottom: 0.5208vw;
}

.footer .desc {
    max-width: 23.9583vw;
    width: 100%;
    color: #C5C5D2;
    font-size: 1vw;
}

.footer .middle-part {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer .middle-part a {
    color: white;
    transition: all .3s ease;
}

.footer .middle-part a:hover {
    color: #F95C19;
}

.footer .right-part {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer .right-part a img {
    width: 32px;
}

.footer .right-part .input-elem {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5208vw;
}

.footer .right-part .input-elem span {
    color: #F95C19;
    text-transform: uppercase;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 0.8854vw;
}

.footer .right-part .input-elem .inp-group {
    display: flex;
    gap: 0.2604vw;
    position: relative;
}

.footer .right-part .input-elem .inp-group span {
    position: absolute;
    bottom: -1.5625vw;
}

.footer .right-part .input-elem .inp-group input {
    font-size: 0.8854vw;
    font-weight: 600;
    color: black;
    width: 100%;
    height: 2.6041vw;
    outline: none;
    border-radius: 0.4166vw;
    border: 0.0521vw solid #F95C19;
    padding-left: 0.5208vw;
    background: transparent;
    color: #F95C19;
}

.footer .right-part .input-elem .inp-group input::placeholder {
    color: #F95C19;
}

.footer .right-part .input-elem .inp-group .btn-orange {
    height: 2.6041vw;
    margin-top: 0;
    padding: 0.3125vw 2.0833vw;
}

.footer .part .all-rights {
    color: #DBDBE9;
    font-size: 0.7291vw;
    font-weight: 700;
}

.footer .part .made-by {
    color: #DBDBE9;
    font-size: 0.7291vw;
    font-weight: 700;
}

.footer .part a {
    color: #F95C19;
}

.footer .in-bottom {
    display: none;
}

@media (max-width: 576px) {
    .footer {
        flex-direction: column;
        gap: 15px;
    }

    .footer .container .middle-part {
        display: none;
    }

    .footer .in-bottom {
        display: flex;
    }
}
