@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSans18pt-Regular.eot');
    src: url('../fonts/GoogleSans18pt-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GoogleSans18pt-Regular.woff2') format('woff2'),
    url('../fonts/GoogleSans18pt-Regular.woff') format('woff'),
    url('../fonts/GoogleSans18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
}
p{
    margin: 0;
    padding: 0;
}
::-webkit-scrollbar {
    display: none;
}
header{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    height: 56px;
    width: 100%;
    background: #fff;
}
header .left{
    display: inline-flex;
    align-items: center;
    margin: 0 16px;
}
header .right{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
header .right svg{
    max-width: 24px;
    max-height: 24px;
}
header .right svg path{
    fill: rgb(95,99,104);
}
header .right > .inform, .search{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.user{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
header svg{
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.logo_name{
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: rgb(95,99,104);
}
.main{
    display: flex;
    margin: 75px 24px 24px 24px;
}
.image{
    max-width: 72px;
    max-height: 72px;
    border-radius: 20%;
    overflow: hidden;
    margin-top: 7px;
    margin-right: 24px;
}
.image img{
    width: 100%;
}
.title{
    border: 0;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 500;
    align-items: flex-end;
    display: flex;
    overflow-wrap: anywhere;
    width: 100%;
    word-break: keep-all;
    color: rgb(32,33,36);
}
.prod{
    color: #01875f;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: .00625em;
    font-weight: 500;
    margin-top: 2px;
}
.info{
    display: flex;
    overflow-x: auto;
    padding: 0 0 15px 0;
}
info:before{
    width: 24px;
    content: "";
    display: block;
    flex-shrink: 0;
}
.info li{
    padding: 0 24px;
    display: inline-flex;
    flex-direction: column;
    min-width: 120px;
}
.info li:not(:first-child)::before{
    background-color: rgb(232, 234, 237);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}
.uno{
    color: rgb(32, 33, 36);
    stop-color: rgb(32, 33, 36);
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    white-space: nowrap;
}
.dos{
    color: rgb(95, 99, 104);
    stop-color: rgb(95, 99, 104);
    font-family: Roboto, Arial, sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    white-space: nowrap;
}
.install{
    padding: 8px 16px;
}
.install #install, .install #open{
    background: #01875f;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    width: 100%;
    border: none;
    height: 36px;
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.plus{
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    padding: 6px 0;
}
.share, .favorite{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01875f;
    margin: 6px 0;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
}
.share svg, .favorite svg{
    margin-right: 8px;
}
.share svg path, .favorite svg path{
    fill: #01875f;
}
#slider{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 0 0 24px;
}
#slider li {
    min-width: 115px;
    min-height: 205px;
    display: inline-block;
    margin-right: 12px;
}
#slider li img{
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.description, .update, .security, .support, .rates{
    padding: 12px 24px;
}

.description_text, .security_text{
    font-size: 14px;
    font-weight: 400;
    color: #5f6368;
    line-height: 20px;
}

.block_title{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}
.block_title span{
    font-weight: 500;
    font-size: 18px;
    color: rgb(32,33,36);
    line-height: 24px;
}
.category{
    margin: 16px 24px;
    padding: 0;
}

#preloader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0,0,0);
    z-index: 1000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader{

}
.category li{
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid rgb(218,220,224);
    font-size: 14px;
    font-weight: 500;
    color: rgb(95,99,104);
    line-height: 20px;
}
.update_title{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgb(32,33,36);
    padding-bottom: 2px;
}
.update_date{
    font-weight: 400;
    font-size: 14px;
    color: rgb(95,99,104);
    line-height: 20px;
}
.block_title svg path{
    fill: rgb(95,99,104);
}
.technical{
    border: 1px solid rgb(218,220,224);
    border-radius: 8px;
    padding: 20px;
    margin: 24px;
    display: flex;
    flex-direction: column;
}
.technical li{
    display: inline-flex;
}
.technical li img{
    max-width: 20px;
    max-height: 20px;
    margin-right: 20px;
}
.technical li:not(:first-child){
    margin-top: 20px;
}
.technical li .text{
    font-size: 14px;
    font-weight: 400;
    color: rgb(95,99,104);
    line-height: 20px;
}
.technical li .text span{
    font-size: 12px;
    line-height: 16px;
}
.detail{
    color: rgb(5,100,73);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px;
}
.report{
    display: flex;
    align-items: center;
}
.report svg path{
    fill: rgb(95,99,104);
}
.report svg{
    margin-right: 16px;
}
.stars{
    display: flex;
}
.rate_main{
    display: flex;
    margin-top: 20px;
}
.user_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_top .name{
    display: inline-flex;
    align-items: center;
}
.user_top .name span{
    margin-left: 16px;
}
.user_top .name img{
    border-radius: 50%;
}
.user_date{
    display: flex;
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(95,99,104);
}
.user_footer{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgb(95,99,104);
    margin-top: 16px;
}
.user_footer_text{
    display: flex;
    align-items: center;
}
.user_footer_text ul{
    display: flex;
    flex-direction: column;
}
.user_footer_text ul li{
    border: 1px rgb(218,220,224) solid;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    color: rgb(95,99,104);
    width: 60px;
    height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}
.user_footer_text ul li:not(:first-child){
    margin-top: 12px;
}
.user_count{
    margin-bottom: 12px;
}
.user_text{
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgb(95,99,104);
}
.user_date .stars{
    margin-right: 7px;
}
.rate_list{
    padding: 0;
}
.rate_right li{
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(32,33,36);
}
.rate_list li{
    display: flex;
    flex-direction: column;
    padding: 16px 0;
}
.rates .aftertitle{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: rgb(32,33,36);
    display: inline-flex;
    align-items: center;
}
.rates .aftertitle svg{
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.stars svg{
    width: 16px;
    height: 16px;
}
.stars svg path:last-child{
    fill: #01875f;
}

.big{
    font-weight: 400;
    font-size: 56px;
    line-height: 64px;
    color: rgb(32,33,36);
}
.rates .aftertitle svg path{
    fill: rgb(95,99,104);
}
.rate_right{
    display: flex;
    margin: 0 0 0 24px;
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
    width: 100%;

}
.rate_right li{
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}
.rate_right li:first-child .line:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 0;
    background: #01875f;
    border-radius: 9999px;
}
.rate_left{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rate_left .text{
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgb(95,99,104);
    margin-top: 8px;
}
.installation{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 72px;
}

.line{
    margin-left: 16px;
    position: relative;
    background: rgb(232,234,237);
    border-radius: 9999px;
    width: 100%;
    height: 10px;
    max-width: 198px;
}

footer{
    border-top: rgb(232,234,237);
}
.d-none{
    display: none!important;
}
#loader{
    width: 100%;
    background-color: var(--bg);
    color: var(--fg);
    font: 1em/1.5 sans-serif;
    height: 100vh;
    display: grid;
    place-items: center;
    transition: background-color 0.3s;
}

:root {
    --hue: 223;
    --bg: hsl(var(--hue),10%,90%);
    --fg: hsl(var(--hue),10%,10%);
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320));
}
main {
    padding: 1.5em 0;
}

.pl,
.pl__worm {
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.pl {
    animation-name: bump;
    animation-timing-function: linear;
    width: 8em;
    height: 8em;
}
.pl__ring {
    stroke: hsla(var(--hue),10%,10%,0.1);
    transition: stroke 0.3s;
}
.pl__worm {
    animation-name: worm;
    animation-timing-function: cubic-bezier(0.42,0.17,0.75,0.83);
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue),10%,10%);
        --fg: hsl(var(--hue),10%,90%);
    }
    .pl__ring {
        stroke: hsla(var(--hue),10%,90%,0.1);
    }
}

/* Animations */
@keyframes bump {
    from,
    42%,
    46%,
    51%,
    55%,
    59%,
    63%,
    67%,
    71%,
    74%,
    78%,
    81%,
    85%,
    88%,
    92%,
    to { transform: translate(0,0); }
    44% { transform: translate(1.33%,6.75%); }
    53% { transform: translate(-16.67%,-0.54%); }
    61% { transform: translate(3.66%,-2.46%); }
    69% { transform: translate(-0.59%,15.27%); }
    76% { transform: translate(-1.92%,-4.68%); }
    83% { transform: translate(9.38%,0.96%); }
    90% { transform: translate(-4.55%,1.98%); }
}
@keyframes worm {
    from { stroke-dashoffset: 10; }
    25% { stroke-dashoffset: 295; }
    to { stroke-dashoffset: 1165; }
}