.dfd {
  display: flex;
  margin-top: 48rem;
}
.dfd .col {
  width: 8.3333333333%;
  box-shadow: 0 0 0 1rem hsla(0, 0%, 0%, 0.1);
  height: 200rem;
  padding: 24rem;
}
.dfd .col .box {
  background-color: #dadada;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 555;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8rem) saturate(100%);
  box-shadow: 0 0 16rem -4rem rgba(0, 0, 0, 0.08);
}
.header .container {
  height: 100rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48rem;
  width: auto;
  position: relative;
}
.header .main-logo {
  flex-shrink: 0;
}
.header .main-logo img {
  width: 360rem;
}
.header .right-box {
  display: flex;
  align-items: center;
  gap: 32rem;
}
@media (width < 1024px) {
  .header .main-menu {
    display: none;
  }
}

.main-menu {
  font-weight: 400;
}
.main-menu ul {
  display: flex;
  gap: 32rem;
}

.soc-ico-list {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.soc-ico-list a {
  height: 32rem;
  aspect-ratio: 1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.soc-ico-list a:hover {
  opacity: 0.65;
}
.soc-ico-list a img {
  max-width: 100%;
  max-height: 100%;
}

.phone-wrap {
  font-size: 22rem;
}
.phone-wrap .ico {
  margin-right: 16rem;
}
.phone-wrap .ico i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38rem;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1rem solid #fff;
  padding: 8rem;
}
.phone-wrap .text {
  white-space: nowrap;
}

.menu-mob-box {
  background-color: #000;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  position: fixed;
  z-index: 555;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  top: 0;
  left: -9999rem;
  transition: opacity 0.3s;
}
.menu-mob-box.opened {
  opacity: 1;
  top: 0;
  left: 0;
}
.menu-mob-box .top-box {
  padding: 24rem;
  padding-top: 40rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-mob-box .logo-block {
  width: 140rem;
}
.menu-mob-box .close {
  padding-right: 4rem;
}
.menu-mob-box .menu-box {
  padding: 24rem;
  overflow-y: auto;
  flex-grow: 1;
}
.menu-mob-box .bottom-box {
  padding: 24rem;
}
.menu-mob-box li {
  background-color: var(--asphalt);
  min-height: 56rem;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.menu-mob-box li br {
  display: none;
}
.menu-mob-box li + li {
  border-top: 1rem solid var(--border-opacity);
}
.menu-mob-box li.parent::after {
  content: "";
  position: absolute;
  top: 18rem;
  right: 0;
  display: block;
  width: 20rem;
  height: 20rem;
  background-image: url(../images/arrow-white.svg);
  background-repeat: repeat;
  background-position: center;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.menu-mob-box li.active.parent::after {
  transform: rotate(-90deg);
}
.menu-mob-box li a {
  display: block;
  color: #fff;
  font-size: 18rem;
}
.menu-mob-box .parent ul {
  display: none;
  padding-top: 8rem;
}
.menu-mob-box .parent ul.opened {
  display: block;
}
.menu-mob-box .parent ul li {
  border: none;
  min-height: auto;
  padding: 4rem 0;
  padding-left: 20rem;
}
.menu-mob-box .parent ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 14rem;
  left: 0;
  border-radius: 50rem;
  background-color: #fff;
  width: 4rem;
  height: 4rem;
}
.menu-mob-box .parent ul li a {
  font-size: 16rem;
}
@media (width < 560px) {
  .menu-mob-box .parent ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.main-screen {
  height: 100vh;
  min-height: -moz-max-content;
  min-height: max-content;
  max-height: 1280rem;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-screen .main-screen-content {
  position: relative;
  z-index: 2;
}
.main-screen .container {
  padding-top: 180rem;
  padding-bottom: 60rem;
}
.main-screen .info-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.main-screen .info-box .left-box {
  max-width: 800rem;
  display: flex;
  flex-direction: column;
  gap: 32rem;
}
.main-screen .info-box .left-box .button {
  margin-top: 16rem;
}
.main-screen .subtitle {
  font-weight: 500;
}
.main-screen .subtitle h2 {
  font-size: 28rem;
}
.main-screen .maintitle {
  position: relative;
}
.main-screen .maintitle h2 {
  font-size: 48rem;
}
.main-screen .maintitle h2 span {
  color: var(--marron);
}
.main-screen .description {
  max-width: 1200rem;
}
.main-screen .experience-block-list {
  position: relative;
  background-color: hsla(0, 0%, 100%, 0.8);
  background-color: #fff;
  padding: 40rem 0;
  border-radius: 32rem;
}
.main-screen .experience-block-list > * + * {
  margin-top: 32rem;
  padding-top: 32rem;
  border-top: 1rem solid var(--border-opacity);
}
.main-screen .experience-block {
  width: 200rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.main-screen .experience-block .num {
  font-size: 48rem;
  font-weight: 600;
  line-height: 1.1;
  color: var(--camel);
  color: var(--marron);
  letter-spacing: -0.02em;
}
.main-screen .target-box {
  width: 320rem;
  width: 280rem;
}
.main-screen .target-box .white-block {
  min-height: 240rem;
}
.main-screen .target-box ul- {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  line-height: 1.3;
}
.main-screen .show-group .show-item {
  position: relative;
  opacity: 0;
  transform: translateY(-80rem);
  transition: opacity 2s 0.1s ease-out, transform 0.7s ease-out;
}
.main-screen .show-group .show-item.show {
  opacity: 1;
  transform: translateY(0);
}
.main-screen .full-photo {
  position: absolute;
  inset: 0 -240rem;
  background-color: #fafafa;
  opacity: 0;
  transform: translateX(-40rem);
  transition: opacity 3s 0.3s ease-out, transform 2s ease-out;
}
.pageloaded .main-screen .full-photo {
  transform: translateX(0);
  opacity: 1;
}
.main-screen .full-photo .photo {
  position: absolute;
  inset: 0;
}
@media (width < 1520px) {
  .main-screen {
    height: 100vh;
    max-height: 64vw;
  }
}
@media (width < 1024px) {
  .main-screen .info-box {
    flex-direction: column;
    align-items: start;
  }
  .main-screen .info-box .left-box {
    gap: 24rem;
  }
  .main-screen .maintitle h2 {
    font-size: 40rem;
  }
  .main-screen .subtitle h4 {
    font-size: 24rem;
  }
  .main-screen .word ul.chain {
    flex-direction: column;
  }
  .main-screen .right-box {
    width: 100%;
    margin-top: 64rem;
  }
  .main-screen .experience-block-list {
    padding: 40rem 0;
    border-radius: 32rem;
    display: flex;
    justify-content: center;
  }
  .main-screen .experience-block-list > * {
    width: 50%;
  }
  .main-screen .experience-block-list > * + * {
    margin-top: 0;
    padding-top: 0;
    border-top: 1rem solid var(--border-opacity);
    border-top: none;
    border-left: 1rem solid var(--border-opacity);
  }
}
@media (640px <= width < 1024px) {
  .main-screen .info-box {
    flex-direction: column;
  }
  .main-screen .info-box .left-box {
    width: 520rem;
  }
  .main-screen .full-photo {
    inset: 0 -240rem;
  }
  .main-screen .full-photo img {
    -o-object-position: calc(50% - 160rem) center;
       object-position: calc(50% - 160rem) center;
  }
}
@media (width < 640px) {
  .main-screen .container {
    padding-top: 140rem;
    padding-bottom: 80rem;
  }
  .main-screen .photo.mob {
    display: block;
    position: absolute;
    overflow: hidden;
    top: -420rem;
    left: -32rem;
    right: -32rem;
    height: 960rem;
  }
  .main-screen .photo.mob img {
    -o-object-fit: none;
       object-fit: none;
  }
  .main-screen .full-photo {
    display: none;
  }
  .main-screen .maintitle {
    z-index: 1;
  }
  .main-screen .maintitle h2 {
    font-size: 40rem;
  }
  .main-screen .subtitle {
    position: relative;
    padding-bottom: 400rem;
  }
  .main-screen .subtitle h4 {
    position: relative;
    z-index: 1;
    font-size: 24rem;
  }
  .main-screen .description {
    background-color: #fff;
    margin: 0 -32rem;
    padding: 40rem 24rem;
  }
  .main-screen .info-box .left-box .button {
    background-color: #fff;
    margin: 0 -24rem;
    margin-top: -24rem;
    padding: 32rem 24rem;
  }
  .main-screen .info-box .left-box .button .btn {
    width: 100%;
  }
  .main-screen .right-box {
    background-color: #fff;
    margin-top: 0;
  }
  .main-screen .experience-block-list {
    padding: 0;
    padding-top: 40rem;
    border-radius: 0;
  }
}
.full-photo-box {
  position: relative;
  overflow: hidden;
}
.full-photo-box > *:not(.full-photo) {
  position: relative;
  z-index: 55;
}
.full-photo-box .full-photo {
  position: absolute;
  inset: -200rem 0;
  background-color: #fff;
  transition: opacity 3s;
}
.full-photo-box .full-photo .photo {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.full-photo-box .full-photo.dark-box {
  background-color: #000;
}

.screen {
  padding: 96rem 0;
}
@media (width < 1024px) {
  .screen {
    padding: 80rem 0;
  }
}

.screen-white + .screen-white {
  padding-top: 0;
}

.screen-gray {
  background-color: var(--camelbg);
}

.screen-title {
  font-size: 24rem;
  margin-bottom: 72rem;
  max-width: 1240rem;
  margin-left: auto;
  margin-right: auto;
}
.screen-title span {
  color: var(--marron);
}
.screen-title > * {
  margin-top: 32rem;
}
.screen-title .word > * {
  text-wrap: balance;
  text-wrap: pretty;
}
.screen-title.center > * {
  max-width: 1240rem;
  margin-left: auto;
  margin-right: auto;
}
.screen-title.with-right-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.screen-title.with-right-block .right-col {
  width: 360rem;
  position: relative;
}
.screen-title.with-right-block .right-col .camel-block {
  position: absolute;
  border-bottom-right-radius: 64rem;
  top: -40rem;
  left: 0;
  color: #fff;
}
.screen-title.with-right-block .right-col .desc {
  font-size: 24rem;
  text-align: center;
}
@media (width < 1024px) {
  .screen-title {
    font-size: 20rem;
    margin-bottom: 56rem;
  }
}

.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.contacts-list .item {
  display: flex;
  align-items: center;
}
.contacts-list .item .label {
  width: 32rem;
  display: flex;
  justify-content: center;
  margin-right: 16rem;
}
.contacts-list .item .label img {
  height: 24rem;
  max-width: 32rem;
}

.yur-info-list {
  display: flex;
  flex-direction: column;
  gap: 16rem;
}
.yur-info-list .item {
  display: flex;
  align-items: center;
}
.yur-info-list .item .label {
  width: 249rem;
  color: var(--gray);
}
.yur-info-list .item .label img {
  height: 24rem;
  max-width: 32rem;
}
@media (width < 960px) {
  .yur-info-list .item {
    align-items: start;
    flex-direction: column;
  }
  .yur-info-list .item .label {
    width: 249rem;
  }
  .yur-info-list .item .label img {
    height: 24rem;
    max-width: 32rem;
  }
}

.content-box {
  display: flex;
  flex-direction: column;
  gap: 64rem;
}
.content-box .word {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200rem;
}

.base-info.right-padding {
  width: calc(100% - 480rem);
}

@media (width < 640px) {
  .screen-method {
    padding-top: 0;
  }
}

@media (width < 1024px) {
  .method-features {
    flex-direction: column;
  }
  .method-features.gap48 {
    gap: 24rem;
  }
  .method-features.gap48 > * {
    width: auto;
  }
}

.prevbox-01 {
  padding: var(--pd40);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 16rem;
}
.prevbox-01 .info {
  position: relative;
  color: #fff;
}
.prevbox-01 .title {
  position: relative;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.4;
}
.prevbox-01 .desc {
  margin-top: 24rem;
  padding-top: 24rem;
  border-top: 1rem solid #fff;
}
.prevbox-01 .arrow {
  position: absolute;
  top: 32rem;
  right: 32rem;
  width: 26rem;
}
.prevbox-01 .photo-box {
  position: absolute;
  inset: -32rem 0;
  background-color: #333;
  overflow: hidden;
}
.prevbox-01 .photo-box .photo {
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.prevbox-01 .photo-box .photo img {
  transform: scale(1);
  transition: transform 0.5s;
}
.prevbox-01:hover .photo-box .photo img {
  transform: scale(1.05);
}
@media (width < 1024px) {
  .prevbox-01 {
    padding: 24rem;
  }
  .prevbox-01 .title {
    font-size: 18rem;
    line-height: 1.25;
  }
  .prevbox-01 .arrow {
    position: absolute;
    top: 24rem;
    right: 24rem;
    width: 20rem;
  }
}
@media (width < 640px) {
  .prevbox-01 {
    aspect-ratio: 3/2;
  }
}

.prevbox-02 {
  padding: var(--pd40);
}
.prevbox-02 .ico {
  width: 80rem;
  height: 80rem;
  margin-bottom: 24rem;
}
.prevbox-02.gray-block {
  background-image: url(/path/images/box-bg-decor-02.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.prevbox-02 h5 {
  padding-bottom: 16rem;
}

.info-box-01 {
  display: flex;
  min-height: 400rem;
}
.info-box-01 .info-box {
  padding: 48rem;
  padding-left: 80rem;
}
.info-box-01 .photo-box {
  position: relative;
  width: 36%;
  flex-shrink: 0;
}
.info-box-01 .photo {
  overflow: hidden;
  border-radius: 32rem;
  position: absolute;
  inset: 0;
}
@media (width < 1024px) {
  .info-box-01 {
    display: block;
  }
  .info-box-01 .photo-box {
    width: 100%;
    height: 400rem;
  }
  .info-box-01 .info-box {
    padding: 0;
    margin-top: 48rem;
  }
}

.info-box-02 {
  display: flex;
  min-height: 400rem;
  background-color: #fff;
  border-radius: 32rem;
}
.info-box-02 .info-box {
  padding: 80rem;
  padding-left: 80rem;
}
.info-box-02 .photo-box {
  position: relative;
  width: 36%;
  flex-shrink: 0;
}
.info-box-02 .photo {
  overflow: hidden;
  border-radius: 32rem 0 0 32rem;
  position: absolute;
  inset: 0;
}

.info-box-03 .head {
  padding: 128rem;
  background-color: #000;
  border-radius: 32rem 32rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 640rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.info-box-03 .head .photo--- {
  position: absolute;
  inset: 0;
}
.info-box-03 .head .info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32rem;
}
.info-box-03 .head .info .description {
  border-radius: 16rem;
  max-width: 1200rem;
}
.info-box-03 .body {
  min-height: 640rem;
  border-radius: 0 0 32rem 32rem;
  padding: 128rem;
  border-radius: 32rem;
  position: relative;
  margin-top: -32rem;
}
.info-box-03 .body::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 64rem;
  top: -32rem;
  left: 0;
  border-radius: 32rem;
  z-index: 1;
  background-color: var(--marron);
  background-color: var(--graybg);
  pointer-events: none;
}
.info-box-03 .body .info-box .word {
  max-width: 1024rem;
}

.info-box-05 {
  display: flex;
  align-items: center;
  min-height: 400rem;
}
.info-box-05 .info-box {
  position: relative;
  z-index: 1;
  padding: 48rem;
  padding-left: 80rem;
}
.info-box-05 .info-box > * {
  margin: 32rem 0;
}
.info-box-05 .info-box .subtitle {
  display: flex;
  align-items: center;
  gap: 16rem;
}
.info-box-05 .info-box .subtitle .mark {
  background-color: var(--camel);
  background-color: var(--dark);
  color: #fff;
  padding: 6rem 16rem;
  border-radius: 8rem;
  z-index: 1;
  text-align: center;
  font-weight: 600;
}
.info-box-05 .info-box .description {
  max-width: 600rem;
}
.info-box-05 .info-box .button {
  margin-top: 48rem;
}
.info-box-05 .photo-box {
  position: relative;
  width: 33%;
  flex-shrink: 0;
}
.info-box-05 .photo {
  position: relative;
  z-index: 1;
}
.info-box-05 .photo::before {
  content: "";
  position: absolute;
  display: block;
  width: 800rem;
  height: 800rem;
  top: -320rem;
  left: 0rem;
  border-radius: 32rem;
  background: radial-gradient(circle closest-side, var(--marron), transparent);
  background: radial-gradient(circle closest-side, #ffbf7c, transparent);
  background: radial-gradient(circle closest-side, #fff491, transparent);
  opacity: 0.5;
}
.info-box-05 .photo::after {
  content: "";
  position: absolute;
  display: block;
  width: 800rem;
  height: 800rem;
  top: 0rem;
  left: -320rem;
  border-radius: 32rem;
  background: radial-gradient(circle closest-side, #fff491, transparent);
  z-index: 0;
  opacity: 0.5;
}
@media (width < 1024px) {
  .info-box-05 .info-box {
    padding: 0;
    padding-left: 32rem;
  }
  .info-box-05 .photo-box {
    align-self: start;
  }
}
@media (width < 640px) {
  .info-box-05 {
    flex-direction: column;
    align-items: center;
  }
  .info-box-05 .info-box {
    padding: 0;
    text-align: center;
  }
  .info-box-05 .info-box .subtitle {
    flex-direction: column;
  }
  .info-box-05 .info-box .subtitle .mark {
    order: 1;
  }
  .info-box-05 .photo-box {
    width: 320rem;
    margin-bottom: 32rem;
    align-self: center;
  }
}

.photo-round {
  width: 100%;
  aspect-ratio: 1;
}
.photo-round img {
  position: relative;
  border-radius: 50%;
  z-index: 1;
}

.info-box-06 {
  display: flex;
  align-items: center;
  min-height: 400rem;
}
.info-box-06 .info-box {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
  gap: 32rem;
}
.info-box-06 .info-box .description {
  max-width: 800rem;
}
.info-box-06 .info-box .button {
  margin-top: 24rem;
}

.promo-screen-01 {
  position: relative;
}
.promo-screen-01::before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #000, transparent);
  opacity: 0.5;
  z-index: 1;
}

@media (width < 1024px) {
  .projects-list .columns-2 {
    flex-direction: column;
    gap: 48rem;
  }
  .projects-list .columns-2 > * {
    width: 100%;
  }
}

.course-module {
  display: flex;
}
.course-module + .course-module {
  border-top: 1rem solid var(--border);
  padding-top: 24rem;
  margin-top: 24rem;
}
.course-module .num {
  font-size: 80rem;
  line-height: 1;
  font-weight: 100;
  width: 100rem;
  color: var(--marron);
  color: var(--gray);
}
.course-module .info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.course-module .top {
  display: flex;
  align-items: end;
  margin-bottom: 8rem;
  width: 100%;
}
.course-module .title h5 {
  display: flex;
  align-items: center;
  gap: 24rem;
  font-size: 24rem;
}
.course-module .format {
  display: inline-block;
  font-weight: 400;
  border-radius: 4rem;
  padding: 4rem 8rem;
  line-height: 1;
  box-shadow: 0 0 0 1rem var(--border);
  font-size: 16rem;
}
.course-module .time {
  display: flex;
  gap: 16rem 24rem;
  align-items: center;
  flex-wrap: wrap;
}
.course-module .time .total {
  line-height: 1;
  font-weight: 500;
}
.course-module .time .details {
  display: flex;
  gap: 16rem;
  font-size: 16rem;
  line-height: 1;
}
@media (width < 1024px) {
  .course-module .time .details {
    width: 100%;
    flex-wrap: wrap;
  }
  .course-module .title h5 {
    font-size: 20rem;
  }
}
@media (width < 560px) {
  .course-module .num {
    font-size: 40rem;
    line-height: 1;
    font-weight: 200;
    width: 64rem;
  }
}

.prev-info-01 .title {
  text-wrap: pretty;
  max-width: 280rem;
}

.project-prev .title span {
  font-weight: 400;
}
.project-prev .title {
  margin-bottom: 16rem;
}

body .service-popup {
  width: 1362rem;
  max-width: 100%;
}
body .service-popup .head .title {
  font-size: 32px;
  font-weight: 500;
  padding-right: 100rem;
}
body .service-popup .popup-close {
  position: absolute;
  top: 40rem;
  right: 24rem;
  cursor: pointer;
}
body .service-popup .popup-close img {
  width: 56rem;
}
@media (width < 1024px) {
  body .service-popup {
    padding: 24rem;
  }
  body .service-popup .head .title {
    font-size: 20px;
    line-height: 1.25;
    padding-right: 40rem;
  }
  body .service-popup .popup-close {
    top: 20rem;
    right: 16rem;
    cursor: pointer;
  }
  body .service-popup .popup-close img {
    width: 40rem;
  }
}

.button-center {
  display: flex;
  justify-content: center;
  margin-top: 56rem;
}
@media (width < 640px) {
  .button-center {
    margin-top: 48rem;
    display: block;
  }
}

.info-num-block {
  height: 100%;
}
.info-num-block .word > * {
  margin: 20rem 0;
}
.info-num-block .num {
  font-size: 42rem;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 32rem;
  margin-top: -16rem;
}
.info-num-block .ico {
  margin-bottom: 32rem;
}
.info-num-block .ico img {
  width: 48rem;
}
@media (width < 1024px) {
  .info-num-block .num {
    font-size: 24rem;
    margin-bottom: 12rem;
  }
  .info-num-block .ico {
    margin-bottom: 24rem;
  }
  .info-num-block .ico img {
    width: 32rem;
  }
}

.reviews-screen {
  overflow: hidden;
}

.review-block .box-bord {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review-block .name {
  color: var(--camel);
  font-size: 24rem;
  font-weight: 500;
  margin-top: 40rem;
}
@media (width < 1024px) {
  .review-block .name {
    font-size: 16rem;
    margin-top: 16rem;
  }
}
@media (width < 640px) {
  .review-block .word {
    font-size: 14rem;
  }
}

.questions-list {
  border-bottom: 1rem solid var(--border);
}
.questions-list .question {
  font-size: 24rem;
  position: relative;
  padding: 28rem 0;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
}
.questions-list .question .num {
  width: 40rem;
  padding-right: 80rem;
}
.questions-list .question .text {
  padding-right: 80rem;
}
.questions-list .question::before {
  content: "";
  display: block;
  position: absolute;
  top: 32rem;
  right: 0;
  width: 28rem;
  height: 28rem;
  background-image: url(../images/ico-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform: rotate(0);
  transition: transform 0.3s;
}
.questions-list .question.active::before {
  transform: rotate(45deg);
}
@media (width < 1024px) {
  .questions-list .question {
    font-size: 16rem;
    padding: 12rem 0;
  }
  .questions-list .question .num {
    width: 40rem;
    padding-right: 40rem;
    flex-shrink: 0;
  }
  .questions-list .question .text {
    padding-right: 32rem;
  }
  .questions-list .question::before {
    top: 14rem;
    right: 0;
    width: 20rem;
    height: 20rem;
  }
}
.questions-list li {
  border-top: 1rem solid var(--border);
}
.questions-list .answer {
  position: absolute;
  padding-bottom: 32rem;
  left: -9999rem;
  opacity: 0;
  transition: opacity 0.9s;
  max-width: 1000rem;
}
.questions-list .answer.opened {
  position: static;
  opacity: 1;
}
@media (width < 1024px) {
  .questions-list .answer {
    padding-bottom: 16rem;
  }
  .questions-list .answer .word {
    font-size: 14rem;
  }
}

.footer {
  padding: 76rem 0;
}
.footer .bottom-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 48rem;
  position: relative;
}
.footer .yur-info {
  display: flex;
  gap: 24rem;
}

.main-container {
  container-type: inline-size;
  container-name: main;
}/*# sourceMappingURL=styles.css.map */