*{padding:0;margin:0;border:0}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;font-size:14px}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}
@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";*{font-size:14px;line-height:1.4;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;font-family:"Roboto",sans-serif}.header{position:fixed;top:0;left:0;width:100%;height:62px;background:#0a519e;padding:10px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.header__logo{height:40px}.header__logo img{height:100%}.header__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;background:rgba(0,49,102,.5019607843);padding:6px 40px;gap:40px;height:40px;width:calc(100% - 540px)}.header__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.header__link p{color:#fff;font-weight:500;font-size:18px;line-height:1}.header__link svg{height:18px;width:auto}.header__link-avia svg{fill:#e63f6d}.header__link-buy{padding:6px 24px;border-radius:20px;border:2px solid #ffb801}.header__link-buy svg{fill:#ffb801}.header__link:hover p{color:#ffb801}.header__tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.header__button{padding:10px 20px;border-radius:50px;font-weight:500;font-size:18px;color:#fff}.header__menu{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none}.header__menu svg{width:80%;height:auto;fill:#fff}.header__login{background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #428cdc), color-stop(97%, #428cdc), to(#428cdc));background-image:-o-linear-gradient(top, #428cdc 0, #428cdc 97%, #428cdc);background-image:linear-gradient(180deg, #428cdc 0, #428cdc 97%, #428cdc)}.header__reg{-webkit-box-shadow:0 10px 15px rgba(250,65,0,.4);box-shadow:0 10px 15px rgba(250,65,0,.4);background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #fa5e00), to(#fa7c00));background-image:-o-linear-gradient(bottom, #fa5e00 0, #fa7c00);background-image:linear-gradient(0deg, #fa5e00 0, #fa7c00)}.main{background-color:#dde4ec;min-height:100vh;padding-top:82px;padding-bottom:40px}.main__body{width:1240px;margin:0 auto;background:#fff;border-radius:20px;padding:30px}.main__title{text-align:center;font-size:24px;font-weight:bold;text-transform:uppercase;margin-bottom:40px}.main__button{display:block;margin:0 auto;padding:10px 20px;border-radius:50px;font-weight:500;font-size:18px;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #fa5e00), to(#fa7c00));background-image:-o-linear-gradient(bottom, #fa5e00 0, #fa7c00);background-image:linear-gradient(0deg, #fa5e00 0, #fa7c00);-webkit-box-shadow:0 10px 15px rgba(250,65,0,.4);box-shadow:0 10px 15px rgba(250,65,0,.4);text-transform:uppercase;margin-bottom:30px}.main__button:hover{background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #fa4b00), to(#fa5700));background-image:-o-linear-gradient(bottom, #fa4b00 0, #fa5700);background-image:linear-gradient(0deg, #fa4b00 0, #fa5700)}.main__descr{padding:10px;border-radius:4px;background:#30a2d9;font-size:14px;color:#fff;margin-bottom:35px}.main__descr p{margin-bottom:10px}.main__descr span{display:block}.main__descr .main__circle::after{background:#fff;top:8px}.main__text{font-size:14px;color:#000;margin-bottom:35px}.main__subtitle{text-align:center;font-size:20px;font-weight:bold;margin-bottom:20px}.main__image{width:600px;display:block;margin:0 auto;margin-bottom:35px}.main__image img{width:100%;border-radius:4px}.main__circle{padding-left:12px;margin-bottom:14px;position:relative;font-size:14px}.main__circle::after{content:"";width:5px;height:5px;border-radius:100px;background:#000;left:0px;top:8px;position:absolute}.main__number{margin-bottom:14px;position:relative;font-size:14px}.main__number-last{margin-bottom:35px}.main__footer{padding-top:40px}@media(max-width: 1460px){.header__nav{padding:6px 12px;gap:20px}}@media(max-width: 1280px){.main__body{width:calc(100% - 40px)}}@media(max-width: 1240px){.header__nav{width:calc(100% - 480px)}.header__link p{font-size:14px}.header__tab{gap:10px}.header__reg,.header__login{font-size:14px}}@media(max-width: 1100px){.header__nav{display:none}.header__login{display:none}.header__menu{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(max-width: 720px){.main__image{width:100%}}@media(max-width: 540px){.header__logo{height:30px}.header__logo img{height:100%}.main__title{font-size:22px;margin-bottom:30px}.main__body{padding:30px 16px;width:calc(100% - 20px)}.main__button{font-size:16px}}@media(max-width: 440px){.header__reg{display:none}}