@import url("res.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html {
  font-size: 1.5625vw;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.3;
  -webkit-font-smoothing: antialised;
}

strong {
  font-weight: 600;
}

img {
  display: block;
}

.hidden {
  display: none;
}

.container {
  width: 94%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.green {
  color: #A4FD02;
  font-size: 1.8rem;
  line-height: 2.7rem;
}

.time {
  padding-left: 3.2rem;
  position: relative;
}

.time:before {
  content: '';
  position: absolute;
  width: 1.9rem;
  height: 1.9rem;
  background-image: url(../img/clock.svg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.3rem;
  left: 0;
}

h1 {
  font-size: 4.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.21;
}

.button {
  background: linear-gradient(92.07deg, #A4FD02 0.32%, #A4FD02 49.82%, #A4FD02 100.37%);
  border-radius: 5px;
  display: block;
  text-align: center;
  color: #161414;
  text-decoration: none;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  width: 86.8%;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  padding: 0;
  margin: 0;
  padding: 2.4rem 0 2rem;
}

.button:hover {
  background: linear-gradient(92.07deg, #A4FD02 0.32%, #77B800 49.82%, #A4FD02 100.37%);
}

.header {
  background-image: url(../img/01.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  overflow: hidden;
  font-size: 1.7rem;
  padding: 3.7rem 0 0;
  position: relative;
}

.header__p {
  max-width: 40rem;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2.7rem;
  color: #FFFFFF;
  padding-top: 6rem;
}

.header__top {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.21;
  margin-bottom: 2.7rem;
}

.header__top-date {
  position: relative;
  padding-left: 4.5rem;
  margin-bottom: 2.1rem;
}

.header__top-date:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../img/calendar.svg);
  width: 2.3rem;
  height: 1.9rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}

.header__top-text {
  font-size: 1.8rem;
}

.header__list {
  margin-top: 1.7rem;
}

.header__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__list li {
  position: relative;
  padding-left: 2.8rem;
  width: 48.5%;
  margin-bottom: 1.5rem;
}

.header__list li:before {
  content: '';
  display: block;
  background-image: url(../img/check.svg);
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 1.1rem;
}

.header__tip {
  position: relative;
  margin-top: 1.9rem;
  padding-top: 1.5rem;
  line-height: 1.47;
  margin-bottom: 4.2rem;
}

.header__places {
  font-size: 2.2rem;
  margin-top: 1.5rem;
}

.header__places strong {
  font-weight: 700;
}

.header__image {
  width: 100%;
  margin-top: -4.3rem;
  position: relative;
}

.header__image img {
  width: 100%;
}

.header__image ~ div:nth-child(3) span {
  left: 2rem;
}

.header__image ~ div:last-child span {
  right: 2rem;
}

.header__image ~ div span {
  position: relative;
  background: rgba(22, 20, 20, 0.7);
  border-radius: .4rem;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #FFFFFF;
  padding: 1rem 0;
  display: block;
  width: 22.2rem;
  text-align: center;
  padding-right: 2.1rem;
  font-weight: 400;
  position: absolute;
  bottom: 5.9rem;
}

.header__image ~ div span:before {
  content: '';
  position: absolute;
  right: 2.3rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/i.svg);
  width: 1.3rem;
  height: 1.3rem;
  background-size: cover;
}

.footer-block a {
  font-size: 2rem;
}

.footer {
  background: #0E0E0E;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #8A8A8A;
}

.footer__top {
  background: #000000;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  padding: 5.4rem 3.4% 6.4rem;
}

.footer__logo {
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo img {
  width: 6.7rem;
  margin-bottom: 3.2rem;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7.8rem;
  margin-bottom: 7.9rem;
}

.footer__contacts a {
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
}

.footer__contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40%;
}

.footer__contacts img {
  width: 4.7rem;
}

.footer__copyright {
  width: 95%;
  margin: 0 auto;
}

.footer__bottom {
  padding: 5.5rem 3.4% 5.5rem;
}

.footer__bottom div:nth-child(2) {
  margin: 4rem 0;
}

.footer__bottom a {
  display: block;
  color: inherit;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.modal.show {
  display: block;
}

.modal__block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.modal__block-body {
  width: 100%;
}

.modal__block-body h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.23;
  text-align: center;
  text-transform: uppercase;
  color: #161414;
}

.modal form {
  width: 100%;
  margin-top: 4rem;
}

.modal input:not([type="submit"]) {
  width: 100%;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 2.45rem;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .6rem;
  padding: 2.8rem 3rem;
  margin-bottom: 2.7rem;
}

.modal input[type="submit"] {
  border: none;
  width: 100%;
  font-family: Montserrat;
  font-size: 3rem;
  color: #161414;
  line-height: 1.4;
}

.form__tips {
  position: relative;
  font-size: 1.7rem;
  margin-top: 3.2rem;
  padding-left: 3.6rem;
}

.form__tips:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/checked.svg);
  width: 2.2rem;
  height: 2.2rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  background-position: center;
}

.cross {
  position: absolute;
  top: 2.2rem;
  right: 1.9rem;
}

.cross img {
  width: 2.2rem;
  height: 2.2rem;
}

@media screen and (min-width: 768px) {
  body {
    min-height: 100vh;
    background: #0E0E0E;
  }
  html {
    font-size: 0.521vw;
  }
  .container {
    width: 79.6%;
  }
  h1 {
    font-size: 5rem;
    line-height: 1.3;
  }
  .header {
    padding: 4.1rem 0 8rem;
    position: relative;
    background-image: url(../img/02.jpg);
  }
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.9rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__top br {
    display: none;
  }
  .header__list {
    margin-top: 3rem;
    width: 49%;
  }
  .header__list li {
    padding-left: 3rem !important;
    width: 45.5%;
    margin-bottom: 2.8rem !important;
  }
  .header__tip {
    position: relative;
    margin-top: -4rem;
    padding-top: 1.5rem;
    line-height: 1.47;
    margin-bottom: 3.8rem;
    width: 40%;
  }
  .header__tip:before {
    position: absolute;
    content: '';
    width: 37.9%;
  }
  .header__tip + .button {
    width: 34%;
  }
  .header__image {
    position: absolute;
    right: 11rem;
    bottom: -1rem;
    width: 135rem;
  }
  .header__image img:first-child {
    display: none;
  }
  .header__image img:nth-child(2) {
    display: block;
  }
  .header__image ~ div span {
    font-size: 2.2rem;
    bottom: 2rem;
    width: 27.8rem;
    padding: 1.2rem 0;
    padding-right: 3.1rem;
    z-index: 5;
    cursor: pointer;
  }
  .header__image ~ div span:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .header__image ~ div span + div {
    display: block;
    position: absolute;
    background: #FFFFFF;
    border-radius: 1rem;
    right: 24rem;
    font-size: 1.7rem;
    line-height: 150%;
    bottom: 10rem;
    width: 39.3%;
    padding: 1.7rem 2.7rem 1.9rem 2.5rem;
    color: #161414;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .header__image ~ div span:hover + div {
    visibility: visible;
    opacity: 1;
  }
  .header__image ~ div:last-child span {
    right: 29rem;
  }
  .header__image ~ div:nth-child(3) span {
    left: 95.7rem;
  }
  .header__image ~ div li {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
  }
  .header__image ~ div li:before {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.3rem;
    position: absolute;
    border-radius: 50%;
    background-color: transparent;
    left: 0;
    top: 0.8rem;
  }
  .footer__top {
    padding: 4.5rem 10.2% 5.2rem;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 25%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__logo img {
    width: 4.5rem;
    margin-bottom: 2rem;
  }
  .footer__contacts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 25.5%;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__contacts a {
    font-size: 2rem;
  }
  .footer__contacts img {
    width: 3.1rem;
  }
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 25.5%;
    text-align: left;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    padding-right: 7%;
  }
  .footer__bottom {
    padding: 4rem 10.2% 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.4rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__bottom div:first-child {
    width: 45%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left;
  }
  .footer__bottom div:nth-child(2) {
    margin: 0;
  }
  .footer__bottom div:last-child {
    text-align: left;
    width: 16%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .modal {
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__block {
    width: 34%;
    height: initial;
    display: block;
    padding: 4.2rem 5.6%;
    margin: auto;
    border-radius: 1.5rem;
  }
  .modal__block-body h2 {
    font-size: 2.2rem;
  }
  .modal form {
    margin-top: 3.9rem;
  }
  .modal input:not([type="submit"]) {
    font-size: 1.8rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .modal input[type="submit"] {
    font-size: 2.2rem;
    line-height: .9;
  }
  .form__tips {
    font-size: 1.3rem;
    margin-top: 3.6rem;
    padding-left: 2.4rem;
  }
  .form__tips:before {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.registered header {
  background-image: url(../img/thbg.jpg);
  background-size: cover;
  background-position: top center;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

.registered-block {
  width: 100%;
  margin: 0 auto;
  padding: 11.4rem 0 2rem;
}

.registered-block > img {
  width: 3.6rem;
  margin: 0 auto;
}

.registered-block h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.2rem;
  margin-top: .9rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.registered-block h2 span {
  font-weight: 600;
}

.registered-alex img {
  display: block;
  width: 107%;
  margin: 6.1rem auto -15.4rem;
  margin-left: -1.9rem;
}

.registered #leeloo_action_element {
  margin-top: 0.8rem;
}

.registered .tg-block {
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  color: #161414;
  padding: 2.2rem 0 0rem;
  background: #FFFFFF;
  border: .2rem solid #A4FD02;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1.3rem 4.6rem rgba(164, 253, 2, 0.2);
          box-shadow: 0px 1.3rem 4.6rem rgba(164, 253, 2, 0.2);
  border-radius: .9rem;
  width: 94%;
  margin: 0 auto;
}

.registered .tg-block a {
  background: #2780D3;
  border-radius: 1.4rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  width: 68%;
  display: block;
  margin: 3.3rem auto 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.5rem 0 1.7rem 5rem;
}

.registered .tg-block a:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/tgsm.svg);
  width: 2.6rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8rem;
  margin: auto;
}

.registered .leeloo-lgt-form-wrapper, .registered .leeloo-lgt-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .registered header {
    background-image: url(../img/thbg1.jpg);
  }
  .registered-alex {
    width: 33.5%;
    margin: 0 auto;
  }
  .registered-alex img {
    margin-top: -2.9rem;
    margin-left: -4.1rem;
    width: 72.8rem;
    margin-bottom: -16rem;
  }
  .registered-block {
    padding: 6.4rem 0 2rem;
  }
  .registered-block > img {
    width: 4rem;
  }
  .registered-block h2 {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .registered .tg-block {
    width: 100.5%;
    font-size: 2.4rem;
    padding: 2.6rem 0 0rem;
  }
}

/*footer*/
.holder {
  height: 100%;
  max-width: 75.2vw;
  position: relative;
  margin: 0 auto;
}

.footer {
  font-family: 'Roboto', sans-serif;
  padding: 2.5rem 0 3rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2.4rem;
  background: #000;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.footer .holder:first-child {
  border-bottom: .1rem solid #d2d2d2;
  padding: 0;
  max-width: 75.5vw;
  padding: 3rem 0;
  width: 100%;
}

.footer .holder:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 75.5vw;
  width: 100%;
  text-transform: uppercase;
  padding: 4rem 0 .6rem;
  font-size: 1.6rem;
  margin: 0 auto;
}

.footer .holder:last-child a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  margin-right: 2rem;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-links li:last-child a {
  text-transform: none;
}

.footer-links svg {
  width: 2.7rem;
  height: 1.8rem;
  margin-bottom: -.3rem;
}

.footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-block a {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-decoration: none;
}

.footer-phone {
  font-size: 2.4rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43%;
  margin: 0;
  padding: 0;
  margin-top: 1.4rem;
  margin-bottom: .55rem;
}

.footer-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-phone span {
  display: block;
  color: #8a8a8a;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 45.2%;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.6rem;
  font-weight: 400;
}

.footer-contacts h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1.1rem;
  text-align: left;
  color: #fff;
}

.footer-contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contacts ul > li {
  width: 32%;
}

.footer-contacts a {
  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;
  background-color: #1D1D1D;
  color: #fff;
  font-size: 1.6rem;
  border: 1px solid #8A8A8A;
  padding: .7rem 0;
  height: 100%;
  border-radius: 1.1rem;
}

.footer-contacts img {
  width: auto;
  height: 2.9rem;
  display: block;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1rem;
}

.footer-copy {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 4rem;
  }
  .footer-block a {
    font-size: 2.2rem;
  }
  .footer .holder:last-child {
    max-width: 90%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.68rem;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-transform: none;
    padding: 3rem 0 .6rem;
  }
  .footer .holder:last-child a {
    text-decoration: none;
    margin-right: 0;
  }
  .footer-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
    width: 100%;
  }
  .footer-copy {
    text-align: center;
  }
  .footer-phone {
    font-size: 2.55rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .footer-phone span {
    font-size: 1.6rem;
  }
  .footer-contacts img {
    height: 3.2rem;
  }
  .footer-contacts a {
    font-size: 2.1rem;
    padding: 1rem 0;
  }
  .footer-contacts h3 {
    font-weight: 400;
    font-size: 1.88rem;
  }
  .footer .holder:first-child {
    max-width: 90%;
    padding: 0rem 0 3rem;
  }
  .footer-phone-number {
    width: 100%;
  }
  .footer-contacts {
    width: 100%;
    padding-bottom: 0;
  }
}

/*ENDfooter*/
.visible-mob {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .alex_br {
    display: inline-block;
    padding-left: 3rem;
  }
  .alex_time {
    display: inline-block;
    margin-left: 17.2rem;
  }
  .header__top-date {
    margin-bottom: 1.4em;
  }
  .alex_br {
    padding-top: 1rem;
    padding-left: 0rem;
  }
  h1 {
    padding-top: 1rem;
    font-size: 3.8rem;
  }
  .button {
    padding: 2.4rem 0 2rem;
  }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hidden-mob {
    display: none;
  }
  .visible-mob {
    display: block !important;
  }
  .header__image {
    margin-top: 0;
    margin: 0 -3rem;
    width: calc(100% + 6rem);
  }
  .header__p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 4rem;
  }
  .header__tip {
    display: none;
  }
  .button {
    padding: 3rem 0 2.5rem;
    margin: 3.5rem auto 0;
  }
  .header__p {
    max-width: 100%;
    font-weight: 500;
    font-size: 2.9rem;
    line-height: 3.7rem;
    padding-top: 3.5rem;
  }
  .header__image ~ div .span1 {
    bottom: 45rem;
    right: 2.5rem;
  }
  .header__image ~ div .span2 {
    bottom: 45rem;
    left: 2.5rem;
  }
  .header__list li {
    position: relative;
    padding-left: 4rem;
    width: 90%;
    margin-bottom: 4rem;
  }
  .header__list li p {
    font-size: 2.4rem;
  }
  .footer {
    padding: 1rem 0;
  }
}
/*# sourceMappingURL=main.css.map */