body {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

img {
  display: block;
}

.container {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 12px 21px;
  color: #fff;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.7px;
  flex-shrink: 0;
  background-color: #0066ff;
  font-size: 18px;
}
.btn:hover {
  background-color: #0089ed;
}
@media screen and (max-width: 767px) {
  .btn {
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.title {
  font-size: 18px;
  font-weight: 800;
  font-family: "Montserrat";
  display: block;
  line-height: 1.2;
}

.link {
  color: #0066ff;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link:hover {
  color: #0089ed;
}

.header {
  height: 72px;
  padding: 0 16px 0 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(247, 249, 250);
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 1200px) {
  .header {
    display: none;
  }
}
.header__text-pages {
  cursor: pointer;
  transition: all 0.3s ease;
}
.header__text-pages:hover {
  color: #0089ed;
}
.header__content-right {
  display: flex;
  align-items: center;
  gap: 13px;
}
.header__content-tg {
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 40px;
  gap: 10px;
  min-height: auto;
  border-radius: 10px;
}
.header .btn {
  font-size: 14px;
}

.hero__logo {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .hero__logo {
    margin-bottom: 50px;
  }
}
.hero__wrapper {
  padding-top: 15px;
  padding-bottom: 70px;
}
.hero__logo-img {
  cursor: pointer;
}
.hero__text:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .hero__text {
    max-width: 650px;
    width: 100%;
  }
}
.hero__text-title {
  margin-bottom: 10px;
}
.hero__btn {
  margin-bottom: 50px;
}
.hero__list:not(:last-child) {
  margin-bottom: 30px;
}
.hero__list-item:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .links-reviews__list {
    display: grid;
    grid-template: auto/repeat(5, 1fr);
    grid-gap: 30px;
    padding: 40px 0;
    border-top: 1px solid rgb(234, 237, 240);
    border-bottom: 1px solid rgb(234, 237, 240);
  }
}
.links-reviews__item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 1199px) {
  .links-reviews__item {
    border-bottom: 1px solid rgb(234, 237, 240);
  }
}
.links-reviews__icon, .links-reviews__icon img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  fill: currentColor;
}
@media screen and (min-width: 1200px) {
  .links-reviews__icon, .links-reviews__icon img {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }
}
main {
  padding-top: 15px;
}
@media screen and (min-width: 1200px) {
  main {
    padding-top: 58px;
  }
}

.featured {
  padding-top: 56px;
}
@media screen and (min-width: 1200px) {
  .featured__list {
    display: grid;
    grid-template: auto/repeat(4, 1fr);
    grid-gap: 3rem;
  }
}
.featured__list-item:not(:last-child) {
  margin-bottom: 30px;
}
.featured__title {
  margin-bottom: 10px;
}
.featured__icons {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  grid-gap: 8px;
}
.featured__icons-item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #e4e9ec;
  padding: 8px 6px;
  text-align: center;
}
.featured__icons-item svg {
  width: 100%;
  height: 31px;
}
.featured span {
  color: #0066ff;
}

.footer-mob {
  padding: 40px 0;
}
.footer-mob span {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer-mob {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .footer {
    display: none;
  }
}
.footer__content-bottom {
  padding: 24px 0;
  border-top: 1px solid #eaedf0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__text-pages {
  cursor: pointer;
  transition: all 0.3s ease;
}
.footer__text-pages:hover {
  color: #0089ed;
}
.footer__content-logo {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */