.download-title{
    color: #151837;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: -1.8px;
}
.uder-title-download{
    color: #545672;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px;
    letter-spacing: -0.525px;
    margin-top: 29px;
    margin-bottom: 20px;
}
.enter-id-download{
    margin-top: 42px;
}
.input-download{
    border-radius: 9999px;
    border: 1px solid rgba(21, 24, 55, 0.12);
    padding: 13px 13px 13px 20px;
    background: #FFF;
    max-width: 300px;
    width: 100%;
    color: black;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px; 
    letter-spacing: -0.45px;
}
.input-download.error{
    border: 1px solid red;
}
.btn-download{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.75px; 
    letter-spacing: -0.45px;
    border-radius: 9999px;
    border: 1px solid #6844F8;
    padding: 13px 29px;
    background: #6844F8;
}
.item-download-link{
    max-width: 180px;
    width: 100%;
    display: inline-block;
}
.item-download-link img{
    width: 100%;
}
.wrap-download-icons{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 18px 16px;
    margin-top: 50px;
}
.wrap-download{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-download{
    max-width: 630px;
    width: 100%;
}
.right-download-img{
    max-width: 636px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.right-download-img img{
    width: 100%;
}
.faq-label{
    color: #151837;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 46.75px; 
    letter-spacing: -0.85px;
}
.faq-wrap-download{
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 100%;
    margin-top: 115px;
}
.faq-questions{
    width: 100%;
    max-width: 850px;
}
.faq-row{
    padding-bottom: 18px;
    border-bottom: 1px solid #A7AACB;
    margin-bottom: 24px;
    width: 100%;
    max-width: 850px;
}
.faq-title{
    cursor: pointer;
    justify-content: space-between;
    display: flex;
    align-items: center;
    max-width: 850px;
    width: 100%;
    color: #151837;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 28.88px; 
    letter-spacing: -0.525px;
}
.spoiler-text{
    margin-top: 15px;
    display: none;
    color: #374151;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.88px; 
    letter-spacing: -0.525px;
}
.faq-title.active .spoiler-text{
    display: block;
}
.imtorotate{
    transition: 0.3s;
}
.faq-title.active .imtorotate{
    transition: 0.3s;
    rotate: 180deg;
}
.spoiler-text a{
    color: #6844F8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.88px;
    letter-spacing: -0.525px;
    text-decoration-line: underline;
}
.mark-list-el{
    display: block;
    padding-left: 16px;
    position: relative;
}
.mark-list-el::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #374151;
    position: absolute;
    left: 5px;
    top: 12px;
}
.mail-to{
    color: #6844F8;
    text-decoration-line: underline;
}
@media (max-width:1203px){
    .right-download-img{
        max-width: 400px;
    }
    .download-title{
        font-size: 46px;
    }
    .item-download-link{
        max-width: 120px;
    }
}
@media (max-width:945px){
    .wrap-download{
        flex-direction: column;
    }
    .uder-title-download{
        font-size: 18px;
        text-align: center;
        line-height: 120%;
    }
    .download-title{
        text-align: center;
        line-height: 120%;
    }
    .enter-id-download{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wrap-download-icons .item-download-link:nth-child(-n+3) {
        display: none;
    }
    .wrap-download-icons{
        justify-content: center;
        margin-top: 35px;
    }
    .right-download-img{
        margin-top: 85px;
    }
    .faq-wrap-download{
        flex-direction: column;
    }
    .faq-title{
        font-size: 20px;
        line-height: 144.4%;
    }
    .spoiler-text{
        font-size: 20px;
        line-height: 144.4%;
    }
    #formdownload{
        display: none;
    }
}