@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
* {
  box-sizing: border-box;
}
body {
  color: #141414;
  display: flex;
  flex-direction: column;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  min-height: 100vh;
}
a {
  color: #006bf5;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.hamburger {
  background: transparent;
  border: none;
  display: none;
  transition: background-color 0.1s ease-in-out;
}
.hamburger.show {
  display: block;
}
.hamburger.open {
  background-color: hsla(0, 0%, 8%, 0.04);
}
.hamburger.open .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.open .hamburger__line:first-child {
  transform: translateY(9px) rotate(45deg);
}
.hamburger.open .hamburger__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger .hamburger__line {
  background-color: #141414;
  display: block;
  height: 2px;
  margin: 7px auto;
  transition: all 0.1s ease-in-out;
  width: 30px;
}
@media screen and (max-width: 576px) {
  .hamburger {
    display: block;
  }
}
.button {
  background: transparent;
  border: none;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-size: 0.875rem;
  line-height: inherit;
  padding: 10px 10px 8px 32px;
  position: relative;
  text-decoration: none;
}
.button:before {
  content: "";
  left: 10px;
  position: absolute;
}
.button:hover {
  box-shadow: 0 0 3px hsla(0, 0%, 8%, 0.5);
}
.button:active {
  box-shadow: inset 0 0 3px -1px;
}
.button--paste {
  background-color: #dae4ff;
  color: #006bf5;
}
.button--paste:before {
  background-image: url(../images/paste.svg);
  height: 16px;
  top: calc(50% - 8px);
  width: 17px;
}
.button--clear {
  background-color: #fff4d1;
  color: #141414;
}
.button--clear:before {
  background-image: url(../images/clear.svg);
  height: 16px;
  top: calc(50% - 8px);
  width: 16px;
}
.button--download {
  background-color: #141414;
  color: #fff;
  min-height: 48px;
  padding: 12px 18px 10px 48px;
}
.button--download:before {
  background-image: url(../images/download.svg);
  height: 24px;
  left: 14px;
  top: calc(50% - 12px);
  width: 24px;
}
@media screen and (max-width: 576px) {
  .button--download:before {
    left: calc(50% - 55px);
  }
  .button--download {
    width: 100%;
  }
}
.button--result-video {
  background-color: #006bf5;
  color: #fff;
  font-size: 1.25rem;
  min-width: 250px;
  padding: 14px 34px 14px 64px;
}
.button--result-video:before {
  background-image: url(../images/download-thin.svg);
  height: 20px;
  left: 34px;
  top: calc(50% - 10px);
  width: 18px;
}
@media screen and (max-width: 768px) {
  .button--result-video:before {
    left: calc(50% - 90px);
  }
  .button--result-video {
    font-size: 1.125rem;
    width: 100%;
  }
}
.button--result-audio {
  background-color: #b9e6ff;
  color: #141414;
  font-size: 1.25rem;
  min-width: 250px;
  padding: 14px 34px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .button--result-audio {
    font-size: 1.125rem;
    width: 100%;
  }
}
.button--back {
  background-color: #006bf5;
  color: #fff;
  font-family: inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  min-width: 250px;
  padding: 14px 34px;
  text-align: center;
}
.loader {
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}
.loader__circle-list {
  margin-bottom: 30px;
}
.loader__circle-item {
  animation: loader 1.3s ease-in-out infinite;
  background: #006bf5;
  border-radius: 10px;
  display: inline-block;
  height: 12px;
  margin: 0 8px;
  opacity: 0;
  width: 18px;
}
.loader__circle-item:nth-of-type(2) {
  animation-delay: 0.15s;
}
.loader__circle-item:nth-of-type(3) {
  animation-delay: 0.3s;
}
.loader__text {
  font-size: 1.125rem;
  margin: 0 auto;
  width: 90%;
}
@keyframes loader {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}
.header {
  box-shadow: 0 2px 0 #f5f5f5;
}
@media screen and (max-width: 576px) {
  .header {
    box-shadow: none;
  }
}
.header__wrapper {
  display: grid;
  grid-template-areas: "logo button";
  justify-content: space-between;
  padding: 12px 60px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .header__wrapper {
    grid-template-areas: "logo      hamburger" "button    button" "lang-list lang-list";
    padding: 0 10px;
  }
}
.header__logo {
  display: block;
  grid-area: logo;
}
.header__logo--disabled {
  pointer-events: none;
}
.header__hamburger {
  grid-area: hamburger;
  justify-self: end;
}
.header__button-lang {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: 700;
  grid-area: button;
  line-height: inherit;
  padding: 12px 14px;
  transition: background-color 0.2s ease-in;
}
.header__button-lang.active {
  background-color: hsla(0, 0%, 8%, 0.04);
  color: #006bf5;
}
.header__button-lang.show {
  display: block;
}
.header__button-lang:hover {
  background-color: hsla(0, 0%, 8%, 0.04);
}
.header__button-lang:active {
  box-shadow: inset 0 0 3px -1px;
}
@media screen and (max-width: 576px) {
  .header__button-lang {
    display: none;
    justify-self: start;
    pointer-events: none;
  }
}
.header__lang-list {
  grid-area: lang-list;
  position: absolute;
  right: 60px;
  top: 100%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .header__lang-list {
    position: static;
  }
}
.lang-list {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 8%, 0.04);
  display: none;
  flex-wrap: wrap;
  max-width: 320px;
}
.lang-list.show {
  display: flex;
}
@media screen and (max-width: 576px) {
  .lang-list {
    max-width: none;
  }
}
.lang-list__item {
  width: 50%;
}
.lang-list__item:only-child {
  width: 100%;
}
.lang-list__link {
  color: inherit;
  display: block;
  padding: 8px 36px;
  transition: background-color 0.1s ease-in-out;
  width: 100%;
}
.lang-list__link:hover {
  background-color: hsla(0, 0%, 8%, 0.04);
}
.lang-list__link:active {
  box-shadow: inset 0 0 3px -1px;
}
.search__wrapper {
  background-color: #006bf5;
  color: #fff;
  min-height: 350px;
  padding: 80px 70px;
}
@media screen and (max-width: 576px) {
  .search__wrapper {
    min-height: 290px;
    padding: 40px 15px;
  }
}
.search__title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .search__title {
    font-size: 1.5rem;
  }
}
.search__subtitle {
  font-size: 1.25rem;
  margin: 0 0 32px;
  text-align: center;
}
.form {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .form {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .form {
    flex-direction: column;
  }
}
.form__input-wrapper {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  margin-right: 8px;
  min-height: 48px;
  padding: 6px 6px 6px 12px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .form__input-wrapper {
    margin-bottom: 8px;
    width: 100%;
  }
}
.form__input {
  background: transparent;
  border: none;
  margin-right: 6px;
  width: 100%;
}
.form__input:focus {
  outline: none;
}
.form__error {
  background-color: #fff4d1;
  border-radius: 4px;
  color: #141414;
  left: 0;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: -95%;
  width: 100%;
}
.form__error:before {
  background-color: #ffcd3a;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
@media screen and (max-width: 576px) {
  .form__error {
    top: -45%;
  }
}
.error-message {
  display: flex;
  justify-content: center;
  margin: 40px 70px 20px;
}
@media screen and (max-width: 576px) {
  .error-message {
    margin: 40px 15px 20px;
  }
}
.error-message__text {
  background-color: #fff4d1;
  border-radius: 4px;
  color: #141414;
  font-size: 1.25rem;
  margin: 0;
  padding: 20px;
}
.result {
  margin: 50px auto 0;
  max-width: 768px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .result {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .result {
    padding: 0 15px;
  }
}
.result__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.result__wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .result__wrapper {
    align-items: center;
    flex-direction: column;
  }
}
.result__media {
  flex-shrink: 0;
  height: 255px;
  margin: auto 75px auto 0;
  position: relative;
  width: 240px;
}
.result__media:before {
  background: url(../images/play.svg);
  content: "";
  height: 56px;
  left: calc(50% - 28px);
  position: absolute;
  top: calc(50% - 28px);
  width: 56px;
}
@media screen and (max-width: 768px) {
  .result__media {
    margin: 0 auto 20px;
  }
}
.result__image {
  border-radius: 4px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.result__inner {
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
}
@media screen and (max-width: 768px) {
  .result__inner {
    align-items: center;
  }
}
.result__username {
  color: #006bf5;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .result__username {
    font-size: 1.25rem;
  }
}
.result__text {
  font-size: 1.25rem;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .result__text {
    font-size: 1.125rem;
    text-align: center;
  }
}
.result__button {
  align-self: flex-start;
  margin-bottom: 10px;
}
.result__button:first-of-type {
  margin-top: auto;
}
.result__button:last-of-type {
  margin-bottom: 0;
}
.info {
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .info {
    padding: 0 15px;
  }
}
.info__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.info__text {
  margin: 0 0 30px;
}
.features {
  margin-bottom: 30px;
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .features {
    padding: 0 15px;
  }
}
.features__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 992px) {
  .features__content {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .features__content-item {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .features__content-item {
    max-width: 33%;
  }
}
.features__content-title {
  font-size: 18px;
}
.features__content-text {
  font-size: 14.5px;
  line-height: 24px;
}
.features__item {
  margin-bottom: 10px;
}
.faq {
  margin-bottom: 40px;
}
.faq__wrapper {
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .faq__wrapper {
    padding: 0 15px;
  }
}
.accordion {
  margin: 15px 0;
}
.accordion:last-of-type {
  margin-bottom: 0;
}
.accordion__button {
  background-color: #006bf5;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 10px 50px 10px 15px;
  position: relative;
  text-align: start;
  width: 100%;
}
.accordion__button h3 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}
.accordion__button:after {
  background-image: url(../images/arrow.svg);
  content: "";
  height: 8px;
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  transform: scale(1);
  width: 14px;
}
.accordion__content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px hsla(0, 0%, 8%, 0.08);
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.accordion__content p {
  margin: 0;
  padding: 0 15px 15px;
}
.accordion__content ul {
  list-style-type: disc;
  margin: 0;
  padding: 0 15px 15px 35px;
}
.accordion__button.active + .accordion__content {
  max-height: none;
  padding-top: 15px;
}
.accordion__button.active:after {
  transform: scale(-1);
}
.note {
  margin: 0 0 50px;
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .note {
    padding: 0 15px;
  }
}
.backTop {
  align-items: center;
  background: url(../images/arrow.svg) 50% no-repeat #006bf5;
  border: none;
  border-radius: 100%;
  bottom: 15px;
  box-shadow: 0 0 3px hsla(0, 0%, 8%, 0.9);
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  right: 15px;
  transform: scale(-1);
  transition: visibility 0.5s, opacity 0.5s;
  visibility: hidden;
  width: 40px;
}
.backTop--visible {
  opacity: 0.7;
  visibility: visible;
}
.footer {
  align-items: center;
  background-color: transparent; 
  display: flex;
  flex-direction: column;
  padding: 20px 70px;
  
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 20px 15px;
  }
}
.footer__copyright {
  margin: 0 0 20px;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer-nav__list {
    align-items: center;
    flex-direction: column;
  }
}
.footer-nav__item {
  position: relative;
}
.footer-nav__item:not(:last-of-type) .footer-nav__link:after {
  background-color: #141414;
  content: "";
  height: 18px;
  position: absolute;
  right: -6px;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .footer-nav__item:not(:last-of-type) .footer-nav__link:after {
    content: none;
  }
}
.footer-nav__link {
  text-decoration: none;
}
.footer-nav__link:hover {
  text-decoration: underline;
}
.download-app {
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .download-app {
    padding: 0 15px;
  }
}
.download-app__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
.download-app__text {
  margin: 0 0 30px;
}
.download-app__wrapper {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.download-app__link {
  cursor: pointer;
  text-decoration: none;
}
.download-app__icon {
  display: inline-block;
  height: 48px;
  margin: 16px auto;
}
.download-app__icon.google-play {
  background: url(../images/google-play.svg) 50% no-repeat;
  width: 166px;
}
.download-app__icon.apple-store {
  background: url(../images/apple-store.svg) 50% no-repeat;
  width: 142px;
}
.how-to {
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .how-to {
    padding: 0 15px;
  }
}
.how-to__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 25px;
}
.how-to__subtitle {
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.how-to__description {
  margin: 0 0 50px;
}
.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.article-card__image {
  aspect-ratio: 364/200;
  border-radius: 8px;
  height: 200px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.article-card__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.article-card__description {
  flex-grow: 1;
  margin: 0 0 10px;
}
.article-card__link {
  color: #006bf5;
  text-decoration: none;
}
.article-card__link span {
  font-style: italic;
  text-decoration: underline;
}
.article-page__breadcrumbs {
  margin-bottom: 8px;
  padding: 5px 0;
}
.breadcrumbs__list {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item:not(:last-child):after {
  color: #006bf5;
  content: "›";
  font-size: 1.25rem;
  margin: 0 6px;
}
.breadcrumbs__item:last-child .breadcrumbs__link {
  pointer-events: none;
}
.breadcrumbs__link {
  color: #141414;
  font-size: 0.875rem;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.howTo {
  margin: 50px auto;
  padding: 0 70px;
}
@media (max-width: 576px) {
  .howTo {
    padding: 0 15px;
  }
}
.howTo__content {
  background: #006bf5;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 #9898984d;
  padding: 24px 40px 44px;
}
.howTo__content-title {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 32px;
  text-align: center;
}
.howTo__content-info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .howTo__content-info {
    flex-direction: column;
  }
}
.howTo__content-subTitle {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.howTo__content-text {
  color: #fff;
  line-height: 24px;
}
@media (max-width: 576px) {
  .howTo__content-text {
    font-size: 13px;
  }
}
.download {
  margin: 50px auto;
  padding: 0 70px;
}
@media (max-width: 992px) {
  .download {
    padding: 0 15px;
  }
}
.download__content-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.download__content-item:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .download__content-item:nth-of-type(2) {
    align-items: center;
    flex-direction: column;
  }
}
.download__content-item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .download__content-item {
    flex-direction: column;
  }
}
.download__content-info {
  max-width: 622px;
}
.download__content-title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 24px;
}
.download__content-text {
  line-height: 24px;
}
@media (max-width: 576px) {
  .download__content-img {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .download__content-img img {
    width: 90%;
  }
}
.contact {
  flex-grow: 1;
  padding: 50px 70px;
}
@media screen and (max-width: 576px) {
  .contact {
    padding: 50px 15px;
  }
}
.contact__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.contact__text {
  margin: 0 0 25px;
}
.contact__item {
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.contact__item:last-of-type {
  margin-bottom: 0;
}
.contact__item:before {
  background: url(../images/email.svg);
  content: "";
  height: 14px;
  left: 12px;
  position: absolute;
  top: 2px;
  width: 19px;
}
.contact__link {
  text-decoration: none;
}
.contact__link:hover {
  text-decoration: underline;
}
.privacy-policy {
  flex-grow: 1;
  padding: 50px 70px;
}
@media screen and (max-width: 576px) {
  .privacy-policy {
    padding: 50px 15px;
  }
}
.privacy-policy__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.privacy-policy__text h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.privacy-policy__text p {
  margin: 0 0 30px;
}
.privacy-policy__text p:last-of-type {
  margin-bottom: 0;
}
.terms-of-use {
  flex-grow: 1;
  padding: 50px 70px;
}
@media screen and (max-width: 576px) {
  .terms-of-use {
    padding: 50px 15px;
  }
}
.terms-of-use__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.terms-of-use__title:not(:first-of-type) {
  margin-top: 30px;
}
.terms-of-use__text h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
.terms-of-use__text p {
  margin: 0 0 30px;
}
.terms-of-use__text p:last-of-type {
  margin-bottom: 0;
}
.terms-of-use__text ul {
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 20px;
}
.error-404 {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  margin: 0 auto;
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  .error-404 {
    padding: 0 15px;
  }
}
.error-404__img {
  height: auto;
  margin-bottom: 50px;
  max-width: 100%;
  width: 364px;
}
.error-404__heading {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 15px;
}
.error-404__text {
  font-size: 1.25rem;
  margin: 0 0 25px;
  text-align: center;
}
.blog {
  flex-grow: 1;
  padding: 50px 70px;
}
@media screen and (max-width: 576px) {
  .blog {
    padding: 32px 15px;
  }
}
.blog__heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 20px;
}
.blog__info {
  margin: 0 0 30px;
}
.blog__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(328px, 364px));
  justify-content: center;
}
.article-page {
  flex-grow: 1;
  padding: 50px 70px;
}
@media screen and (max-width: 576px) {
  .article-page {
    padding: 32px 15px;
  }
}
.article__heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}
.article__info {
  margin: 0 0 20px;
}
.article__summary {
  margin: 0;
}
.tutorial {
  margin-bottom: 12px;
}
.tutorial__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.tutorial__info {
  margin: 0 0 12px;
}
.tutorial__list {
  list-style: none;
  margin: 0;
  padding: 0 30px;
}
@media screen and (max-width: 576px) {
  .tutorial__list {
    padding: 0;
  }
}
.tutorial__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.tutorial__item:last-child {
  margin-bottom: 0;
}
.tutorial__subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.tutorial__text {
  margin: 0;
}
.tutorial__image {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.tutorial__image img {
  max-width: 100%;
}
.related {
  margin-top: 50px;
}
@media screen and (max-width: 576px) {
  .related {
    margin-top: 32px;
  }
}
.related__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
}
.related__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(328px, 364px));
  justify-content: center;
}

/*# sourceMappingURL=style.css.map*/
