@media screen and (min-width: 769px) {
  .boxSect__head .generalHeading {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .boxSect__head .generalHeading {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.75;
  }
  .boxSect__head .generalHeading:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .boxSect__head .generalHeading:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .boxSect__head .generalHeading:before, .boxSect__head .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.boxSect__txt {
  border-top: 1px solid #d0cdcd;
}

@media screen and (min-width: 769px) {
  .boxSect__txt {
    line-height: 2.28571;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 30px;
  }
  .boxSect__txt:before {
    content: '';
    margin-top: calc((1 - 2.28571) * .5em);
  }
  .boxSect__txt:after {
    margin-bottom: calc((1 - 2.28571) * .5em);
  }
  .boxSect__txt:before, .boxSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .boxSect__txt {
    line-height: 1.78571;
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
  .boxSect__txt:before {
    content: '';
    margin-top: calc((1 - 1.78571) * .5em);
  }
  .boxSect__txt:after {
    margin-bottom: calc((1 - 1.78571) * .5em);
  }
  .boxSect__txt:before, .boxSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .boxSect__cont {
    margin-top: 120px;
  }
}

.boxSect__cont .cardBlock + .boxSect__txt {
  border-top: none;
}

@media screen and (min-width: 769px) {
  .boxSect__cont .cardBlock + .boxSect__txt {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .boxSect__cont .cardBlock + .boxSect__txt {
    padding: calc(50 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
  }
}

.boxSect__movie {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .boxSect__movie {
    width: 780px;
  }
}

@media (max-width: 768px) {
  .boxSect__movie {
    margin: calc(140 / 750 * 100vw) -40px 0;
  }
}

.boxSect__movie .movieModal__symbol {
  display: none;
}

.cardBlock {
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .cardBlock {
    margin-top: 120px;
    padding: 60px 130px;
  }
}

@media (max-width: 768px) {
  .cardBlock {
    margin: calc(140 / 750 * 100vw) -10px 0;
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.cardBlock__head {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cardBlock__head .generalHeading {
  letter-spacing: 0;
  padding: 0 10px 3px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .cardBlock__head .generalHeading {
    border-bottom: 1px solid #d0cdcd;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .cardBlock__head .generalHeading {
    line-height: 1.44444;
    font-size: calc(36 / 750 * 100vw);
    text-decoration: underline;
    -webkit-text-decoration-color: #d0cdcd;
            text-decoration-color: #d0cdcd;
    text-underline-offset: 6px;
  }
  .cardBlock__head .generalHeading:before {
    content: '';
    margin-top: calc((1 - 1.44444) * .5em);
  }
  .cardBlock__head .generalHeading:after {
    margin-bottom: calc((1 - 1.44444) * .5em);
  }
  .cardBlock__head .generalHeading:before, .cardBlock__head .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .cardBlock__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .cardBlock__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.cardBlock__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .cardBlock__inner {
    gap: 6px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .cardBlock__inner {
    gap: calc(20 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .cardBlock__item .photo {
    width: 170px;
  }
}

@media (max-width: 768px) {
  .cardBlock__item .photo {
    width: calc(275 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .cardBlock__item--large .photo {
    width: 250px;
  }
}

@media (max-width: 768px) {
  .cardBlock__item--large .photo {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .cardBlock--living {
    padding: 60px 48px;
  }
}

@media (max-width: 768px) {
  .cardBlock--living .cardBlock__head .generalHeading {
    letter-spacing: .08em;
  }
}

@media screen and (min-width: 769px) {
  .cardBlock--living .cardBlock__inner {
    gap: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .cardBlock--living .cardBlock__item .photo {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .cardBlock--living .cardBlock__item:first-child .photo {
    width: 100%;
  }
}

.introSect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .introSect {
    gap: 140px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .introSect {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 calc(-10 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .introSect__head {
    width: 225px;
  }
}

@media (max-width: 768px) {
  .introSect__head {
    width: calc(270 / 750 * 100vw);
  }
}

@media (max-width: 768px) {
  .introSect__head .photo__capIn {
    bottom: calc(-14 / 750 * 100vw);
    letter-spacing: 0;
    white-space: nowrap;
  }
}

.introSect__cont .generalHeading {
  line-height: 1.71429;
}

.introSect__cont .generalHeading:before {
  content: '';
  margin-top: calc((1 - 1.71429) * .5em);
}

.introSect__cont .generalHeading:after {
  margin-bottom: calc((1 - 1.71429) * .5em);
}

.introSect__cont .generalHeading:before, .introSect__cont .generalHeading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .introSect__cont .generalHeading {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .introSect__cont .generalHeading {
    font-size: calc(32 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .mansionSect__head .generalHeading {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .mansionSect__head .generalHeading {
    font-size: calc(44 / 750 * 100vw);
  }
}

.mansionSect__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .mansionSect__cont {
    margin-top: 80px;
  }
}

@media (max-width: 768px) {
  .mansionSect__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(80 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .mansionSect__cont .photo {
    width: 480px;
  }
}

@media (max-width: 768px) {
  .mansionSect__cont .photo {
    margin-top: calc(60 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .mansionSect__inner .generalHeading {
    line-height: 2;
    font-size: 20px;
  }
  .mansionSect__inner .generalHeading:before {
    content: '';
    margin-top: calc((1 - 2) * .5em);
  }
  .mansionSect__inner .generalHeading:after {
    margin-bottom: calc((1 - 2) * .5em);
  }
  .mansionSect__inner .generalHeading:before, .mansionSect__inner .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .mansionSect__inner .generalHeading {
    line-height: 1.75;
    font-size: calc(32 / 750 * 100vw);
  }
  .mansionSect__inner .generalHeading:before {
    content: '';
    margin-top: calc((1 - 1.75) * .5em);
  }
  .mansionSect__inner .generalHeading:after {
    margin-bottom: calc((1 - 1.75) * .5em);
  }
  .mansionSect__inner .generalHeading:before, .mansionSect__inner .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.mansionSect__txt {
  border-top: 1px solid #d0cdcd;
}

@media screen and (min-width: 769px) {
  .mansionSect__txt {
    line-height: 2.28571;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 20px;
    padding-top: 30px;
    width: 480px;
  }
  .mansionSect__txt:before {
    content: '';
    margin-top: calc((1 - 2.28571) * .5em);
  }
  .mansionSect__txt:after {
    margin-bottom: calc((1 - 2.28571) * .5em);
  }
  .mansionSect__txt:before, .mansionSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media (max-width: 768px) {
  .mansionSect__txt {
    line-height: 1.78571;
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
  }
  .mansionSect__txt:before {
    content: '';
    margin-top: calc((1 - 1.78571) * .5em);
  }
  .mansionSect__txt:after {
    margin-bottom: calc((1 - 1.78571) * .5em);
  }
  .mansionSect__txt:before, .mansionSect__txt:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.prepareBlock {
  background-color: #eaeaea;
  position: relative;
}

@media screen and (min-width: 769px) {
  .prepareBlock {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .prepareBlock {
    margin: 0 -10px;
    padding: calc(80 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
}

.prepareBlock__head {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .prepareBlock__head {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .prepareBlock__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 769px) {
  .prepareBlock__head .generalHeading {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .prepareBlock__head .generalHeading {
    font-size: calc(32 / 750 * 100vw);
    text-align: left;
  }
}

.prepareBlock__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .prepareBlock__cont {
    gap: 20px;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .prepareBlock__cont {
    border-top: 1px solid #d0cdcd;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: calc(40 / 750 * 100vw);
    padding-top: calc(40 / 750 * 100vw);
  }
}

.prepareBlock__cont + .caption {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

@media screen and (min-width: 769px) {
  .prepareBlock__item {
    width: 220px;
  }
}

@media (max-width: 768px) {
  .prepareBlock__item {
    width: calc(275 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .prepareBlock__ttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .prepareBlock__ttl {
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: .06em;
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .prepareBlock + .prepareBlock {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .prepareBlock + .prepareBlock {
    margin-top: calc(40 / 750 * 100vw);
  }
}

.prepareSect__head {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.prepareSect__head .generalHeading {
  letter-spacing: .2em;
  padding: 0 10px 3px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .prepareSect__head .generalHeading {
    border-bottom: 1px solid #d0cdcd;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .prepareSect__head .generalHeading {
    line-height: 1.44444;
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: .06em;
    text-decoration: underline;
    -webkit-text-decoration-color: #d0cdcd;
            text-decoration-color: #d0cdcd;
    text-underline-offset: 6px;
  }
  .prepareSect__head .generalHeading:before {
    content: '';
    margin-top: calc((1 - 1.44444) * .5em);
  }
  .prepareSect__head .generalHeading:after {
    margin-bottom: calc((1 - 1.44444) * .5em);
  }
  .prepareSect__head .generalHeading:before, .prepareSect__head .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

@media screen and (min-width: 769px) {
  .prepareSect__cont {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .prepareSect__cont {
    margin-top: calc(60 / 750 * 100vw);
  }
}

.profileBlock {
  background-color: #ffffff;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 769px) {
  .profileBlock {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 120px;
    padding: 80px 0;
  }
}

@media (max-width: 768px) {
  .profileBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(60 / 750 * 100vw);
    margin: calc(140 / 750 * 100vw) -40px 0;
    padding: calc(100 / 750 * 100vw) calc(80 / 750 * 100vw);
  }
}

.profileBlock__head .generalHeading {
  line-height: 1.77778;
}

.profileBlock__head .generalHeading:before {
  content: '';
  margin-top: calc((1 - 1.77778) * .5em);
}

.profileBlock__head .generalHeading:after {
  margin-bottom: calc((1 - 1.77778) * .5em);
}

.profileBlock__head .generalHeading:before, .profileBlock__head .generalHeading:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media screen and (min-width: 769px) {
  .profileBlock__head .generalHeading {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .profileBlock__head .generalHeading {
    line-height: 1.5;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: -.03em;
  }
  .profileBlock__head .generalHeading:before {
    content: '';
    margin-top: calc((1 - 1.5) * .5em);
  }
  .profileBlock__head .generalHeading:after {
    margin-bottom: calc((1 - 1.5) * .5em);
  }
  .profileBlock__head .generalHeading:before, .profileBlock__head .generalHeading:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}

.profileBlock__head .generalHeading + .caption {
  letter-spacing: 0;
  margin-top: 10px;
}

.profileBlock__cont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) {
  .profileBlock__cont {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .profileBlock__cont {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__cont .photo {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .profileBlock__cont .photo {
    width: calc(260 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__data {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .profileBlock__data {
    font-size: calc(22 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__data .name {
    margin-top: 6px;
  }
}

@media (max-width: 768px) {
  .profileBlock__data .name {
    margin-top: calc(12 / 750 * 100vw);
  }
}

@media screen and (min-width: 769px) {
  .profileBlock__data .large {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .profileBlock__data .large {
    font-size: calc(48 / 750 * 100vw);
  }
}

.disaster-intro {
  position: relative;
}

@media screen and (min-width: 769px) {
  .disaster-intro {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .disaster-intro {
    padding: calc(40 / 390 * 100vw) 0;
  }
}

.disaster-intro:before {
  background-color: #ffffff;
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
}

@media screen and (min-width: 769px) {
  .disaster-box {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .disaster-box {
    padding: calc(50 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 769px) {
  .disaster-prepare {
    margin-top: 160px;
  }
}

@media screen and (min-width: 769px) {
  .disaster-mansion {
    margin-top: 120px;
    padding-bottom: 160px;
  }
}

@media (max-width: 768px) {
  .disaster-mansion {
    margin-top: calc(180 / 750 * 100vw);
    padding-bottom: calc(260 / 750 * 100vw);
  }
}
