*{margin:0;padding:0;box-sizing:border-box}a{text-decoration:none;cursor:pointer}li{list-style:none}input{outline:none;border:none}.app{min-height:100vh;font-family:"inter";background-color:#f9f9f9}._img-responsive{width:100%;height:auto;object-fit:cover}._container{margin:0 auto;width:90%;max-width:1366px}.header{background-color:#0064eb}.header__content{min-height:72px;display:flex;align-items:center}.header-logo{min-width:40px;margin-right:22px}.input-wrapper{position:relative;width:100%}.input-icon{position:absolute;width:14px;height:14px;top:11px;left:19px}.input-search{width:100%;max-width:500px;height:40px;border-radius:5px;padding-left:41px}.start-page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 72px)}.start-page__image{margin-bottom:46px}.start-page__text{width:210px;font-size:22px;line-height:30.8px;text-align:center;color:grey}.empty-page{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 72px)}.empty-page__image{margin-bottom:42px}.empty-page__text{font-size:22px;font-weight:400;line-height:31px;letter-spacing:0;text-align:center;color:grey}.user-page{display:flex;justify-content:space-between;padding-top:39px}.user-info{min-width:376px}.user-info__image{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:280px;margin-bottom:29px;border-radius:50%;overflow:hidden}.user-name{font-size:26px;font-weight:600;line-height:34px;letter-spacing:0;margin-bottom:12px}.user-login{margin-bottom:26px}.user-login__link{font-size:18px;font-weight:400;line-height:22px;letter-spacing:0;color:#0064eb}.user-contacts{display:flex;flex-wrap:wrap}.user-contacts__followers,.user-contacts__following{font-size:16px;font-weight:400;line-height:24px;letter-spacing:0;margin-right:20px;margin-bottom:12px}.user-contacts__followers:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAPCAYAAAAPr1RWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADzSURBVHgBvVPREYIwDA2cA7CBHYER6gaOwCDcyQcLOAEygTiBOIGOUDdgA0zOckRJC/VO3l2A5jWvIU0AHCiKIkXTv/KESAhS+DqjpdZl0HboN4yv0LTEc8QwxYEJE5QV47z28F7xTPBp9r2f4b3iZsbXLYyZivd9fxT21Ut5jkhy4uVkMP5+g+tTCL8KXJkreHcBocP1Q9hDHZW4+A9xOxBDGyZf++gSW7TLUAKbwH04AI0OqHmJImEo5mDADo2tfeXiqVuuAcIEZWMIjY+PYaxtCBQ9MLvOxZdluY3hj9ig0VCkgXEtPTBzusybxOd5/nwBAhBf0TGvPUgAAAAASUVORK5CYII=);margin-right:6px}.user-contacts__following:before{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD1SURBVHgBtVPBEYIwELwAD39iB5RgCXn60w6kAxpghvDzCR3oz68dpARKCB3QQdwID3EuGIdxZ26OLJdNJrcnyAOlVIqUIVJ8a1qA4Mi6rs/W2sYJTJTBugXfcPUxc4MT0h2xeaNTIcRBStlrrbvPPREjXJAf7D9ORJIf+1ARQz+CE7kt1F9DRVwHOoY3iJrh+RY7oEs5kothEm3ADfQvLN0ko9GxDgPW3VcRZ3O4MoepjjS2MmXqNY0Pr1FvZiKwcwEB5dnIny6Eqqrq9dAxBCoIXGhu8xBgCmSGMXgIXMvSOuwiWokkSbYJckuemQiALsuyfwKlVEv7MBe0JQAAAABJRU5ErkJggg==);margin-right:6px}.user-repository{width:100%}.user-repository__header{font-size:32px;font-weight:600;line-height:42px;letter-spacing:0;margin-bottom:29px}.repository-item{border-radius:6px;padding:24px 32px;background-color:#fff;min-height:112px;margin-bottom:24px}.repository-item__title{font-size:24px;font-weight:500;line-height:29px;letter-spacing:0;color:#0064eb;margin-bottom:16px}.repository-item__description{font-size:16px;font-weight:400;line-height:19px;letter-spacing:0}.empty-repository{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:82px}.empty-repository__image{margin-bottom:48px}.empty-repository__text{font-size:22px;font-weight:400;line-height:31px;text-align:center;color:grey}.loader-wrapper{display:flex;justify-content:center;align-items:center;position:fixed;top:72px;left:0;width:100%;height:calc(100vh - 72px);z-index:10;background-color:#f9f9f9}.loader{border-bottom:10px solid #f3f3f3;border-top:10px solid #f3f3f3;border-color:#3498db #f3f3f3;border-style:solid;border-width:10px;width:80px;height:80px;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.pagination-wrapper{display:flex;justify-content:flex-end}.pagination-counter{color:grey;margin-right:24px}.pagination-container{display:flex;flex-wrap:wrap;justify-content:flex-end;padding-bottom:28px}.pagination-container li{margin:0 6px;border-radius:3px;border:1px solid transparent}.pagination-container li:hover{border-radius:3px;border:1px solid #0064eb}.pagination-container a{padding:2px 6px;cursor:pointer;font-size:14px;font-weight:400;line-height:21px}.next,.previous{margin-left:16px;color:#0064eb}.next.pagination-disabled,.previous.pagination-disabled{color:grey}.pagination-active{background-color:#0064eb;color:#fff;border-radius:3px}@media screen and (max-width:1024px){.user-page{flex-direction:column}.user-info{display:flex;min-height:auto;min-width:100%}.user-info__wrapper{margin-left:60px;min-width:242px}.user-repository{max-width:none}.empty-repository{margin-top:0}}@media screen and (max-width:648px){.user-page{padding-top:22px}.pagination-wrapper{flex-direction:column}.pagination-counter{text-align:end;color:grey;margin-right:8px;margin-bottom:12px}}@media screen and (max-width:514px){.user-info__wrapper{margin-left:40px}.user-name{font-size:22px}.user-repository__header{font-size:24px}.repository-item__title{font-size:20px}}@media screen and (max-width:468px){.user-info{flex-direction:column}.user-info__image{width:100%;max-width:240px;margin:0 auto 18px;border-radius:50%;overflow:hidden}.user-info__wrapper{margin-left:0;margin-bottom:22px}.repository-item{padding:16px 14px}}
/*# sourceMappingURL=main.767360ba.chunk.css.map */