@font-face {
    font-family: AvenirRegular; 
    src: url(/wp-content/themes/unblocker/assets/fonts/unicode.arialr.ttf);
}

* {
	box-sizing: border-box;
}

body {
	font-family: Arial;
	margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}

ul {
	margin: 0;
    padding: 0;
    list-style: none;
}

a {
	text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.img-wrap-item {
	position: relative;
    margin: 40px auto 0;
}

.figure-item {
	margin: 40px 0 0;
    display: flex;
}

.figure-item .img-wrap {
	position: relative;
}

.link-get-access {
	position: absolute;
    text-align: center;
    color: #FFFFFF;
    background: rgba(114, 203, 29, 0.9);
    border: 3px solid rgba(107, 158, 58, 0.8);
    border-radius: 3px;
    padding: 15px 45px;
    font-size: 20px;
    line-height: 26px;
    top: 50%;
    left: 50%;
    margin-top: -44px;
    margin-left: -124px;
}

.link-get-access:hover {
	background: rgba(90, 233, 50, 1);
    transition: all .3s ease;
}

.img-wrap-item img,
.figure-item img {
	max-width: 640px;
    height: 480px;
    border: 3px solid #81c83a;
    border-radius: 3px;
}

.figure-item figcaption {
	margin-left: 40px;
}

.figure-item figcaption h2 {
	font-size: 32px;
    letter-spacing: 1.5px;
    font-family: AvenirRegular;
}

.figure-item figcaption .descr-wrap {
	margin-top: 40px;
}

.figure-item figcaption .descr-wrap .type-descr {
	margin-top: 20px;
    line-height: 20px;
}

.container {
	max-width: 968px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
}

main {
	flex: 1 0;
}

.d-flex {
	 display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}

.logo-wrap {
	padding-top: 20px;
	display: flex;
    align-items: center;
    text-align: center;
    min-width: 240px;
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
      margin: 0 auto;
}

.logo {
	display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
	font-family: AvenirRegular;
    font-size: 60px;
    line-height: 38px;
    margin-left: 18px;
    color: #81c83a;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.logo span {
	font-size: 20px;
    line-height: 24px;
    letter-spacing: 3px;
    color: #000000;
    font-weight: bold;
}

.logo-img {
	max-width: 150px;
}

.main-title {
	font-family: Arial;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    line-height: 41px;
    max-width: 800px;
    text-align: center;
    margin: 30px auto 0;
}

.main-title span {
	font-weight: 700;
}

.table-title {
	font-size: 16px;
	margin-bottom: 10px;
}

.view-link {
	color: #3399fe;
    font-size: 14px;
    font-weight: bold;
}

.view-link:hover {
	color: #81c83a;
    transition: all .3s ease;
}

.start-title {
	font-family: Arial;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin-right: 55px;
}

.footer {
	text-align: center;
    padding: 20px 0 10px;
}

.table-wrap {
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 35px;
}

.table-wrap .table:first-child {
	margin-right: 50px;
}

.table-wrap .table {
	width: 40%;
}

.sortable {
	width: 100%;
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
    font-family: Arial;
    margin-bottom: 10px;
}

td {
	border: 1px dashed #7f7f7f;
    padding-left: 12px;
}

tr:nth-child(even) {
	background-color: #e8e8e8;
}

td a {
	color: #4174b6;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

td a:hover,
.link-more:hover {
	opacity: 0.7;
    transition: all .2s ease-in;
}

.link-more {
	font-family: Arial;
	text-align: center;
    margin-top: 5px;
    color: #4174b6;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
}

.copyright {
	font-size: 12px;
    color: #333333;
    font-family: ArialBold; 
    font-weight: bold;
    margin-top: 4px;
}

.copyright a {
	color: #4ca3ff;
}

.copyright a:hover {
	opacity: 0.7;
    transition: all .2s ease-in;
}

.no-res {
	text-align: center;
    font-size: 20px;
    padding: 5px 0;
}

.title-second {
	max-width: 730px;
}

.actions-section {
	font-family: Arial;
    margin: 0 auto 30px;
}

#form-contact {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
      max-width: 400px;
      width: 100%;
      margin: 40px auto 0;
      text-align: center;
}

#contact-email {
	width: 100%;
    border-radius: 3px;
    border-color: #81c83a;
    height: 40px;
    outline: none;
    padding: 10px;
}

#contact-msg {
	width: 100%;
    border-radius: 3px;
    border-color: #81c83a;
    height: 200px;
    margin-top: 20px;
    outline: none;
    padding: 10px;
}

.btn-submit {
	background-color: #81c83a;
    height: 60px;
    color: #FFF;
    text-align: center;
    width: 100%;
    border-radius: 3px;
    font-size: 20px;
    margin-top: 20px;
    outline: none;
}

.btn-submit:hover {
	opacity: 0.8;
    transition: all .2s ease-in;
}
@media only screen and (max-width: 890px) {
	.figure-item {
    	flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .figure-item figcaption {
    	margin-left: 0;
        margin-top: 20px;
    }
    
    .figure-item figcaption .descr-wrap {
    	margin-top: 10px;
    }
}

@media only screen and (max-width: 800px) { 
	.container {
    	max-width: 750px;
        padding: 0 15px;
    }
    
    .queries-wrap {
    	flex-direction: column;
         -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
    }
    
    .main-title {
    	font-size: 28px;
    }
    
    .start-title {
    	margin-right: 0;
        margin-bottom: 20px;
    }
    
    .wrapper {
    	padding: 30px!important;
    }
    
    .wrapper h2 {
    	font-size: 26px!important;
    }
    
   	.map-wrap {
    	flex-direction: column;
    }
    
    .data-wrap {
    	margin-right: 0!important;
        margin-bottom: 15px;
    }
    
    .wrapper.wrpa-descr.d-flex img {
    	margin-bottom: -83px!important;
    }	
}

@media only screen and (max-width: 767px) { 
	.table-wrap {
    	flex-direction: column;
         -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
    }
    
    .table-wrap .table:first-child {
    	margin-right: 0;
        margin-bottom: 20px;
    }
    
    .table-wrap .table {
    	width: 100%;
    }
    
    .sortable {
    	width: 100%;
    }
    
    #queires-table-f {
    	margin-right: 0;
    }
    
    .action-wrap img {
        width: 50px;
        height: 50px;
    }
    
    .action-wrap figcaption h4 {
    	font-size: 18px;
    }
    
    .action-wrap figcaption p {
    	font-size: 14px;
    }
    
    .img-wrap-item img, .figure-item img {
    	width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 610px) { 
	.action-vpn {
    	flex-direction: column;
             -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
          align-items: center;
    }
    
    .vpn-list {
    	padding-left: 20px!important;
    }	
    
    .action-vpn p {
    	margin-left: 0!important;
        margin-top: 10px;
        text-align: center;
    }
    
    .vpn-logo {
    	font-size: 40px!important;
    }
    
    .logo-ip {
    	font-size: 50px!important;
    }
}

@media only screen and (max-width: 550px) { 
	.nav ul {
        flex-direction: column;
             -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
          align-items: center;
    }
    
    .nav ul li {
        width: 100%;
        text-align: center;
        background: #81c83a;
        padding: 5px;
        margin-top: 1px;
    }
    
    .nav ul li:nth-child(even) { 
    	display: none;
    }
    
    .nav ul li a {
    	font-size: 16px!important;
        color: #FFFFFF!important;
    }
}

@media only screen and (max-width: 500px) { 
	.main-title {
    	font-size: 20px;
    }
    
    .good-luck p {
    	font-size: 14px!important;
    }
    
    .logo-wrap {
    	flex-direction: column;
         -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
    }
    
    .input-search {
    	width: 280px;
    }
    
    .img-wrap img {
        height: auto;
        width: 100%;
	}
    
    .wrapper h2 {
    	font-size: 20px!important;
        line-height: 30px;
    }
    
    .wrapper p {
    	font-size: 16px!important;
    }
    
    .wrapper ul {
    	padding-left: 20px;
    }
    
    .wrapper ul li {
    	font-size: 16px!important;
        min-width: 100%!important;
    }
    
    .link-get-access {
    	font-size: 16px;
        padding: 5px 20px;
        margin-left: -74px;
    }
    
    .vpn-logo {
        font-size: 32px!important;
    }
    
    .wrpa-descr {
    	padding: 10px!important;
    }
    
    .action-vpn p {
    	font-size: 14px!important;
    }
    
    .vpn-list {
    	padding: 0!important;
    }
    
    .vpn-list li a {
        font-size: 14px!important;
    }
    
    .map-wrap .data-wrap .d-flex {
    	flex-direction: column;
    }
    
    .map-wrap .data-wrap h3 {
    	min-width: 100%;
        margin-bottom: 4px;
    }
    
    .logo-ip {
    	font-size: 40px!important;
    }
}

.img-wrap a img {
	border: none;
    width: 60px;
    height; 40px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -20px;
    opacity: 0.5;
}

.img-wrap a img:hover {
	opacity: 1;
    transition: all .2s ease-in;
}

.wrapper {
	margin-top: 30px;
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 30px 90px;
}

.wrapper h2 {
	color: #4d515a;
    font-size: 30px;
}

.wrapper p {
	color: #666666;
    font-size: 20px;
	margin-top: 10px;
}

.wrapper p a {
	color: #3497fd;
}
.wrapper p a:hover {
	opacity: 0.8;
	transition: all .2s easy;
}

.wrapper ul {
	margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrapper ul li {
    min-width: 300px;
    color: #666666;
    font-size: 20px;
    margin-top: 15px;
    position: relative;
}

.plus::after {
	content: "+";
    position: absolute;
    left: -20px;
    top: 0;
    color: #00cb00;
    font-size: 20px;
    font-weight: bold;
}

.minus::after {
	content: "-";
    position: absolute;
    left: -20px;
    top: 0;
    color: #cc0001;
    font-size: 20px;
    font-weight: bold;
}

.wrapper:nth-child(1) {
	border: 3px solid #f2ecb8;
}
.wrapper:nth-child(2) {
	border: 3px solid #b5ecf1;
}
.wrapper:nth-child(3) {
	border: 3px solid #b8cff9;
}
.wrapper:nth-child(4) {
	border: 3px solid #f1b2f8;
}

.good-luck {
	display: flex;
    align-items: center;
    justify-content: center;
}

.good-luck img {
	width: 40px;
    margin-right: 20px;
}

.good-luck p {
	font-size: 18px;
    color: #979797;
}

iframe {
	width: 100%;
    border: none;
    margin: 20px 0;
   	height: 1474px;
}

.if-wrap {
	position: relative;
}

.white-top,
.white-bottom {
	background-color: #FFFFFF;
    position: absolute;
    
}
.white-top {
    width: 200px;
    height: 93px;
    top: 20px;
}

.white-bottom {
	width: 430px;
    height: 93px;
    bottom: 310px;
    left: 50%;
    margin-left: -215px;
}

.nav ul {
	display: flex;
    justify-content: center;
    margin-top: 20px;
}

.nav ul li:nth-child(even) {
	margin: 0 4px;
    color: #52a6ff;
}	

.nav ul li a {
	color: #52a6ff;
    font-size: 14px;
    font-weight: bold;
}

.nav ul li a:hover {
	opacity: 0.8;
    transition: all .3s ease;
}

.proxy-list {
	margin-top: 20px;
    padding-left: 20px;
}

.proxy-list li {
	margin-top: 10px;
    list-style: decimal;
    text-transform: uppercase;
    font-weight: bold;
}

.proxy-list li a {
	color: #81c83a;
}

.proxy-list li a:hover {
	opacity: 0.7;
    transition: all .3s ease;
}

.proxy-item {
	align-items: center;
}

.logo-vpn-img {
	max-width: 120px;
}

.vpn-logo {
	color: #5c2263;
    font-size: 50px;
}

.vpn-descr {
	color: #323232!important;
    text-align: center;
}

.green-descr {
	color: #16b800!important;
}

.action-vpn {
	display: flex;
    align-items: center;
    margin-top: 50px;
}

.action-vpn img {
	min-width: 100px;
    height: 100px;
}

.action-vpn p {
	margin-left: 30px;
    font-size: 20px;
    line-height: 26px;
    color: #323232;
}

.vpn-list {
	margin: 5px 0 30px;
    padding-left: 170px;
}

.vpn-list li {
	margin-top: 5px;
}

.vpn-list li a {
	font-size: 20px;
    color: #349afe;
}

.vpn-list li a:hover {
	color: #16b800;
    transition: all .3s ease;
}

#lt, #lg {
	display: none;
}

.id-descr {
	font-size: 30px!important;
    line-height: 30px;
    margin-top: 20px;
}

.map-wrap {
    margin-top: 20px;
	border: 2px solid #4788c7;
    border-radius: 3px;
    padding: 15px;
	color: #333333;
}

.data-wrap {
	margin-right: 15px;
}

.map-wrap h2 {
	text-align: center;
    background: #4788c7;
    color: #FFFFFF;
    padding: 10px 0;
}

.map-wrap .data-wrap .d-flex {
	border-bottom: 1px solid #4788c7;
    padding: 5px 0;
    margin-top: 7px;
}

.map-wrap .data-wrap h3 {
	font-weight: normal;
    font-size: 16px;
    min-width: 150px;
}

.map-wrap .data-wrap p {
	font-weight: bold;
    color: #4788c7;
}

.wrapper.wrpa-descr.d-flex {
	padding: 20px 80px 0;
    align-items: center;
    border-color: #c1b8c9;
}

.wrapper.wrpa-descr.d-flex img {
	max-width: 130px;
    height: 100px;
}

.wrapper.wrpa-descr.d-flex p {
	text-align: start;
    margin: 0 0 24px 30px;
    line-height: 33px;
}

@media only screen and (max-width: 904px) { 
	.wrapper.wrpa-descr.d-flex img {
    	margin-bottom: -23px;
    }	
}

@media only screen and (max-width: 644px) { 
	.wrapper.wrpa-descr.d-flex {
    	flex-direction: column;
    }	
    
    .wrapper.wrpa-descr.d-flex img {
    	margin-bottom: 20px!important;
    }	
    
    .wrapper.wrpa-descr.d-flex p {
    	margin: 0px!important;
    }	
}

.err-title {
	font-size: 150px;
    margin-top: 100px;
    font-family: AvenirRegular;
    color: #81c83a;
    font-weight: bold;
}

.err-descr {
	text-align: center;
    margin-top: 40px;
}
.proxy-footer {
    padding: 40px 0 0;
    background: #f3f3f3;
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.proxy-footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #555;
}

.proxy-footer p {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}

.proxy-footer .sub-title {
    font-size: 16px;
    color: #505050;
    line-height: 24px;
    text-align: justify;
    max-width: 780px;
    margin: 20px auto 0;
}

.proxy-footer a {
    text-decoration: none!important;
    color: #288ce6;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}

.proxy-footer .sub-title a {
    font-size: 16px;
}
.proxy-footer .descr-it {
    margin-top: 20px;
    font-style: italic;
    color: #757575;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}

.proxy-footer h2 {
    margin-top: 30px;
}

.proxy-footer .copyright {
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    margin: 0 0 10px;
}

.proxy-footer .contents {
    margin: 30px 0 0;
	color: #666666;
    font-size: 12px;
    font-family: AvenirRegular; 
}