/*noinspection CssUnknownTarget*/
/*noinspection CssUnknownTarget*/
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,700&subset=latin,cyrillic";
/*noinspection CssUnknownTarget*/
@import "https://fonts.googleapis.com/css?family=Roboto+Slab:400&subset=latin,cyrillic";
@import "https://fonts.googleapis.com/css?family=Open+Sans:100,400,400i,700&subset=cyrillic";

/* Bootstrap 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  } 
  .node .date-update{
      margin-left:60px;
   }
  
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* END: Bootstrap 5 columns */

html, body {
  position: relative;
  min-height: 100%;
}

body {
  /*font-family: 'Roboto', sans-serif;*/
  /*font-size: 16px;*/
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #0b3951;
  font-weight: 400;
  /*line-height: 24px;*/
  line-height: 30px;
  border-top: 5px solid #172d41;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Roboto Slab', sans-serif;
}

h1.page-header {
  margin: 0 0 20px;
  padding: 0;
  color: #13638d;
  text-transform: uppercase;
  border: none;
}

h1.page-header span {
  color: #0b6394;
  font-size: 28px;
  font-weight: normal;
  text-transform: none;
}

h2, h3 {
  margin-bottom: 15px;
}

.region-sidebar-second {
  margin-top: 120px;
}

.simple-page .region-sidebar-second {
  margin-top: 0;
}

.label-inline .field-label,
.label-inline .field-content {
  display: inline;
}

label {
  margin: 0;
}

ul, ol {
  margin: 15px 0;
}

.content ul,
.content ol {
  list-style-position: inside;
}

p {
  margin: 0;
}

p + p {
  margin-top: 15px;
}

iframe {
  max-width: 100%;
}

.field-type-text-long img {
  max-width: 100%;
  height: auto;
}

.views-exposed-form .views-exposed-widget {
  padding: 0;
}

form .panel-body {
  padding: 0;
}

form input.btn,
input.btn,
button.btn,
form input.form-text,
input.form-text,
form textarea.form-control,
textarea.form-control {
  padding: 10px;
  height: auto;
  color: inherit;
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form input[type="submit"],
form input[type="button"],
input[type="button"],
form button.webform-submit,
form button.form-submit {
  position: relative;
  padding: 12px 30px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #096293;
  border: none;
  z-index: 1;
  overflow: hidden;
}

form input[type="submit"]:hover,
form input[type="button"]:hover,
input[type="button"]:hover,
form button.webform-submit:hover,
form button.form-submit:hover {
  color: #ffffff;
  background-color: #096293;
}

form input[type="submit"]:before,
form input[type="button"]:before,
input[type="button"]:before,
form button.webform-submit:before,
form button.form-submit:before,
form input[type="submit"]:after,
form input[type="button"]:after,
input[type="button"]:after,
form button.webform-submit:after,
form button.form-submit:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #0b3951;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

form input[type="submit"]:after,
form input[type="button"]:after,
input[type="button"]:after,
form button.webform-submit:after,
form button.form-submit:after {
  right: 50%;
}

form input[type="submit"]:hover:before,
form input[type="button"]:hover:before,
input[type="button"]:hover:before,
form button.webform-submit:hover:before,
form button.form-submit:hover:before,
form input[type="submit"]:hover:after,
form input[type="button"]:hover:after,
input[type="button"]:hover:after,
form button.webform-submit:hover:after,
form button.form-submit:hover:after {
  width: 51%;
}

form input[type="submit"]:hover:before,
form input[type="button"]:hover:before,
input[type="button"]:hover:before,
form button.webform-submit:hover:before,
form button.form-submit:hover:before {
  left: 0;
}

form input[type="submit"]:hover:after,
form input[type="button"]:hover:after,
input[type="button"]:hover:after,
form button.webform-submit:hover:after,
form button.form-submit:hover:after {
  right: 0;
}

.back-name {
  padding-left: 35px !important;
  background-image: url(../images/input-name.png);
  background-position: 10px 13px;
  background-repeat: no-repeat;
}

.back-email {
  padding-left: 35px !important;
  background-image: url(../images/input-email.png);
  background-position: 10px 15px;
  background-repeat: no-repeat;
}

.back-message {
  padding-left: 35px !important;
  background-image: url(../images/input-message.png);
  background-position: 10px 13px;
  background-repeat: no-repeat;
}

.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

.panel-pane .container {
  padding: 40px 0;
}

.pane-title {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
  text-align: center;
  color: #13638d;
  font-size: 40px;
  text-transform: uppercase;
}
body #views-slideshow-bxslider-1.views-slideshow-bxslider .bx-wrapper .bx-controls-direction a{
  z-index: 9;
}

.bx-wrapper {
  max-width: 100% !important;
}

.bx-wrapper .bx-controls-direction a {
  display: block;
  width: 25px;
  height: 21px;
}

.bx-wrapper .bx-prev {
  background: url(../images/arrow-left.png);
}

.bx-wrapper .bx-next {
  background: url(../images/arrow-right.png);
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.alert li {
  list-style: none;
}

.pb_partners_wrappper {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}

.pb_partners_wrappper .item:first-child{
	display: flex;
    align-items: center;
	max-width:156px;
}

.pb_partners_wrappper .item p{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
	font-family: 'Roboto',sans-serif;

}

.view-services .views-row-first .views-field-body p:first-child{
  color:#ea2830;
}
.node-type-rating .view-services .views-row-first .views-field-body p:first-child{
  color:#fff;
  background: #ea2830;
}
.under_header_menu{
  background:#2892e7;
  border-bottom: 1px solid #f3e008;
}
.under_header_menu ul{
  display: flex;
  justify-content: space-around;
  margin:0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.under_header_menu .menu-2509{
  position: relative;
}
.under_header_menu .menu-2509:before{
  content: 'cool tool';
  color: white;
  background: #ff0000;
  -webkit-border-radius: 20px;
  font-size: 12px;
  right: 0px;
  top: 0px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: absolute;
  height: 14px;
  line-height: 14px;
  padding-left: 5px;
  padding-right: 5px;
}

.under_header_menu ul li{
  list-style: none;
}
.under_header_menu ul li a{
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  position: relative;
}
.under_header_menu ul li a:hover{
	text-decoration: none;
}

.under_header_menu ul li a:before{
   content: '';
   position: absolute;
   left:-30px;
   top:50%;
   margin-top: -7.5px;
   width:15px;
   height: 15px;
}
.under_header_menu ul li:nth-child(1) a:before{
   background:url('../images/home.png') no-repeat;
}
.under_header_menu ul li:nth-child(2) a:before{
   background:url('../images/download.png') no-repeat;
}
.under_header_menu ul li:nth-child(3) a:before{
   background:url('../images/speed.png') no-repeat;
}
.under_header_menu ul li:nth-child(4) a:before{
   background:url('../images/clock.png') no-repeat; 
}
.under_header_menu ul li:nth-child(5) a:before{
   background:url('../images/compare.png') no-repeat;
}
.under_header_menu ul li a:hover:after{
   content: "";
   position: absolute;
   bottom: -11px;
   width: 100%;
   height: 3px;
   background: #f3e008;
   left: 0; 
}
.mobile-menu{display:none;
width:100%;
padding:11px;
background:#3E4156;
text-align: center;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{
text-decoration:none;
color: #fff;
}

.mobile-menu ul{
	text-align: center;
	padding-left: 0;
}

.inner-filter-text-block {
  padding-left: 45px;
  padding-right: 20px;
  margin-bottom: 15px;
    padding-top:20px;;
}

.inner-filter-text-block .wrapper-block{
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.inner-filter-text-block .left_block {
    padding-left: 25px;
}
.inner-filter-text-block .right_block {
    padding-right: 25px;
    padding-left:60px;
}

.inner-filter-text-block .left_block .title{
  font-family: 'Open Sans',sans-serif;
  color: white;
  font-weight: 900;
  font-size: 24px;
  position: relative;
}

.inner-filter-text-block .left_block .title:before{
    content: '';
    width: 100px;
    height: 2px;
    background: #ff0000;
    position: relative;
    bottom: -35px;
    left: 0;
    z-index: 99999;
    display: block;

}
.inner-filter-text-block .left_block .ip-block{

  margin-top: 25px;
  margin-left: 0px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 25px;
  padding-top: 5px;
  margin-bottom: 20px;
  position: relative;

}
body  .simple-page .inner-filter-text-block .left_block .ip-block p{
  padding-left:0 ;
  padding-right: 0px ;
  color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-weight: 100;
    font-size: 30px;
    line-height:15px;
    text-transform: uppercase;
    display: inline-block;
}
body  .simple-page .inner-filter-text-block .left_block .ip-block  img{
  display: inline-block;
  vertical-align: top;
  width:30px;
  margin-right: 10px;
    max-width:30px;

}
body .simple-page .inner-filter-text-block .left_block .ip-block span{
    position: relative;
    font-family: "Open Sans" ,sans-serif;
    font-size:12px;
    line-height: 14px;
    color: white;
    top: auto;
    display: block;
    width:200px;
    text-align:center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding:2px 0;
    background: url("../images/finger-up.png") no-repeat 10px center, linear-gradient(#fe474a, #fa1a28);
    border:1px solid #7a0903;
    margin-top:15px;


}
body .simple-page .inner-filter-text-block .left_block .ip-block span a {

    color:white;
    text-decoration: underline;
}
body .simple-page .inner-filter-text-block .left_block .ip-block span a:hover{
    color:black;
}


/*body .simple-page .inner-filter-text-block .left_block .ip-block span:before{
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/arrow-vpn.png') no-repeat;
  background-size: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}*/


body .simple-page .inner-filter-text-block .left_block  p{
   padding-right: 0;
   padding-left: 0;
}
body .simple-page .inner-filter-text-block .left_block p.text{
  width: 400px;
  color: white;
  margin-bottom: 3px;
  padding-left: 10px;
  padding-top: 0;
  display: inline;
  padding-right: 35px;
  background: #35a703;

}


body .simple-page .inner-filter-text-block .left_block .text-block{
  padding-left: 0px;
  width: 440px;
}

body .simple-page .inner-filter-text-block .right_block p{
  padding-left: 0px;
  padding-right: 0px;

}
body .simple-page .inner-filter-text-block .right_block ul{
  padding-left: 0px;
  padding-right: 0px;

}
body .simple-page .inner-filter-text-block .right_block .title{
  font-family: "OpenSans" , sans-serif;
  font-size:24px;
  font-weight: 900;
  color:white;
  margin-top: 3px;
  position: relative;
  display: inline-block;
  padding-right: 2px;
}


body .simple-page .inner-filter-text-block .right_block .title:before{
    content: '';
    width: 130px;
    height: 2px;
    background: #ff0000;
    position: relative;
    bottom: -35px;
    left: 0;
    z-index: 99999;
    display: block;

}



body .simple-page .inner-filter-text-block .right_block ul{
  font-family: "OpenSans" , sans-serif;
  font-size:14px;
  line-height: 18px;
  font-weight: 600;
  color:white;
  margin-top: 20px;
}
body .simple-page .inner-filter-text-block .right_block ul li{
  position: relative;
  list-style: none;
  padding-left: 10px;
  font-size:16px;

}
body .simple-page .inner-filter-text-block .right_block ul li:before{
  content:'•';
  position: absolute;
  left:0px;
  top:2px;
  font-size: 16px;
  color: white;
}

body  .simple-page .inner-filter-text-block .right_block .text{
    color: white;
    margin-bottom: -2px;
    padding-left: 10px;
    padding-top: 0;
    display: inline-block;
    padding-right: 35px;
    background: #fb0000;
    line-height: 24px;
    font-size: 16px;
}




.need-vpn {
  font-family: "OpenSans",sans-serif;
  font-size: 16px;
  color: white;
  height: 30px;
  display: block;
  box-sizing: border-box;
  max-width: 185px;
    background:  url('../images/need-icon.png') no-repeat 5px center, linear-gradient(#299dd0, #16526d);
  background-position: 5px center;
    background-size: 97%;
  border-radius: 10px;
  text-align: left;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  margin-top: 10px;
}
.need-vpn:hover{
    color: #000;
}
.sh-rating .view-id-services.view-display-id-block_8#top7vpn .views-row-first .views-field-body p:first-child {
    background-color: #ea2830;
    color: #fff;
}

.back-all .vpn-filter-advanced-form{
	max-width: 1000px;
}
body .view-id-services.view-display-id-block_13#top7vpn{
	padding:0;
}



@media (min-width: 992px) and (max-width: 1199px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  div[id^="webform-ajax"] .alert {
    margin: 0 auto 20px;
    width: 66.66666666666666%;
  }
  
  div[id^="webform-ajax"]:after {
    display: table;
    content: " ";
    clear: both;
  }
}

@media (max-width: 991px) {
  body.admin-menu.navbar-is-fixed-top,
  body.navbar-is-fixed-top {
    padding-top: 160px !important;
  }

  .under_header_menu ul li a:before{
  	left: -17px;
  }
  .under_header_menu ul{
  	padding:0;
  }
}

@media (max-width: 767px) {
  .guide-wrapper .item:nth-child(2){
     background-size: initial !important;
  }

  .node-type-rating .simple-page .inner-filter-text-block .left_block .text-block{
    width:100%;
  }
  .node-type-rating .simple-page .inner-filter-text-block .left_block p.text{
    width:100%;
  }
  .inner-filter-text-block .wrapper-block{
    flex-wrap: wrap;
  }
  body .simple-page .inner-filter-text-block .left_block .text-block{
    padding-left: 0px;
    width: 100%;
  }

  .inner-filter-text-block{
      padding-left: 0px;
      padding-right:0px;
  }
  .inner-filter-text-block .left_block{
    padding-left:15px;
  }
  body .simple-page .inner-filter-text-block .left_block .ip-block p{
    font-size:20px;
    line-height:20px;
    vertical-align: top;

  }
  body .simple-page .inner-filter-text-block .left_block p.text{
    padding-right:0;
  }
  body .simple-page .inner-filter-text-block .right_block .title{
    font-size:16px;
  }
  body .simple-page .inner-filter-text-block .right_block .title:before{
    width:85px;
    bottom: -30px;
  }
  .inner-filter .vpn-filter-advanced-form .vpn-filter-advanced .vefl-region{
    padding:10px 15px ;
  }

  input[type="submit"],
  input[type="button"] {
    width: 100% !important;
  }
  
  .panel-pane .container {
    padding: 20px;
  }

  .view-id-coupons .view-content .views-row{
    width: 100% ;
  }  
  ul.links{display:none;}
    ul.links.show{display:block;}
 
.mobile-menu{display:block;
margin-top:10px; margin-bottom:10px;
background: #f5950c;
}
 .under_header_menu ul li a:before{
  	left: -30px;
  }
  .under_header_menu ul{
  	padding-left: 0px;
  	text-align: center;
  }
}

.trending-up,
.trending-down {
  display: none;
}

body > .view-trending {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

body > .view-id-trending .view-content {
  margin-top: -5px;
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  background: #fd611d;
}

body > .view-id-trending p {
  color: #ffffff;
  text-shadow: #888888 0 1px 0;
}

body > .view-id-trending p a {
  color: #f0ec6e;
  text-decoration: none;
}

body > .view-id-trending p a:hover {
  text-decoration: underline;
}

body.trending-hide > .view-id-trending .view-content {
  display: none;
}

body > .view-id-trending .trending-up,
body > .view-id-trending .trending-down {
  position: absolute;
  right: 50px;
  width: 30px;
  background: #fd611d;
  cursor: pointer;
  z-index: 10;
}

body > .view-id-trending .trending-up {
  top: -5px;
  display: block;
  height: 44px;
}

body > .view-id-trending .trending-down {
  bottom: -5px;
  height: 30px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

body.trending-hide > .view-id-trending .trending-down {
  display: block;
}

body > .view-id-trending .trending-up:after {
  content: ' ';
  position: absolute;
  left: 9px;
  top: 19px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ffffff transparent transparent transparent;
}

body > .view-id-trending .trending-down:after {
  content: ' ';
  position: absolute;
  left: 9px;
  top: 12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
}

body > .view-id-trending .trending-up:hover:after,
body > .view-id-trending .trending-down:hover:after {
  opacity: 0.6;
}

body.trending-hide > .view-id-trending .trending-up {
  display: none;
}

.main-container {
  background: #dddddd;
}

.main-container > .container {
  background: #ffffff;
  -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
}

.main-container > .container {
  padding-bottom: 60px;
}

/* Navbar */

.header-wrapper {
  position: relative;
  margin-top: 1px;
  background-color: #0b273c;
  z-index: 2;
}

#navbar {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) {
  #navbar > .container {
    margin: 0 -30px 0 0;
  }
}

#navbar .navbar-header {
  line-height: 50px;
}

#navbar .logo,
#navbar .slogan {
  text-align: center;
}

#navbar .logo {
}

#navbar .logo a {
  text-decoration: none;
}

#navbar .logo-text {
  margin: -9px 0 -9px 10px;
  width: 70%;
}

#navbar .slogan {
  margin-top: 15px;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 500;
}

#navbar .balloon {
}

#navbar .balloon .balloon-red {
  position: relative;
  float: right;
  padding: 5px 15px;
  width: 75%;
  height: 50px;
  color: #fb2327;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  background-color: #ffdfdf;
  border: 1px dashed #fa565a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#navbar .balloon .balloon-red:after {
  content: " ";
  position: absolute;
  top: 18px;
  right: -8px;
  display: block;
  width: 8px;
  height: 13px;
  background: url(../images/tootip-right.png) no-repeat;
}

#navbar .balloon .balloon-red a {
  color: #fb2327;
  text-decoration: underline;
}

#navbar .balloon .balloon-red a:hover {
  text-decoration: none;
}

#navbar .balloon .smile {
  float: right;
  margin-top: 10px;
  margin-left: 15px;
  width: 32px;
  height: 32px;
}

#navbar .balloon .smile.bad {
  background: url(../images/smile-bad.png) no-repeat;
}

#navbar .top-info {
  margin-top: 7px;
  color: #13638d;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

#navbar .top-info label {
  margin-right: 10px;
  color: #a9a9a9;
  font-size: 14px;
  font-weight: 400;
}

#navbar .navbar-collapse {
  max-height: none;
}

#navbar .drop-links .nav-first ul.navbar-nav li {
  margin: -5px 0;
}

#navbar .drop-links .nav-first ul.navbar-nav li a {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 60px;
}

/* TODO: ограничение по размеру экрана */
#navbar .drop-links .nav-first ul.navbar-nav li a:hover,
#navbar .drop-links .nav-first ul.navbar-nav li a.hover {
  background: #ffffff;
  text-decoration: none;
}

#navbar .drop-links .nav-first ul.navbar-nav li a .fa {
  margin-left: 10px;
}

#drop-links-content {
  position: absolute;
  display: none;
  width: 100%;
  height: 250px;
  background-color: #ffffff;
  z-index: 100;
}

.page-wrapper #drop-links-content {
  top: 86px;
}

body.trending-hide .page-wrapper #drop-links-content {
  top: 60px;
}

#drop-links-content > .container {
  padding-top: 20px;
}

#drop-links-content .down-link-content {
  display: none;
}

#drop-links-content .views-row .item-wrapper {
  display: table-cell;
  height: 208px;
  vertical-align: middle;
  border: 1px solid #bbbbbb;
}

#drop-links-content .views-row .item-wrapper:hover {
  border-color: #000000;
}

#drop-links-content .views-row .views-field-field-logo a {
  padding: 0 20px;
  display: block;
  width: 100%;
  text-align: center;
}

#drop-links-content .views-row img {
  display: inline;
}

#drop-links-content .views-row .views-field-title {
  margin: 5px 0 3px;
}

#drop-links-content .views-row .views-field-title a {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

#navbar .nav-first ul.navbar-nav {
  float: right;
}

#navbar .nav-first ul.navbar-nav li {
  padding: 0;
  margin: 0;
}

#navbar .nav-first ul.navbar-nav li a {
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  color: #ffffff;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 12px;
  line-height: 30px;
  text-transform: uppercase;
}

/*#navbar .nav-first ul.navbar-nav li.last a {
  padding-right: 0;
}

#navbar .nav-first ul.navbar-nav li.last a {
  padding-left: 20px;
  background: url(../images/fav-icon.png) left center no-repeat;
}*/

#navbar .nav-first ul.navbar-nav li.active a,
#navbar .nav-first ul.navbar-nav li a:hover {
  text-decoration: none;
  background-color: transparent;
}

/* New header */
#navbar .drop-down-header {
  margin: -4px 20px -5px 0;
  float: right;
}

#navbar .drop-down-header div.drop-down-groups-title {
  padding-right: 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  opacity: .5;
}
header .navbar-collapse{
  float: right;
}
#navbar .drop-down-header div.drop-down-group {
  position: relative;
  display: inline-block;
}

#navbar .drop-down-header .drop-down-group a.drop-down {
  display: block;
  padding: 20px 10px;
  text-align: left;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
  text-transform: uppercase;
}

#navbar .drop-down-header .drop-down-group a.drop-down .fa {
  margin-left: 5px;
}

#navbar .drop-down-header .drop-down-group a.drop-down,
#navbar .drop-down-header .drop-down-group a.drop-down:link,
#navbar .drop-down-header .drop-down-group a.drop-down:visited,
#navbar .drop-down-header .drop-down-group a.drop-down:focus,
#navbar .drop-down-header .drop-down-group a.drop-down:hover,
#navbar .drop-down-header .drop-down-group a.drop-down:active {
  text-decoration: none;
  text-align: center;
}

#navbar .drop-down-header .drop-down-group:hover a.drop-down {
  color: #285782;
  background: #ffffff;
}

#navbar .drop-down-header .drop-down-group .drop-down-block {
  display: none;
  position: absolute;
  top: 60px;
  left: -234px;
  width: 678px;
  min-height: 150px;
  background: #ffffff;
  border-bottom: 4px solid #096293;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

#navbar .drop-down-header .drop-down-group #countries {
  left: -123px;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links {
  margin: 0;
  padding: 20px 20px 0;
  list-style: none;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links li {
  float: left;
  padding: 0 10px 15px;
  width: 33.33333%;
  text-align: left;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links li a {
  position: relative;
  padding: 4px 0 3px 30px;
  display: block;
  width: 100%;
  height: 37px;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  line-height: 16px;
}

#navbar .drop-down-header .drop-down-group #countries ul.drop-down-links li a {
  background-size: 25px 15px;
  background-position: 0 5px;
}

#navbar .drop-down-header .drop-down-group #purpose ul.drop-down-links li a:before,
#navbar .drop-down-header .drop-down-group #diveses ul.drop-down-links li a:before,
.rating-overlay li a:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../images/drop-down-icons.png?TeMp) left top no-repeat;
}

#navbar .drop-down-header .drop-down-group ul.drop-down-links li a:hover {
  text-decoration: none;
}

@media (max-width: 1199px) {
  #navbar .drop-down-header {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #navbar .nav-search {
    padding: 10px 10px;
  }

  #navbar .drop-down-header {
    margin-top: -4px;
  }
}

li a.icon-iOS:before {
  background-position: -25px 0 !important;
}

li a.icon-Mac:before {
  background-position: -50px 0 !important;
}

li a.icon-Windows:before {
  background-position: -75px 0 !important;
}

li a.icon-Android:before {
  background-position: -100px 0 !important;
}

li a.icon-Linux:before {
  background-position: -125px 0 !important;
}

li a.icon-netflix:before {
  background-position: -25px -25px !important;
}

li a.icon-torrents:before {
  background-position: -75px -25px !important;
}

li a.icon-Cheap:before {
  background-position: -100px -25px !important;
}

li a.icon-ABC-Family:before {
  background-position: -125px -25px !important;
}

li a.icon-Apple-TV:before {
  background-position: -150px -25px !important;
}

li a.icon-BBC-iPlayer:before {
  background-position: -175px -25px !important;
}

li a.icon-Facebook:before {
  background-position: -200px -25px !important;
}

li a.icon-HBO-GO:before {
  background-position: -225px -25px !important;
}

li a.icon-Logless:before {
  background-position: -250px -25px !important;
}

li a.icon-Encryption:before {
  background-position: -275px -25px !important;
}

li a.icon-Hulu:before {
  background-position: -300px -25px !important;
}

li a.icon-Pandora:before {
  background-position: -325px -25px !important;
}

li a.icon-Sky-Go:before {
  background-position: -350px -25px !important;
}

li a.icon-Spotify:before {
  background-position: -375px -25px !important;
}

li a.icon-YouTube:before {
  background-position: -400px -25px !important;
}

li a.icon-YouTube-In-China:before {
  background-position: -425px -25px !important;
}

li a.icon-Wi-Fi-Hotspots:before {
  background-position: -450px -25px !important;
}

li a.icon-Skype:before {
  background-position: -475px -25px !important;
}

li a.icon-Gaming:before {
  background-position: -500px -25px !important;
}

li a.icon-free:before {
  background-position: -525px -25px !important;
}

@media (min-width: 768px) {
  #navbar .drop-down-header .drop-down-group:hover .drop-down-block {
    display: block;
  }
}

@media (max-width: 767px) {
  #navbar .navbar-collapse {
    overflow-y: hidden;
  }

  #navbar .nav-first ul.navbar-nav {
    float: none;
    margin: 0;
  }

  #navbar .drop-down-header {
    float: none;
  }

  #navbar .drop-down-header div.drop-down-groups-title {
    display: none;
  }

  #navbar .drop-down-header div.drop-down-group {
    display: block;
  }

  #navbar .drop-down-header .drop-down-group a.drop-down .fa {
    display: none;
  }
}

#navbar .nav-search {
  float: right;
  padding: 10px 20px;
  line-height: 30px;
}

#navbar .nav-search a {
  color: #ffffff;
}

#navbar .nav-search form.search-form {
  position: fixed;
  left: 0;
  top: -100%;
  height: 100%;
  width: 100%;
  z-index: 100;
  color: #ffffff;
}

#navbar .nav-search form.search-form:before {
  display: block;
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.9;
  background-color: #1f9de0;
}

form.search-form .search-form-h {
  display: table;
  height: 100%;
  width: 100%;
}

form.search-form .search-form-row {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

form.search-form .search-label {
  font-size: 2em;
  line-height: 1.6em;
  color: #ffffff;
}

form.search-form .search-input {
  width: 80%;
  margin: 0 auto;
}

form.search-form .search-input input {
  font-size: 5em;
  line-height: 1em;
  text-align: center;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: transparent;
  color: #ffffff;
}

form.search-form .search-submit {
  display: none;
}

form.search-form .search-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  opacity: 0.5;
  color: #ffffff;
}

form.search-form a.search-close,
form.search-form a.search-close:link,
form.search-form a.search-close:visited,
form.search-form a.search-close:focus,
form.search-form a.search-close:hover,
form.search-form a.search-close:active {
  text-decoration: none;
}

@media (max-width: 991px) {
  #navbar {
    /*height: 160px;*/
  }
  
  #navbar .navbar-header {
    margin-bottom: 30px;
  }
  
  #navbar .col-sm-6 {
    height: 50px;
  }
  
  .navbar-header {
    float: none;
  }
  
  #navbar .nav-first ul.navbar-nav li {
    margin: 0 7px;
  }
  
  #navbar .navbar-collapse {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #navbar .navbar-header {
    margin-bottom: 0;
    line-height: 50px;
  }
  
  #navbar .navbar-collapse {
    margin-top: 25px;
    text-align: center;
    width:100%;
  }
  

  #navbar .logo {
    padding: 0;
    float: left;
    margin-left: 15px;
    width: 75%;
  }
  
  #navbar .top-info {
    text-align: center;
  }
  
  #navbar .slogan {
    height: 30px !important;
  }
  
  #navbar .logo-text {
    width: 70%;
    max-width: 190px;
  }
  
  #navbar .nav-search {
    display: none;
  }
}

@media (max-width: 1199px) {
  #navbar .nav-first ul.navbar-nav li {
    margin: 0 0 0 3px;
  }
}

/* Map block */

#map-block {
  position: relative;
  width: 100%;
  background: #172d41 url(../images/map-bg.png) center bottom no-repeat;
}

#map-block.panel-pane .container {
  min-height: 451px;
}

#map-block .pane-title {
  color: #ffffff;
  font-size: 40px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2),
  1px 1px 1px rgba(255, 255, 255, 0.2),
  1px 1px 1px rgba(0, 0, 0, 0.7),
  0 2px 12px rgba(255, 255, 255, 0.35),
  0 2px 3px rgba(255, 255, 255, 0.35);
}

#map {
  margin: 0 auto;
  width: 75%;
}

#map svg polygon {
  stroke: #117aa1;
  stroke-width: 1px;
  fill: #19709f;
  fill-opacity: 0;
  cursor: pointer;
}

#map svg polygon[active="1"] {
  fill-opacity: 0.5;
}

#map svg polygon.hover,
#map svg polygon.active {
  fill-opacity: 1;
}

#map svg polygon.active[main="1"] {
  /*fill: url(../images/arrow-left.png);*/
}

#map-info {
  display: none;
  position: absolute;
  bottom: 30px;
  width: 50%;
}

#map-info .map-info-title {
  font-family: 'Roboto Slab', serif;
  height: 30px;
  color: #e9e9e9;
  font-size: 24px;
  font-weight: 400;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.38);
}

#map-info .map-info-title:before {
  content: " ";
  margin: 5px 10px 0 5px;
  display: block;
  float: left;
  width: 9px;
  height: 9px;
  background: #ffffff;
}

#map-info .map-info-close {
  position: absolute;
  top: 30px;
  right: 2px;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
}

#map-info .map-info-text {
  padding: 20px 20px 30px;
  color: #ffffff;
  font-weight: 500;
  background: url(../images/map-info-bg.png);
  border-top: 2px solid #0f95c2;
}

#map-info .map-info-text .info-highlight {
  margin-bottom: 20px;
  color: #157eb3;
}

@media (max-width: 1199px) {
  #map-info {
    bottom: 25px;
  }
  
  #map-info .map-info-title {
    height: 25px;
    font-size: 20px;
  }
  
  #map-info .map-info-title:before {
    margin: 6px 8px 0 4px;
    width: 7px;
    height: 7px;
  }
  
  #map-info .map-info-close {
    top: 25px;
    font-size: 20px;
  }
  
  #map-info .map-info-text {
    padding: 16px 16px 25px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  #map-block.panel-pane .pane-content {
    display: none;
  }
  
  #map-info {
    bottom: 15px;
  }
  
  #map-info .map-info-title {
    height: 20px;
    font-size: 16px;
  }
  
  #map-info .map-info-title:before {
    margin: 6px 6px 0 3px;
    width: 5px;
    height: 5px;
  }
  
  #map-info .map-info-close {
    top: 20px;
    font-size: 16px;
  }
  
  #map-info .map-info-text {
    padding: 12px 12px 15px;
    font-size: 9px;
    line-height: 13px;
  }
}

/* Info block */

#info-block {
  background: #f1f3f5;
}

#info-block .inner {
  padding: 30px 20px 35px;
  height: 167px;
  border: 1px solid #bbbbbb;
  background: #ffffff;
}

#info-block .title {
  text-align: center;
  color: #13638d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

#info-block .content {
  margin-top: 10px;
  text-align: center;
}

@media (max-width: 1199px) {
  #info-block .inner {
    height: 187px;
  }
}

@media (max-width: 991px) {
  #info-block .inner {
    height: 207px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #info-block .col-sm-4 {
    margin-bottom: 30px;
  }
  
  #info-block .inner {
    height: 187px;
  }
}

/* Info graphic */

#info-graphic {
  background: #f1f3f5 url(../images/info-graphic-bg-shadow.png) center top no-repeat;
}

@media (max-width: 767px) {
  #info-graphic .col-sm-4 {
    margin-bottom: 30px;
  }
}

/* About service */

#about-service {
}

#about-service .pane-title {
  margin-bottom: 30px;
  font-family: Roboto, serif;
  font-size: 45px;
  font-weight: 400;
  color: #0b3951;
}

#about-service .sub-pane-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}

#about-service h2,
#about-service h3,
#about-service h4 {
  text-align: center;
}

#about-service h3,
#about-service h4 {
  margin: 15px 0;
}

#about-service .content p {
  /* text-align: center;*/
}

#about-service .content a {
  color: #fa565a;
  text-decoration: underline;
}

#about-service .content a:hover {
  text-decoration: none;
}

#about-service .more-details {
  display: none;
  margin-top: 15px;
}

/* Top VPN */

#top7vpn {
  background: #f1f3f5;
}

#home_new #top7vpn {
  background: none;
}

#top7vpn .view-header {
  text-align: center;
  color: #0b3951;
}

#top7vpn .service-card {
  margin-top: 50px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}

#top7vpn .service-card .service-card-common-wrapper {
  position: relative;
  border-right: 1px solid #bbbbbb;
}

#top7vpn .service-card .service-card-common-wrapper .discount {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}

#top7vpn .service-card .service-card-common-wrapper .discount .field-content {
  position: absolute;
  padding: 14px 20px 0;
  top: -10px;
  left: -36px;
  background: #c9252e;
  color: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top7vpn .service-card .service-card-common-wrapper .discount .field-content span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#top7vpn .service-card .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .service-number {
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -32px;
  width: 61px;
  height: 51px;
  text-align: center;
  color: #bbbbbb;
  font-size: 24px;
  font-weight: 500;
  line-height: 51px;
  /*background: #ffffff url(../images/service-card-number-gray.png) top center*/;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#top7vpn .service-card .service-card-common-wrapper .service-number {
  display: none !important;
}

#top7vpn table .views-field-counter .service-number {
  position: static;
  margin: 0 auto;
}

#top7vpn .service-card.card-position-1 {
  border-top: 4px solid #efd213;
}

#top7vpn .service-card.card-position-1 .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .card-position-1.service-number {
  /*color: #0c6494;*/
  /*color: #efd213;*/
  /*background-image: url(../images/service-card-number-pos1.png);*/
}

#top7vpn .service-card.card-position-2 {
  border-top: 4px solid #bbbbbb;
}

#top7vpn .service-card.card-position-2 .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .card-position-2.service-number {
  /*color: #bbbbbb;*/
  /*background-image: url(../images/service-card-number-pos2.png);*/
}

#top7vpn .service-card.card-position-3 {
  border-top: 4px solid #cda04a;
}

#top7vpn .service-card.card-position-3 .service-card-common-wrapper .service-number,
#top7vpn table .views-field-counter .card-position-3.service-number {
  /*color: #cda04a;*/
  /*background-image: url(../images/service-card-number-pos3.png);*/
}

#top7vpn .service-card .service-card-logo {
  margin: 40px 30px 30px;
  text-align: center;
}

#top7vpn .service-card .service-card-logo img {
  max-width: 100%;
  height: auto;
}

#top7vpn .service-card .service-card-common {
  color: #0b3951;
  font-size: 14px;
  text-align: center;
}

#top7vpn .service-card .service-card-common .platforms {
  margin-top: 10px;
  padding-bottom: 15px;
}

#top7vpn .service-card .service-card-common .platforms img {
  margin: 0 5px;
  width: auto;
  height: 20px;
}

#top7vpn .service-card .service-card-common .tif a {
  color: #fb2327;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
}

#top7vpn .service-card .service-card-common .tif a:hover {
  text-decoration: none;
}

#top7vpn .service-card .service-card-common .prices-block {
  margin: 15px 20px 20px 20px;
}

#top7vpn .service-card .service-card-common .prices,
#top7vpn table .views-field-field-prices .prices,
#top7vpn.gtable .views-field-field-prices .prices {
  color: #13638d;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  /*cursor: pointer;*/
}

#top7vpn table .views-field-field-prices .prices,
#top7vpn.gtable .views-field-field-prices .prices {
  font-size: 14px;
}

#top7vpn .service-card .service-card-common .prices .value,
#top7vpn table .views-field-field-prices .prices .value,
#top7vpn.gtable .views-field-field-prices .prices .value {
  position: relative;
  font-size: 30px;
  line-height: 30px;
}

#top7vpn table .views-field-field-prices .prices .value,
#top7vpn.gtable .views-field-field-prices .prices .value {
  font-size: 26px;
  line-height: 22px;
}

/*#top7vpn .service-card .service-card-common .prices .value:after {
  content: " ";
  display: block;
  position: absolute;
  top: 16px;
  right: -13px;
  width: 9px;
  height: 5px;
  background: url(../images/price-dropdown.png);
}*/

#top7vpn .service-card .service-card-common .prices .dollar,
#top7vpn table .views-field-field-prices .prices .dollar,
#top7vpn.gtable .views-field-field-prices .prices .dollar {
  position: absolute;
  left: -10px;
  top: 5px;
  font-size: 16px;
  line-height: 16px;
}

#top7vpn table .views-field-field-prices .started,
#top7vpn.gtable .views-field-field-prices .started {
  margin: 10px 0;
}

/*#top7vpn .service-card .started a,
#top7vpn table .views-field-field-discount .started a,
#top7vpn table .views-field-field-prices .started a,
#top7vpn.gtable .started a,
#block-views-services-block-5 .field-field-link .started a,
.node-service .field-field-link .started a {
  padding: 8px 25px;
  display: inline-block;
  text-align: center;
  color: #4d9d0e;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid #4d9d0e;
}*/

/*#top7vpn .service-card .started a:hover,
#top7vpn table .views-field-field-discount .started a:hover,
#top7vpn table .views-field-field-prices .started a:hover,
#top7vpn.gtable .started a:hover,
#block-views-services-block-5 .field-field-link .started a:hover,
.node-service .field-field-link .started a:hover {
  color: #ffffff;
  background: #4d9d0e;
}*/

/*#top7vpn table .views-field-field-discount .started a,
#top7vpn table .views-field-field-prices .started a,
#top7vpn.gtable .started a,
#block-views-services-block-5 .field-field-link .started a,
.node-service .field-field-link .started a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}*/

.started a {
  position: relative;
  padding: 8px 0;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  background: #65c133;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.started a:hover {
  color: #ffffff;
  /*  background: #4d9d0e;*/
}

.started a:before,
.started a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #4d9d0e;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

.started a:after {
  right: 50%;
}

.started a:hover:before,
.started a:hover:after {
  width: 51%;
}

.started a:hover:before {
  left: 0;
}

.started a:hover:after {
  right: 0;
}

#top7vpn .service-card .prices-full {
  display: none;
  padding: 15px 0;
  text-align: center;
  color: #bbbbbb;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
}

#top7vpn .service-card .prices-full .price {
  font-size: 16px;
}

#top7vpn .service-card .prices-full .months {
  font-size: 14px;
  color: #000000;
}

#top7vpn .service-card .prices-full .prices-position:last-child {
  color: #fa565a;
}

#top7vpn .service-card .service-title {
  margin: 15px 0;
  text-align: center;
  color: #13638d;
  font-size: 20px;
  font-weight: 700;
}

#top7vpn .service-card .service-card-description-wrapper {
  border-left: 1px solid #bbbbbb;
  margin-left: -1px;
}

#top7vpn .service-card .service-title-border {
  margin: 30px auto;
  width: 300px;
  border-bottom: 1px solid #bbbbbb;
}

#top7vpn .service-card .description {
}

#top7vpn .service-card .description .field-content p {
  margin: 0;
}

#top7vpn .service-card .description-accent {
  color: #53a523;
  font-size: 16px;
  font-weight: 700;
}

#top7vpn .service-card .description-accent .flag-icon {
  width: 26px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

#top7vpn .service-card .description .field-content,
#top7vpn .service-card .description-accent .field-content,
#top7vpn .service-card .parameters .field-content {
  margin-bottom: 15px;
  font-size: 14px;
}

#top7vpn .service-card .description-accent .field-countries {
  margin-bottom: 20px;
  color: #13638d;
  font-size: 20px;
  font-weight: 400;
}

#top7vpn .service-card .description-accent .discount {
  margin-bottom: 20px;
}

#top7vpn .service-card .description-accent .discount .field-content {
  margin: 0;
  padding: 1px 15px;
  float: left;
  color: #ffffff;
  background: #53a523;
}

#top7vpn .service-card .description-accent .discount .field-content span {
  font-size: 13px;
  text-transform: uppercase;
}

#top7vpn .service-card .parameters .field-content {
  margin: 0;
}

#top7vpn .service-card .parameters {
}

#top7vpn .service-card .parameters label {
  font-weight: 700;
}

#top7vpn .service-card .parameters .started {
  text-align: center;
  margin: 30px 0 20px;
}

#top7vpn table,
#top7vpn.gtable .view-content {
  margin-top: 30px;
  /*min-width: 970px;*/
}

#top7vpn.gtable {
  background: none;
}

#top7vpn.gtable .vpn-item {
  margin-bottom: 30px;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
}

#top7vpn.gtable .vpn-item:hover {
  border-color: #0b3951;
}

#top7vpn.gtable .vpn-item .views-field-field-logo {
  margin: 0 auto;
  width: 70%;
  height: 55px;
  position: relative;
  overflow: hidden;
}

#top7vpn.gtable .vpn-item .views-field-field-logo img {
  position: absolute;
  top: 50%;
  max-height: 100%;
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  width: auto;
}

#top7vpn.gtable .vpn-item .views-field-field-user-rating {
  margin: 15px auto;
  width: 120px;
  text-align: center;
}

#top7vpn.gtable .vpn-item .views-field-field-voted-users {
  padding-bottom: 20px;
  text-align: center;
}

#top7vpn.gtable .vpn-item .views-field-body {
  padding: 20px 20px 0;
  height: 140px;
  overflow: hidden;
  background: #f7f6f6;
}

#top7vpn.gtable .vpn-item .views-field-title {
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #f7f6f6;
}

#top7vpn.gtable .vpn-item .views-field-field-prices {
  float: left;
  padding-left: 5%;
  width: 40%;
  height: 40px;
}

#top7vpn.gtable .views-field-field-link {
  float: right;
  width: 60%;
  height: 40px;
  text-align: right;
}

#top7vpn.gtable .views-field-field-link .started a {
  padding: 5px 15px;
  line-height: 25px;
}

#top7vpn table thead tr {
  background: #13638d;
}

#top7vpn table .tablesorter-header {
  padding: 4px 20px 4px 4px !important;
  background: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==) center right no-repeat;
  cursor: pointer;
}

#top7vpn table .tablesorter-header.sorter-false {
  background: transparent;
  cursor: auto;
}

#top7vpn table .tablesorter-header.tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

#top7vpn table .tablesorter-header.tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

#top7vpn table tr {
  background: #ffffff;
}

#top7vpn table thead th {
  height: 52px;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}

#top7vpn table td {
  padding: 10px 0 !important;
}

#top7vpn table td.views-field-field-logo {
  width: 16.6%;
}

#top7vpn table td.views-field-field-logo .rating-stars img {
  width: 80%;
  height: auto;
  max-width: 98px !important;
}

#top7vpn table td.views-field-field-prices {
  width: 9.6%;
}

#top7vpn table td.views-field-body {
  width: 27.1%;
  text-align: left;
  font-size: 14px;
}

#top7vpn table td.views-field-body .fa {
  margin-right: 2px;
  position: relative;
  top: -1px;
  color: #aaaaaa;
  font-size: 10px;
  line-height: 20px;
}

#top7vpn table td.views-field-counter {
  width: 7.5%;
}

#top7vpn table td.views-field-field-user-rating {
  width: 12.2%;
}

#top7vpn table td.views-field-field-countries {
  width: 12.4%;
}

#top7vpn table th.views-field-field-discount {
  text-align: right;
}

#top7vpn table td.views-field-field-discount {
  width: 27%;
}

#top7vpn table td {
  padding: 30px 0 !important;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}

#top7vpn table td:first-child {
  border-left: 1px solid #dddddd;
}

#top7vpn table td:last-child {
  border-right: 1px solid #dddddd;
}

#top7vpn table tr:hover td {
  border-top: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd;
}

#top7vpn table td .sorter {
  display: none;
}

#top7vpn.gtable .views-field-body {
  text-align: left;
  font-size: 14px;
}

#top7vpn.gtable .views-field-body .fa {
  margin-right: 3px;
  position: relative;
  top: -1px;
  color: #aaaaaa;
  font-size: 10px;
  line-height: 20px;
}

#top7vpn table .views-field-field-user-rating .rating,
#top7vpn table .views-field-field-logo .rating,
#top7vpn.gtable .views-field-field-user-rating .rating,
#top7vpn.gtable .views-field-field-logo .rating {
  font-size: 20px;
  color: #bbbbbb;
}

#top7vpn table .views-field-field-user-rating .rating-wrapper,
#top7vpn.gtable .views-field-field-user-rating .rating-wrapper {
  /* background: url(../images/rating-line.png) left center repeat-x;*/
}

#top7vpn table .views-field-field-user-rating .rating,
#top7vpn.gtable .views-field-field-user-rating .rating {
  padding: 0 5px;
  display: inline;
  background: #ffffff;
}

#top7vpn table .views-field-field-user-rating .rating span,
#top7vpn table .views-field-field-logo .rating span,
#top7vpn.gtable .views-field-field-user-rating .rating span,
#top7vpn.gtable .views-field-field-logo .rating span {
  color: #13638d;
  font-weight: bold;
}

#top7vpn table .views-field-field-logo .rating,
#top7vpn.gtable .views-field-field-logo .rating {
  margin-top: 10px;
}

#top7vpn table .review-link,
#top7vpn.gtable .review-link {
  min-height: 40px;
  font-size: 14px;
}

#top7vpn table .rate-link a,
#top7vpn.gtable .rate-link a {
  font-size: 16px;
}

#top7vpn table .rate-link span,
#top7vpn.gtable .rate-link span {
  color: #aaaaaa;
  font-size: 16px;
}

#top7vpn table .review-link a,
#top7vpn table .rate-link a,
#top7vpn.gtable .review-link a,
#top7vpn.gtable .rate-link a {
  color: #fa565a;
  text-decoration: underline;
}

#top7vpn table .review-link a:hover,
#top7vpn table .rate-link a:hover,
#top7vpn.gtable .review-link a:hover,
#top7vpn.gtable .rate-link a:hover {
  text-decoration: none;
}

#top7vpn table .views-field-field-countries .countries-count,
#top7vpn.gtable .views-field-field-countries .countries-count {
  font-size: 20px;
  color: #888888;
}

#top7vpn table .views-field-field-discount,
#top7vpn.gtable .views-field-field-discount {
  position: relative;
}

#top7vpn table .views-field-field-discount .discount,
#top7vpn.gtable .views-field-field-discount .discount {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  overflow: hidden;
}

#top7vpn table .views-field-field-discount .discount .field-content,
#top7vpn.gtable .views-field-field-discount .discount .field-content {
  position: absolute;
  padding: 14px 20px 0;
  top: -10px;
  right: -36px;
  background: #c9252e;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top7vpn table .views-field-field-discount .discount .field-content span,
#top7vpn.gtable .views-field-field-discount .discount .field-content span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#top7vpn table .views-field-field-discount .tif,
#top7vpn.gtable .views-field-field-discount .tif {
  margin-top: 5px;
}

#top7vpn table .views-field-field-discount .tif a,
#top7vpn.gtable .views-field-field-discount .tif a {
  color: #fa565a;
  text-decoration: underline;
}

#top7vpn table .views-field-field-discount .tif a:hover,
#top7vpn.gtable .views-field-field-discount .tif a:hover {
  text-decoration: none;
}

#top7vpn .output-style {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 25px;
}

#top7vpn .output-style ul {
  margin: 0;
  list-style: none;
}

#top7vpn .output-style ul li {
  float: left;
  margin-left: 10px;
}

#top7vpn .output-style ul li a {
  padding: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/table-style-grid.png);
}

#top7vpn .output-style ul li a:hover,
#top7vpn .output-style ul li a.active {
  background-position: 0 -14px;
}

#top7vpn .output-style ul li a.table-list {
  background-image: url(../images/table-style-list.png);
}

#top7vpn .output-style ul li a.table-grid {
  background-image: url(../images/table-style-grid.png);
}

@media (max-width: 1199px) {
  #top7vpn .service-card .service-card-common .prices-block {
    margin-left: 0;
    margin-right: 0;
  }
  
  #top7vpn .service-card .service-card-common .prices {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  #top7vpn .service-card .service-card-common .platforms {
    padding-bottom: 10px;
  }
  
  #top7vpn .service-card .service-card-common .prices-block {
    margin-bottom: 10px;
  }
  
  #top7vpn .service-card .service-card-common .prices {
    font-size: 10px;
  }
  
  #top7vpn .service-card .service-card-common .prices .value {
    font-size: 26px;
    line-height: 26px;
  }
  
  #top7vpn .service-card .service-card-common .started a {
    padding: 6px 20px;
    font-size: 14px;
  }
  
  #top7vpn .service-card .service-title {
    margin: 10px 0;
  }
  
  #top7vpn .service-card .description .field-content,
  #top7vpn .service-card .description-accent .field-content,
  #top7vpn .service-card .parameters .field-content {
    margin-bottom: 10px;
    font-size: 12px;
  }
  
  #top7vpn .service-card .description-accent .flag-icon {
    width: 21px;
    height: 16px;
  }
  
  #top7vpn .service-card .description-accent .field-countries {
    margin-bottom: 20px;
  }
  
  #top7vpn .service-card .parameters .started {
    margin: 20px 0;
  }
  
  #top7vpn table {
    width: 100%;
    min-width: inherit;
  }
  
  #top7vpn table .views-field-counter {
    width: 23%;
  }
  
  #top7vpn table .views-field-field-logo {
    width: 47%;
  }
  
  #top7vpn table .views-field-field-logo img {
    max-width: 100% !important;
    height: auto !important;
  }
  
  #top7vpn table .views-field-field-prices {
    width: 30%;
  }
  
  /*#top7vpn table thead {
    display: none;
  }

  #top7vpn table {
    min-width: inherit;
  }

  #top7vpn table tr {
    margin-bottom: 20px;
    display: block;
  }

  #top7vpn table tr td {
    position: relative;
    margin-top: -1px;
    display: block;
    width: 100% !important;
    border: 1px solid #ddd;
  }

  #top7vpn table tr td:first-child {
    margin-top: 0;
  }

  #top7vpn table tr td:before {
    position: absolute;
    top: 2px;
    left: 5px;
    display: block;
    font-weight: bold;
  }

  #top7vpn table td.views-field-field-logo:before {
    content: "Provider";
  }

  #top7vpn table td.views-field-field-prices:before {
    content: "Pricing";
  }

  #top7vpn table td.views-field-counter:before {
    content: "Our Rank";
  }

  #top7vpn table td.views-field-field-user-rating:before {
    content: "User Rating";
  }

  #top7vpn table td.views-field-field-countries:before {
    content: "Countries Serviced";
  }

  #top7vpn table td.views-field-field-discount:before {
    content: "Discount";
  }*/
}

@media (max-width: 767px) {
  #top7vpn .service-card .service-card-common-wrapper {
    border-right: none;
    border-bottom: 1px solid #bbbbbb;
  }
  
  #top7vpn .service-card .service-card-common-wrapper .service-number {
    top: -72px;
  }
  
  #top7vpn .service-card .service-card-common-wrapper .discount {
    top: -40px;
  }
  
  #top7vpn table th {
    font-size: 12px;
  }
  
  #top7vpn table .views-field-field-logo img {
    width: 90% !important;
    height: auto !important;
  }
  
  #top7vpn table .views-field-field-logo .rating {
    font-size: 18px;
  }
  
  #top7vpn table .views-field-field-prices .prices {
    font-size: 12px;
  }
  
  #top7vpn table .views-field-field-prices .prices .value {
    font-size: 20px;
    line-height: 16px;
  }
  
  #top7vpn table .views-field-field-prices .prices .dollar {
    left: -9px;
    top: 1px;
    font-size: 14px;
  }
  
  #top7vpn table .views-field-field-prices .started {
    margin-bottom: 4px;
  }
  
  #top7vpn table .views-field-field-prices .started a {
    padding: 2px 8px;
    font-size: 14px;
  }
  
  #top7vpn table .views-field-field-prices .review-link a {
    font-size: 10px;
  }
  
  #top7vpn table tr {
    margin-bottom: 20px;
    display: block;
    border: 1px solid #ddd;
  }
  
  #top7vpn table tr td {
    position: relative;
    margin-top: -1px;
    display: block;
    width: 100% !important;
    border: none !important;
  }
  
  #top7vpn table tr td:first-child {
    margin-top: 0;
  }
}

@media (max-width: 320px) {
  #top7vpn.gtable .vpn-item .views-field-field-prices,
  #top7vpn.gtable .views-field-field-link {
    float: none;
    width: 100%;
    text-align: center;
  }
  
  #top7vpn.gtable .vpn-item .views-field-field-prices {
    margin-bottom: 10px;
  }
}

/* Access block */

#access-block {
  margin-top: 40px;
  height: 319px;
  background: url(../images/access-block-bg.png) center bottom no-repeat;
}

#access-block .pane-title {
  margin: 20px 0 40px;
  color: #ffffff;
  font-size: 34px;
}

#access-block p {
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

@media (max-width: 767px) {
  #access-block .pane-title {
    margin: 0 0 20px;
  }
}

/* Subscribe */

#subscribe {
  background: #f1f3f5;
}

#subscribe .pane-title {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: 400;
  text-transform: none;
}

#subscribe .pane-content {
  text-align: center;
}

#subscribe input,
#subscribe form .form-item {
  display: inline-block;
}

#subscribe input[type="text"] {
  width: 600px;
}

@media (max-width: 991px) {
  #subscribe input[type="text"] {
    width: 500px;
  }
}

@media (max-width: 767px) {
  #subscribe input[type="text"] {
    width: 100%;
  }
}

/* Testimonials */
#testimonials {
}

#testimonials .pane-title {
  margin-bottom: 35px;
}

#testimonials .bx-wrapper .bx-viewport {
  margin: 0 auto;
  width: 70% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}

#testimonials .bx-wrapper .bx-prev {
  margin-left: -25px;
  left: 10%;
}

#testimonials .bx-wrapper .bx-next {
  margin-right: -25px;
  right: 10%;
}

#testimonials .testimonial {
  position: relative;
  margin-right: 30px;
  padding: 20px 50px;
  text-align: center;
  border: 1px solid #bbbbbb;
}

#testimonials .testimonial .testimonial-badge {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 40px;
}

#testimonials .testimonial .post-content span {
  color: #0b6394;
}

#testimonials .testimonial .post-author {
  margin-top: 20px;
  color: #0b6394;
}

/* Contact us */

.page-node-187 .main-container {
  padding-bottom: 25px;
  /*background: url(../images/contact-bg.png) center top no-repeat;*/
}

#contact-us,
.page-node-187 .region-content {
  text-align: center;
}

.page-node-187 h1.page-header {
  display: none;
}

.not-front.page-node-187 footer.footer {
  margin-top: 0;
}

#contact-us.panel-pane .container {
  padding-bottom: 40px;
}

#contact-us .pane-title,
.page-node-187 .block-title {
  margin-bottom: 35px;
  /*color: #ffffff;*/
  font-size: 38px;
  text-transform: uppercase;
}

.page-node-187 .block-title {
  padding-top: 40px;
}

#contact-us .row,
.page-node-187 .row,
#webform-client-form-222 .row,
#webform-client-form-15130 .row {
  margin-bottom: 20px;
}

#contact-us .captcha,
.page-node-187 .captcha {
  max-width: 100%;
  margin-top: -10px;
  margin-bottom: 10px;
}

#contact-us input[type="text"],
#contact-us input[type="email"],
.page-node-187 input[type="text"],
.page-node-187 input[type="email"],
#webform-client-form-222 input[type="text"],
#webform-client-form-222 input[type="email"],
#webform-client-form-15130 input[type="text"],
#webform-client-form-15130 input[type="email"] {
  width: 100%;
}

#contact-us textarea,
.page-node-187 textarea,
#webform-client-form-222 textarea,
#webform-client-form-15130 textarea {
  width: 100%;
  height: 130px;
}

#contact-us input[type="button"],
.page-node-187 input[type="button"],
#webform-client-form-222 input[type="button"],
#webform-client-form-15130 input[type="button"] {
  width: 150px;
}

#contact-us .webform-component-fieldset,
.page-node-187 .webform-component-fieldset,
#webform-client-form-222 .webform-component-fieldset,
#webform-client-form-15130 .webform-component-fieldset {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  #contact-us .pane-title {
    margin-bottom: 20px;
  }
  
  #contact-us .row,
  #webform-client-form-222 .row,
  #webform-client-form-15130 .row {
    margin-bottom: 10px;
  }
  
  #contact-us .captcha {
    margin-top: -5px;
    margin-bottom: 5px;
  }
  
  #contact-us .col-sm-6 + .col-sm-6,
  #webform-client-form-222 .col-sm-6 + .col-sm-6,
  #webform-client-form-15130 .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }
  
  #rc-imageselect,
  .g-recaptcha {
    margin: 0 auto;
    width: 234px;
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* FAQ */

.page-faq-page h3.faq-header {
  color: #13638d;
  text-transform: uppercase;
}

.page-faq-page .faq-qa {
  margin: 30px 0;
}

.page-faq-page .faq-qa .faq-dl-hide-answer {
  padding: 0 0 0 30px;
}

.page-faq-page .faq-qa .faq-question-answer {
  display: list-item;
  color: #13638d;
}

.page-faq-page .faq-qa .faq-question-answer .faq-question {
  padding-left: 0;
}

.page-faq-page .faq-qa .faq-question-answer .faq-question a,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:link,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:visited,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:focus,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:hover,
.page-faq-page .faq-qa .faq-question-answer .faq-question a:active {
  color: #13638d;
  text-decoration: none;
}

.page-faq-page .faq-qa .faq-question-answer .faq-answer {
  margin: 20px 0;
  padding-left: 0;
  color: #0b3951;
}

/* Footer */

footer.footer {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.3);
  border: none;
  background: #1d2328;
}

footer.footer .bottom-footer {
  padding: 0;
}

footer.footer .nav-item {
  margin-right: 15px;
  display: inline-block;
}

footer.footer a,
footer.footer a:link,
footer.footer a:visited,
footer.footer a:focus,
footer.footer a:hover,
footer.footer a:active {
  color: #bebebe;
}

footer.footer .footer-banners {
  float: right;
  line-height: 60px;
}

footer.footer .footer-banners a {
  margin-left: 15px;
}

#top a {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  z-index: 9999;
  background: url(../images/top.png);
  opacity: 0.5;
}

#top a:hover {
  background: url(../images/top_hover.png);
  opacity: 1;
}

@media (max-width: 767px) {
  footer.footer {
    font-size: 10px;
  }
}

/* News list / page */

.node-type-news .region-sidebar-second,
.node-type-article .region-sidebar-second {
  margin-top: 160px;
}

.node-type-news .simple-page .region-sidebar-second,
.node-type-article .simple-page .region-sidebar-second {
  margin-top: 40px;
}

.view-ratings .view-content {
  /*margin-top: 30px;*/
}

.art-news-list .view-content:after {
  content: ' ';
  display: table;
  clear: both;
}

.art-news-list .views-row {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}

.view-id-articles.view-display-id-block_2.art-news-list .views-row {
  padding-bottom: 0;
}

.art-news-block .views-row {
  position: relative;
}

.art-news-block .views-row + .views-row {
  margin-top: 20px;
}

.art-news-block .views-row:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 3px;
  background: #13638d;
}

#last-articles .art-news-list .views-row:before {
  display: none;
}

.art-news-block .views-row.views-row-last:before {
  display: none;
}

.art-news-block .views-row:before {
  height: 2px;
}

.art-news-list .views-row .item-wrapper {
  position: relative;
  padding: 15px 15px 0;
  height: 500px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
}

.view-ratings.art-news-list .views-row .item-wrapper {
  height: 500px;
}

.art-news-list .views-row .item-wrapper .field-title a {
  min-height: 60px;
  display: block;
}

.art-news-list .views-row .item-wrapper:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.23);
}

.view-id-articles.view-display-id-block_2.art-news-list .views-row:hover:after {
  content: ' ';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
  border: 3px solid #13638d;
  z-index: -1;
}

.art-news-list .field-title {
  padding: 10px 0;
  line-height: 20px;
}

.art-news-list .field-title a {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.art-news-list .field-title h2 {
  height: 52px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.art-news-list .views-row .item-wrapper:hover .field-title a {
  text-decoration: underline;
}

.art-news-block .field-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f3f5;
}

.art-news-list .field-title a,
.art-news-list .field-title a:link,
.art-news-list .field-title a:visited,
.art-news-list .field-title a:focus,
.art-news-list .field-title a:hover,
.art-news-list .field-title a:active,
.art-news-block .field-title a,
.art-news-block .field-title a:link,
.art-news-block .field-title a:visited,
.art-news-block .field-title a:focus,
.art-news-block .field-title a:hover,
.art-news-block .field-title a:active {
  color: #13638d;
  text-decoration: none;
}

.art-news-list .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 15px;
  width: 100%;
  background: #f7f7f7;
  border-top: 1px solid #dddddd;
}

.view-articles.view-display-id-block_2.art-news-list .tags {
  position: static;
  padding: 0;
  background: none;
  border: none;
}

.art-news-list .tags,
.art-news-block .tags {
  margin-top: 5px;
}

.art-news-block .tags {
  margin: 13px 0 0;
}

.art-news-block .tags > div {
  margin-bottom: 15px;
}

.node-news .tags,
.node-article .tags,
.node-torrents .tags {
  margin: 0 0 20px;
}

.art-news-list .tags > div,
.art-news-block .tags > div,
.node-news .tags > div,
.node-article .tags > div,
.node-torrents .tags > div {
  margin-right: 15px;
  display: inline-block;
  color: #aaaaaa;
  line-height: 16px;
}

.tags a,
.tags a:link,
.tags a:visited,
.tags a:focus,
.tags a:hover,
.tags a:active {
  color: #fa565a;
}

.art-news-list .tags .field-created,
.art-news-block .tags .field-created,
.node-news .tags .field-created,
.node-article .tags .field-created,
.node-torrents .tags .field-created {
  padding-left: 23px;
  background: url(../images/tag-dt.png) left bottom no-repeat;
}

.art-news-list .tags .field-field-service,
.art-news-block .tags .field-field-service,
.node-news .tags .field-field-service,
.node-article .tags .field-field-service {
  padding-left: 19px;
  background: url(../images/tag-service.png) left bottom no-repeat;
}

.art-news-list .tags .field-field-service {
  margin: 0;
  float: left;
}

.art-news-list .tags .field-created {
  margin: 0;
  padding: 0;
  float: right;
  background: none;
}

.view-articles.view-display-id-block_2.art-news-list .tags .field-created {
  padding-left: 23px;
  float: none;
  background: url(https://www.bestvpnrating.com/sites/all/themes/custom/images/tag-dt.png) left bottom no-repeat;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper,
.view-id-articles.view-display-id-page_3 .views-row .item-wrapper {
  padding-bottom: 15px;
  height: auto;
  border-bottom: 4px solid #13638d;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper {
  height: 460px;
}

.view-id-articles.view-display-id-page_2 .field-created,
.view-id-articles.view-display-id-page_3 .field-created {
  margin-top: 10px;
  color: #aaaaaa;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper.next-page-item a {
  padding: 140px 0 170px;
  display: block;
  text-align: center;
  color: #13638d;
  font-size: 70px;
}

.view-id-articles.view-display-id-page_3 .views-row .item-wrapper.next-page-item a {
  padding: 150px 0 180px;
  display: block;
  text-align: center;
  color: #13638d;
  font-size: 50px;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper.next-page-item a span,
.view-id-articles.view-display-id-page_3 .views-row .item-wrapper.next-page-item a span {
  display: inline-block;
  line-height: 50px;
}

.view-id-articles.view-display-id-page_2 .views-row .item-wrapper.next-page-item a i,
.view-id-articles.view-display-id-page_3 .views-row .item-wrapper.next-page-item a i {
  margin-left: 15px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
}

.art-news-list .views-row .item-wrapper.next-page-item a,
.art-news-list .views-row .item-wrapper.next-page-item a:hover {
  text-decoration: none;
}

.art-news-list .field-body {
  margin-top: 10px;
  line-height: 20px;
}

.art-news-list .field-view-node {
  margin-top: 30px;
}

.art-news-list .field-view-node a {
  position: relative;
  display: block;
  width: 164px;
  height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  background-color: #0b6394;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.art-news-list .field-view-node a,
.art-news-list .field-view-node a:link,
.art-news-list .field-view-node a:visited,
.art-news-list .field-view-node a:focus,
.art-news-list .field-view-node a:hover,
.art-news-list .field-view-node a:active {
  text-decoration: none;
}

.art-news-list .field-view-node a:before,
.art-news-list .field-view-node a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background-color: #0b3951;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

.art-news-list .field-view-node a:after {
  right: 50%;
}

.art-news-list .field-view-node a:hover:before,
.art-news-list .field-view-node a:hover:after {
  width: 51%;
}

.art-news-list .field-view-node a:hover:before {
  left: 0;
}

.art-news-list .field-view-node a:hover:after {
  right: 0;
}

.art-news-list.view-id-articles.view-display-id-block_2 .field-title a {
  font-size: 20px;
}

/* Ratings */

#block-views-services-block-5 {
  margin: 30px 0 20px;
}

#block-views-services-block-5 .views-row {
  position: relative;
  padding-top: 40px;
  padding-bottom: 35px;
}

#block-views-services-block-5 .views-row:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 3px;
  background: #13638d;
}

#block-views-services-block-5 .field-field-images {
  position: relative;
}

#block-views-services-block-5 .field-field-images .badge-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: url(../images/rating-badge.png);
}

#block-views-services-block-5 .views-row:first-child .field-field-images .badge-line {
  background: url(../images/rating-badge-first.png);
}

#block-views-services-block-5 .field-field-images .badge-line-inner {
  width: 85px;
  height: 85px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 58px;
  text-transform: uppercase;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#block-views-services-block-5 .field-field-images a img {
  float: left;
  margin-right: 2%;
  width: 32%;
  height: auto;
}

#block-views-services-block-5 .field-field-images a:first-child img {
  margin: 0 0 20px;
  width: 100%;
}

#block-views-services-block-5 .field-field-images a:last-child img {
  margin: 0;
}

#block-views-services-block-5 .field-field-user-rating {
  float: right;
  color: #aaaaaa;
  font-size: 24px;
}

#block-views-services-block-5 .field-field-user-rating .field-label {
  color: #0b6394;
  font-size: 20px;
}

#block-views-services-block-5 .field-field-user-rating .field-content {
  color: #13638d;
}

#block-views-services-block-5 .field-title {
  margin-bottom: 40px;
  font-size: 38px;
}

#block-views-services-block-5 .field-title a,
#block-views-services-block-5 .field-title a:link,
#block-views-services-block-5 .field-title a:visited,
#block-views-services-block-5 .field-title a:focus,
#block-views-services-block-5 .field-title a:hover,
#block-views-services-block-5 .field-title a:active {
  color: #0b6394;
  text-decoration: none;
}

#block-views-services-block-5 .field-field-link .started {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #block-views-services-block-5 .field-field-user-rating {
    margin-bottom: 10px;
    float: none;
    line-height: 40px;
  }
}

/* Pagination */

.pagination {
  margin: 10px 0 10px;
  padding: 0 15px;
}

.pagination > li > a,
.pagination > li > a.progress-disabled,
.pagination > li > span {
  margin: 0 5px 0 0;
  padding: 0 13px;
  float: none;
  display: inline-block;
  color: #0b3951;
  text-align: center;
  font-size: 20px;
  line-height: 37px;
  border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #ffffff;
  background-color: #0b6394;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Service page */

.node-type-service h1.page-header {
  margin-bottom: 25px;
  text-transform: none;
}

#block-views-services-block-6 {
  padding: 0 20px 20px;
}

.node-type-service .block-views .views-field-field-logo {
  margin-top: 35px;
  text-align: center;
}

.node-type-service .block-views .views-field-field-logo img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.node-type-service .block-views .views-field-field-user-rating {
  margin: 20px auto 0;
  width: 50%;
}

.node-type-service .block-views .views-field-field-user-rating,
.node-type-service .block-views .views-field-field-voted-users {
  text-align: center;
}

.node-type-service .block-views .views-field-field-user-rating .rating {
  font-size: 20px;
  color: #bbbbbb;
}

.node-type-service .block-views .views-field-field-user-rating .rating-wrapper {
  /* background: url(../images/rating-line.png) left center repeat-x;*/
}

.node-type-service .block-views .views-field-field-user-rating .rating {
  padding: 0 5px;
  display: inline;
  background: #fafafa;
}

.node-type-service .block-views .views-field-field-user-rating .rating span {
  color: #13638d;
  font-weight: bold;
}

.node-type-service .block-views .views-field-field-voted-users .review-link {
  font-size: 14px;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link a {
  font-size: 16px;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link span {
  color: #0b3951;
  font-size: 16px;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link a {
  color: #0b6394;
  text-decoration: underline;
}

.node-type-service .block-views .views-field-field-voted-users .rate-link a:hover {
  text-decoration: none;
}

.node-type-service .block-views .views-field-field-compatible-text {
  display: block;
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 991px) {
  .node-type-service .block-views .views-field-field-user-rating {
    width: 100%;
  }
}

.node-service {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #bbbbbb;
}

.node-service .top-info {
  position: absolute;
  top: 10px;
  right: 15px;
}

.node-service .top-info > div {
  margin-left: 20px;
  display: inline-block;
}

/*.node-service .prices {
  position: relative;
  bottom: -5px;
}

.node-service .prices .value {
  color: #0b3951;
  font-size: 40px;
}

.node-service .prices .value .dollar {
  position: relative;
  top: -14px;
  left: 10px;
  font-size: 24px;
}

.node-service .prices .value .small {
  font-size: 16px;
}*/

.node-service > .content {
  min-height: 120px;
}

.node-service .tab-wrapper {
  position: relative;
  margin-top: 20px;
  padding: 20px 15px;
  min-height: 250px;
  border-top: 2px solid #bbbbbb;
}

.node-service .tags {
  margin-top: 20px;
}

.node-service .tags,
.node-service .tags a,
.all-tags,
.all-tags a {
  color: #999999;
  font-size: 14px;
}

.node-service .tags .field-label {
  font-weight: normal;
}

.all-tags a .fa {
  font-size: 12px;
}

.extra-info {
  padding-top: 20px;
  padding-bottom: 30px;
}

.extra-info .update-block {
  text-align: right;
}

.node-type-news .extra-info .update-block,
.node-type-article .extra-info .update-block {
  padding-top: 2px; 
  padding-left:0;
  padding-right:0;
}
.simple-page .col-sm-12 .tags {
   padding-left:0;  

}

.simple-page .art-news-block .col-sm-12 .tags {
  padding: 0;
}


.author-card {
  text-align: left;
  display: flex;
}
body .st-sticky-share-buttons, body #st-4, body #st-5,body #st-2{
  display: none;
}
body .st-sticky-share-buttons.show  , body #st-4.show, body #st-5.show , body #st-2.show{
  display: block;
}
.author-card .author-photo {
  float: left;
}

.author-card .author-photo img {
  width: auto;
  height: 40px;
}

.author-card .author-description {
  margin-left: 10px;
  float: left;
}

.author-card .author-description .author-name {
  display: block;
  color: #0b3951;
  text-decoration: none;
  line-height: 1;
}

.author-card .author-description .author-name:hover {
  text-decoration: underline;
}

.author-card .author-description .send-link {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

.node-service .service-link-alter {
  margin-top: 20px;
  padding: 10px 0;
  height: 70px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

.node-service .service-link-alter .service-logo {
  text-align: left;
}

.node-service .service-link-alter .service-logo img {
  max-width: 100%;
  max-height: 50px;
  width: auto !important;
  height: auto !important;
}

.node-service .service-link-alter .service-price {
  text-align: center;
}

.node-service .service-link-alter .prices-block-on-page .prices {
  top: 16px;
  line-height: 20px;
}

.node-service .service-link-alter .prices-block-on-page .prices .dollar {
  top: -10px;
  left: -10px;
}

.node-service .service-link-alter .service-link {
  text-align: right;
}

.node-service .service-link-alter .service-link a,
.node-type-rating .view-services .field-field-link a {
  margin: 5px 0;
  padding: 5px 25px;
}

@media (max-width: 991px) {
  .node-type-service h1.page-header {
    margin-bottom: 60px;
  }
  
  .node-service .top-info {
    top: 60px;
  }
}

@media (max-width: 767px) {
  .node-type-service h1.page-header {
    margin-bottom: 100px;
  }
  
  .node-service .top-info {
    left: 0;
  }
  
  .node-service .top-info > div {
    margin-bottom: 10px;
    display: block;
  }
}

.tab-wrapper .cat-items {
  position: absolute;
  left: -35%;
}

.tab-wrapper .cat-item {
  margin: 0 -30px 0 110px;
  padding: 20px 0 20px 20px;
  display: block;
  color: #aaaaaa;
  font-size: 20px;
}

.tab-wrapper .cat-item.active {
  color: #0b6394;
}

.tab-wrapper .cat-item,
.tab-wrapper .cat-item:focus,
.tab-wrapper .cat-item:hover,
.tab-wrapper .cat-item:active {
  text-decoration: underline;
}

.tab-contents .tab-item.active {
  display: block !important;
}

.tab-wrapper .art-news-list .views-row {
  padding-top: 0;
}

@media (max-width: 991px) {
  .tab-wrapper .cat-item {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .tab-wrapper .cat-items {
    display: none;
  }
}

#top7vpn.view-id-services.view-display-id-page_4 .view-header {
  text-align: left;
}

.view-id-services.view-display-id-block_2 .view-content {
  -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.11);
}

#top7vpn.view-id-services.view-display-id-page_4 {
  background: none;
}

@media (max-width: 991px) {
  #top7vpn.view-id-services.view-display-id-page_4 > .view-content,
  #top7vpn.view-id-services.view-display-id-page_4 > .text-left,
  #top7vpn.view-id-services.view-display-id-block_4 > .view-content {
    display: none;
  }
  
  .page-service #top7vpn.view-id-services.view-display-id-block_3 .view-header,
  .node-type-rating #top7vpn.view-id-services.view-display-id-block_3 .view-header {
    display: none;
  }
}

.stars .star,
.fivestar-static-item div.fivestar-widget-static .star,
.webform-component-fivestar div.fivestar-widget .star,
.webform-component-fivestar div.fivestar-widget .star a {
  margin-right: 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/star-gr.png?v=1.3);
}

.webform-component-fivestar div.fivestar-widget .star,
.webform-component-fivestar div.fivestar-widget .star a {
  display: block;
  float: left;
}

.stars .star .on,
.fivestar-static-item div.fivestar-widget-static .star .on,
.webform-component-fivestar div.fivestar-widget div.hover a,
.webform-component-fivestar div.fivestar-widget .star.on a {
  width: 100%;
  height: 100%;
  background: url(../images/star.png?v=1.3);
}

.fivestar-static-item div.fivestar-widget-static .star .off {
  display: none;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
}

.breadcrumb li,
.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #aaaaaa;
  font-size: 12px;
}

.breadcrumb > li + li:before {
  content: "\f178";
  font-family: FontAwesome;
  color: #aaaaaa;
  font-size: 12px;
}

.share-buttons {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 3px solid #13638d;
}

.extra-info .share-buttons {
  margin: 0;
  padding: 0;
  border: none;
}

/*.share-buttons a,
.share-buttons a:link,
.share-buttons a:visited,
.share-buttons a:focus,
.share-buttons a:hover,
.share-buttons a:active {
  margin-right: 20px;
  padding: 6px 6px 6px 36px;
  color: #0b3951;
  background-color: rgba(170, 170, 170, 0.2);;
  background-position: 6px center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.share-buttons .share-facebook {
  background-image: url(../images/facebook-icon.png);
}

.share-buttons .share-twitter {
  background-image: url(../images/twitter-icon.png);
}*/

.addthis_sharing_toolbox.sidefix {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -111px;
  width: 1%;
}

.addthis_sharing_toolbox.sidefix .at-share-tbx-element .at-share-btn:focus,
.addthis_sharing_toolbox.sidefix .at-share-tbx-element .at-share-btn:hover {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.view-comments .views-row,
.view-simple-comments .views-row {
  margin-top: 30px;
}

.view-comments .views-field-field-image,
.view-simple-comments .views-field-field-image {
  padding-right: 20px;
  float: left;
}

.view-comments .views-field-field-image .field-content,
.view-simple-comments .views-field-field-image .field-content {
  padding: 5px;
  border: 1px solid #0b3951;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.view-comments .views-field-field-image .field-content img,
.view-simple-comments .views-field-field-image .field-content img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.view-comments .views-field-title,
.view-simple-comments .views-field-title {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.view-comments .views-field-created,
.view-simple-comments .views-field-created {
  position: relative;
  top: 3px;
  font-size: 12px;
}

.view-comments .flag-like .flag-throbber,
.view-simple-comments .flag-like .flag-throbber {
  float: right;
}

.view-comments .flag-like a,
.view-simple-comments .flag-like a {
  float: right;
  font-size: 14px;
  text-decoration: none;
}

.view-comments .flag-like a.flag-action img,
.view-simple-comments .flag-like a.flag-action img {
  opacity: 0.4;
}

.view-comments .flag-like a.flag-action:hover img,
.view-simple-comments .flag-like a.flag-action:hover img {
  opacity: 1;
}

.view-comments .flag-like a img,
.view-simple-comments .flag-like a img {
  width: 16px;
  position: relative;
  top: -2px;
}

.view-comments .reply-link,
.view-simple-comments .reply-link {
  margin-top: 10px;
  display: block;
  float: right;
  font-size: 12px;
  color: #0b6394;
  line-height: normal;
  text-decoration: none;
}

.view-comments .reply-link:hover,
.view-simple-comments .reply-link:hover {
  text-decoration: underline;
}

.view-comments .views-field-body,
.view-simple-comments .views-field-body {
  padding-bottom: 20px;
  border-bottom: 1px dashed #aaaaaa;
  overflow: hidden;
}

.view-comments .views-field-field-rating {
  margin-top: 10px;
}

.view-comments .views-field-view,
.view-simple-comments .views-field-view {
  margin-left: 50px;
}

.view-comments .view-header,
.view-simple-comments .view-header {
  margin: 0 -20px;
  padding: 0 20px 30px;
  background: #efe4b0;
  border: 1px solid #ffd85d;
}

.view-comments .view-header .views-field-body,
.view-simple-comments .view-header .views-field-body {
  padding: 0;
  border: none;
}

#webform-client-form-222,
#webform-client-form-15130 {
  margin: 20px 0 50px;
}

#webform-client-form-222 .fivestar-form-item {
  margin-top: 20px;
}

@media (max-width: 991px) {
  #block-views-services-block-7 {
    display: none;
  }
}

.field-type-text-long h1,
.field-type-text-long h2,
.field-type-text-long h3,
.field-type-text-long h4,
.field-type-text-long h5,
.field-type-text-long h6 {
  margin-bottom: 10px;
  line-height: 1.2;
}

footer.footer .list-title {
  margin-bottom: 20px;
  padding-top: 20px;
  color: #f7f7f7;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.links-and-social {
  padding: 20px 0 25px;
  background: #0d4563;
}

.links-and-social .link-list-block {
  float: left;
  width: 250px;
}

.links-and-social .link-list-block ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}

.links-and-social .link-list-block ul li a {
  color: #f7f7f7;
  font-size: 15px;
}

footer.footer .social-links {
  margin-bottom: 30px;
}

footer.footer .social-links a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

footer.footer .social-links a img {
  width: 30px;
  height: 30px;
}

footer.footer .social-links a:hover {
  background: #ffffff;
}

footer.footer .social-links a:hover img {
  opacity: 0.7;
}

footer.footer .footer-social > a {
  margin-bottom: 20px;
  padding: 10px 10px 10px 45px;
  height: 25px;
  color: #ffffff;
  font-size: 14px;
  background: url(../images/pen.png) 10px center no-repeat;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

footer.footer .footer-social-padding {
  padding-top: 30px;
}

.hr-line-wrapper {
  background: #0d4563;
}

footer.footer .hr-line {
  height: 1px;
  background: rgba(125, 125, 125, 0.62);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe-form {
  /*margin-bottom: 20px;*/
}

.subscribe-form p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}

.subscribe-form .form-title-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
}

.subscribe-form .form-type-textfield,
.subscribe-form button {
  position: relative;
  float: left;
  width: 50%;
}

.subscribe-form .form-type-textfield input,
.subscribe-form button.form-submit {
  padding: 2px 5px;
  height: 30px;
  font-size: 12px;
  line-height: 28px;
}

.subscribe-form .form-type-textfield input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subscribe-form button.form-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.subscribe-form .form-type-textfield input.back-email {
  padding-left: 30px !important;
  background-position: 5px 7px !important;
}

.subscribe-form .form-type-textfield input.back-email.with-hover:focus ~ .focus-border:before,
.subscribe-form .form-type-textfield input.back-email.with-hover:focus ~ .focus-border:after {
  left: 0;
  right: 0;
}

.subscribe-form .form-type-textfield input.back-email.with-hover ~ .focus-border i:before,
.subscribe-form .form-type-textfield input.back-email.with-hover ~ .focus-border i:after {
  left: 0;
}

.subscribe-form .form-type-textfield input.back-email.with-hover ~ .focus-border i:after {
  right: 0;
}

.view-id-search .views-exposed-form #edit-s-wrapper,
.view-id-search_advanced .views-exposed-form #edit-s-wrapper {
  width: 78%;
}

.view-id-search .views-exposed-form .views-submit-button,
.view-id-search_advanced .views-exposed-form .views-submit-button {
  width: 22%;
}

.view-id-search .views-exposed-form .views-submit-button button,
.view-id-search_advanced .views-exposed-form .views-submit-button button {
  margin: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .subscribe-form .form-title-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .view-id-search .views-exposed-form #edit-s-wrapper,
  .view-id-search .views-exposed-form .views-submit-button,
  .view-id-search_advanced .views-exposed-form #edit-s-wrapper,
  .view-id-search_advanced .views-exposed-form .views-submit-button {
    width: 100%;
  }
  
  .subscribe-form .form-title-text {
    font-size: 20px;
  }
}

.not-front .page-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.not-front .main-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.not-front .main-container > .container {
  max-width: 100%;
  flex: 1;
}

/*.not-front .page-wrapper {
  position: relative;
  padding-top: 110px;
  height: 100%;
}

.not-front .header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.not-front .main-container {
  position: relative;
  padding-bottom: 129px;
  min-height: 100%;
}

.not-front .main-container>.container {
  min-height: 100%;
}

.not-front footer.footer {
  position: relative;
  top: -129px;
}

@media (max-width: 991px) {
  .not-front .page-wrapper {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .not-front .page-wrapper {
    padding-top: 100px;
  }

  .not-front .main-container {
    padding-bottom: 223px;
  }

  .not-front footer.footer {
    top: -223px;
  }
}*/

/* Home 3 */

#home3.panel-display {
  position: relative;
  background: #f1f3f5;
}

#home3.panel-display .pane-title {
  margin-bottom: 30px;
  font-family: Roboto, serif;
  font-size: 45px;
  font-weight: 400;
  color: #0b3951;
}

.pane-custom-blocks-custom-blocks-header-map {
  position: absolute;
  top: -70px;
  width: 100%;
  height: 680px;
  background: url(../images/header-map-bottom.png) bottom center no-repeat,
  url(../images/header-map-left.png) top left no-repeat,
  url(../images/header-map-right.png) top right no-repeat,
  url(../images/header-map-min.png) top center no-repeat;
}

#map-block.pane-custom-blocks-custom-blocks-map {
  position: absolute;
  /*top: -30px;*/
  width: 100%;
}

#home3.panel-display #top7vpn {
  position: relative;
  padding-top: 60px;
  background: none;
}

#home3.panel-display #top7vpn .pane-title {
  margin-bottom: 35px;
  color: #ffffff;
}

#home3 #top7vpn .view-header {
  margin-bottom: 30px;
  color: #ffffff;
}

#home_new #top7vpn .view-header {
  display: none;
}

#filter-links.view-filters {
  text-align: center;
}

#filter-links.view-filters div.drop-down-group {
  position: relative;
  margin: 0 16px;
  display: inline-block;
  width: 232px;
}

#filter-links.view-filters .drop-down-group a.drop-down {
  display: block;
  padding: 8px 20px;
  width: 232px;
  text-align: left;
  font-size: 16px;
  color: #0b3951;
  background: #ffffff;
  border: 1px solid #062130;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}

#filter-links.view-filters .drop-down-group a.drop-down,
#filter-links.view-filters .drop-down-group a.drop-down:link,
#filter-links.view-filters .drop-down-group a.drop-down:visited,
#filter-links.view-filters .drop-down-group a.drop-down:focus,
#filter-links.view-filters .drop-down-group a.drop-down:hover,
#filter-links.view-filters .drop-down-group a.drop-down:active {
  text-decoration: none;
}

#filter-links.view-filters .drop-down-group a.drop-down:after {
  content: '';
  position: absolute;
  top: 0;
  right: 18px;
  display: block;
  width: 13px;
  height: 100%;
  background: url(../images/drop-icon-down.png) left center no-repeat;
}

#filter-links.view-filters .drop-down-group.dropped a.drop-down:after {
  background-image: url(../images/drop-icon-up.png);
}

#filter-links.view-filters .drop-down-group .drop-down-block {
  display: none;
  position: absolute;
  top: 38px;
  left: 18px;
  width: 464px;
  background: #ffffff;
}

#filter-links.view-filters .drop-down-group:last-child .drop-down-block {
  left: auto;
  right: 18px;
}

#filter-links.view-filters .drop-down-group.dropped .drop-down-block {
  display: block;
  z-index: 1000;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
}

#filter-links.view-filters .drop-down-group ul.drop-down-links {
  margin: 0;
  padding: 20px 20px 0;
  list-style: none;
}

#filter-links.view-filters .drop-down-group ul.drop-down-links li {
  float: left;
  padding: 2px 10px 22px;
  width: 50%;
  text-align: left;
}

#filter-links.view-filters .drop-down-group ul.drop-down-links li a {
  font-size: 14px;
  text-decoration: underline;
}

#filter-links.view-filters .drop-down-group ul.drop-down-links li a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  #filter-links.view-filters div.drop-down-group {
    margin: 10px auto;
    display: block;
  }
  
  #filter-links.view-filters .drop-down-group .drop-down-block {
    left: -116px !important;
    right: auto !important;
  }
}

#home3.panel-display #top7vpn table,
#home_new.panel-display #top7vpn table {
  margin-top: 70px;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#home_new.panel-display #top7vpn table {
  margin-top: 0;
}

#home3 #top7vpn table thead,
#home_new #top7vpn table thead {
  display: none;
}

#home3 #top7vpn table td,
#home_new #top7vpn table td {
  position: relative;
  padding: 12px 20px !important;
}

#home3 #top7vpn table tr:hover td,
#home_new #top7vpn table tr:hover td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#home3 #top7vpn table td.views-field-counter,
#home_new #top7vpn table td.views-field-counter {
  width: 10%;
}

#home3 #top7vpn table td.views-field-field-logo,
#home_new #top7vpn table td.views-field-field-logo {
  width: 15%;
}

.page-service #home3 #top7vpn table td.views-field-field-logo {
  padding-left: 10% !important;
  width: 25%;
}

.page-service #home3 h2 {
  padding-left: 0;
}

#home3 #top7vpn table td.views-field-body,
#home_new #top7vpn table td.views-field-body {
  width: 33%;
  font-size: 16px;
}

#home3 #top7vpn table td.views-field-field-prices,
#home_new #top7vpn table td.views-field-field-prices {
  width: 12%;
}

#home3 #top7vpn table td.views-field-field-discount,
#home_new #top7vpn table td.views-field-field-discount {
  padding-right: 40px !important;
  width: 30%;
}

#home3 #top7vpn table td.views-field-field-logo img,
#home_new #top7vpn table td.views-field-field-logo a img {
  width: 100%;
  margin:0 auto;
  margin-bottom: 20px;
}



#home3 #top7vpn table td.views-field-body .fa,
#home_new #top7vpn table td.views-field-body .fa {
  top: -2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 16px;
  background: #0b6394;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.simple-page .field-item  table p{
    padding-left:0!important;
    padding-right:0!important;
}
#home3 #top7vpn table .views-field-field-discount .started a,
#home_new #top7vpn table .views-field-field-discount .started a {
  padding: 3px 0;
  display: inline-block;
  width: 60%;
  background-color: #65c133;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#home3 #top7vpn table .review-link,
#home_new #top7vpn table .review-link {
  margin-top: 10px;
}

#home3 #top7vpn table .review-link a,
#home_new #top7vpn table .review-link a {
  position: relative;
  padding: 3px 0;
  display: inline-block;
  width: 60%;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #0b6394;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

#home3 #top7vpn table .review-link a:hover,
#home_new #top7vpn table .review-link a:hover {
  color: #e8e8e8;
  /*  background: #4d9d0e;*/
}

#home3 #top7vpn table .review-link a:before,
#home3 #top7vpn table .review-link a:after,
#home_new #top7vpn table .review-link a:before,
#home_new #top7vpn table .review-link a:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #0b6394;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

#home3 #top7vpn table .review-link a:after,
#home_new #top7vpn table .review-link a:after {
  right: 50%;
}

#home3 #top7vpn table .review-link a:hover:before,
#home3 #top7vpn table .review-link a:hover:after,
#home_new #top7vpn table .review-link a:hover:before,
#home_new #top7vpn table .review-link a:hover:after {
  width: 51%;
}

#home3 #top7vpn table .review-link a:hover:before,
#home_new #top7vpn table .review-link a:hover:before {
  left: 0;
}

#home3 #top7vpn table .review-link a:hover:after,
#home_new #top7vpn table .review-link a:hover:after {
  right: 0;
}

#home3 #top7vpn table .flag-wrapper {
  position: static;
  display: block;
  height: 0;
  display: none !important;
}

#home3 #top7vpn table .flag-favorites a {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 15px;
  color: transparent;
  background: url(../images/flag-off.png) no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#home3 #top7vpn table .flag-favorites a.unflag-action {
  background: url(../images/flag-on.png) no-repeat;
}

#home3 #top7vpn table .flag-favorites a:hover {
  top: 5px;
}

#home3 #access-block .pane-title {
  color: #ffffff;
}

@media (max-width: 991px) {
  #top7vpn .view-header {
    display: none;
  }
}

@media (max-width: 767px) {
  #home3 #top7vpn table td.views-field-counter,
  #home3 #top7vpn table td.views-body,
  #home3 #top7vpn table td.views-field-discount,
  #home_new #top7vpn table td.views-field-counter,
  #home_new #top7vpn table td.views-body,
  #home_new #top7vpn table td.views-field-discount {
    display: none;
  }
  
  #home3 #top7vpn table td.views-field-field-logo,
  #home3 #top7vpn table td.views-field-field-prices,
  #home_new #top7vpn table td.views-field-field-logo,
  #home_new #top7vpn table td.views-field-field-prices {
    display: block;
    width: 100%;
  }
}

.node .content h2,
.field-type-text-with-summary .field-item h2 {
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 23px;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

form input.form-text.with-hover,
form textarea.form-control.with-hover {
  transition: 0.4s;
}

form input.form-text.with-hover:focus,
form textarea.form-control.with-hover:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form input.form-text.with-hover ~ .focus-border:before,
form input.form-text.with-hover ~ .focus-border:after,
form textarea.form-control.with-hover ~ .focus-border:before,
form textarea.form-control.with-hover ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0b6394;
  transition: 0.4s;
}

form input.form-text.with-hover ~ .focus-border:after,
form textarea.form-control.with-hover ~ .focus-border:after {
  top: auto;
  bottom: 0;
}

form input.form-text.with-hover:focus ~ .focus-border:before,
form input.form-text.with-hover:focus ~ .focus-border:after,
form textarea.form-control.with-hover:focus ~ .focus-border:before,
form textarea.form-control.with-hover:focus ~ .focus-border:after {
  left: 15px;
  right: 15px;
  width: auto;
  transition: 0.4s;
}

form input.form-text.with-hover ~ .focus-border i:before,
form input.form-text.with-hover ~ .focus-border i:after,
form textarea.form-control.with-hover ~ .focus-border i:before,
form textarea.form-control.with-hover ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 2px;
  height: 0;
  background-color: #0b6394;
  transition: 0.6s;
}

form input.form-text.with-hover ~ .focus-border i:after,
form textarea.form-control.with-hover ~ .focus-border i:after {
  left: auto;
  right: 15px;
}

form input.form-text.with-hover:focus ~ .focus-border i:before,
form input.form-text.with-hover:focus ~ .focus-border i:after,
form textarea.form-control.with-hover:focus ~ .focus-border i:before,
form textarea.form-control.with-hover:focus ~ .focus-border i:after {
  top: 0;
  height: 100%;
  transition: 0.6s;
}

#webform-client-form-126 .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Service page */
.main-container.page-node-service > .container {
  margin-top: 17px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-container.page-node-service section {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.main-container.page-node-service section section {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.main-container.page-node-service .img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 287px;
}

.main-container.page-node-service .service-head {
  position: relative;
  height: 287px;
  color: #ffffff;
  z-index: 1;
}

.main-container.page-node-service .service-head h1.page-header {
  margin: 0;
  padding: 20px 0 10px;
  text-align: center;
  color: #ffffff;
  font-size: 45px;
}

.main-container.page-node-service .service-head .short {
  margin: 0 auto;
  width: 600px;
  text-align: center;
  line-height: 22px;
}

.main-container.page-node-service .service-head .prices-block-on-page {
  padding-top: 20px;
  text-align: center;
}

.main-container.page-node-service .service-head-ratings {
  padding: 10px 0;
  position: absolute;
  top: 221px;
  left: 0;
  width: 100%;
  height: 66px;
  text-align: center;
  color: #ffffff;
}

.main-container.page-node-service .service-head-ratings-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  background-color: black;
}

.main-container.page-node-service .service-head-ratings .rating-radial-wrapper {
  position: relative;
  margin: 0 15px;
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
}

.main-container.page-node-service .rating-radial-wrapper .rating-radial,
.main-container.page-node-service .rating-radial-wrapper .rating-radial-description {
  float: left;
}

.main-container.page-node-service .rating-radial-wrapper .rating-radial .percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 46px;
}

.main-container.page-node-service .rating-radial-wrapper .rating-radial-description {
  margin-left: 15px;
  line-height: 46px;
}

.prices-block-on-page .prices {
  margin-right: 20px;
  position: relative;
  top: -10px;
  display: inline-block;
  font-size: 40px;
  line-height: normal;
}

.prices-block-on-page .prices .dollar,
.prices-block-on-page .prices .small {
  font-size: 16px;
}

.prices-block-on-page .prices .dollar {
  position: absolute;
  top: 5px;
  left: -10px;
}

.main-container.page-node-service .service-head .field-field-link {
  display: inline-block;
}

.main-container.page-node-service .service-head .field-field-link .started a {
  padding: 7px 25px;
  display: block;
}

.main-container.page-node-service .node-service {
  margin: 10px 0;
  border: none;
}

.main-container.page-node-service .node-service h2 {
  color: #13638d;
}

.main-container.page-node-service .node-service h2.tab-title {
  margin-bottom: 30px;
}

.main-container.page-node-service aside section + section {
  margin-top: 14px;
}

.main-container.page-node-service aside .view-services .views-field-field-logo {
  position: relative;
  padding-bottom: 20px;
}

.main-container.page-node-service aside .view-services.view-display-id-block_6 .views-field-field-logo:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #bbbbbb;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating {
  margin-bottom: 21px;
  width: auto;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .review-title {
  color: #13638d;
  font-size: 20px;
  font-weight: bold;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .stars {
  margin: 5px 0;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .rating-wrapper {
  margin: 0 25%;
}

.main-container.page-node-service aside .view-services .views-field-field-user-rating .rating-pie {
  margin-top: 17px;
}

.main-container.page-node-service aside .view-services .views-field-field-voted-users {
  margin-top: 5px;
}

.main-container.page-node-service aside .view-services .views-field-field-compatible-text {
  position: relative;
  padding-bottom: 25px;
}

.main-container.page-node-service aside .view-services .views-field-field-compatible-text:after,
.main-container.page-node-service aside .review-wrapper:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #bbbbbb;
}

.main-container.page-node-service aside .ratings {
  margin: 0 10px;
  padding-top: 25px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-container.page-node-service aside .ratings {
    margin: 0;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .main-container.page-node-service .service-head .short {
    width: auto;
  }
  
  .main-container.page-node-service .service-head-ratings {
    display: none;
  }
}

.main-container.page-node-service aside .ratings .rating-item {
  position: relative;
}

.main-container.page-node-service aside .ratings .rating-item + .rating-item {
  margin-top: 20px;
}

.main-container.page-node-service aside .ratings .rating-item .rating-value {
  position: absolute;
  top: 0;
  right: 0;
  color: #096293;
}

.ui-slider {
  margin-top: 10px;
  height: 5px;
  background: #e0e0e0;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity: 1;
}

.ui-slider .ui-slider-range {
  background: #096293;
}

.ui-slider .ui-slider-handle {
  top: -6px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #096293;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.main-container.page-node-service aside .review-wrapper {
  position: relative;
  margin-top: 30px;
  padding-bottom: 25px;
}

.main-container.page-node-service aside .review-wrapper img {
  margin: 0 auto;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.main-container.page-node-service aside .review-wrapper .review-content {
  margin-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #0b3951;
  line-height: 18px;
}

.main-container.page-node-service aside .review-wrapper .review-title {
  font-family: RobotoSlab, serif;
  text-align: center;
  font-size: 14px;
  color: #0b6394;
  line-height: 28px;
}

.main-container.page-node-service aside .tab-select {
  padding-top: 35px;
}

.main-container.page-node-service aside .tab-select .link-wrapper {
  position: relative;
  margin-bottom: 14px;
  padding: 14px 0;
  text-align: center;
  background-color: #f7f7f7;
  border: 2px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}

.main-container.page-node-service aside .tab-select .link-wrapper {
  background-color: #ffffff;
  border-color: #0b6394;
}

.main-container.page-node-service aside .tab-select .link-wrapper:hover a {
  color: #ffffff !important;
}

.main-container.page-node-service aside .tab-select .link-wrapper:hover a .icon {
  background-position-y: -50px !important;
}

.main-container.page-node-service aside .tab-select .link-wrapper:before,
.main-container.page-node-service aside .tab-select .link-wrapper:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #0b6394;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}

.main-container.page-node-service aside .tab-select .link-wrapper:after {
  right: 50%;
}

.main-container.page-node-service aside .tab-select .link-wrapper:hover:before,
.main-container.page-node-service aside .tab-select .link-wrapper:hover:after {
  width: 51%;
}

.main-container.page-node-service aside .tab-select .link-wrapper:hover:before {
  left: 0;
}

.main-container.page-node-service aside .tab-select .link-wrapper:hover:after {
  right: 0;
}

/*-----------------------------
#home3 #top7vpn table .review-link a {
  position: relative;
  padding: 3px 0;
  display: inline-block;
  width: 60%;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #0b6394;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  overflow: hidden;
}
/*-----------------------------*/

.main-container.page-node-service aside .tab-select a {
  position: relative;
  display: inline-block;
  color: #aaaaaa;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.main-container.page-node-service aside .tab-select a:hover {
  text-decoration: none;
}

.main-container.page-node-service aside .tab-select .link-wrapper.active a {
  color: #0b6394;
  text-decoration: none;
}

.main-container.page-node-service aside .tab-select a .icon {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
}

.main-container.page-node-service aside .tab-select .link-wrapper.active a .icon {
  background-position-y: 0;
}

.main-container.page-node-service aside .tab-select a.item-description {
  padding-left: 45px;
}

.main-container.page-node-service aside .tab-select a.item-description .icon {
  width: 25px;
  background: url(../images/tab-icons.png?TeMp) 0 -25px no-repeat;
}

.main-container.page-node-service aside .tab-select a.item-comments {
  padding-left: 50px;
}

.main-container.page-node-service aside .tab-select a.item-comments .icon {
  width: 30px;
  background: url(../images/tab-icons.png?TeMp) -25px -25px no-repeat;
}

.main-container.page-node-service aside .tab-select a.item-news {
  padding-left: 46px;
}

.main-container.page-node-service aside .tab-select a.item-news .icon {
  width: 26px;
  background: url(../images/tab-icons.png?TeMp) -55px -25px no-repeat;
}

.main-container.page-node-service aside .aside-site-link {
  margin: 20px 0 0;
  text-align: center;
}

.main-container.page-node-service aside .aside-site-link a {
  width: 100%;
}

/*.main-container.page-node-service aside .aside-site-link a {
  color: #096293;
  text-decoration: underline;
}

.main-container.page-node-service aside .aside-site-link a:hover {
  text-decoration: none;
}*/

#block-views-services-block-11 {
  position: relative;
  padding: 50px 15px 35px;
}

#block-views-services-block-11:before {
  content: ' ';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: block;
  background: #f7f7f7;
  border: 1px solid #dddddd;
}

#block-views-services-block-11 h2 {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  color: #03638d;
  font-size: 23px;
  z-index: 1;
}

#block-views-services-block-11 .views-field-field-logo {
  position: relative;
  margin: 0 auto;
  padding: 30px 0;
  width: 160px;
  border: none;
}

#block-views-services-block-11 .views-field-field-logo:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #bbbbbb;
}

.view-services .views-exposed-form {
  margin-top: 20px;
}

.view-services .views-exposed-form .views-exposed-widget {
  width: 100%;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget,
.view-services .views-exposed-form .views-exposed-widget .views-widget > div {
  position: relative;
  margin-left: 12px;
  display: inline-block;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget > div:before {
  content: '$';
  position: absolute;
  left: -12px;
  top: 2px;
  font-size: 20px;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget .form-item-price-max {
  margin-left: 21px;
}

.view-services .views-exposed-form .views-exposed-widget .views-widget .form-item-price-max:before {
  content: '- $';
  left: -21px;
}

.view-services .views-exposed-form .views-exposed-widget label {
}

.view-services .views-exposed-form .views-exposed-widget input {
  position: relative;
  padding: 0;
  width: 35px;
  text-align: left;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.view-services .views-exposed-form .views-exposed-widget .focus-border {
  display: none;
}

.view-services .views-exposed-form .views-exposed-widget .form-item-price-min label,
.view-services .views-exposed-form .views-exposed-widget .form-item-price-max label {
  display: none;
}

.view-services .views-exposed-form .views-exposed-widget .ui-slider {
  margin: 10px auto 0;
  width: 500px;
}

@media (max-width: 520px) {
  .view-services .views-exposed-form .views-exposed-widget .ui-slider {
    width: 300px;
  }
}

/* New blue table */
.sh-rating .view-id-services.view-display-id-block_8#top7vpn,
.view-id-services.view-display-id-block_13#top7vpn,
.view-id-services.view-display-id-block_18#top7vpn {
  margin: 20px -15px 0;
  padding: 20px 0;
  background-color: #172d41;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table,
.view-id-services.view-display-id-block_13#top7vpn table,
.view-id-services.view-display-id-block_18#top7vpn table {
  margin-top: 0;
  margin-bottom: 0;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table tr,
.view-id-services.view-display-id-block_13#top7vpn table tr,
.view-id-services.view-display-id-block_18#top7vpn table tr {
  background-color: #1f3b55;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table tr:hover,
.view-id-services.view-display-id-block_13#top7vpn table tr:hover,
.view-id-services.view-display-id-block_18#top7vpn table tr:hover {
  background-color: #345878;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td,
.view-id-services.view-display-id-block_13#top7vpn table td,
.view-id-services.view-display-id-block_18#top7vpn table td {
  border: none;
  border-bottom: 2px solid #172d41;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table tr:first-child td,
.view-id-services.view-display-id-block_13#top7vpn table tr:first-child td,
.view-id-services.view-display-id-block_18#top7vpn table tr:first-child td {
  border-top: 2px solid #172d41;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table tr:hover td,
#home3 .view-id-services.view-display-id-block_13#top7vpn table tr:hover td,
#home3 .view-id-services.view-display-id-block_18#top7vpn table tr:hover td {
  border-width: 2px;
  border-color: #172d41;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-counter,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-counter,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-counter {
  width: 6.5%;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-logo,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-logo,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-logo {
  width: 18.7%;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-user-rating,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-user-rating,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-user-rating {
  width: 14.5%;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-body,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-body,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-body,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-description-for-free {
  width: 22.6%;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-prices,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-prices,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-prices {
  width: 13.5%;
}

#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-description-for-free {
  width: 13.5%;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-discount,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-discount,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-discount {
  width: 24.2%;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .views-field-counter .service-number,
.view-id-services.view-display-id-block_13#top7vpn table .views-field-counter .service-number,
.view-id-services.view-display-id-block_18#top7vpn table .views-field-counter .service-number {
  color: white;
  font-weight: 700;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-logo a,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-logo a,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-logo a {
  padding: 10px;
  display: block;
  max-width: 160px;
  width: 100%;
  height: 55px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-logo img,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-logo img,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-logo img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-body,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-body,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-body,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-description-for-free {
  color: #ffffff;
  font-size: 12px;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-body .fa,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-body .fa,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-body .fa {
  top: -1px;
  background: none;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .review-link-simple a,
#home3 .view-id-services.view-display-id-block_13#top7vpn table .review-link-simple a,
#home3 .view-id-services.view-display-id-block_18#top7vpn table .review-link-simple a {
  color: #5bb4e6;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: underline;
  text-transform: uppercase;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .review-link-simple a:hover,
#home3 .view-id-services.view-display-id-block_13#top7vpn table .review-link-simple a:hover,
#home3 .view-id-services.view-display-id-block_18#top7vpn table .review-link-simple a:hover {
  text-decoration: none;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .views-field-field-prices .prices,
.view-id-services.view-display-id-block_13#top7vpn table .views-field-field-prices .prices,
.view-id-services.view-display-id-block_18#top7vpn table .views-field-field-prices .prices {
  color: #ffffff;
  font-size: 16px;
}

.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .views-field-field-prices .prices .value,
.view-id-services.view-display-id-block_13#top7vpn table .views-field-field-prices .prices .value,
.view-id-services.view-display-id-block_18#top7vpn table .views-field-field-prices .prices .value {
  font-size: 30px;
  line-height: 30px;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table td.views-field-field-discount,
#home3 .view-id-services.view-display-id-block_13#top7vpn table td.views-field-field-discount,
#home3 .view-id-services.view-display-id-block_18#top7vpn table td.views-field-field-discount {
  padding-right: 60px !important;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .views-field-field-discount .started a,
#home3 .view-id-services.view-display-id-block_13#top7vpn table .views-field-field-discount .started a,
#home3 .view-id-services.view-display-id-block_18#top7vpn table .views-field-field-discount .started a {
  margin: 0 auto;
  display: block;
  width: 80%;
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .flag-favorites a,
#home3 .view-id-services.view-display-id-block_13#top7vpn table .flag-favorites a,
#home3 .view-id-services.view-display-id-block_18#top7vpn table .flag-favorites a {
  top: 50%;
  right: 40px;
  margin-top: -7px;
  width: 18px;
  height: 15px;
  background: url(../images/flag-new-off.png);
}

#home3.sh-rating .view-id-services.view-display-id-block_8#top7vpn table .flag-favorites a.unflag-action,
#home3 .view-id-services.view-display-id-block_13#top7vpn table .flag-favorites a.unflag-action,
#home3 .view-id-services.view-display-id-block_18#top7vpn table .flag-favorites a.unflag-action {
  background: url(../images/flag-new-on.png);
}

#home3.sh-rating #top7vpn.view-display-id-block_8 table .views-field-field-user-rating .rating-wrapper,
#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating-wrapper,
#home3 #top7vpn.view-display-id-block_18 table .views-field-field-user-rating .rating-wrapper {
  /* background-image: url(../images/rating-line-white.png);*/
}

#home3.sh-rating #top7vpn.view-display-id-block_8 table .views-field-field-user-rating .rating-wrapper:before,
#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating-wrapper:before,
#home3 #top7vpn.view-display-id-block_18 table .views-field-field-user-rating .rating-wrapper:before {
  /* background-image: url(../images/rating-line-white.png);*/
  
}

#home3.sh-rating #top7vpn.view-display-id-block_8 table .views-field-field-user-rating .rating,
#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating,
#home3 #top7vpn.view-display-id-block_18 table .views-field-field-user-rating .rating {
  /*background: #1f3b55;*/
  background: transparent;
}

#home3.sh-rating #top7vpn.view-display-id-block_8 table tr:hover .views-field-field-user-rating .rating,
#home3 #top7vpn.view-display-id-block_13 table tr:hover .views-field-field-user-rating .rating,
#home3 #top7vpn.view-display-id-block_18 table tr:hover .views-field-field-user-rating .rating {
  /* background: #345878;*/
  background: transparent;
  
}

#home3.sh-rating #top7vpn.view-display-id-block_8 table .views-field-field-user-rating .rating span,
#home3 #top7vpn.view-display-id-block_13 table .views-field-field-user-rating .rating span,
#home3 #top7vpn.view-display-id-block_18 table .views-field-field-user-rating .rating span {
  color: #ffffff;
}

#home3.sh-rating #top7vpn.view-display-id-block_8 table .review-link a,
#home3 #top7vpn.view-display-id-block_13 table .review-link a,
#home3 #top7vpn.view-display-id-block_18 table .review-link a {
  width: 100%;
}

.view-search-advanced .form-type-textfield {
  position: relative;
}

.view-search-advanced .form-type-textfield input.form-text.with-hover:focus ~ .focus-border:before,
.view-search-advanced .form-type-textfield input.form-text.with-hover:focus ~ .focus-border:after {
  left: 0;
  right: 0;
}

.view-search-advanced .form-type-textfield input.form-text.with-hover ~ .focus-border i:before {
  left: 0;
}

.view-search-advanced .form-type-textfield input.form-text.with-hover ~ .focus-border i:after {
  right: 0;
}

.rating-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(2, 21, 31, 0.9);
  z-index: 1000;
}

.rating-overlay .overlay-content {
  position: relative;
  margin: 80px auto 0;
  width: 1000px;
}

.rating-overlay .overlay-close {
  position: absolute;
  top: 0;
  right: -34px;
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/overlay-close.png);
  cursor: pointer;
}

.rating-overlay .overlay-logo {
  margin: 0 auto 80px;
  display: block;
  width: 270px;
}

.rating-overlay .overlay-content .inner-content img {
  margin: 0 auto;
  display: block;
  width: 128px;
}

.rating-overlay .overlay-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rating-overlay .overlay-content li {
  float: left;
  display: block;
  width: 200px;
  height: 50px;
}

.rating-overlay .overlay-content a {
  position: relative;
  padding-left: 30px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-size: 25px 15px;
  background-position: left top;
}

.rating-overlay .overlay-content li a:before {
  top: -4px;
}

@media (max-width: 767px) {
  .table-responsive {
    border: none;
  }
  
  .field-type-text-long .field-item table,
  .field-type-text-with-summary .field-item table {
    float: none !important;
    width: 100% !important;
  }
  
  .field-type-text-long .field-item table td,
  .field-type-text-with-summary .field-item table td {
    margin-bottom: 20px;
    display: block !important;
    width: 100% !important;
  }
  
  #rating-mini table td {
    margin: 0;
    display: table-cell !important;
    width: auto !important;
  }
}

/* Radial rating */

.rating-radial {
  position: relative;
  width: 46px;
  height: 46px;
}

.rating-radial > .slice {
  position: absolute;
  width: 46px;
  height: 46px;
  clip: rect(0px, 46px, 46px, 23px);
}

.rating-radial > .slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}

.rating-radial > .slice > .pie {
  border: 3px solid #5dca06;
  position: absolute;
  width: 46px;
  height: 46px;
  clip: rect(0px, 23px, 46px, 0px);
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}

.rating-radial > .slice > .pie.fill {
  -moz-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.art-news-block.view-display-id-block_1 .views-row img {
  display: none;
}

.art-news-block.view-display-id-block_1 .views-row-first img {
  display: block;
}

.view-news.view-display-id-block_1 .tags .field-field-service {
  display: none;
}

#block-views-news-block-1 .block-title,
#block-views-articles-block-1 .block-title {
  margin-bottom: 20px;
}

.art-news-list-head {
  margin-bottom: 30px;
}

.art-news-list-head .views-row {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  height: 260px;
  overflow: hidden;
  border: 2px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.art-news-list-head .views-row:nth-child(1),
.art-news-list-head .views-row:nth-child(4),
.art-news-list-head .views-row:nth-child(5) {
  width: 50%;
}

.art-news-list-head .views-row .head-item-wrapper,
.art-news-list-head .views-row .head-item-wrapper .field-content {
  height: 100%;
}

.art-news-list-head .views-row .head-item-wrapper > .field-content > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #0b6394 0%, transparent 63%, transparent 100%);
}

.art-news-list-head .views-row .head-item-wrapper img {
  position: absolute;
  left: 50%;
  display: block;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.art-news-list-head .views-row:nth-child(1) .head-item-wrapper img,
.art-news-list-head .views-row:nth-child(4) .head-item-wrapper img,
.art-news-list-head .views-row:nth-child(5) .head-item-wrapper img {
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.art-news-list-head .views-row .head-item-wrapper:hover > .field-content a img {
  opacity: 0.8;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title-wrapper {
  position: relative;
  z-index: 1;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title a {
  color: #ffffff;
  text-decoration: none;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title .field-field-service {
  padding-left: 19px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/tag-service.png) left center no-repeat;
}

.art-news-list-head .views-row .head-item-wrapper .head-item-title .field-field-service a {
  color: #fa565a;
  text-decoration: none;
}

@media (max-width: 991px) {
  .art-news-list-head .views-row {
    width: 50%;
  }
  
  .art-news-list-head .views-row:nth-child(1),
  .art-news-list-head .views-row:nth-child(4),
  .art-news-list-head .views-row:nth-child(5) {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .art-news-list-head .views-row {
    width: 100%;
  }
  
  .art-news-list-head .views-row .head-item-wrapper img {
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* SH-Rating */
#home3.sh-rating {
  padding: 0;
}

/*#home3.sh-rating #top7vpn {*/
  /*padding: 20px 0;*/
  /*background-color: #172d41;*/
/*}*/

#home3.sh-rating #top7vpn .view-header {
  display: none;
}

/*#home3.sh-rating #top7vpn table {*/
  /*margin-top: 0;*/
  /*margin-bottom: 0;*/
/*}*/

/*#home3.sh-rating #top7vpn table tr {*/
  /*background-color: #1f3b55;*/
/*}*/

/*#home3.sh-rating #top7vpn table tr:hover {*/
  /*background-color: #345878;*/
/*}*/

/*#home3.sh-rating #top7vpn table td {*/
  /*padding: 10px !important;*/
  /*border: none;*/
  /*border-bottom: 2px solid #172d41;*/
/*}*/

/*#home3.sh-rating #top7vpn table tr:first-child td {*/
  /*border-top: 2px solid #172d41;*/
/*}*/

/*#home3.sh-rating #top7vpn table tr:hover td {*/
  /*border-width: 2px;*/
  /*border-color: #172d41;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-counter {*/
  /*width: 4%;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-counter .service-number {*/
  /*width: 100%;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-logo {*/
  /*width: 21%;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-logo img {*/
  /*margin-bottom: 5px;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-user-rating {*/
  /*width: 19%;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-body {*/
  /*width: 25%;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-prices {*/
  /*width: 14%;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-discount {*/
  /*width: 17%;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-field-discount .started a,*/
/*#home3.sh-rating #top7vpn table .review-link a {*/
  /*width: 100%;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-discount {*/
  /*padding-right: 30px !important;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-counter .service-number {*/
  /*color: white;*/
  /*font-weight: 700;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-logo a {*/
  /*padding: 10px;*/
  /*display: block;*/
  /*max-width: 160px;*/
  /*width: 100%;*/
  /*height: 55px;*/
  /*background: #ffffff;*/
  /*-webkit-border-radius: 2px;*/
  /*-moz-border-radius: 2px;*/
  /*border-radius: 2px;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-field-logo img {*/
  /*margin: auto;*/
  /*max-width: 100%;*/
  /*max-height: 100%;*/
  /*width: auto;*/
  /*height: auto;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-field-user-rating .rating-wrapper {*/
  /*background-image: url(https://www.bestvpnrating.com/sites/all/themes/custom/images/rating-line-white.png);*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-body {*/
  /*color: #ffffff;*/
  /*font-size: 12px;*/
/*}*/

/*#home3.sh-rating #top7vpn table td.views-field-body .fa {*/
  /*top: -1px;*/
  /*background: none;*/
/*}*/

/*#home3.sh-rating #top7vpn table .review-link-simple a {*/
  /*color: #5bb4e6;*/
  /*font-size: 12px;*/
  /*font-weight: 500;*/
  /*line-height: 21px;*/
  /*text-decoration: underline;*/
  /*text-transform: uppercase;*/
/*}*/

/*#home3.sh-rating #top7vpn table .review-link-simple a:hover {*/
  /*text-decoration: none;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-field-prices .prices {*/
  /*color: #ffffff;*/
  /*font-size: 16px;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-field-user-rating .rating {*/
  /*background: #1f3b55;*/
/*}*/

/*#home3.sh-rating #top7vpn table tr:hover .views-field-field-user-rating .rating {*/
  /*background: #345878;*/
/*}*/

/*#home3.sh-rating #top7vpn table .views-field-field-user-rating .rating span {*/
  /*color: #ffffff;*/
/*}*/

@media (max-width: 1199px) {
  #home3.sh-rating #top7vpn table td.views-field-body {
    font-size: 12px;
  }
  
  #home3.sh-rating #top7vpn table .views-field-field-prices .prices {
    font-size: 12px;
  }
  
  #home3.sh-rating #top7vpn table .views-field-field-discount .started a,
  #home3.sh-rating #top7vpn table .review-link a {
    width: 100%;
  }
  
  #home3.sh-rating #top7vpn table .views-field-field-discount .started a {
    font-size: 14px;
  }
  
  #home3.sh-rating #top7vpn table .review-link a {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #home3.sh-rating #top7vpn table td.views-field-field-logo,
  #home3.sh-rating #top7vpn table td.views-field-field-prices {
    width: 100%;
  }
  
  #home3.sh-rating #top7vpn table .review-link a {
    width: 60%;
  }
}

/* Mini rating */
#rating-mini {
  padding-right: 15px;
}

#rating-mini table {
  width: 100%;
}

#rating-mini th {
  height: 36px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background-color: #13638d;
  line-height: 36px;
}

#rating-mini td {
  padding: 0;
  line-height: 24px;
}

#rating-mini td.spacing {
  line-height: 16px;
}

#rating-mini td .count-back {
  margin: 0;
  padding: 0 5px;
  width: 30px;
  height: 15px;
  text-align: right;
  color: #ffffff;
  line-height: 20px;
}

#rating-mini .srow-1 td .count-back {
  background-color: #ff0000;
}

#rating-mini .srow-2 td .count-back {
  background-color: #00b9f5;
}

#rating-mini .srow-3 td .count-back {
  background-color: #e63d8e;
}

#rating-mini .srow-even td .count-back {
  background-color: #fdc417;
}

#rating-mini .srow-odd td .count-back {
  background-color: #ff0000;
}

#rating-mini td.rating-star img {
  position: relative;
  top: -2px;
}

#rating-mini td.rating-number {
  color: #5c9206;
}

.span-tooltip {
  border-bottom: 1px dashed #2a6496;
  cursor: pointer;
}

/* New main page */
body.page-home-new .breadcrumb {
  display: none;
}

body.page-home-new .main-container {
 /* background: #ffffff;*/
}

body.page-home-new .main-container .back-all {
  position: relative;
  min-height: 370px;
  text-align: center;
  overflow: hidden;
}

body.page-home-new .main-container .back-with-logos {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  text-align: left;
  background-color: #096293;
}

body.page-home-new .main-container .back-with-logos a {
  opacity: 0.1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

body.page-home-new .main-container .back-with-logos a:hover {
  opacity: 1;
}

body.page-home-new .main-container .back-all .home-content {
  position: relative;
  display: inline-block;
}

body.page-home-new .main-container .back-all .home-title {
  margin-top: 20px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  text-shadow: 0 3px 0 #207eb2;
}

body.page-home-new .main-container .back-all .home-button {
  margin-top: 20px;
  padding: 8px 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  background-color: #f5950c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 0 #207eb2;
  -moz-box-shadow: 0 3px 0 #207eb2;
  box-shadow: 0 3px 0 #207eb2;
}

body.page-home-new .main-container .back-all .home-button:hover {
  text-decoration: none;
  opacity: 0.9;
}

body.page-home-new .main-container .back-all .home-text {
  margin-top: 20px;
  width: 700px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

body.page-home-new .main-container .back-all .home-quote {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
}

body.page-home-new .main-container .back-all .home-quote .fa {
  position: absolute;
  top: 6px;
  font-size: 12px;
}

body.page-home-new .main-container .back-all .home-quote .fa:first-child {
  left: -15px;
}

body.page-home-new .main-container .back-all .home-quote .fa:last-child {
  right: -15px;
}

body.page-home-new .main-container > .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body.page-home-new .panel-pane .container {
  padding: 40px 0 0;
}

body.page-home-new .panel-pane.pane-views-services-block-8 .container {
  padding-top: 0;
}

@media (max-width: 767px) {
  body.page-home-new .panel-pane .container {
    padding: 20px;
  }
  
  body.page-home-new .panel-pane.pane-views-services-block-8 .container {
    padding: 0;
  }
}

body.page-home-new .pane-title {
  margin-bottom: 20px;
  padding-left: 50px;
  text-align: left;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 35px;
  text-transform: uppercase;
}

body.page-home-new .show-more {
  display: inline-block;
  padding-right: 16px;
  font-size: 12px;
  font-weight: normal;
  background: url(../images/more-arrow.png) right center no-repeat;
}

body.page-home-new .show-more a {
  color: #333333;
}

body.page-home-new .view-header .show-more {
  position: absolute;
  right: 0;
  top: -38px;
}

body.page-home-new .view-footer .show-more {
  margin-top: 30px;
}

body.page-home-new .pane-views-guide-block-1 .pane-title {
  margin-bottom: 40px;
  background: url(../images/title-icon-guides.png) left center no-repeat;
}

body.page-home-new .pane-views-ratings-block-1 {
  overflow: hidden;
}

body.page-home-new .pane-views-ratings-block-1 .pane-title {
  background: url(../images/title-icon-rating.png) left center no-repeat;
}

body.page-home-new .pane-views-services-block-15 .pane-title,
body.page-home-new .pane-views-services-block-8 .pane-title {
  background: url(../images/title-icon-services.png) left center no-repeat;
}

body.page-home-new .pane-views-articles-block-3 .pane-title {
  background: url(../images/title-icon-blog.png) left center no-repeat;
}

body.page-home-new .pane-views-news-block-2 .pane-title {
  background: url(../images/title-icon-news.png) left center no-repeat;
}

body.page-home-new .pane-views-video-block-2 .pane-title {
  background: url(../images/title-icon-video.png) left center no-repeat;
}

body.page-home-new .panel-pane.pane-views-trending-block-1 .container {
  padding: 15px 20px;
  background-color: #f9f9f9;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.home-new.view-authors {
  margin-top: 20px;
}

.home-new.view-authors .views-row {
  float: left;
  width: 20%;
  text-align: left;
}

.home-new.view-authors .views-row .item-wrapper {
  padding: 0 10px;
}

.home-new.view-authors .views-row .item-wrapper .title,
.home-new.view-authors .views-row .item-wrapper .title a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.home-new.view-authors .views-row .item-wrapper .position {
  display: inline-block;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  background-color: #0e3148;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.home-new.view-authors .views-row .item-wrapper .item {
  margin-top: 8px;
  color: #d2f3ff;
  font-size: 14px;
  line-height: 16px;
}

.home-new.view-authors .views-row .item-wrapper .item .image {
  margin-right: 10px;
  float: left;
}

.home-new.view-authors .views-row .item-wrapper .item .image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pane-views-trending-block-1 .container .pane-content {
  padding-left: 105px;
  height: 30px;
  line-height: 30px;
  background: url(../images/trending.png) left center no-repeat;
}

.home-new.view-ratings {
  position: relative;
  padding-top: 15px;
}

.home-new.view-ratings .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.home-new.view-ratings .bx-viewport ul {
  margin: 0;
}

.home-new.view-ratings .bx-wrapper .bx-controls-direction a {
  top: 67px;
  margin: 0;
  width: 23px;
  height: 43px;
}

.home-new.view-ratings .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -48px;
  background-image: url(../images/mainpage-arrow-left.png);
}

.home-new.view-ratings .bx-wrapper .bx-controls-direction a.bx-next {
  right: -38px;
  background-image: url(../images/mainpage-arrow-right.png);
}

.home-new.view-ratings .item-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}

.home-new.view-ratings .item-wrapper:hover > .field-content img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.home-new.view-ratings .item-wrapper .field-title {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  line-height: 35px;
}

.home-new.view-ratings .item-wrapper .field-icon {
  position: absolute;
  bottom: 35px;
  width: 100%;
}

.home-new.view-ratings .item-wrapper .field-icon img {
  margin: 0 auto;
}

.home-new.view-services {
  position: relative;
}

.home-new.view-services .views-row {
  float: left;
  margin: 20px 0.675% 0;
  width: 18.3%;
  border: 1px solid #e0e0e0;
  background: url(../images/mainpage-back.png) center 13px no-repeat;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home-new.view-services .views-row-first {
  margin-left: 0;
}

.home-new.view-services .views-row-last {
  margin-right: 0;
}

.home-new.view-services .views-row.views-row-3 {
  margin-top: 0;
  width: 21.4%;
  background: url(../images/mainpage-back-green.png) center 13px no-repeat, url(../images/leader-label.png) center 20px no-repeat;
}

.view-services.view-display-id-block_17 .views-row.views-row-3 {
  background: url(../images/leader-label.png) center 20px no-repeat;
}

.home-new.view-services .views-row .views-field-field-logo {
  margin: 40px auto 15px;
  width: 85%;
}

.home-new.view-services .views-row .views-field-field-logo img {
  width: 100%;
}

.home-new.view-services .views-row.views-row-3 .views-field-field-logo {
  margin-top: 60px;
}

.home-new.view-services .views-row .views-field-field-user-rating {
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.view-services .views-row .views-field-field-user-rating,
.view-services .views-table tr .views-field-field-user-rating {
  text-align: center;
}

.view-services .views-row .views-field-field-user-rating .rating-title,
.view-services .views-table tr .views-field-field-user-rating .rating-title {
  color: #333333;
  font-size: 8px;
  font-weight: normal;
  text-transform: uppercase;
}

.view-services .views-row .views-field-field-user-rating .rating-text,
.view-services .views-table tr .views-field-field-user-rating .rating-text {
  font-size: 22px;
  font-weight: 400;
}

.view-services .views-row .views-field-field-user-rating .rating-text.rating-perfect,
.view-services .views-table tr .views-field-field-user-rating .rating-text.rating-perfect {
  color: #47b312;
}

.view-services .views-row .views-field-field-user-rating .rating-text.rating-good,
.view-services .views-table tr .views-field-field-user-rating .rating-text.rating-good {
  color: #47b312;
  opacity: 0.8;
}

.view-services .views-row .views-field-field-user-rating .rating-text.rating-low,
.view-services .views-table tr .views-field-field-user-rating .rating-text.rating-low {
  color: #ebaa3a;
}

.view-services .views-row .views-field-field-user-rating .rating-stars,
.view-services .views-table tr .views-field-field-user-rating .rating-stars {
  margin-top: 5px;
}

.view-services .views-row .views-field-field-user-rating .rating-stars img,
.view-services .views-table tr .views-field-field-user-rating .rating-stars img {
  width: auto !important;
}

.home-new.view-services .views-row .views-field-field-mainpage-short-text {
  margin: 22px auto 0;
  width: 75%;
  height: 140px;
  overflow: hidden;
}

.home-new.view-services .views-row.views-row-3 .views-field-field-mainpage-short-text {
  margin-top: 33px;
  height: 120px;
  font-size: 18px;
}

.home-new.view-services .views-row .views-field-view-node a,
.home-new.view-services .views-row .views-field-field-link a {
  margin: 25px auto 30px;
  display: block;
  width: 70%;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.home-new.view-services .views-row .views-field-field-link {
  text-align: center;
}

#mini-panel-mainpage_blog_news_video {
  padding: 40px 30px 50px;
  background-color: #f9f9f9;
}

.home-new.view-articles,
.home-new.view-news,
.home-new.view-video {
}

.home-new.view-articles .item-wrapper,
.home-new.view-news .item-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.home-new.view-articles .item-wrapper .item-image,
.home-new.view-news .item-wrapper .item-image {
  position: relative;
}

.home-new.view-articles .item-wrapper .item-image .field-created,
.home-new.view-news .item-wrapper .item-image .field-created {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
}

.home-new.view-articles .item-wrapper .field-title,
.home-new.view-news .item-wrapper .field-title {
  height: 50px;
}

.home-new.view-articles .item-wrapper .field-title,
.home-new.view-news .item-wrapper .field-title {
  margin: 5px 0 0;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 22px;
}

.home-new.view-articles .item-wrapper .field-title a,
.home-new.view-news .item-wrapper .field-title a {
  margin-top: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: normal;
  line-height: 16px;
}

.home-new.view-video .views-row {
  position: relative;
  padding-top: 20px;
}

.home-new.view-video .views-row .views-field-title {
  position: absolute;
  left: 15px;
  bottom: 15px;
  padding-left: 40px;
  color: #ffffff;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  background: url(../images/youtube-icon.png) left center no-repeat;
  text-shadow: 1px 1px 1px #000000;
}

.home-new.view-guide {
  background: url(../images/glossary-back.png) right top no-repeat;
}

.home-new.view-guide .views-row {
  float: left;
  max-width: 100%;
}

.home-new.view-guide .views-row .item-wrapper {
  position: relative;
  padding: 0 10px;
  width: 205px;
}

.home-new.view-guide .views-row:first-child .item-wrapper {
  width: 340px;
  padding-left: 0;
}

.home-new.view-guide .views-row:last-child .item-wrapper {
  width: 195px;
  padding-right: 0;
}

.home-new.view-guide .views-row .item-wrapper img {
  max-width: 100%;
}

.home-new.view-guide .views-row .item-wrapper .field-title {
  margin-top: 2px;
}

.home-new.view-guide .views-row .item-wrapper .field-title a {
  color: #030f1b;
  font-size: 16px;
  font-weight: 700;
}

.home-new.view-guide .views-row .item-wrapper .field-short-text {
  font-size: 14px;
  line-height: 16px;
}

.home-new.view-guide .views-row:first-child .item-wrapper .field-title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
}

.home-new.view-guide .views-row:first-child .item-wrapper .field-title a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.home-new.view-guide .views-row:first-child .item-wrapper .field-short-text {
  display: none;
}

.home-new.view-guide .views-row.glossary .glossary-title {
  padding-top: 15px;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  text-transform: uppercase;
}

.home-new.view-guide .glossary ul {
  margin: 0;
  padding: 25px 0 0 0;
  list-style: none;
}

.home-new.view-guide .glossary ul li {
  padding-left: 30px;
  background: url(../images/glossary-item.png) 15px center no-repeat;
}

.home-new.view-guide .glossary ul li a {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}

.home-new.view-guide .glossary .show-more {
  margin-top: 6px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .home-new.view-guide {
    background: none;
  }
}

body.page-home-new .pane-custom-blocks-custom-blocks-mainpage-sites .container {
  padding: 0;
}

.sites-wrapper {
  margin: 0 -10px;
}

.sites-wrapper .sites-item {
  display: table-cell;
  padding: 0 10px;
  height: 80px;
  vertical-align: middle;
  overflow: hidden;
}

.sites-wrapper .sites-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}

.sites-wrapper .sites-inner {
  display: block;
  height: 80px;
}

.sites-wrapper .sites-item img {
  margin-top: -80px;
}

.sites-wrapper .sites-item img:hover {
  margin-top: 0;
}

.hidden-row {
  display: none;
}

footer.footer .footer-new {
  padding: 55px 0 50px;
}

footer.footer .nav-item a {
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
  text-transform: uppercase;
}

footer.footer .social-links-new {
  margin: -4px 0;
}

footer.footer .social-links-new .follow-us-img {
  margin-right: 10px;
}

footer.footer .social-links-new a {
  margin-left: 5px;
}

@media (max-width: 991px) {
  footer.footer .social-links-new {
    margin-top: 20px;
    text-align: left;
  }
}

footer.footer .footer-hr {
  height: 1px;
  opacity: 0.1;
  background-color: #ffffff;
}

footer.footer .copyright {
  margin-right: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
  opacity: 0.5;
}

footer.footer .footer-second-new {
  padding: 20px 0;
}

footer.footer .footer-second-new .nav-item {
  margin-left: 40px;
  margin-right: 0;
  line-height: 30px;
}

footer.footer .footer-second-new .nav-item a {
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .view-guide .views-row.views-row-4 {
    display: none;
  }
  
  .home-new.view-articles .item-wrapper .field-title h2,
  .home-new.view-news .item-wrapper .field-title h2 {
    margin-top: 0;
  }
  
  .home-new.view-articles .item-wrapper .field-title a,
  .home-new.view-news .item-wrapper .field-title a {
    font-size: 16px;
    line-height: 16px;
  }
  
  .home-new.view-articles .item-wrapper,
  .home-new.view-news .item-wrapper {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  body.page-home-new .panel-pane.pane-views-trending-block-1 .container {
    padding: 15px 10px;
  }
  
  .pane-views-trending-block-1 .container .pane-content {
    font-size: 12px;
  }
  
  .view-guide .views-row.views-row-3 {
    display: none;
  }
  
  #mini-panel-mainpage_blog_news_video {
    margin: 0 auto;
    max-width: 540px;
  }
  
  .home-new.view-articles .item-wrapper img,
  .home-new.view-news .item-wrapper img,
  .home-new.view-video .views-row img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.page-home-new .main-container .back-all {
    min-height: 0;
  }
  
  body.page-home-new .main-container .back-with-logos a {
    display: none;
  }
  
  body.page-home-new .main-container .back-all .home-title {
    line-height: 45px;
  }
  
  body.page-home-new .main-container .back-all .home-text {
    display: none;
  }
  
  body.page-home-new .show-more {
    display: none;
  }
  
  .home-new.view-authors {
    display: none;
  }
  
  .view-guide {
    background: none;
  }
  
  .view-guide .views-row {
    float: none;
  }
  
  .view-guide .views-row .item-wrapper {
    margin-bottom: 20px;
    max-width: 100%;
    width: 340px;
    padding: 0;
  }
  
  .view-guide .views-row .item-wrapper .field-title {
    left: 0;
    bottom: 0;
    padding: 5px;
  }
  
  .view-guide .views-row .item-wrapper .field-title a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000000;
  }
  
  .view-guide .views-row.views-row-3,
  .view-guide .views-row.views-row-4 {
    display: block;
  }
  
  .view-guide .views-row.glossary {
    width: 100%;
    background: url(../images/glossary-back.png) right top no-repeat;
  }
  
  .home-new.view-services .views-row,
  .home-new.view-services .views-row.views-row-3 {
    margin: 0 auto;
    float: none;
    max-width: 227px;
    width: 227px;
  }
  
  #mini-panel-mainpage_blog_news_video {
    padding-left: 0;
    padding-right: 0;
  }
  
  #mini-panel-mainpage_blog_news_video .panel-separator {
    height: 40px;
  }
}

.no-padding {
  padding: 0 !important;
}

.author-head {
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
}

.author-head .author-position {
  margin-top: -20px;
  padding-left: 70px;
  font-style: italic;
}

.author-head .author-photo {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 80px;
  border-radius: 30px;
  overflow: hidden;
}

.author-head .author-photo img {
  width: 100%;
}

.view-by-author {
  margin-top: 30px;
  background: #eeeeee;
}

.view-by-author h2 {
  padding-left: 15px;
  padding-bottom: 10px;
}

.node-type-author .main-container > .container {
  padding-bottom: 0;
}

#block-block-20 {
  margin-top: 40px;
}

.popup-overlap {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  opacity: 0;
}

.popup-window {
  position: fixed;
  left: 40%;
  top: 50%;
  margin-left: -250px;
  margin-top: -230px;
  width: 500px;
  height: 460px;
  -webkit-box-shadow: 5px 5px 10px 0 #333333;
  -moz-box-shadow: 5px 5px 10px 0 #333333;
  box-shadow: 5px 5px 10px 0 #333333;
  overflow: hidden;
  opacity: 0;
}

.popup-window .popup-close {
  cursor: pointer;
}

.popup-window .close {
  padding: 4px 4px 4px 4px;
  position: absolute;
  left: 100%;
  margin: 5px 0 0 -25px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  background-color: #5c5c5c;
  opacity: 1;
}

.popup-window .popup-top {
  padding: 30px;
  text-align: center;
  background: #1795bf;
}

.popup-window .popup-bottom {
  padding: 30px;
  background: #ffffff;
}

.popup-window img {
  margin: 20px 0 25px;
}

.popup-window .message {
  color: #ffffff;
  font-size: 17px;
}

.popup-window .big-message {
  margin-bottom: 30px;
  font-family: 'Roboto',sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.popup-window .button,
.popup-window .started a {
  padding: 0;
  width: 184px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.popup-window .button {
  position: absolute;
  bottom: 45px;
  right: 270px;
  color: #999999;
  background-color: #e9e9e9;
}

.popup-window .started a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
}

.popup-window.popup-red {
  margin-top: -250px;
  height: 500px;
  background: url(../images/popup/back1-min1.png);
  overflow: visible;
}

.popup-window.popup-red .close {
  margin-top: -14px;
  margin-left: -14px;
  padding: 0;
  width: 34px;
  height: 30px;
  background: url(../images/popup/close1-min.png);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.popup-window.popup-red .popup-top,
.popup-window.popup-red .popup-bottom {
  background: none;
}

.popup-window.popup-red .popup-top {
  padding: 45px 30px 0;
  text-align: left;
}

.popup-window.popup-red img {
  margin: 0;
}

.popup-window.popup-red .message {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}

.popup-window.popup-red .message-smaller {
  margin-top: 30px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.popup-window.popup-red .highlight {
  color: #559B60;
}

.popup-window.popup-red .big {
  font-size: 30px;
  font-weight: 900;
}

.popup-window.popup-red .message-small {
  margin-top: 40px;
  font-size: 17px;
  color: #ffffff;
  text-decoration: underline;
  line-height: 1.1;
}

.popup-window.popup-red .started a {
  position: absolute;
  bottom: 40px;
  left: 157px;
  padding: 0 40px;
  display: inline-block;
  width: auto;
  height: 47px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 47px;
  background: #476F50;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -9px 9px 0 #ffffff;
  -moz-box-shadow: -9px 9px 0 #ffffff;
  box-shadow: -9px 9px 0 #ffffff;
}

.popup-window.popup-blue-gor {
  margin-top: -250px;
  margin-left: -250px;
  width: 500px;
  height: 500px;
  background: url(../images/popup/banner-back-red.jpg);
  overflow: visible;
}

.popup-window.popup-blue-gor:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .3);
  z-index: -1;
}

.popup-window.popup-blue-gor .close {
  margin-top: -10px;
  margin-left: -22px;
  padding: 0;
  width: 31px;
  height: 31px;
  background: url(../images/popup/banner-gor-close.png);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.popup-window.popup-blue-gor .popup-top,
.popup-window.popup-blue-gor .popup-bottom {
  background: none;
}

.popup-window.popup-blue-gor .popup-top {
  padding: 45px 30px 0;
  text-align: left;
}

.popup-window.popup-blue-gor img {
  margin: 0;
}

.popup-window.popup-blue-gor .message {
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}

.popup-window.popup-blue-gor .message-smaller {
  margin-top: 30px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.1;
}

.popup-window.popup-blue-gor .highlight {
  color: #f78f16;
}

.popup-window.popup-blue-gor .big {
  font-size: 30px;
  font-weight: 900;
}

.popup-window.popup-blue-gor .message-small {
  margin-top: 40px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.1;
}

.popup-window.popup-blue-gor .started a {
  position: absolute;
  bottom: 40px;
  left: 157px;
  padding: 0 40px;
  display: inline-block;
  width: auto;
  height: 47px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 47px;
  background: #f78f16;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: -9px 9px 0 #ffffff;
  -moz-box-shadow: -9px 9px 0 #ffffff;
  box-shadow: -9px 9px 0 #ffffff;
}

.popup-window.popup-full1 {
  margin-top: -253px;
  margin-left: -253px;
  width: 507px;
  height: 507px;
  background: url(../images/popup/popup-full.png);
  overflow: visible;
}

.popup-window.popup-full1 .close {
  top: 12px;
  left: auto;
  right: 12px;
  width: 12px;
  height: 12px;
  background: url(../images/popup/popup-full1-close.png);
}

.popup-window.popup-full1 .started a {
  position: absolute;
  bottom: 40px;
  left: 50%;
  padding: 0 30px 0 12px;
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  background: #c8252c url(../images/popup/popup-full1-startedimage.png) right 8px center no-repeat;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-window.popup-full1 .button-close {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.popup-window.popup-full1 .button-close a {
  color: #bcbec0;
  font-size: 11px;
  font-weight: 700;
}

.popup-window.popup-full2 {
  margin-top: -200px;
  margin-left: -320px;
  width: 640px;
  height: 400px;
  background: url(../images/popup/popup-full2-full.png);
  overflow: visible;
}

.popup-window.popup-full2 .close {
  top: 5px;
  left: auto;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../images/popup/popup-full1-close.png);
}

.popup-window.popup-full2 .started a {
  position: absolute;
  bottom: 144px;
  right: 70px;
  padding: 0 15px;
  display: inline-block;
  width: auto;
  height: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
  background-color: #f51c57;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.feed-link .img-responsive {
  display: inline;
}

.page-home-new h2 {
  font-size: 22px !important;
}

.page-home-new h3 {
  font-size: 18px !important;
}

.not-front #block-views-services-block-4 #top7vpn table:before {
  content: '';
  position: absolute;
  height: 106px;
  width: 100%;
  /*background: -moz-linear-gradient(left, rgba(101,193,51,1) 0%, rgba(255,255,255,0.35) 65%, rgba(255,255,255,0.24) 76%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%); /!* FF3.6-15 *!/
  background: -webkit-linear-gradient(left, rgba(101,193,51,1) 0%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0.24) 76%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0) 100%); /!* Chrome10-25,Safari5.1-6 *!/
  background: linear-gradient(to right, rgba(101,193,51,1) 0%,rgba(255,255,255,0.35) 65%,rgba(255,255,255,0.24) 76%,rgba(255,255,255,0.2) 80%,rgba(255,255,255,0) 100%); /!* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65c133', endColorstr='#00ffffff',GradientType=1 ); /!* IE6-9 *!/*/
}

.not-front #block-views-services-block-4 #top7vpn table tr:first-child td:first-child {
  /*background-image: url(../images/left_arrow.png);*/
}

.not-front table {
  position: relative;
}

.front #top7vpn table tr:first-child td:first-child:before, .page-service #top7vpn table tr:first-child td:first-child:before,
.node-type-rating #top7vpn table tr:first-child td:first-child:before
{
  content: '';
  position: absolute;
  top: 0px;
  background-image: url(../images/1place.png);
  width: 67px;
  height: 72px;
  left: 0px;
}
.node-type-rating .view-id-services.view-display-id-block_13#top7vpn{
    margin:20px 0 0 ;
}
.front #top7vpn table tr:first-child, .page-service #top7vpn table tr:first-child {
  border: 2px solid #65c133;
}

.front #top7vpn table tr:first-child td, .page-service #top7vpn table tr:first-child td {
  border-top: 2px solid #65c133;
  border-bottom: 2px solid #65c133;
}

.front #top7vpn table tr:first-child td:first-child, .page-service #top7vpn table tr:first-child td:first-child {
  border-left: 2px solid #65c133;
  
}

.front #top7vpn table tr:first-child td:last-child, .page-service #top7vpn table tr:first-child td:last-child {
  border-right: 2px solid #65c133;
}

.front #top7vpn table tr:first-child:hover td, .page-service #top7vpn table tr:first-child:hover td {
  border-top: 2px solid #65c133 !important;
  border-bottom: 2px solid #65c133 !important;
}

.front #top7vpn table tr:first-child:hover td:first-child, .page-service #top7vpn table tr:first-child:hover td:first-child {
  border-left: 2px solid #65c133;
  
}

.front #top7vpn table tr:first-child:hover td:last-child, .page-service #top7vpn table tr:first-child:hover td:last-child {
  border-right: 2px solid #65c133;
  
}

.not-main-services #top7vpn table tr:first-child:hover td {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}

.not-main-services #top7vpn table tr:first-child:hover td:first-child {
  border-left: 1px solid #dddddd;
  
}

.not-main-services #top7vpn table tr:first-child:hover td:last-child {
  border-right: 1px solid #dddddd;
  
}

.not-main-services #top7vpn table tr:first-child {
  border: 1px solid #dddddd;
}

.not-main-services #top7vpn table tr:first-child td {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.not-main-services #top7vpn table tr:first-child td:first-child {
  border-left: 1px solid #dddddd;
  
}

.not-main-services #top7vpn table tr:first-child td:last-child {
  border-right: 1px solid #dddddd;
}

.not-main-services #top7vpn .output-style, .page-service #top7vpn .output-style {
  top: 0 !important;
}

.not-main-services #top7vpn table tr:first-child td:first-child:before {
  background-image: none;
  display: none;
}










@media (max-width: 992px) {
  .not-front #block-views-services-block-4 #top7vpn table:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background: none;
    
  }
  
  .not-front #block-views-services-block-4 #top7vpn table tr:first-child td:first-child {
    background-image: none;
  }
  
}


.simple-page .col-sm-12 {
  padding-left:0px;
  padding-right:0px;
}
.simple-page .field-item h2  {
 padding-left:70px;
 padding-right:70px;
}
 .simple-page .field-item p  {
  padding-left:70px;
 padding-right:70px;
}
.simple-page .field-item ul,.simple-page .field-item ol   {
  padding-left:90px;
  padding-right:90px;
}
.simple-page .field-item hr {
 margin-left:70px;
 margin-right:70px;
}
.simple-page  .field-item >div {
 padding-left:70px;
 padding-right:70px;
 
}

#block-system-main h2 {
  font-size: 24px;
}

#block-system-main h3 {
  font-size: 22px;
}

#block-system-main h4 {
  font-size: 20px;
}

.node-type-rating .simple-page .field-item  table td,
.node-type-page .simple-page .field-item  table td {
  padding: 10px;
}

@media (min-width: 992px) {

  .node-type-rating .simple-page .field-item > div,
  .node-type-page .simple-page .field-item > div {
    padding-left: 0;
    padding-right: 0;
  }
  
  .node-type-rating .block .node:not(.node-service) p.rtejustify,
  .node-type-rating  .block .node:not(.node-service) .view-simple-comments,
  .node-type-rating  .simple-page .field-item h2,
  .node-type-rating  .simple-page .field-item h3,
  .node-type-rating  .simple-page .field-item h4,
  .node-type-rating  .simple-page .field-item p,
  .node-type-page .block .node:not(.node-service) p.rtejustify,
  .node-type-page .block .node:not(.node-service) .view-simple-comments,
  .node-type-page .simple-page .field-item h2,
  .node-type-page .simple-page .field-item h3,
  .node-type-page .simple-page .field-item h4,
  .node-type-page .simple-page .field-item p {
    padding-left: 140px;
    padding-right: 140px;
  }

  .node-type-rating .block .node:not(.node-service) .view-simple-comments .view-simple-comments,
  .node-type-page .block .node:not(.node-service) .view-simple-comments .view-simple-comments {
    padding-left: 0;
    padding-right: 0;
  }
  
  .node-type-rating  .simple-page .field-item ul,
  .node-type-rating  .simple-page .field-item ol,
  .node-type-page .simple-page .field-item ul,
  .node-type-page .simple-page .field-item ol {
    padding-left: 150px;
    padding-right: 150px;
  }
  
  .node-type-rating .simple-page .field-item ul ul,
  .node-type-rating .simple-page .field-item ul ol,
  .node-type-rating .simple-page .field-item ol ul,
  .node-type-rating .simple-page .field-item ol ol,
  .node-type-page .simple-page .field-item ul ul,
  .node-type-page .simple-page .field-item ul ol,
  .node-type-page .simple-page .field-item ol ul,
  .node-type-page .simple-page .field-item ol ol {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .node-type-rating #rating-mini,
  .node-type-page #rating-mini {
    margin-left: 140px;
  }
  
  .node-type-rating .simple-page .field-item table ul,
  .node-type-page .simple-page .field-item table ul {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .node-type-rating .block .node .view-services p.rtejustify,
  .node-type-page .block .node .view-services p.rtejustify {
    padding-left: 0;
    padding-right: 0;
  }
  
  .node-type-rating table[align="right"],
  .node-type-page table[align="right"] {
    margin-right: 140px;
  }
}

.node-type-torrents .simple-page .col-sm-12 .tags {
  padding-left: 70px;
}

.simple-page  .field-item  h3 ,.simple-page  .field-item  h4{
 padding-left:70px;
 padding-right:70px;
}

.simple-page .field-item  table {
  padding-right:70px;
   padding-left:70px;
   
}
.simple-page .field-item  table.right {

   padding-left:20px;
   display:block;
   
}

.simple-page .field-item  table ul {
  margin-top: 0;
  padding-right:10px;
   padding-left:10px;
}

.simple-page h1.page-header{
  padding-left:70px;
  padding-right:70px;
}
.simple-page .breadcrumb{
  padding-left:70px;
  padding-right:70px;
  margin-left:0px;
}
.simple-page .row{
 margin-left:0px;
 margin-right:0px;
}
.simple-page .container{
   padding-left:0px;
   padding-right:0px;
}
.simple-page .extra-info{
  padding-left:70px;
  padding-right:70px;

}
.date-update, .at-share-btn-elements {
    margin-bottom: 10px;
}
.simple-page .extra-info:after{
  content:'';
  width:100%;
  height: 3px;
  background: #13638d;
}
#home3{
  overflow-x:hidden;
}



#block-system-main .simple-page h2, #block-system-main .simple-page h3,#block-system-main .simple-page h4,  .node h3 {
  padding-left:70px;
  padding-right:70px;
}
.simple-page form:not(.search-form-new .vpn-filter-advanced-form){
  padding-left:70px;
  padding-right:70px;
}
.simple-page form.vpn-filter-advanced-form{
  padding-left:0px;
  padding-right:0px;
}

.simple-page .field-item  table.center {
  padding-right:70px;
   padding-left:70px;
   display:block;
}
.simple-page #block-views-services-block-5 >div {
   padding-right:70px;
   padding-left:70px;
}
.simple-page p+p {
   margin-top:0px;
   padding-top:15px;
}
.node .content h2, .field-type-text-with-summary .field-item h2 {
    margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 15px;
    padding-bottom: 6px;
    font-size: 23px;
}
.simple-page .dark {
   background-color: #152a40 !important;
   color:white !important;
   padding-top:10px;
   padding-bottom:15px;
}
  
.page-service .dark {
  background-color: #096293 !important;
   color:white !important;
   padding-top:10px;
   padding-bottom:15px;
   margin-left: -15px;
   margin-right: -15px;
}


.page-service .dark p{
  padding-left: 15px;
  padding-right: 15px;
}

.simple-page .grey {
    background-color:  #f8f8f8 !important;
	padding-top:10px;
	padding-bottom:15px;
}

.simple-page .view-id-services.view-display-id-block_8#top7vpn,
.simple-page .view-id-services.view-display-id-block_13#top7vpn,
.view-id-services.view-display-id-block_18#top7vpn{
  margin-top:0;
}

.simple-page .tags{
   padding-right:70px;
   padding-left:70px;
}

.gif-right {
   margin-left:15px;
}
.gif-left {
   margin-right:15px;
}
.simple-page   .item-wrapper > .tags{
    padding: 12px 15px;
}
#home3 h2 {
  padding-left:70px;
}
.block .node:not(.node-service) p.rtejustify,
.block .node:not(.node-service) .view-simple-comments{
    padding-left:  70px;
    padding-right: 70px;
}

.block .node .view-services p.rtejustify{
 padding-left:0px;
 padding-right:0px;
}
.simple-page .faq  h3{
   padding-left:70px;
   padding-right:70px;
}
.simple-page .faq  ul{
   padding-left:70px;
   padding-right:70px;
}

.page-wrapper #drop-links-content{
    top:60px;
}

@media (max-width: 991px) {
  .page-wrapper #drop-links-content {
    top: 141px;
  }
}

.view-services .views-table tr .views-field-field-user-rating .rating-stars img {
  max-width: 98px !important;
}

@media (max-width: 767px) {
  html, body {
    overflow-x:hidden;
  }
  
  #block-system-main h3 {
    font-size: 18px !important;
  }
  
  #block-system-main h2 {
    font-size: 18px !important;
  }
  .simple-page .col-sm-12 {
    padding-left:0px;
    padding-right:0px;
  }
  .simple-page .field-item h2  {
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .field-item p  {
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .field-item ul,.simple-page .field-item ol   {
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .field-item hr {
    margin-left:10px;
    margin-right:10px;
  }
  .simple-page  .field-item >div {
    padding-left:10px;
    padding-right:10px;
    
  }
  
  .simple-page  .field-item  h3 ,.simple-page  .field-item  h4{
    padding-left:10px;
    padding-right:10px;
  }
  
  .simple-page .field-item  table {
    padding-right:10px;
    padding-left:10px;
    
  }
  .simple-page .field-item  table.right {
    
    padding-left:10px;
    display:block;
    
  }
  
  .simple-page .field-item  table ul {
    padding-right:10px;
    padding-left:20px;
  }
  
  .simple-page h1.page-header{
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .breadcrumb{
    padding-left:10px;
    padding-right:10px;
    margin-left:0px;
    margin-top: 0;
  }
  .simple-page .row{
    margin-left:0px;
    margin-right:0px;
  }
  .simple-page .container{
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .extra-info{
    padding-left:10px;
    padding-right:10px;
    
  }
  .date-update, .at-share-btn-elements {
    margin-bottom: 10px;
  }
  .simple-page .extra-info:after{
    content:'';
    width:100%;
    height: 3px;
    background: #13638d;
  }
  #home3{
    overflow-x:hidden;
  }
  
  
  #block-system-main .simple-page h2, #block-system-main .simple-page h3,#block-system-main .simple-page h4,  .node h3 {
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page form{
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .field-item  table.center {
    padding-right:10px;
    padding-left:10px;
    display:block;
  }
  .simple-page #block-views-services-block-5 >div {
    padding-right:10px;
    padding-left:10px;
  }
  .simple-page p+p {
    margin-top:0px;
    padding-top:15px;
  }
  .node .content h2, .field-type-text-with-summary .field-item h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 6px;
    font-size: 23px;
  }
  .simple-page .dark {
    background-color: #152a40 !important;
    color:white !important;
    padding-top:10px;
    padding-bottom:15px;
  }
  
  .simple-page .grey {
    background-color:  #f8f8f8 !important;
    padding-top:10px;
    padding-bottom:15px;
  }
  
  .simple-page .view-id-services.view-display-id-block_13#top7vpn, .view-id-services.view-display-id-block_18#top7vpn{
    margin-top:0px;
    
  }
  .simple-page .tags{
    padding-right:10px;
    padding-left:10px;
  }
  
  .gif-right {
    margin-left:5px;
  }
  .gif-left {
    margin-right:5px;
  }
  .rtejustify{
    line-height:24px;
  }
  .simple-page   .item-wrapper > .tags{
    padding: 12px 15px;
  }
  #home3 h2 {
    padding-left:70px;
  }
  .block .node:not(.node-service) p.rtejustify,
  .block .node:not(.node-service) .view-simple-comments{
    padding-left:  10px;
    padding-right: 10px;
  }
  .simple-page .faq  h3{
    padding-left:10px;
    padding-right:10px;
  }
  .simple-page .faq  ul{
    padding-left:10px;
    padding-right:10px;
  }
  
  .page-wrapper #drop-links-content{
    top:60px;
  }
  
  .field-name-body .field-items img,
  .field-type-text-long img {
    max-width: 100%;
    height: auto !important;
  }
  
  #block-block-20 {
    margin-top: 0;
  }
  
  .page-node.node-type-service aside {
    padding: 0;
  }
  
  .node-service .service-link-alter {
    height: auto;
  }
  
  .node-service .service-link-alter .service-price {
    height: 50px;
  }
  
  .node-service .service-link-alter .service-link a {
    width: 100%;
  }
  
  .extra-info .update-block {
    text-align: left;
  }
  .inner-filter-text-block .right_block{
    padding-left: 15px;
    padding-right: 15px;
  }

}
header .menu li.first {

}



/** main-page*/

@font-face{
  font-family: 'OpenSans Regular';
  src: url('../fonts/OpenSans-Regular.ttf');
}

.block-info-wrapper {
  font-size:0px;
  padding-top:30px;
  padding-bottom:60px;

}
.block-info-wrapper > div {
  display: inline-block;
  vertical-align: top;

}
.block-info-wrapper > div.left-block{
  width:60%;
  padding-left: 20px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-info-wrapper > div.right-block{
  width:40%;
}
.block-info-wrapper > div.left-block h2{
  font-size:24px;
  color:#0b3951;
  font-family:"OpenSans Regular";
  margin:50px 0px 40px 0px;
  position: relative;
}
.red{
  position:relative;
}
.red:before{
  content:'';
  width:120px;
  bottom:-10px;
  left:0px;
  height:3px;
  background-color: #f9593a;
  position: absolute;
}
.block-info-wrapper > div.left-block p{
  margin-bottom:30px;
  margin-top: 0px;
  font-size:16px;
  color:#47463f;
  font-family: Roboto, sans-serif;
}



.block-info-wrapper > div.right-block{
  background: #f7f7f7;
  padding:7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;


}
.block-info-wrapper > div.right-block .list-block{
  border:7px solid white;
  padding:25px 10px;
  background: #f7f7f7;
}
.block-info-wrapper > div.right-block .list-block ul li  {
  padding-left:20px;
  list-style:none;

  position: relative;
}
.block-info-wrapper > div.right-block .list-block ul li a{
  color:#008000;
  font-size:16px;
}
.block-info-wrapper > div.right-block .list-block ul li:before{
  content:'•';
  font-size:40px;
  color:#008000;
  left:0px;
  position: absolute;
  top:2px;

}
.block-info-wrapper > div.right-block .list-block ul li ul{
  margin:20px;
  margin-left:-20px;

}

.block-info-wrapper > div.right-block .list-block ul li a:hover{
  color:#094909;
}


.grey-block{
  background-color:#f7f7f7 ;
  padding-top:40px;
  padding-bottom:30px;
}

.grey-block h3{
  color:#0b3951;
  text-align: center;
  margin-bottom: 35px;
  font-size:20px !important;
}

.grey-block .slide-text-wrapper{
  display: flex;
  justify-content: space-between;
  max-width:650px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.grey-block .slide-text-wrapper .item:nth-child(1) .image{
  background: url(../images/front/privacy-grey.png) no-repeat;
  width:65px;
  height: 80px;
  background-size: 100%;
  background-position: center center;
}
.grey-block .slide-text-wrapper .item:nth-child(2) .image{
  background: url(../images/front/security-grey.png) no-repeat;
  width:49px;
  height: 80px;
  background-size: 100%;
  background-position: center center;
}
.grey-block .slide-text-wrapper .item:nth-child(3) .image{
  background: url(../images/front/anonymity-grey.png) no-repeat;
  width:64px;
  height: 80px;
  background-size: 100%;
  background-position: center center;
}
.grey-block .slide-text-wrapper .item p{
  text-align: center;
  font-family:Roboto, sans-serif;
  color:#47463f;
  margin-top:5px;
  margin-bottom:40px;
  position:relative;
}

.grey-block .slide-text-wrapper .item.active p:before{
  content:'';
  width: 40px;
  position: absolute;
  left:50%;
  margin-left:-20px;
  background-color:#008000 ;
  height:3px;
  bottom:-15px;
}

.grey-block .slide-text-wrapper .item.active:nth-child(1) .image{
  background: url(../images/front/privacy.png) no-repeat;
  width:65px;
  height: 80px;
  background-size: 100%;
  background-position: center center;
}
.grey-block .slide-text-wrapper .item.active:nth-child(2) .image{
  background: url(../images/front/security.png) no-repeat;
  width:49px;
  height: 80px;
  background-size: 100%;
  background-position: center center;
}
.grey-block .slide-text-wrapper .item.active:nth-child(3) .image{
  background: url(../images/front/anonymity.png) no-repeat;
  width:64px;
  height: 80px;
  background-size: 100%;
  background-position: center center;
}
.grey-block .slide-text p.text {
  text-align: center;
  font-family: "OpenSans Regular";
  font-size: 16px;
  color:#47463f;
}
.grey-block .slide-text-wrapper .item:hover{
  cursor: pointer;
}

.grey-block .slide-text p.active {
  display: block;
}
.grey-block .slide-text p{
  display: none;
}

.image-block{
  font-size:0px;
  margin-top:60px;
  margin-bottom:80px;


}
.image-block >div{
  vertical-align: top;
  display: inline-block;
  font-size:16px;
  width:50%;
}
.image-block >div.left-block .image {
  background: url('../images/front/binokl.png') no-repeat;
  width: 515px;
  height: 490px;
  background-position: center center;
  background-size: 100% 412px;
}
.image-block >div.left-block{
  max-width:515px;
}
.image-block >div.right-block{
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 8px 5px 27px 10px rgba(0,0,0,0.34);
  -moz-box-shadow: 8px 5px 27px 10px rgba(0,0,0,0.34);
  box-shadow: 8px 5px 27px 10px rgba(0,0,0,0.34);

}
.image-block >div.right-block h3{
  font-size: 18px;
  color:#0b3951;
  margin-bottom:35px;

}
.image-block >div.right-block p {
  font-size:16px;
  color:#47463f;
  margin-bottom:20px;
}

.image-block >div.right-block ul li{
  padding-left:35px;
  position: relative;
  font-size:16px;
  color:#47463f;
  margin-bottom:20px;
  list-style: none;

}
.image-block >div.right-block ul{
  padding:0;
}
.image-block >div.right-block ul li:before{
  content:'•';
  font-size:60px;
  color:#008000;
  left:0px;
  position: absolute;
  top:2px;
}

.note-block {
  font-size:0;

}
.note-block > div {
  vertical-align: top;
  display: inline-block;
  margin:10px;
  width:48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  padding-bottom:27px;
}
.note-block > div.left-block .image{
  background: url(../images/front/note1.png) no-repeat;
  width:369px;
  height:298px;
  background-size: 100% ;
  background-position: center top;
  margin: 0 auto;
  margin-top: -35px;


}
.note-block > div  p{
  font-size:16px;
  color:#0b3951;
  text-align: center;

  max-width:90%;
  margin:0 auto;
  margin-top:20px;
}
.note-block > div.right-block .image{
  background: url(../images/front/note2.png) no-repeat;
  width:284px;
  height:289px;
  background-size: 100% ;
  background-position: center top;
  margin: 0 auto;


}
.note-block > div.right-block p{
  margin-top:60px;
  margin-bottom:45px;

}
.note-block > div.right-block {
  max-height:450px;
}
.protokol-block-wrapper{
  margin-top:100px;
}
.protokol-block-wrapper .protokol-block {
  border-top:2px solid #0b3951;
  border-bottom:2px solid #0b3951;
  background:url(../images/front/protokol.png) no-repeat;
  max-width:845px;
  height:240px;
  margin: 0 auto;
  padding-top:30px;
  padding-bottom:30px;
  margin-bottom:55px;


}
.protokol-block-wrapper p{
  position: relative;
  font-size:24px;
  color:#0b3951;
  text-align: center;
  margin-bottom:40px;
  line-height:28px;
}

.protokol-block-wrapper p:before{
  content: '';
  width:190px;
  position: absolute;
  height:3px;
  background: #f9593a;
  margin-left: -95px;
  left:50%;
  bottom:-20px;

}

.main-service-wrapper .line-block-wrapper:nth-child(2n-1){
  background-color: #f7f7f7;

}
.main-service-wrapper .line-block-wrapper{
  padding-top:50px;
  padding-bottom:50px;
  font-size:0;
  position: relative;

}

.main-service-wrapper .line-block-wrapper:before{
  content:'';
  width:100%;
  position: absolute;
  bottom:0;
  left:50%;
  max-width:1030px;
  margin-left:-515px;
  background-color: #0b3951;
  height:2px;

}



.main-service-wrapper .line-block-wrapper div.left-block{
  display: inline-block;
  vertical-align: top;
  font-size:16px;
  max-width:320px;
  min-width:320px;
}

.main-service-wrapper .line-block-wrapper div.right-block{
  display: inline-block;
  vertical-align: top;
  font-size:16px;
  max-width:505px;
}

.main-service-wrapper .line-block-wrapper .line-block{
  max-width:860px;
  margin: 0 auto;
}

.main-service-wrapper .line-block-wrapper div.left-block .image{
  height:150px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #ededed;
  margin-bottom:30px;

}
.main-service-wrapper .line-block-wrapper div.left-block{
  background: #ffffff;
  padding:10px;
  min-width:320px;
}
.main-service-wrapper .line-block-wrapper div.left-block .image a{
  width:100%;
  display: block;
  text-align: center;
}
.main-service-wrapper .line-block-wrapper div.left-block .image a img{
  margin: 0 auto;
}

.main-service-wrapper .line-block-wrapper div.left-block p{
  text-align:center;
  color:#67665f;
  margin-bottom:20px;

}
.main-service-wrapper .line-block-wrapper div.left-block .started {
  text-align: center;
  margin-bottom:20px;

}
.main-service-wrapper .line-block-wrapper div.left-block .started  a {
  padding-left:50px;
  padding-right:50px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}


.main-service-wrapper .line-block-wrapper div.right-block{
  padding-left:20px;


}
.main-service-wrapper .line-block-wrapper div.right-block p.title{
  font-family:Roboto, sans-serif;
  font-size:18px;
  color:#0b3951;


}
.main-service-wrapper .line-block-wrapper div.right-block p.count{
  font-size:14px;
  color:#67665f;
  font-family:Roboto, sans-serif;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper{
  font-size:0;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item{
  display: inline-block;
  width:20px;
  height: 20px;
  vertical-align: top;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item:nth-child(1){
  background: url("../images/front/fig1-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item:nth-child(2){
  background: url("../images/front/fig2-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item:nth-child(3){
  background: url("../images/front/fig3-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item:nth-child(4){
  background: url("../images/front/fig4-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item:nth-child(5){
  background: url("../images/front/fig5-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item:nth-child(6){
  background: url("../images/front/fig6-a.png") no-repeat;
  background-size: 100%;

}

.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:nth-child(1){
  background: url("../images/front/fig1-active-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active{
  position: relative;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:before{
  content:'';
  width:100%;
  left:0px;
  bottom: -10px;
  height:3px;
  position: absolute;
  background: #0b3951;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:nth-child(2){
  background: url("../images/front/fig2-active-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:nth-child(3){
  background: url("../images/front/fig3-active-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:nth-child(4){
  background: url("../images/front/fig4-active-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:nth-child(5){
  background: url("../images/front/fig5-active-a.png") no-repeat;
  background-size: 100%;
  margin-right:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper .item.active:nth-child(6){
  background: url("../images/front/fig6-active-a.png") no-repeat;
  background-size: 100%;

}





.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper {
  margin-top:20px;
  margin-bottom:30px;
  position: relative;
  cursor: pointer;
}
.main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper:before{
  content:'';
  width:220px;
  height:3px;
  background: url('../images/front/line1.png') no-repeat;
  position: absolute;
  bottom:-10px;
  left:0;
}
.main-service-wrapper .line-block-wrapper div.right-block .text{
  font-size:16px;
  color:#47463f;
  display:none;
  margin-bottom:20px;
}
.main-service-wrapper .line-block-wrapper div.right-block .text.active{
  display: block;
}
.main-service-wrapper .line-block-wrapper div.right-block .review-link a{
  position: relative;
  padding: 3px 0;
  display: inline-block;
  width: 160px;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 14px;
  color: #0b6394;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden
}
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:after,
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:before
{
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  background: #0b6394;
  left: 50%;
  top: 0;
  transition: .3s;
  z-index: -1;
}
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:hover:before{
  left:0;
}
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:hover:after,
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:hover:before
{
  width:51%
}
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:after{
  right:50%;
}
.main-service-wrapper .line-block-wrapper div.right-block .review-link a:hover{
  color: #e8e8e8;
}

.main-service-wrapper .line-block-wrapper:nth-child(2n) div.left-block{
  background:#f7f7f7 ;
}


.title-block h2{
  font-family:Roboto, sans-serif;
  font-size:20px;
  color:#0b3951;
  text-align: center;
  margin-top:50px;
  margin-bottom:40px;
  position: relative;
}
.red-underline:before{
  content:'';
  width:80px;
  height:3px;
  background: #f9593a;
  position: absolute;
  margin-left:-40px;
  left:50%;
  bottom:-10px;
}
.title-block  p{
  max-width: 930px;
  margin:0 auto;
  font-family:Roboto, sans-serif;
  font-size:18px;
  color:#0b3951;
  text-align: center;
}

.image-block-2 {
  font-size: 0;
  margin-top: 60px;
  margin-bottom: 80px;
}

.image-block-2 > div.left-block {
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 8px 5px 27px 10px rgba(0,0,0,0.34);
  -moz-box-shadow: 8px 5px 27px 10px rgba(0,0,0,0.34);
  box-shadow: 8px 5px 27px 10px rgba(0,0,0,0.34);
}

.image-block-2>div {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  width: 50%;
}

.image-block-2>div.left-block ul{
  padding:0;
}

.image-block-2>div.left-block ul li {
  padding-left: 35px;
  position: relative;
  font-size: 16px;
  color: #47463f;
  margin-bottom: 20px;
  list-style: none;
}

.image-block-2>div.left-block ul li:before {
  content: '•';
  font-size: 60px;
  color: green;
  left: 0;
  position: absolute;
  top: 2px;
}

.image-block-2>div.right-block{
  max-width: 515px;
}

.image-block-2  .image {
  background: url(../images/front/hand.png) no-repeat;
  width: 515px;
  height: 475px;
  background-position: center center;
  background-size: 100% 412px;
  position: relative;
}
.image-block-2  .image .text-block{
  max-width:336px;
  position: absolute;
  top:-30px;
  right:-120px;
  background: #f7f7f7;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.image-block-2  .image .text-block p{
  font-family:Roboto, sans-serif;
  font-size:16px;
  color:#47463f;
}



.connection-block {
  font-size:0;
  margin-top:60px;
  margin-bottom:100px;

}
.connection-block > div {
  vertical-align: top;
  display: inline-block;
  margin:10px;
  width:48%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  padding-bottom:119px;
}
.connection-block > div.left-block .image{
  background: url(../images/front/foto1.png) no-repeat;
  width:445px;
  height:266px;
  background-size: 100% ;
  background-position: center top;
  margin: 0 auto;
  margin-top: -35px;


}
.connection-block > div  p{
  font-size:16px;
  color:#0b3951;
  text-align: center;

  max-width:90%;
  margin:0 auto;
  margin-top:20px;
}
.connection-block > div.right-block .image{
  background: url(../images/front/foto2.png) no-repeat;
  width:391px;
  height:304px;
  background-size: 100% ;
  background-position: center top;
  margin: 0 auto;


}
.connection-block > div.right-block p{
  margin-top:60px;
  margin-bottom:35px;

}
.connection-block > div.right-block {
  max-height:430px;
}


.connection-security-block {


}
.connection-security-block .item {
  padding:10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.connection-security-block .item  p{
  max-width:630px;
  margin:0 auto;
  font-family:Roboto, sans-serif;
  font-size:16px;
  color:#47463f;
}
.connection-security-block .item:nth-child(1){
  background: url('../images/front/ris1.png') no-repeat;
  background-size:100% 100%;
  min-height:175px;
  max-width:820px;
  margin: 0 auto;
}

.connection-security-block .item:nth-child(2){
  background: url('../images/front/ris2.png') no-repeat;
  background-size:100% 100%;
  min-height:145px;
  position: relative;
  top:-15px;
  max-width:880px;
  margin: 0 auto;
}
.connection-security-block .item:nth-child(3){
  background: url('../images/front/ris3.png') no-repeat;
  background-size:100% 100%;
  min-height:86px;
  position: relative;
  top:-30px;
  max-width:720px;
  margin: 0 auto;
}
.connection-security-block .item:nth-child(1) p{
  padding-top:5px;
}

.connection-security-block .item:nth-child(2) p{
  margin-top:25px;
  margin-bottom:40px;
}
.connection-security-block .item:nth-child(3) p {
  margin-top:25px;
  margin-bottom:20px;

}



.connection-security-block .item p {
  position: relative;
}
.connection-security-block .item:nth-child(1) p:before {
  content:'';
  width:3px;
  height:100%;
  position: absolute;
  left:-25px;
  background: #008000;
}
.connection-security-block .item:nth-child(2) p:before {
  content:'';
  width:3px;
  height:100%;
  position: absolute;
  left:-25px;
  background: #f85839;
}
.connection-security-block .item:nth-child(3) p:before {
  content:'';
  width:3px;
  height:100%;
  position: absolute;
  left:-25px;
  background: #f85839;
}
.title-block h2.big-size{
  font-size:24px;
}


.note-block.type-2 >div p{
  margin-top:55px;
}

.note-block.type-2>div.left-block .image{
  margin-top:35px;
  background: url('../images/front/monitor1.png') no-repeat;
  width: 295px;
  height: 300px;
  background-size: 100%;
  background-position: center top;
}
.note-block.type-2>div.right-block .image {
  background: url('../images/front/monitor2.png') no-repeat;
  width: 295px;
  height: 300px;
  background-size: 100%;
  background-position: center top;
  position: relative;
  top:-35px;
}
.note-block.type-2>div.right-block p
{
  margin-top:35px;
}
.note-block.type-2>div.right-block {
  max-height: 435px;
  margin-bottom: 0;

}
.note-block.type-2>div.left-block{
  max-height: 435px;
}
.note-block.type-2>div p {
  max-width:400px;
}



.note-block.type-3>div.left-block .image{
  background: url('../images/front/mob1.png') no-repeat;
  width: 155px;
  height: 400px;
  background-size: 100%;
  background-position: center top;
  position: relative;
  top:-35px;
}

.note-block.type-3>div.right-block .image {
  background: url('../images/front/mob2.png') no-repeat;
  width: 152px;
  height: 400px;
  background-size: 100%;
  background-position: center top;
  position: relative;
  top:-15px;
}
.note-block.type-3>div p {
  max-width:400px;
}
.note-block.type-3>div {
  padding-bottom:30px;
}
.note-block.type-3>div.right-block{
  min-height:515px;
}

.block-fon-wrapper{
  background: url('../images/front/fon1.png') no-repeat;
  min-height:194px;
  background-position: center;

  background-size:cover;
  margin-top:75px;
  margin-bottom:105px;
}
.block-fon-wrapper h3{
  color:white;
  padding-top:30px;
  padding-bottom:20px;
  text-align: center;
  font-size:20px;
}
.block-fon-wrapper .block-wrapper{
  max-width: 1070px;
  padding-left:20px;
  padding-right:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:0;
  margin:0 auto;
  padding-bottom:60px;
}
.block-fon-wrapper  div.left-block {
  display: inline-block;
  font-size:16px;
  width:50%;
  vertical-align: top;
  padding-right:15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;


}
.block-fon-wrapper  div.right-block {
  display: inline-block;
  font-size:16px;
  vertical-align: top;
  padding-left:15px;
  width:50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.block-fon-wrapper  div p {
  color:white;
  text-align: justify;
}


.block-fon-wrapper.type-2 {
  background: url('../images/front/fon2.png') no-repeat;
  min-height: 194px;
  background-position: center;
  background-size: cover;
  margin-top: 95px;
  margin-bottom: 0px;
}
.block-fon-wrapper.type-2 div p{
  margin-top:35px;
}

@media (max-width: 1280px) {
  .image-block-2 .image .text-block {
    right: 0;
  }

  .sites-wrapper {
    overflow: hidden;
  }

  body.page-home-new .main-container {
    overflow-x: hidden;
  }
}

@media (max-width: 1024px) {

  .image-block>div{
    width:100%;
    margin: 0 auto;
    display: block;
  }
  .note-block>div {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-bottom:100px;
  }
  .note-block>div p{
    padding-top:20px;
  }
  .protokol-block-wrapper .protokol-block{
    background-size:100%;
  }
  .main-service-wrapper .line-block-wrapper div.left-block{
    display: block;
    margin:0 auto;
  }
  .main-service-wrapper .line-block-wrapper div.right-block {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
  }
  .main-service-wrapper .line-block-wrapper div.right-block .icon-wrapper {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    max-width: 220px;

  }
  .main-service-wrapper .line-block-wrapper div.right-block p.title{
    text-align: center;
  }
  .main-service-wrapper .review-link,.main-service-wrapper .line-block-wrapper div.right-block p.count
  {
    text-align: center;
  }
  .image-block-2>div {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .image-block-2>div.right-block{
    width:100%;
    max-width: 100%;
  }
  .image-block-2 .image {
    width:100%;
    background-size:cover;
  }
  .image-block-2 .image .text-block {
    right: 50%;
    top: 50%;
    margin-top: -85px;
    margin-right: -168px;
  }
  .connection-block>div{
    width:100%;
    display: block;
    margin: 0 auto;
  }
  .connection-block>div.right-block p{
    padding-top:20px;
  }
  .block-fon-wrapper.type-2{
    margin-top:0;
  }
}

@media (max-width: 767px) {
  .block-fon-wrapper div.left-block  {
    display: block;
    width: 100%;
    padding: 10px;

  }
  .block-fon-wrapper div.right-block  {
    display: block;
    width: 100%;
    padding: 10px;

  }
  .note-block>div {

    width: 100%;

  }
  .connection-security-block .item:nth-child(3){
    top:0;
  }
  .connection-security-block .item:nth-child(2){
  top:0;}

  .connection-security-block .item{
    margin-bottom:15px !important;
  }
  .note-block.type-2>div p{
    margin-top:0;
  }
  .block-info-wrapper>div.left-block{
    width:100%;
  }
  .block-info-wrapper>div.right-block {
    width: 100%;
  }
  .image-block>div.left-block .image {
    width: 100%;
    height: 490px;
    background-position: center center;
    background-size: cover;
  }
  .protokol-block-wrapper{
    display: none;
  }
  .node-type-service iframe{
  	height: 250px;
  }
 .ytp-cued-thumbnail-overlay-image{
  	background-size: 100%;
  }
}

@media (max-width: 480px) {
  .block-info-wrapper>div.right-block .list-block ul{
    padding:0;
  }
  .note-block>div.left-block .image {
    width: 300px;
    height: 242px;
  }
  .main-service-wrapper .line-block-wrapper div.left-block{
    min-width:290px;
  }
  .connection-block>div.left-block .image {
    width: 100%;
    height: 170px;
    background-size: 100%;
  }
  .connection-block>div.right-block .image{
    width:100%;
  }
  .connection-security-block .item p{
    max-width:220px;
  }
}

.inner-filter .vpn-filter-advanced {
  margin: 0 auto;
  max-width: 950px;
}

.inner-filter .vpn-filter-advanced-form {
  padding: 0;
  background: #e8e8e8;
}

.node-type-rating .rtejustify a{
	border-bottom: 2px solid #0b273c;
	font-weight: 600;

}
.node-type-rating .rtejustify a:hover{
	text-decoration: none;

}

.page-ip .info-table {
  padding: 0 40px;
}

.page-ip .info-block {
  border: 1px solid #ddd;
  border-bottom: none;
}

.page-ip .info-block .info-item {
  padding: 5px 10px 5px 40px;
  border-bottom: 1px solid #ddd;
  background: url(../images/icons/default.png) left 5px center no-repeat;
  background-size: 30px 30px;
}

.page-ip .info-block .info-item .info-label {
  float: left;
  width: 100px;
  font-weight: bold;
}

.page-ip .info-block .info-item .info-label:after {
  content: ':';
}

.page-ip .info-block .info-item.icon-ip {
  background-image: url(../images/icons/ip.png);
}

.page-ip .info-block .info-item.icon-hostname {
  background-image: url(../images/icons/hostname.png);
}

.page-ip .info-block .info-item.icon-location {
  background-size: 30px 20px;
}

.page-ip .info-block .info-item.icon-isp {
  background-image: url(../images/icons/isp.png);
}

.page-ip .info-block .info-item.icon-system {
  background-image: url(../images/icons/system.png);
}

.page-ip .info-block .info-item.icon-system-ios {
  background-image: url(../images/icons/system-ios.png);
}

.page-ip .info-block .info-item.icon-system-windows {
  background-image: url(../images/icons/system-windows.png);
}

.page-ip .info-block .info-item.icon-system-open-bsd {
  background-image: url(../images/icons/system-open-bsd.png);
}

.page-ip .info-block .info-item.icon-system-linux {
  background-image: url(../images/icons/system-linux.png);
}

.page-ip .info-block .info-item.icon-system-safari {
  background-image: url(../images/icons/system-safari.png);
}

.page-ip .info-block .info-item.icon-system-macintosh {
  background-image: url(../images/icons/system-macintosh.png);
}

.page-ip .info-block .info-item.icon-system-os2 {
  background-image: url(../images/icons/system-os2.png);
}

.page-ip .info-block .info-item.icon-browser {
  background-image: url(../images/icons/browser.png);
}

.page-ip .info-block .info-item.icon-browser-opera {
  background-image: url(../images/icons/browser-opera.png);
}

.page-ip .info-block .info-item.icon-browser-ie {
  background-image: url(../images/icons/browser-ie.png);
}

.page-ip .info-block .info-item.icon-browser-internet {
  background-image: url(../images/icons/browser-internet.png);
}

.page-ip .info-block .info-item.icon-browser-firefox {
  background-image: url(../images/icons/browser-firefox.png);
}

.page-ip .info-block .info-item.icon-browser-safari {
  background-image: url(../images/icons/browser-safari.png);
}

.page-ip .info-block .info-item.icon-browser-chrome {
  background-image: url(../images/icons/browser-chrome.png);
}

.page-ip .info-block .info-item.icon-browser-netscape {
  background-image: url(../images/icons/browser-netscape.png);
}

.page-ip .info-block .info-item.icon-webrtc {
  background-image: url(../images/icons/webrtc.png);
}

.page-ip .info-block .info-item.icon-time {
  background-image: url(../images/icons/time.png);
}

.page-ip .map-block #map {
  width: 100%;
  height: 331px;
}

@media (max-width: 767px) {
  .page-ip .info-table {
    padding: 0;
  }
}

.page-download-stat form.current-ip {
  margin-bottom: 20px;
  text-align: center;
}

.page-download-stat form.current-ip input[type="submit"] {
  padding: 3px 30px;
}

.page-download-stat .torrent-table-wrapper {
  margin-bottom: 20px;
  padding: 0 15px;
}

.page-download-stat .torrent-table {
  width: 100%;
}

.page-download-stat .torrent-table th,
.page-download-stat .torrent-table td {
  padding: 2px 5px;
  border: 1px solid #ddd;
}

.page-download-stat .torrent-table tr:nth-child(2n) td {
  background: #e7f6fd;
}

.page-download-stat .torrent-table th {
  font-size: .8em;
  color: #fff;
  text-transform: uppercase;
  border-color: #0b6394;
  background: #0b6394;
}

@media (max-width: 767px) {
  .page-download-stat form.current-ip input[type='text'] {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .page-download-stat .torrent-table,
  .page-download-stat .torrent-table tbody {
    display: block;
  }

  .page-download-stat .torrent-table thead {
    display: none;
  }

  .page-download-stat .torrent-table tr {
    display: block;
    border: 1px solid #ddd;
  }

  .page-download-stat .torrent-table tr:not(:first-child) {
    border-top: none;
  }

  .page-download-stat .torrent-table td {
    display: block;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .page-download-stat .torrent-table td:before {
    font-weight: bold;
  }

  .page-download-stat .torrent-table td:nth-child(1):before {
    content: 'Begin: ';
  }

  .page-download-stat .torrent-table td:nth-child(2):before {
    content: 'End: ';
  }

  .page-download-stat .torrent-table td:nth-child(3):before {
    content: 'Category: ';
  }

  .page-download-stat .torrent-table td:nth-child(4):before {
    content: 'Title: ';
  }

  .page-download-stat .torrent-table td:nth-child(5):before {
    content: 'Size: ';
  }
}

#block-block-27,
#block-block-29 {
  margin-bottom: 20px;
  padding: 0 15px;
}

.link-w-hand {
  position: relative;
}

.link-w-hand:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  width: 22px;
  height: 23px;
  background: url(../images/trans-hand.png);
}

.sharethis-inline-share-buttons.st-right{
  text-align: center !important;
  margin-bottom: 15px;
}

.view-id-coupons{
  padding-left: 40px;
  padding-right: 40px;

}

.view-id-coupons .view-content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.view-id-coupons .view-content .views-row{
  width:30%;
  padding: 10px 30px 10px 30px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 60px -10px rgba(0,0,0,0.75);

}
.view-id-coupons .view-content .views-row .views-field-field-user-rating .field-content{
  position: relative;
  color: #000000;
  font-family: 'Roboto',sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.view-id-coupons .view-content .views-row .views-field-field-user-rating .field-content:before{
  content:'';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 3px;
  background: url('../images/coupon-star.png') no-repeat;
  background-size: 100%;
}
.view-id-coupons .view-content .views-row .rating_block{
     display: flex;
    justify-content: space-between;
}

.view-id-coupons .view-content .views-row .rating_block .review{
   background: #4d9d0e;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-right: -30px;
    max-width: 190px;
}
.view-id-coupons .view-content .views-row .rating_block .review a{
    line-height: 18px;
    display: block;
    color: white;
    font-size: 16px;
}
.view-id-coupons .views-field-field-logo {
  margin-top:10px;
  margin-bottom: 20px;
}
.view-id-coupons .views-field-field-logo img{
  width:230px;
  margin:0 auto;
}
.view-id-coupons .views-field-field-discount-text p{
     color: #000000;
      font-family: 'Roboto',sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
.view-id-coupons .views-field-field-coupons-link a{
    color: #4d9d0e;
       font-family: 'Roboto',sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}
.view-id-coupons .views-field-field-expires-date .link_wrapper{
   position: relative;
}
.view-id-coupons  .coupon_button{

}
.view-id-coupons  .coupon_button a {
   color: #fff;
       font-family: 'Roboto',sans-serif;
    font-size:18px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
     text-transform: uppercase;
    background-color: #f5950c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 200px;
    display: block;
    text-align: center;
    margin: 0;
    margin-top:15px;
}

.view-id-coupons .coupon_button a:hover {
      opacity: 1;
      width: 157px;
      transition-duration: 0.8s;

}
.view-id-coupons .coupon_button a:not(:hover){
  transition-duration: 0.8s;
}

.view-id-coupons .fake_number{
    position: absolute;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    display: block;
    text-align: right;
    margin: 0 auto;
    border: 1px dashed #f5950c;
    left: 50%;
    margin-left: -100px;
    z-index: 0;
}
.view-id-coupons .coupon_button{
   width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 0;
    position: relative;
}
.view-id-coupons .views-field-field-expires-date p{
   text-align: center;
   color: #e92028;
     font-family: 'Roboto',sans-serif;
    font-size:12px;
     font-weight: bold;

}

#block-simplenews-229 .block-title{
  text-align: center;
}

#block-simplenews-229  p{
  text-align: center;
  margin-bottom: 15px;
}
#block-simplenews-229 .focus-border{
  display: none;
}
#block-simplenews-229  form.simplenews-subscribe >div{
  display: flex;
  justify-content: center;

}
#block-simplenews-229  form.simplenews-subscribe .form-item-mail{
  margin:0;
}
#block-simplenews-229  form.simplenews-subscribe label{
  display: none;
}
#block-simplenews-229  form.simplenews-subscribe #edit-mail{
      width: 480px;
}

#block-simplenews-229    #edit-submit{
  padding-top: 0;
  padding-bottom: 0;
  line-height: 46px;
  height: 46px;
}
.page-coupons .highlighted.jumbotron{
  background: white;
  margin-bottom: 0;
}
.page-coupons #block-block-26{
  margin-bottom: 45px; 
  padding-right: 40px;
}

.couponModal {

}
.modal-backdrop.fade.coupons{
  z-index: -1; 
}
.modal-backdrop.fade.coupons.in{
  z-index: 1040;
}

.couponModal .modal-header{
   border:none;
}
.couponModal .modal-dialog{
  position: relative;
  top:30%;
}
.couponModal .modal-title {
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 320px;
    color:white;
}
.couponModal .title{
  font-size: 20px;
  margin-bottom: 20px;


}
.couponModal .title  {
    color:white;
     font-weight: bold;
     font-size: 24px;
}
.couponModal .subtitle {
   font-weight: normal;
    font-size: 18px;
  
}
.couponModal .modal-content{
  background: #e24c79;
  padding-top:15px;
  padding-bottom: 15px;

}
.couponModal .modal-body p{
    text-align: center;
    margin:0;
    padding:0;
}
.couponModal .modal-body .text{
  display: flex;
  justify-content: center;
}
.couponModal .modal-body .text p{
  color:white;
   font-size: 16px;
   line-height: 20px;
  margin-right: 15px;
  display: flex;
  line-height: 46px;
}

.couponModal .modal-body .text p .coupon_arrow{
  background: url('../images/coupon-arrow.png') no-repeat;
  background-position: left center;
  background-size: 44px 8px;
  width: 44px;
  height: 46px;
  color:transparent;
  margin-right: 10px;

}
.couponModal .modal-body .text p a{
  background: white;
  color: #e24c79;
  border-radius: 7px;
  text-align: center;
  font-weight: 100;
  height: 46px;
  line-height: 46px;
  padding-left: 30px;
  padding-right: 30px;

}
.couponModal .coupon_icon{
  background: url('../images/coupon-icon.png') no-repeat;
  background-position: center center;
  background-size: 82px 46px;
  width: 100%;
  height: 46px;
  margin-top:-46px;
  margin-bottom: 20px;

}

 .couponModal .modal-header .close{
  position: relative;
  z-index: 8;
  color: white;
  opacity: 1;
   position: relative;
    top: -20px;
}
 .couponModal .modal-header .close span{
        font-weight: 100;
    font-size: 24px;
    margin-top: 0px;
    display: block;
   
 }
.page-coupons .sharethis-inline-share-buttons{
  text-align: center !important;
}
.rteindent1{
  margin-right: 40px;
}
@media (max-width: 767px) {
  

  .view-id-coupons .view-content .views-row{
    width: 100% ;
  }  
  .view-id-coupons{
    padding:0;
  }
  .page-service .dark p{
     padding-left: 10px !important;
  }
}

@media (min-width: 768px)
{
 .couponModal .modal-dialog {
    width: 540px;
   
}
.header-wrapper{
    position: fixed;
    width:100%;
    z-index: 12;
    top:-1px;
  }
  .under_header_menu{
    position: fixed;
    top:72px;
    width:100%;
    z-index: 11;
  }
  body .main-container{
   margin-top: 121px;
  }
  .page-node-433 .under_header_menu {
      padding-top:10px;
      padding-bottom: 10px;
  }

  .row > .author-block{
    padding-left: 70px;
  }
  .node .row > .author-block{
    padding-left: 15px;
  }
}



/* guide page */

.guide-wrapper{
	display: flex;
	justify-content: center;
}
.guide-wrapper .item{
   width:33.33%;
   padding-bottom: 20px;
}
.guide-wrapper .item:nth-child(1){
	background:url('../images/guide-pic1.png') no-repeat;
	background-size: cover;
  padding-bottom: 40px;


}
.guide-wrapper .item:nth-child(2){
    background:url('../images/guide-pic2.png') no-repeat;
	background-size: cover;
      background-position: -70px;
  padding-bottom: 0;
   display: flex;
   align-items: center;
}
.guide-wrapper .item:nth-child(3){
    background:url('../images/guide-pic3.png') no-repeat;
	background-size: cover;
}
.guide-wrapper .item .title{
	font-family: "OpenSans" , sans-serif;
	font-weight: 600;
	font-size:24px;
	color: #fff;
	padding-top:20px;

}
.guide-wrapper .item .subtitle{
    font-family: "OpenSans" , sans-serif;
	font-weight: 100;
	font-size:18px;
	color: #fff;
}
.guide-wrapper .item:nth-child(3) .subtitle{
  color:#1b768c;
}

.guide-wrapper .item  .text-wrap{
  
}
.guide-wrapper .item .big_title{
  font-family: "OpenSans" , sans-serif;
	font-weight: 100;
	font-size:36px;
	color: #fff;
	padding-top:0px;
	max-width: 100px;
	max-width: 200px;
  line-height: 46px;
}
.guide-wrapper .item .red_title{
   color: #e1452b;
}

.guide-wrapper .item a{
   border: 1px solid white;
   text-align: left;
   background:transparent;
   font-family: MyriadProRegular,sans-serif;
   font-weight: 100;
   color: #fff;
   padding:5px 15px;
   display: block;
   margin:0 ;
   width:160px;
 }
.guide-wrapper .item a:hover{
	text-decoration: none;
	color: #000;
}

.guide-wrapper .item a.red_btn{
	background-color: #e1452b;
	color:white;
	border:1px solid #e1452b;
	position: relative;
	top:20px;
}
.guide-wrapper .item a.red_btn:hover{
	/*color: #000;*/
}
.guide-wrapper .item{
  padding-left: 40px !important;
  padding-right: 40px !important;
}
 .guide-wrapper .item p{
	padding-left: 0px !important;
	padding-right: 40px !important;
}
#block-block-31{
	width: 100%;
}
.guide-wrapper .item:nth-child(1) a:hover{
   background-color:  #e1452b;
   color:white;
}
.guide-wrapper .item:nth-child(2) a:hover{
  background-color: #1b768c;
  color: white;
}
.guide-wrapper .item:nth-child(3) a:hover{
  background-color: #1b768c;
  color: white;
  border: 1px solid white;
}
@media (max-width: 768px){
  .guide-wrapper{
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
  }
  .guide-wrapper .item{
    width:100%;
  }
  .guide-wrapper .item a.red_btn{
    top:0;
  }
}



/*  question block  */

.answer-question{
  margin-right: -15px;
  margin-left: -15px;
  padding:20px 15px;

}
.answer-question .container{
   background:#efefef;
   width: 100%;
   padding:20px;

}
.question-btn{
  width:200px;
  margin-top:20px;
}
.answer-question h2{
	position: relative;
	margin-bottom: 25px;
}
.answer-question h2:before{
	    content: ' ';
    position: absolute;
    top: 35px;
    left: 0;
    right: auto;
    margin: 0 auto;
    width: 90px;
    height: 1px;
    background: #bbbbbb;
}
.answer-question input[type="radio"]{
  width:16px;
  height:16px;
}

.fv_block-1 .date-update{
    text-align: center;
    font-size: 20px;
    color: white;
    margin-bottom: 30px;
}



/* new filter for main page */


.mainpage_filter_new{
  background: url('../images/main-page/filter-fon.jpg') no-repeat;
  background-size: 100% 100%;
}
.mainpage_filter_new .vpn-filter-advanced .vefl-region.vefl-region-top1{
    background-color: transparent;
    border-bottom: none;
}
.node-type-page .node-page .content :not(.block) a{
 border-bottom: 2px solid #0b273c;
    font-weight: 600;
}
.node-type-page .rtejustify a:hover{
  text-decoration: none;
}


/* Comparison page */
#compare_table_wrapper {
  padding: 0 140px;
}

#compare_table {
  width: 100%;
}

#compare_table .parameter-group {
  font-weight: bold;
  vertical-align: top;
}

#compare_table td {
  padding: 3px 10px;
}

#compare_table thead td {
  padding: 10px;
}

#compare_table .service {
  width: 25%;
  text-align: center;
}

#compare_table .service img {
  margin: 0 auto;
}

#compare_table .compare-yes {
  color: #47b312;
}

#compare_table .compare-no {
  color: #ea2830;
}

@media (max-width: 991px) {
  #compare_table_wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  #compare_table_wrapper {
    padding: 0 10px;
  }
  
  #compare_table,
  #compare_table tr,
  #compare_table td {
    display: block;
    width: 100%;
    border: none;
  }
  
  #compare_table .service {
    width: 100%;
  }
  
  #compare_table thead .service {
    margin: 0 auto;
    width: 70%;
  }
  
  #compare_table td {
    padding: 0 10px 0 30px;
  }
  
  #compare_table td.parameter-group {
    margin-top: 15px;
    padding-left: 10px;
    background-color: #e8e8e8;
  }
  
  #compare_table td.parameter {
    font-weight: bold;
  }
  
  #compare_table .service .name {
    float: left;
    padding-left: 10px;
    width: 70%;
    text-align: left;
  }
}

.inner-filter-text-block .left_block .ip-block img{
	max-width: 40px;
}
body .navbar-toggle:focus{
  background-color: transparent !important;
}

#node-433 .field-name-field-for-menu{
  display: none;
}



.ajax-comment-form {
  padding-left: 70px;
  padding-right: 70px;
}
.ajax-comment-form .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}

