@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");*{box-sizing:border-box;margin:0;padding:0;list-style:none;text-decoration:none}.header{background-color:#0271bc;width:44px;height:44px;position:fixed;top:0}.header_img{padding:15px}.main__hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;height:100vh;background-image:url(../images/cover.jpg);background-size:cover;background-position:center}.main__hero--title{display:flex;flex-direction:column;font-family:"Roboto Slab";font-size:42px;line-height:55px;color:white;text-transform:uppercase}.main__hero--subtitle{font-family:"Roboto";font-size:16px;color:white;margin-top:10px}.main__hero--link{background-color:white;border-radius:50%;padding:15px;margin:45px 0 53px 0}@media all and (min-width: 768px){.main__hero--title{font-size:80px;line-height:106px}.main__hero--subtitle{font-size:24px;margin-top:20px}.main__hero--link{margin:30px 0 45px 0}}@media all and (min-width: 1200px){.main__hero--title{font-size:100px;line-height:132px}.main__hero--subtitle{font-size:24px;margin-top:0}.main__hero--link{margin:30px 0 13px 0}}.tips{display:flex;flex-direction:column;margin-left:15px}.tips__pretitle{color:#8ccbea;font-family:"Roboto";font-size:14px;line-height:30px;margin-top:30px}.tips__title{font-family:"Roboto Slab";font-size:24px;line-height:30px;margin-top:1px}.tips__text{font-family:"Roboto";font-size:18px;line-height:30px;color:#4a4a4a;margin-top:15px}.tips__link{color:#f26002;border:2px solid #f26002;border-radius:22.5px;font-family:"Roboto";font-size:20px;text-align:center;width:76px;height:45px;margin-top:30px;margin-bottom:45px;display:flex;justify-content:center;align-items:center;transition:background-color ease 3s, transform ease 1s}.tips__link:hover{background-color:cyan;transform:rotate(90deg)}@media all and (min-width: 768px){.tips{margin:0 39px 0 39px}.tips__title{font-size:26px;line-height:45px;margin-top:0}.tips_text{font-size:20px;margin-top:30px}.tips__link{width:91px;margin-bottom:60px}}@media all and (min-width: 1200px){.tips{margin:0 275px 0 275px}.tips__pretitle{font-size:16px;margin-top:60px}.tips__title{font-size:32px}.tips__link{width:160px}}.reasons{background-color:#eff9ff;text-align:center}.reasons__title{font-family:"Roboto Slab";font-size:24x;line-height:30px;padding-top:30px}.reasons__div{display:grid;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr;grid-gap:45px;margin:45px 68px 45px 68px}.reasons--h3{font-family:"Roboto Slab";font-size:18px;line-height:30px}.reasons--text{font-family:"Roboto";font-size:18px;line-height:30px}.reasons__link{display:inline-block;background:#f26002;font-family:"Roboto";font-size:20px;line-height:45px;color:white;width:184px;height:45px;border-radius:22.5px;margin-bottom:60px;transition:background-color ease 3s}.reasons__link:hover{background-color:purple}@media all and (min-width: 768px){.reasons__div{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr;grid-gap:27.7px;margin:45px 39px 60px 39px}.reasons__title{font-size:26px;line-height:45px}.reasons--h3{font-size:24px}.reasons--text{font-size:20px}.reasons__link{width:210px}}@media all and (min-width: 1200px){.reasons__div{grid-gap:26.2px;margin:45px 82px 60px 82px}.reasons__title{font-size:32px;padding-top:60px}.reasons__link{width:255px}}.footer{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#304268}.footer__link{display:flex;justify-content:center;align-items:center;background-color:white;border-radius:50%;width:45px;height:45px;transform:translate(0, -50%)}.footer__link--image{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:move;animation-name:move}@-webkit-keyframes move{from{margin-bottom:50%}to{margin-top:30%}}@keyframes move{from{margin-bottom:50%}to{margin-top:30%}}.footer--links{font-family:"Roboto";font-size:16px;color:white;line-height:30px;text-transform:uppercase}.footer--articles{margin-bottom:30px}.footer--social{margin-bottom:30px}.footer__small{display:flex;flex-direction:column;font-family:"Roboto";font-size:14px;line-height:30px;color:white;margin-bottom:45px}.footer--heart{color:#f26002}@media all and (min-width: 768px){.footer__div{display:flex;justify-content:space-around;align-items:flex-start;width:100%;transform:translate(-25px, 0)}.footer__small{order:-1;text-align:left}.footer--articles{text-align:left}.footer--social{text-align:left}}@media all and (min-width: 1200px){.footer__div{justify-content:center}.footer__small{padding-right:40px}.footer--articles{padding-right:60px}}
