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;
}
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 {
  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) {
  .hide .block {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .hide .block {
    padding: 40px 60px;
  }
}
.hide .block .title {
  color: #1e1e1e;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 744px) {
  .hide .block .title {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .hide .block .title {
    font-size: 44px;
  }
}
.hide .block .title span {
  color: #5d5fef;
}
.hide .block .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 .btn {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .hide .block .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 {
  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 {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.timer__form .timer .time {
  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 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.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;
} /*# sourceMappingURL=main.min.css.map */
#secondVideo,
.timer__form,
.final {
  display: none;
}
