/* ==========  Global  ========== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 2.4vw;
  height: 100%;
}

html,
body {
  position: relative;
  width: 100%;
  min-width: 320px;
}

body {
  font-family: "Istok Web", sans-serif;
  font-size: 1.6rem;
}

p {
  font-size: 1.6rem;
  line-height: 2.3rem;
}

.container {
  width: calc(100% - 3.4rem);
  margin: 0 1.7rem;
}

.title {
  padding-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.text-700 {
  font-weight: 700;
}

ul {
  list-style-position: inside;
  padding-left: 2rem;
}

ul.empty-marker {
  list-style: none;
  padding-left: 2rem;
}

main {
  min-height: calc(100vh - 14.7rem);
}

.img__box {
  margin: 0 auto;
}
.img__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.go-top {
  z-index: 10000;
  position: fixed;
  right: 10%;
  bottom: -20%;
  transform: translateY(-50%);
  cursor: pointer;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: opacity 0.5s ease-in-out, overflow 0.5s ease-in-out;
  width: 5.2rem;
  height: 5.2rem;
  opacity: 0;
  overflow: hidden;
}
.go-top::before {
  content: "";
  background-image: url(../img/go-top.svg);
  width: 3.2rem;
  height: 3.6rem;
  background-size: contain;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.go-top--show {
  bottom: 10%;
  opacity: 1;
  overflow: visible;
  transition: opacity 0.5s ease-in-out, overflow 0.5s ease-in-out;
}

.cards {
  display: flex;
  justify-content: space-around;
}

.page {
  background-image: url("../img/bg2/bg-pattern.svg");
  background-size: 50rem;
}

.ico__text {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.flag {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.flag__netherlands {
  background-image: url(../img/svg/flag-netherlands.svg);
}
.flag__usa {
  background-image: url(../img/svg/flag-united-states.svg);
}
.flag__finland {
  background-image: url(../img/svg/flag-finland.svg);
}
.flag__germany {
  background-image: url(../img/svg/flag-germany.svg);
}
.flag__russia {
  background-image: url(../img/svg/flag-russia.svg);
}
.flag__pirate {
  background-image: url(../img/svg/flag-pirate.svg);
}

@media (width <= 320px) {
  html {
    font-size: 8px;
  }
}
@media (width <= 767px) {
  .m-none {
    display: none;
  }
  .go-top {
    display: none;
  }
  .page main {
    padding-bottom: 5.4rem;
  }
  main {
    min-height: 100vh;
  }
  .cloud__left {
    background-image: url(../img/bg2/bg-cloud.png);
    height: 17rem;
    width: 14rem;
    display: block;
    z-index: 5;
    position: absolute;
    background-size: 36rem;
    background-position-x: -1.8rem;
    background-position-y: -5rem;
  }
  .cloud__right {
    background-image: url(../img/bg2/bg-cloud.png);
    height: 18rem;
    width: 14rem;
    display: block;
    z-index: 5;
    position: absolute;
    right: 0;
    background-size: 36rem;
    background-position-x: 15rem;
    background-position-y: -5rem;
  }
  .go-top--show {
    right: 0.5rem;
    bottom: 4rem;
  }
}
@media (width >= 768px) {
  html {
    font-size: 0.694vw;
  }
  .page .page__bg {
    background-size: 144rem;
  }
  .container {
    width: 60.5rem;
    margin: 0 auto;
  }
  .cloud__left {
    background-image: url(../img/bg2/bg-cloud.png);
    height: 58rem;
    width: 34rem;
    display: block;
    z-index: 5;
    position: absolute;
    background-size: 92rem;
    background-position-x: -1.8rem;
  }
  .cloud__right {
    background-image: url(../img/bg2/bg-cloud.png);
    height: 58rem;
    width: 34rem;
    display: block;
    z-index: 5;
    position: absolute;
    right: 0;
    background-size: 92rem;
    background-position-x: 38.5rem;
    background-position-y: -1.5rem;
  }
  .cloud-mini__left-1 {
    display: block;
    position: absolute;
    width: 17rem;
    height: 10rem;
    top: 61rem;
    background-image: url("../img/bg2/bg-cloud-mini.png");
    background-size: 92rem;
    background-position-y: 14rem;
    background-position-x: -1rem;
  }
  .cloud-mini__left-2 {
    display: block;
    position: absolute;
    width: 15rem;
    height: 10rem;
    top: 82rem;
    background-image: url("../img/bg2/bg-cloud-mini.png");
    background-size: 92rem;
    background-position-y: 13rem;
    background-position-x: -71rem;
    transform: scale(-1, 1);
  }
  .cloud-mini__right-1 {
    display: block;
    position: absolute;
    width: 24rem;
    height: 7rem;
    top: 65rem;
    right: 0;
    background-image: url("../img/bg2/bg-cloud.png");
    background-size: 120rem;
    background-position-y: 7rem;
    background-position-x: 27rem;
  }
  .cloud-mini__right-2 {
    display: block;
    position: absolute;
    width: 24rem;
    height: 17rem;
    top: 82rem;
    right: 0;
    background-image: url("../img/bg2/bg-cloud-mini.png");
    background-size: 92rem;
    background-position-y: 17rem;
    background-position-x: 24rem;
  }
}
.header {
  display: none;
}
.header .container {
  width: 45rem;
}
.header__nav {
  display: flex;
  justify-content: space-between;
}
.header__nav-item {
  padding: 0.2rem 0.8rem;
  border-radius: 3.5rem;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.header__nav-item:active {
  color: #fff;
  background-color: #032C6C;
}

@media (hover: hover) {
  .header__nav-item {
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  }
  .header__nav-item:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .header__nav-item:active {
    color: #fff;
    background-color: #032C6C;
  }
}
@media (width >= 768px) {
  .header {
    display: block;
    padding-top: 3.2rem;
  }
}
.footer {
  padding-top: 3.2rem;
  box-shadow: 0 -0.6rem 1.4rem 0 rgba(0, 0, 0, 0.8);
  background: linear-gradient(90deg, #0651C6 0%, #032760 100%);
  position: relative;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
}
.footer__nav-item {
  padding: 0.2rem 0.8rem;
  border-radius: 3.5rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.footer__nav-item:active {
  color: #fff;
  background-color: #032C6C;
}

@media (hover: hover) {
  .footer__nav-item {
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  }
  .footer__nav-item:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .footer__nav-item:active {
    color: #fff;
    background-color: #032C6C;
  }
}
@media (width <= 767px) {
  .footer {
    padding-bottom: 0.8rem;
    position: fixed;
    bottom: 0;
    background: linear-gradient(90deg, #0651c6 0%, #032760 100%);
    z-index: 5;
    width: 100%;
  }
  .footer__nav-item {
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative;
  }
  .footer__nav-item::before {
    content: "";
    display: block;
    position: absolute;
    top: -2.2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.7rem;
    height: 2.6rem;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .footer__nav-item.icon-home::before {
    background-image: url(../img/ico/menu/home.svg);
  }
  .footer__nav-item.icon-faq::before {
    background-image: url(../img/ico/menu/faq.svg);
    width: 2rem;
    height: 2.2rem;
  }
  .footer__nav-item.icon-rules::before {
    background-image: url(../img/ico/menu/rules.svg);
    width: 1.6rem;
    height: 2.3rem;
  }
  .footer__nav-item.icon-instructions::before {
    background-image: url(../img/ico/menu/instructions.svg);
    width: 2rem;
    height: 2.3rem;
  }
  .footer__nav-item.icon-merch::before {
    background-image: url(../img/ico/menu/merch.svg);
    width: 2.5rem;
    height: 2.3rem;
  }
  .footer__nav-item.active {
    color: #25D5FC;
  }
  .footer__nav-item.active::before {
    filter: invert(100%) invert(68%) sepia(92%) saturate(2054%) hue-rotate(160deg) brightness(105%) contrast(103%);
  }
}
@media (width >= 768px) {
  .footer {
    height: 8.8rem;
  }
  .footer .container {
    width: 45rem;
  }
}
.hero {
  padding-top: 2rem;
  padding-bottom: 3.4rem;
}
.hero__image {
  background-image: url(../img/hero/vpn-time-mobile-2x.png);
  width: 15.6rem;
  height: 13.4rem;
  background-size: contain;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.faq-hero {
  height: 32rem;
  position: relative;
  padding-top: 1rem;
}
.faq-hero__image {
  background-image: url(../img/hero2/faq-2x.png);
  width: 40rem;
  height: 30rem;
  background-size: 50rem 39.4rem;
  margin: 0 auto;
  background-position-x: -7rem;
  background-position-y: -6rem;
  position: relative;
  z-index: 3;
}

.rules-hero {
  height: 32rem;
  position: relative;
  padding-top: 1rem;
}
.rules-hero__image {
  background-image: url(../img/hero/rules-2x.png);
  width: 40rem;
  height: 30rem;
  background-size: 50rem 39.4rem;
  margin: 0 auto;
  background-position-x: -7rem;
  background-position-y: -3rem;
  position: relative;
  z-index: 3;
}

.instructions-hero {
  height: 32rem;
  position: relative;
  padding-top: 1rem;
}
.instructions-hero__image {
  background-image: url(../img/hero/instructions-2x.png);
}

.instructions-mac-hero {
  height: 23rem;
  position: relative;
  padding-top: 1rem;
}
.instructions-mac-hero__image {
  background-image: url(../img/hero/instructions-mac-2x.png);
  width: 22.2rem;
  height: 17.1rem;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.instructions-windows-hero {
  height: 23rem;
  position: relative;
  padding-top: 1rem;
}
.instructions-windows-hero__image {
  background-image: url(../img/hero/instructions-win-2x.png);
  width: 22.2rem;
  height: 17.1rem;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.instructions-iphone-hero {
  height: 23rem;
  position: relative;
  padding-top: 1rem;
}
.instructions-iphone-hero__image {
  background-image: url(../img/hero/instructions-iphone-2x.png);
  width: 16.1rem;
  height: 15.3rem;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.instructions-android-hero {
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  position: relative;
}
.instructions-android-hero__image {
  background-image: url(../img/hero/instructions-android-2x.png);
  width: 15.4rem;
  height: 15rem;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.instructions-other-hero {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.instructions-other-hero__image {
  background-image: url(../img/hero/instructions-other-2x.png);
  width: 21.4rem;
  height: 17.1rem;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media (width >= 768px) {
  .hero {
    position: relative;
    height: 19.6rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .hero__bg-trees {
    background-image: url("../img/hero2/bg-trees.png");
    background-position: center top;
    background-size: 107.2rem;
    display: block;
    height: 22rem;
    width: 107.2rem;
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
  }
  .hero__image {
    background-image: url(../img/hero/vpn-time.png);
    width: 100%;
    height: 15.9rem;
    background-size: cover;
    position: relative;
    z-index: 3;
  }
  .hero__bg-server {
    background-image: url("../img/hero2/bg-server-2x.png");
    background-position-x: -17rem;
    background-position-y: -0.5rem;
    background-size: 172.5rem;
    display: block;
    height: 32rem;
    width: 130rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 0;
  }
  .instructions-hero {
    height: 32rem;
    position: relative;
    padding-top: 1rem;
  }
  .instructions-hero__image {
    background-image: url(../img/hero/instructions-2x.png);
    width: 60rem;
    height: 32rem;
    background-size: 60rem 40.9rem;
    margin: 0 auto;
    background-position-x: 0rem;
    background-position-y: -4rem;
    position: relative;
    z-index: 3;
  }
}
@media (width <= 767px) {
  .hero__bg-server {
    background-image: url("../img/hero2/bg-server-2x.png");
    background-position-x: -14rem;
    background-position-y: 0;
    background-size: 90rem;
    display: block;
    height: 18rem;
    width: 60rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 0;
  }
  .faq-hero {
    height: 18rem;
    position: relative;
    padding-top: 1rem;
    overflow: hidden;
  }
  .faq-hero__image {
    width: 25rem;
    height: 16rem;
    background-size: 25rem 19.7rem;
    margin: 0 auto;
    background-position-x: center;
    background-position-y: -2rem;
    position: relative;
    z-index: 3;
  }
  .rules-hero {
    height: 18rem;
    position: relative;
    padding-top: 1rem;
    overflow: hidden;
  }
  .rules-hero__image {
    width: 25rem;
    height: 16rem;
    background-size: 25rem 19.7rem;
    margin: 0 auto;
    background-position-x: center;
    background-position-y: -2rem;
    position: relative;
    z-index: 3;
  }
  .instructions-hero {
    height: 18rem;
    position: relative;
    padding-top: 1rem;
    overflow: hidden;
  }
  .instructions-hero__image {
    width: 25rem;
    height: 16rem;
    background-size: 25rem 17rem;
    margin: 0 auto;
    background-position-x: center;
    background-position-y: 0;
    position: relative;
    z-index: 3;
  }
  .instructions-mac-hero {
    padding-left: 6rem;
  }
  .instructions-android-hero {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
  .instructions-other-hero {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }
}
.btn-green {
  position: relative;
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding: 1rem 1.3rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7rem;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background-color: #00C234;
}
.btn-green .text {
  padding-top: 0.2rem;
}
.btn-blue {
  position: relative;
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7rem;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 0.8px;
  background-color: #26D6FD;
}
.btn-white {
  position: relative;
  display: inline-flex;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7rem;
  color: #0A084C;
  text-decoration: none;
  letter-spacing: 0.8px;
  background-color: #fff;
  min-width: 20.2rem;
  height: 4.7rem;
}
.btn .icon-telegram {
  display: inline-flex;
  width: 1.8rem;
  height: 1.5rem;
  background-image: url("../img/ico/telegram.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:active {
  color: #fff;
  background-color: #034A6D;
}

@media (hover: hover) {
  .btn-green {
    transition: background-color 0.4s ease-in-out;
  }
  .btn-green:hover {
    background-color: #008824;
  }
  .btn-green:active {
    background-color: #034A6D;
  }
  .btn-blue {
    transition: background-color 0.4s ease-in-out;
  }
  .btn-blue:hover {
    background-color: #1BBADE;
  }
  .btn-blue:active {
    background-color: #034A6D;
  }
  .btn-white {
    transition: background-color 0.4s ease-in-out;
  }
  .btn-white:hover {
    background-color: #C8C8C8;
  }
  .btn-white:active {
    background-color: #034A6D;
  }
}
@media (width >= 768px) {
  .btn-blue {
    gap: 1.3rem;
    padding: 1.4rem 2.2rem 1.2rem;
  }
  .btn-green {
    gap: 1.3rem;
    padding: 1.4rem 2.2rem 1.2rem;
  }
  .btn .icon-telegram {
    width: 2.6rem;
    height: 2.2rem;
  }
}
.thick-triangle {
  width: 0;
  height: 0;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-top: 1.5rem solid #0A084C;
  display: inline-block;
}

.accordion label {
  cursor: pointer;
}
.accordion__ico {
  position: relative;
  width: 3rem;
  flex-shrink: 0;
}
.accordion__ico .thick-triangle {
  transform: rotate(-90deg);
  position: absolute;
  top: 0.9rem;
  transition: transform 0.3s ease-in-out;
}
.accordion__title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
}
.accordion__wrapper {
  padding-top: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  display: block;
}
.accordion__content {
  border-radius: 3.5rem;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.accordion__content .question {
  font-weight: bold;
  padding-bottom: 1rem;
}
.accordion__checkbox {
  display: none;
}
.accordion__checkbox:checked ~ .accordion__wrapper {
  max-height: 80rem;
}
.accordion__checkbox:checked ~ .accordion__label .accordion__title .accordion__ico .thick-triangle {
  transform: rotate(0);
}

@media (width <= 767px) {
  .accordion {
    padding-bottom: 3rem;
  }
  .accordion__content {
    margin-bottom: 1rem;
  }
  .accordion__checkbox:checked ~ .accordion__wrapper {
    max-height: 200rem;
  }
}
@media (width >= 768px) {
  .accordion__checkbox:checked ~ .accordion__wrapper {
    max-height: 200rem;
  }
}
.page {
  position: relative;
  background-position: top center;
  background-size: 100vw;
  min-height: 100vh;
}
.page::after {
  content: "";
  position: fixed;
  z-index: -5;
  inset: 0;
  background: linear-gradient(180deg, #26D6FD 0%, #0035BA 100%);
}
.home__info-price {
  width: 100%;
}
.home__info-price .price__img {
  width: 27rem;
  height: 22.3rem;
}
.home__info-price .price__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home__info-price .info-text {
  padding-bottom: 1.8rem;
}

@media (width <= 767px) {
  .page .home__info-content {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2.6rem;
    padding: 0.8rem 1.3rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .page .home__info-content .btn {
    margin-top: 0.8rem;
  }
  .page .home__info-price {
    position: relative;
  }
  .page .home__info-price .info {
    padding-bottom: 1rem;
  }
  .page .home__info-price .info .title {
    text-align: center;
  }
  .page .home__info-price .info .content p:not(:first-child) {
    width: 17.2rem;
  }
  .page .home__info-price .price {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 2.6rem;
    padding: 0.8rem 1.3rem;
    text-align: center;
    padding-bottom: 7rem;
  }
  .page .home__info-price .price__img {
    position: absolute;
    width: 20rem;
    height: 16.5rem;
    top: 9.5rem;
    right: 4rem;
  }
  .page .home__info-price .price .info-text {
    width: 21rem;
    margin: 0 auto;
  }
  .page .home__info-price .price .btn {
    position: relative;
    z-index: 2;
  }
  .page .home__footer-img {
    width: 100%;
    margin-top: -12rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .page .home__footer-img img {
    width: 52rem;
    height: auto;
    object-fit: cover;
    object-position: -10rem;
  }
}
@media (width >= 768px) {
  .page .home__info {
    width: 60.5rem;
    margin-bottom: 1.8rem;
    padding: 2rem 5rem;
    border-radius: 3.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
  }
  .page .home__info-content .btn {
    margin-top: 1.8rem;
  }
  .page .home__info-price {
    display: flex;
    width: 60.5rem;
    padding: 2rem 3.2rem 10rem;
    border-radius: 3.5rem;
    background: linear-gradient(180deg, #FFF 0%, rgba(153, 153, 153, 0) 100%);
  }
  .page .home__info-price .info {
    flex-shrink: 0;
    width: 27.2rem;
  }
  .page .home__footer-img {
    margin-top: -34rem;
    text-align: center;
    width: 100%;
    object-fit: contain;
    display: flex;
  }
  .page .home__footer-img img {
    width: 100%;
  }
}
.page-faq main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: hidden;
}
.page-faq .box__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 3.5rem;
}

@media (width <= 767px) {
  .page-faq main {
    min-height: 100vh;
  }
}
@media (width >= 768px) {
  .page-faq .page__bg {
    background-image: url("../img/bg2/bg-faq.png");
  }
}
.page-rules main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-rules .box__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 3.5rem;
}

.rules__info {
  border-radius: 3.5rem;
  background-color: #fff;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.rules__info ul {
  padding-bottom: 3rem;
}

@media (width <= 767px) {
  .page-rules main {
    min-height: 100vh;
  }
}
@media (width >= 768px) {
  .page-rules .page__bg {
    background-image: url("../img/bg2/bg-rules.png");
  }
}
.page-instructions main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-instructions .box__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 3.5rem;
}
.page-instructions-mac main, .page-instructions-windows main, .page-instructions-iphone main, .page-instructions-android main, .page-instructions-other main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-instructions-mac .box__btn, .page-instructions-windows .box__btn, .page-instructions-iphone .box__btn, .page-instructions-android .box__btn, .page-instructions-other .box__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 3.5rem;
}

.instructions__info {
  max-width: 60.5rem;
  margin-bottom: 1.8rem;
  padding: 2rem 5rem;
  border-radius: 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.instructions__info .title {
  text-align: center;
}
.instructions__info-btn {
  text-align: center;
}
.instructions__info-content {
  padding-bottom: 1.8rem;
}
.instructions__info-content .btn {
  margin-top: 1.8rem;
}

.instructions__btns {
  text-align: center;
}
.instructions__btns-box {
  padding-bottom: 1.5rem;
}

.instructions-mac__info {
  margin-bottom: 1.8rem;
  padding: 2rem 5rem;
  border-radius: 3.5rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.instructions-mac__info .title {
  text-align: center;
}
.instructions-mac__info .title__left {
  padding-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}

.instructions__info-box {
  background-color: #E0E0E0;
  border-radius: 2rem;
  padding: 0.5rem 3.5rem;
}
.instructions__ul {
  list-style-position: inside;
  padding-left: 2rem;
}

@media (width <= 767px) {
  .page-instructions main {
    min-height: 100vh;
  }
  .page-instructions-mac .hero, .page-instructions-windows .hero, .page-instructions-iphone .hero, .page-instructions-android .hero, .page-instructions-other .hero {
    padding: 0;
    height: 17.1rem;
  }
  .page-instructions-iphone .hero {
    padding-top: 1.8rem;
  }
  .page-instructions-android .hero {
    padding-top: 2.1rem;
  }
  .win-1 {
    width: 8.7rem;
    height: 8.3rem;
  }
  .win-2 {
    max-width: 100%;
    width: 32.8rem;
    height: 26.2rem;
  }
  .win-3 {
    width: 25rem;
    height: 24.4rem;
  }
  .win-4 {
    width: 28.9rem;
    height: 14.4rem;
  }
}
@media (width >= 768px) {
  .page-instructions .page__bg {
    background-image: url("../img/bg2/bg-instructions.png");
  }
  .page-instructions-mac .page__bg {
    background-image: url("../img/bg2/bg-instructions-mac.png");
  }
  .page-instructions-windows .page__bg {
    background-image: url("../img/bg2/bg-instructions-win.png");
  }
  .page-instructions-iphone .page__bg {
    background-image: url("../img/bg2/bg-instructions-iphone.png");
  }
  .page-instructions-android .page__bg {
    background-image: url("../img/bg2/bg-instructions-android.png");
  }
  .page-instructions-other .page__bg {
    background-image: url("../img/bg2/bg-instructions-other.png");
  }
  .win-1 {
    max-width: 109px;
    max-height: 105px;
    width: 10.9rem;
    height: 10.5rem;
  }
  .win-2 {
    max-width: 381px;
    max-height: 304px;
    width: 38.1rem;
    height: 30.4rem;
  }
  .win-3 {
    max-width: 285px;
    max-height: 278px;
    width: 28.5rem;
    height: 27.8rem;
  }
  .win-4 {
    max-width: 330px;
    max-height: 164px;
    width: 33rem;
    height: 16.4rem;
  }
  .iphone-1 {
    width: 27.7rem;
    height: 33.1rem;
  }
  .iphone-2 {
    width: 27.5rem;
    height: 35.5rem;
  }
  .iphone-3 {
    width: 27.4rem;
    height: 41.1rem;
  }
  .iphone-4 {
    width: 27.3rem;
    height: 38.7rem;
  }
  .iphone-5 {
    width: 27.4rem;
    height: 41.1rem;
  }
  .iphone-6 {
    width: 27.8rem;
    height: 41.8rem;
  }
  .iphone-7 {
    width: 27.7rem;
    height: 41.5rem;
  }
  .android-1 {
    width: 26.6rem;
    height: 39.9rem;
  }
  .android-2 {
    width: 26.8rem;
    height: 40.2rem;
  }
  .android-3 {
    width: 26.7rem;
    height: 40.1rem;
  }
  .android-4 {
    width: 26.8rem;
    height: 40.1rem;
  }
  .android-5 {
    width: 26.8rem;
    height: 40.2rem;
  }
  .android-6 {
    width: 27.3rem;
    height: 41rem;
  }
  .android-7 {
    width: 27.5rem;
    height: 25.7rem;
  }
  .android-8 {
    width: 27.3rem;
    height: 36.2rem;
  }
  .android-9 {
    width: 27.2rem;
    height: 40.9rem;
  }
  .android-10 {
    width: 27.2rem;
    height: 40.8rem;
  }
  .android-11 {
    width: 27.2rem;
    height: 40.8rem;
  }
  .android-12 {
    width: 27.7rem;
    height: 41.6rem;
  }
  .android-13 {
    width: 27.7rem;
    height: 37.8rem;
  }
}
.page-merch main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-merch .box__btn {
  display: flex;
  justify-content: center;
  padding-bottom: 3.5rem;
}
.page-merch .home__info-content .cards {
  padding-bottom: 2rem;
}
.page-merch .home__info-content p {
  text-align: left;
}

.merch__img-1, .merch__img-2 {
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  overflow: hidden;
}
.merch__img-1 img, .merch__img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (width <= 767px) {
  .page-merch main {
    min-height: 100vh;
  }
  .merch__img-1, .merch__img-2 {
    width: 16rem;
    height: 18.4rem;
  }
}
@media (width >= 768px) {
  .merch__img-1, .merch__img-2 {
    width: 23rem;
    height: 26.4rem;
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uL3NyYy9zYXNzL3NldC5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvY29tcG9uZW50L2hlYWRlci5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvY29tcG9uZW50L2Zvb3Rlci5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvY29tcG9uZW50L2hlcm8uc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2NvbXBvbmVudC9idXR0b24uc2NzcyIsIi4uLy4uL3NyYy9zYXNzL2NvbXBvbmVudC9hY2NvcmRpb24uc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2UvaG9tZS5zY3NzIiwiLi4vLi4vc3JjL3Nhc3MvcGFnZS9mYXEuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2UvcnVsZXMuc2NzcyIsIi4uLy4uL3NyYy9zYXNzL3BhZ2UvaW5zdHJ1Y3Rpb25zLnNjc3MiLCIuLi8uLi9zcmMvc2Fzcy9wYWdlL21lcmNoLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7QUFDQTtFQUNJO0VBQ0E7RUFDQTs7O0FBR0o7RUFDSTtFQUdBOzs7QUFHSjtBQUFBO0VBRUk7RUFDQTtFQUNBOzs7QUFLSjtFQUNJO0VBQ0E7OztBQUtKO0VBQ0k7RUFDQTs7O0FBR0o7RUFDSTtFQUNBOzs7QUFHSjtFQUNJO0VBQ0E7RUFDQTs7O0FBR0o7RUFDSTs7O0FBR0o7RUFDSTtFQUNBOzs7QUFHSjtFQUNJO0VBQ0E7OztBQUdKO0VBQ0k7OztBQUdKO0VBQ0k7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7OztBQUlSO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDRTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBSUo7RUFDSTtFQUNBO0VBQ0E7RUFDQTs7O0FBR0o7RUFDSTtFQUNBOzs7QUFHSjtFQUNJO0VBQ0E7OztBQU9KO0VBQ0k7RUFDQTtFQUNBOzs7QUFHSjtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFDQTtFQUNJOztBQUVKO0VBQ0k7O0FBRUo7RUFDSTs7QUFFSjtFQUNJOztBQUVKO0VBQ0k7O0FBR0o7RUFDSTs7O0FBT1I7RUFDSTtJQUNJOzs7QUFJUjtFQUNJO0lBQ0k7O0VBR0o7SUFDSTs7RUFJQTtJQUNJOztFQUlSO0lBQ0k7O0VBSUE7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0o7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFJUjtJQUNJO0lBQ0E7OztBQUlSO0VBQ0k7SUFDSTs7RUFNQTtJQUNJOztFQUtSO0lBQ0k7SUFDQTs7RUFJQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0o7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFNQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQU1KO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0o7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FDN1RoQjtFQUNJOztBQUVBO0VBQ0k7O0FBR0o7RUFDSTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7OztBQU1oQjtFQUdZO0lBQ0k7O0VBRUE7SUFDSTs7RUFHSjtJQUNJO0lBQ0E7OztBQVdwQjtFQUNJO0lBQ0k7SUFDQTs7O0FDcERSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7OztBQU1oQjtFQUdZO0lBQ0k7O0VBRUE7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7O0FBT3BCO0VBQ0k7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0k7SUFDSTtJQUNBO0lBQ0E7O0VBRUE7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUlBO0lBQ0k7O0VBS0o7SUFDSTtJQUNBO0lBQ0E7O0VBS0o7SUFDSTtJQUNBO0lBQ0E7O0VBS0o7SUFDSTtJQUNBO0lBQ0E7O0VBS0o7SUFDSTtJQUNBO0lBQ0E7O0VBSVI7SUFDSTs7RUFDQTtJQUNJOzs7QUFReEI7RUFDSTtJQUNJOztFQUVBO0lBQ0k7OztBQ2hJWjtFQUNJO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7OztBQU9KO0VBQ0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFNUjtFQUNJO0VBQ0E7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBUVI7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTs7O0FBTVI7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBTVI7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBTVI7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBTVI7RUFFSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBTVI7RUFDSTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7O0FBS1o7RUFDSTtJQUNJO0lBQ0E7SUFDQTtJQUNBOztFQUdJO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFJUjtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFPQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFNUjtJQUNJO0lBQ0E7SUFDQTs7RUFFQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7O0FBU2hCO0VBSVk7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBT1I7SUFDSTtJQUNBO0lBQ0E7SUFDQTs7RUFFQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBTVI7SUFDSTtJQUNBO0lBQ0E7SUFDQTs7RUFFQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBTVI7SUFDSTtJQUNBO0lBQ0E7SUFDQTs7RUFFQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBUUo7SUFDSTs7RUFLSjtJQUNJO0lBQ0E7O0VBS0o7SUFDSTtJQUNBOzs7QUNqVmQ7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7O0FBRUE7RUFDRTs7QUFJSjtFQUNFO0VBRUE7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7O0FBR0Y7RUFDRTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFFQTtFQUNBOztBQUlBO0VBQ0U7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUlKO0VBQ0U7RUFDQTs7O0FBS0o7RUFFSTtJQUNFOztFQUVBO0lBQ0U7O0VBR0Y7SUFDRTs7RUFLSjtJQUNFOztFQUVBO0lBQ0U7O0VBR0Y7SUFDRTs7RUFLSjtJQUNFOztFQUNBO0lBQ0U7O0VBR0Y7SUFDRTs7O0FBTVI7RUFJSTtJQUNFO0lBQ0E7O0VBR0Y7SUFDRTtJQUNBOztFQUlBO0lBQ0U7SUFDQTs7O0FDdkpSO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBOzs7QUFNQTtFQUNJOztBQUdKO0VBR0k7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBSVI7RUFDSTtFQUNBO0VBQ0E7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUdKO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTtFQUNBOztBQU1SO0VBQ0k7O0FBRUE7RUFDSTs7QUFNUTtFQUNHOzs7QUFVdkI7RUFDSTtJQUNJOztFQUVBO0lBQ0k7O0VBR0E7SUFDSTs7O0FBT2hCO0VBR1k7SUFDSTs7O0FDcEdoQjtFQUNJO0VBR0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTs7QUFTSjtFQUNJOztBQUdJO0VBQ0k7RUFDQTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTs7QUFLWjtFQUNJOzs7QUFLWjtFQUtnQjtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBRUE7SUFDSTs7RUFJUjtJQUNJOztFQUVBO0lBQ0k7O0VBRUE7SUFDSTs7RUFJQTtJQUNJOztFQUtaO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTs7RUFFQTtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7RUFNaEI7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUVBO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7OztBQU9wQjtFQUlZO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUlJO0lBQ0k7O0VBSVI7SUFDSTtJQUNBO0lBQ0E7SUFDQTtJQUNBOztFQUVBO0lBQ0k7SUFDQTs7RUFLWjtJQUNJO0lBQ0E7SUFDQTtJQUNBO0lBQ0E7O0VBRUE7SUFDSTs7O0FDbEtaO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBR0o7RUFDSTtFQUNBO0VBQ0E7OztBQU1aO0VBS1k7SUFDSTs7O0FBT2hCO0VBR1k7SUFDSTs7O0FDakNSO0VBQ0k7RUFDQTtFQUNBOztBQUdKO0VBQ0k7RUFDQTtFQUNBOzs7QUFNUjtFQUNJO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7OztBQUtaO0VBS1k7SUFDSTs7O0FBT2hCO0VBR1k7SUFDSTs7O0FDN0NSO0VBQ0k7RUFDQTtFQUNBOztBQUdKO0VBQ0k7RUFDQTtFQUNBOztBQWdCSjtFQUNJO0VBQ0E7RUFDQTs7QUFHSjtFQUNJO0VBQ0E7RUFDQTs7O0FBTVI7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBOztBQUVBO0VBQ0k7O0FBR0o7RUFDRzs7QUFHSDtFQUNJOztBQUNBO0VBQ0k7OztBQU1oQjtFQUNJOztBQUVBO0VBQ0k7OztBQU9KO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7O0FBRUE7RUFDSTs7QUFFQTtFQUNJO0VBQ0E7RUFDQTtFQUNBOzs7QUFPWjtFQUNJO0VBQ0E7RUFDQTs7QUFHSjtFQUNJO0VBQ0E7OztBQU1SO0VBSVk7SUFDSTs7RUE2Qko7SUFDSTtJQUNBOztFQUtKO0lBQ0k7O0VBSUo7SUFDSTs7RUFNUjtJQUNJO0lBQ0E7O0VBRUo7SUFDSTtJQUNBO0lBQ0E7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7O0FBS1o7RUFHWTtJQUNJOztFQUtKO0lBQ0k7O0VBS0o7SUFDSTs7RUFLSjtJQUNJOztFQUtKO0lBQ0k7O0VBS0o7SUFDSTs7RUFNUjtJQUNJO0lBQ0E7SUFDQTtJQUNBOztFQUVKO0lBQ0k7SUFDQTtJQUNBO0lBQ0E7O0VBR0o7SUFDSTtJQUNBO0lBQ0E7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7SUFDQTtJQUNBOztFQUtKO0lBQ0k7SUFDQTs7RUFFSjtJQUNJO0lBQ0E7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7RUFPSjtJQUNJO0lBQ0E7O0VBRUo7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7O0VBRUo7SUFDSTtJQUNBOztFQUVKO0lBQ0k7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7O0VBR0o7SUFDSTtJQUNBOztFQUdKO0lBQ0k7SUFDQTs7RUFHSjtJQUNJO0lBQ0E7OztBQzlWSjtFQUNJO0VBQ0E7RUFDQTs7QUFHSjtFQUNJO0VBQ0E7RUFDQTs7QUFJQTtFQUNJOztBQUVKO0VBQ0k7OztBQVNKO0VBR0k7RUFDQTtFQUNBOztBQUNBO0VBQ0k7RUFDQTtFQUNBOzs7QUFPcEI7RUFLWTtJQUNJOztFQU1SO0lBRUk7SUFDQTs7O0FBT1o7RUFRUTtJQUVJO0lBQ0EiLCJmaWxlIjoibWFpbi5jc3MiLCJzb3VyY2VSb290IjoiIn0= */