@import "fonts.css"; /* general */ * { box-sizing: border-box; } html { min-height: 100vh; position: relative; } html, body, h1, h2, h3, h4, h5, h6, ol, ul, li { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; } ol, ul { list-style: none; } p { margin: 0; } a { display: block; text-decoration: none; } body { font-family: 'Inter', sans-serif; font-size: 12px; line-height: 16px; position: relative; min-height: 100vh; color: #ffffff; background: linear-gradient(180deg, #FFFFFF 0%, #CACACA 100%); } /* BTN */ .btn { background: linear-gradient(180deg, #FFE600 0%, #E68E0C 100%); border: none; border-radius: 10px; padding: 10px 20px; font-weight: 700; font-family: 'Inter', sans-serif; font-size: 14px; line-height: 20px; height: 50px; max-width: 220px; width: 100%; color: #000000; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; margin: 0 auto; } /* CONTENT */ .content-block { padding-bottom: 40px; } .content-bg { background-image: linear-gradient(180deg, #000000 0%, rgba(217, 217, 217, 0) 100%), url(/landings/275171/1663161410/images/lite.png); background-position: center; background-size: cover; background-repeat: no-repeat; height: 100%; position: relative; } .header { padding: 10px 23px; } .container { max-width: 600px; width: 100%; margin: 0 auto; padding: 0 20px; } .nav-block { display: flex; align-items: center; justify-content: space-between; } .nav-link { padding: 5px; } .titel { font-weight: 700; text-align: center; } .roulette-titel__l { font-size: 20px; line-height: 24px; margin-bottom: 10px; } .roulette-text { font-size: 14px; line-height: 17px; text-align: center; } /* TIMER */ .main-wrapper { margin: 15px 0 15px; } .timer-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; } .timer { width: 26px; height: 37px; background: #E00814; color: #ffffff; border-radius: 6px; margin: 3px; display: flex; align-items: center; justify-content: center; font-size: 22px; line-height: 37px; font-weight: 700; -webkit-transition: 0.2s all; -o-transition: 0.2s all; transition: 0.2s all; } .timer-section { display: -webkit-box; display: -ms-flexbox; display: flex; } /* SAFETY */ .safety-block { font-family: 'PT Sans', sans-serif; background: #5B5C5B; color: #FFFFFF; padding: 20px 0; } .safety-list { display: flex; justify-content: space-between; } .safety-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 5px; } .safety-item img { margin-bottom: 10px; } .safety-titel { font-size: 18px; line-height: 23px; text-transform: uppercase; } /* COMMENTS */ .comments_block { padding: 20px 0 35px; } .comments_list_row { color: #232326; display: flex; justify-content: flex-start; align-items: flex-start; background: #FFFFFF; border-radius: 10px; padding: 6px 10px; margin-bottom: 10px; } .comment_name { font-size: 15px; font-weight: 700; line-height: 20px; color: #E7920C; } .comments__item__meta { position: absolute; right: 0; top: 0; font-size: 10px; line-height: 16px; color: #5B5C5B; } .reviews { position: relative; flex-grow: 1; } .comments_list_btns { display: flex; justify-content: flex-start; align-items: center; padding-top: 7px; } .comments_list_btn { margin-right: 18px; } .comments_list_btn span { display: flex; align-items: center; } .icons-union-style::before { content: ''; background-repeat: no-repeat; background-size: contain; background-position: center; width: 12px; height: 11px; margin-right: 5px; } .likeWord::before { background-image: url(/landings/275171/1663161410/images/like-little.svg); } .commentWord::before { background-image: url(/landings/275171/1663161410/images/comment.svg); } .photo_avatar { padding-right: 10px; } .leprikon { position: absolute; top: 22%; right: 0; } .baraban-block { position: relative; overflow-x: hidden; } .baraban-block figure { position: absolute; margin: 0; z-index: 6; } .triangle { top: 0; left: 50%; transform: translateX(-50%); } .spin-arrow { top: 42%; left: 50%; transform: translate(-50%, -50%); } .circle { width: 330px; height: 330px; border-radius: 50%; position: relative; overflow: hidden; transition: 2s; background-image: url(/landings/275171/1663161410/images/circle.png); background-repeat: no-repeat; margin: 7px auto 20px; } .circle div { height: 50%; width: 60px; position: absolute; transform: translateX(-50%); transform-origin: bottom; text-align: center; display: flex; align-items: center; justify-content: center; left: 135px; } .circle .one { left: 50%; } .circle .two { transform: rotate(60deg); } .circle .three { transform: rotate(120deg); } .circle .four { transform: rotate(180deg); } .circle .five { transform: rotate(240deg); } .circle .six { transform: rotate(300deg); } @media screen and (max-width: 600px) { .safety-titel { font-size: 13px; line-height: 23px; } .safety-item p { word-break: break-all; } }