body * {
  outline: none !important;
  text-decoration: none;
}

footer {
  padding-top: 60px;
  background-color: #232C34;
}
footer .container {
  max-width: 884px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
footer .bottom__footer {
  padding: 25px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
footer .outer__footer {
  padding-bottom: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .outer__footer > .menu__element ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .outer__footer > .menu__element ul > li {
  margin-bottom: 12px;
}
footer .outer__footer > .menu__element ul > li > a {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.4s ease all;
  display: inline-flex;
}
footer .outer__footer > .menu__element ul > li > a:hover {
  color: #17AABF;
}
footer .outer__footer > .menu__element ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer > .menu__element > h6 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: "PT Serif", sans-serif;
}
footer .bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
footer .bottom__wrap ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .bottom__wrap ul > li {
  display: inline-flex;
  margin-right: 20px;
}
footer .bottom__wrap ul > li a {
  display: inline-flex;
}
footer .bottom__wrap ul > li a:hover svg path {
  fill: #1492A4;
}
footer .bottom__wrap ul > li a svg path {
  transition: 0.4s ease all;
}
footer .bottom__wrap ul > li:last-child {
  margin-right: 0px;
}
footer .bottom__wrap > a {
  display: inline-flex;
}
footer .bottom__wrap p {
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer-privacy {
  font-size: 14px;
  text-align: left;
  color: #c7cacc;
}

.footer-privacy a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

.footer-privacy a:hover {
  color: #17aabf;
}

.footer-privacy a img {
  vertical-align: middle;
  margin-right: 3px;
  height: 1em;
  display: inline-block;
  position: relative;
  height: 0.9em;
  top: -0.06em;
}

span.colored {
  color: #17AABF;
}

.cta__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background: rgba(23, 170, 191, 0.08);
}
.cta__wrapper .outer__cta {
  text-align: center;
}
.cta__wrapper .outer__cta .btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__wrapper .outer__cta > p {
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  color: #39414D;
  line-height: 24px;
}
.cta__wrapper .outer__cta > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.cta__wrapper .outer__cta > h2 span {
  font-family: "PT Serif", sans-serif;
}

.testimonials__wrapper {
  padding: 46px 0px;
}
.testimonials__wrapper .testimonials__slider {
  overflow: hidden;
  margin-top: 60px;
  position: relative;
  /* the parent */
}
.testimonials__wrapper .testimonials__slider:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 280px;
  pointer-events: none;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.testimonials__wrapper .testimonials__slider:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 280px;
  pointer-events: none;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  transform: rotate(180deg);
}
.testimonials__wrapper .testimonials__slider .slick-slide {
  margin: 0 10px;
}
.testimonials__wrapper .testimonials__slider .slick-list {
  margin: 0 -10px;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 36px;
  padding-top: 32px;
  padding-bottom: 28px;
  padding-right: 110px;
  border-radius: 20px;
  background-color: #F7F8FA;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc {
  width: 100%;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author .author__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author .author__info > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 26px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #1B2026;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author .author__info > span {
  display: inline-flex;
  font-size: 16px;
  line-height: 24px;
  color: #39414D;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author > .media {
  margin-right: 20px;
  display: inline-flex;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author > .media img {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 250px;
  object-fit: cover;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc > p {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: "Georgia", sans-serif;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
  color: #1B2026;
}
.testimonials__wrapper .testimonials__slider .elem__testimon > .inner > .quote {
  display: inline-flex;
  margin-right: 24px;
}
.testimonials__wrapper .top__testimonials {
  text-align: center;
}
.testimonials__wrapper .top__testimonials > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.testimonials__wrapper .top__testimonials ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-top: 12px;
  justify-content: center;
}
.testimonials__wrapper .top__testimonials ul > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.testimonials__wrapper .top__testimonials ul > li:last-child {
  margin-right: 0px;
}
.testimonials__wrapper .top__testimonials > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #39414D;
}

.contact__us {
  padding: 46px 0px;
}
.contact__us .outer__contact {
  text-align: center;
}
.contact__us .outer__contact .faq__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.contact__us .outer__contact .faq__btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 10px;
  background: #F2F3F5;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #1B2026;
  transition: 0.4s ease all;
}
.contact__us .outer__contact .faq__btn > a:hover {
  background-color: #e2e3e7;
}
.contact__us .outer__contact .faq__btn > a:active {
  background-color: #d6d8df;
}
.contact__us .outer__contact > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.contact__us .outer__contact > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #39414D;
}
.contact__us .outer__contact > p a {
  color: #997DDF;
  transition: 0.4s ease all;
}
.contact__us .outer__contact > p a:hover {
  opacity: 0.7;
}

.articles__wrapper {
  padding-top: 60px;
  position: relative;
  margin-top: 46px;
  padding-bottom: 46px;
}
.articles__wrapper:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 496px;
  background: url("../img/gradient.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.articles__wrapper .outer__articles {
  position: relative;
  z-index: 2;
}
.articles__wrapper .outer__articles .button {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles__wrapper .outer__articles .button > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.articles__wrapper .outer__articles .button > a.regular-btn {
  margin: 0px 20px;
}
.articles__wrapper .outer__articles .button > a.regular-btn > span {
  padding-left: 53px;
  padding-right: 53px;
}
.articles__wrapper .outer__articles .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.articles__wrapper .outer__articles .top {
  text-align: center;
  margin-bottom: 60px;
}
.articles__wrapper .outer__articles .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.articles__wrapper .outer__articles .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #39414D;
}

.horoscopes__wrapper {
  padding: 46px 0px;
}
.horoscopes__wrapper .outer__horoscopes .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.horoscopes__wrapper .outer__horoscopes .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.horoscopes__wrapper .outer__horoscopes .btn > .regular-btn {
  margin: 0px 20px;
}
.horoscopes__wrapper .outer__horoscopes .btn > .regular-btn > span {
  padding-left: 27px;
  padding-right: 27px;
}
.horoscopes__wrapper .outer__horoscopes .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem {
  padding: 24px 28px;
  border-radius: 20px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease all;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:hover {
  border-color: #C6B7E8;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media {
  display: inline-flex;
  position: absolute;
  display: inline-flex;
  right: 30px;
  bottom: 31px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media img {
  min-width: 84px;
  max-width: 84px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) {
  background: linear-gradient(90deg, #EDF3F4 0%, #EAF0F3 100%);
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn {
  display: flex;
  width: 100%;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn > a {
  width: 100%;
  margin: 0px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn > div {
  width: 100%;
  margin: 0px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 53px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .media img {
  max-width: 160px;
  min-width: 160px;
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  background: linear-gradient(90deg, #EAEFF3 0%, #E7ECF3 100%);
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
  background: linear-gradient(90deg, #E7EBF3 0%, #E3E8F3 100%);
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  background: linear-gradient(90deg, #EAEFF3 0%, #E7ECF3 100%);
}
.horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  background: linear-gradient(90deg, #E7EBF3 0%, #E3E8F3 100%);
}
.horoscopes__wrapper .outer__horoscopes > .top {
  text-align: center;
  margin-bottom: 60px;
}
.horoscopes__wrapper .outer__horoscopes > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.horoscopes__wrapper .outer__horoscopes > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #39414D;
}

.astrology__wrapper {
  padding: 46px 0px;
}
.astrology__wrapper .outer__astrology .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 60px;
}
.astrology__wrapper .outer__astrology .grid > .elem {
  padding: 24px 28px;
  border-radius: 20px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease all;
}
.astrology__wrapper .outer__astrology .grid > .elem:hover {
  border-color: #C6B7E8;
}
.astrology__wrapper .outer__astrology .grid > .elem .small__media {
  display: inline-flex;
  position: absolute;
  display: inline-flex;
  right: 30px;
  bottom: 31px;
}
.astrology__wrapper .outer__astrology .grid > .elem .small__media img {
  min-width: 84px;
  max-width: 84px;
}
.astrology__wrapper .outer__astrology .grid > .elem > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) {
  background: linear-gradient(90deg, #FAF2EB 0%, #F4F2F1 100%);
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn {
  display: flex;
  width: 100%;
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn > a, .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn > div {
  width: 100%;
  margin: 0px;
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 49px;
  margin-bottom: 53px;
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .media img {
  max-width: 160px;
  min-width: 160px;
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(2) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  background: linear-gradient(90deg, #F4F2F1 0%, #EEF1F7 100%);
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(3) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 2;
  background: linear-gradient(90deg, #EEF1F7 0%, #E8F1FD 100%);
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
  background: linear-gradient(90deg, #F4F2F1 0%, #EEF1F7 100%);
}
.astrology__wrapper .outer__astrology .grid > .elem:nth-child(5) {
  grid-column-start: 5;
  grid-column-end: 7;
  grid-row-start: 2;
  grid-row-end: 3;
  background: linear-gradient(90deg, #EEF1F7 0%, #E8F1FD 100%);
}
.astrology__wrapper .outer__astrology .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.astrology__wrapper .outer__astrology .btn > span {
  display: inline-flex;
  width: 100%;
  height: 1px;
  background-color: #E1DDE6;
}
.astrology__wrapper .outer__astrology .btn > .regular-btn {
  margin: 0px 20px;
}
.astrology__wrapper .outer__astrology .btn > .regular-btn > span {
  padding-left: 26px;
  padding-right: 26px;
}
.astrology__wrapper .outer__astrology > .top {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
}
.astrology__wrapper .outer__astrology > .top > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.astrology__wrapper .outer__astrology > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #39414D;
  font-weight: 400;
}

.card__reading {
  padding: 46px 0px;
}
.card__reading .outer__card {
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}
.card__reading .outer__card .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 60px;
  grid-column-gap: 20px;
}
.card__reading .outer__card .grid > .elem {
  padding: 32px 24px;
  padding-bottom: 24px;
}
.card__reading .outer__card .grid > .elem:hover > h6 {
  color: #997DDF;
}
.card__reading .outer__card .grid > .elem:nth-child(1) .btn > a, .card__reading .outer__card .grid > .elem:nth-child(1) .btn > div {
  background-color: #D7B9CE;
}
.card__reading .outer__card .grid > .elem:nth-child(2) .btn > a, .card__reading .outer__card .grid > .elem:nth-child(2) .btn > div {
  background-color: #C5CDE5;
}
.card__reading .outer__card .grid > .elem > h6 {
  margin-top: 0px;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
  text-align: center;
  transition: 0.4s ease all;
}
.card__reading .outer__card .grid > .elem .btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.card__reading .outer__card .grid > .elem .btn > a, .card__reading .outer__card .grid > .elem .btn > div {
  margin: 0px;
  width: 100%;
}
.card__reading .outer__card .grid > .elem .btn > a > span, .card__reading .outer__card .grid > .elem .btn > div > span {
  width: 100%;
}
.card__reading .outer__card .grid > .elem .media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__reading .outer__card .grid > .elem .media img {
  max-width: 224px;
}
.card__reading .outer__card .grid > .elem:nth-child(1) {
  border-radius: 20px;
  background: linear-gradient(180deg, #DCF2FB 0%, #EDD9E4 100%);
}
.card__reading .outer__card .grid > .elem:nth-child(2) {
  border-radius: 20px;
  background: linear-gradient(180deg, #EEF4F3 0%, #E1E5F2 100%);
}
.card__reading .outer__card .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__reading .outer__card .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.card__reading .outer__card .btn > a.regular-btn {
  margin: 0px 20px;
}
.card__reading .outer__card > .top {
  text-align: center;
  margin-bottom: 60px;
}
.card__reading .outer__card > .top > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.card__reading .outer__card > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #39414D;
}

footer .outer__footer > .menu__element > h6 > span {
  display: none;
}

.shop__wrapper .shop__cards .elem__card:hover .desc .info div, .shop__wrapper .shop__cards .elem__card:hover .desc .info a {
  text-decoration: underline;
}

.shop__wrapper {
  padding: 46px 0px;
}
.shop__wrapper .shop__cards {
  overflow: hidden;
  position: relative;
}
.shop__wrapper .shop__cards .slick-list {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.shop__wrapper .shop__cards .slick-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  border-radius: 250px;
  background: url("../img/leftarr.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 0.4s ease all;
  left: 35px;
  z-index: 3;
}
.shop__wrapper .shop__cards .slick-prev:hover {
  opacity: 0.7;
}
.shop__wrapper .shop__cards .slick-prev:before {
  content: none;
}
.shop__wrapper .shop__cards .slick-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  border-radius: 250px;
  background: url("../img/rightarr.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: 0.4s ease all;
  right: 35px;
  z-index: 3;
}
.shop__wrapper .shop__cards .slick-next:hover {
  opacity: 0.7;
}
.shop__wrapper .shop__cards .slick-next:before {
  content: none;
}
.shop__wrapper .shop__cards:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 280px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.shop__wrapper .shop__cards:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 280px;
  pointer-events: none;
  background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shop__wrapper .shop__cards .slick-slide {
  margin: 0 10px;
}
.shop__wrapper .shop__cards .slick-track {
  display: flex !important;
}
.shop__wrapper .shop__cards .slick-slide {
  height: inherit !important;
}
.shop__wrapper .shop__cards .slick-list {
  margin: 0 -10px;
}
.shop__wrapper .shop__cards .elem__card {
  padding: 24px;
  border-radius: 20px;
  background: #F7F8FA;
  max-width: 268px;
  padding-bottom: 58px;
  position: relative;
  transition: 0.3s ease all;
}
.shop__wrapper .shop__cards .elem__card:hover {
  transform: translateY(-5px);
}
.shop__wrapper .shop__cards .elem__card:hover .desc .info > a {
  text-decoration: underline;
}
.shop__wrapper .shop__cards .elem__card .desc .info {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  position: absolute;
  left: 24px;
  align-items: center;
  bottom: 20px;
  width: calc(100% - 48px);
}
.shop__wrapper .shop__cards .elem__card .desc .info > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #39414D;
}
.shop__wrapper .shop__cards .elem__card .desc .info > a, .shop__wrapper .shop__cards .elem__card .desc .info > div {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #997DDF;
  text-decoration: none;
  text-transform: uppercase;
}
.shop__wrapper .shop__cards .elem__card .desc .info > a:hover, .shop__wrapper .shop__cards .elem__card .desc .info > div:hover {
  text-decoration: underline;
}
.shop__wrapper .shop__cards .elem__card .desc > span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #39414D;
}
.shop__wrapper .shop__cards .elem__card .desc > h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.shop__wrapper .shop__cards .elem__card .media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.shop__wrapper .shop__cards .elem__card .media > img {
  width: 100%;
}
.shop__wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.shop__wrapper .btn > span {
  display: inline-flex;
  width: 100%;
  height: 1px;
  background-color: #E1DDE6;
}
.shop__wrapper .btn > .regular-btn {
  margin: 0px 20px;
}
.shop__wrapper .btn > .regular-btn > span {
  padding-left: 27px;
  padding-right: 27px;
}
.shop__wrapper .top__shop {
  text-align: center;
  margin-bottom: 60px;
}
.shop__wrapper .top__shop > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.shop__wrapper .top__shop > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #39414D;
}

.card__reading .outer__card .grid > .elem {
  border: 1px solid transparent;
  transition: 0.3s ease all;
}
.card__reading .outer__card .grid > .elem:hover {
  border-color: #C6B7E8;
}

.all__articles {
  padding-top: 140px;
  padding-bottom: 90px;
}
.all__articles .outer__all .btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all__articles .outer__all .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.all__articles .outer__all .btn > .regular-btn {
  margin: 0px 20px;
}
.all__articles .outer__all .btn > .regular-btn > span {
  padding-left: 40px;
  padding-right: 40px;
}
.all__articles .outer__all .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.all__articles .outer__all > h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 60px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
}

.elem__article .desc .bottom {
  position: absolute;
  left: 24px;
  bottom: 16px;
  width: calc(100% - 48px);
}

.elem__article:hover .desc .bottom > div,
.elem__article:hover .desc .bottom > a {
  text-decoration: underline;
}

.elem__article {
  border-radius: 20px 20px 20px 20px;
  background: #F7F8FA;
  overflow: hidden;
  transition: 0.25s ease all;
  position: relative;
  padding-bottom: 30px;
}
.elem__article:hover {
  transform: translateY(-8px);
}
.elem__article:hover .desc .bottom > a {
  text-decoration: underline !important;
}
.elem__article .desc {
  padding: 16px 24px;
}
.elem__article .desc .bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.elem__article .desc .bottom > span {
  display: inline-flex;
  color: rgba(89, 102, 119, 0.5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.elem__article .desc .bottom > a, .elem__article .desc .bottom > div {
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #997DDF;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s ease all;
}
.elem__article .desc .bottom > a:hover, .elem__article .desc .bottom > div:hover {
  text-decoration: underline;
}
.elem__article .desc > span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #997DDF;
}
.elem__article .desc > p {
  margin: 0px;
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
  color: #39414D;
  font-family: "Georgia", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.elem__article .desc > h6 {
  margin: 0px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  min-height: 52px;
  max-height: 52px;
  color: #1B2026;
  font-weight: bold;
  font-family: "PT Serif", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elem__article .media {
  display: flex;
  align-items: center;
}
.elem__article .media img {
  width: 100%;
  height: 196px;
  object-fit: cover;
}

.inner__article {
  margin-top: 76px;
}
.inner__article .article__big {
  padding-top: 0px;
}
.inner__article .desc__wrapper {
  padding-top: 40px;
  padding-bottom: 46px;
}
.inner__article .desc__wrapper .outer__desc .content > h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
  font-weight: bold;
}
.inner__article .desc__wrapper .outer__desc .content > p {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #1B2026;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
  font-family: "Georgia", sans-serif;
}
.inner__article .desc__wrapper .outer__desc .title {
  margin-bottom: 40px;
}
.inner__article .desc__wrapper .outer__desc .title > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.inner__article .desc__wrapper .outer__desc .title > span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1B2026;
}
.inner__article .desc__wrapper .outer__desc .tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 4px 14px;
  border-radius: 8px;
  background: rgba(153, 125, 223, 0.2);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #997DDF;
}
.inner__article .head__media {
  height: 475px;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.featured__articles {
  padding-top: 46px;
  padding-bottom: 92px;
}
.featured__articles .outer__featured .btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured__articles .outer__featured .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.featured__articles .outer__featured .btn > a.regular-btn {
  margin: 0px 20px;
}
.featured__articles .outer__featured .btn > a.regular-btn > span {
  padding-left: 53px;
  padding-right: 53px;
}
.featured__articles .outer__featured .top {
  text-align: center;
  margin-bottom: 60px;
}
.featured__articles .outer__featured .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.featured__articles .outer__featured .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #39414D;
  font-weight: 400;
}
.featured__articles .outer__featured .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}

.horoscope {
  padding-top: 144px;
  padding-bottom: 92px;
}
.horoscope .outer__horoscope > .horoscope__top {
  text-align: center;
}
.horoscope .outer__horoscope > .horoscope__top .switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.horoscope .outer__horoscope > .horoscope__top .switcher ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background-color: #F7F8FA;
  border-radius: 10px;
}
.horoscope .outer__horoscope > .horoscope__top .switcher ul li {
  margin-right: 2px;
  min-width: 136px;
}
.horoscope .outer__horoscope > .horoscope__top .switcher ul li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  border-radius: 9px;
  border: 1px solid transparent;
  color: #596677;
  transition: 0.4s ease all;
  text-decoration: none;
  width: 100%;
}
.horoscope .outer__horoscope > .horoscope__top .switcher ul li > a:hover {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #1B2026;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.horoscope .outer__horoscope > .horoscope__top .switcher ul li > a.current {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #1B2026;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.horoscope .outer__horoscope > .horoscope__top .switcher ul li:last-child {
  margin-right: 0px;
}
.horoscope .outer__horoscope > .horoscope__top .top {
  text-align: center;
  margin-bottom: 40px;
}
.horoscope .outer__horoscope > .horoscope__top .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.horoscope .outer__horoscope > .horoscope__top .top > span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #596677;
}
.horoscope .outer__horoscope > .horoscope__top > .media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  min-width: 128px;
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
}
.horoscope .outer__horoscope > .horoscope__top > .media > span {
  display: inline-flex;
  right: -8px;
  bottom: 0px;
  position: absolute;
}
.horoscope .outer__horoscope > .horoscope__top > .media > span img {
  min-width: 56px;
  max-width: 56px;
}
.horoscope .outer__horoscope > .horoscope__top > .media img {
  min-width: 128px;
  max-width: 128px;
}

.shop {
  margin-top: 144px;
  padding-bottom: 46px;
}
.shop .outer__shop .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.shop .outer__shop .grid > .elem {
  padding: 24px;
  border-radius: 20px;
  background: #F7F8FA;
}
.shop .outer__shop .grid > .elem .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin-top: 20px;
}
.shop .outer__shop .grid > .elem .buttons .regular-btn.white {
  background: #E4E5E6;
}
.shop .outer__shop .grid > .elem .top {
  display: flex;
  justify-content: space-between;
}
.shop .outer__shop .grid > .elem .top > .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop .outer__shop .grid > .elem .top > .desc > .top__part > span {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #39414D;
  font-weight: 400;
}
.shop .outer__shop .grid > .elem .top > .desc > .top__part > p {
  margin: 0px;
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  font-family: "Georgia", sans-serif;
  color: #39414D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.shop .outer__shop .grid > .elem .top > .desc > .top__part > h6 {
  margin: 0px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shop .outer__shop .grid > .elem .top > .desc .bottom__part {
  margin-top: 15px;
}
.shop .outer__shop .grid > .elem .top > .desc .bottom__part > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  font-family: "PT Serif", sans-serif;
  color: #39414D;
  font-weight: bold;
}
.shop .outer__shop .grid > .elem .top > .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: auto;
}
.shop .outer__shop .grid > .elem .top > .media > img {
  max-width: 172px;
  min-width: 172px;
  border-radius: 12px;
  object-fit: contain;
}
.shop .outer__shop > .top {
  margin-bottom: 40px;
}
.shop .outer__shop > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
  font-weight: bold;
}
.shop .outer__shop > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #39414D;
}
.shop .outer__shop > .top > p a {
  font-family: "Georgia", sans-serif;
  color: #997DDF;
}

.contact__us + .testimonials__wrapper {
  padding-bottom: 92px;
}

header + .astrology__wrapper {
  padding-top: 144px;
}

.astrology__main .outer__astrology > .top > h2 {
  font-size: 48px;
  line-height: 60px;
}
.astrology__main .outer__astrology .grid > .elem:nth-child(1) .media {
  margin-top: 84px;
  margin-bottom: 86px;
}
.astrology__main .outer__astrology .grid {
  margin-bottom: 0px;
}
.astrology__main .outer__astrology .grid .elem {
  min-height: 136px;
}
.astrology__main .outer__astrology .grid .elem .small__media {
  right: 28px;
  bottom: 24px;
}
.astrology__main .outer__astrology .grid .elem .small__media img {
  min-width: 64px;
  max-width: 64px;
}
.astrology__main .outer__astrology .grid .elem:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 4;
  background: linear-gradient(90deg, #FAF2EB 0%, #F4F2F1 100%);
}
.astrology__main .outer__astrology .grid .elem:nth-child(2) {
  background: linear-gradient(90deg, #F4F2F1 0%, #EEF1F7 100%);
}
.astrology__main .outer__astrology .grid .elem:nth-child(3) {
  background: linear-gradient(90deg, #EEF1F7 0%, #E8F1FD 100%);
}
.astrology__main .outer__astrology .grid .elem:nth-child(4) {
  background: linear-gradient(90deg, #F4F2F1 0%, #EEF1F7 100%);
}
.astrology__main .outer__astrology .grid .elem:nth-child(5) {
  background: linear-gradient(90deg, #EEF1F7 0%, #E8F1FD 100%);
}
.astrology__main .outer__astrology .grid .elem:nth-child(6) {
  background: linear-gradient(90deg, #F4F2F1 0%, #EEF1F7 100%);
  grid-column-start: 3;
  grid-column-end: 5;
}
.astrology__main .outer__astrology .grid .elem:nth-child(7) {
  background: linear-gradient(90deg, #EEF1F7 0%, #E8F1FD 100%);
  grid-column-start: 5;
  grid-column-end: 7;
}
.astrology__main .outer__astrology .grid .elem:nth-child(8) {
  background: linear-gradient(90deg, #FBF3EC 0%, #EFF2F8 100%);
  grid-column-start: 1;
  grid-column-end: 5;
}
.astrology__main .outer__astrology .grid .elem:nth-child(9) {
  background: linear-gradient(90deg, #EEF1F7 0%, #E8F1FD 100%);
  grid-column-start: 5;
  grid-column-end: 7;
}

header + .horoscopes__main {
  padding-top: 144px;
}

.horoscopes__main .outer__horoscopes .grid {
  margin-bottom: 0px !important;
}
.horoscopes__main .outer__horoscopes .grid > .elem {
  min-height: 136px;
}
.horoscopes__main .outer__horoscopes .grid > .elem .small__media {
  bottom: 24px;
  right: 28px;
}
.horoscopes__main .outer__horoscopes .grid > .elem .small__media > img {
  min-width: 64px;
  max-width: 64px;
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 4;
  background: linear-gradient(90deg, #EDF3F4 0%, #EAF0F3 100%);
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(1) .media {
  margin-top: 84px;
  margin-bottom: 86px;
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(2) {
  background: linear-gradient(90deg, #EAEFF3 0%, #E7ECF3 100%);
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(3) {
  background: linear-gradient(90deg, #E7EBF3 0%, #E3E8F3 100%);
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(4) {
  background: linear-gradient(90deg, #EAEFF3 0%, #E7ECF3 100%);
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(5) {
  background: linear-gradient(90deg, #E7EBF3 0%, #E3E8F3 100%);
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(6) {
  grid-column-start: 3;
  grid-column-end: 5;
  background: linear-gradient(90deg, #EAEFF3 0%, #E7ECF3 100%);
}
.horoscopes__main .outer__horoscopes .grid > .elem:nth-child(7) {
  grid-column-start: 5;
  grid-column-end: 7;
  background: linear-gradient(90deg, #E7EBF3 0%, #E3E8F3 100%);
}
.horoscopes__main .outer__horoscopes > .sub {
  text-align: center;
  margin-bottom: 60px;
}
.horoscopes__main .outer__horoscopes > .sub > p {
  margin: 0px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.horoscopes__main .outer__horoscopes > .top {
  margin-bottom: 60px;
  text-align: center;
}
.horoscopes__main .outer__horoscopes > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
}

.about__wrapper {
  padding-top: 76px;
}
.about__wrapper .about__desc {
  padding-top: 40px;
  padding-bottom: 92px;
}
.about__wrapper .about__desc > h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.about__wrapper .about__desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.about__wrapper .about__desc > p:last-child {
  margin-bottom: 0px;
}
.about__wrapper .about__desc > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 60px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #1B2026;
}
.about__wrapper .about__media {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__wrapper .about__media > img {
  max-width: 100%;
  width: 100%;
}

.document__wrapper {
  padding-top: 144px;
  padding-bottom: 92px;
}
.document__wrapper .outer__document > h2 {
  margin-top: 0px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
  margin-bottom: 12px;
}
.document__wrapper .outer__document > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #39414D;
  margin-bottom: 25px;
}
.document__wrapper .outer__document > p a {
  color: #997DDF;
}
.document__wrapper .outer__document > p span, .document__wrapper .outer__document > p a {
  font-family: "Georgia", sans-serif;
}
.document__wrapper .outer__document > p:last-child {
  margin-bottom: 0px;
}

.faq__main {
  padding-top: 144px;
  padding-bottom: 92px;
}
.faq__main .outer__faq .faq__list .faq__elem {
  border-bottom: 1px solid #E0E0E0;
}
.faq__main .outer__faq .faq__list .faq__elem.opened > .faq__head {
  padding-bottom: 0px;
}
.faq__main .outer__faq .faq__list .faq__elem.opened > .faq__head > span {
  transform: rotate(180deg);
}
.faq__main .outer__faq .faq__list .faq__elem .faq__content {
  margin-top: 12px;
  padding-bottom: 28px;
}
.faq__main .outer__faq .faq__list .faq__elem .faq__content > p {
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #39414D;
  margin-top: 0px;
  margin-bottom: 20px;
}
.faq__main .outer__faq .faq__list .faq__elem .faq__content > p a, .faq__main .outer__faq .faq__list .faq__elem .faq__content > p span {
  font-family: "Georgia", sans-serif;
}
.faq__main .outer__faq .faq__list .faq__elem .faq__content > p a {
  color: #997DDF;
}
.faq__main .outer__faq .faq__list .faq__elem .faq__content > p:last-child {
  margin-bottom: 0px;
}
.faq__main .outer__faq .faq__list .faq__elem > .faq__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px 0px;
  cursor: pointer;
}
.faq__main .outer__faq .faq__list .faq__elem > .faq__head > span {
  display: inline-flex;
  transition: 0.4s ease all;
}
.faq__main .outer__faq .faq__list .faq__elem > .faq__head > p {
  margin: 0px;
  margin-right: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.faq__main .outer__faq > .top {
  margin-bottom: 32px;
}
.faq__main .outer__faq > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #1B2026;
}
.faq__main .outer__faq > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #39414D;
}

.contact__form {
  padding-top: 144px;
  padding-bottom: 92px;
}
.contact__form .contact__box form .btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
  justify-content: center;
}
.contact__form .contact__box form .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.contact__form .contact__box form .btn > button {
  margin: 0px 20px;
}
.contact__form .contact__box form .btn > button > span {
  padding-left: 40px;
  padding-right: 40px;
}
.contact__form .contact__box form > .group__input {
  margin-bottom: 20px;
}
.contact__form .contact__box form > .double {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.contact__form .contact__box form .group__input {
  width: 100%;
}
.contact__form .contact__box form .group__input > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1B2026;
}
.contact__form .contact__box form .group__input > input {
  width: 100%;
  font-size: 18px;
  color: #000;
  height: 44px;
  border-radius: 10px;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
}
.contact__form .contact__box form .group__input > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > input::-moz-placeholder { /* Firefox 19+ */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > input:-ms-input-placeholder { /* IE 10+ */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > input:-moz-placeholder { /* Firefox 18- */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > textarea {
  width: 100%;
  font-size: 18px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 44px;
  border-radius: 10px;
  padding-left: 16px;
  height: 132px;
  resize: none;
  padding-right: 16px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
}
.contact__form .contact__box form .group__input > textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > textarea::-moz-placeholder { /* Firefox 19+ */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > textarea:-ms-input-placeholder { /* IE 10+ */
  color: #9CA0A6;
}
.contact__form .contact__box form .group__input > textarea:-moz-placeholder { /* Firefox 18- */
  color: #9CA0A6;
}
.contact__form .contact__box > .top {
  margin-bottom: 32px;
}
.contact__form .contact__box > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.contact__form .contact__box > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #39414D;
}
.contact__form .contact__box > .top > p a {
  font-family: "Georgia", sans-serif;
  color: #997DDF;
}

.testimonials__main {
  padding-top: 144px;
  padding-bottom: 92px;
}
.testimonials__main .outer__box > .btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials__main .outer__box > .btn > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.testimonials__main .outer__box > .btn > .regular-btn {
  margin: 0px 20px;
}
.testimonials__main .outer__box > .btn > .regular-btn > span {
  padding-left: 40px;
  padding-right: 40px;
}
.testimonials__main .outer__box .list > .elem {
  margin-bottom: 20px;
  padding: 28px 36px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #F7F8FA;
}
.testimonials__main .outer__box .list > .elem > .quote {
  display: inline-flex;
  padding-top: 5px;
  margin-right: 24px;
}
.testimonials__main .outer__box .list > .elem > .desc {
  width: 100%;
  max-width: 625px;
}
.testimonials__main .outer__box .list > .elem > .desc .auth {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonials__main .outer__box .list > .elem > .desc .auth > div.desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonials__main .outer__box .list > .elem > .desc .auth > div.desc > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #39414D;
}
.testimonials__main .outer__box .list > .elem > .desc .auth > div.desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
}
.testimonials__main .outer__box .list > .elem > .desc .auth > div.media {
  display: inline-flex;
  margin-right: 20px;
}
.testimonials__main .outer__box .list > .elem > .desc .auth > div.media img {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 250px;
  object-fit: cover;
}
.testimonials__main .outer__box .list > .elem > .desc > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.testimonials__main .outer__box .list > .elem:last-child {
  margin-bottom: 0px;
}
.testimonials__main .outer__box > .top {
  margin-top: 0px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.testimonials__main .outer__box > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  color: #39414D;
  font-family: "Georgia", sans-serif;
}
.testimonials__main .outer__box > .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
}

.horoscope__desc .list > .elem .content > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.login__box {
  width: 100%;
  min-height: 100vh;
  background: url("../img/loginback.webp");
  background-repeat: no-repeat;
  background-size: 100% !important;
  background-position: top;
  padding-top: 144px;
  padding-bottom: 80px;
}
.login__box .box {
  max-width: 668px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.login__box .box form .contact > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #39414D;
  font-weight: 400;
}
.login__box .box form .contact > p a {
  color: #997DDF;
  text-decoration: underline;
}
.login__box .box form .submit {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__box .box form .submit > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.login__box .box form .submit .regular-btn {
  margin: 0px 20px;
}
.login__box .box form .submit .regular-btn > span {
  padding-left: 18px;
  padding-right: 18px;
}
.login__box .box form > p {
  margin-top: 32px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #39414D;
}
.login__box .box .group__input {
  width: 100%;
  margin-bottom: 20px;
}
.login__box .box .group__input > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #1B2026;
}
.login__box .box .group__input > input {
  width: 100%;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  font-size: 18px;
  line-height: 24px;
}
.login__box .box > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}

.sign__box, .logout__box {
  width: 100%;
  min-height: 100vh;
  background: url("../img/loginback.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-top: 144px;
  padding-bottom: 80px;
}
.sign__box .box, .logout__box .box {
  max-width: 668px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: auto;
}
.sign__box .box form > .group__input, .logout__box .box form > .group__input {
  margin-bottom: 20px;
}
.sign__box .box form > .group__input.disabled, .logout__box .box form > .group__input.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.sign__box .box form > .group__input > select, .logout__box .box form > .group__input > select {
  width: 100%;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none;
  font-weight: 400;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("../img/selectarrow.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: calc(100% - 16px) center;
  background-color: #fff;
  color: #9CA0A6;
}
.sign__box .box form > .group__input > select option, .logout__box .box form > .group__input > select option {
  color: #000;
}
.sign__box .box form > .group__input > select.filled, .logout__box .box form > .group__input > select.filled {
  color: #000;
}
.sign__box .box form > .group__input .triple, .logout__box .box form > .group__input .triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.sign__box .box form > .group__input .triple select, .logout__box .box form > .group__input .triple select {
  width: 100%;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  font-size: 18px;
  line-height: 24px;
  -webkit-appearance: none;
  font-weight: 400;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background: url("../img/selectarrow.svg");
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: calc(100% - 16px) center;
  background-color: #fff;
  color: #9CA0A6;
}
.sign__box .box form > .group__input .triple select option, .logout__box .box form > .group__input .triple select option {
  color: #000;
}
.sign__box .box form > .group__input .triple select.filled, .logout__box .box form > .group__input .triple select.filled {
  color: #000;
}
.sign__box .box form .group__input > p, .logout__box .box form .group__input > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #1B2026;
}
.sign__box .box form .group__input > input, .logout__box .box form .group__input > input {
  width: 100%;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  outline: none;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  font-size: 18px;
  line-height: 24px;
}
.sign__box .box form .text, .logout__box .box form .text {
  margin-top: 32px;
}
.sign__box .box form .text > p, .logout__box .box form .text > p {
  font-size: 20px;
  line-height: 24px;
  color: #39414D;
  margin: 0px;
}
.sign__box .box form .text > p a, .logout__box .box form .text > p a {
  color: #997DDF;
  text-decoration: underline;
}
.sign__box .box form .group__submit, .logout__box .box form .group__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.sign__box .box form .group__submit > button, .logout__box .box form .group__submit > button {
  margin: 0px 20px;
}
.sign__box .box form .group__submit > span, .logout__box .box form .group__submit > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.sign__box .box form .group__submit > button > span, .logout__box .box form .group__submit > button > span {
  padding-left: 50px;
  padding-right: 50px;
}
.sign__box .box form .text, .logout__box .box form .text {
  margin-top: 32px;
}
.sign__box .box form .text > p, .logout__box .box form .text > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #39414D;
}
.sign__box .box form .text > p a, .logout__box .box form .text > p a {
  color: #997DDF;
  text-decoration: underline;
}
.sign__box .box .btn > a > span, .logout__box .box .btn > a > span {
  border-color: #DFDFDF;
}
.sign__box .box .top, .logout__box .box .top {
  text-align: center;
  margin-bottom: 32px;
}
.sign__box .box .top > h2, .logout__box .box .top > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
  font-weight: bold;
}
.sign__box .box .top > p, .logout__box .box .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #39414D;
}

.astrology__wrapper.astrology__main.padding {
  padding-bottom: 92px;
  padding-top: 46px;
}

.article__big {
  padding-top: 76px;
  padding-bottom: 46px;
}
.article__big .outer__article {
  padding-top: 40px;
}
.article__big .outer__article .articles__list .el__article {
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 60px;
}
.article__big .outer__article .articles__list .el__article .image {
  display: flex;
  margin-top: 35px;
  margin-bottom: 40px;
}
.article__big .outer__article .articles__list .el__article .image > img {
  border-radius: 20px;
  max-width: 100%;
}
.article__big .outer__article .articles__list .el__article:last-child {
  margin-bottom: 0px;
}
.article__big .outer__article .articles__list .el__article > h6 {
  margin: 30px 0px;
  font-size: 24px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  font-weight: bold;
}
.article__big .outer__article .articles__list .el__article > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #1B2026;
}
.article__big .outer__article .articles__list .el__article > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.article__big .outer__article .articles__list .el__article > ul > li {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.article__big .outer__article .articles__list .el__article > .media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.article__big .outer__article .articles__list .el__article > .media > img {
  min-width: 128px;
  height: auto;
  object-fit: contain;
  max-width: 128px;
}
.article__big .outer__article .small__desc {
  margin-bottom: 60px;
}
.article__big .outer__article .small__desc > h6 {
  margin: 35px 0px;
  font-size: 24px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  font-weight: bold;
}
.article__big .outer__article .small__desc > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.article__big .outer__article .small__desc > p:last-child {
  margin-bottom: 0px;
}
.article__big .outer__article .table__contents {
  margin-bottom: 60px;
}
.article__big .outer__article .table__contents > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.article__big .outer__article .table__contents ul {
  padding-left: 20px;
  margin: 0px;
}
.article__big .outer__article .table__contents ul > li {
  color: #997DDF;
}
.article__big .outer__article .table__contents ul > li > a {
  font-size: 20px;
  line-height: 28px;
  color: #997DDF;
  font-family: "PT Serif", sans-serif;
  text-decoration: underline;
}
.article__big .outer__article > h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.article__big .article__image {
  display: flex;
  justify-content: center;
  height: 840px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.article__big .article__image > img {
  width: 100%;
  max-width: 100%;
}

.horoscopes__main.smaller {
  padding-top: 46px;
}
.horoscopes__main.smaller .outer__horoscopes > .top {
  margin-bottom: 60px;
}
.horoscopes__main.smaller .outer__horoscopes > .top > h2 {
  font-size: 32px;
  line-height: 42px;
}

.horoscope--box {
  padding-top: 144px;
  padding-bottom: 46px;
}
.horoscope--box .text__articles {
  margin-top: 62px;
}
.horoscope--box .text__articles > .elem {
  margin-bottom: 40px;
}
.horoscope--box .text__articles > .elem > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.horoscope--box .text__articles > .elem > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  color: #1B2026;
  font-family: "Georgia", sans-serif;
}
.horoscope--box .text__articles > .elem:last-child {
  margin-bottom: 0px;
}
.horoscope--box .inner__box .article__info {
  margin-bottom: 92px;
  margin-top: 40px;
}
.horoscope--box .inner__box .article__info .info > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.horoscope--box .inner__box .article__info .info > p a {
  font-family: "Georgia", sans-serif;
  color: #997DDF;
  text-decoration: underline;
  transition: 0.4s ease all;
}
.horoscope--box .inner__box .article__info .info > p a:hover {
  opacity: 0.7;
}
.horoscope--box .inner__box .article__info .info > p:last-child {
  margin-bottom: 0px;
}
.horoscope--box .inner__box .article__info .btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 50px;
  align-items: center;
}
.horoscope--box .inner__box .article__info .btn .regular-btn {
  margin: 0px 20px;
}
.horoscope--box .inner__box .article__info .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.horoscope--box .inner__box .article__info > .click {
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  color: #39414D;
  font-weight: 400;
  margin: 0px;
}
.horoscope--box .inner__box .article__info .media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.horoscope--box .inner__box .article__info .media > img {
  max-width: 100%;
  border-radius: 20px;
}
.horoscope--box .inner__box .article__info > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 42px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
  font-weight: bold;
}
.horoscope--box .inner__box .description {
  margin-top: 60px;
}
.horoscope--box .inner__box .description > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.horoscope--box .inner__box .description > p:last-child {
  margin-bottom: 0px;
}
.horoscope--box .inner__box > .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.horoscope--box .inner__box > .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 135%;
  color: #1B2026;
  font-family: "Georgia", sans-serif;
}
.horoscope--box .inner__box > .top > .date {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #596677;
}
.horoscope--box .inner__box > .top > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
  font-weight: bold;
}
.horoscope--box .inner__box > .top > .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
}
.horoscope--box .inner__box > .top > .media span {
  display: inline-flex;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.horoscope--box .inner__box > .top > .media span img {
  min-width: 56px;
  max-width: 56px;
}
.horoscope--box .inner__box > .top > .media img {
  min-width: 128px;
  max-width: 128px;
}

.horoscope__desc > .btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.horoscope__desc > .btn .regular-btn {
  margin: 0px 20px;
}
.horoscope__desc > .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.horoscope__desc .list {
  margin-top: 60px;
}
.horoscope__desc .list > .elem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E1DDE6;
}
.horoscope__desc .list > .elem .content .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 20px;
  color: #997DDF;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.horoscope__desc .list > .elem .content .btn a:hover {
  text-decoration: underline;
}
.horoscope__desc .list > .elem .content .btn a span {
  display: inline-flex;
  margin-left: 10px;
}
.horoscope__desc .list > .elem .content > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
  font-family: "Georgia", sans-serif;
  color: #1B2026;
}
.horoscope__desc .list > .elem .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.horoscope__desc .list > .elem .top .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.horoscope__desc .list > .elem .top .desc > p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 42px;
  font-family: "PT Serif", sans-serif;
  font-weight: bold;
  color: #1B2026;
}
.horoscope__desc .list > .elem .top .desc > span {
  font-size: 16px;
  line-height: 24px;
  color: #596677;
  letter-spacing: -0.32px;
}
.horoscope__desc .list > .elem .top > .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  max-width: 76px;
  min-height: 76px;
  max-height: 76px;
  border-radius: 250px;
  margin-right: 20px;
}
.horoscope__desc .list > .elem .top > .media img {
  min-width: 44px;
  max-width: 44px;
}
.horoscope__desc .list > .elem:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
  margin-bottom: 0px;
}
.horoscope__desc > p {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1B2026;
  font-size: 20px;
  line-height: 135%;
  font-family: "Georgia", sans-serif;
  font-weight: 400;
}
.horoscope__desc > p:last-child {
  margin-bottom: 0px;
}

.horoscope--box .horoscope__desc {
  margin-top: 92px;
}
.horoscope--box .horoscope__desc .list > .elem .top .media {
  position: relative;
  background-color: transparent !important;
}
.horoscope--box .horoscope__desc .list > .elem .top .media .small__image {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 250px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.horoscope--box .horoscope__desc .list > .elem .top .media .small__image img {
  min-width: 24px;
  max-width: 24px;
}
.horoscope--box .horoscope__desc .list > .elem .top .media > img {
  min-width: 76px;
  max-width: 76px;
}

.horoscopes__main .btn {
  margin-top: 60px;
}

.horoscopes__main.last {
  padding-top: 0px;
  padding-bottom: 92px;
}

.horoscope .outer__horoscope .horoscope__desc > p:last-child {
  margin-bottom: 0px;
}

.logout__box .box .after > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #39414D;
}
.logout__box .box .after > p a {
  color: #997DDF;
  text-decoration: underline;
  transition: 0.4s ease all;
}
.logout__box .box .after > p a:hover {
  opacity: 0.7;
}
.logout__box .box .btn {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout__box .box .btn > .regular-btn {
  margin-left: 20px;
  margin-right: 20px;
  min-width: 210px;
}
.logout__box .box .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.logout__box .box .title > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #39414D;
}
.logout__box .box .title > p a {
  color: #997DDF;
  text-decoration: underline;
  transition: 0.4s ease all;
}
.logout__box .box .title > p a:hover {
  opacity: 0.7;
}
.logout__box .box .title > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
  text-align: center;
}

.container__check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container__check p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1B2026;
}

/* Hide the browser's default checkbox */
.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  display: inline-flex;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 2px;
  border: 2px solid #9CA0A6;
}

.container__check input:checked ~ .checkmark {
  background-color: #269BAB;
  border-color: #269BAB;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container__check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container__check .checkmark:after {
  left: 5px;
  top: 0.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.moon__sign--calculator {
  padding-top: 92px;
  padding-bottom: 30px;
}
.moon__sign--calculator .group__input.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.moon__sign--calculator form .birth__fields {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.moon__sign--calculator form .group__checkbox p {
  margin: 0px;
  margin-left: 16px;
}
.moon__sign--calculator form > .group__input {
  margin-bottom: 20px;
}
.moon__sign--calculator form > .group__input:last-child {
  margin-bottom: 0px;
}
.moon__sign--calculator .group__input .triple {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}
.moon__sign--calculator .group__input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
  height: 44px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 24px;
  color: #9CA0A6;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #FFF;
  padding-left: 16px;
  padding-right: 36px;
  background: url(../img/selectarrow.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: calc(100% - 16px) center;
}
.moon__sign--calculator .group__input select.filled {
  color: #000;
}
.moon__sign--calculator .group__input select option {
  color: #000;
}
.moon__sign--calculator .group__input > p {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #1B2026;
}
.moon__sign--calculator .group__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.moon__sign--calculator .group__submit > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.moon__sign--calculator .group__submit > button {
  margin: 0px 20px;
}
.moon__sign--calculator .top {
  text-align: center;
  margin-bottom: 32px;
}
.moon__sign--calculator .top > h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-family: "PT Serif", sans-serif;
  color: #1B2026;
  font-weight: bold;
}
.moon__sign--calculator .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #39414D;
}

.horoscope--box .inner__box > .top > .media span {
  right: -8px;
}

.horoscope--box .inner__box > .top + .moon__sign--calculator {
  padding-top: 60px;
  padding-bottom: 0px;
}

.important__dates {
  padding-top: 144px;
  padding-bottom: 92px;
}
.important__dates .article {
  margin-top: 92px;
}
.important__dates .article > .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.important__dates .article > .btn > .regular-btn {
  margin: 0px 20px;
}
.important__dates .article > .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.important__dates .article + .article {
  margin-top: 60px;
}
.important__dates .article .book {
  margin-top: 36px;
}
.important__dates .article .book .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.important__dates .article .book .btn > .regular-btn {
  margin: 0px 20px;
}
.important__dates .article .book .btn > span {
  display: inline-flex;
  width: 100%;
  min-height: 1px;
  background-color: #E1DDE6;
}
.important__dates .article .book > p {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #39414D;
  font-weight: 400;
}
.important__dates .article .book > .media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.important__dates .article .book > .media > img {
  max-width: 100%;
  border-radius: 20px;
}
.important__dates .article > h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  color: #1B2026;
  font-weight: bold;
  font-family: "PT Serif", sans-serif;
}
.important__dates .article > a {
  color: #997DDF;
  font-size: 20px;
  font-family: "Georgia", sans-serif;
  transition: 0.4s ease all;
  line-height: 135%;
}
.important__dates .article > a:hover {
  opacity: 0.7;
}
.important__dates .article ul {
  padding-left: 25px;
  margin: 0px;
  margin-bottom: 25px;
}
.important__dates .article ul li {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 135%;
  color: #1B2026;
  font-family: "Georgia", sans-serif;
}
.important__dates .article ul li:last-child {
  margin-bottom: 0px;
}
.important__dates .article > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 135%;
  color: #1B2026;
  font-family: "Georgia", sans-serif;
}
.important__dates .outer__important > p {
  margin-top: 0px;
  font-size: 20px;
  line-height: 135%;
  color: #1B2026;
  font-family: "Georgia", sans-serif;
  margin-bottom: 25px;
}
.important__dates .dates__media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.important__dates .dates__media img {
  max-width: 628px;
  width: 100%;
}
.important__dates .top {
  text-align: center;
  margin-bottom: 60px;
}
.important__dates .top > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #1B2026;
  font-family: "PT Serif", sans-serif;
}
.important__dates .top > p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #39414D;
  font-weight: 400;
}
.important__dates .top > .media {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.important__dates .top > .media img {
  min-width: 128px;
  max-width: 128px;
}

header .regular-btn.white > span {
  border-color: #DFDFDF;
}

.horoscope__desc .list > .elem .top > .media {
  position: relative;
}
.horoscope__desc .list > .elem .top > .media > img {
  min-width: 76px;
  max-width: 76px;
}
.horoscope__desc .list > .elem .top > .media .small__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  border-radius: 250px;
  background-color: #FFFFFF;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.horoscope__desc .list > .elem .top > .media .small__image img {
  min-width: 24px;
  max-width: 24px;
}

.horoscopes__wrapper .grid .elem > h6 {
  transition: 0.4s ease all;
}

.horoscopes__wrapper .grid .elem:hover > h6 {
  color: #997DDF;
}

.astrology__wrapper .grid .elem > h6 {
  transition: 0.4s ease all;
}

.astrology__wrapper .grid .elem:hover > h6 {
  color: #997DDF;
}

.logout__box .box .title > h2 {
  margin-bottom: 32px;
}

.birth__fields.disabled {
  opacity: 0.5;
  pointer-events: none;
}

@media (min-width: 1440px) {
  .inner__article .head__media {
  height: 520px;
  }
  .article__big .article__image {
  height: 640px;
  }
}
@media (max-width: 1400px) {
  .testimonials__wrapper .testimonials__slider:before {
  width: 230px;
  }
  .testimonials__wrapper .testimonials__slider:after {
  width: 230px;
  }
}
@media (max-width: 1200px) {
  .article__big .article__image {
  height: 540px;
  }
  .inner__article .head__media {
  height: 375px;
  }
  .shop__wrapper .shop__cards:before {
  width: 150px;
  }
  .shop__wrapper .shop__cards:after {
  width: 150px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc > p {
  font-size: 18px;
  }
  .testimonials__wrapper .testimonials__slider:before {
  width: 160px;
  }
  .testimonials__wrapper .testimonials__slider:after {
  width: 160px;
  }
}
@media (min-width: 992px) {
  footer .outer__footer > .menu__element ul {
  display: flex !important;
  }
  .footer-privacy {
    text-align: center;
    font-size: 16px;
  }
  .footer-privacy a img {
    height: 0.9em;
    top: -0.08em;
  }
}
br.mobile {
  display: none;
}

.inner__article .desc__wrapper .outer__desc .content > p:last-child {
  margin-bottom: 0px;
}

body.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.sign__box .box .top > h2 br {
  display: none;
}

.article__big .outer__article .articles__list .el__article > p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .article__big .article__image {
  height: 440px;
  }
  .contact__form .contact__box form .btn {
  margin-top: 32px;
  }
  .important__dates .article {
  margin-top: 32px;
  }
  .important__dates .article > h2 {
  font-size: 24px;
  line-height: 32px;
  }
  .important__dates .outer__important > p {
  margin-bottom: 20px;
  }
  .important__dates .article > p {
  margin-bottom: 20px;
  font-size: 16px;
  }
  .important__dates .article > a {
  font-size: 16px;
  }
  .important__dates .top > .media img {
  min-width: 104px;
  max-width: 104px;
  }
  .important__dates .dates__media {
  margin-bottom: 20px;
  }
  .important__dates .outer__important > p {
  font-size: 16px;
  }
  .important__dates {
  padding-top: 76px;
  padding-bottom: 32px;
  }
  .important__dates .top > .media {
  margin-bottom: 12px;
  }
  .important__dates .top > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .important__dates .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .important__dates .top {
  margin-bottom: 20px;
  }
  .horoscope--box .inner__box > .top + .moon__sign--calculator {
  padding-top: 20px;
  }
  .moon__sign--calculator {
  padding-top: 20px;
  }
  .horoscope--box .inner__box .article__info {
  margin-bottom: 32px;
  margin-top: 32px;
  }
  .horoscope--box .inner__box .article__info > h6 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  }
  .horoscope--box .inner__box > .top > .media span img {
  min-width: 46px;
  max-width: 46px;
  }
  .horoscope--box .inner__box > .top > .date {
  font-size: 14px;
  line-height: 20px;
  }
  .horoscope--box .inner__box .description {
  margin-top: 20px;
  }
  .horoscope--box .inner__box .description > p {
  font-size: 16px;
  margin-bottom: 20px;
  }
  .horoscope--box .inner__box .description > p:last-child {
  margin-bottom: 0px;
  }
  .moon__sign--calculator .top > h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .moon__sign--calculator .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .moon__sign--calculator .top {
  margin-bottom: 20px;
  }
  .moon__sign--calculator .group__input > p {
  font-size: 14px;
  line-height: 20px;
  }
  .moon__sign--calculator .group__submit {
  margin-top: 35px;
  }
  .moon__sign--calculator {
  padding-bottom: 0px;
  }
  .logout__box .box .title > p {
  font-size: 14px;
  line-height: 20px;
  color: #39414D;
  }
  .logout__box .box .btn {
  margin-top: 32px;
  margin-bottom: 32px;
  }
  .logout__box .box .after > p {
  font-size: 14px;
  line-height: 20px;
  }
  .logout__box {
  padding-top: 76px;
  }
  .logout__box .box .title > h2 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #1B2026;
  }
  .horoscopes__main.last .outer__horoscopes > .top > h2 {
  font-size: 24px;
  line-height: 32px;
  }
  .horoscopes__main.last {
  padding-top: 0px;
  padding-bottom: 32px;
  }
  .horoscopes__wrapper .outer__horoscopes .btn {
  margin-top: 32px;
  }
  .horoscope--box {
  padding-top: 76px;
  }
  .horoscopes__main.smaller {
  padding-top: 16px;
  }
  .horoscope--box {
  padding-bottom: 16px;
  }
  .horoscopes__main.smaller .outer__horoscopes > .top {
  margin-bottom: 20px;
  }
  .horoscope--box .inner__box > .top > .media img {
  min-width: 104px;
  max-width: 104px;
  }
  .horoscope--box .daily__horoscope {
  margin-top: 32px;
  }
  .horoscope--box .text__articles {
  margin-top: 32px;
  }
  .horoscope--box .text__articles > .elem > h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  }
  .horoscope--box .text__articles > .elem > p {
  font-size: 16px;
  }
  .horoscope--box .text__articles > .elem {
  margin-bottom: 32px;
  }
  .horoscope--box .inner__box > .top > .media {
  margin-bottom: 12px;
  }
  .horoscope--box .inner__box > .top > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  text-align: center;
  }
  .horoscope--box .inner__box > .top > p {
  text-align: center;
  font-size: 16px;
  line-height: 135%;
  }
  .article__big .outer__article {
  padding-top: 20px;
  }
  .article__big .outer__article > h2 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  }
  .article__big .outer__article .table__contents > h6 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  }
  .article__big .outer__article .table__contents ul > li > a {
  font-size: 16px;
  line-height: 20px;
  }
  .article__big .outer__article .table__contents {
  margin-bottom: 20px;
  }
  .article__big .outer__article .small__desc > p {
  font-size: 16px;
  }
  .article__big .outer__article .small__desc ul > li {
  font-size: 16px;
  }
  .article__big .outer__article .small__desc > h6 {
  margin: 25px 0px;
  font-size: 20px;
  }
  .article__big .outer__article .small__desc {
  margin-bottom: 30px;
  }
  .article__big .outer__article .articles__list .el__article {
  margin-bottom: 32px;
  }
  .article__big .outer__article .articles__list .el__article > h6 {
  font-size: 20px;
  }
  .article__big .outer__article .articles__list .el__article > h6 {
  margin: 25px 0px;
  }
  .article__big .outer__article .articles__list .el__article > p {
  margin-bottom: 20px;
  }
  .article__big .outer__article .articles__list .el__article .image {
  margin: 20px 0px;
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .article__big .outer__article .articles__list .el__article .image img {
  border-radius: 0px;
  }
  .astrology__wrapper.astrology__main.padding {
  padding-top: 16px;
  }
  .article__big {
  padding-bottom: 16px;
  padding-top: 20px;
  }
  .article__big .outer__article .articles__list .el__article > .media {
  margin-bottom: 12px;
  }
  .article__big .outer__article .articles__list .el__article > .media img {
  min-width: 80px;
  max-width: 80px;
  }
  .article__big .outer__article .articles__list .el__article > p {
  font-size: 16px;
  }
  .article__big .outer__article .articles__list .el__article > h2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  }
  .astrology__wrapper.astrology__main.padding {
  padding-bottom: 32px;
  }
  .article__big {
  padding-top: 58px;
  }
  .sign__box .box .top > h2 br {
  display: block;
  }
  .sign__box .box .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .sign__box .box form .group__input > p {
  font-size: 14px;
  line-height: 20px;
  }
  .sign__box {
  padding-top: 76px;
  }
  .sign__box .box .top > h2 {
  font-size: 32px;
  line-height: 40px;
  }
  .login__box {
  padding-top: 76px;
  background-size: contain;
  background-position: top;
  }
  .login__box .box > h2 {
  font-size: 32px;
  line-height: 40px;
  }
  .login__box .box .group__input > p {
  font-size: 14px;
  line-height: 20px;
  }
  .login__box .box form > p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  }
  .login__box .box form .submit {
  margin-top: 32px;
  margin-bottom: 32px;
  }
  .login__box .box form .contact > p {
  font-size: 14px;
  line-height: 20px;
  }
  .horoscope__desc .list > .elem .content > p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  }
  .testimonials__main .outer__box > .btn {
  margin-top: 32px;
  }
  .contact__form .contact__box form .group__input > p {
  line-height: 20px;
  }
  .testimonials__main {
  padding-top: 76px;
  padding-bottom: 32px;
  }
  .testimonials__main .outer__box > .top {
  margin-bottom: 32px;
  }
  .testimonials__main .outer__box .list > .elem > .desc > p {
  font-size: 16px;
  }
  .testimonials__main .outer__box > .top > h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  color: #1B2026;
  }
  .testimonials__main .outer__box > .top > p {
  font-size: 16px;
  }
  .contact__form .contact__box > .top > h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  }
  .contact__form .contact__box form .group__input > p {
  font-size: 14px;
  }
  .contact__form .contact__box > .top > p {
  font-size: 16px;
  line-height: 135%;
  }
  .contact__form {
  padding-top: 75px;
  padding-bottom: 32px;
  }
  .faq__main .outer__faq .faq__list .faq__elem > .faq__head > p {
  margin-right: 10px;
  }
  .faq__main .outer__faq > .top > h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
  }
  .faq__main {
  padding-top: 76px;
  padding-bottom: 32px;
  }
  .faq__main .outer__faq > .top > p {
  font-size: 16px;
  }
  .faq__main .outer__faq .faq__list .faq__elem .faq__content {
  padding-bottom: 20px;
  }
  .faq__main .outer__faq > .top {
  margin-bottom: 12px;
  }
  .faq__main .outer__faq .faq__list .faq__elem > .faq__head {
  padding: 20px 0px;
  }
  .faq__main .outer__faq .faq__list .faq__elem > .faq__head > p {
  font-size: 16px;
  line-height: 20px;
  }
  .faq__main .outer__faq .faq__list .faq__elem > .faq__head > span img {
  min-width: 20px;
  max-width: 20px;
  }
  .faq__main .outer__faq .faq__list .faq__elem .faq__content > p {
  font-size: 16px;
  }
  .document__wrapper {
  padding-top: 76px;
  padding-bottom: 32px;
  }
  .document__wrapper .outer__document > p {
  margin-bottom: 20px;
  }
  .document__wrapper .outer__document > h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  }
  .document__wrapper .outer__document > p {
  font-size: 16px;
  line-height: 135%;
  }
  .about__wrapper .about__desc > h6 {
  margin-top: 18px;
  }
  .about__wrapper .about__desc > h2 {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 40px;
  }
  .about__wrapper .about__desc {
  padding-top: 20px;
  padding-bottom: 32px;
  }
  .about__wrapper .about__desc > p {
  font-size: 16px;
  margin-bottom: 20px;
  }
  .about__wrapper .about__desc > h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 12px;
  }
  .about__wrapper {
  padding-top: 58px;
  }
  header + .horoscopes__main {
  padding-top: 76px;
  }
  header + .astrology__wrapper {
  padding-top: 76px;
  }
  .astrology__main.astrology__main .outer__astrology > .top > h2 {
  font-size: 32px;
  line-height: 40px;
  }
  .astrology__wrapper.astrology__main .outer__astrology .grid {
  margin-bottom: 0px;
  }
  .elem__article .desc .bottom {
  left: 12px;
  width: calc(100% - 24px);
  }
  .elem__article .desc > p {
  -webkit-line-clamp: 3;
  }
  .shop__wrapper .shop__cards .elem__card .desc .info > a {
  text-decoration: none !important;
  }
  .contact__us + .testimonials__wrapper {
  padding-bottom: 32px;
  }
  .shop .outer__shop .grid > .elem .top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  }
  .shop .outer__shop .grid > .elem .top > .media {
  margin-right: 0px;
  }
  .shop .outer__shop .grid > .elem .buttons {
  grid-column-gap: 12px;
  }
  .shop .outer__shop .grid > .elem .top > .media > img {
  min-width: 0px;
  max-width: 100%;
  width: 100%;
  }
  .shop .outer__shop .grid > .elem .buttons .regular-btn > span {
  min-height: 32px;
  font-size: 14px;
  line-height: 20px;
  }
  .shop .outer__shop .grid > .elem .buttons {
  margin-top: 12px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > h6 {
  font-size: 16px;
  line-height: 20px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > span {
  font-size: 12px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > p {
  font-size: 12px;
  line-height: 135%;
  }
  .shop .outer__shop .grid > .elem .top > .desc .bottom__part > p {
  font-size: 16px;
  line-height: 20px;
  }
  .shop .outer__shop .grid {
  grid-template-columns: 1fr;
  }
  .shop .outer__shop .grid > .elem {
  max-width: 412px;
  margin-left: auto;
  margin-right: auto;
  }
  .shop {
  margin-top: 76px;
  }
  .shop .outer__shop > .top > h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
  }
  .shop .outer__shop > .top > p {
  font-size: 16px;
  }
  .shop .outer__shop > .top {
  margin-bottom: 20px;
  }
  .horoscope {
  padding-bottom: 32px;
  }
  .horoscope .outer__horoscope > .horoscope__top .top {
  margin-bottom: 20px;
  }
  .horoscope .outer__horoscope > .horoscope__top .switcher {
  margin-bottom: 20px;
  }
  .horoscope .outer__horoscope > .horoscope__top .switcher ul li > a {
  font-size: 14px;
  line-height: 20px;
  min-height: 30px;
  }
  .horoscope .outer__horoscope .horoscope__desc > p {
  font-size: 16px;
  line-height: 135%;
  margin-bottom: 20px;
  }
  .horoscope__desc .list {
  margin-top: 32px;
  }
  .horoscope__desc .list > .elem .top .desc > p {
  font-size: 24px;
  line-height: 32px;
  }
  .horoscope__desc .list > .elem .top {
  position: relative;
  padding-bottom: 32px;
  }
  .horoscope__desc .list > .elem .top .desc > span {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  }
  .horoscope__desc .list > .elem .top > .media {
  min-width: 64px;
  max-width: 64px;
  min-height: 64px;
  max-height: 64px;
  }
  .horoscope__desc .list > .elem .top > .media img {
  min-width: 36px;
  max-width: 36px;
  }
  .horoscope__desc > .btn {
  margin-top: 32px;
  }
  .horoscope__desc .list > .elem .top {
  margin-bottom: 12px;
  }
  .horoscope__desc .list > .elem .content > p {
  font-size: 16px;
  line-height: 135%;
  }
  .horoscope__desc .list > .elem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  }
  .horoscope .outer__horoscope > .horoscope__top .switcher ul li {
  min-width: 104px;
  }
  .horoscope {
  padding-top: 82px;
  }
  .horoscope .outer__horoscope > .horoscope__top > .media img {
  min-width: 91px;
  max-width: 91px;
  }
  .horoscope .outer__horoscope > .horoscope__top > .media {
  margin-bottom: 18px;
  }
  .horoscope .outer__horoscope > .horoscope__top .top > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .featured__articles {
  padding-top: 16px;
  padding-bottom: 32px;
  }
  .featured__articles .outer__featured .btn {
  margin-top: 32px;
  }
  .featured__articles .outer__featured .top > h2 {
  font-size: 24px;
  margin-bottom: 4px;
  line-height: 32px;
  }
  .featured__articles .outer__featured .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .featured__articles .outer__featured .top {
  margin-bottom: 20px;
  }
  .featured__articles .outer__featured .grid {
  grid-template-columns: 1fr;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  grid-row-gap: 12px;
  }
  .inner__article {
  margin-top: 56px;
  }
  .inner__article .desc__wrapper .outer__desc .title {
  margin-bottom: 20px;
  }
  .inner__article .desc__wrapper .outer__desc .content > p {
  font-size: 16px;
  line-height: 135%;
  }
  .inner__article .desc__wrapper .outer__desc .content > h6 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  }
  .inner__article .desc__wrapper .outer__desc .content > p {
  margin-bottom: 20px;
  }
  .inner__article .head__media {
  height: 290px;
  }
  .inner__article .desc__wrapper {
  padding-top: 20px;
  padding-bottom: 16px;
  }
  .inner__article .desc__wrapper .outer__desc .title > h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 4px;
  }
  .inner__article .desc__wrapper .outer__desc .title > span {
  font-size: 14px;
  line-height: 20px;
  }
  .all__articles {
  padding-top: 75px;
  padding-bottom: 32px;
  }
  .all__articles .outer__all > h2 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  }
  .all__articles .outer__all .btn {
  margin-top: 32px;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  }
  .all__articles .outer__all .grid {
  grid-template-columns: repeat(2, 1fr);
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  }
  .elem__card {
  transform: none !important;
  }
  .elem__article {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  }
  .hero__section .outer__hero .daily__horoscope .grid .elem .media:before {
  content: none !important;
  }
  .shop__wrapper .shop__cards:before {
  content: none;
  }
  .shop__wrapper .shop__cards:after {
  content: none;
  }
  .articles__wrapper {
  padding-bottom: 16px;
  }
  .shop__wrapper {
  padding: 16px 0px;
  }
  .shop__wrapper .top__shop > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .shop__wrapper .top__shop > p {
  font-size: 14px;
  line-height: 20px;
  }
  .shop__wrapper .top__shop {
  margin-bottom: 20px;
  }
  .shop__wrapper .btn {
  margin-top: 32px;
  }
  .horoscopes__wrapper, .astrology__wrapper {
  padding: 16px 0px;
  }
  .articles__wrapper {
  padding-top: 20px;
  margin-top: 16px;
  }
  .articles__wrapper .outer__articles .button {
  margin-top: 32px;
  }
  .articles__wrapper .outer__articles .top {
  margin-bottom: 20px;
  }
  .articles__wrapper .outer__articles .top > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .articles__wrapper .outer__articles .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .testimonials__wrapper {
  padding-bottom: 0px;
  padding-top: 16px;
  }
  .testimonials__wrapper .top__testimonials > h2 {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
  }
  .testimonials__wrapper .top__testimonials > p {
  font-size: 14px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  }
  .testimonials__wrapper .top__testimonials ul > li {
  margin-right: 4px;
  }
  .testimonials__wrapper .top__testimonials ul > li:last-child {
  margin-right: 0px;
  }
  .testimonials__wrapper .testimonials__slider {
  margin-top: 20px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner {
  padding: 16px 12px;
  padding-bottom: 14px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc > p {
  font-size: 14px;
  line-height: 135%;
  margin-bottom: 12px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author > .media img {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author > .media {
  margin-right: 12px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author .author__info > span {
  font-size: 12px;
  line-height: 16px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner .desc .author .author__info > p {
  font-size: 16px;
  line-height: 20px;
  }
  .testimonials__wrapper .testimonials__slider .slick-slide {
  margin: 0px 5px;
  }
  .testimonials__wrapper .testimonials__slider .slick-list {
  margin: 0px -5px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner > .quote {
  margin-right: 12px;
  padding-top: 4px;
  }
  .testimonials__wrapper .testimonials__slider .elem__testimon > .inner > .quote img {
  max-width: 21px;
  min-width: 21px;
  }
  .testimonials__wrapper .top__testimonials ul > li img {
  min-width: 24px;
  max-width: 24px;
  }
  .testimonials__wrapper .testimonials__slider:before, .testimonials__wrapper .testimonials__slider:after {
  content: none;
  }
  .contact__us {
  padding: 32px 0px;
  }
  .contact__us .outer__contact > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .contact__us .outer__contact > p {
  font-size: 14px;
  line-height: 20px;
  }
  .contact__us .outer__contact > p br.desktop {
  display: none;
  }
  .contact__us .outer__contact > p br.mobile {
  display: block;
  }
  .contact__us .outer__contact .faq__btn {
  margin-top: 20px;
  }
  .cta__wrapper {
  padding-top: 20px;
  padding-bottom: 32px;
  }
  .cta__wrapper .outer__cta > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-left: auto;
  margin-right: auto;
  }
  .cta__wrapper .outer__cta > p {
  font-size: 14px;
  line-height: 20px;
  margin-left: auto;
  margin-right: auto;
  }
  .cta__wrapper .outer__cta .btn {
  margin-top: 20px;
  }
  footer .outer__footer > .menu__element {
  width: 100%;
  }
  footer .outer__footer > .menu__element > h6 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  }
  footer .outer__footer > .menu__element > h6.opened span {
  transform: rotate(180deg);
  }
  footer .outer__footer > .menu__element > h6 span {
  display: inline-flex;
  transition: 0.4s ease all;
  }
  footer {
  padding-top: 20px;
  }
  footer .outer__footer > .menu__element > h6 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  }
  footer .outer__footer > .menu__element {
  margin-bottom: 20px;
  }
  footer .outer__footer > .menu__element:last-child {
  margin-bottom: 0px;
  }
  footer .outer__footer > .menu__element ul {
  display: none;
  }
  footer .outer__footer > .menu__element ul {
  margin-top: 12px;
  }
  footer .outer__footer > .menu__element ul > li {
  margin-bottom: 12px;
  }
  footer .outer__footer > .menu__element ul > li:last-child {
  margin-bottom: 0px;
  }
  footer .outer__footer {
  flex-direction: column;
  padding-bottom: 20px;
  }
  footer .bottom__wrap p {
  font-size: 12px;
  line-height: 16px;
  left: 0px;
  transform: none;
  bottom: -7px;
  }
  footer .bottom__wrap ul > li {
  margin-right: 16px;
  }
  footer .bottom__footer {
  padding-top: 22px;
  padding-bottom: 20px;
  }
  footer .bottom__wrap > a {
  position: relative;
  bottom: 7px;
  }
  footer .bottom__wrap > a img {
  max-width: 104px;
  }
  .articles__wrapper:before {
  height: 328px;
  }
  .articles__wrapper .outer__articles .grid {
  grid-template-columns: 1fr;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  grid-row-gap: 12px;
  }
  .elem__article .media img {
  height: 160px;
  }
  .elem__article .desc {
  padding: 12px;
  }
  .elem__article .desc > span {
  font-size: 12px;
  }
  .elem__article .desc > p {
  font-size: 14px;
  }
  .elem__article .desc .bottom {
  margin-top: 12px;
  }
  .elem__article .desc .bottom > span, .elem__article .desc .bottom > a {
  font-size: 12px;
  }
  .elem__article .desc > h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;
  min-height: 0px;
  }
  .elem__article .desc > h6 br {
  display: none;
  }
  .astrology__wrapper .outer__astrology > .top, .horoscopes__wrapper .outer__horoscopes > .top {
  margin-bottom: 20px;
  }
  .astrology__wrapper .outer__astrology > .top > h2, .horoscopes__wrapper .outer__horoscopes > .top > h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
  }
  .astrology__wrapper .outer__astrology > .top > p, .horoscopes__wrapper .outer__horoscopes > .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem > h6 .horoscopes__wrapper .outer__horoscopes .grid .elem > h6 {
  font-size: 16px;
  line-height: 20px;
  }
  .astrology__wrapper .outer__astrology .grid .btn > .regular-btn span, .horoscopes__wrapper .outer__horoscopes .grid .btn > .regular-btn span {
  font-size: 14px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem, .horoscopes__wrapper .outer__horoscopes .grid > .elem {
  padding: 16px;
  }
  .astrology__wrapper .outer__astrology .grid, .horoscopes__wrapper .outer__horoscopes .grid {
  margin-bottom: 32px;
  }
  .astrology__wrapper .horoscopes__wrapper {
  padding: 16px 0px;
  }
  .card__reading .outer__card .grid {
  margin-bottom: 32px;
  }
  .card__reading .outer__card > .top {
  margin-bottom: 20px;
  }
  .card__reading {
  padding: 16px 0px;
  }
  .card__reading .outer__card > .top > h2 {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 32px;
  }
  .card__reading .outer__card > .top > p {
  font-size: 14px;
  line-height: 20px;
  }
  .card__reading .outer__card .grid > .elem > h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 16px;
  }
  .card__reading .outer__card .grid > .elem .btn > a > span,
  .card__reading .outer__card .grid > .elem .btn > div > span {
  font-size: 14px;
  line-height: 18px;
  }
  .card__reading .outer__card .grid > .elem {
  padding-top: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  }
  .elem__article .desc > h6 {
  -webkit-line-clamp: 10;
  overflow: visible;
  max-height: none;
  }
  .elem__article {
  transform: none !important;
  }
  .shop__wrapper {
  padding-bottom: 0px;
  }
  .shop .outer__shop .grid {
  grid-row-gap: 12px;
  }
  .horoscopes__main .outer__horoscopes > .top > h2 {
  font-size: 32px;
  line-height: 40px;
  color: #1B2026;
  }
  .horoscopes__main .outer__horoscopes > .top {
  margin-bottom: 32px;
  }
  .horoscopes__main .outer__horoscopes > .sub {
  margin-bottom: 20px;
  }
  .horoscopes__main .outer__horoscopes > .sub > p {
  font-size: 24px;
  line-height: 32px;
  }
  .sign__box .box form .text > p {
  font-size: 14px;
  line-height: 20px;
  }
  .sign__box .box form .group__submit {
  margin-top: 32px;
  }
  .sign__box {
  padding-bottom: 55px;
  }
  .moon__sign--calculator form .group__checkbox p {
  font-size: 14px;
  line-height: 20px;
  }
  .horoscope--box .inner__box .article__info > .click {
  font-size: 14px;
  line-height: 20px;
  }
  .horoscope--box .inner__box .article__info .btn {
  margin: 20px 0px;
  }
  .horoscope--box .inner__box .article__info .info > p {
  font-size: 16px;
  margin-bottom: 20px;
  }
  .horoscope--box .inner__box .article__info {
  margin-bottom: 0px;
  }
  .horoscope--box .horoscope__desc {
  margin-top: 32px;
  }
  .horoscope--box .horoscope__desc .list > .elem .top .media .small__image {
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  max-height: 28px;
  right: -4px;
  }
  .horoscope .outer__horoscope > .horoscope__top > .media > span img {
  min-width: 46px;
  max-width: 46px;
  }
  .horoscope .outer__horoscope > .horoscope__top > .media > span {
  right: -6px;
  }
  .horoscope .outer__horoscope > .horoscope__top > .media {
  min-width: 104px;
  max-width: 104px;
  }
  .horoscope--box .inner__box > .top > .media span {
  right: -6px;
  }
  .important__dates .article .book {
  margin-top: 20px;
  }
  .important__dates .article .book > p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  }
  .important__dates .article .book .btn {
  margin-top: 20px;
  }
  .important__dates .article + .article {
  margin-top: 20px;
  }
  .important__dates .article ul li {
  font-size: 16px;
  margin-bottom: 20px;
  }
  .important__dates .article > .btn {
  margin-top: 20px;
  }
}
@media (max-width: 870px) {
  .horoscope--box .inner__box .article__info .media, .important__dates .article .book > .media {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .horoscope--box .inner__box .article__info .media img, .important__dates .article .book > .media img {
  border-radius: 0px;
  }
  .moon__sign--calculator .group__submit, .horoscope--box .inner__box .article__info .btn, .important__dates .article > .btn {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .testimonials__main .outer__box > .btn, .important__dates .article .book .btn {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .contact__form .contact__box form .btn, .articles__wrapper .outer__articles .button, .astrology__wrapper .outer__astrology > .btn, .horoscopes__wrapper .outer__horoscopes > .btn, .card__reading .outer__card > .btn, .shop__wrapper .btn, .featured__articles .outer__featured .btn, .horoscope__desc > .btn {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .card__reading .outer__card .grid {
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
  }
  .card__reading .outer__card {
  max-width: 100%;
  }
}
@media (max-width: 767px) {
  .article__big .article__image {
  height: 340px;
  }
  .inner__article .head__media {
  height: 240px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .media img, .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .media img {
  min-width: 140px;
  max-width: 140px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem .small__media, .horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media {
  bottom: 15px;
  right: 20px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem .small__media img, .horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media img {
  min-width: 65px;
  max-width: 65px;
  }
  .astrology__wrapper .outer__astrology .grid, .horoscopes__wrapper .outer__horoscopes .grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  }
}
.testimonials__main .outer__box .list > .elem > .desc .auth {
  margin-top: 24px;
}

@media (max-width: 640px) {
  .article__big .article__image {
  height: 260px;
  }
  .sign__box .box form .group__submit {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .login__box .box form .submit {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .testimonials__main .outer__box .list > .elem > .desc > p {
  margin-bottom: 12px;
  }
  .testimonials__main .outer__box .list > .elem > .desc .auth {
  margin-top: 12px;
  }
  .testimonials__main .outer__box .list > .elem > .desc .auth > div.media {
  margin-right: 12px;
  }
  .testimonials__main .outer__box .list > .elem > .desc .auth > div.desc > p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 2px;
  }
  .testimonials__main .outer__box .list > .elem > .desc .auth > div.desc > span {
  font-size: 12px;
  line-height: 16px;
  }
  .testimonials__main .outer__box .list > .elem > .desc .auth > div.media > img {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  }
  .testimonials__main .outer__box .list > .elem > .desc > p {
  font-size: 14px;
  }
  .testimonials__main .outer__box .list > .elem {
  padding: 12px;
  }
  .testimonials__main .outer__box .list > .elem > .quote {
  margin-right: 12px;
  }
  .testimonials__main .outer__box .list > .elem > .quote img {
  max-width: 24px;
  min-width: 24px;
  }
  .about__wrapper .about__media > img {
  min-height: 160px;
  object-fit: cover;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(1) {
  background: linear-gradient(90deg, #EFF5F6 0%, #E9EFF5 100%);
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(2) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%);
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(3) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%);
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(4) {
  background: linear-gradient(90deg, #EFF5F6 0%, #E9EFF5 100%), #D9D9D9;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(5) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%), #D9D9D9;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(6) {
  background: linear-gradient(90deg, #EFF5F6 0%, #E9EFF5 100%), #D9D9D9;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(7) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%), #D9D9D9;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 2;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 3;
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 2;
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 3;
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(8) {
  grid-column-start: 1;
  grid-column-end: 2;
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(9) {
  grid-column-start: 2;
  grid-column-end: 3;
  }
  .shop .outer__shop .grid > .elem {
  padding: 12px;
  }
  .inner__article .head__media {
  height: 190px;
  }
  .all__articles .outer__all .btn {
  width: calc(100% + 40px);
  margin-left: -20px;
  }
  .all__articles .outer__all .grid {
  grid-template-columns: 1fr;
  max-width: 320px;
  }
  .all__articles .outer__all > h2 {
  max-width: 320px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn > a span,
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn > div span,
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn > a span,
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn > div span {
  align-items: center;
  justify-content: center;
  display: flex;
  }
  .shop__wrapper .shop__cards .elem__card {
  max-width: 154px;
  padding: 12px;
  padding-bottom: 44px;
  margin: 0px 6px;
  border-radius: 16px;
  }
  .shop__wrapper .shop__cards .slick-list {
  margin: 0px -6px;
  }
  .shop__wrapper .shop__cards .elem__card .desc .info {
  left: 12px;
  width: calc(100% - 24px);
  bottom: 12px;
  }
  .shop__wrapper .shop__cards .elem__card .desc .info > p {
  font-size: 16px;
  line-height: 20px;
  }
  .shop__wrapper .shop__cards .elem__card .desc .info > a {
  font-size: 12px;
  line-height: 16px;
  }
  .shop__wrapper .shop__cards .elem__card .media {
  margin-bottom: 12px;
  }
  .shop__wrapper .shop__cards .elem__card .desc > span {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  }
  .shop__wrapper .shop__cards .elem__card .desc > h6 {
  font-size: 16px;
  line-height: 20px;
  }
  .card__reading .outer__card .grid > .elem {
  border-radius: 16px !important;
  }
  .card__reading .outer__card .grid {
  grid-column-gap: 12px;
  }
  .card__reading .outer__card .grid > .elem > h6 {
  margin-bottom: 9px;
  }
  .card__reading .outer__card .grid > .elem .btn > a > span,
  .card__reading .outer__card .grid > .elem .btn > div > span {
  padding-left: 0px;
  padding-right: 0px;
  }
  .card__reading .outer__card .grid > .elem > h6 {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
  }
  .card__reading .outer__card .grid > .elem .btn > a > span,
  .card__reading .outer__card .grid > .elem .btn > div > span {
  min-height: 32px;
  }
  .card__reading .outer__card .grid > .elem .media img {
  width: 100%;
  }
  .astrology__wrapper .outer__astrology .grid > .elem > h6, .horoscopes__wrapper .outer__horoscopes .grid > .elem > h6 {
  font-size: 16px;
  line-height: 20px;
  }
  .astrology__wrapper .outer__astrology .grid, .horoscopes__wrapper .outer__horoscopes .grid {
  grid-template-columns: repeat(2, 1fr);
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1), .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) {
  background: linear-gradient(90deg, #FCF4ED 0%, #F3F3F5 98.7%);
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(2) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(3) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(4) {
  background: linear-gradient(90deg, #FCF4ED 0%, #F3F3F5 98.7%);
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(5) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) {
  background: linear-gradient(90deg, #EFF5F6 0%, #E9EFF5 100%);
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(2) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%);
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(3) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%);
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(4) {
  background: linear-gradient(90deg, #EFF5F6 0%, #E9EFF5 100%), #D9D9D9;
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(5) {
  background: linear-gradient(90deg, #E9EFF5 0%, #E3EAF5 100%), #D9D9D9;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(2), .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(3), .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(4), .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 3;
  grid-row-end: 4;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(5), .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(5) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .media img, .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .media img {
  min-width: 0px;
  width: 100%;
  max-width: 106px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .media, .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .media {
  margin-top: 40px;
  margin-bottom: 42px;
  }
  .astrology__wrapper .outer__astrology .grid, .horoscopes__wrapper .outer__horoscopes .grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn > a span,
  .astrology__wrapper .outer__astrology .grid > .elem:nth-child(1) .btn > div span,
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn > a span,
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .btn > div span {
  min-height: 32px;
  }
  .astrology__wrapper .outer__astrology .grid .btn > .regular-btn span, .horoscopes__wrapper .outer__horoscopes .grid .btn > .regular-btn span {
  padding: 0px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem, .horoscopes__wrapper .outer__horoscopes .grid > .elem {
  border-radius: 16px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem .small__media, .horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media {
  position: static;
  margin-top: 24px;
  margin-left: auto;
  display: flex;
  max-width: 52px;
  width: 52px;
  }
  .astrology__wrapper .outer__astrology .grid > .elem .small__media img, .horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media img {
  min-width: 52px;
  max-width: 52px;
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem .small__media {
  margin-top: 4px;
  }
  .horoscopes__wrapper .outer__horoscopes .grid > .elem:nth-child(1) .media {
  margin-top: 28px;
  margin-bottom: 34px;
  }
  .astrology__main .outer__astrology .grid .elem {
  min-height: 128px;
  }
  .astrology__main .outer__astrology .grid .elem .small__media {
  position: absolute;
  right: 16px;
  bottom: 16px;
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(1) {
  background: linear-gradient(90deg, #FCF4ED 0%, #F3F3F5 98.7%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(2) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(3) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(4) {
  background: linear-gradient(90deg, #FCF4ED 0%, #F3F3F5 98.7%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(5) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(6) {
  background: linear-gradient(90deg, #FCF4ED 0%, #F3F3F5 98.7%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(7) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(8) {
  background: linear-gradient(90deg, #FCF4ED 0%, #F3F3F5 98.7%);
  }
  .astrology__main .outer__astrology .grid .elem:nth-child(9) {
  background: linear-gradient(90deg, #F2F3F6 0%, #EAF3FF 100%);
  }
  .horoscopes__main .outer__horoscopes .grid > .elem {
  min-height: 128px;
  }
  .horoscopes__main .outer__horoscopes .grid > .elem .small__media {
  position: absolute;
  right: 16px;
  bottom: 16px;
  margin-top: 0px;
  }
  .contact__form .contact__box form > .double {
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  }
}
@media (max-width: 480px) {
  .article__big .article__image {
  height: 240px;
  }
  .moon__sign--calculator .group__input .triple select, .moon__sign--calculator .group__input .birth__fields select {
  background-position: calc(100% - 5px) center;
  padding-left: 8px;
  font-size: 15px;
  padding-right: 8px;
  }
  .sign__box .box form > .group__input .triple, .moon__sign--calculator .group__input .birth__fields {
  grid-column-gap: 10px;
  }
  .sign__box .box form > .group__input .triple select, .moon__sign--calculator .group__input .birth__fields select {
  background-position: calc(100% - 5px) center;
  padding-left: 8px;
  font-size: 15px;
  padding-right: 8px;
  }
  .article__big .article__image > img {
  height: 160px;
  object-fit: cover;
  width: 100%;
  }
  .contact__us .outer__contact > p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  }
  .featured__articles .outer__featured .grid {
  max-width: 100%;
  }
  .contact__us .outer__contact > p br {
  display: none;
  }
  .all__articles .outer__all .grid, .all__articles .outer__all > h2 {
  max-width: 100%;
  }
  .inner__article .head__media {
  height: 160px;
  }
  .elem__article {
  max-width: 100%;
  }
  .moon__sign--calculator .group__input .triple {
  grid-column-gap: 10px;
  }
}
@media (max-width: 360px) {
  .moon__sign--calculator .group__input .triple select, .moon__sign--calculator .group__input .birth__fields select {
  font-size: 14px;
  }
  .sign__box .box form > .group__input .triple select, .moon__sign--calculator .group__input .birth__fields select {
  font-size: 14px;
  }
  .article__big .outer__article > h2 {
  font-size: 27px;
  line-height: 35px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > h6 {
  margin-bottom: 8px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > p {
  font-size: 11px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > h6 {
  font-size: 14px;
  line-height: 18px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > span {
  font-size: 11px;
  }
  .shop .outer__shop .grid > .elem .top > .desc > .top__part > p {
  -webkit-line-clamp: 3;
  }
  .shop .outer__shop .grid > .elem .top > .desc .bottom__part > p {
  font-size: 14px;
  line-height: 18px;
  }
  .horoscope .outer__horoscope > .horoscope__top .switcher ul li {
  min-width: 90px;
  }
  .contact__us .outer__contact > p br {
  display: none;
  }
  footer .bottom__wrap p {
  font-size: 11px;
  line-height: 14px;
  }
  footer .bottom__wrap ul > li {
  margin-right: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
