.sn-notifications-container {
    z-index: 99999999999999999 !important;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
button {
  border: none;
}
body,
html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #000;
  overflow-x: hidden;
  background-image: url("/pattern.png");
  background-repeat: repeat;
}
/* header */
header .logo {
  font-family: "Arial", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: #a57ef5;
}
header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 71px;
  margin-top: 30px;
}
header .left-side {
  margin-right: 72px;
}
header .right-side .third-button,
header .right-side .first-button {
  margin-right: 40px;
}
/* header */

/* first screen */

.first-screen {
  margin-top: 120px;
  display: flex;
}
.first-screen h1 {
  font-family: "Work Sans", Sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 1.1em;
  color: #fff;
}
.first-screen .left-side,
.first-screen .right-side {
  flex-basis: 50%;
}
.first-screen p {
  margin-top: 18px;
  margin-bottom: 50px;
  color: #a5a5a5;
  font-family: "Arial", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2px;
}
.first-screen-buttons {
  display: flex;
}
.first-screen .bottom-bar span:first-child {
  color: #ffffff;
  background-color: #a57ef500;
  font-family: "Arial", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 14px 10px 0px 0px;
  margin: 0px 0px 13px 0px;
  text-wrap: nowrap;
}
.first-screen .bottom-bar {
  display: flex;
  margin-top: 65px;
  flex-wrap: wrap;
}
.first-screen .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-screen .right-side img {
  animation: 5s ease-in-out 0s infinite alternate both running fly;
}
@keyframes fly {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(23px);
  }
}
.first-screen .bottom-bar span:last-child {
  color: #a57ef5;
  font-style: normal;
  font-weight: 600;
  font-family: "Arial", Sans-serif;
  font-size: 19px;
  letter-spacing: 0.4px;
  padding: 13px 20px 13px 20px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
}
/* first screen */

/* ui */
.first-button {
  cursor: pointer;
  background-color: transparent;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.1px;
  fill: #000000;
  color: #000000;
  background-image: linear-gradient(85deg, #a57ef5 0%, #ffc446 100%);
  border-radius: 50px 50px 50px 50px;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
}
.first-button:hover {
  background-color: transparent;
  background-image: linear-gradient(85deg, #ffc446 0%, #a57ef5 100%);
}
.first-screen-buttons {
  gap: 10px;
}
.second-button,
.fourth-button {
  text-wrap: nowrap;
  text-align: center;
  cursor: pointer;
}
.second-button {
  text-wrap: nowrap;
  text-decoration: none;
  margin-right: 15px;
  color: #000000;
  border-color: #666;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  background-color: transparent;
  background-image: linear-gradient(85deg, #a57ef5 0%, #ffc446 100%);
  transition: all 0.25s ease-in-out;
}
.second-button:hover {
  background-color: transparent;
  background-image: linear-gradient(85deg, #ffc446 0%, #a57ef5 100%);
}
.modal .third-button {
  padding: 17.5px 30px 17.5px 30px;
}
.modal .third-button:hover {
  background-color: #e8f0fe;
}
.third-button {
  text-decoration: none;
  background-color: #a57ef500;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2px;
  fill: #a57ef5;
  color: #a57ef5;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #a57ef5;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  cursor: pointer;
  transition: all 0.25s;
}
.third-button:hover {
  background-color: #302f2f;
}
.fourth-button {
  box-shadow: 2px 4px 16px 0px rgba(255, 255, 255, 0.12) inset;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  font-family: "Arial", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.2px;
  text-decoration: none;
  border-color: #666;
  background-color: #302f2f;
  width: auto;
  color: #fff;
  transition: all 0.25s ease-in-out;
}
.fourth-button:hover {
  transition: all 0.25s ease-in-out;
  box-shadow: 2px 4px 32px 0px rgba(255, 255, 255, 0) inset; /*todo*/
}

/* ui */

@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 1024px) {
  header {
    flex-direction: column;
    height: auto;
  }
  header .left-side {
    margin-bottom: 15px;
  }
  header .right-side {
    display: flex;
  }
  .first-screen {
    flex-direction: column;
    margin-top: 20px;
  }
  .first-screen .bottom-bar {
    margin-top: 25px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .first-screen-buttons {
    justify-content: center;
  }
  .first-screen p {
    text-align: center;
  }
  .first-screen h1 {
    font-size: 45px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .first-button,
  .second-button,
  .third-button,
  .fourth-button {
    text-align: center;
  }
  .first-screen-buttons a {
    width: 165px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .first-screen-buttons {
    flex-wrap: wrap;
  }
  .container {
    padding: 0 15px;
  }
  header {
    flex-direction: column;
    gap: 15px;
    height: auto;
  }
  header .left-side {
    margin-right: 0;
  }
  header .left-side,
  header .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  header .right-side button,
  header .right-side a {
    margin-right: 0 !important;
    max-width: 100%;
    width: 100%;
  }
  .first-screen {
    flex-direction: column;
  }
  .first-screen h1 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
  }
  .first-screen p {
    font-size: 16px;
    text-align: center;
    line-height: 1.6em;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .first-screen-buttons {
    justify-content: center;
  }
  .first-screen {
    margin-top: 15px;
  }

  .second-button {
    padding: 8px 10px 8px 10px;
    font-size: 16px;
  }
  .fourth-button {
    padding: 8px 10px 8px 10px;
    font-size: 16px;
  }

  .bottom-bar {
    display: flex;
    justify-content: center;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }

  .first-screen .right-side img {
    width: 75%;
  }
}

/* auth modal */
.auth-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100dvh;
  z-index: 100000000;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.auth-modal {
  max-width: 555px;
  max-height: 555px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}
.modal-close {
  z-index: 100000;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 12px;
  right: -40px;
  color: #000;
  font-family: Arial;
  font-weight: 600;
  font-size: 32px;
  user-select: none;
  cursor: pointer;
  background-color: #242424;
  border-radius: 100%;
}
body:has(.auth-modal-right-zone:hover) .modal-close::before,
body:has(.auth-modal-right-zone:hover) .modal-close::after {
  background-color: rgba(255, 255, 255, 1);
}
.auth-modal-right-zone {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: calc((100% - (550px)) / 2);
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-close:hover::before,
.modal-close:hover::after {
  background-color: rgba(255, 255, 255, 1);
}

.modal {
  display: none;
}
.modal.active {
  display: flex;
}
.auth-trigger {
  cursor: pointer;
}
.auth-modal {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.auth-modal-tabs {
  margin-top: 5px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 12px;
  padding-left: 7.5%;
}
.auth-modal-body:has(input[type="email"]) .modal-title {
  position: relative;
  top: 7.5px;
}
.modal-title {
  margin-top: calc(45px + 12px) !important;
}
.auth-modal-tabs {
  margin-top: 17px;
}
.modal-title {
  margin-top: 45px;
  text-align: center;
  font-family: "Work Sans", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1em;
  color: #000;
}
.auth-modal form {
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal p,
.modal .first-button {
  margin-right: 15%;
  margin-left: 15%;
}
.modal .third-button {
  background-color: #fff;
  user-select: none;
}
.modal .third-button {
  border-radius: 15px !important;
}
.modal .first-button {
  border-radius: 10px !important;
}
.modal input {
  outline: none;
  border-radius: 10px;
  border: 1px solid #a57ef5;
  padding: 15px 30px;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 20px;
  font-family: "Work Sans", Sans-serif;
  font-weight: 500;
}
.modal-hint {
  font-family: "Work Sans", Sans-serif;
  font-size: 12px;
}
.auth-modal-body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.auth-modal {
  position: relative;
}
.auth-modal::before {
  position: absolute;
  right: -65px;
  bottom: -125px;
  opacity: 0.15;
  pointer-events: none;
  content: url("/cookie.png");
  background-repeat: no-repeat;
}
body:has(.modal.active) {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}

@media (max-width: 640px) {
  .modal-title {
    font-size: 18pox;
  }
  .modal .third-button {
    padding: 7.5px 30px 7.5px 30px;
  }
  .auth-modal-tabs {
    flex-wrap: wrap;
  }
  .modal .first-button,
  .modal input {
    margin-right: 2.5% !important;
    margin-left: 2.5% !important;
  }
  .modal-close {
    top: -40px;
    right: -15px;
  }
  .auth-modal-body:has(input[type="email"]) .modal-title {
    position: unset;
    top: unset;
  }
  .auth-modal-tabs {
    margin-top: 0;
  }
  .modal-title {
    margin-top: 10px !important;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .modal-hint {
    margin-right: 2.5% !important;
    margin-left: 2.5% !important;
  }

  .auth-modal-tabs {
    padding: 0;
  }
  .modal .third-button {
    width: 100%;
  }
  .auth-modal form {
    margin: 0;
  }
  .auth-modal-body:not(:has(input[type="email"])) {
    transform: translateY(15px);
  }
  .auth-modal-body:has(input[type="email"]) {
    transform: translateY(5px);
  }
  .auth-modal {
    width: 80%;
    gap: 0px;
    height: 80%;
  }
  .auth-modal-body {
    position: relative;
    overflow: unset;
  }
}

.link {
  color: #a57ef5;
  cursor: pointer;
}

/* secondpart secondscreen */

.second-screen {
  transition: all 0.3s;
  background-image: linear-gradient(214deg, #9a8af0 0%, #ffdd95 100%);
  border-radius: 30px;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
  padding: 50px;
  margin-top: 120px;
}
.second-screen-title {
  width: 50%;
  font-family: "Tahoma", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.6em;
  color: #3e2ea0;
}
.second-screen-content {
  width: 50%;
  font-family: "Work Sans", Sans-serif;
  font-size: 19px;
  line-height: 1.6em;
  color: #000000;
}
.second-screen .features {
  display: flex;
  align-items: center;
}
.features-title {
  font-family: "Arial", Sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}
.feature {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 4px 2px 14px 1px
    rgba(62.000000000000156, 45.99999999999999, 160, 0.61) inset;
  border-radius: 30px;
  padding: 30px;
  background-color: #ffffff87;
}
.feature-text {
  font-family: "Arial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.feature-title {
  font-family: "Arial", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0;
}
.feature .header img {
  width: 48px;
  height: 48px;
}
.feature:first-of-type {
  margin-right: 20px;
  align-self: normal;
}
.feature .header {
  display: flex;
  gap: 32px;
  margin-top: 19px;
}

@media (max-width: 767px) {
  .second-screen {
    padding: 28px 15px 29px 15px;
  }
  .features-title {
    margin: 0;
    padding-left: 20px;
  }
  .second-screen-title {
    width: 100%;
    text-align: left;
    font-size: 28px;
    line-height: 1.1em;
    margin: 0;
    padding-left: 20px;
  }
  .second-screen-content {
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
  }
  .second-screen .features {
    flex-direction: column;
    gap: 20px;
    align-items: unset;
  }
  .second-screen .feature {
    width: 100%;
  }
  .feature .header {
    flex-direction: column;
    align-items: center;
  }
  .feature-title,
  .feature-text {
    text-align: center;
  }
}

/* thirdpart thirdscreen */
.third-screen {
  margin-top: 120px;
  margin-bottom: 120px;
}
.third-screen-title {
  width: 50%;
  font-family: "Tahoma", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.6em;
  color: #f8a54f;
  margin-bottom: 20px;
}
.third-screen-text {
  width: 50%;
  font-family: "Arial", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin-top: 0;
}
.third-screen-items {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.third-screen-item {
  width: calc(50% - 40px);
  background-color: #302f2f;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
  padding: 50px 10px 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 30px;
}
.third-screen-item-title {
  text-align: center;
  font-family: "Trebuchet MS", Sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 34px;
  letter-spacing: 0.4px;
  color: #ffffff;
  margin: 0;
  margin-top: 32px;
}
.third-screen-item-text {
  font-family: "Trebuchet MS", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin-top: 32px;
  text-align: center;
  margin-bottom: 0;
}
.third-screen-item-hint {
  text-align: center;
  font-family: "Arial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.2px;
  color: #d3d3d3;
  width: 90%;
  margin-top: 32px;
  margin-bottom: 66px;
}
.third-screen button {
  max-width: 254.733px;
}

@media (max-width: 767px) {
  .third-screen-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.1em;
    width: 100%;
  }
  .third-screen-text {
    width: 100%;
    font-size: 16px;
    margin-top: 16px;
  }
  .third-screen-items {
    margin-top: 30px;
    gap: 40px;
  }
  .third-screen-item {
    width: 100%;
    padding-top: 30px;
  }
  .third-screen-item-hint {
    margin-bottom: 48px;
  }
}

/* fourthpart */
.third-screen-item-image {
  width: 70px;
  height: 70px;
}
.modal-hint {
  margin-top: 17px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header .left-side {
    margin-right: 0;
  }
  .features {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .features-title {
    width: 100%;
  }
  .feature {
    width: 48% !important;
  }
  .first-screen .right-side {
    margin-top: 10px;
  }
  .second-screen {
    margin-top: 27.5px !important;
  }
  .first-screen .right-side img {
    width: 30%;
  }
  .second-screen-title {
    width: 100%;
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 0;
  }
  .second-screen-content {
    width: 70%;
    line-height: 1.2em;
  }
  .features-title {
    font-size: 24px;
    margin-bottom: 41.92px;
  }
  .feature .header {
    gap: 22px;
  }
  .feature {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .third-screen-title {
    font-size: 40px;
    line-height: 1.2em;
    width: 70%;
  }
  .third-screen-title {
    margin-top: 0;
  }
  .third-screen {
    margin-top: 79px;
  }
  .third-screen-text {
    font-size: 24px;
    line-height: 30px;
  }
  .third-screen-items {
    gap: 40px;
  }
}

/* footer */
footer {
  width: 100%;
  padding: 0 30px;
  background-color: #151515;
}
footer .content {
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}
footer .left-side,
footer .right-side {
  flex-grow: 1;
}
footer .links {
  list-style: none;
}
footer .links li {
  margin-bottom: 4px;
}
footer .link {
  font-family: "Arial", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.4px;
  transition: all 0.3s;
  color: #979797;
  text-decoration: none;
}
footer .link:hover {
  color: #a57ef5;
}
footer .left-side .logo {
  font-family: "Arial", Sans-serif;
  font-size: 29px;
  font-weight: 600;
  color: #a57ef5;
}
footer .left-side .text {
  width: 70%;
  font-family: "Arial", Sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #979797;
  margin-top: 26px;
  margin-bottom: 30px;
}
footer .social-links {
  display: flex;
  gap: 15px;
}
footer .social-link {
  background-color: #3a3a3a;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
}
footer .social-link svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
footer .social-link:hover {
  background-color: #a57ef5;
}
footer .bottom-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 44px;
  padding-bottom: 40px;
  border-top: 1px solid #97979724;
}
footer .copyright {
  text-align: center;
  font-family: "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #ffffff8c;
}
footer .copyright a {
  color: #f8a54f;
  text-align: center;
  font-family: "Arial", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.2px;
  padding-right: 4px;
}

/* тарифы */
.fourth-screen {
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(214deg, #9a8af0 0%, #ffdd95 100%);
}
.fourth-screen-title {
  margin-top: 50px;
  width: 50%;
  font-family: "Tahoma", Sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.6em;
  color: #3e2ea0;
}
.fourth-screen-text {
  width: 50%;
  font-family: "Work Sans", Sans-serif;
  font-size: 19px;
  line-height: 1.6em;
  padding-bottom: 50px;
  color: #000000;
}
.tarifs {
  display: flex;
  gap: 20px;
}
.tarif-wrapper {
  background-color: #ffffff87;
  width: 50%;
  border-radius: 30px;
  padding: 30px;
  box-shadow: 4px 2px 14px 1px
    rgba(62.000000000000156, 45.99999999999999, 160, 0.61) inset;
  position: relative;
}
.tarif > * {
  position: relative;
  z-index: 3;
}
.tarifs .tarif-wrapper:nth-child(1) .tarif::before {
  z-index: 1;
  max-height: 280px;
  background-color: #ffc446;
  content: "";
  height: 100%;
  left: 0;
  max-height: 280px;
  position: absolute;
  top: -11%;
  -webkit-transform: skewY(-23deg);
  -ms-transform: skewY(-23deg);
  transform: skewY(-23deg);
  width: 100%;
}
.tarifs .tarif-wrapper:nth-child(1) .tarif::after {
  border-radius: 15px;
  content: "";
  height: 15px;
  position: absolute;
  width: 125px;
  z-index: 2;
  background-color: #fff;
  right: -15px;
  top: 15.5%;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
  width: 135px;
}

.tarifs .tarif-wrapper:nth-child(2) .tarif::before {
  z-index: 1;
  max-height: 390px;
  background-color: #fb9089;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -11%;
  -webkit-transform: skewY(-23deg);
  -ms-transform: skewY(-23deg);
  transform: skewY(-23deg);
  width: 100%;
}
.tarifs .tarif-wrapper:nth-child(2) .tarif::after {
  border-radius: 15px;
  content: "";
  height: 15px;
  position: absolute;
  width: 125px;
  z-index: 2;
  background-color: #fff;
  right: -15px;
  top: 15.5%;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
  width: 135px;
}

.tarifs .tarif-wrapper:nth-child(3) .tarif::before {
  z-index: 1;
  max-height: 280px;
  background-color: #a57ef5;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: -11%;
  -webkit-transform: skewY(-23deg);
  -ms-transform: skewY(-23deg);
  transform: skewY(-23deg);
  width: 100%;
}
.tarifs .tarif-wrapper:nth-child(3) .tarif::after {
  border-radius: 15px;
  content: "";
  height: 15px;
  position: absolute;
  width: 125px;
  z-index: 2;
  background-color: #fff;
  right: -15px;
  top: 15.5%;
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
  width: 135px;
}

.tarif {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  padding: 60px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
.tarif-title {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 0;
}
.tarif-subtitle {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0;
}
.tarif-price-currency {
  width: 18.63px;
  height: 24px;
  line-height: 28px;
  font-size: 20px;
  margin: 5px 5px 0 0;
  vertical-align: top;
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: #393c3f;
}
.tarif-price-value {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  color: #393c3f;
  font-size: 4rem;
  line-height: 1;
}
.tarif-price-header {
  display: flex;
}
.tarif-price-text {
  font-weight: 600;
  font-family: "Roboto", Sans-serif;
  color: #393c3f;
  text-align: left;
  font-size: 22px;
}
.tarif-description {
  font-family: "Roboto Flex", Sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.6px;
  padding-top: 133px;
  padding-bottom: 37px;
  text-align: center;
}
.tarifs .tarif-wrapper:nth-child(1) .tarif-button {
  background-color: #ffc446;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ceae68;
  border-radius: 50px 50px 50px 50px;
  margin: 00px 00px 00px 00px;
  padding: 10px 30px 10px 30px;
  box-shadow: 0px 0px 2px 0px
    rgba(228.5171875, 184.41122735507238, 87.92943953804347, 0.41);
  font-family: "Roboto Flex", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s;
}
.tarifs .tarif-wrapper:nth-child(1) .tarif-button:hover {
  color: #ffffff;
  background-color: #af8b3d;
  border-color: #af8b3d;
}
.tarifs .tarif-wrapper:nth-child(2) .tarif-button {
  background-color: #fb9089;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #eb8b84;
  border-radius: 50px 50px 50px 50px;
  margin: 00px 00px 00px 00px;
  padding: 10px 30px 10px 30px;
  box-shadow: 0px 0px 2px 0px rgba(182, 102, 97.00000000000003, 0.57);
  font-family: "Roboto Flex", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s;
}
.tarifs .tarif-wrapper:nth-child(2) .tarif-button:hover {
  color: #ffffff;
  background-color: #b66661;
  border-color: #b66661;
}
.tarifs .tarif-wrapper:nth-child(3) .tarif-button {
  background-color: #6e3ded;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #584196;
  border-radius: 50px 50px 50px 50px;
  margin: 00px 00px 00px 00px;
  padding: 10px 30px 10px 30px;
  box-shadow: 0px 0px 2px 0px #584196;
  font-family: "Roboto Flex", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s;
}
.tarifs .tarif-wrapper:nth-child(3) .tarif-button:hover {
  color: #ffffff;
  background-color: #584196;
}
.tarif-button {
  text-decoration: unset;
}

.tarif-price-discount .tarif-price-currency {
  align-self: flex-start;
}
.tarif-price-discount .tarif-price-value-discount {
  font-family: "Roboto", Sans-serif;
  font-weight: 600;
  text-decoration: line-through;
  color: #393c3f;
  font-size: 22px;
}
.tarif-price {
  display: block;
}
.tarif-price-header {
  height: 76px;
}
.tarif-price-discount .tarif-price-currency {
  margin-top: 15px;
}
.tarif-price-discount .tarif-price-header {
  align-items: flex-end;
}
.tarif-price {
  margin-top: 19.2px;
}

.tarif-description {
  position: relative;
}
.tarif-description:hover .tarif-description-hint {
  opacity: 1;
}
.tarif-description-hint {
  font-family: Manrope, sans-serif;
  opacity: 0;
  position: absolute;
  top: -20px;
  pointer-events: none;
  z-index: 9999;
  visibility: visible;
  inset: auto auto 0px 0px;
  margin: 0px;
  max-width: 350px;
  transition-duration: 300ms;
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  outline: 0;
  -webkit-transition-property:
    visibility,
    opacity,
    -webkit-transform;
  transition-property:
    visibility,
    opacity,
    -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property:
    transform,
    visibility,
    opacity,
    -webkit-transform;
  padding: 5px 9px;
  z-index: 1;
  text-wrap: nowrap;
  color: #fff;
  font-size: 14px;
  letter-spacing: -0.1px;
  font-weight: 300;
  left: -53.5px;
  height: 29.6px;
  bottom: 125px;
  line-height: 1.4;
}
.tarif-description-hint::after {
  border-top-color: rgb(51, 51, 51);
  border-width: 8px 8px 0;
  bottom: -7px;
  left: calc(50% - 8px);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  border-style: solid;
  content: "";
  position: absolute;
  color: transparent;
}

/* fifth screen */

body:has(.auth-modal-wrapper.active) .ai-chat-widget-wrapper {
  right: calc(50px + var(--scrollbar-width));
}

/* etc */
.logo {
  text-decoration: unset;
}

.accordeon {
  max-width: 100%;
}

