@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-display: swap;
    font-family: Google Material Icons;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/googlematerialicons/v137/Gw6kwdfw6UnXLJCcmafZyFRXb3BL9rvi0QZG3Q.woff2) format("woff2")
}

.google-material-icons {
    word-wrap: normal;
    direction: ltr;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap
}

.google-material-icons {
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    font-family: "Google Material Icons"
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

ol,
ul,
li {
    list-style: none;
}

iframe {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
picture,
video {
    display: block;
    height: auto;
    max-width: 100%;
}

picture img {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button,
input[type=button],
input[type=submit] {
    cursor: pointer;
}

input,
button,
textarea,
select {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit
}

a,
button {
    color: #000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

a,
a:hover,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

html {
    font-size: 16px;
}

html,
body {
    min-width: 320px;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
}

._container {
    max-width: 1344px;
    padding: 0 24px;
    margin: 0 auto;
    position: relative;
}

._hidden {
    display: none;
}

._mob {
    display: none;
}

.video-top {
    background: linear-gradient(180deg, rgba(0,0,0,0) 30%, #202124 100%), url(https://img.youtube.com/vi/r3GBXxuVOKE/0.jpg) no-repeat;
    background-position-y: 0%, 0%;
    background-size: auto, auto;
    background-size: cover;
    min-height: 200px;
    background-position-y: 50%;
}

.video-top__play {
    padding-top: 80px;
  display: block;
  height: 200px;
  text-align: center;
}

.video-top__play img {
    width: 30px;
    display: inline;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 0;
    width: 98%;
    max-width: 600px;
}

.modal-content iframe {
    max-width: 100%;
}

.close {
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header {
    padding: 20px 0;
    background: #202124;
}

.header__main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header__logo {
    width: 72px;
}

.header__logo img {
    border-radius: 20%;
}

.header__right {
    width: calc(100% - 96px);
}

.header__name {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    word-break: break-word;
    margin-bottom: 5px;
}

.header__author-title {
    display: inline-flex;
    align-items: center;
}

.header__author img {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.header__author span {
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    color: #0857ce;
    font-weight: 700;
}

.header__author span:hover {
    text-decoration: underline;
}

.header__author-title {
    margin-right: 15px;
}

.header__author-category {}

.header__adv {
    color: rgb(154,160,166);
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 3px;
}

.header__info {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 20px;
    overflow: auto;
}

.header__info-col {
    padding: 0 10px;
    min-width: 120px;
    position: relative;
}

.header__info-col:after {
    position: absolute;
    content: '';
    width: 0.5px;
    height: 50%;
    background: rgb(154,160,166);
    right: 0;
    top: 25%;
}

.header__info-col:last-of-type:after {
    display: none;
}

.header__info-rating svg {
    width: 15px;
}

.header__info-head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
    height: 21px;
}

.header__info-head span {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.header__info-head img,
.header__info-head svg {
    max-height: 100%;
}

.header__info-head svg {
    fill: #fff;
}

.header__info-size .header__info-head i {
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    padding: 1px;
}

.header__info-txt {
    font-size: 12px;
    color: rgb(154,160,166);
    text-align: center;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__info-txt i {
    font-size: 12px;
    margin-left: 3px;
}

.header__info-size svg {
    width: 20px;
}

.header__info-age .header__info-head span {
    border: 1px solid #000;
    padding: 0 2px;
}

.header__install {
    display: flex;
    min-height: 35px;
}

.header__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0857ce;
    width: 100%;
    height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    outline: none;
}

.loading {
    display: none;
}

.progress {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.progress__word {
    color: #636b6f;
    font-size: 16px;
    text-align: center;
}

.progress__graph {
    height: 5px;
    border-radius: 30px;
    background: #c2e0d6;
    overflow: hidden;
}

.progress__runner {
    width: 0;
    height: 5px;
    background: #02885d;
}

.header__bottom {
    margin-top: 20px;
}

.header__bookmarks {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.header__bookmarks svg {
    fill: #0857ce;
    stop-color: #0857ce;
    color: #0857ce;
    margin-right: 10px;
}

.header__bookmarks span {
    color: #0857ce;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.header__devices {
    display: flex;
    align-items: center;
}

.header__devices i {
    fill: rgb(154,160,166);
    color: rgb(154,160,166);
    flex-shrink: 0;
    font-size: 20px;
    height: 20px;
    margin-right: 12px;
    width: 20px;
}

.header__devices span {
    color: rgb(154,160,166);
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.gallery {
    margin-bottom: 15px;
    padding-top: 20px;
}

.gallery__wrapper {
    display: flex;
    gap: 10px;
    padding-bottom: 15px;
    overflow: auto;
}

.gallery__item img {
    border-radius: 8px;
    max-height: 210px;
    min-width: 110px;
    max-width: none;
    cursor: pointer;
}

.description {
    margin-bottom: 30px;
}

.description__wrapper {
    text-align: center;
}

.description__text {
    text-align: left;
}

.description__text p {
    font-size: 14px;
    line-height: 24px;
    color: #5f6368;
}

.description__text p.description__mb {
    margin-bottom: 20px;
}

.description__text p.description__title {
    color: #202124;
    font-weight: 500;
    font-size: 18px;
}

.description__text p.description__update {
    color: #202124;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.description .showmore-button {
    display: inline-block;
    cursor: pointer;
    color: #0857ce;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
    margin-top: 30px;
}

.tags {
    margin: 30px 0;
}

.tags__wrapper {
    display: flex;
    gap: 16px 12px;
    overflow: auto;
}

.tags__item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dadce0;
    border-radius: 8px;
    color: #5f6368;
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    min-height: auto;
    padding: 0 15px;
    white-space: nowrap;
}

.safety {
    margin-bottom: 30px;
}

.safety__title {
    color: rgb(32,33,36);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}

.safety__description {
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.safety__body {
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    border: 1px solid #dadce0;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
}

.safety__body img {
    width: 20px;
    margin-right: 15px;
}

.metrics {
    margin-bottom: 25px;
}

.metrics__title {
    color: rgb(32,33,36);
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 20px;
}

.metrics__description {
    color: #5f6368;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}

.metrics__body {
    display: flex;
}

.metrics__left {
    width: 100px;
}

.metrics__rating {
    color: #202124;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
}

.metrics__stars {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.metrics__stars img {
    width: 12px;
}

.metrics__quantity {
    color: #636b6f;
    font-size: 14px;
    line-height: 1;
}

.metrics__right {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.metrics__score {
    display: flex;
    align-items: center;
}

.metrics__score span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    margin-right: 10px;
    height: 16px;
    color: #737373;
    font-size: 12px;
    font-weight: 400;
}

.metrics__item {
    width: calc(100% - 20px);
    background: #e8eaed;
    border-radius: 999px;
}

.metrics__item span {
    height: 10px;
    min-width: 10px;
    background: #0857ce;
    border-radius: inherit;
}

.reviews {
    margin-bottom: 30px;
}

.reviews__item {
    margin-bottom: 25px;
}

.reviews__item:last-of-type {
    margin-bottom: 0;
}

.reviews__item._hidden {
    display: none;
}

.reviews__user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.reviews__avatar {
    width: 32px;
}

.reviews__avatar img {
    border-radius: 50%;
}

.reviews-body__name {
    color: #4c4c4c;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
}

.reviews-body {
    width: calc(100% - 58px);
}

.reviews-body__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
}

.reviews-body__stars {
    display: flex;
    gap: 2px;
}

.reviews-body__stars img {
    width: 12px;
}

.reviews-body__date {
    color: #5f6368;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.reviews-body__text {
    color: #636b6f;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.reviews-body__subtext {
    color: #5f6368;
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.reviews-body__subtext__governance {
    display: flex;
    gap: 10px;
}

.reviews-body__subtext__governance span {
    cursor: pointer;
    color: #5f6368;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    padding: 0 12px;
    border: 1px solid #dadce0;
    border-radius: 8px;
}

.reviews-answer {
    width: 100%;
    padding-left: 25px;
    margin-top: 30px;
}

.reviews-answer__wrapper {
    background: #f8f9fa;
    padding: 12px;
    position: relative;
}

.reviews-answer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}

.reviews-answer__head-name {
    font-weight: 500;
    font-size: 14px;
    color: #636b6f;
}

.reviews-answer__head-date {
    color: #aaa;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.reviews-answer__text {
    color: #636b6f;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.reviews__btns {
    text-align: center;
    margin-top: 30px;
}

.reviews__btns-more {
    display: inline-block;
    cursor: pointer;
    color: #0857ce;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
}

.reviews__btns-hide {
    display: none;
    cursor: pointer;
    color: #0857ce;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 500;
}

.reviews__wrapper._active .reviews__item._hidden {
    display: block;
}

.reviews__wrapper._active .reviews__btns-hide {
    display: inline-block;
}

.reviews__wrapper._active .reviews__btns-more {
    display: none;
}

.news {
    margin-bottom: 25px;
}

.news__wrapper {
    padding: 25px 0;
    position: relative;
}

.news__wrapper:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #eaeaea;
    left: 0;
    top: 0px;
}

.news__title {
    color: #202124;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.news__item {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: rgb(95,99,104);
    margin-bottom: 15px;
}

.news__item:last-of-type {
    margin-bottom: 0;
}

.info {
    padding-bottom: 50px;
}

.info__wrapper {
    position: relative;
}

.info__wrapper:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #eaeaea;
    left: 0;
    top: -25px;
}

.info__wrapper:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #eaeaea;
    left: 0;
    bottom: -10px;
}

.info__title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #636b6f;
    margin-bottom: 20px;
}

.info__body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.info__item {
    margin-bottom: 15px;
    width: 26%;
}

.info__item:last-of-type {
    margin-bottom: 0;
}

.info__name {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
}

.info__description {
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    color: #636b6f;
}

@media (max-width: 768px) {
    .info__item {
        width: 175px;
    }
}