@charset "UTF-8";

/* Временное подключение */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white: #ffffff;
  --dark: #0b1634;
  --dark-blue: #14265a;
  --blue: #1a3378;
  --navy-blue: #2d59a3;
  --sky-blue: #47cfed;
  --light-blue: #edf2ff;

  --royal-blue: #2d58ce;
  --link: #2d58ce;

  --lilac: #c6c5f7;
  --purple: #dd97f7;

  --yellow: #ffdf52;
  --green: #6bd171;

  --text-mutted: #1a6378;

  --font-primary: "Inter", sans-serif;
  --font-title: "Montserrat", sans-serif;
}

section,
button,
input,
textarea {
  font-family: "Inter", sans-serif;
}

/*  section  */

section {
  margin: 0;
  padding: 0;
}

.section {
  margin: 120px 0;
}

.section._inner {
  padding: 120px 0;
  margin: 0;
}

.bg-lightBlue {
  background-color: var(--light-blue);
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

[data-new-fonts="true"] {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--blue);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-title);
}

h4,
.h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (min-width: 320px) {
  h3,
  .h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (min-width: 480px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media screen and (max-width: 1220px) {
  .container {
    padding: 0 20px;
  }

  .section {
    margin: 100px 0;
  }

  .section._inner {
    padding: 100px 0;
  }
}

@media screen and (max-width: 992px) {
  .section {
    margin: 70px 0;
  }

  .section._inner {
    padding: 70px 0;
  }
}

@media screen and (max-width: 480px) {
  .section {
    margin: 50px 0;
  }

  .section._inner {
    padding: 50px 0;
  }
}

/*  button  */

button.button {
  font-family: var(--font-primary);
  cursor: pointer;
  border: none;
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.button._primary {
  border: 2px solid var(--blue);
  background-color: var(--green);
  color: var(--dark-blue);
}

.button._secondary {
}

.button._secondary-outline {
  background-color: transparent;
  border: 2px solid var(--link);
  color: var(--link);
}

.button._blue {
  background-color: var(--blue);
  color: var(--white);
}

.button._size_l {
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  padding: 0 40px;
  border-radius: 8px;
}

.button._size_m {
  height: 50px;
  font-size: 17px;
  font-weight: 600;
  padding: 0 30px;
  border-radius: 8px;
}

/*  end button  */

/*  heading  */

.heading {
}

.heading._mb-60 {
  margin-bottom: 60px;
}

.heading._mb-30 {
  margin-bottom: 30px;
}

.heading._center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.heading__label {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--link);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.heading__label::after {
  content: "";
  display: block;
  width: 11px;
  height: 9px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 11 9"><path fill="%230058FF" d="M5.43 3.9 9.15.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L8.06 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0L5.43 4.83a.7.7 0 0 1 0-.93m-5.25.93a.7.7 0 0 1 0-.93L3.9.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L2.81 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0z"/><path fill="%232D58CE" d="M5.43 3.9 9.15.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L8.06 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0L5.43 4.83a.7.7 0 0 1 0-.93m-5.25.93a.7.7 0 0 1 0-.93L3.9.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L2.81 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0z"/></svg>');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.heading._dark-bg .heading__label {
  color: var(--green);
}

.heading._dark-bg .heading__label::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 11 9"><path fill="%230058FF" d="M5.43 3.9 9.15.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L8.06 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0L5.43 4.83a.7.7 0 0 1 0-.93m-5.25.93a.7.7 0 0 1 0-.93L3.9.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L2.81 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0z"/><path fill="%236BD171" d="M5.43 3.9 9.15.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L8.06 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0L5.43 4.83a.7.7 0 0 1 0-.93m-5.25.93a.7.7 0 0 1 0-.93L3.9.18a.7.7 0 0 1 .93 0l.63.63c.25.25.25.69 0 .93L2.81 4.37l2.65 2.65c.25.25.25.66 0 .93l-.63.6c-.24.28-.65.28-.93 0z"/></svg>');
}

.heading._dark-bg {
}

h2.heading__title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
}

h2.heading__title span {
  color: var(--navy-blue);
}

.heading__desc {
  font-size: 24px;
  line-height: 34px;
  margin-top: 15px;
  /* letter-spacing: -.01em; */
}

.heading._dark-bg h2.heading__title,
.heading._dark-bg .heading__desc {
  color: #fff;
}

.heading._dark-bg h2.heading__title span {
  color: var(--purple);
}

@media screen and (min-width: 320px) {
  .heading__label {
    margin-bottom: 10px;
  }

  .heading._mb-60 {
    margin-bottom: 40px;
  }

  h2.heading__title {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
  }

  .heading__desc {
    font-size: 20px;
    line-height: 28px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 480px) {
  h2.heading__title {
    font-size: 36px;
    line-height: 44px;
  }

  .heading__desc {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .heading._mb-60 {
    margin-bottom: 50px;
  }

  .heading__label {
    margin-bottom: 15px;
  }

  h2.heading__title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (min-width: 1200px) {
  .heading._mb-60 {
    margin-bottom: 60px;
  }

  h2.heading__title {
    font-size: 48px;
    line-height: 56px;
  }

  .heading__desc {
    font-size: 24px;
    line-height: 34px;
  }
}

/*  end heading  */

/*  section hero  */

.hero {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(278deg, rgba(26, 51, 120, 0) 0%, rgba(26, 51, 120, 0.8) 50%, var(--blue) 100%), url("../../assets/images/hero-pattern.svg"), var(--blue);
}

.hero__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.hero__text {
  width: 600px;
}

.hero__title {
  color: var(--white);
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
  margin-bottom: 20px;
}

.hero__title span {
  color: var(--purple);
}

.hero__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}

@media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) {
  .hero__description {
    font-weight: 300;
  }
}

.hero__button-group {
  margin-top: 30px;
  display: flex;
}

.hero__illustration {
  flex-grow: 1;
}

.hero__illustration-image {
  display: block;
}

@media screen and (max-width: 1220px) {
  .hero {
    padding: 60px 0;
  }

  .hero__content {
    gap: 60px;
  }

  .hero__text {
    width: 55%;
  }

  .hero__title {
    font-size: 36px;
    line-height: 44px;
  }

  .hero__description {
    font-size: 19px;
    line-height: 28px;
  }

  @media only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 2) {
    .hero__description {
      font-weight: 400;
    }
  }

  .hero__illustration {
    margin-right: -30px;
  }
}

@media screen and (max-width: 990px) {
  .hero {
    padding: 50px 0;
  }

  .hero__content {
    gap: 30px;
  }

  .hero__illustration {
    margin-right: -60px;
  }
}

@media screen and (max-width: 768px) {
  .hero__content {
    gap: 40px;
    flex-direction: column-reverse;
  }

  .hero__illustration {
    width: 100%;
    margin: 0;
  }

  .hero__illustration-image {
    height: 300px;
    margin: 0 auto;
  }

  .hero__text {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .hero__text {
    text-align: center;
  }

  .hero__text::before,
  .hero__text::after {
  }

  .hero__title {
    font-size: 28px;
    line-height: 34px;
  }

  .hero__illustration-image {
    height: auto;
    width: calc(100% - 60px);
  }

  .hero__button-group .button {
    flex-grow: 1;
    justify-content: center;
  }
}

/*  end section hero  */

/*  features-vpn  */

.features-vpn__content {
  display: flex;
  gap: 60px;
}

.features-vpn__teaser,
.features-vpn__info {
  flex-basis: calc(50% - 30px);
}

.features-vpn__photo {
  display: block;
}

.features-vpn__photo img {
  display: block;
}

.features-vpn__desc {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  margin: 30px 0;
}

.features-vpn__info-image {
  display: none;
}

@media screen and (max-width: 1200px) {
  .features-vpn__content {
    gap: 40px;
  }
}

@media screen and (max-width: 992px) {
  .features-vpn__content {
    flex-direction: column;
    gap: 0;
  }

  .features-vpn__photo {
    margin: 0 -30px;
  }

  .features-vpn .heading__title br {
    display: none;
  }

  .features-vpn__teaser,
  .features-vpn__info {
    flex-basis: 100%;
  }

  .features-vpn__info-bottom {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .features-vpn__photo {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  .features-vpn__desc {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }

  .features-vpn__info-bottom {
    margin: 20px -20px 0;
    padding: 40px 20px;
    background-color: var(--light-blue);
  }

  .features-vpn__info-image {
    display: block;
    width: calc(100% - 40px);
    max-width: 260px;
    margin: 0 auto 20px;
  }
}

/*  end features-vpn  */

/*   features-list   */

.features-list__item {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid rgba(26, 51, 120, 0.15);
  gap: 30px;
}

.features-list__icon {
  padding-top: 5px;
  flex-shrink: 0;
}

.features-list__icon-img {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 14px;
  flex-shrink: 0;
}

.features-list__text-title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.features-list__text p {
  font-size: 20px;
}

@media screen and (max-width: 992px) {
  .features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }

  .features-list__item {
    width: calc(50% - 30px);
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .features-list {
    gap: 0;
  }

  .features-list__item {
    width: 100%;
    flex-direction: row;
    padding: 20px 0;
    gap: 20px;
  }

  .features-list__icon {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .features-list__item {
    flex-direction: row;
    gap: 20px;
    padding: 20px 0;
  }

  .features-list__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .features-list__icon {
    padding-top: 0;
  }

  .features-list__icon-img {
    width: 54px;
    height: 54px;
    border-radius: 8px;
  }

  .features-list__text-title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 5px;
  }

  .features-list__text p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 359px) {
  .features-list__item {
    flex-direction: column;
  }

  .features-list__icon-img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
  }
}

/*   end features-list   */

/*  video-vpn  */

.video-vpn__content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 32px;
  border: 10px solid var(--lilac);
}

.video-vpn__player,
.video-vpn__preloader-poster {
  display: block;
  border-radius: 22px;
}

.video-vpn__player {
  width: 100%;
}

.video-vpn__player._hidden,
.video-vpn__preloader._hidden {
  display: none;
}

.video-vpn__preloader {
  position: relative;
}

.video-vpn__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: block;
  width: 128px;
  height: 128px;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease-out;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 72 72"><path fill="%23FFDF52" d="M64.77 41.57 13.87 71.1C9.53 73.6 4 70.58 4 65.53V6.47C4 1.43 9.54-1.61 13.86.9l50.9 29.53a6.42 6.42 0 0 1 0 11.14"/></svg>');
  background-size: 80px 80px;
}

.video-vpn__play:hover {
  transform: translate(-50%, -50%) scale(1.5);
}

@media screen and (max-width: 480px) {
  .video-vpn__player,
  .video-vpn__preloader-poster {
    border-radius: 0;
  }

  .video-vpn__content {
    border-width: 0;
    margin: 0 -20px;
    width: auto;
    border-radius: 0;
  }

  .video-vpn__play {
    background-size: 60px 60px;
  }
}

/*  end video-vpn  */

/*  steps-vpn  */

.steps-vpn__content {
  display: flex;
  gap: 60px;
}

.steps-vpn__teaser,
.steps-vpn__steps {
  width: 50%;
}

.steps-vpn__teaser {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.steps-vpn__illustration-image {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .steps-vpn__content {
    gap: 40px;
  }
}

@media screen and (max-width: 992px) {
  .steps-vpn__content {
    flex-direction: column;
  }

  .steps-vpn__teaser {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: -60px;
  }

  .steps-vpn__teaser,
  .steps-vpn__steps {
    width: 100%;
  }

  .steps-vpn__illustration {
    flex-shrink: 0;
  }

  .steps-vpn__illustration-image {
    width: auto;
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .steps-vpn__content {
    gap: 0;
  }

  .steps-vpn__teaser {
    margin: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .steps-vpn__illustration {
    margin: 0 auto 30px;
  }

  .steps-vpn__illustration-image {
    height: 440px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .steps-vpn__illustration {
    width: 100%;
  }

  .steps-vpn__illustration-image {
    height: auto;
    width: 100%;
  }
}

/*  end steps-vpn  */

/*  steps-list  */

.steps-list {
}

.steps-list__item {
  padding: 30px;
  border-radius: 16px;
  background-color: var(--lilac);
}

.steps-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.steps-list__head {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--font-title);
  color: var(--dark);
  height: 60px;
  padding-right: 20px;
  border-radius: 12px;
  background: var(--yellow);
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px rgba(11, 22, 52, 0.2);
}

.steps-list__head-num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 10px;
}

.steps-list__head-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .steps-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
  }

  .steps-list__item {
    width: calc(50% - 10px);
    margin: 0;
  }

  .steps-list__item:not(:last-child) {
    margin: 0;
  }

  .steps-list__head-title {
    font-size: 19px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .steps-list__item {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .steps-list__item {
    padding: 20px;
  }
}

/*  end steps-list  */

/*  platform-os  */

.platform-os {
  padding: 80px 0;
}

.platform-os__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 0;
}

.platform-os__item {
  width: 20%;
  padding-right: 20px;
}

.platform-os__link {
  font-weight: 400;
  color: var(--blue);
}

a.platform-os__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: var(--blue);
  text-decoration: none;
  transition: color 0.3s;
}

a.platform-os__link:hover {
  color: var(--link);
}

.platform-os__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--white);
  border: 1.5px solid var(--lilac);
  border-radius: 12px;
  transition: border-color 0.3s;
}

.platform-os__icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

a.platform-os__link:hover .platform-os__icon {
  border-color: var(--link);
}

.platform-os__item-title {
  display: block;
  line-height: 1.3;
}

@media screen and (max-width: 992px) {
  .platform-os {
    padding: 30px 0;
  }

  .platform-os__list {
    gap: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .platform-os {
    padding: 40px 0;
  }

  .platform-os__list {
    gap: 15px 0;
  }

  .platform-os__item {
    width: 50%;
  }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .platform-os__item {
    width: 100%;
  }
}

/*  end platform-os  */

/*  tariff-vpn  */

.tariff-vpn {
  position: relative;
  padding-top: 60px;
}

.tariff-vpn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 520px;
  background-color: var(--blue);
}

.tariff-vpn .container {
  position: relative;
  z-index: 2;
}

/*  end tariff-vpn  */

/*  tariff-plan  */

.tariff-plan {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 20px 25px -5px rgba(20, 38, 90, 0.1), 0px 10px 10px -5px rgba(20, 38, 90, 0.04);
}

.tariff-plan._vpn {
  margin-bottom: 60px;
}

.tariff-plan__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  flex-shrink: 0;
  padding: 50px;
  background-color: var(--sky-blue);
  border-radius: 16px 0 0 16px;
}

.tariff-plan__info-title {
  margin-bottom: 10px;
}

.tariff-plan__economy {
  position: absolute;
  top: -20px;
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  background: var(--white);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  transition: transform 0.25s ease-in-out;
}

.tariff-plan__economy._hidden {
  transform: scale(0);
}

.tariff-plan__economy._show {
  transform: scale(1);
}

.tariff-plan__price {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1%;
  line-height: 1;
  margin-bottom: 30px;
}

.tariff-plan__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 30px 0 20px;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 500;
  color: var(--blue);
  border: none;
  border-radius: 8px;
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.33917 0.359375H9.37042C9.93292 0.359375 10.2142 1.04688 9.80792 1.45312L5.80792 5.45312C5.55792 5.70312 5.15167 5.70312 4.90167 5.45312L0.901668 1.45312C0.495418 1.04688 0.776668 0.359375 1.33917 0.359375Z" fill="%231A3378"/></svg>');
  background-color: var(--white);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tariff-plan__btn {
  width: 100%;
  justify-content: center;
}

.tariff-plan__benefits {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}

.tariff-plan__benefits-title {
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .tariff-plan__info {
    padding: 30px;
    width: 340px;
  }

  .tariff-plan__benefits {
    padding: 40px;
  }

  .tariff-plan__benefits-title {
    font-size: 20px;
    line-height: 1.35;
  }
}

@media screen and (max-width: 767px) {
  .tariff-plan {
    flex-direction: column;
  }

  .tariff-plan__info {
    width: 100%;
    border-radius: 16px 16px 0 0;
    padding: 30px;
  }

  .tariff-plan__benefits {
    padding: 30px;
  }
}

@media screen and (max-width: 480px) {
  .tariff-plan._vpn {
    margin-bottom: 40px;
  }

  .tariff-plan {
    margin: 0 -20px;
    width: auto;
    border-radius: 16px 16px 0 0;
  }
}

/*  end tariff-plan  */

/*  check-list-v1  */

.check-list-v1 {
}

.check-list-v1 li {
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 37px;
}

.check-list-v1 li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.check-list-v1._blue li::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 22 22"><path fill="%232D58CE" fill-rule="evenodd" d="M11 22a11 11 0 1 0 0-22 11 11 0 0 0 0 22M6.2 10.09 5 11.37 9 16l8-7.71L15.8 7 9 12.4z" clip-rule="evenodd"/></svg>');
}

.check-list-v1 li:last-child {
  margin-bottom: 0;
}

/*  end check-list-v1  */

/*  tariff-feature  */

.tariff-feature._vpn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.tariff-feature__item {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 230px;
  flex-shrink: 0;
}

.tariff-feature__title {
  font-weight: 600;
  line-height: 24px;
}

.tariff-feature__icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

@media screen and (max-width: 800px) {
  .tariff-feature._vpn {
    gap: 30px;
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .tariff-feature._vpn {
    justify-content: center;
    gap: 40px 20px;
  }

  .tariff-feature__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 10px);
    padding: 0;
  }

  .tariff-feature__icon {
    width: 60px;
    height: 60px;
  }

  .tariff-feature__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--font-title);
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
  }
}

/*  end tariff-feature  */

/*  yt-vpn  */

.yt-vpn__content {
  background-color: var(--blue);
  border-radius: 32px;
  padding: 30px;
}

.yt-vpn__head {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 30px 30px 60px;
}

.yt-vpn__problem,
.yt-vpn__pain {
  width: 50%;
}

.yt-vpn__problem-icon {
  display: block;
  width: 146px;
  height: 100px;
  margin: 0 auto 30px;
}

.yt-vpn__pain {
  padding-left: 70px;
}

.yt-vpn__pain-item {
  position: relative;
  font-family: var(--font-title);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
}

.yt-vpn__pain-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  display: block;
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 50 50"><path fill="%23DD97F7" d="M6.6 22.66a3.35 3.35 0 0 1 1.31-5.85 3.3 3.3 0 0 1-.52-4.67c.46-.6 1.12-.99 1.87-1.19a3.3 3.3 0 0 1-.49-4.7A3.3 3.3 0 0 1 11.37 5l18.91.2a2.43 2.43 0 0 1 2.44 2.43v19.15c0 3.02-9.67 8.58-10.17 11.58-.33 1.9.1 6.87-1.21 6.87-2.27 0-5.14-.85-5.14-5.85 0-4.41 2.9-10.14 2.9-10.14H7.32A3.3 3.3 0 0 1 4 25.92a3.3 3.3 0 0 1 2.6-3.26"/><path fill="%23fff" d="M37.59 5.23a2.45 2.45 0 0 0-2.44 2.43v19.15a2.43 2.43 0 0 0 2.44 2.43h6.7a2.43 2.43 0 0 0 2.44-2.43V7.66a2.43 2.43 0 0 0-2.43-2.43z"/></svg>');
}

.yt-vpn__pain-item:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #284e8f;
}

.yt-vpn__box {
  padding: 60px 0;
  background-color: var(--light-blue);
  border-radius: 20px;
}

.yt-vpn__logo {
  display: block;
  width: 142px;
  height: 100px;
  margin: 0 auto 30px;
}

.yt-vpn__benefits {
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 0 60px 0 80px;
}

.yt-vpn__benefits-image {
  display: block;
  height: 640px;
  transform: matrix(0.99, -0.14, 0.13, 0.99, 0, 0);
}

.yt-vpn__benefits-info {
  flex-grow: 1;
}

.yt-vpn__benefits-title {
  margin-bottom: 30px;
}

.yt-vpn__cta {
  display: flex;
  justify-content: space-between;
  padding: 60px 60px 0;
}

.yt-vpn__cta-info {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.yt-vpn__cta-button {
  margin-top: 30px;
}

.yt-vpn__cta-image {
  display: block;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 1200px) {
  .yt-vpn__content {
    padding: 20px;
  }

  .yt-vpn__head {
    gap: 40px;
    padding: 20px 20px 40px;
  }

  .yt-vpn__problem {
    width: 460px;
    flex-shrink: 0;
  }

  .yt-vpn__pain {
    width: auto;
  }

  .yt-vpn__pain-item {
    font-size: 22px;
    line-height: 30px;
  }

  .yt-vpn__pain-item:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .yt-vpn__box {
    padding: 40px;
  }

  .yt-vpn__logo {
    width: auto;
    height: 80px;
  }

  .yt-vpn__benefits {
    gap: 30px;
    padding: 0;
  }

  .yt-vpn__benefits-image {
    height: 600px;
  }

  .yt-vpn__cta {
    padding: 0;
    margin-top: 60px;
  }

  .yt-vpn__cta-image {
    max-width: 340px;
  }
}

@media screen and (max-width: 992px) {
  .yt-vpn__content {
    border-radius: 0;
    padding: 70px 20px;
    margin: 0 -20px;
  }

  .yt-vpn__head {
    flex-direction: column;
    padding: 0 0 50px;
  }

  .yt-vpn__problem {
    width: 100%;
  }

  .yt-vpn__pain {
    width: 100%;
  }

  .yt-vpn__benefits {
    flex-direction: column;
  }

  .yt-vpn__benefits-image {
    height: 560px;
  }

  .yt-vpn__benefits-info {
    width: 100%;
  }

  .yt-vpn__cta {
    flex-direction: column-reverse;
    align-items: center;
  }

  .yt-vpn__cta-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .yt-vpn__content {
    padding-bottom: 10px;
  }

  .yt-vpn__box {
    padding: 50px 20px;
    margin: 0 -20px;
    border-radius: 0;
  }
}

@media screen and (max-width: 480px) {
  .yt-vpn__content {
    margin: 0 -20px;
    padding: 50px 20px 10px;
    border-radius: 0;
  }

  .yt-vpn__problem-icon {
    width: auto;
    height: 80px;
  }

  .yt-vpn__pain-item {
    font-size: 20px;
    line-height: 28px;
  }

  .yt-vpn__benefits {
    gap: 40px;
  }

  .yt-vpn__benefits-image {
    transform: none;
    height: auto;
    width: 100%;
    max-width: 280px;
  }

  .yt-vpn__cta-image {
    max-width: 280px;
  }
}

@media screen and (max-width: 360px) {
  .yt-vpn__pain {
    padding-left: 0;
  }

  .yt-vpn__pain-item::before {
    display: none;
  }
}

/*  end yt-vpn  */

/*  check-list-v2  */

.check-list-v2 {
}

.check-list-v2__content {
  padding-left: 70px;
}

.check-list-v2__item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(26, 51, 120, 0.15);
}

.check-list-v2__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.check-list-v2__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/page-vpn/icons/check-icon.svg") 50% 50% no-repeat;
}

.check-list-v2__name {
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.check-list-v2__text {
  font-size: 20px;
  line-height: 28px;
}

@media screen and (max-width: 480px) {
  .check-list-v2__content {
    padding-left: 55px;
  }

  .check-list-v2__item {
    border-width: 1px;
  }

  .check-list-v2__item::before {
    left: -55px;
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }

  .check-list-v2__name {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 359px) {
  .check-list-v2__content {
    padding-left: 0;
  }

  .check-list-v2__item::before {
    display: none;
  }
}

/*  end check-list-v2  */

/*  support-v1  */

.support-v1 {
}

.support-v1__content {
  display: flex;
  gap: 60px;
}

.support-v1__info,
.support-v1__questions {
  width: 50%;
}

.support-v1__picture,
.support-v1__picture img {
  display: block;
}

.support-v1__picture {
  margin-bottom: 30px;
}

.support-v1__picture img {
  width: 100%;
}

.support-v1__questions-title {
  margin-bottom: 10px;
}

.support-v1__questions-desc {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .support-v1__content {
    gap: 40px;
    flex-direction: column;
  }

  .support-v1__info,
  .support-v1__questions {
    width: 100%;
  }

  .support-v1__picture {
    margin: 0 -20px 20px;
  }
}

/*  end support-v1  */

/*  article-tpl  */

.article-tpl__picture {
  display: block;
  margin-bottom: 60px;
}

.article-tpl__picture img {
  display: block;
}

.article-tpl__content {
  display: flex;
  gap: 60px;
}

.article-tpl__sidebar {
  display: block;
  width: 400px;
  flex-shrink: 0;
}

.article-tpl__nav {
  margin-bottom: 60px;
}

.article-tpl__nav li:not(:last-child) {
  border-bottom: 1px solid rgba(26, 51, 120, 0.1);
}

.article-tpl__nav a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: var(--blue);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-color: var(--white);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 9 14"><path fill="%230058FF" d="m8.71 7.71-5.84 5.85c-.43.43-1.08.43-1.46 0l-1-.95a1.06 1.06 0 0 1 0-1.46l4.17-4.12L.42 2.86a1.06 1.06 0 0 1 0-1.46l.99-1a1.06 1.06 0 0 1 1.46 0L8.7 6.26c.39.43.39 1.08 0 1.46"/><path fill="%232D58CE" d="m8.71 7.71-5.84 5.85c-.43.43-1.08.43-1.46 0l-1-.95a1.06 1.06 0 0 1 0-1.46l4.17-4.12L.42 2.86a1.06 1.06 0 0 1 0-1.46l.99-1a1.06 1.06 0 0 1 1.46 0L8.7 6.26c.39.43.39 1.08 0 1.46"/></svg>');
  background-size: 8px auto;
  transition: box-shadow 0.2s ease, color 0.2s, transform 0.2s;
  text-decoration: none;
  padding: 15px 40px 15px 15px;
  border-radius: 8px;
}

.article-tpl__nav a:hover {
  color: var(--link);
  box-shadow: 0 0 50px rgba(20, 38, 90, 0.15);
  transform: scale(1.03);
}

.article-tpl__cta {
  padding: 40px;
  background-color: var(--blue);
  border: 8px solid var(--lilac);
  border-radius: 24px;
}

.article-tpl__icon {
  display: block;
  margin: 0 auto 15px;
}

.article-tpl__cta-title {
  color: var(--green);
  font-family: var(--font-title);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.article-tpl__cta-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
}

.article-tpl__cta-button {
  width: 100%;
  justify-content: center;
}

.article-tpl__desc {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.article-tpl__desc > * {
  margin-bottom: 15px;
}

.article-tpl__desc h2 {
  font-family: var(--font-title);
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.article-tpl__desc h2:not(:first-child) {
  margin-top: 30px;
}

.article-tpl__desc ul,
.article-tpl__desc ol {
  list-style-position: outside;
  padding-left: 40px;
  margin-bottom: 20px;
}

.article-tpl__desc ul {
  list-style: disc;
}

.article-tpl__desc ol {
  list-style: decimal;
}

.article-tpl__desc ul li,
.article-tpl__desc ol li {
  line-height: 1.5em;
  margin-bottom: 10px;
}

.article-tpl__desc ul li::marker,
.article-tpl__desc ol li::marker {
  color: var(--link);
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .article-tpl__picture {
    margin: 0 -20px 40px;
  }

  .article-tpl__content {
    gap: 40px;
  }

  .article-tpl__nav {
    margin-bottom: 40px;
  }

  .article-tpl__sidebar {
    width: 360px;
  }

  .article-tpl__cta {
    padding: 30px;
    border-width: 6px;
  }
}

@media screen and (max-width: 992px) {
  .article-tpl__sidebar {
    display: none;
  }

  .article-tpl__desc h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .article-tpl__content {
    flex-direction: column;
  }

  .article-tpl__sidebar {
    display: block;
    width: 100%;
  }

  .article-tpl__picture {
    margin-bottom: 20px;
  }

  .article-tpl__nav {
    margin-bottom: 20px;
  }

  .article-tpl__desc h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

/*  end article-tpl  */

/*  faq  */

.qa__content {
  display: flex;
  gap: 60px;
}

.qa__aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 400px;
  flex-shrink: 1;
}

.qa__image {
  display: block;
  width: 100%;
  max-width: 340px;
}

.qa__list {
  flex-basis: calc(100% - 460px);
}

.qa__item {
  position: relative;
  background-color: var(--light-blue);
  border: 2px solid var(--light-blue);
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

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

.qa__item._open {
  border-color: var(--blue);
  background-color: var(--blue);
}

.qa__title {
  position: relative;
  color: var(--blue);
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 70px 20px 80px;
  cursor: pointer;

  transition: background-color 0.2s ease, color 0.2s ease;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qa__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 18px;
  width: 39px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 30"><path fill="%23C574E3" d="M.3 5a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v17.94L38.53 30H5.3a5 5 0 0 1-5-5z"/><path fill="%23EDF2FF" d="M16.94 18.49h-3.46q0-1.05.14-1.87.16-.82.54-1.47.37-.66 1-1.21.58-.47.99-.9.4-.45.62-.89.22-.45.22-.95 0-.63-.18-1.03a1.2 1.2 0 0 0-.52-.59q-.32-.2-.86-.2-.41 0-.8.2-.35.2-.58.64-.23.43-.26 1.12H9.7a5.3 5.3 0 0 1 .8-2.92q.77-1.12 2.05-1.65a8 8 0 0 1 2.88-.53q1.77 0 3.03.54 1.27.54 1.95 1.62.67 1.05.67 2.62 0 1.04-.4 1.8-.38.78-1.04 1.43t-1.47 1.4q-.7.61-.95 1.26-.25.63-.28 1.58m-3.96 3.67q0-.87.63-1.45.63-.6 1.63-.6t1.63.6.63 1.45-.63 1.46a2.3 2.3 0 0 1-1.63.58 2.3 2.3 0 0 1-1.63-.58q-.63-.6-.63-1.46"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;
  transition: background-image 0.25s;
}

.qa__item._open .qa__title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 30"><path fill="%23EDF2FF" d="M.3 5a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v17.94L38.53 30H5.3a5 5 0 0 1-5-5z"/><path fill="%231A3378" d="M16.94 18.49h-3.46q0-1.05.14-1.87.16-.82.54-1.47.37-.66 1-1.21.58-.47.99-.9.4-.45.62-.89.22-.45.22-.95 0-.63-.18-1.03a1.2 1.2 0 0 0-.52-.59q-.32-.2-.86-.2-.41 0-.8.2-.35.2-.58.64-.23.43-.26 1.12H9.7a5.3 5.3 0 0 1 .8-2.92q.77-1.12 2.05-1.65a8 8 0 0 1 2.88-.53q1.77 0 3.03.54 1.27.54 1.95 1.62.67 1.05.67 2.62 0 1.04-.4 1.8-.38.78-1.04 1.43t-1.47 1.4q-.7.61-.95 1.26-.25.63-.28 1.58m-3.96 3.67q0-.87.63-1.45.63-.6 1.63-.6t1.63.6.63 1.45-.63 1.46a2.3 2.3 0 0 1-1.63.58 2.3 2.3 0 0 1-1.63-.58q-.63-.6-.63-1.46"/></svg>');
}

.qa__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 9px;
  position: absolute;
  right: 25px;
  top: calc(50% - 3px);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 10"><path stroke="%232D59A3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="m2 2 10 6 10-6"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 9px;
  transition: transform 0.25s ease;
}

.qa__item._open .qa__title::after {
  transform: scaleY(-1);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 10"><path stroke="%23EDF2FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="m2 2 10 6 10-6"/></svg>');
}

.qa__item._open .qa__title {
  color: var(--light-blue);
}

.qa__desc {
  display: none;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  background-color: var(--light-blue);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 30"><path fill="%23C574E3" d="M0 5a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v17.94L38.23 30H5a5 5 0 0 1-5-5z"/><path fill="%23EDF2FF" d="m16.49 7.08-.47 10.7h-2.94l-.46-10.7zM12.52 21.1q0-.77.56-1.29t1.45-.52a2 2 0 0 1 1.44.52q.56.52.56 1.3 0 .75-.56 1.3-.55.5-1.44.5-.9 0-1.45-.5a1.7 1.7 0 0 1-.56-1.3"/></svg>');
  background-position: 25px 22px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  margin: 0 2px 2px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.25s ease;
}

.qa__desc > div {
  padding: 25px 70px 25px 85px;
}

.qa__item._open .qa__desc {
}

.qa__desc p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .qa__content {
    gap: 40px;
  }

  .qa__aside {
    flex-basis: 360px;
  }

  .qa__list {
    flex-basis: calc(100% - 400px);
  }
}

@media screen and (max-width: 992px) {
  .qa__content {
    flex-direction: column;
    gap: 0;
  }

  .qa__aside {
    flex-basis: auto;
    align-items: flex-start;
    flex-direction: column;
  }

  .qa__image {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .qa__image {
    display: block;
    max-width: 260px;
    margin: 0 auto 40px;
  }

  .qa__item {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .qa__title {
    font-size: 17px;
    line-height: 22px;
    padding: 15px 70px 15px 20px;
  }

  .qa__title::before {
    display: none;
  }

  .qa__title::after {
    right: 15px;
    background-size: auto 7px;
  }

  .qa__desc {
    font-size: 17px;
    background: var(--light-blue);
    border-radius: 0 0 6px 6px;
  }

  .qa__desc > div {
    padding: 20px;
  }
}

/*  end faq  */

/*  cta-v1  */

.cta-v1 {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px 60px;
  background-color: var(--blue);
  border: 10px solid var(--purple);
  border-radius: 32px;
}

.cta-v1__title {
  font-weight: 800;
  color: var(--purple);
  margin-bottom: 15px;
}

.cta-v1__text {
  max-width: 650px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--white);
}

.cta-v1__buttons {
  margin-top: 30px;
  display: inline-flex;
  gap: 15px;
}

.cta-v1__buttons .button {
  justify-content: center;
  white-space: nowrap;
}

.cta-v1__buttons .button._secondary-outline {
  font-weight: 500;
  border-color: var(--sky-blue);
  color: var(--sky-blue);
}

.cta-v1__image {
  display: block;
  height: 240px;
}

@media screen and (max-width: 1200px) {
  .cta-v1 {
    padding: 40px;
    gap: 40px;
    border-width: 6px;
  }
}

@media screen and (max-width: 768px) {
  .cta-v1 {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 600px) {
  .cta-v1 {
    gap: 20px;
  }

  .cta-v1__buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .cta-v1__buttons .button {
    width: 100%;
  }

  .cta-v1__title,
  .cta-v1__text {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .cta-v1 {
    margin: 0 -20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 50px 20px;
  }
}

/*  end cta-v1  */
