/* Colors */

/* Fonts */

/* Screen sizes */

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  color: #303446;

  background: #ffffff;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

button {
  margin: 0;
  padding: 0;

  background-color: transparent;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

p {
  margin: 0;
}

input,
button,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.visibility-hidden {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;

  border: 0;

  clip: rect(0 0 0 0);
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.wrapper__learn {
  margin-bottom: 400px;
}

.wrapper__offers {
  margin-bottom: 250px;
}

.wrapper__guide {
  margin-top: 180px;
}

.container {
  position: relative;

  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  font-weight: 600;
  font-size: 38px;
  line-height: 145%;
  letter-spacing: -0.02rem;
}

.title_center {
  text-align: center;
}

.pre-title {
  margin-bottom: 16px;

  font-size: 24px;
  color: #a0a6bf;
  text-transform: uppercase;
  letter-spacing: 0.6rem;
}

.lds-btn {
  position: relative;

  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;

  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;

  background: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.lds-btn:hover {
  text-decoration: none;
}

.lds-btn:focus {
  text-decoration: none;

  outline: none !important;
}

.lds-btn_fill {
  color: #ffffff;

  background: #f4555a;

  transition: background 0.3s, color 0.3s;
}

.lds-btn_fill:hover {
  background: #ff6465;
}

.lds-btn_fill:active {
  background: #d54a4a;
}

.lds-btn_fill.-secondary {
  background: #f5c06f;
}

.lds-btn_fill.-secondary:hover {
  background: #fadca4;
}

.lds-btn_fill.-secondary:active {
  background: #e5a84d;
}

.lds-btn_fill.-gray {
  color: #303446;

  background: rgba(10, 14, 32, 0.07);
}

.lds-btn_fill.-gray:hover {
  background: rgba(10, 14, 32, 0.1);
}

.lds-btn_fill.-gray:active {
  background: rgba(10, 14, 32, 0.15);
}

.lds-btn_fill.-green {
  background: #7ac362;
}

.lds-btn_fill.-green:hover {
  background: #a7ce8e;
}

.lds-btn_fill.-green:active {
  background: #71a955;
}

.lds-btn_fill.-orange {
  background: #ed7a56;
}

.lds-btn_fill.-orange:hover {
  background: #eca688;
}

.lds-btn_fill.-orange:active {
  background: #c7664b;
}

.lds-btn_fill.-blue {
  background: #649be9;
}

.lds-btn_fill.-blue:hover {
  background: #9bbdf0;
}

.lds-btn_fill.-blue:active {
  background: #5477bd;
}

.lds-btn_fill.-red {
  background: #f03226;
}

.lds-btn_fill.-red:hover {
  background: #ff6a54;
}

.lds-btn_fill.-red:active {
  background: #ca2013;
}

.lds-btn_fill.-transparent {
  background: rgba(255, 255, 255, 0.07);
}

.lds-btn_fill.-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
}

.lds-btn_fill.-transparent:active {
  background: rgba(255, 255, 255, 0.15);
}

.lds-btn_fill.-white {
  color: #303446;

  background: #ffffff;
  box-shadow: 0 5px 40px rgba(48, 52, 70, 0.05);

  transition: box-shadow 0.4s;
}

.lds-btn_fill.-white:hover {
  box-shadow: 0 5px 40px rgba(48, 52, 70, 0.1);
}

.lds-btn_fill[disabled],
.lds-btn_fill.-disabled {
  color: #ffffff;

  background: #c5c7d0;
  cursor: default;
}

.lds-btn_fill[disabled]:hover,
.lds-btn_fill.-disabled:hover {
  background: #c5c7d0;
}

.lds-btn_fill[disabled]:active,
.lds-btn_fill.-disabled:active {
  background: #c5c7d0;
}

.lds-btn_border {
  color: #f4555a;

  border: 1px solid;

  transition: color 0.3s, border 0.3s;
}

.lds-btn_border:hover {
  color: #ff6465;
}

.lds-btn_border:active {
  color: #d54a4a;
}

.lds-btn_border.-secondary {
  color: #f5c06f;
}

.lds-btn_border.-secondary:hover {
  color: #fadca4;
}

.lds-btn_border.-secondary:active {
  color: #e5a84d;
}

.lds-btn_border.-blue {
  color: #649be9;
}

.lds-btn_border.-blue:hover {
  color: #9bbdf0;
}

.lds-btn_border.-blue:active {
  color: #5477bd;
}

.lds-btn_border.-green {
  color: #7ac362;
}

.lds-btn_border.-green:hover {
  color: #a7ce8e;
}

.lds-btn_border.-green:active {
  color: #71a955;
}

.lds-btn_border[disabled],
.lds-btn_border.-disabled {
  color: #c5c7d0;

  cursor: default;
}

.lds-btn_border[disabled]:hover,
.lds-btn_border.-disabled:hover {
  color: #c5c7d0;
}

.lds-btn_border[disabled]:active,
.lds-btn_border.-disabled:active {
  color: #c5c7d0;
}

.lds-btn_full {
  width: 100%;
}

.lds-btn_size-sm {
  min-height: 40px;
  padding: 4px 11px;

  font-size: 14px;
  line-height: 22px;

  border-radius: 3px;
}

.lds-btn_size-xs {
  min-height: 34px;
  padding: 4px 16px;

  font-size: 14px;
  line-height: 22px;

  border-radius: 3px;
}

.lds-btn_size-xxs {
  min-height: 26px;
  padding: 2px 8px;

  font-size: 14px;
  line-height: 22px;

  border-radius: 3px;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;

  width: 100%;

  background: rgba(255, 255, 255, 0.5);

  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .header {
    background-color: rgba(255, 255, 255, 0.96);
  }
}

.logo__pic {
  display: inline-block;

  vertical-align: middle;
}

.logo__text {
  display: inline-block;
  margin-left: 20px;

  font-size: 20px;
  vertical-align: middle;
  color: #6a6e7e;
}

.user-action__reg span {
  display: contents;
}

.welcome {
  position: relative;
}

.welcome__inner {
  max-width: 936px;
  padding-top: 280px;
  padding-bottom: 250px;

  text-align: center;
}

.welcome__bg {
  position: absolute;
  top: -1090px;
  left: -1660px;
  z-index: -1;
}

.welcome__slogan {
  font-size: 30px;
  letter-spacing: 0.8rem;
}

.welcome__title {
  font-size: 64px;
}

.welcome__give {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  margin: 45px auto;
  padding: 0;

  list-style: none;
  font-size: 20px;
  color: #6a6e7e;
}

.grow-up__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 85px;
  padding-bottom: 200px;
}

.grow-up__text {
  max-width: 530px;
}

.grow-up__info {
  margin-top: 7px;
  margin-bottom: 48px;

  font-size: 24px;
  line-height: 1.3;
  color: #4d5163;
}

.grow-up__list-heading {
  margin-top: 7px;

  font-weight: 600;
  font-size: 24px;
}

.grow-up__list {
  padding-left: 30px;

  list-style: none;
  font-size: 20px;
  color: #4d5163;
}

.grow-up__list li {
  position: relative;

  margin-bottom: 12px;
}

.grow-up__list li::before {
  position: absolute;
  top: 14px;
  left: -17px;
  content: "";

  width: 4px;
  height: 4px;

  background-color: #4d5163;
  border-radius: 20px;
}

.grow-up__action {
  box-shadow: 0 8px 20px rgba(237, 82, 82, 0.5);
}

.grow-up__pic img {
  max-width: 100%;
  max-height: 100%;
  margin-top: -40px;
}

.grow-up__bg {
  position: absolute;
  top: -645px;
  right: -794px;
  z-index: -1;

  opacity: 0.5;
}

.analysis {
  position: relative;
}

.analysis__inner {
  display: flex;
  padding-top: 130px;
  padding-bottom: 395px;
}

.analysis__pic {
  position: absolute;
  top: 5px;
  right: 46%;
}

.analysis__pic img {
  max-width: 100%;
}

.analysis__info {
  max-width: 568px;
  margin-left: auto;
}

.analysis__text {
  margin-bottom: 6px;

  font-size: 24px;
  color: #4d5163;
}

.analysis__list {
  max-width: 520px;
  margin: 0;
  padding-left: 30px;

  list-style: none;
  font-size: 20px;
  color: #4d5163;
}

.analysis__list li {
  position: relative;

  margin-bottom: 12px;
}

.analysis__list li::before {
  position: absolute;
  top: 14px;
  left: -17px;
  content: "";

  width: 4px;
  height: 4px;

  background-color: #4d5163;
  border-radius: 20px;
}

.analysis__note {
  margin-top: 47px;

  font-size: 20px;
  color: #a0a6bf;
}

.learn__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 205px;
  padding-bottom: 135px;
}

.learn__text {
  max-width: 582px;
  margin-right: auto;
}

.learn__pic {
  position: absolute;
  top: 0;
  right: -70px;
}

.learn__ring {
  position: absolute;
  top: 10px;
  right: -30px;
  z-index: -1;
}

.info {
  margin: 205px 0 150px;
}

.info__title {
  margin-bottom: 60px;
}

.info__articles {
  margin: 60px 0;
}

.info__banner {
  margin-top: 64px;
}

.info__video {
  margin-top: 60px;
}

.offers__header {
  margin-bottom: 62px;

  text-align: center;
}

.offers__title {
  margin-bottom: 5px;
}

.offers__text {
  font-size: 24px;
}

.offers__list {
  display: grid;

  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.offers__item {
  position: relative;

  display: flex;
  flex-direction: column;
  padding: 19px 23px 24px;

  border: 1px solid #d9dde6;
  border-radius: 10px !important;

  transition: 0.2s;
}

.offers__item:hover,
.offers__item:active,
.offers__item:focus {
  text-decoration: none;

  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.offers__item::after {
  display: none;
}

.offers__item:nth-child(9) {
  display: none;
}

.offers.-popular .offers__tag {
  color: #ed7a56;

  background: #fef6f1;
}

.offers.-popular .offers__item {
  border-color: #eca688;
}

.offers__tag {
  position: absolute;
  top: 0;
  left: 0;

  padding: 6px 12px;

  font-size: 14px;
  color: #649be9;

  background-color: #f2f9fe;
  border-top-left-radius: 10px !important;
}

.offers__line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}

.offers__pic {
  max-width: 100px;
  max-height: 100%;
}

.offers__id {
  margin-left: auto;

  color: #d9dde6;
}

.offers__block {
  min-height: 84px;
  margin: 14px 0;
}

.offers__name {
  margin: 3px 0;

  font-weight: 600;
  font-size: 20px;
}

.offers__category {
  margin: 3px 0;

  font-size: 14px;
  color: #bfc3d5;
}

.offers__stats {
  display: flex;
  justify-content: space-between;
  margin: 18px -23px;
  padding: 5px 23px;

  list-style: none;

  background: #f5f7f9;
}

.offers__stats-item {
  font-size: 14px;
  text-align: center;
}

.offers__stats-name {
  margin: 3px 0;
}

.offers__stats-value {
  margin: 3px 0;
}

.offers__info {
  margin: 13px 0;
  padding: 0;

  list-style: none;
}

.offers__info + .offers__info {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 13px;

  border-top: 1px solid #ebeff3;
}

.offers__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.offers__info-item:last-child {
  margin-bottom: 0;
}

.offers__info-name {
  color: #6a6e7e;
}

.offers__info-value {
  color: #3a3545;
}

.offers__info-value.-payout {
  font-weight: 600;
  font-size: 20px;
  color: #303446;
}

.offers__info-value.-coins {
  display: flex;
  align-items: center;

  font-weight: 600;
  color: #303446;
}

.offers__info-value svg {
  width: 11px;
  height: 12px;
}

.offers__coin-icon {
  width: 12px;
  height: 14px;
  padding-left: 5px;
}

.guide__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guide__text {
  max-width: 485px;
  margin-top: 10px;

  font-size: 24px;
  color: #4d5163;
}

.guide__video {
  position: relative;

  width: 49%;
  height: 0;
  padding-bottom: 27.5%;
  overflow: hidden;
}

.guide__video iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-width: 0;
  outline-width: 0;
}

.action-reg {
  position: relative;

  padding-top: 412px;
  padding-bottom: 412px;

  text-align: center;
}

.action-reg__title {
  font-size: 46px;
}

.action-reg__btn {
  margin-top: 46px;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;

  max-width: 476px;

  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1300px;
  visibility: hidden;
}

.modal.open {
  visibility: visible;
}

.modal.open ~ .modal-overlay {
  visibility: visible;
  opacity: 1;
}

.modal.open .modal__container {
  transform: rotateY(0deg);
  opacity: 1;
}

.modal__container {
  position: relative;

  flex: 1;
  padding: 46px;

  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.05);
  transform: rotateY(-70deg);
  transform-style: preserve-3d;
  opacity: 0;

  transition: all 0.3s;
}

.modal__title {
  margin-bottom: 24px;
  padding-right: 50px;

  font-weight: 600;
  font-size: 20px;
}

.modal__field {
  margin-bottom: 32px;
}

.modal__label {
  display: block;

  font-weight: 600;
  font-size: 14px;
}

.modal__input {
  width: 100%;
  padding: 10px;

  background: #ffffff;
  border: 1px solid #d9dde6;
  border-radius: 4px;
  outline: 0;

  transition: border-color 0.3s;
}

.modal__input:focus {
  border-color: #b8babe;
}

.modal__input-checkbox {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;

  border: 0;

  clip: rect(0 0 0 0);
}

.modal__input-checkbox:checked + .modal__checkbox::after {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "";

  width: 8px;
  height: 6px;

  border: 2px solid #3c3c3b;
  border-top-style: none;
  border-right-style: none;
  transform: translate(0, -50%) rotate(-45deg);
}

.modal__checkbox {
  position: relative;

  display: inline-block;
  padding-left: 26px;

  font-size: 14px;
  color: #4d5163;

  cursor: pointer;
}

.modal__checkbox::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";

  width: 18px;
  height: 18px;

  border: 1px solid #d9dde6;
  border-radius: 3px;
}

.modal__checkbox a {
  color: #649be9;
}

.modal__send {
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 23px;
  right: 32px;
  z-index: 2;

  width: 34px;
  height: 34px;

  font-size: 23px;

  background: rgba(48, 52, 70, 0.07);
  border-radius: 5px;
  cursor: pointer;

  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.modal__success,
.modal__reject {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;

  visibility: hidden;
  opacity: 0;

  transition: 0.3s;

  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.modal__success.open,
.modal__reject.open {
  visibility: visible;
  opacity: 1;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;

  width: 100%;
  height: 100%;

  background: rgba(255, 255, 255, 0.7);
  visibility: hidden;
  opacity: 0;

  transition: 0.3s;
}

.footer {
  position: relative;

  width: 100%;
  max-width: 1698px;
  margin: auto auto 0;
  padding-top: 24px;
  padding-bottom: 24px;

  border-top: 1px solid #d9dde6;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__copy,
.footer__phone,
.footer__email {
  display: block;

  font-size: 14px;
  color: #595d6f;
}

.footer__email {
  color: #318ee3;
}

.footer__bg {
  position: absolute;
  right: 0;
  bottom: 524px;
  z-index: -1;
}

.social {
  display: flex;
  margin: 0 90px 0 0;
  padding: 0;

  list-style: none;
}

.social__item {
  margin: 0 12px;
}

.social__link {
  display: grid;
  width: 40px;
  height: 40px;

  background: rgba(10, 14, 32, 0.07);
  border-radius: 100%;

  place-content: center;
}

.social__link:hover {
  background: rgba(10, 14, 32, 0.1);
}

.social__link:active {
  background: rgba(10, 14, 32, 0.15);
}

.social__link_facebook svg {
  width: 11px;
  height: 20px;
}

.social__link_youtube svg {
  width: 20px;
  height: 14px;
}

.social__link_vk svg {
  width: 21px;
  height: 13px;
}

.social__link_telegram svg {
  width: 20px;
  height: 17px;
}

.social__link_instagram svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 1300px) {
  .wrapper__learn {
    margin-bottom: 300px;
  }

  .welcome__bg {
    top: -900px;
    left: -1300px;
  }

  .grow-up__bg {
    top: -340px;
    right: -65%;

    width: 150%;
  }

  .analysis__pic {
    top: 15%;
    right: auto;
    left: 0;

    max-width: 46%;
  }

  .learn__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .learn__pic {
    top: 40px;

    width: 48%;
  }

  .learn__pic img {
    max-width: 100%;
  }

  .offers__item:nth-child(9) {
    display: block;
  }

  .action-reg {
    padding-top: 212px;
    padding-bottom: 212px;
  }

  .action-reg__title {
    font-size: 40px;
  }

  .footer__bg {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .wrapper__learn {
    margin-bottom: 150px;
  }
}

@media (max-width: 1023px) {
  .wrapper__learn {
    margin-bottom: 40px;
  }

  .wrapper__offers {
    margin-top: 150px;
  }

  .welcome__inner {
    padding-top: 380px;
  }

  .welcome__title {
    font-size: 48px;
  }

  .grow-up__pic img {
    margin-top: 0;
  }

  .grow-up__pic {
    position: absolute;
    right: -100px;
    bottom: 110px;

    width: 430px;
  }

  .grow-up__bg {
    top: -150px;
    right: -800px;

    width: 1800px;
  }

  .analysis__inner {
    padding-bottom: 65%;
  }

  .analysis__pic {
    top: auto;
    bottom: 0;
    left: 50%;

    width: 80%;
    max-width: 100%;

    transform: translateX(-50%);
  }

  .analysis__info {
    max-width: 100%;
  }

  .learn__inner {
    flex-direction: column;
  }

  .learn__text {
    max-width: 100%;
    margin-left: 130px;
  }

  .learn__pic {
    position: relative;

    order: 2;
    width: auto;
  }

  .learn__ring {
    top: auto;
    bottom: 100px;
    left: -100px;
  }

  .info {
    margin: 100px 0;
  }

  .offers__text {
    font-size: 20px;
  }

  .offers__item:nth-child(9) {
    display: none;
  }

  .guide__inner {
    flex-direction: column;
  }

  .guide__info {
    margin-bottom: 20px;

    text-align: center;
  }

  .guide__text {
    max-width: 100%;
  }

  .guide__video {
    width: 70%;
    padding-bottom: 39.375%;
  }

  .footer__bg {
    right: -600px;
    bottom: 170px;

    width: auto;
  }
}

@media (max-width: 767px) {
  .wrapper__offers {
    margin-bottom: 40px;
  }

  .wrapper__guide {
    margin-top: 40px;
  }

  .title {
    font-size: 24px;
  }

  .pre-title {
    font-size: 16px;
  }

  .header__logo {
    order: -1;
  }

  .header__logo img {
    width: 62px;
    height: 13px;
  }

  .header__partners img {
    width: 84px;
    height: 28px;
  }

  .logo__text {
    margin-left: 15px;

    font-size: 16px;
  }

  .user-action__reg span {
    display: none;
  }

  .user-action__reg {
    min-height: 32px;
    padding: 4px 16px;

    font-size: 12px;
  }

  .welcome__inner {
    padding-top: 200px;
    padding-bottom: 40px;
  }

  .welcome__bg {
    top: -1040px;
    left: -1280px;

    width: auto;

    opacity: 0.5;
  }

  .welcome__slogan {
    font-size: 16px;
    letter-spacing: 0.4rem;
  }

  .welcome__title {
    font-size: 32px;
  }

  .welcome__give {
    font-size: 14px;
  }

  .welcome__give-item {
    margin-bottom: 10px;
  }

  .welcome__give-item_mob-first {
    order: -1;
  }

  .grow-up__inner {
    padding-bottom: 600px;
  }

  .grow-up__info {
    font-size: 16px;
  }

  .grow-up__list-heading {
    font-size: 16px;
  }

  .grow-up__list {
    font-size: 16px;
  }

  .grow-up__list li::before {
    top: 8px;
  }

  .grow-up__bg {
    top: -600px;
    right: -1400px;

    width: auto;
  }

  .analysis__text {
    font-size: 16px;
  }

  .analysis__list {
    font-size: 16px;
  }

  .analysis__list li::before {
    top: 8px;
  }

  .analysis__note {
    font-size: 14px;
  }

  .learn__inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .learn__text {
    margin-left: 0;
  }

  .learn__pic {
    left: 0;
  }

  .learn__ring {
    display: none;
  }

  .action-reg__title {
    font-size: 26px;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;

    text-align: center;
  }

  .footer__copy {
    order: 1;
    margin-top: 20px;
  }

  .footer__bg {
    bottom: 160px;
  }

  .social {
    order: -1;
    margin-bottom: 20px;
  }
}

@media (max-width: 680px) {
  .guide__video {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .modal {
    width: 100%;
  }

  .modal__container {
    padding: 24px;
  }
}
