/*<section class="answers container">*/

@media (min-width: 0) {
  .answers {
    padding-bottom: 90px;
    padding-top: 20px;
    /* background-color: #1F262D; */
  }

  [data-color-theme="light"] {
    --text-main-color: #000;
    --text-secondary-color: #6b6b6b;
    --text-addition-color: #a6a4a0;
    --text-disable-color: #c3c2be;
    --text-invert-color: #fff;
    --bg-main-color: #fff;
    --bg-secondary-color: #f7f7f5;
    --bg-secondary-accent-color: #edecea;
    --bg-with-shadow-color: #fff;
    --bg-accent-color: #242424;
    --bg-invert-color: #000;
    --stroke-main-color: #e4e4e4;
    --stroke-secondary-color: #c3c2be;
    --stroke-accent-color: #000;
    --icon-main-color: #000;
    --icon-secondary-color: #c3c2be;
    --accent-brand-color: #3f2aff;
    --accent-success-secondary-color: #def2d9;
    --accent-warning-secondary-color: #ffefb7;
    --accent-danger-color: #ff5733;
    --accent-danger-secondary-color: #ffe7e7;
    --accent-sale-color: #fff705;
    --accent-always-white-color: #fff;
    --accent-visited-color: #5d1793;
    --bg-main-color-rgb: 255, 255, 255;
    --bg-secondary-color-rgb: 247, 247, 245;
    --accent-brand-color-rgb: 63, 42, 255;
    --accent-always-white-color-rgb: 255, 255, 255;
  }

  .answers_subtitle {
    color: #dd0328;
    font-size: 16px;
    font-weight: 600;
    position: sticky;
    top: 20px;
  }

  .answers_title {
    color: #151617;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    /* 30.8px */
    position: sticky;
    top: 35px;
    margin-top: 8px;
  }
  .work-v4-expectation__svg {
    max-width: 52px;
    width: 100%;
    height: 52px;
  }
  .answers_text {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
    /* margin-bottom: 20px; */
    position: sticky;
    top: 75px;
    margin-top: 16px;
  }

  .work-v4-expectation__card:hover {
    background: #bc625c;
  }

  .work-v4-expectation__subtitle {
    position: relative;
    z-index: 2;
  }

  .work-v4-expectation__card:hover .work-v4-expectation__subtitle {
    color: #1d1d1b;
  }

  :root {
    --accent-success-color: #11af50;
    --accent-success-bg-color: #afdfb4;
    --accent-warning-color: #ffaa00;
    --accent-warning-bg-color: #ffdf6e;
    --accent-danger-bg-color: #febcb4;
    --accent-variable-color: #dcf4fe;
    --accent-baked-milk-color: #fdf4ed;
    --accent-always-black-color: #000;
    --accent-always-black-color-rgb: 0, 0, 0;
  }

  [data-color-theme="light"] {
    --stroke-custom-color: var(--stroke-accent-color);
  }

  .work-v5 {
    color: var(--text-main-color);
  }

  .work-v4-expectation__list {
    padding: 0;
    list-style: none;
    counter-reset: listCounter;
  }

  .work-v5 {
    color: var(--text-main-color);
  }

  .work-v4-expectation__item:nth-child(1) {
    -webkit-transform: translateY(calc((2) * var(--card-offset)));
    transform: translateY(calc((2) * var(--card-offset)));
    margin-top: 10px;
  }

  .answers__wrapper .work-v4-expectation__item:nth-child(2) {
    -webkit-transform: translateY(calc((3) * var(--card-offset)));
    transform: translateY(calc((3) * var(--card-offset)));
    margin-top: 10px;
  }

  .answers__wrapper .work-v4-expectation__item:nth-child(3) {
    -webkit-transform: translateY(calc((4) * var(--card-offset)));
    transform: translateY(calc((4) * var(--card-offset)));
    margin-top: 10px;
  }

  .answers__wrapper .work-v4-expectation__item:nth-child(4) {
    -webkit-transform: translateY(calc((5) * var(--card-offset)));
    transform: translateY(calc((5) * var(--card-offset)));
    margin-top: 10px;
  }
  .work-v4-expectation__item:nth-child(5) {
    -webkit-transform: translateY(calc((6) * var(--card-offset)));
    transform: translateY(calc((6) * var(--card-offset)));
    margin-top: 10px;
  }

  .answers__wrapper .work-v4-expectation__item:nth-child(6) {
    -webkit-transform: translateY(calc((7) * var(--card-offset)));
    transform: translateY(calc((7) * var(--card-offset)));
    margin-top: 10px;
  }

  .answers__wrapper .work-v4-expectation__item {
    --card-offset: 10px;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    outline: 0;
    counter-increment: listCounter;
  }

  .work-v4-expectation__card {
    /* padding: 68px 16px 16px 16px; */
    padding: 20px 16px 20px 16px;
    color: var(--text-main-color);
    background: #f9fafb;
    border-radius: 16px;
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 422px;
    justify-content: start;
    /* border: 1px solid #000; */
  }

  /* .answers > div > div > ul > li:nth-child(2) > div {
    height: 273px;
  } */
  .work-v4-expectation__item:nth-child(1) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }

  /* .work-v4-expectation__item:nth-child(1)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    position: absolute;
    bottom: 117px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    content: url(../img/icon_n.svg);
    z-index: -1;
  } */

  /* .work-v4-expectation__item:nth-child(2)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    position: absolute;
    bottom: 117px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    content: url(../img/icon_n.svg);
    z-index: -1;
  } */

  /* .work-v4-expectation__item:nth-child(3)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    position: absolute;
    bottom: 117px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    content: url(../img/icon_n.svg);
    z-index: -1;
  } */
  /* 
  .work-v4-expectation__item:nth-child(4)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    position: absolute;
    bottom: 117px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    content: url(../img/icon_n.svg);
    z-index: -1;
  } */
  /* .work-v4-expectation__item:nth-child(5)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    position: absolute;
    bottom: 117px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    content: url(../img/icon_n.svg);
    z-index: -1;
  } */
  /* .work-v4-expectation__item:nth-child(6)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    position: absolute;
    bottom: 117px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    content: url(../img/icon_n.svg);
    z-index: -1;
  } */

  .work-v4-expectation__item:nth-child(2) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }

  .work-v4-expectation__item:nth-child(3) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }

  .work-v4-expectation__item:nth-child(4) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }
  .work-v4-expectation__item:nth-child(5) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }

  .work-v4-expectation__item:nth-child(6) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }

  .work-v4-expectation__item:nth-child(7) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }
  .work-v4-expectation__item:nth-child(8) .work-v4-expectation__card {
    background: #f4f4f4;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1);
  }

  .work-v4-expectation__subtitle {
    color: #151617;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
  }

  .work-v4-expectation__text {
    position: relative;
    margin-top: 10px;
    color: #151617;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 24px */
  }

  /* .answers__wrapper h2 {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 120%;
    position: sticky;
    top: 45px;
    color: #f3f4f6;
  } */

  .answers__wrapper .design-courses {
    position: sticky;
    top: 20px;
  }

  .answers__main-description {
    font-size: 14px;
    line-height: 150%;
    font-family: "Gotham Pro";
    margin-top: 15px;
  }

  .answers__wrapper {
    position: relative;
  }

  .answers__main-btn {
    width: 300px;
    padding: 18px 40px;
    margin-top: 25px;
    font-weight: 400;
  }

  .answers__wrapper h6 {
    font-size: 18px;
    color: #bc625c;
    margin-top: 25px;
  }
}

@media (min-width: 639px) {
  .answers {
    padding-bottom: 40px;
  }

  .answers__wrapper .design-courses {
    position: unset;
  }

  .work-v4-expectation__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow-x: scroll;
    gap: 10px;
    margin-top: 40px;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .answers__wrapper {
    padding-top: 0;
  }

  .answers__wrapper h2 {
    position: unset;
    margin-bottom: 16px;
  }

  .answers__wrapper .work-v4-expectation__list {
    margin-top: 40px;
  }

  .answers__wrapper .work-v4-expectation__item {
    --card-offset: 0;
    position: unset;
    margin-top: 10px;
  }

  .work-v4-expectation__card {
    width: 288px;
    height: fit-content;
  }
  .work-v4-expectation__item:nth-child(1)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(2)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(3)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(4)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(5)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(6)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(7)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before,
  .work-v4-expectation__item:nth-child(8)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    bottom: 94px;
    left: 0;
  }

  .answers_text,
  .answers_subtitle {
    position: unset;
  }
  .work-v4-expectation__text {
    font-size: 16px;
  }
  .work-v4-expectation__subtitle {
    font-size: 24px;
  }
  .work-v4-expectation__item:nth-child(1) .work-v4-expectation__card {
    box-shadow: none;
  }
  .work-v4-expectation__item:nth-child(2) .work-v4-expectation__card {
    box-shadow: none;
  }

  .work-v4-expectation__item:nth-child(3) .work-v4-expectation__card {
    box-shadow: none;
  }

  .work-v4-expectation__item:nth-child(4) .work-v4-expectation__card {
    box-shadow: none;
  }
  .work-v4-expectation__item:nth-child(5) .work-v4-expectation__card {
    box-shadow: none;
  }

  .work-v4-expectation__item:nth-child(6) .work-v4-expectation__card {
    box-shadow: none;
  }

  .work-v4-expectation__item:nth-child(7) .work-v4-expectation__card {
    box-shadow: none;
  }
  .work-v4-expectation__item:nth-child(8) .work-v4-expectation__card {
    box-shadow: none;
  }
}

@media (min-width: 957px) {
  .work-v4-expectation__card {
    width: 100%;
    height: fit-content;
  }
  .work-v4-expectation__subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    /* 24px */
  }
  .work-v4-expectation__text {
    font-size: 20px;
    line-height: 150%;
  }
  /* .work-v4-expectation__item:nth-child(1)
    .work-v4-expectation__card
    .work-v4-expectation__visible-info
    .work-v4-expectation__subtitle:before {
    bottom: 94px;
  } */

  .answers__main-description {
    width: 90%;
  }

  .answers__main-button {
    align-self: end;
  }

  .answers_subtitle {
    font-size: 20px;
    line-height: 120%;
    position: unset;
  }

  .answers_title {
    font-size: 45px;
    line-height: 120%;
    /* 30.8px */
  }

  .answers_text {
    margin-bottom: 48px;
    position: unset;
    font-size: 24px;
  }
  .work-v4-expectation__list {
    flex-wrap: wrap;
  }
  .work-v4-expectation__card {
    flex-direction: row;
    gap: 10px;
  }
}

@media (min-width: 1244px) {
  /* .answers-expectations__card {
    width: 288px;
    height: 271px;
  } */
  .work-v4-expectation__card {
    max-width: 600px;
    width: 100%;
    height: fit-content;
  }

  .work-v4-expectation__list {
    gap: 20px;
  }

  .answers {
    padding: 50px 0 50px;
  }
}

/*<section class="answers container">*/
