@charset "UTF-8";

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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
  color: #090a19;
  background-color: #ffffff;
  font: 400 16px/1.75 "Work Sans", "Helvetica Neue", Arial, sans-serif;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

main, li {
  display: block;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  color: #090a19;
  font-size: inherit;
  font-weight: 400;
}

strong {
  font-weight: 500;
}

a, button {
  transition: 0.25s;
  color: inherit;
}

a {
  text-decoration: none;
  color: #2fa6f8;
}

a:focus, a:hover {
  color: rgba(47, 166, 248, .8);
}

button {
  overflow: visible;
  cursor: pointer;
  letter-spacing: inherit;
  border: 0;
  background: none;
  font: inherit;

  -webkit-font-smoothing: inherit;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

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

/* Tipography */

.text {
  margin-bottom: 20px;
  color: #4f555f;
}

.text:last-child {
  margin-bottom: 0;
}

.text_lg, .text_xl {
  margin-bottom: 40px;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text_sm {
  color: #a0aac3;
  font-size: 0.75rem;
  line-height: 1.5;
}

h1, .h1 {
  margin-bottom: 15px;
  font-size: 1.875rem;
  line-height: 1.2;
}

h2, .h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
}

h3, .h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

h4, .h4 {
  margin-bottom: 18px;
  font-size: 1.25rem;
  line-height: 1.3;
}

p {
  margin: 0 0 20px;
}

p:last-child {
  margin-bottom: 0;
}

.list-styled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list-styled li {
  position: relative;
  margin-bottom: 37px;
  padding-left: 46px;
}

[dir=rtl] .list-styled li {
  padding-right: 46px;
  padding-left: 0;
  text-align: right;
}

.list-styled li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 22px;
  height: 16px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.86 1.31L8.6 13.57 1.765 6.74' stroke-width='3' stroke='%232FADF8' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

[dir=rtl] .list-styled li:before {
  right: 0;
  left: auto;
}

.text_lg .list-styled li {
  margin-bottom: 20px;
}

/* Button */

.btn {
  display: inline-block;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 30px;
  background-color: #2fa6f8;
  font-size: 1rem;
  font-weight: 500;
  line-height: 60px;
  transition: background 200ms Cubic-bezier(1, 0, 0.43, 1), color 200ms Cubic-bezier(1, 0, 0.43, 1), transform 200ms Cubic-bezier(0.3, 0, 0.3, 1);
}

.btn:hover, .btn:focus, .btn:active {
  text-decoration: none;
  color: #ffffff;
}

.btn:hover {
  background-color: #2e9ce6;
}

.btn:active {
  background-color: #007ED5;
}

.btn_outline {
  color: #2fa6f8;
  background: none;
}

.btn_outline:hover {
  border-color: #2e9ce6;
  background-color: #2e9ce6;
}

.btn_outline:active {
  border-color: #007ED5;
  background-color: #007ED5;
}

.btn_sm {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 0.875rem;
  line-height: 36px;
}

/* Select */

.select {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 22px;
  padding-right: 19px;
  transition: all 0.25s;
  border: 0;
}

[dir=rtl] .select {
  padding-right: 0;
  padding-left: 19px;
}

.select:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -2px;
  content: "";
  pointer-events: none;
  border-width: 6px 4.5px 0 4.5px;
  border-style: solid;
  border-color: #a0aac3 transparent transparent transparent;
}

[dir=rtl] .select:after {
  right: auto;
  left: 0;
}

.select:hover:after, .select:focus:after {
  border-top-color: #4f555f;
}

.select__select {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s;
  text-align-last: right;
  color: #a0aac3;
  border: none;
  outline: none;
  background: 0 0;
  font-size: 1rem;
  line-height: 1.375;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[dir=rtl] .select__select {
  text-align-last: left;
}

.select__select::-ms-expand {
  display: none;
}

.select__select:focus, .select__select:hover {
  color: #4f555f;
}

/* Platform icons */

.platform-icons {
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin: 46px auto 0;
  padding: 0;
  list-style-type: none;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.platform-icons__icon {
  display: block;
  width: 22px;
  height: 22px;
}

.platform-icons_muted .platform-icons__icon {
  opacity: 0.5;
}

/* Layout */

.wrapper {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.wrapper_lg {
  max-width: 1440px;
}

.wrapper_sm {
  max-width: 870px;
}

.wrapper_xs {
  max-width: 760px;
}

/* section */

.section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x:hidden;
}

.section_bg_gray {
  background: #fafafa;
}

.section_border_bottom {
  border-bottom: 1px solid #e8e8e8;
}

.section_bg_plain_blue {
  background: #f2fafd;
}

.section_bg_light_blue {
  background: #f2faff url(/top-vpn/imgs/top-vpn/bg-light-blue.png) 50% 100% no-repeat;
  background-size: cover;
}

/* Header */

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100vw;
  padding: 0;
  transition: 0.5s;
  transform: translateZ(0);
  color: #ffffff;
  background-color: transparent;
}

.header_scrolled {
  background-color: hsla(0, 0%, 100%, .98);
}

.header__wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  height: 80px;
  transition: 0.5s;
  -ms-flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo {
  display: block;
  width: 152px;
  height: 26px;
  transition: 0.5s;
}

.header__logo-link {
  display: block;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.84;
}

.header__btn {
  display: none;
}

/* Hero */

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 0;
}

.hero__wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero__content {
  margin-bottom: 30px;
}

.hero__description {
  margin: 0 auto 20px;
}

.hero__img-placeholder {
  max-width: 375px;
  margin: 0 auto;
  transition: 0.5s;
}

.hero__img {
  display: block;
  max-width: 100%;
}

/* Quotes */

.quotes {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.quotes__item {
  display: none;
  overflow: hidden;
  flex-direction: column;
  height: 202px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
}

.quotes__item.slick-current {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Partners */

.partners {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.partners__wrapper {
  padding-right: 0;
  padding-left: 0;
}

.partners__list {
  position:relative;
}

.partners__list-link {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 6.9375rem;
}

.partners__list-img {
  display: block;
  margin: auto;
  transform: scale(0.8);
}

.partners__list-img_default {
  display: none;
}

.partners__list-item:focus .partners__list-img_default, .partners__list-item:hover .partners__list-img_default, .partners__list-item.active .partners__list-img_default, .partners__list-item.slick-current .partners__list-img_default {
  display: block;
}

.partners__list-item:focus .partners__list-img_hover, .partners__list-item:hover .partners__list-img_hover, .partners__list-item.active .partners__list-img_hover, .partners__list-item.slick-current .partners__list-img_hover {
  display: none;
}

.partners .slick-list {
  width:100%;
  padding:0 !important;
}

.partners .slick-current {
  position:relative;
}

.partners .slick-current:before {
  position: absolute;
  top: -1px;
  left: 0;
  right:0;
  height: 4px;
  background-color: #2fa6f8;
  content:'';
}

/* Features */

.features {
  position: relative;
  overflow: hidden;
}

.features__wrapper {
  position: relative;
  z-index: 2;
}

.features__list {
  max-width: 460px;
  margin-top: 41px;
  margin-right: auto;
  margin-left: auto;
}

.features__guarantee {
  margin-top: 15px;
  text-align: center;
}

.features__img-placeholder {
  max-width: 375px;
  margin: 50px auto 0;
}

.features__img {
  display: block;
}

/* Guarantee */

.guarantee {
  white-space: nowrap;
  color: #4f555f;
}

.guarantee__icon {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: default;
  transition: 0.5s;
  vertical-align: middle;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0c4.41 0 8 3.59 8 8s-3.59 8-8 8-8-3.59-8-8 3.59-8 8-8zm.8 11.2V6.6c0-.11-.09-.2-.2-.2h-2c-.11 0-.2.09-.2.2V8h.8v3.2h-.8v1.4c0 .11.09.2.2.2h2.8c.11 0 .2-.09.2-.2v-1.4h-.8zm-.2-6.4c.11 0 .2-.09.2-.2V3.4c0-.11-.09-.2-.2-.2H7.4c-.11 0-.2.09-.2.2v1.2c0 .11.09.2.2.2h1.2z' fill='%23A0AAC3' fill-rule='evenodd' opacity='.501'/%3E%3C/svg%3E");
}

.guarantee__icon:hover {
  opacity: 1;
}

/* Popover */

.tooltip {
  position: relative;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
}

.tooltip__body {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: none;
  width: 235px;
  margin-left: -117.5px;
  padding: 18px 20px 6px;
  text-align: left;
  white-space: normal;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.tooltip:hover .tooltip__body {
  display: block;
}

.tooltip__body:before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -13.5px;
  content: "";
  pointer-events: none;
  border-width: 13px 13.5px 0 13.5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .04) transparent transparent transparent;
}

.tooltip__body:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12.5px;
  content: "";
  pointer-events: none;
  border-width: 12px 12.5px 0 12.5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip p {
  margin-bottom: 9px;
  font-size: 1rem;
  line-height: 1.625;
}

/* Sites List */

.sites-list {
  text-align: center;
}

.sites-list__item {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 7.5px;
  vertical-align: top;
  border-radius: 200px;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .04);
}

.sites-list__item-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 60px;
  max-height: 25px;
  margin: auto;
}

.sites-list__item_colored {
  box-shadow: none;
}

.sites-list__item_black {
  background-color: #000000;
}

.sites-list__item_apple-music {
  background-color: #343433;
}

.sites-list__item_bbc-sport {
  background-color: #feff29;
}

.sites-list__item_cnn {
  background-color: #ec1c2e;
}

.sites-list__item_dropbox {
  background-color: #007ee5;
}

.sites-list__item_ea {
  background-color: #242525;
}

.sites-list__item_espn {
  background-color: #cc0000;
}

.sites-list__item_facebook {
  background-color: #3b5998;
}

.sites-list__item_hulu {
  background-color: #7cb74f;
}

.sites-list__item_netflix {
  background-color: #d81f26;
}

.sites-list__item_pinterest {
  background-color: #bd081c;
}

.sites-list__item_skype {
  background-color: #24baf2;
}

.sites-list__item_snapchat {
  background-color: #fffc00;
}

.sites-list__item_spotify {
  background-color: #1ed760;
}

.sites-list__item_supercell {
  background-color: #100f0d;
}

.sites-list__item_tumblr {
  background-color: #35465c;
}

.sites-list__item_twitter {
  background-color: #1da1f2;
}

.sites-list__item_vimeo {
  background-color: #1ab7ea;
}

.sites-list__item_whatsapp {
  background-color: #44d97c;
}

/* Access */

.access {
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  background-color: #f2fafd;
}

.access__list {
  overflow: hidden;
  margin: 45px -22% 0;
}

/* Features Box */

features-box {
}

.features-box li:nth-child(2n) {
  flex-direction: row-reverse;

  -ms-flex-direction: row-reverse;
}

.features-box ul {
  max-width: 410px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.features-box li {
  margin: 0 0 50px;
}

.features-box li:last-child, .features-box p:last-child {
  margin-bottom: 0;
}

.features-box img, .features-box svg {
  display: block;
  width: 100%;
  max-width: 165px;
  height: auto;
  margin: 0 auto 15px;
}

.features-box__content {
  max-width: 400px;
  text-align: center;
}

/* Comments */

.comments {
  overflow: hidden;
  padding-bottom: 0;
  text-align: center;
}

.comments__list {
  padding-bottom: 64px;
}

.comments__item {
  position: relative;
  line-height: 1.375;
}

.comments__img-placeholder {
  margin-bottom: 21px;
}

.comments__img {
  display: block;
  margin: auto;
}

.comments__text {
  margin-bottom: 20px;
}

.comments__text:before {
  content: "\201C";
}

.comments__text:after {
  content: "\201D";
}

.slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots {
  bottom: 3px;
}

/* FOOTER */

.footer {
  padding-top: 36px;
  padding-bottom: 43px;
  text-align: center;
  line-height: 1.375;
}

.footer__wrapper {
  width: 100%;
}

.footer .copy {
  color: #a0aac3;
}

.footer__nav {
  margin-top: 16px;
  white-space: nowrap;
}

.footer__nav a {
  margin-right: 4px;
  margin-left: 4px;
  color: #a0aac3;
  border-bottom: 1px solid;
  font-weight: 400;
}

.footer__nav a:hover, .footer__nav a:focus {
  border-bottom: none;
}

.footer__lang {
  margin-bottom: 16px;
}

/*----------------------------------------------------------------------------------------------------*/

/* Buble
--------------------------------------------------------------------------------------------------------------*/

.bubble {
  position: absolute;
  display: block;
  top: 70%;
  left: 70%;
  opacity: 0;
  z-index: 1;
}

.bubble_1 {
  width: 24px;
  height: 4.8px;
  border-radius: 3px;
  background-color: #bce7f7;
}

.bubble_1:before {
  top: 50%;
  left: 50%;
  width: 4.8px;
  height: 24px;
  transform: translate(-50%,-50%);
  border-radius: 3px;
  background-color: #bce7f7;
  position: absolute;
  content: "";
}

.bubble_2 {
  width: 24px;
  height: 4.8px;
  border-radius: 3px;
  background-color: #f9515d;
}

.bubble_2:before {
  top: 50%;
  left: 50%;
  width: 4.8px;
  height: 24px;
  transform: translate(-50%,-50%);
  border-radius: 3px;
  background-color: #f9515d;
  position: absolute;
  content: "";
}

.bubble_3 {
  width: 17px;
  height: 17px;
  border: 4.8px solid #f9515d;
  border-radius: 50px;
}

.bubble_4 {
  width: 17px;
  height: 17px;
  border: 4.8px solid #bce7f7;
  border-radius: 50px;
}

.bubble_5 {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #024f98;
}

.bubble_6 {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #bce7f7;
}

.bubble_animation{
  animation: animationBubble linear 1.3s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: animationBubble linear 1.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
  -moz-animation: animationBubble linear 1.3s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: animationBubble linear 1.3s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: animationBubble linear 1.3s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationBubble{
  0% {
    opacity:0;
    transform:  translate(0,0)  scaleX(0.60) scaleY(0.60) ;
  }
  94% {
    opacity:1;
    transform:  translate(0,-30px)  scaleX(0.80) scaleY(0.80) ;
  }
  100% {
    opacity:0;
    transform:  translate(0,-29px)  scaleX(2.00) scaleY(2.00) ;
  }
}

/* Arrows */

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 4px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  display: block;
  position: relative;

  width: 20px;
  height: 20px;
  padding: 6px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 8px;
  height: 8px;
  border: 1px solid #9da7c1;
  border-radius: 100px;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  border: 0;
  background-color: #090a19;
}

.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track::before, .slick-track::after {
  content: '';
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width:768px) {
  .text_xl {
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
  .text:last-child {
    margin-bottom: 0;
  }
  h1, .h1 {
    margin-bottom: 22px;
    font-size: 2.5rem;
  }
  h2, .h2 {
    margin-bottom: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  h3, .h3 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.266667;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.208333;
  }
  .quotes__item {
    height: 130px;
  }
  .sites-list__item {
    width: 120px;
    height: 120px;
  }
  .sites-list__item-icon {
    max-width: 80px;
    max-height: none;
  }
  .access__list {
    width: 2200px;
    max-height: 270px;
    margin-right: -16%;
    margin-left: -16%;
  }
  .features-box li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;

    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .features-box__img-box {
    width: 100%;
    max-width: 270px;
    margin: 0 75px 0 0;
  }
  [dir=rtl] .features-box__img-box {
    margin: 0 0 0 75px;
  }
  .features-box__content {
    padding-top: 20px;
    text-align: left;
    text-align: start;
  }
  .features-box h2 {
    margin-bottom: 80px;
  }
  .features-box ul {
    max-width: 890px;
  }
  li:nth-child(2n) .features-box__img-box {
    margin: 0 0 0 75px;
  }
  [dir=rtl] li:nth-child(2n) .features-box__img-box {
    margin: 0 75px 0 0;
  }
  .features-box img, .features-box svg {
    max-width: 225px;
    margin-bottom: 0;
  }
  .comments__img-placeholder {
    margin-bottom: 41px;
  }
  .footer {
    padding-top: 73px;
    text-align: left;
  }
  .footer__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__nav:before {
    content: "\2014";
  }
  .footer__lang {
    margin-top: -2px;
    margin-bottom: 0;
  }
}

@media (min-width:1201px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
  .features {
    padding-bottom: 0;
  }
  .features__content {
    margin-right: 90px;
  }
  [dir=rtl] .features__content {
    margin-left: 90px;
    margin-right: 0;
  }
  .features__img-placeholder {
    width: 614px;
    height: 762px;
    margin-bottom: -112px;
  }
  .features-box__img-box {
    max-width: 384px;
    margin: 0 105px 0 0;
  }
  [dir=rtl] .features-box__img-box {
    margin: 0 0 0 105px;
  }
  li:nth-child(2n) .features-box__img-box {
    margin: 0 0 0 105px;
  }
  [dir=rtl] li:nth-child(2n) .features-box__img-box {
    margin: 0 105px 0 0;
  }
  .features-box img, .features-box svg {
    max-width: 264px;
  }
}

@media (min-width:480px) {
  .btn {
    padding-right: 40px;
    padding-left: 40px;
  }
  .btn_sm {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header__wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header__btn {
    transform:translateY(-200px);
    display: block;
  }
  .header_scrolled .header__btn {
    transform:translateY(0);
  }
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and ( min--moz-device-pixel-ratio: 1.25),
only screen and ( min-device-pixel-ratio: 1.25),
only screen and ( -webkit-min-device-pixel-ratio: 2.0833333333333335),
only screen and ( min-resolution: 200dpi),
only screen and ( -webkit-min-device-pixel-ratio: 1.25),
only screen and ( min-resolution: 1.25dppx) {
  .section_bg_light_blue {
    background-image: url(/top-vpn/imgs/top-vpn/bg-light-blue@2x.png);
  }
}

@media (min-width:1024px) {
  /*.section {
    padding-top: 82px;
    padding-bottom: 82px;
  }*/
  .section_bg_dark_blue {
    background-position: 0 0;
    background-size: cover;
  }
  .section_standart {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 700px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section_standart .wrapper {
    width: 100%;
  }
  .hero {
    padding-bottom: 0;
  }
  .hero__wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    text-align: left;
    -ms-flex-direction: row-reverse;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  [dir=rtl] .hero__wrapper {
    text-align: right;
  }
  .hero__content {
    max-width: 520px;
    margin-left: 91px;
  }
  [dir=rtl] .hero__content {
    margin-left: 0;
    margin-right: 91px;
  }
  .hero__description {
    margin-bottom: 37px;
    margin-left: 0;
  }
  .hero__platforms {
    margin-right: 0;
    margin-left: 0;
  }
  .hero__img-placeholder {
    width: 605px;
    max-width: none;
    height: 392px;
    margin-right: 0;
    margin-left: -210px;
  }
  [dir=rtl] .hero__img-placeholder {
    margin-left: 0;
    margin-right: -210px;
  }
  .quotes__list {
    position: relative;
  }
  .partners__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .partners__list-item {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .partners__list-link {
    height: 9.375rem;
  }
  .partners .slick-track {
    transform:none !important;
  }
  .features__wrapper {
    display: -ms-flexbox;
    display: flex;
    max-width: 1130px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .features__title {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .features__content {
    max-width: 366px;
  }
  [dir=rtl] .features__content {
    margin-right: 0;
    margin-left: 60px;
  }
  .features__list {
    margin-top: 56px;
  }
  .features__img-placeholder {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
  .comments {
    padding-top:0;
  }
}

@media (min-width:1440px) {
  .hero {
    padding-top: 124px;
  }
}

@media (min-width:420px) {
  .quotes__item {
    height: 150px;
  }
}

@media (min-width:530px) {
  .quotes__item {
    height: 124px;
  }
}

@media (min-width:900px) {
  .quotes__item {
    height: 102px;
  }
}

@media (min-width:1024px) and (max-width:1200px) {
  .quotes {
    padding-top: 24px;
    padding-bottom: 25px;
  }
  .partners__list-link {
    height: 8.3125rem;
  }
}

@media (min-width:600px) {
  .partners__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners__list-img {
    transform: none;
  }
}

@media (min-width:1024px) and (max-width:1201px) {
  .features__content {
    margin-right: 60px;
  }
  .features__img-placeholder {
    width: 484px;
    height: 601px;
  }
}

@media (max-width:767px) {
  .access__list {
    width: 1000px;
    margin-left: -10%;
  }
  .access__list li:first-child {
    margin-left: -90px;
  }
  .comments__text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .comments__author {
    font-size: 1rem;
    line-height: 1.75;
  }
}

@media (max-width:530px) {
  .access__list {
    width: 1000px;
    max-height: 285px;
    margin-left: -79%;
  }
}

@media (min-width:1100px) {
  .access__list {
    margin-right: -5%;
    margin-left: -13%;
  }
}

@media (min-width:1800px) {
  .access__list {
    margin-left: -8%;
  }
}

@media (min-width:1920px) {
  .access__list {
    margin-left: -7%;
  }
}

@media (min-width:1950px) {
  .access__list {
    margin-left: -6%;
  }
}

@media (min-width:1960px) {
  .access__list {
    width: auto;
    margin-right: -1%;
    margin-left: -1%;
    white-space: nowrap;
  }
}