.lotery{display:flex;flex-direction:column}.lotery__title::before{content:"";height:60px;width:40px;display:block;position:absolute;left:-1.8rem;top:-1rem;border-top:.8rem solid #fad85a;border-left:.8rem solid #fad85a;border-top-left-radius:.8rem}.lotery__subtitle{color:#303030;font-size:2.5rem;font-weight:500}.lotery__block{display:flex;margin-top:30px;justify-content:space-between;max-width:650px;margin-left:auto;margin-right:auto;width:100%}.lotery__item__wrap{flex:0 0 33.333%;padding:1rem;margin:-1rem;width:100%;margin-bottom:15px}.lotery__block__item{background:#fbfbfb;border-radius:1.2rem;height:100%;box-shadow:.375rem .563rem 1.125rem rgba(48,48,48,.11);display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:15px}.lotery__item__title{font-size:16px;text-align:center;font-weight:700;transition:all .6s;opacity:1;margin-bottom:15px}.lotery__item__img{transition:all .6s;opacity:1;width:100px;height:100px;display:flex;justify-content:center}.lotery__roll{display:flex;flex-direction:column;align-items:center;margin-top:40px}.lotery__roll__button{width:25rem;height:5.438rem;background-color:#fbfbfb;border-radius:1.25rem;display:flex;justify-content:center;align-items:center;font-weight:600;font-size:1.438rem;margin-top:20px;transition:all .3s;cursor:pointer;box-shadow:.375rem .563rem 1.125rem rgba(205,205,205,.51);color:#6a6a6a}.lotery__roll__button_active{background-color:#fad85a;box-shadow:none;width:22.563rem;color:#000}.lotery__roll__button_blue{background-color:#8dcdcc;box-shadow:none;width:22.563rem;color:#fff}.lotery__roll__button_active:hover{transform:scale(1.1)}@media (max-width:700px){.lotery__block{flex-direction:column;align-items:center}}@media (max-width:500px){.lotery__title{font-size:3.5rem;margin-top:40px}.lotery__title::before{height:40px;width:20px}.lotery__roll{margin-top:20px}}@media (max-width:400px){.lotery__title{font-size:3rem;margin-top:40px}.lotery__title::before{height:40px;width:20px}}@media (max-width:340px){.lotery__title{font-size:2.7rem;margin-top:40px}.lotery__title::before{height:40px;width:20px}}#validate__wrap{display:flex;justify-content:center}