.footer {
  background: #000;
  color: #fff;
  margin: 0;
}
.footer > content > .info {
  display: flex;
  padding: 60px 0 89px;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
.footer > content > .info .logo {
  padding: 20px 0;
  margin-bottom: 40px;
}
.footer > content > .info .contact > .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38.73px;
}
.footer > content > .info .contact > .soc,
.footer > content > .info .contact > .phone {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.footer > content > .info .contact > .soc > .label,
.footer > content > .info .contact > .phone > .label {
  white-space: pre-line;
  margin-right: 30px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 21px 30px 21px 0;
}
.footer > content > .info .contact > .soc > .content,
.footer > content > .info .contact > .phone > .content {
  display: flex;
  font-weight: 500;
  font-size: 32px;
  line-height: 38.73px;
  letter-spacing: 0%;
  white-space: nowrap;
}
.footer > content > .info .contact > .soc > .content > svg,
.footer > content > .info .contact > .phone > .content > svg {
  margin-right: 14.58px;
}
.footer > content > .info .contact > .soc > .content > a,
.footer > content > .info .contact > .phone > .content > a {
  margin-right: 14.58px;
  opacity: 1;
}
.footer > content > .info .contact > .soc > .content > a:hover > svg path,
.footer > content > .info .contact > .phone > .content > a:hover > svg path {
  fill: #FF7733;
}
.footer > content > .copyright {
  border-top: 2px solid #2A2E2F;
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 0 30px;
}
.take-part > content .form > form {
  color: #475467;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.take-part > content .form > form > fieldset {
  border: none;
  position: relative;
  padding: 0;
  margin: 0;
}
.take-part > content .form > form > fieldset > p.title {
  color: #24282B;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.take-part > content .form > form > fieldset > p.title::after {
  content: attr(message);
  padding: 16px 24px;
  font-size: 15px;
  white-space: pre-line;
  border-radius: 10px;
  margin-top: 20px;
  display: none;
  line-height: normal;
}
.take-part > content .form > form > fieldset > p.title.error::after {
  background: #f8d7da;
  color: #721c24;
  display: block;
}
.take-part > content .form > form > fieldset > p.title.success::after {
  background: #d4edda;
  color: #155724;
  display: block;
}
.take-part > content .form > form > fieldset > div {
  margin-bottom: 24px;
}
.take-part > content .form > form > fieldset > div > label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #24282B;
}
.take-part > content .form > form > fieldset > div > label::after {
  content: '*';
  margin-left: 2px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #FF7733;
}
.take-part > content .form > form > fieldset > div > input {
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  width: 100%;
  line-height: 44px;
  padding: 10px 14px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.take-part > content .form > form > fieldset:disabled::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff8;
}
.location .title_1 {
  display: none;
  margin-bottom: 30px;
}
.location .title_2 {
  display: block;
}
.location > content {
  display: flex;
  align-items: center;
}
.location > content > div {
  flex: 1 1 50%;
}
.location > content > .image {
  margin-left: 20px;
  background: url(/img/bg_2.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .location .title_1 {
    display: block;
  }
  .location .title_2 {
    display: none;
  }
  .location > content {
    flex-direction: column-reverse;
    align-items: unset;
  }
  .location > content > div {
    flex: unset;
  }
  .location > content > div.image {
    margin-left: 0;
    height: 300px;
  }
}
.partners > content > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.partners > content > div {
  display: grid;
  grid-column: auto;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  color: #121111;
}
.partners > content > div > div {
  border: 2px solid #C2C2C2;
  height: 300px;
  text-align: center;
  padding-top: 50px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.partners > content > div > div:nth-child(1) {
  background-image: url('/img/p_1.png');
}
.partners > content > div > div:nth-child(2) {
  background-image: url('/img/p_2.svg');
}
.partners > content > div > div:nth-child(3) {
  background-image: url('/img/p_3.svg');
}
.dialog-container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #000b;
  z-index: 100;
}
.dialog-container > .dialog-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 30px;
}
.dialog-container > .dialog-wrapper > .dialog {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}
.dialog-container > .dialog-wrapper > .dialog .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
  cursor: pointer;
  margin: 10px;
  color: #ccc;
}
.dialog-container > .dialog-wrapper > .dialog > header {
  text-align: center;
  margin-bottom: 30px;
}
.dialog-container > .dialog-wrapper > .dialog > main {
  display: flex;
  gap: 30px;
}
.dialog-container > .dialog-wrapper > .dialog > main > div {
  border-radius: 20px;
  border: 1px solid #E4E7EC;
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
  padding: 32px;
}
.dialog-container > .dialog-wrapper > .dialog > main > div h4 {
  height: 50px;
  font-size: 25px;
  line-height: 25px;
}
.dialog-container > .dialog-wrapper > .dialog > main > div .connect > center {
  white-space: break-spaces;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 24px 0;
}
.dialog-container > .dialog-wrapper > .dialog > main > div > .content {
  flex: 1 1 100%;
}
.dialog-container > .dialog-wrapper > .dialog > main > div > .content > div {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 16px 0;
  display: flex;
}
.dialog-container > .dialog-wrapper > .dialog > main > div > .content > div::before {
  content: '\2714';
  color: #02676C;
  width: 24px;
  height: 24px;
  background: #02676C1A;
  border-radius: 50%;
  display: inline-block;
  flex: 0 0 24px;
  text-align: center;
  margin-right: 10px;
}
body.dialog {
  overflow: hidden;
}
body.dialog .dialog-container {
  display: block;
}
@media (max-width: 900px) {
  .partners > content > div {
    display: block;
  }
  .partners > content > div > div {
    background-size: unset;
    margin-bottom: 32px;
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .dialog-container {
    background: #fff !important;
  }
  .dialog-container .dialog-wrapper {
    padding: 0 !important;
  }
  .dialog-container .dialog-wrapper > .dialog {
    border-radius: 0 !important;
    box-shadow: unset !important;
  }
  .become_a_partner > main {
    gap: 10px !important;
  }
  .become_a_partner > main > div {
    padding: 10px !important;
  }
}
@media (max-width: 800px) {
  .become_a_partner > main {
    flex-direction: column;
  }
}
.events {
  color: #656565;
}
.events h2 {
  margin-bottom: 40px;
}
.events > content {
  max-width: 1120px;
}
.events > content > div.second_part {
  color: #000000;
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.events > content > div.second_part > .label {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
}
.events > content > div.second_part > .content {
  display: flex;
  align-items: center;
}
.events > content > div.second_part > .content > .count,
.events > content > div.second_part > .content > .place {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-right: 10px;
}
.events > content > div.second_part > .content > .count:before,
.events > content > div.second_part > .content > .place:before {
  content: ' ';
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFF0EB;
  flex: 0 0 72px;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.events > content > div.second_part > .content > .count.place:before,
.events > content > div.second_part > .content > .place.place:before {
  background-image: url('/img/location.svg');
}
.events > content > div.second_part > .content > .count.count:before,
.events > content > div.second_part > .content > .place.count:before {
  background-image: url('/img/users.svg');
}
.events > content > div.second_part > .content > .count > div label,
.events > content > div.second_part > .content > .place > div label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
}
.events > content > div.second_part > .content > .count > div div,
.events > content > div.second_part > .content > .place > div div {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.events > content > div.day {
  background: #FF7733;
  border-radius: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  padding: 4px;
  margin: 60px auto 40px;
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.events > content > div.day > label {
  color: #FF7733;
  background: #fff;
  border-radius: 11px;
  height: 100%;
  display: inline-block;
  padding: 7px 14px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  flex: 1 1 100px;
}
.events > content > div.day > span {
  display: inline-block;
  flex: 1 1 590px;
  padding: 6px 15px;
}
.events > content > div.times,
.events > content > div.days {
  display: grid;
  grid-template-columns: 190px 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
  align-items: self-start;
}
.events > content > div.times.days > div:nth-child(2n+1),
.events > content > div.days.days > div:nth-child(2n+1) {
  display: flex;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  border: 1px solid #FF7733;
  color: #FF7733;
  border-radius: 8px;
}
.events > content > div.times.days > div:nth-child(2n+1):before,
.events > content > div.days.days > div:nth-child(2n+1):before {
  content: " ";
  background: url('/img/date.svg');
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-right: 8px;
}
.events > content > div.times.times > div:nth-child(2n+1),
.events > content > div.days.times > div:nth-child(2n+1) {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  background: #FFF0EB;
  color: #FF7733;
  border-radius: 99px;
  margin-left: 30px;
  text-align: center;
}
.events > content > div.times > div:nth-child(2n+2) > :first-child,
.events > content > div.days > div:nth-child(2n+2) > :first-child {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  color: #1A1A1B;
  margin-bottom: 20px;
  padding-top: 5px;
}
.events > content > div.times > div:nth-child(2n+2) > :last-child,
.events > content > div.days > div:nth-child(2n+2) > :last-child {
  white-space: pre-line;
}
@media (max-width: 744px) {
  .events > content > div.times,
  .events > content > div.days {
    display: block;
  }
  .events > content > div.times > div:nth-child(2n+1),
  .events > content > div.days > div:nth-child(2n+1) {
    margin: 0 !important;
    display: inline-flex !important;
    margin-bottom: 15px !important;
  }
  .events > content > div.times > div:nth-child(2n+2) > :last-child,
  .events > content > div.days > div:nth-child(2n+2) > :last-child {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 900px) {
  .events div.second_part {
    flex-direction: column  !important;
  }
  .events div.second_part > .label {
    margin-bottom: 20px  !important;
  }
  .events div.second_part > .content {
    flex-wrap: wrap  !important;
  }
  .events div.second_part > .content > div.place {
    margin-bottom: 20px  !important;
  }
  .events > content > div.times > div:nth-child(2n+2) > :first-child,
  .events > content > div.days > div:nth-child(2n+2) > :first-child {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .events > content > div.times,
  .events > content > div.days {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
}
.timer {
  background: #FF7733;
  color: #fff;
}
.timer > content {
  background-image: url('/img/bg_timer.svg');
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 80px;
  background-size: cover;
}
.timer > content h4 {
  color: #fff;
  margin: 0 0 20px 0;
}
.timer > content .button {
  background: #fff;
  color: #FF7733;
  display: inline-block;
}
.timer > content .days {
  margin: 30px 0 40px;
}
.timer > content .days > div {
  background: #fff;
  border-radius: 10px;
  width: 110px;
  display: inline-block;
  padding: 14px 0;
  margin: 0 16px;
}
.timer > content .days > div > label {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.78px;
  text-align: center;
  color: #FF7733;
  display: block;
}
.timer > content .days > div > div {
  font-weight: 600;
  font-size: 48px;
  line-height: 58.09px;
  color: #000;
  text-align: center;
}
@media (max-width: 700px) {
  .timer > content {
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .timer > content .days > div {
    width: 80px;
    padding: 6px 0;
    margin: 0 6px;
  }
  .timer > content .days > div > div {
    font-size: 30px;
    line-height: 50px;
  }
  .timer > content .days > div > label {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .timer > content .days > div {
    width: 60px;
    padding: 6px 0;
    margin: 0 3px;
  }
  .timer > content .days > div > div {
    font-size: 30px;
    line-height: 40px;
  }
  .timer > content .days > div > label {
    font-size: 10px;
    line-height: 10px;
  }
}
.header {
  background-image: url('/img/bg_0.jpg');
  background-position: center;
  background-size: cover;
  background-color: #000;
}
.header > content {
  min-height: 80vh;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header > content h3 {
  margin: 50px 0;
}
.header > content > .info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header > content > .info > a {
  white-space: break-spaces;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 24.2px;
  text-align: center;
  text-decoration: none;
  width: 160px;
  height: 160px;
  background: #FF7733;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.header > content > .info > .date,
.header > content > .info > .place {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-right: 10px;
}
.header > content > .info > .date:before,
.header > content > .info > .place:before {
  content: ' ';
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFF0EB;
  flex: 0 0 72px;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.header > content > .info > .date.place:before,
.header > content > .info > .place.place:before {
  background-image: url('/img/location.svg');
}
.header > content > .info > .date.date:before,
.header > content > .info > .place.date:before {
  background-image: url('/img/date.svg');
  background-size: 40px;
}
.header > content > .info > .date > div label,
.header > content > .info > .place > div label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
}
.header > content > .info > .date > div div,
.header > content > .info > .place > div div {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 900px) {
  .header > content {
    min-height: 60vh;
  }
  .header > content > .info {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .header > content > .info > a {
    font-size: 15px;
    width: 100px;
    height: 100px;
    line-height: 16px;
  }
}
@media (max-width: 600px) {
  .header > content > .info > a {
    font-size: 12px;
    line-height: 12px;
    width: 80px;
    height: 80px;
    bottom: -70px;
  }
}
.navigation {
  display: flex;
  color: #fff;
  align-items: center;
}
.navigation > .menu {
  display: flex;
  flex: 1 1 100%;
  justify-content: flex-start;
}
.navigation > .menu > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  color: #fff;
  padding: 20px;
  text-decoration: none;
}
.navigation > .language {
  display: inline-block;
  position: relative;
  margin-right: 14px;
  font-size: 14px;
}
.navigation > .language > .toggle {
  padding: 8px;
  cursor: pointer;
}
.navigation > .language > .list {
  display: none;
  position: absolute;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
}
.navigation > .language > .list > a {
  text-decoration: none;
  color: black;
  padding: 8px;
  display: block;
}
.navigation > .language > .list > a:hover {
  color: #fff;
  background: #FF7733;
}
.navigation > .language:hover > .list {
  display: block;
}
@media (max-width: 1100px) {
  .navigation > .menu > a {
    display: none;
  }
}
@media (max-width: 700px) {
  .navigation > .button {
    display: none;
  }
}
.what_awaits {
  overflow: hidden;
}
.what_awaits .content {
  margin: 30px 0 80px;
  font-weight: 500;
  font-size: 30px;
  line-height: 36.31px;
  text-align: center;
  color: #000000;
}
.what_awaits .info {
  text-align: center;
  padding: 55px 0;
  margin: 0 -55px;
}
.what_awaits .info > div {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid #FF7733;
  position: relative;
  margin: -55px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.what_awaits .info > div > value {
  font-family: Inter;
  font-weight: 500;
  font-size: 96px;
  line-height: 116.18px;
  text-align: center;
  color: #FF7733;
}
.what_awaits .info > div > label {
  font-weight: 500;
  font-size: 26px;
  line-height: 38.73px;
  color: #191A15;
  text-align: center;
  margin: 16px 0;
}
.what_awaits .info > div > description {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.78px;
  text-align: center;
  color: #A6A6A6;
  max-width: 300px;
}
@media (max-width: 900px) {
  .what_awaits .content {
    font-size: 23px;
    line-height: 26.31px;
    margin: 30px 0 80px;
    margin: 20px 0 40px;
  }
}
@media (max-width: 500px) {
  .what_awaits .info > div {
    width: 400px;
    height: 400px;
    margin: -45px;
  }
}
.who_is_it_useful_for > content > .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
.who_is_it_useful_for > content > .content {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-auto-flow: column;
  grid-column-gap: 44px;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #656565;
  padding-bottom: 10px;
  overflow-x: auto;
}
.who_is_it_useful_for > content > .content > h4 {
  margin: 30px 0 20px;
}
.who_is_it_useful_for > content > .content > div:nth-child(3n+1) {
  height: 430px;
  background-color: #F9F8FE;
  border-radius: 20px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.who_is_it_useful_for > content > .content > div:nth-child(3n+1).image_1 {
  background-image: url("/img/bg_3.svg");
}
.who_is_it_useful_for > content > .content > div:nth-child(3n+1).image_2 {
  background-image: url("/img/bg_4.svg");
}
.who_is_it_useful_for > content > .content > div:nth-child(3n+1).image_3 {
  background-image: url("/img/bg_5.svg");
}
@media (max-width: 744px) {
  .who_is_it_useful_for > content > .title > a {
    display: none;
  }
}
.central_event > content {
  display: flex;
}
.central_event > content > .left {
  display: flex;
  flex-direction: column;
  flex: 1 1 560px;
}
.central_event > content > .left > .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  flex: 1 1 100%;
  margin: 30px 0;
}
.central_event > content > .left .info {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.central_event > content > .left .info > .date,
.central_event > content > .left .info > .place {
  display: flex;
  white-space: nowrap;
  align-items: center;
  margin-right: 10px;
}
.central_event > content > .left .info > .date:before,
.central_event > content > .left .info > .place:before {
  content: ' ';
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFF0EB;
  flex: 0 0 72px;
  margin: 0 10px 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.central_event > content > .left .info > .date.place:before,
.central_event > content > .left .info > .place.place:before {
  background-image: url('/img/location.svg');
}
.central_event > content > .left .info > .date.date:before,
.central_event > content > .left .info > .place.date:before {
  background-image: url('/img/date.svg');
  background-size: 40px;
}
.central_event > content > .left .info > .date > div label,
.central_event > content > .left .info > .place > div label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
}
.central_event > content > .left .info > .date > div div,
.central_event > content > .left .info > .place > div div {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
}
.central_event > content > .right {
  flex: 0 1 400px;
  margin-left: 20px;
  background: url(/img/bg_6.jpg) no-repeat center;
  background-size: cover;
  height: 400px;
  border-radius: 20px;
}
@media (max-width: 1000px) {
  .central_event > content > .right {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #656565;
}
h1 {
  font-weight: 500;
  font-size: 72px;
  line-height: 72px;
  padding: 0;
  margin: 0;
}
h2 {
  font-weight: 600;
  font-size: 50px;
  line-height: 60.51px;
  padding: 0;
  margin: 0;
  color: #121111;
}
h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38.73px;
  padding: 0;
  margin: 0;
}
h4 {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  color: #191A15;
}
h5 {
  padding: 0;
  margin: 0;
  color: #24282B;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
section {
  margin-bottom: 120px;
}
section > content {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 130px;
}
.split {
  display: flex;
}
.split > div {
  flex: 1 1 50%;
}
a {
  outline: none;
}
.button,
button {
  white-space: nowrap;
  background: #FF7733;
  color: #fff;
  border: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  border-radius: 8px;
  padding: 10px 16px;
  max-width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button.type_1,
button.type_1 {
  padding: 12px 18px;
}
.button.full_width,
button.full_width {
  width: 100%;
}
@media (max-width: 1440px) {
  section {
    margin-bottom: 100px;
  }
  section > content {
    padding: 0 60px;
  }
}
@media (max-width: 900px) {
  .button,
  button {
    font-size: 18px;
    line-height: 20px;
  }
  section {
    margin-bottom: 80px;
  }
  .split {
    flex-direction: column;
  }
  .split.revers {
    flex-direction: column-reverse;
  }
  h1 {
    font-size: 52px;
    line-height: 52px;
  }
  h2 {
    font-size: 42px;
    line-height: 42px;
  }
  h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 744px) {
  h1 {
    font-size: 42px;
    line-height: 42px;
  }
  h2 {
    font-size: 32px;
    line-height: 32px;
  }
  section {
    margin-bottom: 40px;
  }
  section > content {
    padding: 0 20px;
  }
}
