@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

.flex-auto {
  flex: 0 0 auto; }

.flex-1 {
  flex: 1; }

.flex-col {
  flex-direction: column; }

.gap-1 {
  gap: 1rem; }

.w-fit {
  width: fit-content; }

.w-full {
  width: 100%; }

@media (min-width: 320px) and (max-width: 767.98px) {
  .sm-only-w-full {
    width: 100% !important; } }

.no-padding {
  padding: 0; }

.no-margin {
  margin: 0; }

@media (min-width: 768px) {
  .sm-only {
    display: none; } }

@media (min-width: 320px) and (max-width: 1023.98px) {
  .sm-md-only-hidden {
    display: none; } }

@media (min-width: 320px) and (max-width: 767.98px) {
  .sm-only-hidden {
    display: none; } }

.xl-only {
  display: none; }

.align-items-center {
  align-items: center !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.mt-auto {
  margin-top: auto !important; }

.mt-5 {
  margin-top: 5px !important; }

.underline {
  text-decoration: underline !important; }

.relative {
  position: relative !important; }

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.truncate-3 {
  -webkit-line-clamp: 3; }

.truncate-5 {
  -webkit-line-clamp: 5; }

:root {
  --font-size: 16px; }

* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 'Roboto' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #535353; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    * {
      font-size: 12px; } }

.no-p {
  margin: 0;
  padding: 0; }

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  overflow-x: hidden;
  height: fit-content;
  min-width: 320px; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    html, body {
      font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    html, body {
      font-size: 2vw; } }
  @media (min-width: 768px) and (max-width: 1023.98px) and (min-width: 800px) and (max-width: 1365.98px) {
    html, body {
      font-size: 1.85vw; } }
  @media (min-width: 1440px) {
    html, body {
      font-size: 1.2vw; } }
  @media (min-width: 1440px) {
    html, body {
      font-size: 1vw; } }

html, body {
  min-height: 100vh; }

body {
  background-color: #EEEEF6; }

button,
select {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  word-wrap: normal;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.separator {
  width: 100%;
  height: 1px;
  background: #EAEAEA; }

.content-container {
  padding-left: 6rem;
  padding-right: 6rem;
  width: 100%;
  margin: auto; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .content-container {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 375px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .content-container {
      padding-left: 72px;
      padding-right: 72px;
      max-width: 768px; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .content-container {
      max-width: 1024px;
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1440px) {
    .content-container {
      padding-left: 150px;
      padding-right: 150px;
      width: 100%;
      max-width: 1440px; } }
  @media (min-width: 1440px) {
    .content-container {
      padding-left: 150px;
      padding-right: 150px;
      width: 100%;
      max-width: 1440px; } }

.h-16 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1a1a1a; }

.page-header {
  color: #3D3D3D;
  position: fixed;
  z-index: 50;
  width: 100%;
  background-color: white; }

main {
  margin-top: 200px; }

.no-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.top-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 10px;
  background: #FFFFFF;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0; }

.letter {
  width: 21.71px;
  height: 16px;
  background-image: url("../assets/icons/letter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.letter-container {
  display: flex;
  flex-direction: row;
  padding: 0px;
  gap: 10px;
  align-items: center; }

.social-container {
  display: flex;
  gap: 20px;
  align-items: center; }

.vk {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url("../assets/icons/VK.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.telega {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url("../assets/icons/tel.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.page-nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 30px;
  align-items: center;
  position: relative; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .page-nav {
      padding-bottom: 20px;
      padding-top: 20px; } }

.page-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  gap: 30px; }
  @media (min-width: 320px) and (max-width: 1439.98px) {
    .page-nav__list {
      display: none; } }

.page-nav__link {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #3D3D3D; }

.promo-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 40px; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .promo-block {
      flex-direction: column; } }

.promo-img {
  background-size: contain;
  background-image: url("../assets/icons/promo-img-xl.jpg");
  background-position: center;
  width: 750px;
  height: 495px;
  background-repeat: no-repeat;
  border-radius: 25px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .promo-img {
      background-image: url("../assets/icons/promo-img-lg.jpg");
      width: 640px;
      height: 495px;
      background-size: cover; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .promo-img {
      background-image: url("../assets/icons/promo-img-md.jpg");
      width: 599px;
      height: 374px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .promo-img {
      background-image: url("../assets/icons/promo-img-sm.jpg");
      width: 333px;
      height: 208px; } }

.promo-block__content {
  display: flex;
  flex-direction: column;
  gap: 28px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .promo-block__content {
      gap: 15px; } }
  @media (min-width: 1024px) {
    .promo-block__content {
      max-width: 340px; } }

.promo-header {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 66px;
  letter-spacing: 0.02em; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .promo-header {
      font-size: 36px;
      line-height: 42px; } }

.pink-text {
  color: #F2578D !important;
  font-style: normal; }

.promo-header-paragraph-container {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .promo-header-paragraph-container {
      gap: 20px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .promo-header-paragraph-container {
      flex-direction: row; } }

.promo-paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #3D3D3D; }
  @media (max-width: 1439.98px) {
    .promo-paragraph {
      font-size: 16px;
      line-height: 24px; } }

.first-button {
  display: flex;
  gap: 10px;
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  width: fit-content;
  cursor: pointer;
  text-decoration: none;
  justify-content: center; }
  .first-button.white {
    background-color: white;
    border: none; }
  .first-button.sm {
    padding: 15px 30px; }

.arrow {
  width: 20px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/arrow.svg"); }

.link-icon {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/link-icon.svg"); }

.burger {
  width: 19px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/burger.svg"); }
  @media (min-width: 1440px) {
    .burger {
      display: none; } }

.roles-block {
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 1440px) {
    .roles-block {
      margin-top: 150px;
      gap: 120px; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .roles-block {
      margin-top: 150px;
      gap: 110px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .roles-block {
      flex-direction: column;
      gap: 40px;
      margin-top: 100px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .roles-block {
      flex-direction: column;
      gap: 30px;
      margin-top: 80px; } }

.roles-block__content {
  display: flex;
  flex-direction: column;
  gap: 28px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .roles-block__content {
      gap: 22px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .roles-block__content {
      gap: 15px; } }

.roles-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .roles-container {
      gap: 60px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .roles-container {
      margin-top: 10px; } }

.role-relative-container {
  position: relative;
  background-color: white;
  padding-left: 230px;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-right: 40px;
  border-radius: 20px;
  width: 660px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .role-relative-container {
      padding-top: 140px;
      padding-left: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      width: 100%;
      margin-top: 100px; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .role-relative-container {
      width: 546px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .role-relative-container {
      width: 538px;
      margin-left: auto;
      margin-top: 20px; } }

.role-img {
  position: absolute;
  left: -61px;
  top: -29px;
  width: 254px;
  height: 282px;
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(15px 15px 60px rgba(192, 144, 161, 0.5));
  border-radius: 15px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .role-img {
      width: 174px;
      height: 193px;
      left: 19px;
      top: -70px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .role-img {
      left: -61px;
      top: -29px; } }

.ambassadore {
  background-image: url("../assets/icons/ambassadore.png"); }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .ambassadore {
      background-image: url("../assets/icons/ambassadore-sm.png"); } }

.participant {
  width: 254px;
  height: 258px;
  background-image: url("../assets/icons/participant.png"); }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .participant {
      width: 174px;
      height: 193px;
      background-image: url("../assets/icons/participant-sm.png"); } }

.role-header {
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #3D3D3D; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .role-header {
      font-size: 18px;
      line-height: 18px; } }

.role-block-header {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .role-block-header {
      font-size: 24px;
      line-height: 30px; } }

.role-content-container {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.role-paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #3D3D3D; }

.form-block {
  margin-top: 72px; }

.form {
  width: 100%;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .form {
      flex-direction: column; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .form {
      padding: 40px 30px;
      flex-direction: column; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .form {
      padding: 40px 20px;
      flex-direction: column; } }

.form-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  min-height: 308px;
  background-image: url("../assets/icons/form-backgraund-xl.jpg"); }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .form-background {
      border-radius: 15px;
      background-image: url("../assets/icons/form-backgraund-sm.jpg"); } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .form-background {
      background-image: url("../assets/icons/form-backgraund-md.jpg"); } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .form-background {
      background-image: url("../assets/icons/form-backgraund-lg.jpg"); } }

.form-description {
  display: flex;
  flex-direction: column;
  color: white !important;
  gap: 20px;
  max-width: 387px; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .form-description {
      max-width: 100%; } }

.form-header {
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 21px; }

.form-paragraph {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .form-paragraph {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.02em;
      text-align: left;
      margin-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .form-paragraph {
      margin-bottom: 30px; } }

.form-fields-container {
  width: 525px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 18px; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .form-fields-container {
      width: 100%; } }

.fields-row {
  display: flex;
  gap: 12px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .fields-row {
      flex-direction: column;
      gap: 10px; } }

.first-input {
  display: flex;
  padding: 15px 30px;
  border-radius: 20px;
  width: 100%;
  background-color: white;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px; }
  .first-input input, .first-input textarea {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    color: #3D3D3D;
    font-size: 1rem; }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .first-input input, .first-input textarea {
        font-size: 18px; } }
    .first-input input::placeholder, .first-input textarea::placeholder {
      color: #a3a3a3; }
  .first-input textarea {
    resize: none; }
  .first-input.textarea {
    height: 104px; }

.input-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.who-suit-block {
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .who-suit-block {
      gap: 30px; } }

.who-suit {
  display: flex;
  gap: 30px;
  align-items: center; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .who-suit {
      flex-direction: column;
      align-items: start; } }

@media (min-width: 320px) and (max-width: 767.98px) {
  .block-2 {
    flex-direction: column-reverse;
    gap: 0; }
    .block-2 .role-header {
      margin-top: 30px; } }

.suit-list-header {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.suit-list {
  list-style-position: inside;
  flex-shrink: 0; }

.suit-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #3D3D3D; }

.who-suit__img-1 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  flex-shrink: 0;
  width: 650px;
  height: 436px;
  background-image: url("../assets/icons/who-suit-1-xl.png"); }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .who-suit__img-1 {
      width: 558px;
      height: 374px;
      background-image: url("../assets/icons/who-suit-1-lg.png"); } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .who-suit__img-1 {
      width: 292px;
      height: 197px;
      background-image: url("../assets/icons/who-suit-1-md.png"); } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .who-suit__img-1 {
      width: 335px;
      height: 226px;
      background-image: url("../assets/icons/who-suit-1-sm.png"); } }

.who-suit__img-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  width: 650px;
  height: 453px;
  background-image: url("../assets/icons/who-suit-2-xl.jpg"); }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .who-suit__img-2 {
      width: 556px;
      height: 387px;
      background-image: url("../assets/icons/who-suit-2-lg.jpg"); } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .who-suit__img-2 {
      width: 292px;
      height: 391px;
      background-image: url("../assets/icons/who-suit-2-md.jpg"); } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .who-suit__img-2 {
      width: 334px;
      height: 399px;
      background-image: url("../assets/icons/who-suit-2-sm.jpg"); } }

.results-block {
  background: #FFF2F7;
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  border-radius: 21px 21px 0px 0px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .results-block {
      margin-top: 27px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .results-block {
      margin-top: 80px;
      border-radius: 15px 15px 0px 0px; } }

.results-content-container {
  display: flex;
  flex-direction: column;
  padding: 50px;
  gap: 30px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .results-content-container {
      padding: 40px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .results-content-container {
      padding: 20px; } }

.results-header {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.02em;
  color: #3D3D3D; }

.results-grid {
  display: grid;
  grid-template-columns: 282px 282px 282px;
  padding: 0px;
  column-gap: 85px;
  row-gap: 30px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .results-grid {
      column-gap: 20px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .results-grid {
      column-gap: 20px;
      grid-template-columns: 260px 260px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .results-grid {
      column-gap: 20px;
      grid-template-columns: 100%; } }

.check {
  width: 20px;
  height: 24px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../assets/icons/check.svg"); }

.check-result {
  display: flex;
  gap: 10px;
  width: 100%; }

.check-result-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #3D3D3D; }

.vk-white {
  display: flex;
  width: 30px;
  height: 30px;
  background-image: url("../assets/icons/vk-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.telega-white {
  display: flex;
  width: 30px;
  height: 30px;
  background-image: url("../assets/icons/tel-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }

.results-background-img {
  background-image: url("../assets/icons/results-background-xl.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 50px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 21px 21px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .results-background-img {
      padding: 40px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .results-background-img {
      padding: 20px; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .results-background-img {
      background-image: url("../assets/icons/results-background-lg.jpg"); } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .results-background-img {
      background-image: url("../assets/icons/results-background-md.jpg"); } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .results-background-img {
      border-radius: 0px 0px 15px 15px;
      background-image: url("../assets/icons/results-background-sm.jpg"); } }

.you-can-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 25px;
  flex-shrink: 0;
  width: 750px;
  height: 431px;
  background-image: url("../assets/icons/you-can-img-xl.jpg"); }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .you-can-img {
      width: 636px;
      height: 411px;
      background-image: url("../assets/icons/you-can-img-lg.jpg"); } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .you-can-img {
      width: 599px;
      height: 359px;
      background-image: url("../assets/icons/you-can-img-md.jpg"); } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .you-can-img {
      width: 335px;
      height: 201px;
      border-radius: 15px;
      background-image: url("../assets/icons/you-can-img-sm.jpg"); } }

.you-can-grid {
  display: grid;
  grid-template-columns: auto;
  padding: 0px;
  row-gap: 20px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .you-can-grid {
      column-gap: 10px;
      grid-template-columns: 290px 290px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .you-can-grid {
      grid-template-columns: 100%; } }

.you-can-block {
  display: flex;
  gap: 30px;
  margin-top: 150px;
  margin-bottom: 58px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .you-can-block {
      gap: 18px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .you-can-block {
      margin-top: 100px;
      margin-bottom: 64px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .you-can-block {
      margin-top: 80px;
      margin-bottom: 35px; } }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .you-can-block {
      flex-direction: column; } }

.you-can-content-container {
  display: flex;
  flex-direction: column;
  gap: 50px; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .you-can-content-container {
      gap: 30px; } }

.text-block {
  display: flex;
  margin-top: 58px;
  align-items: start;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 150px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .text-block {
      margin-bottom: 80px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .text-block {
      margin-bottom: 100px; } }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .text-block {
      gap: 16px;
      flex-direction: column; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .text-block {
      gap: 16px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .text-block {
      margin-top: 64px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .text-block {
      margin-top: 35px; } }

.bordered-blocks-container {
  display: flex;
  gap: 30px;
  align-items: start; }
  @media (min-width: 320px) and (max-width: 1439.98px) {
    .bordered-blocks-container {
      gap: 16px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .bordered-blocks-container {
      flex-direction: column; } }

.bordered-element {
  border: 1px solid #D5D5D5;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  gap: 20px; }

.bordered-elements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 30px;
  margin-top: 17px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .bordered-elements-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .bordered-elements-grid {
      grid-template-columns: 1fr; } }

.bordered-element-header {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1A1A1A; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .bordered-element-header {
      font-size: 16px; } }

.no-bordered-blocks-container {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media (min-width: 1024px) {
    .no-bordered-blocks-container {
      max-width: 750px; }
      .no-bordered-blocks-container .first-button {
        display: none; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .no-bordered-blocks-container {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .no-bordered-blocks-container {
      margin-top: 30px; } }

.no-border-text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em; }

.for-button-bordered-container .first-button {
  margin-top: 30px; }

@media (min-width: 320px) and (max-width: 1023.98px) {
  .for-button-bordered-container .first-button {
    display: none; } }

.footer {
  background-color: #3D3D3D;
  margin-top: 120px;
  padding-bottom: 40px; }

.footer-block {
  display: flex;
  flex-direction: column;
  gap: 40px; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .footer-block {
      margin-top: 170px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .footer-block {
      margin-top: 80px; } }
  .footer-block .separator {
    background-color: #494949; }
  .footer-block .form {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0; }

.middle-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .middle-footer {
      flex-direction: column;
      align-items: start;
      gap: 30px; } }

.footer-logo-econom-container {
  display: flex;
  align-items: center;
  gap: 30px;
  height: auto; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .footer-logo-econom-container {
      flex-direction: column;
      align-items: start; } }

.vertical-separator {
  min-height: 36px;
  height: auto;
  flex-shrink: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2); }

.bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .bottom-footer {
      flex-direction: column;
      gap: 30px;
      align-items: start; } }
  .bottom-footer * {
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px; }

.bottom-footer-left {
  display: flex;
  flex-direction: column;
  gap: 5px; }

.bottom-footer-right {
  flex-shrink: 0; }

.modal {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100; }
  .modal.active {
    display: flex; }

.relative-background-container {
  position: relative;
  height: 100%;
  width: 100%; }

.modal-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(20, 33, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-container {
  position: absolute;
  display: flex;
  margin: auto; }

.stop-scroll {
  overflow: hidden;
  height: 100vh; }

.soob {
  position: relative; }
  .soob .soob-container {
    position: absolute;
    top: -20px;
    left: -30px;
    display: none; }
  .soob:hover .soob-containe {
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 4px 4px 20px 0px rgba(243, 89, 143, 0.15);
    border-radius: 15px;
    overflow: hidden; }
    .soob:hover .soob-containe .item {
      display: flex;
      padding: 20px 30px;
      color: #1a1a1a;
      text-decoration: none; }
      .soob:hover .soob-containe .item.item-link {
        cursor: pointer; }
        .soob:hover .soob-containe .item.item-link:hover {
          background: #F2578C;
          color: white; }

.header-mob {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px 20px; }
  @media (min-width: 768px) and (max-width: 1439.98px) {
    .header-mob {
      max-width: 774px;
      padding: 40px 75px; } }
  .header-mob .header-mob-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) and (max-width: 1439.98px) {
      .header-mob .header-mob-container {
        flex-direction: row;
        width: 70%;
        justify-content: space-between; } }
    .header-mob .header-mob-container .main-links {
      display: flex;
      flex-direction: column; }
    .header-mob .header-mob-container .page-nav__link {
      display: flex;
      padding: 15px 0px;
      color: #1a1a1a;
      text-decoration: none; }
      .header-mob .header-mob-container .page-nav__link.item-link {
        cursor: pointer; }
  .header-mob.active {
    background-color: white;
    box-shadow: 15px 15px 20px 0px rgba(193, 144, 161, 0.2);
    overflow: hidden; }
    @media (min-width: 1024px) and (max-width: 1439.98px) {
      .header-mob.active {
        margin-left: auto;
        right: 0; } }
    @media (min-width: 320px) and (max-width: 1439.98px) {
      .header-mob.active {
        display: flex; } }

.soob-mob .item {
  display: flex;
  padding: 15px 30px;
  color: #1a1a1a;
  text-decoration: none; }
  .soob-mob .item.item-link {
    cursor: pointer; }
    .soob-mob .item.item-link:hover {
      background: #F2578C;
      color: white; }

.soob-mob .soob-container {
  display: none; }

.soob-mob:hover .soob-containe {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 15px;
  overflow: hidden; }

.close-header-mob {
  background-image: url("../assets/icons/close-hesder-mob.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto; }

.modal-form-background {
  max-width: 600px;
  border-radius: 25px;
  min-height: 308px;
  background-color: #ffa8c7; }

.alert {
  display: none;
  position: fixed;
  z-index: 25;
  margin: auto;
  max-width: 350px;
  width: 100%;
  background-color: white;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  min-height: max-content;
  height: auto;
  border-radius: 25px;
  box-shadow: 4px 4px 20px 0px rgba(243, 89, 143, 0.15); }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .alert {
      padding: 12px; } }
  .alert.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  .alert .alert-text {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-align: left; }

.alert-relative {
  position: relative;
  padding: 30px;
  max-width: 350px;
  width: 100%;
  background-color: white;
  border-radius: 25px;
  min-height: max-content;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .alert-relative {
      padding: 12px; } }

.close-alert {
  background-image: url("../assets/icons/alert-close.svg");
  height: 35px;
  width: 35px;
  position: absolute;
  top: -10px;
  right: -10px; }

.anhor {
  position: absolute;
  top: -250px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .anhor {
      top: -120px; } }

.form-anhor-c {
  position: relative; }

.for-button-bordered-container {
  width: 100%; }

.code-element {
  padding: 50px;
  border-radius: 20px;
  height: 450px;
  flex-grow: 2;
  width: 555px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .code-element {
      width: auto;
      flex-grow: 2; } }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .code-element {
      width: max-content;
      flex-grow: 2;
      max-width: 100%; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .code-element {
      padding: 30px;
      width: 100%;
      height: 336px; } }
  .code-element .code-text-container {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 300px; }
  .code-element.woman {
    background-image: url("../assets/icons/cod-tag.jpg");
    background-size: cover; }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .code-element.woman {
        background-image: url("../assets/icons/code-tag-md.png"); } }
  .code-element.woman2 {
    background-image: url("../assets/icons/code-tag-2.png");
    background-size: cover; }
    @media (min-width: 768px) and (max-width: 1023.98px) {
      .code-element.woman2 {
        background-image: url("../assets/icons/code-tag-2-md.png"); } }
  .code-element .code-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: white; }
  .code-element .code-mini-text {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: left; }

.radio-block-container {
  background-color: white;
  padding: 50px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .radio-block-container {
      padding: 20px; } }

.radio-block-header-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px; }

.cards {
  display: none; }

.check-button-input {
  display: none; }

.check-button-container {
  display: flex;
  flex-wrap: wrap; }

.check-button {
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #FFD1E2;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .check-button {
      margin-bottom: 10px;
      margin-right: 10px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .check-button {
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      letter-spacing: 0.02em;
      text-align: left; } }

.check-buttons-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px; }

#type1:checked ~ ul .type1 {
  display: flex; }

#type1:checked ~ .check-buttons-container #l-type1 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type2:checked ~ ul .type2 {
  display: flex; }

#type2:checked ~ .check-buttons-container #l-type2 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type3:checked ~ ul .type3 {
  display: flex; }

#type3:checked ~ .check-buttons-container #l-type3 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type4:checked ~ ul .type4 {
  display: flex; }

#type4:checked ~ .check-buttons-container #l-type4 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type5:checked ~ ul .type5 {
  display: flex; }

#type5:checked ~ .check-buttons-container #l-type5 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type6:checked ~ ul .type6 {
  display: flex; }

#type6:checked ~ .check-buttons-container #l-type6 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type7:checked ~ ul .type7 {
  display: flex; }

#type7:checked ~ .check-buttons-container #l-type7 {
  background-color: white;
  border: 1px solid #D5D5D5; }

#type8:checked ~ ul .type8 {
  display: flex; }

#type8:checked ~ .check-buttons-container #l-type8 {
  background-color: white;
  border: 1px solid #D5D5D5; }

.hr-card-img {
  background-image: url("../assets/icons/hrcard.png");
  border-radius: 15px;
  width: 136px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -50px;
  box-shadow: 15px 15px 30px 0px rgba(193, 144, 161, 0.3); }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .hr-card-img {
      top: 30px;
      left: 20px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .hr-card-img {
      top: 30px;
      left: 20px; } }

.a-oksana {
  background-image: url("../assets/icons/a-oksana.png"); }

.a-laura {
  background-image: url("../assets/icons/a-laura.png"); }

.a-alexandra {
  background-image: url("../assets/icons/a-alexandra.png"); }

.hr-card-container {
  position: relative;
  padding: 122px 30px 30px;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  gap: 27px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .hr-card-container {
      padding-top: 30px;
      padding-left: 200px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .hr-card-container {
      padding-top: 200px;
      margin-top: 0px; } }

.mini-separator {
  width: 59px;
  height: 0px;
  border: 1px solid #F2578C; }

.hr-card-text-block {
  display: flex;
  flex-direction: column; }
  .hr-card-text-block .h-16 {
    margin-bottom: 20px; }

.hr-top-text {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #1a1a1a; }

.hr-bottom-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 27px; }

.hr-block {
  margin-top: 150px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .hr-block {
      margin-top: 100px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .hr-block {
      margin-top: 80px; } }

.hr-elements-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 30px;
  margin-top: 40px; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .hr-elements-grid {
      grid-template-columns: 1fr; } }

.hr-margined {
  padding-bottom: 170px;
  background-position-y: bottom;
  background-repeat: no-repeat; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .hr-margined {
      padding-bottom: 80px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .hr-margined {
      padding-bottom: 100px; } }

.slider-card, .slider-card-2 {
  padding-top: 30px;
  padding-left: 60px;
  position: relative; }
  @media (min-width: 320px) and (max-width: 1023.98px) {
    .slider-card, .slider-card-2 {
      padding-top: 0px;
      padding-left: 0px; } }

.slider-img {
  width: 254px;
  height: 282px;
  position: absolute;
  background-image: url("../assets/icons/slider-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  left: 0;
  top: 0;
  filter: drop-shadow(15px 15px 60px rgba(192, 144, 161, 0.5)); }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .slider-img {
      top: -25px;
      left: 30px;
      width: 149px;
      height: 166px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .slider-img {
      top: -25px;
      left: 30px;
      width: 136px;
      height: 150px; } }
  .slider-img.zhanna-a {
    background-image: url("../assets/icons/zhanna-a.png"); }
  .slider-img.zhanna-u {
    background-image: url("../assets/icons/zhanna-u.png"); }
  .slider-img.olga-a {
    background-image: url("../assets/icons/olga-a.png"); }

.card-text-container {
  padding-left: 230px;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-right: 40px;
  background-color: white;
  border-radius: 20px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .card-text-container {
      padding-top: 170px;
      padding-left: 30px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .card-text-container {
      padding-top: 170px;
      padding-left: 30px; } }

.slider-block {
  margin-top: 150px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .slider-block {
      margin-top: 100px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .slider-block {
      margin-top: 80px; } }

.slider {
  margin-top: 60px; }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .slider {
      margin-top: 55px; } }

.slider-card-header {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 5px; }

.slider-card-header-bottom {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3d3d3d;
  margin-bottom: 5px; }

.slider-card-header-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

.slider-card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3d3d3d; }

.slider-buttons-container {
  display: flex;
  margin-top: 30px; }
  .slider-buttons-container .back {
    margin-right: 17px; }
    .slider-buttons-container .back .arrow {
      transform: rotate(180deg); }

.logo-2 {
  width: 242px;
  height: 68px; }

.partners-block {
  margin-top: 150px; }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .partners-block {
      margin-top: 100px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .partners-block {
      margin-top: 80px; } }

.partner-list {
  display: flex;
  gap: 35px;
  margin-top: 60px;
  flex-wrap: wrap; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .partner-list {
      gap: 18px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .partner-list {
      gap: 30px; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .partner-list {
      justify-content: space-between;
      row-gap: 20px;
      column-gap: 0px;
      flex-wrap: wrap;
      margin-top: 20px; } }

.partner {
  padding: 20px;
  border-radius: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center; }

.yandex-partner {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1024px) and (max-width: 1439.98px) {
    .yandex-partner {
      width: 137px;
      height: 100px; }
      .yandex-partner img {
        width: 100%;
        height: auto; } }
  @media (min-width: 320px) and (max-width: 767.98px) {
    .yandex-partner {
      width: 118px;
      height: 145px; }
      .yandex-partner img {
        width: 100%;
        height: auto; } }
