@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

@font-face {
  font-display: swap;
  font-family: "Rubik-400";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Rubik-400.woff2") format("woff2"), url("../fonts/Rubik-400.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Rubik-500";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Rubik-500.woff2") format("woff2"), url("../fonts/Rubik-500.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Rubik-700";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rubik-700.woff2") format("woff2"), url("../fonts/Rubik-700.woff") format("woff");
}
.grid-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: "Rubik-400";
  font-weight: 400;
  color: #000;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  grid-area: header;
}

.footer {
  grid-area: footer;
}

.content {
  grid-area: content;
}
.burger__main-menu {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  right: -100%;
  background-color: #ffffff;
  transition: right 0.4s linear;
  padding: 10px;
  height: 100%;
  overflow: auto;
  z-index: 9999999999;
}
.burger__main-menu li {
  padding: 9px;
}
.burger__main-menu li img {
  width: 17px;
}

.burger__main-submenu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.burger__main-menu__item {
  font-family: "Rubik-500";
  line-height: 1.2;
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.burger__main-menu__item:hover {
  color: #000;
}

.burger__title {
  font-family: "Rubik-700";
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.burger__line {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #50505056;
}

.burger__main-menu__active {
  right: 0;
}

.burger__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  display: none;
}

.hidden {
  overflow: hidden;
}

.mobile_logo {
  cursor: pointer;
  z-index: 999;
}

#burger {
  display: none;
  cursor: pointer;
  width: 18px;
  margin-left: 25px;
}

.close {
  cursor: pointer;
  width: 18px;
}

#more {
  position: relative;
}
#more::after {
  position: absolute;
  right: -5px;
  top: 25px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../images/more.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#more:hover::after {
  position: absolute;
  right: -5px;
  top: 25px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../images/more-black.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.more__area {
  display: flex;
  align-items: flex-end;
  z-index: -1;
  transition: opacity 0.3s linear;
  bottom: -104%;
  position: absolute;
  width: 100%;
  padding: 0;
  overflow: hidden;
  height: auto;
  opacity: 0;
}

.more__area__active {
  overflow: visible;
  height: 200%;
  opacity: 1;
  z-index: 70;
}

.close__more__area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 69;
}

.sub__nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #AFAFAF;
}

/** lang area **/
.langs__section {
  position: relative;
}

.langs__container {
  width: 35px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1000;
  cursor: pointer;
}

.langs__btn {
  position: relative;
  color: #fff;
  right: 1px;
}
.langs__btn img {
  width: 17px;
}
.langs__btn::after {
  position: absolute;
  right: -15px;
  top: 6px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../images/more.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.langs__btn:hover::after {
  position: absolute;
  right: -15px;
  top: 6px;
  content: "";
  width: 7.5px;
  height: 4.5px;
  background-image: url(../images/more-black.svg);
  background-size: 7.5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.langs__area {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  transition: opacity 0.3s linear;
  top: 100%;
  right: -40px;
  position: absolute;
  overflow: hidden;
  height: 0;
  opacity: 0;
}

.langs__area__active {
  background-color: #fff;
  overflow: visible;
  height: unset;
  opacity: 1;
}

.close__langs__area {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 999;
}

.locales {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.locales li {
  margin: 8px;
}
.locales li .locale {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s linear;
  color: #AFAFAF;
}
.locales li .locale:hover {
  transition: color 0.3s linear;
  color: #000;
}
.locales li .locale picture {
  width: 17px;
  margin: 0 5px 0px 0;
  display: inline-block;
}

/** lang area end **/
.header__bottom {
  padding: 0px 20px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__right {
  width: 59%;
  display: flex;
  align-items: center;
}

.logo {
  color: #000;
  text-align: center;
  width: 80px;
  font-size: 18px;
  display: flex;
  align-items: center;
  display: none;
  font-weight: 700;
}

.header-main__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}

.header__title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  border-top: 1px #0000002c solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__inner {
  width: 100%;
  padding: 38px 20px 38px;
  color: #000;
  background-color: #F2F4F5;
  text-align: center;
}
.header__inner h1 {
  text-transform: uppercase;
  width: 100%;
  line-height: 1.5;
  font-family: "Rubik-500";
  font-size: 34px;
  font-weight: 500;
}
.header__inner h2 {
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

.nav {
  padding: 0 10px;
  z-index: 71;
  margin: 0 10px 0 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  font-family: "Rubik-500";
  font-weight: 500;
}
.nav .nav__item {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s linear;
  color: #AFAFAF;
  padding: 20px 10px;
}
.nav .nav__item:hover {
  color: #000;
}
.nav .nav__item:hover::before {
  transition: opacity 0.3s linear;
  opacity: 1;
}
.nav .nav__item::before {
  content: "";
  transition: opacity 0.3s linear;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #38FC81;
  border-radius: 12px 12px 0px 0px;
  opacity: 0;
}
footer {
  color: #fff;
  background-color: #222;
}

.footer__inner {
  background-color: #222;
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
}

.footer__wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 2%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.footer__nav {
  margin: 0 auto;
}
.footer__nav li {
  width: 100%;
  text-align: left;
  margin-bottom: 12px;
}
.footer__nav li .footer__nav__item {
  transition: all 0.3s linear;
  padding-bottom: 4px;
  border-bottom: 1px solid #00000000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 18px;
  color: #969696;
}
.footer__nav li .footer__nav__item:hover {
  border-bottom: 1px solid #ffffff;
  color: #fff;
  text-decoration: none;
}
.footer__nav p {
  line-height: 1.4;
  margin-bottom: 20px;
}

.footer__nav--social {
  margin: 0 auto;
}
.footer__nav--social li {
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}

.footer__social__item a {
  color: #333;
}
.footer__social__item a:hover {
  color: #fff;
}

.footer__item {
  margin: 0 auto;
}
.footer__item p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 22px;
}
.footer__item a {
  color: #969696;
  transition: color 0.3s linear;
}
.footer__item a:hover {
  color: #ffffff;
}

.footer__locales {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.footer__locales li {
  margin-bottom: 12px;
}
.footer__locales li:first-child a {
  color: #fff;
}
.footer__locales li .locale {
  transition: color 0.3s linear;
  border-bottom: 2px solid #00000000;
  font-size: 15px;
  line-height: 18px;
  color: #969696;
}
.footer__locales li .locale:hover {
  color: #ffffff;
}
.footer__locales li picture {
  width: 15px;
  margin: 0 5px -2px 0;
  display: inline-block;
}

.footer__discl {
  background-color: #222;
  padding: 2%;
}
.footer__discl p {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #969696;
}
.footer__discl p:last-child {
  margin-bottom: 0;
}

.footer__title {
  color: #fff;
  text-transform: uppercase;
  font-family: "Rubik-500";
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}

.cr {
  font-size: 12px;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #222;
  padding: 15px 0;
  border-bottom: 1px #555555 solid;
}

.footer__social__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer__social__icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  display: flex;
}
.footer__social__icon img {
  align-items: center;
  justify-content: center;
  height: 30px;
}

.footer-logo {
  background-color: #222;
}
.footer-logo img {
  max-width: 180px;
  margin: 0 auto;
}
.content {
  background-color: #F2F4F5;
}

.content__description {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.description__image img {
  position: absolute;
  bottom: 0;
  right: -1%;
  width: 927px;
  z-index: 5;
}

.description__text {
  max-width: 760px;
  position: relative;
  z-index: 10;
  font-family: "Rubik-400";
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.text__block--solid {
  padding: 6px;
  border: 0.5px solid #D1D1D1;
  border-radius: 4px;
}

.text__block--grey {
  color: #858585;
}

.text__block {
  margin-bottom: 18px;
}
.text__block:last-child {
  margin-bottom: 0;
}

.content__title {
  transition: color 0.2s linear;
  line-height: 33px;
  margin: 48px 0 18px 0;
  text-transform: uppercase;
  font-family: "Rubik-500";
  font-size: 28px;
  font-weight: 500;
}
.content__title__center {
  text-align: center;
}

h1.content__title {
  font-family: "Rubik-500";
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  text-align: left;
  margin: 8px 0 18px 0;
}

.content__subtitle {
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Rubik-500";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.breadcrumbs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-item {
  line-height: 14px;
  font-size: 12px;
  text-align: justify;
  list-style: none;
  color: #828282;
}
.breadcrumbs-item::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs-item:last-child::after {
  content: "";
}

.breadcrumbs-item__link {
  transition: border-bottom 0.3s linear;
  border-bottom: 1px transparent solid;
  color: #AFAFAF;
}
.breadcrumbs-item__link:hover {
  transition: border-bottom 0.3s linear;
  border-bottom: 1px #AFAFAF solid;
}

.table {
  width: 100%;
  margin: 0px auto;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  background-color: #F2F4F5;
}

.table-grid__item {
  display: grid;
  grid-template-areas: "img properties score start" "reviews reviews reviews reviews";
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template-columns: 0.6fr 2fr 0.8fr 1.2fr;
  grid-template-rows: auto;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 22px;
}

.table__platform {
  grid-area: img;
}

.table__score {
  grid-area: score;
}

.table__properties {
  grid-area: properties;
}

.table__start {
  grid-area: start;
  margin: auto;
}

.table__reviews {
  grid-area: reviews;
}

.table-wrap__image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__reviews {
  padding: 6px;
  border: 0.5px solid #858585;
  border-radius: 4px;
}
.table__reviews p {
  font-size: 12px;
  color: #858585;
}

.table-properties__title {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Rubik-500";
  font-weight: 500;
  margin-bottom: 4px;
}

.table__properties {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.table__properties ul {
  width: 100%;
}
.table__properties ul li {
  line-height: 1.2;
  font-size: 14px;
  color: #636363;
}
.table__properties ul li::before {
  content: "•";
  color: #31D26D;
  padding-right: 4px;
}

.table__score__read__block__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table__score__read__block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.table__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 100%;
}

.table__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table__score span {
  font-weight: 500;
  font-size: 58px;
  font-family: "Rubik-500";
  margin-bottom: 6px;
}

.table__score__read-review {
  display: inline-block;
  text-align: center;
  transition: all 0.3s linear;
  color: #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  font-size: 15px;
  padding-bottom: 1px;
  align-self: center;
}
.table__score__read-review:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.table-wrap__score {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stars {
  margin-bottom: 12px;
}

.star {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.star:last-child {
  margin-right: 0;
}

.start-btn {
  display: inline-block;
  transition: box-shadow 0.3s linear;
  background: #38FC81;
  padding: 18px 51px;
  text-align: center;
  color: #000;
  font-family: "Rubik-700";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  border-radius: 4px;
}
.start-btn:hover {
  box-shadow: 0px 10px 20px rgba(56, 252, 129, 0.6);
}

.content__caption {
  background-color: #EAECED;
  padding: 11px 20px;
  border-radius: 8px;
  margin-bottom: 34px;
}
.content__caption p {
  font-family: "Rubik-500";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #858585;
}
.content__caption a {
  font-family: "Rubik-500";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #858585;
  text-decoration: underline;
}

.faq {
  position: relative;
}

.faq__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.faq__sidebar {
  display: flex;
  flex-direction: column;
  flex: 0 0 255px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
}

.faq__sidebar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sidebar__wrapper {
  display: flex;
  flex-direction: column;
}

.faq__sidebar__item {
  padding: 13px 18px 13px 20px;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
.faq__sidebar__item::before {
  content: "";
  width: 5px;
  height: 100%;
  background: transparent;
  border-radius: 0px 12px 12px 0px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-180deg);
  transition: background 0.3s linear;
}
.faq__sidebar__item:hover {
  background: linear-gradient(270deg, #DFFFEB 0%, #FFFFFF 33.33%);
}
.faq__sidebar__item:hover::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #38FC81;
  border-radius: 0px 12px 12px 0px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-180deg);
}
.faq__sidebar__item a {
  transition: color 0.3s linear;
  font-family: "Rubik-500";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #AFAFAF;
}
.faq__sidebar__item a:hover {
  color: #000;
}

.faq__content {
  padding: 30px;
}
.faq__content h3 {
  font-family: "Rubik-500";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}
.faq__content p {
  font-size: 14px;
  line-height: 17px;
  color: #858585;
}

.faq__item {
  margin-bottom: 44px;
}

.secure {
  background-color: #F2F4F5;
}
.secure .content__title {
  margin-bottom: 18px;
}

.secure__block {
  display: grid;
  grid-template-columns: 1fr 398px;
  grid-column-gap: 60px;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 32px;
}

.secure__text h3 {
  font-family: "Rubik-500", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 14px;
}
.secure__text p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 14px;
}
.secure__text p:last-child {
  margin-bottom: 0;
}

.reviews__block {
  grid-template-areas: "img text btn";
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-column-gap: 54px;
  padding: 20px 52px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.reviews__block:last-child {
  margin-bottom: 0;
}

.reviews__image {
  grid-area: img;
}
.reviews__text {
  grid-area: text;
}
.reviews__btn {
  grid-area: btn;
}

.reviews__image {
  width: 333px;
  border-radius: 8px;
}

.reviews__text h3 {
  font-family: "Rubik-500";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}
.reviews__text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #858585;
  margin-bottom: 14px;
}
.reviews__text p:last-child {
  margin-bottom: 0;
}

.reviews__btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviews__btn a {
  padding: 18px 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: "Rubik-700";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  background: transparent;
  transition: all 0.3s linear;
  box-shadow: none;
}
.reviews__btn a:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px rgba(56, 252, 129, 0.6);
  background: #31D26D;
}

.readers-choice__wrapper {
  justify-content: center;
  margin-bottom: 44px;
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: 400px 400px 400px;
  grid-template-rows: auto;
}

.readers-choice__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.readers-choice__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.readers-choice__image {
  max-width: 420px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}

.readers-choice__title {
  color: #000;
  font-family: "Rubik-500";
  font-weight: 500;
  font-size: 18px;
}

.readers-choice__subtitle {
  color: #858585;
  font-size: 14px;
  line-height: 17px;
  margin: 4px 0 18px 0;
  flex: 1 1 auto;
}

.readers-choice__btn a {
  display: inline-block;
  padding: 11px 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  font-family: "Rubik-700";
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  background: transparent;
  transition: all 0.3s linear;
  box-shadow: none;
}
.readers-choice__btn a:hover {
  border: 1px solid transparent;
  box-shadow: 0px 10px 20px rgba(56, 252, 129, 0.6);
  background: #31D26D;
}
.post__wrapper {
  margin: 0 auto;
  padding: 0 0 44px 0;
}
.post__wrapper .post__image {
  width: 70%;
  margin: 0px 0px 18px 0;
  border-radius: 8px;
}
.post__wrapper .post__image--size {
  width: 200px;
  margin-left: 50px;
  flex: 0 1 auto;
}
.post__wrapper .post__image--small {
  width: 300px;
}
.post__wrapper h1 {
  margin-bottom: 6px;
}
.post__wrapper p {
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Rubik-400", sans-serif;
  margin: 8px 0;
}
.post__wrapper p:last-child {
  margin-bottom: 0;
}

.post__content {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-template-areas: "post sidebar";
  grid-column-gap: 30px;
}

.post__image--small {
  width: 200px;
}

.post__content__items {
  grid-area: post;
}

.post__author {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #585858;
  margin-bottom: 18px;
}

.post__wrapper__item {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 48px;
}
.post__wrapper__item:last-child {
  margin-bottom: 0;
}
.post__wrapper__item h2 {
  font-family: "Rubik-500";
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 8px 0;
}
.post__wrapper__item li {
  font-family: "Rubik-500";
  font-size: 15px;
  margin-bottom: 5px;
}

.sidebar {
  grid-area: sidebar;
}

.post__block--flex {
  display: flex;
  justify-content: start;
  align-items: center;
}

.post__block--text {
  max-width: 700px;
}

#sidebar__toggler {
  z-index: 9999999 !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 1;
  border: 1px #555 solid;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all 0.3s linear;
  display: none;
  background-image: url("../images/arr.svg");
  background-size: 30px;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
}

.comments {
  display: flex;
  flex-direction: column-reverse;
}
.comments__input__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 22px 0;
}
.comments__area {
  width: 100%;
  height: 167px;
  padding: 12px 8px;
  margin-bottom: 14px;
  background-color: #F2F4F5;
  border-radius: 4px;
}
.comments__area__input {
  width: 25%;
  height: 100%;
}
.comments__area::-moz-placeholder {
  color: #C4C4C4;
}
.comments__area:-ms-input-placeholder {
  color: #C4C4C4;
}
.comments__area::placeholder {
  color: #C4C4C4;
}
.comments__btn {
  transition: shadow 0.3s linear;
  padding: 18px 70px;
  font-family: "Rubik-700";
  color: #000;
  font-size: 15px;
  line-height: 18px;
  align-self: start;
}
.comments__insert {
  padding: 10px 20px;
  margin-bottom: 10px;
  padding-top: 12px;
  border-top: 1px solid #C3C3C3;
}
.comments__insert__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.comments__insert__info p {
  margin: 0;
}
.comments__icon__name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 59px;
  padding: 12px;
  background-color: #F2F4F5;
  border-radius: 4px;
  margin-right: 12px;
}
.comments__icon__name span {
  font-size: 35px;
  line-height: 1;
  color: #BEBEBE;
}
.comments__name {
  font-size: 15px;
  line-height: 22px;
}
.comments__date {
  font-size: 12px;
  line-height: 14px;
  color: #585858;
}
.comments__message {
  font-size: 15px;
  line-height: 22px;
}

.author-preview {
  display: grid;
  grid-template-areas: "image title" "image info" "image social";
  grid-template-columns: 240px 1fr;
  grid-column-gap: 30px;
  position: relative;
  z-index: 2;
}

.post__image__block {
  grid-area: image;
}
.post__image__block picture {
  width: 100%;
  border-radius: 8px;
}

.author__wrapper__item {
  position: relative;
  padding: 32px 42px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
}
.author__wrapper__item:last-child {
  margin-bottom: 0;
}
.author__wrapper__item p {
  margin-bottom: 20px;
}
.author__wrapper__item p:last-child {
  margin-bottom: 0;
}

.author-preview__title {
  font-size: 34px;
  line-height: 40px;
  font-family: "Rubik-500";
}

.author__info {
  grid-area: info;
  border-top: 1px solid #D1D1D1;
  padding-top: 12px;
}

.author-flex {
  display: flex;
}
.author-flex .post__image {
  width: 100%;
  margin-right: 30px;
}

.author__social {
  grid-area: social;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.author__social img {
  margin-right: 6px;
}
.author__social span {
  display: inline-block;
}
.author__social__item {
  margin-right: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}
.author__social__item:hover {
  border-bottom: 1px solid #000;
}
.author__social__item a {
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
.author__social__item:last-child {
  margin-right: 0;
}
.author__social__item__link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author__vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.author__title {
  font-family: "Rubik-500";
  font-size: 22px;
  line-height: 22px;
  margin: 10px 0 15px 0;
}

.post__flex {
  display: flex;
}
.post__flex__image {
  margin-left: 20px;
  flex: 0 0 200px;
}
.post__flex__image .post__image {
  width: 100%;
}

.content__title {
  grid-area: title;
}

.author-text {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.author__info__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.author__info__item:last-child {
  margin-bottom: 0;
}
.author__info__item p {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  max-width: 462px;
  width: 100%;
}

.author__info__title {
  font-size: 15px;
  line-height: 18px;
  font-family: "Rubik-700";
  font-weight: 700;
  width: 150px;
  margin-right: 15px;
}
.sidebar {
  z-index: 50;
  background-color: #F2F4F5;
  justify-self: start;
}

.sidebar__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  overflow-y: scroll;
  max-height: 100vh;
}

.sidebar__inner::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.sidebar__banner img {
  max-width: 180px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.sidebar__inner__wrap {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 22px;
}

.nav__title {
  margin: 0px 0px 22px 0px;
  display: flex;
  text-transform: uppercase;
  font-family: "Rubik-500";
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  justify-content: flex-start;
  align-items: center;
  color: #000;
}

.sidebar__nav li {
  transition: all 0.2s linear;
  padding: 0px 0px 8px 0px;
  transform: translateX(0);
}
.sidebar__nav li:hover {
  transform: translateX(-5px);
}
.sidebar__nav li:last-child {
  padding: 0;
}
.sidebar__nav li .sidebar__nav__item {
  height: 100%;
  width: 100%;
  color: #8B8B8B;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}

.last__posts li {
  padding: 0px 0px 8px 0px;
  transition: all 0.2s linear;
  transform: translateX(0);
}
.last__posts li:hover {
  transform: translateX(-5px);
}
.last__posts li:last-child {
  padding: 0;
}
.last__posts li .last__post {
  line-height: 18px;
  color: #32CD6C;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: underline;
}

.sidabar__active {
  right: 0 !important;
  z-index: 999999 !important;
}

.sidebar__toggler__active {
  right: 200px !important;
  z-index: 999999 !important;
  transform: rotate(180deg);
}

.content__title--news {
  border-top: none;
  border-bottom: none;
  margin: 0;
  justify-content: start;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}
.content__title--news:hover {
  transition: color 0.2s linear;
  color: #32CD6C;
}

.content__inner {
  padding-top: 28px;
}

.news__item {
  width: 100%;
  padding: 20px 52px;
  position: relative;
  margin-bottom: 22px;
  background-color: #fff;
  border-radius: 8px;
}
.news__item:last-child {
  margin-bottom: 0;
}
.news__item a {
  text-align: left;
}

.news__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__image__item {
  width: 146px;
  flex: 0 0 auto;
}
.news__image__item img {
  border-radius: 4px;
}

.news__table {
  display: grid;
  grid-template-areas: "img text btn" ". date .";
  grid-template-columns: 1fr 2.5fr 1.2fr;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
}

.news__image {
  grid-area: img;
}

.news__text {
  grid-area: text;
}

.news__more {
  grid-area: btn;
}

.news__date {
  grid-area: date;
}

.news__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.news__descr {
  font-size: 14px;
  line-height: 17px;
  color: #858585;
}

.news__more {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news__more__item {
  padding: 18px 50px;
}

.news__date__item {
  display: inline-block;
  padding: 6px;
  border: 0.5px solid #858585;
  border-radius: 4px;
  color: #858585;
  font-size: 12px;
  line-height: 14px;
}
picture {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
picture img {
  width: 100%;
}
@media (max-width: 1300px){
  .header__right {
    width: 70%;
  }
  .table-grid__item {
    padding: 20px;
  }

  .content__caption {
    padding: 11px 20px;
  }

  .secure__block {
    grid-template-columns: 1fr 350px;
    grid-column-gap: 20px;
  }

  .reviews__block {
    padding: 30px;
    grid-column-gap: 30px;
  }

  .reviews__image {
    width: 300px;
  }

  .reviews__btn a {
    padding: 18px 30px;
  }

  .readers-choice__wrapper {
    width: 100%;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .news__item {
    padding: 20px;
  }

  .news__image__item {
    width: 140px;
  }

  .news__more__item {
    padding: 15px 26px;
  }
}
@media (max-width: 1090px){
  .nav .nav__item {
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom: 2px solid #00000000;
  }

  .header__right {
    width: 100%;
  }
}
@media (max-width: 1000px){
  .reviews__block {
    grid-template-areas: "img text" "btn text";
    grid-template-columns: 200px 1fr;
    grid-template-rows: auto;
    grid-row-gap: 10px;
  }

  .reviews__image {
    width: 200px;
  }

  .reviews__btn {
    justify-content: flex-start;
  }
  .reviews__btn a {
    padding: 15px 32px;
  }
  .author-preview {
    display: grid;
    grid-template-areas: "image title" "image social" "info info";
    grid-template-columns: 0.5fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    position: relative;
    z-index: 2;
  }

  .author__info {
    border-top: none;
    padding-top: 20px;
  }

  .author__social {
    align-self: start;
  }

  .author__wrapper__item {
    position: relative;
    padding: 20px;
  }

  .author-flex {
    flex-direction: column;
  }
  .author-flex .post__image {
    width: 70%;
  }

  .post__flex {
    flex-direction: column-reverse;
  }
  .post__flex__image {
    margin-left: 0px;
  }
  .post__flex__image .post__image {
    width: 70%;
  }
}
@media (max-width: 960px){
  .nav .nav__item {
    font-size: 11px;
  }
}
@media (max-width: 950px){
  .post__wrapper .post__image {
    width: 100%;
  }
  .post__wrapper .post__image--size {
    width: 200px;
    margin-left: 20px;
  }

  .comments__area {
    width: 100%;
  }

  .author-info {
    flex-direction: column;
  }

  .author-info .post__image {
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 910px){
  .footer__wrap {
    grid-template-columns: 1.3fr 0.7fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }

  .footer__item {
    margin-left: 0;
  }

  .footer__discl p {
    margin-left: 0;
  }
}
@media (max-width: 900px){
  .nav {
    padding: 0;
  }
  .nav .nav__item {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .table-grid__item {
    display: grid;
    grid-template-areas: "img properties properties" "start score score" "reviews reviews reviews";
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }

  .description__image {
    display: none;
  }

  .content__caption {
    text-align: center;
  }

  .faq {
    overflow-x: hidden;
  }

  .faq__wrapper {
    flex-direction: column;
  }

  .faq__sidebar {
    overflow-x: scroll;
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(14, 1fr);
    flex: 1 1 auto;
  }

  .faq__sidebar__item {
    width: 200px;
    padding: 6px;
  }
  .faq__sidebar__item::before {
    content: "";
    width: 100%;
    height: 5px;
    background: transparent;
    border-radius: 0px 12px 12px 0px;
    position: absolute;
    right: 0;
    top: 93%;
    transform: rotate(0deg);
    transition: background 0.3s linear;
  }
  .faq__sidebar__item:hover {
    background: linear-gradient(270deg, #DFFFEB 0%, #FFFFFF 33.33%);
  }
  .faq__sidebar__item:hover::before {
    content: "";
    width: 100%;
    height: 5px;
    background: #38FC81;
    border-radius: 12px 12px 0px 0px;
    position: absolute;
    right: 0;
    top: 93%;
    transform: rotate(0deg);
  }

  .secure__block {
    grid-template-columns: 1fr;
  }

  .secure__image {
    order: 1;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .secure__text {
    order: 2;
  }

  .readers-choice__wrapper {
    grid-column-gap: 20px;
  }
  .news__table {
    grid-template-areas: "img text" "btn date";
    grid-template-columns: 1fr 2fr;
  }

  .news__date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .news__image__item {
    align-self: flex-start;
  }

  .content__title--news {
    padding: 0;
  }
}
@media (max-width: 800px){
  .langs__section {
    margin-left: auto;
  }

  .header-main__title {
    display: block;
  }

  .logo {
    display: block;
  }

  .nav {
    display: none;
  }

  #burger {
    display: block;
    z-index: 999;
  }

  .header__bottom {
    height: 50px;
    padding: 0 0px;
    justify-content: space-between;
  }

  .header__title {
    display: none;
  }
}
@media (max-width: 700px){
  .reviews__block {
    grid-template-columns: 150px 1fr;
    grid-row-gap: 0px;
    grid-column-gap: 20px;
  }

  .reviews__image {
    width: 150px;
  }

  .reviews__btn a {
    padding: 12px 25px;
  }

  .start-btn {
    padding: 15px 32px;
  }

  .readers-choice__wrapper {
    grid-template-columns: 1fr;
  }

  .readers-choice__wrap {
    flex-direction: row;
  }

  .readers-choice__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .readers-choice__item:last-child {
    margin-bottom: 0;
  }

  .readers-choice__subtitle {
    margin-bottom: 0px;
  }

  .readers-choice__btn {
    align-self: flex-end;
  }
  .readers-choice__btn a {
    padding: 12px 25px;
  }

  .readers-choice__image {
    max-width: 200px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .post__wrapper .post__image {
    width: 90%;
  }

  .comments__insert {
    padding: 5px 15px;
  }

  .post__content {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
  }
  .news__more__item {
    padding: 12px 30px;
  }
}
@media (max-width: 550px){
  .container {
    padding: 0 12px;
  }
  .header__inner {
    padding: 18px 20px;
  }
  .header__inner h1 {
    font-size: 17px;
    font-weight: 700;
  }
  .header__inner h2 {
    font-size: 9px;
    line-height: 1.5;
  }
  h1.content__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
  }

  .content__title {
    font-size: 13px;
    line-height: 15px;
  }

  .content__subtitle {
    font-size: 13px;
    line-height: 15px;
  }

  .table-grid__item {
    display: grid;
    grid-template-areas: "img properties properties" "start start score" "reviews reviews reviews";
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    padding: 6px;
    margin-bottom: 12px;
  }

  .table__start {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .start-btn {
    padding: 12px 50px;
  }

  .table__score span {
    font-size: 14px;
    margin-bottom: 0;
  }

  .table__score__read-review {
    font-size: 12px;
  }

  .star:nth-child(-n+4) {
    display: none;
  }

  .table-wrap__score {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
  }

  .stars {
    margin: 0 6px 0 0px;
  }

  .table__properties ul li {
    font-size: 10px;
  }

  .table-properties__title {
    font-size: 15px;
  }

  .table-wrap__image {
    align-items: flex-start;
  }

  .table__image {
    width: 95px;
  }

  .table__reviews p {
    font-size: 8px;
  }

  .content__description {
    padding: 10px;
  }

  .description__text {
    font-size: 9px;
    line-height: 10px;
  }

  .text__block {
    margin-bottom: 8px;
  }

  .content__title {
    margin: 18px 0;
  }

  .content__caption {
    margin-bottom: 24px;
  }
  .content__caption p {
    font-size: 8px;
    line-height: 10px;
  }
  .content__caption a {
    font-size: 8px;
    line-height: 10px;
  }

  .faq__sidebar__item {
    width: 120px;
  }
  .faq__sidebar__item a {
    font-size: 10px;
    line-height: 1.2;
  }

  .faq__content {
    padding: 12px;
  }

  .faq__item {
    margin-bottom: 12px;
  }
  .faq__item h3 {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2px;
  }
  .faq__item p {
    font-size: 9px;
    line-height: 11px;
  }

  .secure .content__title {
    margin: 12px 0;
  }

  .secure__block {
    padding: 10px;
    margin-bottom: 17px;
  }

  .secure__image {
    max-width: 200px;
  }

  .secure__text h3 {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 8px;
  }
  .secure__text p {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 8px;
  }

  .reviews__block {
    grid-template-areas: "img" "text" "btn";
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
    padding: 20px;
    margin-bottom: 12px;
  }

  .reviews__image {
    width: 100%;
  }

  .reviews__text {
    text-align: center;
  }
  .reviews__text h3 {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .reviews__text p {
    font-size: 9px;
    line-height: 11px;
    margin-bottom: 10px;
  }

  .reviews__btn {
    width: 100%;
    text-align: center;
  }
  .reviews__btn a {
    font-size: 13px;
    line-height: 15px;
    width: 100%;
  }

  .readers-choice__wrapper {
    grid-row-gap: 12px;
  }

  .readers-choice__wrap {
    flex-direction: column;
  }

  .readers-choice__item {
    margin-bottom: 0px;
  }

  .readers-choice__wrapper {
    grid-row-gap: 12px;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 46px;
  }

  .readers-choice__image {
    max-width: 420px;
    margin-bottom: 8px;
  }

  .readers-choice__text {
    margin-bottom: 10px;
  }
  .readers-choice__text h3 {
    font-size: 13px;
    line-height: 16px;
  }
  .readers-choice__text p {
    font-size: 9px;
    line-height: 10px;
  }

  .readers-choice__btn {
    max-width: 420px;
    width: 100%;
    align-self: start;
    text-align: center;
  }
  .readers-choice__btn a {
    max-width: 420px;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
  }
  .post__wrapper p {
    font-size: 13px;
    line-height: 16px;
  }
  .post__wrapper h1 {
    margin-bottom: 8px;
  }

  .post__author {
    font-size: 9px;
    margin-bottom: 22px;
  }
  .post__author a {
    font-family: "Rubik-500";
    font-weight: 500;
    color: #858585;
    text-decoration: underline;
  }

  .post__wrapper__item {
    padding: 6px;
    margin-bottom: 22px;
  }
  .post__wrapper__item h2 {
    font-size: 13px;
    line-height: 13px;
  }
  .post__wrapper__item li {
    font-size: 13px;
    line-height: 16px;
  }

  .comments__icon__name {
    width: 30px;
    height: 30px;
    margin-right: 6px;
  }
  .comments__icon__name span {
    font-size: 20px;
  }
  .comments__message {
    margin-top: 6px;
  }
  .comments__input__group {
    margin: 10px 0;
  }
  .comments__insert {
    padding: 6px 0px;
    margin-bottom: 0;
  }
  .comments__insert__info {
    margin-bottom: 6px;
  }
  .comments__area {
    width: 100%;
    height: 100px;
    padding: 6px;
    margin-bottom: 6px;
    background-color: #F2F4F5;
    border-radius: 4px;
  }
  .comments__area__input {
    width: 50%;
    height: 100%;
  }
  .comments__area::-moz-placeholder {
    color: #C4C4C4;
    font-size: 9px;
    line-height: 11px;
  }
  .comments__area:-ms-input-placeholder {
    color: #C4C4C4;
    font-size: 9px;
    line-height: 11px;
  }
  .comments__area::placeholder {
    color: #C4C4C4;
    font-size: 9px;
    line-height: 11px;
  }

  .author__vector {
    display: none;
  }

  .author-preview {
    grid-template-columns: 68px 1fr;
  }

  .author__wrapper__item {
    padding: 6px;
    margin-bottom: 12px;
  }
  .author__wrapper__item p {
    margin: 6px 0px;
  }

  .author-preview__title {
    font-size: 13px;
    line-height: 22px;
  }

  .author__social {
    margin-top: -10px;
  }

  .author__social__item a {
    font-size: 10px;
    line-height: 12px;
  }
  .author__social__item img {
    width: 10px;
    height: 10px;
  }

  .author__info {
    padding-top: 12px;
  }

  .author__info__item {
    flex-direction: column;
    margin-bottom: 4px;
  }

  .author__info__title {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 2px;
  }

  .author__title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .author-flex .post__image {
    margin-right: 0;
  }

  .author-text {
    margin: 0;
  }
  .content__inner {
    padding-top: 18px;
  }

  .content__title--news {
    margin: 0 0 8px 0;
  }

  .news__table {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "text" "date" "btn";
    grid-row-gap: 12px;
  }

  .news__item {
    padding: 6px 20px;
  }

  .news__descr {
    font-size: 9px;
    line-height: 11px;
  }

  .news__image {
    justify-content: flex-start;
  }

  .news__more {
    justify-content: flex-start;
  }
  .news__more__item {
    font-size: 13px;
    line-height: 15px;
  }

  .news__date__item {
    font-size: 10px;
    line-height: 12px;
  }
}
@media (max-width: 500px){
  .secure__image {
    max-width: 100%;
  }
}
@media (max-width: 480px){
  .header__inner h1 {
    padding: 0 40px;
  }
  .footer__wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
}
@media (max-width: 400px){
  .news__image {
    justify-content: center;
  }

  .news__more {
    justify-content: center;
  }

  .news__date {
    justify-content: center;
  }

  .news__text {
    align-items: center;
  }

  .news__descr {
    text-align: center;
  }
}
