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,
sub,
sup,
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;
  -ms-scroll-chaining: inherit;
  overscroll-behavior: inherit;
}

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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 320px) {
  .container {
    max-width: 360px;
  }
}
@media (min-width: 744px) {
  .container {
    max-width: 824px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1680px;
    padding-left: 120px;
    padding-right: 120px;
  }
}

body {
  overflow-x: hidden;
  font-weight: 400;
  background: #fff;
  font-family: "Inter", serif;
  background: linear-gradient(248deg, #e9efff 0%, #dae6ff 98.75%);
}

.form__protect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
  background: #000;
}

.form__protect-icon {
  width: 35.021px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.form {
  width: 100%;
}

.global-first {
  padding: 20px 0;
}

.form-wrapper {
  width: 100%;
  margin: 0 auto 20px;
}

.video-block__container {
  position: relative;
}
.video-block__container .users {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: #686ad5;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 9;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content {
  margin-top: 60px;
}
.content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1440px) {
  .content .links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.content .links a {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.content .reserved {
  margin-top: 32px;
  color: #1f1f1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.hide {
  margin-top: 60px;
  display: none;
}
.hide .block-2 {
  border-radius: 64px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.second {
  display: none;
}
@media (min-width: 744px) {
  .hide .block-2 {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .hide .block-2 {
    padding: 40px 60px;
  }
}
.hide .block-2 .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .hide .block-2 .title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .hide .block-2 .title {
    font-size: 44px;
  }
}
.hide .block-2 .title span {
  color: #5d5fef;
}
.hide .block-2 .btn {
  border-radius: 64px;
  background: #5d5fef;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  padding: 16px 32px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 744px) {
  .hide .block-2 .btn {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .hide .block-2 .btn {
    font-size: 32px;
  }
}
.hide .hide__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  display: none;
  cursor: pointer;
}
.hide .hide__btn .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.hide .hide__btn .items .item {
  border-radius: 12px;
  background: #828180;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  max-height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.hide .hide__btn .items .item p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.hide .hide__btn .hurry {
  color: #1e1e1e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.hide .hide__btn .hurry .black {
  font-weight: 600;
}
.hide .hide__btn .hurry .fiol {
  color: #5d5fef;
}
.hide .hide__btn .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.red {
  background-color: #ef4444 !important;
}

.green {
  background-color: #20c55e !important;
}

.timer__form {
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.timer__form .timer,
.timer__form .timer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.timer__form .timer .start,
.timer__form .timer1 .start {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.timer__form .timer .time,
.timer__form .timer1 .time1 {
  border-radius: 28px;
  background: #5d5fef;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.timer__form .timer .time #time,
#time1 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
video::-webkit-media-controls-timeline {
  display: none;
}
.no-sound-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.progress {
  position: relative;
  height: 6px;
  background: #b3b3b3;
  margin-top: -6px;
  z-index: 10;
}

.progress-fill,
.progress-fill2 {
  height: 100%;
  width: 0%;
  background: #ff3b30;
}

.progress-thumb,
.progress-thumb2 {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #ff3b30;
  border-radius: 50%;
}
.timer__form .form {
  border-radius: 64px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  gap: 40px;
  display: none;
}
@media (min-width: 744px) {
  .timer__form .form {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .timer__form .form {
    padding: 40px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.timer__form .form .text__content {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 40px;
  max-width: 550px;
}
.timer__form .form .text__content .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 744px) {
  .timer__form .form .text__content .title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .timer__form .form .text__content .title {
    font-size: 44px;
    text-align: left;
  }
}
.timer__form .form .text__content .title span {
  color: #5d5fef;
}
.timer__form .form .text__content .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .timer__form .form .text__content .arrows {
    margin-left: 0;
  }
}
.timer__form .form .text__content .arrows img {
  width: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  max-width: 50px;
}
@media (min-width: 744px) {
  .timer__form .form .text__content .arrows img {
    max-width: 100px;
  }
}
@media (min-width: 1440px) {
  .timer__form .form .text__content .arrows img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    max-width: 100%;
    margin-right: 0;
  }
}
.timer__form .form .text__content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.timer__form .form .text__content .logos img {
  height: 32px;
}
.timer__form .form #form {
  width: 100%;
  max-width: 550px;
}

.final {
  margin-top: 40px;
}
.final .block {
  border-radius: 64px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (min-width: 744px) {
  .final .block {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .final .block {
    padding: 40px 60px;
  }
}
.final .block .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .final .block .title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .final .block .title {
    font-size: 44px;
  }
}
.final .block .title span {
  color: #5d5fef;
}
.final .block .text {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 744px) {
  .final .block .text {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .final .block .text {
    font-size: 32px;
  }
}
.final .block .totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.final .block .totals .item {
  border-radius: 24px;
  border: 4px solid #5d5fef;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
@media (min-width: 744px) {
  .final .block .totals .item {
    padding: 16px 20px;
    width: 350px;
  }
}
.final .block .totals .item .images {
  border-radius: 12px;
  background: #5d5fef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.final .block .totals .item .text__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.final .block .totals .item .text__block .main__text {
  color: #1e1e1e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.final .block .totals .item .text__block .green {
  color: #20c55e;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.final .block .calculator {
  background-color: #2666bc;
  width: 100%;
  padding: 20px 0;
  border-radius: 20px;
}
.final .block .calculator .title {
  margin: 0 auto 8px;
  color: #fff;
  text-align: center;
  max-width: 350px;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
}
.final .block .calculator .subtitle {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  padding: 0 10px;
}
.final .block .calculator .boards-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 32px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.final .block .calculator .board {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  width: 326px;
  color: #000;
  line-height: normal;
}
.final .block .calculator .board__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
.final .block .calculator .board__caption {
  font-size: 24px;
  font-weight: 700;
}
.final .block .calculator .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px;
}
.final .block .calculator .range-box {
  background-color: #fff;
  border-radius: 12px;
  line-height: normal;
  width: 326px;
  padding: 16px 20px;
}
.final .block .calculator .range-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.final .block .calculator .range-box input[type="range"] {
  accent-color: #65b684;
  width: 100%;
}
.final .block .calculator .range-box input[type="range"]:hover {
  cursor: pointer;
}
.final .block .calculator .range-box input[type="range"]:focus {
  outline: none;
}
.final .block .calculator .range-box .month {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.final .block .calculator .range-box .duration {
  color: #687083;
  font-size: 16px;
  font-weight: 400;
}
.final .block .calculator .captions-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}
.final .block .calculator .captions-box span {
  color: #687083;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}
.final .block .calculator .output-box {
  width: 326px;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid #65b684;
  color: #fff;
  line-height: normal;
}
.final .block .calculator .output-box .caption {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
}
.final .block .calculator .output-box .amount {
  font-size: 36px;
  font-weight: 700;
}
.final .block .calculator .board .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.final
  .block
  .calculator
  .board
  .radio
  input[type="radio"]
  + .radio-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #65b684;
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.final
  .block
  .calculator
  .board
  .radio
  input[type="radio"]:checked
  + .radio-label:before {
  background-color: #65b684;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.final
  .block
  .calculator
  .board
  .radio
  input[type="radio"]:focus
  + .radio-label:before {
  outline: none;
  border-color: #65b684;
}

@media (min-width: 744px) {
  .calculator {
    padding: 80px 40px;
  }
  .calculator .title {
    font-size: 32px;
  }
  .calculator .wrapper {
    gap: 32px;
  }
}
@media (min-width: 1440px) {
  .calculator .title {
    max-width: 720px !important;
    font-size: 36px !important;
  }
  .calculator .subtitle {
    font-size: 20px !important;
  }
  .calculator .boards-box {
    margin: 60px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 32px;
  }
  .calculator .boards-box .board {
    width: 256px;
    padding: 32px 24px;
  }
  .calculator .range-box,
  .calculator .output-box {
    width: 330px;
    padding: 24px 20px;
  }
}
.footer {
  margin-top: 32px;
}
.footer .text {
  color: #5a5a5a;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal-video-continue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.6);
  z-index: 101;
  padding: 20px;
}
.modal-video-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
  .buttons {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .buttons .btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
    font-weight: 700;
    background: #2fda7a;
    padding: 10px 20px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .buttons .btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 10px 25px rgba(47, 218, 122, 0.5);
  }
  .buttons .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, 0.6),
      transparent
    );
    transform: skewX(-25deg);
    animation: shine 2.5s infinite;
  }

  .buttons .btn img {
    max-width: 30px;
  }
}
@keyframes shine {
  0% {
    left: -120%;
  }
  60% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@media (max-width: 1024px) {
  .modal-video-block {
    width: 90%;
    gap: 25px;
  }

  .modal-video-block h1 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    text-align: center;
  }

  .modal-video-block .buttons {
    gap: 20px;
  }

  .modal-video-block .buttons .btn {
    padding: 12px 18px;
  }
}

@media (max-width: 600px) {
  .modal-video-block {
    width: 95%;
    gap: 20px;
  }

  .modal-video-block h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .modal-video-block .buttons {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }

  .modal-video-block .buttons .btn {
    width: 100%;
    justify-content: center;
    padding: 14px;
    font-size: 16px;
  }

  .modal-video-block .buttons .btn img {
    max-width: 24px;
  }
}
