@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

:after, :before, :hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: none;  /* IE 10+ */
  scrollbar-width: none; /* Firefox */
}

html, body {
  height: 100%;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

body {
  font-family: 'Inter', sans-serif;
}

.bold-italic-text {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-style: italic;
}

/* ================================
   BASE STYLES — mobile first
   ================================ */

.location_restriction {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  background: url("../img/bg.jpg") no-repeat top center #121212;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 42px;
}

.location_restriction a {
  color: #fff;
}

.location_restriction .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 14px;
}

.location_restriction .logo {
  display: block;
  margin: 10px auto 30px;
  max-width: 130px;
}

.location_restriction .logo img {
  display: block;
  width: 100%;
}

.location_restriction h1 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.location_restriction .subtitle {
  color: #B3B3B3;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  max-width: 520px;
  margin: 0 auto;
}

.location_restriction .router-mobile {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  margin: 20px auto 20px auto;
}

.location_restriction .restriction_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.location_restriction .restriction_list__item {
  position: relative;
  border-radius: 20px;
  border: 1px solid #B3B3B3;
  padding: 20px 12px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}

.restriction_list__item:nth-child(1) { order: 4; }
.restriction_list__item:nth-child(2) { order: 1; }
.restriction_list__item:nth-child(3) { order: 5; }
.restriction_list__item:nth-child(4) { order: 6; }
.restriction_list__item:nth-child(5) { order: 2; }
.restriction_list__item:nth-child(6) { order: 3; }

.location_restriction .restriction_list__item.vpn-item {
  background: url(../img/vpn-item__bg.png) top left no-repeat;
  background-size: cover;
  align-items: flex-start;
  justify-content: center;
  padding: 19px;
  min-height: 225px;
  gap: 16px;
}

.location_restriction .restriction_list__item svg {
  width: 130px;
  height: 114px;
  display: block;
  margin: 0 auto 20px;
}

.location_restriction .restriction_list__item_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.location_restriction .vpn-item .vpn-item__item_title {
  font-weight: 900;
  font-size: 32px;
  margin: 0;
  z-index: 1;
}

.location_restriction .restriction_list__item_desc {
  color: #B3B3B3;
  font-size: 12px;
  margin-bottom: 20px;
}

.location_restriction .vpn-item__vpn-points {
  font-size: 12px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0;
  text-align: left;
  z-index: 1;
}

.location_restriction .vpn-item__vpn-points li {
  margin-top: 8px;
}
.location_restriction .vpn-item__vpn-points li:first-child {
  margin-top: 0;
}

.location_restriction .vpn-item__btn {
  text-decoration: none;
  padding: 14.5px 28px;
  font-size: 12px;
  box-sizing: border-box;
  background: linear-gradient(253.67deg, #0844B2 2.27%, #4696D5 94.48%), linear-gradient(90deg, #FF2F63 0%, #FF3EFF 100%);
  border-radius: 8px;
  transition: 0.2s all ease;
}

.location_restriction .vpn-item__btn:hover {
  filter: drop-shadow(0 0 10px #4696D5);
}

.location_restriction .vpn-item__hero {
  position: absolute;
  right: -40px;
  bottom: -8px;
  width: 100%;
  max-width: 210px;
  margin-left: auto;
}

.location_restriction .router {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.app-btn {
  text-decoration: none;
  padding: 14.5px 28px;
  font-size: 12px;
  box-sizing: border-box;
  color: #000000 !important;
  background-color: #FFFFFF;
  border-radius: 10px;
  transition: 0.2s background-color;
}

.app-btn:hover {
  background-color: #B3B3B3;
}

.vpn-link {
  margin-top: 20px;
  color: rgba(130, 165, 255, 1) !important;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s color;
}

.vpn-link:hover {
  color: rgb(101, 143, 250) !important;
}

.geo-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 8px;
  row-gap: 0;
}

.geo-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 0;
}

.geo-list__flag {
  width: 12px;
  height: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.geo-list__name {
  font-size: 12px;
  color: #fff;
}

.restriction_list__item.router-item {
  padding: 40px 20px;
  justify-content: center;
}
/* ================================
   TABLET / MEDIUM DESKTOP — 768px+
   ================================ */

@media (min-width: 768px) {
  a {
    font-size: 11px;
  }

  .location_restriction .container {
    max-width: 782px;
    padding: 0 14px;
  }

  .location_restriction .logo {
    margin: 10px auto;
  }

  .location_restriction .subtitle {
    margin-bottom: 37px;
  }

  .location_restriction .router-mobile {
    display: none;
  }

  .location_restriction .restriction_list {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .restriction_list__item:nth-child(1) { order: 3; }
  .restriction_list__item:nth-child(2) { order: 1; }
  .restriction_list__item:nth-child(3) { order: 5; }
  .restriction_list__item:nth-child(4) { order: 6; }
  .restriction_list__item:nth-child(5) { order: 2; }
  .restriction_list__item:nth-child(6) { order: 4; }

  .location_restriction .restriction_list__item {
    padding: 14px 10px 15px;
  }

  .location_restriction .restriction_list__item svg {
    width: 99px;
    height: 99px;
  }
  .restriction_list__item.geo-item {
    justify-content: center;
  }
  .location_restriction .router {
    font-size: 17px;
  }
}

/* ================================
   LARGE DESKTOP — 1367px+
   ================================ */

@media (min-width: 1367px) {
  a {
    font-size: 13px;
  }

  .location_restriction {
    padding-top: 38px;
    padding-bottom: 50px;
  }

  .location_restriction .container {
    max-width: 916px;
    padding: 0 16px;
  }

  .location_restriction .logo {
    margin: 32px auto;
    max-width: 186px;
  }

  .location_restriction h1 {
    font-size: 33px;
  }

  .location_restriction .subtitle {
    font-size: 16px;
  }

  .location_restriction .restriction_list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto minmax(225px, auto) auto;
    gap: 16px;
  }

  .location_restriction .restriction_list__item:nth-child(1) { grid-column: 1;       grid-row: 1; }
  .location_restriction .restriction_list__item:nth-child(2) { grid-column: 2;       grid-row: 1; }
  .location_restriction .restriction_list__item:nth-child(3) { grid-column: 3;       grid-row: 1; }
  .location_restriction .restriction_list__item:nth-child(4) { grid-column: 1;       grid-row: 2; }
  .location_restriction .restriction_list__item:nth-child(5) { grid-column: 2 / span 2; grid-row: 2; }
  .location_restriction .restriction_list__item:nth-child(6) { grid-column: 1 / -1;  grid-row: 3; }

  .location_restriction .restriction_list__item {
    padding: 16px 38px 33px;
  }

  .location_restriction .restriction_list__item svg {
    width: 116px;
    height: 116px;
  }

  .location_restriction .restriction_list__item_desc {
    font-size: 13px;
  }

  .location_restriction .router {
    font-size: 20px;
  }
}

/* ================================
   XL DESKTOP — 1366px+
   ================================ */

@media (min-width: 1366px) {
  a {
    font-size: inherit;
  }

  .location_restriction {
    padding-top: 46px;
    padding-bottom: 60px;
  }

  .location_restriction .container {
    max-width: 1536px;
    padding: 0 20px;
  }

  .location_restriction .logo {
    margin: 39px auto;
    max-width: 224px;
  }

  .location_restriction h1 {
    font-size: 40px;
  }

  .location_restriction .subtitle {
    font-size: 20px;
    margin-bottom: 45px;
  }

  .location_restriction .restriction_list {
    gap: 20px;
  }

  .location_restriction .restriction_list__item {
    padding: 20px 46px 40px;
  }

  .location_restriction .restriction_list__item svg {
    width: 140px;
    height: 140px;
  }

  .location_restriction .restriction_list__item_title {
    font-size: 24px;
  }

  .location_restriction .restriction_list__item_desc {
    font-size: 16px;
  }

  .location_restriction .router {
    font-size: 24px;
  }
  
  .location_restriction .restriction_list__item:nth-child(1) { grid-column: 1;       grid-row: 1; }
  .location_restriction .restriction_list__item:nth-child(2) { grid-column: 2;       grid-row: 1; }
  .location_restriction .restriction_list__item:nth-child(3) { grid-column: 3;       grid-row: 1; }
  .location_restriction .restriction_list__item:nth-child(4) { grid-column: 1;       grid-row: 2; }
  .location_restriction .restriction_list__item:nth-child(5) { grid-column: 2 / span 2; grid-row: 2; }
  .location_restriction .restriction_list__item:nth-child(6) { grid-column: 1 / -1;  grid-row: 3; }

  .location_restriction .restriction_list__item.vpn-item {
    padding-left: 209px;
  }
  .location_restriction .vpn-item__hero {
    max-width: 370px;
    bottom: -70px;
    right: 70px;
  }
  .restriction_list__item.geo-item {
    padding: 12px 34px;
  }  
  .geo-list {
    width: 100%;
    grid-template-columns: repeat(9, auto);
    justify-content: space-between;
  }
  .geo-list__item {
    padding: 8px 24.5px;
  }
}