body {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 0.7em/1.3em Verdana, Arial, Helvetica, sans-serif;
}
.overfl {
  overflow: hidden;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2 {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: rgb(46, 117, 181);
}
h3 {
    font-size: 17px;
    margin: 10px 0;
    margin-bottom: 20px;
}
h4 {
    font-size: 15px;
    margin: 10px 0;
}
a {
    font-size: 13px;
    line-height: 20px;
    border: 0;
    color: #009;
    text-decoration: none;
    font-weight: bold;
}
p, .description-torr li {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}

.error-page {
    text-align: center;
    font-size: 100px;
    margin-top: 40px;
    color: #926545;
}
.error-sub {
    text-align: center;
    font-size:24px;
    margin-top: 40px;
    color: #926545;
}
.return {
    display: block;
    text-align: center;
    font-size:20px;
    margin-top: 40px;
    text-transform: uppercase;
    color: blue;
    line-height: 30px;
    text-decoration: underline;
    margin-bottom: 30px;
}
.container {
  max-width: 1160px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.header img {
  width: 240px;
  display: block;
  margin: 35px auto 0;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main {
  margin: 15px auto 0;
  text-align: center;
}
.main .choice-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
}
.first-nord-block,
.second-nord-block {
    width: 220px;
    height: 300px;
    background: #F6F1EE;
    position: absolute;
    left: 10px;
    top: 130px;
}
.second-nord-block {
    left: unset;
    right: 20px;
}
@media (max-width: 530px) {
  .main .choice-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .choice-list li {
  margin: 0 5.9px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.main .choice-list li a {
  color: #009;
  text-decoration: none;
  border-bottom: 1px dotted #000;
  font-weight: normal;
  font-size: 11.2px;
  line-height: 15px;
}
.main .choice-list li:first-child {
  margin-right: 5.9px;
}
.main .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.main .form input[type="search"] {
      padding: 8px;
    max-width: 480px;
  width: 100%;
}
@media (max-width: 530px) {
  .main .form input[type="search"] {
    max-width: 290px;
  }
}
.main .form input[type="search"]::-webkit-input-placeholder {
  font-size: 11px;
}
.main .form input[type="search"]::-moz-placeholder {
  font-size: 11px;
}
.main .form input[type="search"]:-ms-input-placeholder {
  font-size: 11px;
}
.main .form input[type="search"]::-ms-input-placeholder {
  font-size: 11px;
}
.main .form input[type="search"]::placeholder {
  font-size: 11px;
}
.main .form .checkboxes-wrap {
  margin-top: 11px;
  padding-left: 4px;
}
.main .form .checkboxes-wrap label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
}
.main .form .btns-wrap {
  margin-top: 12px;
}
.main .form .btns-wrap input:first-child {
  margin-right: 4px;
}
.main .link-how-wrap {
  margin-top: 11px;
}
.main .link-how-wrap .link-how {
  font-size: 13px;
  line-height: 20px;
  border: 0;
  color: #009;
  text-decoration: none;
  font-weight: bold;
}
.footer {
  text-align: center;
  margin: 20px auto 30px;
}
.footer p {
  font-weight: bold;
  color: #000;
  font-size: 11.2px;
  line-height: 15px;
}
.footer a {
  color: #009;
  text-decoration: none;
  border-bottom: 1px dotted #000;
  font-weight: bold;
  font-size: 11.2px;
  line-height: 15px;
}
.header-search::after {
  content: '';
  position: absolute;
  width: 210px;
  height: 30px;
  left: 0;
  top: 0;
}
.header-search {
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0;
  left: 0;
  top: 0;
}
.header-search #q {
  vertical-align: bottom;
  text-align: left;
  margin: 0;
}
.header-search #q a {
  color: #009;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.header-search #q #TPBlogo {
  float: left;
  border: 0;
  padding: 0;
  margin-top: -7px;
  padding-right: 10px;
}
.header-search #q .inputbox {
  margin: 6px;
  margin-right: 2px;
  width: 300px;
  vertical-align: middle;
  padding: 2px;
}
.header-search #q .submitbutton {
  vertical-align: middle;
}
.header-search h2 {
  font-size: 1.2em;
  line-height: 1.5em;
  text-align: left;
  padding: 2px 5px 1px;
  margin: 16px 0 0;
  border-bottom: 1px solid #D2B9A6;
  background: #F6F1EE;
  font-weight: bold;
}
.search-i {
  min-height: 100vh;
  height: 100%;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 99999;
}
.d-none {
    display: none;
}
.modal-body {
  max-width: 700px;
  width: 100%;
  background: #fff;
  position: relative;
  border: 3px solid #debb95;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 35px 100px 40px;
}
@media (max-width: 802px) {
  .modal-body {
    max-width: 100%;
    padding: 120px 30px 30px;
  }
}
@media (max-width: 496px) {
  .modal-body {
    padding: 120px 2px 30px;
  }
}
.modal-body .modal-logo-tpb {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 10px;
  left: 10px;
}
@media (max-width: 802px) {
  .modal-body .modal-logo-tpb {
    left: 50%;
    margin-left: -45px;
    width: 90px;
    height: 90px;
  }
}
.modal-body .close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background: none;
  border: 4px solid #cab7a2;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #cab7a2;
  width: 45px;
  height: 45px;
  font-size: 30px;
  outline: none;
  text-transform: capitalize;
  font-stretch: ultra-expanded;
  cursor: pointer;
  text-align: center;
}
.modal-body figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
@media (max-width: 650px) {
  .modal-body figure {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal-body figure img {
  width: 60px;
  height: 50px;
}
@media (max-width: 496px) {
  .modal-body figure img {
    width: 30px;
    height: 24px;
  }
}
.modal-body figure figcaption {
  font-size: 19px;
  line-height: 28px;
  margin-left: 10px;
}
@media (max-width: 650px) {
  .modal-body figure figcaption {
    font-size: 14px;
  }
}
@media (max-width: 496px) {
  .modal-body figure figcaption {
    line-height: 16px;
    font-size: 12px;
    margin-left: 4px;
  }
}
.modal-body figure figcaption span {
  color: #e52828;
}
.modal-body .modal-p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}
.modal-body .modal-p span {
  font-weight: bold;
}
.modal-body .modal-p .green {
  color: #5fa118;
}
.modal-body .wrap-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .modal-body .wrap-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal-body .wrap-btn .btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  display: block;
  background: #d76066;
  border: 2px solid #954347;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 48%;
  margin-right: 20px;
}
@media (max-width: 650px) {
  .modal-body .wrap-btn .btn {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
  }
}
.modal-body .wrap-btn .btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-body .wrap-btn .green-btn {
  background: #699639;
  border: 2px solid #3b541f;
}
@media (max-width: 650px) {
  .modal-body .wrap-btn .green-btn {
    margin-bottom: 10px;
  }
}
.modal-body .modal-sub {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
}
.modal-body .modal-sub span {
  color: #699639;
}
.modal-bottom {
  position: fixed;
  max-width: 450px;
  padding: 40px 10px 20px;
  bottom: -3px;
  left: -3px;
  z-index: 999;
}
.modal-bottom .close-btn {
  right: 10px;
  top: 10px;
  border: 4px solid #cab7a2;
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-weight: bold;
}
.modal-bottom figure {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-bottom figure img {
  width: 100px;
  height: 100px;
}
.modal-bottom .wrap-btn .btn {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .modal-bottom .wrap-btn .btn {
    width: 100%;
  }
}
.modal-bottom .modal-sub {
  font-weight: normal;
  font-size: 12px;
}
.modal-bottom .modal-sub span {
  color: #699639;
}
.database {
  position: absolute;
  left: 10px;
  top: 450px;
  max-width: 150px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  background: #F6F1EE;
  color: #4e5456;
}
.database a {
  color: #009;
  font-weight: bold;
}
.database .btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-top: 10px;
}
.database .btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.database .green-btn {
  background: #699639;
  width: 100%;
  border: 2px solid #3b541f;
}
.sidebar-vpn {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        max-width: 16%;
        width: 100%;
        position: absolute;
        top: 129px;
        left: 10px;
        background: #F6F1EE;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        display: none;
    }
    .background-title {
        background: #D2B9A6;
        color: #000;
        font-weight: bold;
        font-size: 1em;
        margin: 0;
        padding: 3px;
    }
    a:hover {
        opacity: 0.8;
    }
    .wrap-top-part {
        max-width: 220px;
        margin: 20px auto 0;
    }
    .wrap-bottom-part {
        max-width: 250px;
        margin: 10px auto 0;
        font-size: 1.2em;
        line-height: normal;
    }
    .do-not-dwnl {
        color: #009;
        max-width: 220px;
        font-size: 1.2em;
    }
    .do-not-dwnl:hover {
        text-decoration: underline;
        opacity: 1 !important;
    }
    .do-not-dwnl span {
        font-weight: bold;
    }
    .attention-img {
        width: 18px;
        height: 16px;
        float: left;
        margin: -3px 6px 0 0;
    }
    .hide-ip {
        display: block;
        background: #9c6b43;
        padding: 15px 20px 15px 54px;
        color: #fff;
        text-decoration: none;
        max-width: 220px;
        margin: 15px auto;
        position: relative;
        font-size: 1.2em;
    }
    .hide-ip::after {
        content: '';
        position: absolute;
        width: 18px;
        height: 18px;
        background: #fff;
        border-radius: 50%;
        left: 26px;
    }
    .hide-ip::before {
        content: '';
        background-image: url(/wp-content/themes/piratebay/assets/img/arrow-r.png);
        background-size: 14px 14px;
        position: absolute;
        font-size: 12px;
        left: 28px;
        top: 17px;
        color: #9c6b43;
        z-index: 22;
        font-weight: bold;
        width: 14px;
        height: 14px;
    }
    .nordvpn-logo {
        display: block;
        max-width: 220px;
        width: 100%;
        height: auto;
        margin: 20px auto 0;
    }
    .nordvpn-numone {
        text-align: center;
        color: #008000;
        font-size: 1.8em;
        margin-top: 20px;
        line-height: normal;
    }
    .nordvpn-pros-item {
        color: #008000;
    }
    .nordvpn-cons-item {
        color: #ff0000;
    }
    .quant-d {
        font-size: 1em;
        margin: -10px 0 10px;
    }
    .link-reviews-nordvpn {
        text-decoration: none;
        color: #009;
        font-size: 1em;
    }
    .nord-subtitle {
        margin: 15px 0;
        font-size: 1.2em;
    }
    @media (min-width: 1950px) {
        .sidebar-vpn {
            max-width: 25%;
        }
    }
    @media (max-width: 1949px) {
        .sidebar-vpn {
            max-width: 20%;
        }
    }
    @media (max-width: 1625px) {
        .sidebar-vpn {
            max-width: 18%;
        }
    }
    @media (max-width: 1525px) {
        .sidebar-vpn {
            max-width: 16%;
        }
        .wrap-bottom-part .nord-subtitle,
        .wrap-bottom-part .p-mobile{
            padding-left: 10px;
        }
    }
    @media (max-width: 1435px) {
        .sidebar-vpn {
            max-width: 250px;
            width: 100%;
        }
    }
.description-torr {
    margin: 200px auto 0;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}
.description-torr .description-title {
    text-align: center;
    font-size: 24px;
}
.description-torr .description-paragraph {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}
.description-torr a {
    font-size: 13px;
    line-height: 20px;
    border: 0;
    color: #009;
    text-decoration: none;
    font-weight: bold;
}
 .description-torr {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
max-width: 810px;
}
.description-torr .description-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}
.description-torr .description-paragraph {
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0;
}
.description-torr a {
    font-size: 13px;
    line-height: 20px;
    border: 0;
    color: #009;
    text-decoration: none;
    font-weight: bold;
    word-break: break-word;
}
#message {
      background: #fff;
      font-size: 12px;
      color: #000;
      max-width: 560px;
      max-height: 0;
      width: 100%;
      height: 0%;
      margin-bottom: 14px;
      /*transition: height .10s ease-in,*/
      /*              opacity .1s ease-in,*/
      /*              max-height: .10s ease-in;*/
  }
  .height-min {
      z-index: -1;
      display: none;
  }
  #message figure {
      display: flex;
      /*align-items: center;*/
  }
  #message figure img {
      width: 20px;
      height: 18px;
      margin-right: 0;
  }
  #message p {
    text-align: left;
    margin: 20px 0 0;
    line-height: 20px;
  }
  #message .green-btn {
    border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
    border-style: solid;
    border-width: 1px;
    padding: 1px 7px 2px;
    background: #ffffff;
    border-radius: 5px;
    color: green;
    margin-right: 3px;
  }
  .d-none {
      display: none;
  }
  #linka,
  #pirate-search {
      margin-right: 4px;
  }
    .popular-searches {
        list-style: none;
        padding: 0;
    }
    .popular-searches li p.description-paragraph {
        margin: 5px 0 0;
    }
#toc_container {
    margin: 50px 0;
}



table#proxyList{
	width: 100%;
	margin-top: 20px;
	border-spacing: 0;
	border-collapse: collapse;
}
table#proxyList td {
  border:1pt solid #ccc;
}
table#proxyList th{
	background: #eee;
}
table#proxyList td,
table#proxyList th{
	padding: 0 6px;
	font-size: 18px;
}
table#proxyList th{
	padding: 8px 6px;
}

table#proxyList td.site a {
	font-size: 18px;
	font-weight: bold;
padding: 16px 0px 16px 14px;
	display: block;
}

table#proxyList tr:nth-child(odd) td{
	background: #f9f9f9;
}


.content {
	padding:10px;
    max-width: 800px;
    margin: 0 auto;
}