:root {
  --background: #171C1F;
  --header: #1C292C;
  --content: #1C292C;
  --radius: 12px;
  --radius-btn: 8px;
  --text: #fff;
  --text-menu: #fff;
  --link: #EA5199;
  --btn-log: #29A48F;
  --error: #000211;
  --banner-color: linear-gradient(264.64deg, rgba(234, 81, 153, 0.4) 0%, rgba(13, 17, 24, 0.4) 50%),
  linear-gradient(0deg, #0D1215, #0D1215);
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Inter";
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  color: var(--text);
}

a {
  text-decoration: none;
  color: var(--content-link);
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.wp-block-table {
  max-width: 100%;
  overflow-x: auto;
  padding-bottom: 20px;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: var(--radius);
}

.wp-block-table table td {
  text-align: center;
  padding: 15px;
  color: var(--text);
  background: var(--background);
}

.wp-block-table table th {
  background: var(--btn-log);
  color: var(--text);
  padding: 15px;
}

@font-face {
  font-style: normal;
  font-family: "Inter";
  font-weight: 400;
  src: url(/wp-content/themes/pinup/fonts/Inter-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Inter";
  font-weight: 500;
  src: url(/wp-content/themes/pinup/fonts/Inter-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-family: "Inter";
  font-weight: 700;
  src: url(/wp-content/themes/pinup/fonts/Inter-Bold.ttf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: var(--background);
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4 {
  padding: 15px 0;
}
@media (min-width: 960px) {
  h1, h2, h3, h4 {
    padding: 20px 0;
  }
}

a:hover {
  transition: 0.3s ease-out;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  padding: 20px 10px;
  background: var(--header);
  z-index: 99;
}
@media (min-width: 960px) {
  .header {
    padding: 21px 20px;
  }
}
.header__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 960px) {
  .header__content {
    justify-content: space-between;
  }
}
.header__content .logo {
  display: block;
}
.header__content .logo img {
  width: 120px;
}
@media (min-width: 640px) {
  .header__content .logo img {
    width: auto;
  }
}
.header__content .main_menu {
  position: relative;
}
.header__content .main_menu .menu {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 20px;
  max-width: 100%;
  position: fixed;
  z-index: 11;
  top: 77px;
  right: -100%;
  transition: right 0.8s;
  background-color: var(--header);
  padding: 15px;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}
@media (min-width: 640px) {
  .header__content .main_menu .menu {
    top: 83px;
  }
}
@media (min-width: 960px) {
  .header__content .main_menu .menu {
    position: relative;
    align-items: center;
    max-width: 100%;
    height: 100%;
    top: auto;
    right: auto;
    width: auto;
    background-color: unset;
  }
}
.header__content .main_menu .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
.header__content .main_menu .menu li a:hover {
  color: var(--btn-log);
}
.header__content .main_menu .menu .current-menu-item a {
  color: var(--btn-log);
}
.header__content .main_menu .menu.show {
  right: 0;
  transition: right 0.8s;
}
.header__content-buttons {
  display: none;
}
@media (min-width: 960px) {
  .header__content-buttons {
    display: flex;
    gap: 16px;
  }
}
.header__content .burger {
  position: absolute;
  right: 20px;
}
.header__content .burger img {
  width: 28px;
  height: 28px;
}
.header__content.wrapper {
  padding: 0;
}

.menu_desktop .burger {
  display: block;
}
@media (min-width: 960px) {
  .menu_desktop .burger {
    display: none;
  }
}

.menu_mobile, amp-sidebar {
  background: var(--background);
  width: 100%;
  padding: 0 20px;
  max-width: 250px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
}

.menu_mobile {
  z-index: 11;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
.menu_mobile .close img {
  width: 28px;
  height: 28px;
}
.menu_mobile .menu {
  list-style: none;
}
.menu_mobile .menu li {
  margin-bottom: 20px;
}
.menu_mobile .menu li:last-child {
  margin-bottom: 0;
}
.menu_mobile .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
.menu_mobile .menu li a:hover {
  color: var(--btn-log);
}
.menu_mobile .menu .current-menu-item a {
  color: var(--btn-log);
}

.menu_mobile.show {
  right: 0;
  transition: right 0.8s;
}

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1250px;
}

.btn {
  padding: 0 10px;
  position: relative;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-btn);
  border: 1px solid var(--link);
  color: var(--text-menu);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}
.btn:hover {
  transition: 0.3s ease-out;
  background: none;
}

.btn.log {
  width: 115px;
  background-color: var(--btn-log);
  border: 1px solid var(--btn-log);
}
.btn.log:hover {
  background-color: unset;
}

.btn.reg {
  background: var(--link);
  width: 130px;
  border: 1px solid var(--link);
}
.btn.reg:hover {
  background: none;
}

/* Banner */
.banner {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
}
.banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 260px;
  border-radius: var(--radius-btn);
  position: relative;
  overflow: hidden;
  background: var(--banner-color);
}
.banner__content:first-child {
  width: 100%;
}
@media (min-width: 960px) {
  .banner__content:first-child {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .banner__content:first-child {
    width: 65%;
  }
}
.banner__content:first-child .banner__content-img {
  bottom: -2px;
}
.banner__content:first-child .banner__content-img img {
  height: 195px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1280px) {
  .banner__content:first-child .banner__content-img img {
    height: 260px;
  }
}
.banner__content:last-child {
  display: none;
  border: 0;
}
@media (min-width: 960px) {
  .banner__content:last-child {
    display: flex;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .banner__content:last-child {
    width: 35%;
  }
}
.banner__content:last-child .banner__content-text {
  justify-content: flex-start;
  height: 100%;
}
@media (min-width: 960px) {
  .banner__content:last-child .banner__content-text {
    padding-top: 45px;
  }
}
.banner__content:last-child .banner__content-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner__content-text {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
  z-index: 10;
}
@media (min-width: 960px) {
  .banner__content-text {
    padding-left: 32px;
  }
}
.banner__content-text .banner-title {
  font-weight: 700;
  color: var(--text);
  font-size: 28px;
  line-height: 1.2;
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .banner__content-text .banner-title {
    font-size: 48px;
    margin-bottom: 8px;
  }
}
.banner__content-text .banner-subtitle {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--sidebar);
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 640px) {
  .banner__content-text .banner-subtitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .banner__content-text .banner-subtitle {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
.banner__content-text .banner_button {
  background: var(--link);
  border-color: var(--link);
  width: 140px;
  height: 42px;
}
@media (min-width: 640px) {
  .banner__content-text .banner_button {
    width: 155px;
    height: 45px;
  }
}
@media (min-width: 1280px) {
  .banner__content-text .banner_button {
    width: 180px;
    height: 50px;
  }
}
.banner__content-text .banner_button:hover {
  background: none;
}
.banner__content-img {
  display: block;
  position: absolute;
  right: 0;
  bottom: -2px;
}

@media (min-width: 1280px) {
  .banner.wrapper {
    padding: 20px 0 0;
  }
}

/* Content */
.content-block {
  padding: 20px 10px;
}
@media (min-width: 640px) {
  .content-block {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .content-block {
    padding: 20px 0;
  }
}
.content-block h1 {
  font-size: 26px;
}
@media (min-width: 960px) {
  .content-block h1 {
    font-size: 36px;
  }
}
.content-block .content_page h2 {
  font-size: 22px;
}
@media (min-width: 960px) {
  .content-block .content_page h2 {
    font-size: 32px;
  }
}
.content-block .content_page h3 {
  font-size: 20px;
}
@media (min-width: 960px) {
  .content-block .content_page h3 {
    font-size: 28px;
  }
}
.content-block .content_page h4 {
  font-size: 18px;
}
@media (min-width: 960px) {
  .content-block .content_page h4 {
    font-size: 24px;
  }
}
.content-block .content_page p {
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 18px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: var(--link);
}
@media (min-width: 960px) {
  .content-block .content_page a {
    font-size: 18px;
  }
}
.content-block .content_page a:hover {
  text-decoration: underline;
}
.content-block .content_page ul {
  list-style: none;
  padding-right: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 640px) {
  .content-block .content_page ul {
    flex-direction: row;
  }
}
.content-block .content_page ul li {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .content-block .content_page ul li {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .content-block .content_page ul li {
    font-size: 18px;
  }
}
.content-block .content_page ul li::after {
  position: absolute;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/pinup/img/content-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 1px;
}
.content-block .content_page ol {
  padding-bottom: 20px;
  padding-left: 26px;
  counter-reset: myCounter;
  font-size: 16px;
}
.content-block .content_page ol li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  list-style: none;
  line-height: 30px;
}
@media (min-width: 960px) {
  .content-block .content_page ol li {
    font-size: 18px;
  }
}
.content-block .content_page ol li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  width: 30px;
  height: 30px;
  font-size: 16px;
  background: var(--link);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block .content_page ol li::marker {
  font-size: 17px;
  color: var(--text);
}
.content-block .content_page .section-block {
  padding: 10px 20px;
  background-color: var(--content);
  margin-bottom: 20px;
  border-radius: var(--radius);
  position: relative;
}
.content-block .content_page .section-block:last-child {
  margin-bottom: 0;
}

.banner-link {
  text-align: center;
  margin-bottom: 20px;
}
.banner-link .banner-img {
  border: none;
  padding: 0;
  position: relative;
  background-color: unset;
}
.banner-link .banner-img img, .banner-link .banner-img amp-img {
  border-radius: var(--radius-btn);
}

.btn-content {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.btn-content .btn {
  width: 165px;
  background: var(--btn-log);
  border-color: var(--btn-log);
}
.btn-content .btn:hover {
  background: none;
  color: var(--btn-log);
}

.wp-block-image {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-image img, .wp-block-image amp-img {
  border-radius: var(--radius-btn);
}

#amp-mobile-version-switcher {
  display: none;
}

/* FAQ */
.faq__item {
  background-color: unset;
  border: 2px solid var(--btn-log) !important;
  border-radius: var(--radius-btn);
}
.faq__item h3 {
  color: var(--text);
}
.faq__item h3:after {
  background-image: url(/wp-content/themes/pinup/img/faq-icon.svg);
}
.faq__item .faq__answer p {
  color: var(--text);
}
.faq__item .faq__answer p:last-child {
  padding-bottom: 0;
}

/* Footer */
footer {
  padding-bottom: 80px;
}
@media (min-width: 640px) {
  footer {
    padding-bottom: 60px;
  }
}
@media (min-width: 960px) {
  footer {
    padding-bottom: 0;
  }
}
footer .footer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  footer .footer__content {
    flex-direction: row;
    gap: 24px;
  }
}
footer .footer__content-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer__content-copyright span {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
}
footer .footer__content-bga {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
footer .footer__content-bga .eighteen {
  color: var(--btn-log);
  border: 1px solid var(--btn-log);
  border-radius: var(--radius-btn);
  font-weight: 400;
  font-size: 16px;
  padding: 8px 5px;
  margin: 5px 10px;
}
footer .footer__content-bga .bga-img {
  width: 200px;
  margin-right: 5px;
}
footer .footer__content-bga .dmca-badge {
  width: 40px;
}

/* Scroll */
.scroll-top {
  opacity: 0;
  background: var(--header);
  transition: 0.3s;
  position: fixed;
  bottom: 70px;
  right: 30px;
  height: 40px;
  border-radius: var(--radius-btn);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 8;
}
.scroll-top .scroll-top-bg {
  padding: 8px;
  position: relative;
}
.scroll-top .scroll-top-bg img {
  width: 24px;
  height: 24px;
}

.scroll-top.content_amp {
  opacity: 1;
}

/* Amp */
.header.content_amp {
  align-items: center;
  justify-content: center;
  display: flex;
}
.header.content_amp .logo img {
  width: 120px;
}
.header.content_amp .burger {
  border: none;
  background-color: unset;
  padding: 0;
  position: absolute;
  right: 20px;
}
.header.content_amp .burger img {
  width: 28px;
  height: 28px;
}

amp-sidebar {
  background: var(--header);
}
amp-sidebar .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 0;
}
amp-sidebar .close .closeButton {
  padding: 0;
  border: none;
  background-color: unset;
}
amp-sidebar .close .closeButton img {
  width: 28px;
  height: 28px;
}
amp-sidebar .menu_amp .menu {
  list-style: none;
}
amp-sidebar .menu_amp .menu li {
  margin-bottom: 20px;
}
amp-sidebar .menu_amp .menu li:last-child {
  margin-bottom: 0;
}
amp-sidebar .menu_amp .menu li a {
  font-size: 18px;
  color: var(--text-menu);
  font-weight: 400;
  padding: 10px 0;
}
amp-sidebar .menu_amp .menu .current-menu-item a {
  color: var(--btn-log);
}

/* Fixed buttons */
.fixed_buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  padding: 8px;
  background: var(--header);
  bottom: 0;
  left: 0;
  z-index: 8;
}
@media (min-width: 960px) {
  .fixed_buttons {
    display: none;
  }
}
.fixed_buttons .btn {
  margin-top: 0;
  padding: 8px 15px;
  width: 100%;
}
.fixed_buttons .btn:first-child {
  margin-right: 10px;
}

/* 404 Error */
.error {
  background: var(--error);
}
.error__block {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  flex-direction: row;
  justify-content: flex-start;
  height: 100vh;
  padding: 20px 20px 0 20px;
}
@media (min-width: 640px) {
  .error__block {
    padding: 0 128px;
  }
}
.error__block-content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0;
  max-width: 1408px;
}
@media (min-width: 640px) {
  .error__block-content {
    flex-direction: row;
  }
}
.error__block-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .error__block-left {
    margin-bottom: 0;
  }
}
.error__block-left img {
  max-height: 130px;
  display: flex;
  justify-content: center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .error__block-left img {
    width: auto;
    max-height: 240px;
  }
}
.error__block-left p {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-menu);
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}
.error__block-left .btn {
  background: var(--link);
  width: 200px;
  height: 48px;
}
.error__block-left .btn:hover {
  background: none;
}
.error__block-right {
  position: relative;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  margin-top: -5px;
}
@media (min-width: 640px) {
  .error__block-right {
    position: absolute;
    top: calc(50% - 342px);
    left: 360px;
    height: 737px;
    width: 1000px;
    margin-top: -40px;
  }
}

.rank-math-breadcrumb {
  padding: 10px 0;
}
.rank-math-breadcrumb a {
  color: var(--link);
}
.rank-math-breadcrumb a:hover {
  text-decoration: underline;
}

/* Cards */
.cards {
  margin: 12px 0;
  display: none;
}
@media (min-width: 960px) {
  .cards {
    display: block;
  }
}
.cards__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.cards__content-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: var(--banner-color);
  border-radius: var(--radius-btn);
  border: none;
  height: 120px;
  position: relative;
  overflow: hidden;
}
.cards__content-item img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.cards__content-item span {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text);
  z-index: 2;
  display: block;
  padding-left: 12px;
  padding-top: 12px;
}
@media (min-width: 960px) {
  .cards .cards__content.wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .cards .cards__content.wrapper {
    padding: 0;
  }
}/*# sourceMappingURL=style.css.map */