:root{--main: #2916A1;--dark: #111111}*,*::after,*::before{box-sizing:border-box}body{font-family:Georgia,times new roman,Times,serif;line-height:130%;color:var(--dark);min-height:100vh;padding-bottom:22px}img{display:block;width:100%;max-width:360px;border-radius:10px}.container{max-width:calc(360px + 32px);width:100%;padding:0 16px;margin:0 auto}.hello{text-align:center;padding-top:56px}.hello__title{font-size:22px;font-weight:700;margin-bottom:30px}.hello__desc{font-size:20px;margin-bottom:50px}.hello__link{display:block}.hello__image{display:block;width:100%;margin:0 auto;max-width:302px}.main{font-family:bad script,cursive;color:var(--main);font-style:normal;font-weight:400;line-height:220%;margin-top:30px}.main__title{font-size:26px;text-align:center;font-weight:400;margin-bottom:20px}.main__text{font-size:26px;margin-bottom:21px}.main__list{}.main__list-item{font-size:26px;margin-bottom:21px}.main__iamge{}.main__doctor{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.main__doctor-name{color:var(--main);font-size:26px}.main__doctor-rospis{max-width:100px;padding-right:33px}.main__doctor-photo{}.form *{color:var(--dark);font-family:Georgia,times new roman,Times,serif;font-size:20px}.form{margin-top:40px;border-radius:20px;border:1px solid #f3f3f5;background:#fff;box-shadow:0 8px 24px 0 rgba(149,157,165,.2);padding:20px 30px}.form__title{text-align:center;font-size:20px;line-height:140%;margin-bottom:30px;font-weight:700}#order_form>div{text-align:center}.input-roulette{display:block;width:100%;border-radius:60px;border:1px solid var(--text-color-text,#2C2D2E);background:#fff;padding:15px 30px;min-height:66px;margin-bottom:30px}#order_form .submit-roulette{display:block;width:100%;text-align:center;white-space:normal;color:#fff;font-size:18px;min-height:70px;border-radius:61px;background-color:#005dbc;border:none}@media screen and (max-width:340px){.hello__title{font-size:22px}.hello__desc{font-size:20px}.main__title{font-size:26px}.main__text{line-height:130%;font-size:26px}.form{padding-left:14px;padding-right:14px}.form__title{font-size:20px;line-height:140%}}.ring-loading{animation:loadingD 1.5s .3s cubic-bezier(.17,.37,.43,.67) infinite;width:10px;height:10px;margin:0 auto;padding:15px!important;border:7px dashed #000;border-radius:100%;display:none;margin:10px auto!important}@keyframes loadingD{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}