@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Light.woff2") format("woff2"), url("../fonts/figtree/Figtree-Light.woff") format("woff");
  font-weight: 1;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Light.woff2") format("woff2"), url("../fonts/figtree/Figtree-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Regular.woff2") format("woff2"), url("../fonts/figtree/Figtree-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Medium.woff2") format("woff2"), url("../fonts/figtree/Figtree-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-SemiBold.woff2") format("woff2"), url("../fonts/figtree/Figtree-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Bold.woff2") format("woff2"), url("../fonts/figtree/Figtree-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-ExtraBold.woff2") format("woff2"), url("../fonts/figtree/Figtree-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree/Figtree-Black.woff2") format("woff2"), url("../fonts/figtree/Figtree-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Medium.eot");
  src: local("Golos Text Medium"), local("GolosText-Medium"), url("../fonts/Golos/GolosText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/GolosText-Medium.woff2") format("woff2"), url("../fonts/Golos/GolosText-Medium.woff") format("woff"), url("../fonts/Golos/GolosText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Black.eot");
  src: local("Golos Text Black"), local("GolosText-Black"), url("../fonts/Golos/GolosText-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/GolosText-Black.woff2") format("woff2"), url("../fonts/Golos/GolosText-Black.woff") format("woff"), url("../fonts/Golos/GolosText-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-DemiBold.eot");
  src: local("Golos Text DemiBold"), local("GolosText-DemiBold"), url("../fonts/Golos/GolosText-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/GolosText-DemiBold.woff2") format("woff2"), url("../fonts/Golos/GolosText-DemiBold.woff") format("woff"), url("../fonts/Golos/GolosText-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Bold.eot");
  src: local("Golos Text Bold"), local("GolosText-Bold"), url("../fonts/Golos/GolosText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/GolosText-Bold.woff2") format("woff2"), url("../fonts/Golos/GolosText-Bold.woff") format("woff"), url("../fonts/Golos/GolosText-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/Golos/GolosText-Regular.eot");
  src: local("Golos Text Regular"), local("GolosText-Regular"), url("../fonts/Golos/GolosText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/GolosText-Regular.woff2") format("woff2"), url("../fonts/Golos/GolosText-Regular.woff") format("woff"), url("../fonts/Golos/GolosText-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.all_post__wrapper, .main_wrist__wrapper, .relatedPosts__wrapper, .footer__menu, .footer__wrapper, .comments__item, .tag__wrapper, .instant__app__stars, .instant__app__wrapper_sub, .instant__app__rating__wrapper, .instant__app__wrapper, .main__author, .main__tag, .btn {
  display: flex;
  align-items: center;
}

* {
  box-sizing: border-box;
}

h2 {
  font-family: "Figtree", sans-serif;
}

body {
  font-family: "Mulish", sans-serif;
  margin: 0;
  padding: 0;
  background: rgb(255, 255, 255);
}

.container {
  margin: 0 auto;
  max-width: 720px;
  padding: 0;
}
@media (max-width: 1000px) {
  .container {
    padding: 0 16px;
  }
}

.container_main {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 16px;
}

.btn {
  background: rgb(255, 255, 255);
  gap: 10px;
  color: rgb(16, 15, 18);
  text-decoration: none;
  font-weight: 700;
  border-radius: 100px;
  padding: 20px 50px;
}
.btn img {
  max-width: 22px !important;
  object-fit: cover;
  object-position: 1px;
}

.header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 6px 20px 0 rgba(10, 7, 24, 0.08);
  padding: 20px 0;
}
.header__logo {
  margin: 0 auto;
  display: block;
}

.main {
  padding: 100px 0 40px 0;
}
.main__tag {
  gap: 8px;
}
.main__tag__item {
  background-color: rgb(240, 240, 246);
  border-radius: 100px;
  padding: 10px 14px;
  color: rgb(77, 65, 255);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.main__title {
  color: rgb(15, 15, 18);
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 24px;
}
.main__author {
  gap: 24px;
  color: rgb(124, 123, 138);
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 60px;
}
.main__image {
  max-width: 720px;
  width: 100%;
  border-radius: 24px;
  margin-bottom: 50px;
}
.main__description p {
  color: rgb(35, 34, 38);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.main__description h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

.instant.first {
  margin: 0 0 50px 0;
}
.instant__wrapper {
  background: #100f12;
  border-radius: 24px;
  box-shadow: 0 4px 20px rgba(9, 4, 20, 0.2392156863);
  color: rgb(255, 255, 255);
  padding: 24px;
}
.instant__wrapper.purple {
  background: rgb(78, 66, 255);
  margin-bottom: 70px;
}
.instant__title {
  font-size: 38px;
  line-height: 45.5px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 50px;
}
.instant__title span {
  font-style: italic;
}
.instant__app__wrapper {
  justify-content: space-between;
}
.instant__app__wrapper_sub {
  gap: 16px;
}
.instant__app__image {
  max-width: 80px;
  border-radius: 16px;
}
.instant__app__stars {
  gap: 4px;
  margin-bottom: 8px;
}
.instant__app__stars.empty {
  height: 14px;
}
.instant__app__downloads {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 2px;
}
.instant__app__downloads_text {
  color: rgb(179, 179, 182);
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}

.description {
  color: rgb(16, 15, 18);
}
.description__title {
  font-size: 23px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 auto 24px;
}
.description__text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  padding-bottom: 50px;
}

.tag {
  margin: 40px auto 100px;
}
.tag__wrapper {
  justify-content: space-between;
  border-bottom: 1px solid rgb(226, 226, 226);
  border-top: 1px solid rgb(226, 226, 226);
  padding: 28px 0;
}

.comments {
  padding: 100px 0;
}
.comments__title {
  color: rgb(35, 34, 38);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 24px;
}
.comments textarea {
  background: rgb(240, 242, 248);
  height: 120px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border: none;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  resize: none;
}
.comments textarea::placeholder {
  color: rgb(179, 176, 190);
}
.comments__button {
  background: rgb(78, 66, 255);
  color: rgb(255, 255, 255);
  width: 100%;
  border-radius: 100px;
  padding: 10px 40px;
  text-align: center;
  max-width: 200px;
  position: relative;
  left: -10px;
  float: right;
  top: -50px;
  cursor: pointer;
}
.comments__form {
  margin-bottom: 34px;
}
.comments__item {
  gap: 20px;
  margin-bottom: 32px;
}
.comments__item__image {
  border-radius: 24px;
  max-width: 80px;
}
.comments__item__name {
  color: rgb(16, 15, 18);
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 4px;
}
.comments__item__text {
  color: rgb(16, 15, 18);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.comments__item__date {
  color: rgb(124, 123, 138);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.footer__wrapper {
  justify-content: space-between;
  border-top: 1px solid rgb(226, 226, 226);
  padding: 40px 0 100px 0;
}
.footer__menu {
  gap: 12px;
}
.footer__menu__link {
  color: rgb(124, 123, 138);
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  text-decoration: none;
}
.footer__menu span {
  color: rgb(124, 123, 138);
  position: relative;
  top: -5px;
  font-size: 20px;
  font-weight: 600;
}

.relatedPosts__wrapper {
  gap: 8px;
}
.relatedPosts__title {
  color: rgb(35, 34, 38);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 24px;
}
.relatedPosts__item {
  text-decoration: none;
}
.relatedPosts__item__image {
  border-radius: 16px;
  max-width: 234px;
  margin-bottom: 12px;
}
.relatedPosts__item__title {
  color: rgb(16, 15, 18);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 4px;
  height: 70px;
}
.relatedPosts__item__date {
  color: rgb(124, 123, 138);
  font-size: 12px;
  line-height: 14.5px;
  font-weight: 400;
}

.popup {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.popup__content {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px 10px;
  z-index: 9999;
  background-size: cover;
  width: 100%;
  max-width: 300px;
  border-radius: 24px;
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}
.popup__closed {
  font-size: 30px;
  font-weight: 700;
  right: 10px;
  top: 0;
  position: absolute;
}

.main_wrist {
  padding: 120px 0;
}
.main_wrist__wrapper {
  gap: 64px;
}
.main_wrist__title {
  color: rgb(16, 15, 18);
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}
.main_wrist__description {
  color: rgb(35, 34, 38);
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.main_wrist__image {
  max-width: 580px;
  border-radius: 24px;
}

.all_post {
  padding: 60px 0;
}
.all_post__wrapper {
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.all_post__item {
  font-family: "Figtree", sans-serif;
  margin-bottom: 60px;
  max-width: 403px;
}
.all_post__item a {
  text-decoration: none;
}
.all_post__item__image {
  width: 100%;
  border-radius: 24px;
}
.all_post__item__title {
  color: rgb(16, 15, 18);
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  height: 60px;
}
.all_post__item__date {
  color: rgb(124, 123, 138);
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.not_Available {
  display: none;
}
.not_Available.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: rgb(255, 255, 255);
  text-align: center;
}
.not_Available__content {
  text-align: center;
}
.not_Available__content__title {
  color: rgb(23, 23, 25);
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.not_Available__content__description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin: 0 auto 64px;
  max-width: 500px;
}
.not_Available__content__description span {
  font-style: italic;
  font-weight: 700;
}
.not_Available__content__footer {
  color: rgb(92, 95, 255);
  font-style: italic;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

@media (max-width: 800px) {
  .main__title {
    font-size: 32px;
    line-height: 40px;
  }
  .relatedPosts {
    padding-bottom: 120px;
  }
  .relatedPosts__wrapper {
    flex-direction: column;
  }
  .relatedPosts__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .relatedPosts__item__image {
    max-width: none;
    width: 100%;
  }
  .tag {
    margin: 40px auto 60px;
  }
  .instant__title {
    font-size: 28px;
    line-height: 33px;
  }
  .instant__app__wrapper {
    flex-direction: column;
  }
  .instant__app__wrapper_sub {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .instant__app__image {
    max-width: 120px;
    margin-bottom: 24px;
  }
  .instant__app__stars {
    position: relative;
    left: 35px;
    margin-bottom: 12px;
  }
  .instant__app__downloads {
    font-size: 16px;
    line-height: 19px;
  }
  .comments {
    display: none;
  }
  .footer__wrapper {
    padding: 50px 0;
    border-top: 1px solid rgb(226, 226, 226);
    flex-direction: column;
  }
  .footer img {
    margin-bottom: 10px;
  }
  .footer__menu__link {
    font-size: 14px;
    line-height: 17px;
  }
  .main_wrist {
    padding: 100px 0;
  }
  .main_wrist__image {
    display: none;
  }
  .main_wrist__title {
    font-size: 32px;
    line-height: 40px;
  }
  .main_wrist__description {
    font-size: 16px;
    line-height: 20px;
  }
  .not_Available {
    padding: 30px;
  }
  .not_Available__content__title {
    font-size: 32px;
    line-height: 38px;
  }
  .not_Available__content__description {
    font-size: 16px;
    line-height: 19px;
    max-width: 300px;
  }
  .not_Available__content__footer {
    font-size: 16px;
    line-height: 19px;
  }
}

/*# sourceMappingURL=wrist_style.css.map */
