/*index*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  background: #000;
  color: #fff;
}
*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ProximaNova";
  font-style: normal;
}
span {
  font: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
button,
a {
  cursor: pointer;
  outline: none;
  border: none;
}
.advertorialWrp {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  z-index: 9777;
}
.last_title {
  max-width: 700px;
}
.topTextASet {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.container {
  max-width: 1218px;
  padding: 0 19px;
  margin: 0 auto;
}
.accent {
  color: #ffb400;
}

.header {
  background: #000;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.header_inner {
  padding: 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_textWrp {
  text-align: center;
}
.header_title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
}
.header_subtext {
  font-size: 16px;
  line-height: 19px;
  margin-top: 3px;
}
.header_text {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-top: 6px;
}
.header_counterWrp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}
.header_counter {
  font-weight: 400;
  font-size: 35px;
  line-height: 43px;
  color: #ffb400;
  border: 2px solid #ffb400;
  border-radius: 7px;
  max-width: 136px;
  min-width: 100px;
  margin: 0 5px;
}
.header_spots {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-top: 10px;
}

.hero {
  margin-top: 116px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../images/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero_inner {
  position: relative;
  padding: 80px 0 147px;
  display: flex;
  justify-content: space-between;
}
.hero_textWrp {
  max-width: 572px;
}
h1.hero_title {
  font-weight: 800;
  font-size: 62px;
  line-height: 67px;
}
.hero_text {
  font-size: 24px;
  line-height: 34px;
  margin-top: 20px;
}
.hero_scrollArrWrp {
  position: absolute;
  width: 100%;
  min-height: 100vh;
}
.hero_scrollArr {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  .hero_scrollArr {
    display: none;
  }
  .header_title {
    font-size: 20px;
    line-height: 24px;
  }
  .header_subtext {
    font-size: 12px;
    line-height: 15px;
  }
  .header_text {
    font-size: 12px;
    line-height: 15px;
  }
  .header_counter {
    max-width: 102px;
    font-size: 24px;
    line-height: 29px;
  }
  .header_spots {
    font-size: 18px;
    line-height: 22px;
  }

  .hero {
    margin-top: 95px;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/bg.webp");
  }
  .hero_inner {
    flex-direction: column;
    padding: 39px 0 75px;
    margin-left: 25px;
  }
  .hero_textWrp {
    max-width: 100%;
  }
  h1.hero_title {
    font-size: 60px;
    line-height: 63px;
  }
  .hero_text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .advertorialWrp {
    font-size: 8px;
    line-height: 10px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .header {
    position: relative;
  }
  .header_inner {
    justify-content: flex-end;
  }
  .header_textWrp {
    display: none;
  }
  .header_counterWrp {
    display: none;
  }
  .hero {
    margin-top: 0;
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .hero_inner {
    margin: 0;
    padding: 30px 0 47px;
  }
  .mainTitle {
    margin: 0 auto;
  }
  h1.hero_title {
    font-size: 30px;
    line-height: 33px;
  }
  .hero_text {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 30px;
  }
}

.lang-selector-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*form*/
.form__item {
  position: relative;
  max-width: 380px;
  width: 100%;
  padding: 28px 18px;
  background: #151515;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  z-index: 1;
}
.form_title {
  font-weight: 800;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .form__item {
    max-width: 400px;
    margin: 0 auto;
  }
}

/*styles*/
.alerts_inner {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.alerts_img {
  margin-top: 158px;
  border-radius: 20px;
  height: 600px;
}
.alerts_p2 {
  max-width: 580px;
}
.alerts_imgP2 {
  border-radius: 20px;
}
.alerts_title {
  position: relative;
  z-index: 99;
  margin: 50px 0;
  margin-left: -64px;
}
.mainTitle {
  font-weight: 800;
  font-size: 59px;
  line-height: 65px;
  color: #fff;
}
.mainTitle {
  text-indent: 180px;
}
.alert_text {
  font-size: 18px;
  line-height: 26px;
}
.alert_list {
  padding: 20px 0;
  margin: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.alert_itemWrp {
  display: flex;
  align-items: flex-start;
}
.alert_itemWrp span {
  font-size: 18px;
  font-weight: 700;
  padding: 0 7.5px 0 5px;
}
.alert_item {
  font-size: 18px;
  line-height: 26px;
}
.btn {
  background: #ffb400;
  border-radius: 40px;
  padding: 15px 20px 15px;
  border: none;
  width: 100%;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #ffa31a;
}
.alert_btn {
  margin-top: 30px;
}

.trends_inner {
  position: relative;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trends_title {
  margin-bottom: 60px;
  text-align: center;
  text-indent: 0;
}
.trends_innerWpr {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.trends_text {
  font-size: 18px;
  line-height: 26px;
}
.trends_accentText {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  max-width: 410px;
}
.trends_text__wrap {
  display: flex;
  flex-wrap: wrap;

  gap: 30px;
}

.text_wrap__left {
  max-width: 410px;
}
.trends_btn {
  margin-top: 30px;
  max-width: 500px;
}
.benefit_inner {
  padding: 100px 0;
}
.benefit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.benefit_item {
  position: relative;
  max-width: 341px;
}
.benefit_name {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-indent: 35px;
  margin-bottom: 20px;
}
.benefit_text {
  font-size: 18px;
  line-height: 26px;
}
.benefit_img {
  position: absolute;
  top: -30px;
  left: -30px;
}
.benefit_1 {
  margin-top: 233px;
}
.benefit_2 {
  margin-top: 153px;
}
.benefit_3 {
  margin-top: 60px;
}

.faq_inner {
  padding: 100px 0;
}
.faq_heroTitle {
  margin-bottom: 100px;
}
.faq_list1 {
  display: flex;
}
.faq_item {
  position: relative;
}
.faq1 {
  max-width: 441px;
  margin-left: 40px;
  margin-right: 150px;
}
.faq2 {
  max-width: 451px;
  margin-top: 45px;
}
.faq_name {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-indent: 35px;
  margin-bottom: 20px;
}
.faq_text {
  font-size: 18px;
  line-height: 26px;
}
.faq_img {
  position: absolute;
  top: -40px;
  left: -40px;
}
.faq_list2 {
  display: flex;
}
.faq3 {
  margin-top: 122px;
  margin-left: 40px;
  max-width: 341px;
}
.faq4 {
  max-width: 341px;
  margin: 74px 60px 0 72px;
}
.faq5 {
  margin-top: 170px;
  max-width: 241px;
}

.last {
  background-image: url(../images/img_10-min.jpg);
  background-size: 100% 100%;
  background-position: center;
  border-radius: 20px;
  background-repeat: no-repeat;
  width: calc(100% - 60px);
  max-width: 1800px;
  margin: 0 auto;
}
.last_inner {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}

.footer {
  padding: 150px 0;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_disclaimers {
  display: flex;
  font-size: 12px;
  line-height: 12px;
  text-align: right;
  color: rgba(250, 250, 255, 0.5);
  list-style: none;
  width: 100%;
  justify-content: end;
}
.footer_disclaimers a {
  color: rgba(250, 250, 255, 0.5);
  margin-left: 20px;
  font-size: 12px;
  line-height: 12px;
}
.footer_text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(250, 250, 255, 0.4);
}
.footer_text b {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .alerts_inner {
    padding: 75px 0;
  }
  .alerts_img {
    margin-left: -90px;
    max-width: 400px;
  }
  .alerts_p2 {
    max-width: 580px;
  }
  .mainTitle {
    font-size: 60px;
    line-height: 63px;
  }

  .trends_title {
  }
  .trends_text {
    max-width: 380px;
  }
  .benefit_title {
    max-width: 650px;
    margin: 0 auto;
  }
  .benefit_list {
    justify-content: center;
  }
  .benefit_1 {
    margin-right: 60px;
    margin-top: 140px;
  }
  .benefit_2 {
    margin-top: 60px;
  }
  .benefit_3 {
    margin-top: 64px;
  }

  .faq_heroTitle {
    margin-bottom: 50px;
  }
  .faq1 {
    margin-right: 50px;
  }
  .faq4 {
    margin: 74px 40px 0 30px;
  }

  .last {
    width: calc(100% - 38px);
    border-radius: 30px;
    background-image: url(../images/img_10tab-min.jpg);
  }
  .last_inner {
    padding: 75px 0;
    flex-direction: column;
  }
  .last_form {
    margin: 50px auto 0;
  }
}

@media (max-width: 1023px) {
  .trends_text__wrap {
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }
  .text_wrap__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }
  .alerts_img {
    margin-top: 308px;
    height: 400px;
  }
  .alerts_p2 {
    margin-left: 20px;
    max-width: 580px;
  }
  .alerts_imgP2 {
    border-radius: 20px;
  }
  .mainTitle {
    text-indent: 90px;
  }
  .alert_text {
    font-size: 16px;
    line-height: 24px;
  }
  .alert_item {
    font-size: 16px;
    line-height: 24px;
  }

  .trends_inner {
    padding: 75px 0;
  }
  .trends_innerWpr {
    max-width: 500px;
  }
  .trends_title {
    padding-left: 5px;
    text-indent: 0px !important;
  }
  .trends_text {
    font-size: 16px;
    line-height: 24px;
  }

  .faq_inner {
    padding: 75px 0;
  }
  .faq_name {
    font-size: 18px;
    line-height: 26px;
    text-indent: 25px;
  }
  .faq_text {
    font-size: 16px;
    line-height: 24px;
  }
  .faq1 {
    max-width: 316px;
    margin: 44px 58px 0 40px;
  }
  .faq2 {
    max-width: 316px;
    margin: 0;
  }
  .faq_list2 {
    flex-wrap: wrap;
  }
  .faq3 {
    max-width: 316px;
    margin-top: 110px;
  }
  .faq4 {
    max-width: 316px;
    margin: 36px 0 0;
  }
  .faq5 {
    max-width: 316px;
    margin: 6px 0 0 auto;
  }

  .benefit_inner {
    padding: 95px 0 75px;
  }
  .benefit_title {
    max-width: unset;
  }
  .benefit_item {
    max-width: 316px;
  }

  .footer {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .alerts_inner {
    padding: 94px 0 70px;
    justify-content: center;
  }
  .alerts_p2 {
    margin: 0;
  }
  .alerts_imgP2 {
    width: 100%;
  }
  .alerts_img {
    display: none;
  }
  .alerts_title {
    margin: 30px auto;
  }
  .alert_list {
    margin: 20px 0;
  }
  .alert_itemWrp {
    margin-bottom: 5px;
  }
  .alert_btn {
    margin-top: 20px;
  }
  .trends_text {
    max-width: 100%;
  }
  .trends_title {
    margin-bottom: 30px;
    text-indent: 0 !important;
  }
  .trends_inner {
    padding: 70px 0 55px;
  }

  .trends_accentText {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    max-width: 100%;
  }
  .mainTitle {
    font-size: 30px;
    line-height: 33px;
  }
  .mainTitle {
    text-indent: 45px;
  }

  .benefit_inner {
    padding: 0 0 70px;
  }
  .benefit_list {
    flex-direction: column;
    margin-left: 20px;
  }
  .benefit_item {
    max-width: 100%;
    margin: 50px 0 0;
  }
  .benefit_1 {
    order: 2;
  }
  .benefit_2 {
    order: 1;
  }
  .benefit_3 {
    order: 3;
  }
  .benefit_name {
    font-size: 18px;
    line-height: 26px;
    text-indent: 25px;
    margin-bottom: 15px;
  }
  .benefit_text {
    font-size: 16px;
    line-height: 24px;
  }
  .benefit_img {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
  }

  .faq_inner {
    padding: 70px 0;
  }
  .faq_list1 {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .faq_list2 {
    flex-direction: column;
  }
  .faq_item {
    margin: 0 0 50px 18px;
    max-width: 100%;
  }
  .faq_item:last-of-type {
    margin-bottom: 0;
  }
  .faq_img {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
  }

  .last {
    width: calc(100% - 20px);
    background-position: 50% 100%;
    background-size: cover;
  }
  .last_inner {
    padding: 30px 0;
  }
  .last_form {
    margin-top: 30px;
  }

  .footer_inner {
    flex-direction: column;
  }
  .first a {
    margin-left: 0;
  }
  .footer_text {
    margin-top: 20px;
    text-align: center;
  }
}
/*steps*/
.step {
  padding: 100px 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

.step_heroTitle {
  margin-bottom: 60px;
}
.step_wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.step_half1 {
  max-width: 504px;
  touch-action: none;
}
.step_itemWrp {
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity: 0.3;
  margin-bottom: 40px;
}
.step_itemWrp:last-of-type {
  margin-bottom: 0;
}
.step_itemWrp.active {
  opacity: 1;
}
.step_inner {
  position: relative;
  max-width: 465px;
  padding: 20px 0 20px 30px;
}
.active .step_inner::before {
  background: #ffb400;
}
.step_inner::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: #fff;
}
.step_title {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  text-indent: 35px;
  margin-bottom: 15px;
}
.active .step_title {
  color: #ffb400;
}
.step_text {
  font-size: 18px;
  line-height: 26px;
}
.step_half2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  min-width: 503px;
  min-height: 584px;
}
.step_img_desc {
  font-size: 14px;
  line-height: 20px;
  background: #181818;
  border: 2px solid #ffb400;
  border-radius: 10px;
  padding: 8px 13px;
  margin-bottom: 10px;
}
.step_img {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  max-width: 440px;
}
.step_img.active {
  opacity: 1;
}
.step_img img {
  width: 100%;
  border-radius: 20px;
  display: flex;
}
.step_img.step3 {
  padding: 0;
}
.step_img.step1 img {
  border: 2px solid rgba(255, 255, 255, 0.15);
}
.step_img.step1::before {
  content: "";
  width: 66px;
  height: 48px;
  position: absolute;
  top: 59.5%;
  left: -11px;
  background: url("../images/Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: bounce 1500ms infinite;
}
.step_img.step1::after {
  content: "";
  width: 66px;
  height: 48px;
  position: absolute;
  top: 67.5%;
  left: -11px;
  background: url("../images/Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: bounce 1500ms infinite;
}
@keyframes bounce {
  50% {
    left: -31px;
  }
}
.step_img.step2::before {
  content: "";
  width: 66px;
  height: 48px;
  position: absolute;
  top: 70px;
  left: 41%;
  transform: rotate(90deg);
  background: url("../images/Arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  animation: bounceDep 1500ms infinite;
}
@keyframes bounceDep {
  50% {
    top: 90px;
  }
}
.step_mob {
  display: none;
}
@media (max-width: 1250px) {
  .step {
    padding: 75px 0;
    max-width: calc(100% - 38px);
  }
  .step_heroTitle {
    margin-bottom: 50px;
  }
  .step_inner {
    padding: 15px 0 15px 18px;
  }
  .step_img {
    padding: 25px;
    max-width: 355px;
  }
  .step_img.step1::before {
    top: 60.5%;
  }
  .step_img.step1::after {
    top: 68.5%;
  }
  .step_img.step2::before {
    top: 115px;
  }
  @keyframes bounceDep {
    50% {
      top: 95px;
    }
  }
}
@media (max-width: 1023px) {
  .step .container {
    padding: 0 0 0 21px;
  }
  .step_inner {
    max-width: 334px;
  }
  .step_half2 {
    min-width: 355px;
    min-height: unset;
    margin-left: 16px;
  }
  .step_title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .step .container {
    padding: 0 10px;
  }
  .step {
    padding: 30px 0 10px;
    max-width: calc(100% - 20px);
  }
  .step2 .step_title,
  .step3 .step_title {
    color: #fff !important;
  }
  .step_heroTitle {
    margin-bottom: 30px;
  }
  .step_wrp {
    display: none;
  }
  .step_mob {
    display: block;
  }
  .step_itemWrp {
    margin-bottom: 20px;
  }
  .step_inner {
    max-width: 100%;
  }
  .step_img {
    position: relative;
    padding: 0;
    background: none;
    margin: 0 auto 30px;
  }
  .step_img.step3 {
    margin-bottom: 0;
  }
  .step_img.step1,
  .step_img.step3 {
    max-width: 383px;
  }
  .step_img.step1::before {
    left: -26px;
  }
  .step_img.step1::after {
    left: -26px;
  }
  @keyframes bounce {
    50% {
      left: -41px;
    }
  }
  .step_img.step2::before {
    width: 47px;
    top: 70px;
  }
  @keyframes bounceDep {
    50% {
      top: 90px;
    }
  }
  .step_img.step2 {
  }
}
@media (max-width: 376px) {
  .step_img.step1::before {
    top: 61%;
  }
  .step_img.step1::after {
    top: 70%;
  }
}
/*modal*/
.modal {
  background: rgba(0, 0, 0, 0.85);
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: initial;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-y: auto;
}
.modal--body {
  width: 100%;
  max-width: 1410px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 53%;
  left: 50%;
}
.modalFinish_text {
  width: 100%;
}
.modalFinish {
  background: url(../images/img_11-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modalFinish_head {
  background: #000;
  padding: 29px 14px;
  color: #fff;
}
.modalFinish_head_wrapper {
  max-width: 822px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.modalFinish_atention {
  max-width: 50px;
  width: 100%;
  margin-right: 20px;
}
.modalFinish_headText {
  font-size: 16px;
  line-height: 19px;
}
.modalFinish_body {
  max-width: 828px;
  padding: 60px;
  background: #151515;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.modalFinish_images {
  margin-right: 20px;
}
.modalFinish_subText {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
  color: #fff;
}
.btn_finish {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
.btn_finish:hover {
  background: #00fff0;
  box-shadow: 0px 2px 8px rgba(0, 255, 240, 0.7);
}
.btn_finish:active {
  box-shadow: none;
  background: rgba(0, 255, 240, 0.75);
}
@media (max-width: 1200px) {
  .modal--body {
    max-width: calc(100% - 38px);
    top: 58%;
  }
}
@media (max-width: 1000px) {
  .modalFinish_head {
    padding: 25px 14px;
  }
  .modalFinish_body {
    max-width: calc(100% - 24px);
    padding: 40px;
  }
  .modalFinish_img_manager {
    max-width: 240px;
  }
  .modalFinish_text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .modal--body {
    transform: translateX(-50%);
    top: 50px;
    margin: 0 auto;
  }

  .modalFinish_body {
    top: 100px;
  }
  .modalFinish_headText {
    font-size: 12px;
    line-height: 14px;
  }
  .modalFinish_head_wrapper {
    align-items: flex-start;
  }
  .modalFinish_head {
    padding: 15px 10px;
  }
  .modalFinish_atention {
    display: block;
    max-width: 30px;
    width: 100%;
    margin-right: 10px;
  }
  .modalFinish_body {
    max-width: calc(100% - 24px);
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 10px;
  }
  .modalFinish_img_manager {
    max-width: 78%;
    margin: 0 auto;
  }
  .modalFinish_images {
    margin: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .modalFinish_subText {
    font-size: 20px;
  }
  .btn_finish {
    font-size: 14px;
    line-height: 17px;
    margin: 20px 0 0;
  }
  .manager br {
    display: none;
  }
}
