*, *: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: Tahoma, Geneva, sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
}

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;
  margin-bottom: 20px;
}

.wp-block-table table td {
  text-align: center;
  padding: 10px;
}

.wp-block-table table tr:nth-child(2n) {
  background: #232834;
}

.wp-block-table table tr:nth-child(2n) td {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #0d1016;
  color: #fff;
}

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

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

h1 {
  margin-bottom: 20px;
}

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

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  z-index: 2;
  border-bottom: 1px solid #232834;
}
@media (min-width: 640px) {
  .header {
    padding: 20px;
  }
}
.header .overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.header .overlay.active {
  display: block;
}
.header .logo img {
  width: 150px;
}
.header .main_menu {
  display: none;
}
@media (min-width: 960px) {
  .header .main_menu {
    display: block;
  }
}
.header .burger {
  display: block;
}
@media (min-width: 960px) {
  .header .burger {
    display: none;
  }
}
.header .burger img {
  width: 25px;
  height: 25px;
}

.main_menu .menu {
  display: flex;
  align-items: center;
  list-style: none;
}
.main_menu .menu li {
  margin-left: 20px;
}
.main_menu .menu li:first-child {
  margin-left: 0;
}
.main_menu .menu li a {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  transition: all 0.1s;
  position: relative;
  color: #000;
}
.main_menu .menu li a:hover {
  color: #00cfa6;
}
.main_menu .menu .current-menu-item a {
  color: #00cfa6;
}

.menu_mobile {
  background: #0d1016;
  width: 100%;
  padding: 0 20px;
  max-width: 300px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  transition: right 0.8s;
  z-index: 11;
}
.menu_mobile .menu-main-container {
  padding: 0 15px;
}
.menu_mobile .close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 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;
  font-weight: 700;
  padding: 10px 0;
  color: #000;
}
.menu_mobile .menu li a:hover {
  color: #00cfa6;
}
.menu_mobile .menu .current-menu-item a {
  color: #00cfa6;
}

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

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

.btn {
  padding: 0 15px;
  position: relative;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
}
.btn:hover {
  transition: 0.3s ease-out;
}

/* Content */
.content-block {
  padding: 20px 10px 20px 10px;
}
@media (min-width: 640px) {
  .content-block {
    padding: 20px;
  }
}
.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;
  color: #fff;
}
@media (min-width: 960px) {
  .content-block .content_page p {
    font-size: 18px;
  }
}
.content-block .content_page a {
  font-size: 16px;
  color: #00cfa6;
}
@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;
}
@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: 30px;
  color: #fff;
}
.content-block .content_page ul li:last-child {
  margin-bottom: 0;
}
@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: 20px;
  height: 20px;
  background: url(/wp-content/themes/pbn/img/target-icon.svg) no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  top: 5px;
}
.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;
  color: #fff;
}
.content-block .content_page ol li:last-child {
  margin-bottom: 0;
}
@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: #00cfa6;
  color: #fff;
  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;
}
.content-block .content_page blockquote {
  padding: 30px 30px 30px 90px;
  margin-bottom: 20px;
  background: url(/wp-content/themes/pbn/img/quote.png) 20px 20px no-repeat rgb(248, 248, 248);
  min-height: 25px;
  font-size: 15px;
  line-height: 23px;
  color: rgb(102, 102, 102);
  font-weight: 500;
}
.content-block .content_page blockquote p {
  padding-bottom: 0;
}

.wp-block-image, .wp-block-gallery {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-image img, .wp-block-gallery img {
  width: 100%;
}
@media (min-width: 960px) {
  .wp-block-image img, .wp-block-gallery img {
    width: 75%;
  }
}

/* Footer */
footer {
  padding: 20px 0;
}
footer .footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 404 Error */
.error .error-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.error .error-block .error-block-content {
  text-align: center;
}
.error .error-block .error-block-content span {
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
}
.error .error-block .error-block-content p {
  margin-bottom: 15px;
  font-size: 18px;
}
.error .error-block .error-block-content .error-btn {
  width: 300px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 2px solid #000;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.error .error-block .error-block-content .error-btn:hover {
  background-color: unset;
  color: #000;
}

.button-content {
  margin-bottom: 20px;
  text-align: center;
}
.button-content .button {
  border-radius: 15px;
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: all 0.1s;
  border: none;
  transform: translateZ(1px);
  background: transparent;
  overflow: hidden;
}
.button-content .button::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  transition: 0.2s;
  z-index: -1;
  left: -100%;
  background: linear-gradient(-45deg, #00cfa6 0%, #00cfa6 25%, #6586ff 50%, #00cfa6 75%, #00cfa6 100%) right bottom;
}
.button-content .button:hover::before {
  transform: translate(50%);
}/*# sourceMappingURL=style.css.map */