.container {
  max-width: 35%;
  margin: 0 auto;
}

.main__img {
  width: 100%;
  max-width: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}

.main__title {
  font-family: Georgia, "Droid-serif", serif;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
  font-size: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.main__article {
  font-family: serif;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 1rem;
}

.main__by {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  font-family: serif;
  font-weight: 500;
}

.main__by div {
  color: #868e96;
}

.main__by div span {
  color: #000;
  font-size: 1.1rem;
}

/*=========INFO==========*/

.info {
  font-family: serif;
}

.info .container p {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.info .container p i {}

.info__socials {
  display: flex;
}

.info__article {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 1rem 0;
}

.info__img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.info__socials-block {
  padding: 0.3rem 0.8rem;
  color: #fff;
}

.info__socials-block:nth-child(1) {
  background-color: #1877f2;
  border-radius: 5px 0px 0px 5px;
}

.info__socials-block:nth-child(2) {
  background-color: #55acee;
}

.info__socials-block:nth-child(3) {
  background-color: #868e96;
  border-radius: 0px 5px 5px 0px;
}

.info__by {
  display: flex;
  flex-direction: column;
  font-family: serif;
  font-size: 1.2rem;
  line-height: 20px;
}

.info__text {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  font-weight: bold;

}

.info__text span {
  font-weight: 700;
  color: #000;
}

b,
strong {
  font-weight: bold !important;
}

.info__title {
  font-weight: 700;
}

.info__important {
  font-size: 1.8rem;
  border-right: 5px solid #1877f2;
  padding-right: 10px;
  margin-bottom: 1rem;
}

.info__list {
  list-style: disc;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.8rem !important;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/*===========STEPS==============*/

.steps {
  font-family: serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.steps__text {
  margin: 1rem 0;
}

.steps__text span {
  color: #000;
  font-weight: 700;
  font-family: serif;
}

.steps__important {
  border-right: 5px solid #1877f2;
  padding-right: 10px;
  margin-top: 0.5rem;
}

.steps__title {
  font-family: serif;
  margin-top: 3rem;
  font-weight: 700;
  font-size: 1.9rem;
}

.steps__res {
  color: #1877f2 !important;
}

/*========BENEFITS========*/

.benefits {
  margin-top: 3rem;
}

.benefits__title {
  font-family: serif;
  margin-bottom: 1rem;
  font-weight: 700;
}

.benefits__list {
  font-family: serif;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.8rem;
  list-style: decimal;
}

.benefits__item span {
  display: block;
  font-weight: 700;
  color: #1877f2;
  font-family: serif;
  font-size: 1.5rem;
}

.benefits__item::marker {
  color: #1877f2;
  font-family: serif;
}

/*========REG=======*/

.reg {
  margin-top: 3rem;
  font-family: serif;
  font-weight: bold;
}

.reg__item {
  font-size: 1.4rem;
  padding-right: 10px;
  font-weight: bold;
}

.button-link {
  display: block;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
  background-color: #2196b7;
  padding: 1rem;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}

.reg__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reg__title {
  font-weight: 700;
  font-size: 1.8rem;
}

.reg__list-container {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}

.button-link:hover {
  color: #fff;
  transform: translateY(5px);
}

/*==========RECOMMEND=========*/

.recommend {
  font-family: serif;
}

.recommend__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}

.recommend__row a {
  color: #444;
}

.recommend__block {
  display: flex;
  flex-direction: column;
}

.recommend__block span {
  font-size: 1.2rem;
  font-weight: 700;
}

.recommend__img {
  max-width: 100%;
}

/*===========MEDIAQUERIES==========*/

@media (max-width: 1400px) {
  .container {
    max-width: 700px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 600px;
  }

  .header__nav {
    display: none;
  }
}

@media (max-width: 980px) {
  .news__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .news__block span {
    display: block;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 95%;
  }

  .main__title {
    font-size: 3rem;
  }

  .main__socials {
    display: none;
  }

  .block-info input {
    width: 300px !important;
  }

  .recommend__row {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
}

@media (max-width: 500px) {
  .main__title {
    font-size: 2rem;
  }

  .main__article {
    font-size: 1.5rem;
  }

  .img-screen {
    width: 200px;
  }
}

.label {
  color: #868e96;
}