:root{--white: #fff;--dark: #1a1a1d}*{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;height:100%}body{font-family:"Roboto",sans-serif;line-height:1.42;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#1a1a1d;color:var(--dark);padding:0;margin:0}ul,p{padding:0;margin:0}ul li,p li{list-style:none}a{text-decoration:none}a:hover{text-decoration:none}h1,h2,h3,h4,h5,h6{margin:0;color:#1c1c1c}.wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}.hide{position:absolute;left:-9999px;top:-9999px}body{background-color:#eeeef0;color:#24292e;padding:20px}footer{padding:20px;border-top:1px solid #dadce0;text-align:center;grid-column:1/-1}.wrapper{display:grid;grid-template-areas:"footer";grid-template-columns:280px auto;grid-gap:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.wrapper .cardme{grid-row-start:span 10}@media screen and (max-width: 940px){.wrapper{grid-template-columns:minmax(280px, 1fr)}}@media screen and (max-width: 576px){.wrapper{grid-template-columns:1fr}}.title{display:inline-block;padding-right:80px;margin-bottom:14px;font-size:28px;font-weight:700}@media screen and (max-width: 576px){.title{font-size:1.25rem;padding-right:0;padding-bottom:.5rem;margin-bottom:.5rem}}.title_h6{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}@media screen and (max-width: 576px){.title_h6{font-size:1rem}}.subtitle{font-size:18px;font-weight:300}@media screen and (max-width: 576px){.subtitle{font-size:1rem}}.border{border:1px solid #dadce0;border-radius:6px}.border__bottom{border-bottom:1px solid #dadce0}.cardme{position:-webkit-sticky;position:sticky;top:1rem;background-color:#fff;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:280px}.cardme .cardme__img,.cardme .cardme__links{text-align:center}@media screen and (max-width: 940px){.cardme{max-width:100%;position:static}}.cardme__body{margin-top:20px}.cardme__title{font-size:18px;font-weight:700}.cardme__list{font-size:16px;font-weight:400}.cardme__list li{margin-top:6px;border-bottom:1px solid #dadce0}.cardme__list li span{font-weight:500;margin-right:4px}.cardme__list a{color:#6394e2;padding-bottom:2px;-webkit-transition:all 300ms;transition:all 300ms}.cardme__list a:hover{border-bottom:1px solid #6394e2}.cardme__links{margin-top:20px}.cardme__links svg{-webkit-transition:all 300ms;transition:all 300ms}.cardme__links svg:first-child{margin-right:20px}.cardme__links svg:hover{fill:#6394e2}.about{background-color:#fff;padding:20px}.about__text{margin-bottom:1rem;font-size:1.15rem;font-weight:400}.about__text:last-child{margin-bottom:0}.about-list{padding-left:1.5rem}@media screen and (max-width: 576px){.about-list{padding-left:0rem}}.about-list__item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:10px;font-size:18px;font-weight:300}.about-list__item::before{content:"—";display:block;margin-right:.35rem}.about-list__item a{color:#6394e2;margin-left:.25rem}.about-list__item a:hover{text-decoration:underline}a{color:#6394e2}a:hover{text-decoration:underline}.skills{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;grid-gap:20px}@media screen and (max-width: 1400px){.skills{grid-template-columns:1fr;grid-template-rows:1fr 1fr}}.skills__card{padding:20px;background-color:#fff}.items{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(1, 1fr);grid-gap:20px}@media screen and (max-width: 590px){.skills .title{padding-right:0}.skills__card{display:grid}.items{grid-template-columns:repeat(auto-fill, 155px);align-self:center}.items,.item{width:100%}}.item__title{font-size:18px;font-weight:700;margin-bottom:6px}.item__levels{display:grid;grid-template-columns:repeat(3, minmax(40px, 1fr));grid-template-rows:repeat(2, 1fr);grid-gap:10px}.item__level{width:40px;height:6px;border-radius:3px;background-color:#6394e2}.item__level_grey{background-color:#dadce0}.works{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column:2/3;grid-gap:20px}@media screen and (max-width: 576px){.works{grid-column:1/2}}@media screen and (max-width: 768px){.works{grid-template-columns:repeat(auto-fill, 100%)}}.section-header{padding:20px;background-color:#fff;grid-column:2/3}@media screen and (max-width: 576px){.section-header{grid-column:1/2}}.card-works{display:grid;grid-template-rows:repeat(auto-fit, minmax(-webkit-min-content, 1%));grid-template-rows:repeat(auto-fit, minmax(min-content, 1%));-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:20px;background-color:#fff}.card-works a,.card-works h6{font-size:14px;font-weight:400;max-width:232px}.card-works__link{color:#6394e2}.card-works__link:hover{text-decoration:underline}.card-works__title{margin:20px 0}@media screen and (max-width: 576px){.card-works__title{margin-top:.5rem;margin-bottom:1rem}}.card-works__btn{max-width:144px;margin:0 auto;padding:8px 32px;background-color:#6394e2;border-radius:6px;color:#fff}.card-works__link_color-skillstorm{color:#009687}.card-works__btn_color-skillstorm{background-color:#009687}.card-works__link_color-itsg{color:#ef7f1a}.card-works__btn_color-itsg{background-color:#ef7f1a}.card-works__link_color-ctlogistic{color:#ff5434}.card-works__btn_color-ctlogistic{background-color:#ff5434}.card-works__link_color-katmk{color:#8c0607}.card-works__btn_color-katmk{background-color:#8c0607}.card-works__link_color-ruby{color:#eb5757}.card-works__btn_color-ruby{background-color:#eb5757}.card-works__link_color-vue{color:#219653}.card-works__btn_color-vue{background-color:#219653}.card-works__link_color-roze{color:#ed2e38}.card-works__btn_color-roze{background-color:#ed2e38}.card-works__link_color-purple{color:#3f3474}.card-works__btn_color-purple{background-color:#3f3474}.card-works__link_color-pink{color:#f62c75}.card-works__btn_color-pink{background-color:#f62c75}.card-works__link_color-fire{color:#00bfff}.card-works__btn_color-fire{background-color:#00bfff}
