.team-box {
  text-align: center;
}

.team-img img {
  margin: 0 auto;
}

p {
  margin: 0 0 2rem 0;
  line-height: 1.4;
}

.icon > .label {
  display: none;
}

.drop-down-content a {
  padding: 10px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #505050;
  display: flex;
  align-items: center;
  gap: 6px;
}

a {
  text-decoration: none;
  color: inherit;
}

p > a {
  text-decoration: underline;
  color: #3d85e1;
}

b {
  font-weight: 600;
}

.container {
  max-width: 1340px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.stage-modal-bottom > div {
  width: 49%;
  display: flex;
}

.stage-modal-bottom svg {
  margin-right: 12px;
}

.stage-modal-bottom b {
  display: block;
  margin-top: 10px;
}

.stage-modal-bottom p {
  flex: 1;
}

.modal-btn {
  background: #50d177;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  padding: 12px 60px;
  cursor: pointer;
  display: inline-flex;
}

.stage-modal-footer {
  text-align: right;
}

.btn-ghost {
  border: 1px solid #ecedee;
  background: #fff;
  border-radius: 8px;
  color: #46494d;
  font-weight: normal;
  transition: all 0.2s ease-out;
}

.exit {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  background: transparent;
  color: #ff6382 !important;
  font-size: 16px;
  margin: 0;
}

.feedback-form-body .btn {
  border: 1px solid transparent;
  min-height: 48px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  position: relative;
  padding: 8px 24px;
  color: #fff;
  background: #50d177;
  border-radius: 8px;
  width: 100%;
}

/*HEADER*/

/*END HEADER*/

a.ext_link {
  background: #50d177;
  border-radius: 8px;
  color: #fff;
  padding: 12px 24px;
  display: inline-flex;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
}

a.ext_link.middle-btn {
  font-size: 14px;
  padding: 10px 16px;
}

body a.ext_link.small-btn {
  font-size: 13px;
  padding: 9px 10px;
}

/*MAIN*/

main {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

main .container {
  min-height: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  /*padding-top: 70px;*/
  padding-left: 10%;
}

main h1.main-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 24px;
}

main h1.main-title p {
  margin: 0;
}

.main-bottom {
  margin-top: 48px;
}

.drop-down-content {
  display: none;
}

.drop-down {
  position: relative;
  z-index: 4;
}

.drop-down-content {
  position: absolute;
  top: calc(100% + 5px);
  background: #ffffff;
  border: 0.5px solid #ecedee;
  box-sizing: border-box;
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 8px;
  right: 0;
}

.landing-base main {
  max-width: inherit !important;
}

.drop-down-content {
  display: none;
  min-width: 200px;
}

.drop-down-content a:hover,
.drop-down-content button:hover {
  /*color: #181818;*/
  font-weight: 500;
  background: #ecedee;
  border-radius: 0;
}

.drop-down-content button {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #46494d;
  border: none;
  background: transparent;
  padding: 12px 16px;
  width: 100%;
  color: #ff6382;
  margin: 0;
}

.drop-down-content form {
  display: block;
}

.user-link {
  display: flex;
  align-items: center;
}

.drop-down-content button svg {
  margin-right: 8px;
}

.drop-down-open {
  cursor: pointer;
}

.drop-down-tabs .drop-down-open {
  display: flex;
  align-items: center;
}

.drop-down-tabs .drop-down-open {
  color: #50d177;
}

.drop-down-tabs .drop-down-open svg path {
  fill: #50d177;
}

.drop-down-tabs .drop-down-open svg {
  margin-left: 8px;
}

.drop-down.drop-down-tabs .drop-down-content {
  width: 200px;
  /*left: 0;*/
}

/*MODAL*/

.modal {
  position: relative;
  z-index: 25;
}

.modal .btn {
  width: 100%;
  max-width: 260px;
  margin-bottom: 0;
}

.m0 {
  margin: 0 !important;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /*padding-top: 60px;*/
}

.modal__container {
  background-color: #fff;
  padding: 32px;
  max-width: 480px;
  max-height: 100vh;
  border-radius: 12px;
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
  /*margin-bottom: 24px;*/
}

.modal-landing {
  max-width: 630px;
}

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal__overlay {
  /*animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);*/
}

.micromodal-slide[aria-hidden='false'] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  /*will-change: transform;*/
}

button.modal__close {
  position: absolute;
  right: 26px;
  top: 29px;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}

.modal__container {
  position: relative;
}

div#StageModal .modal__container {
  max-width: 640px;
}

ul.stage-modal-list p {
  margin: 0;
}

ul.stage-modal-list h2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #181818;
  margin-bottom: 12px;
}

ul.stage-modal-list li {
  border: 1px solid #ecedee;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}

ul.stage-modal-list li:before {
  content: '';
  border: 1px solid #a0a5ab;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 24px;
  border-radius: 100%;
}

ul.stage-modal-list li.active:before {
  background: #fff;
  border: 6px solid #50d177;
  box-sizing: border-box;
}

ul.stage-modal-list p,
.stage-info-t {
  font-size: 15px;
  line-height: 150%;
  color: #46494d;
}

.stage-modal-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ecedee;
  margin-top: 16px;
  padding-top: 24px;
}

ul.stage-modal-list .stage-info-t b {
  color: #181818;
}

ul.stage-modal-list li.active {
  border: 1px solid #50d177;
  background: rgba(54, 201, 99, 0.03);
}

.modal__container.modal-landing .divider {
  border-bottom: 1px solid #ecedee;
  margin: 24px 0;
}

.modal-count b {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 160%;
}

.modal-count p {
  color: #a0a5ab;
}

.modal-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

.modal__container.modal-landing ul li {
  width: 50%;
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}

.modal__container.modal-landing ul li:last-child {
  margin-bottom: 0;
}

.modal__container.modal-landing ul li svg {
  margin-right: 12px;
}

.modal__container.modal-landing ul {
  display: flex;
  flex-wrap: wrap;
  color: #46494d;
  font-weight: 500;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 16px;
}

.stats-regions svg {
  max-width: 100%;
}

.modal-count {
  display: inline-flex;
  flex-direction: column;
  min-width: 31%;
}

.modal-count + .modal-count {
  margin-bottom: 24px;
}

.hs-img-b {
  margin-bottom: 32px;
}

.modal__container.modal-landing p.colored span {
  font-size: 18px;
  display: inline-flex;
  background: #dbebe7;
}

.modal__container.modal-landing ul li p {
  flex: 1;
}

.modal-landing .modal__title {
  font-size: 20px;
  line-height: 120%;
  color: #181818;
}

.modal p.colored a {
  color: #3d85e1;
  font-weight: 500;
}

.modal__container.modal-landing ul li p span {
  display: block;
  font-weight: normal;
  margin-top: 12px;
}

/*END MAIN*/

section {
  /*margin: 400px 0;*/
}

/*BANNER V 1*/

section.banner-v1 {
  -moz-align-items: -moz-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: -moz-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  position: relative;
  overflow-x: hidden;
  text-align: left;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.075);
  min-height: 100vh;
}

.banner-v1-image {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 35%;
  min-width: 25rem;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.banner-v1-image img {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.banner-v1-content {
  padding: 7rem 7rem 5rem 7rem;
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 65%;
  max-width: 64rem;
  margin: 0 auto;
}

.banner-v1.right-content {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.banner-v1-content h2 {
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.05em;
  margin: 0 0 1rem 0;
  font-size: 2.25rem;
}

.banner-v1-content h3 {
  margin: 2rem 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

/*.banner-v1-image:before {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background:  rgba(24, 24, 24, 0.08);z-index: 1;}*/

/*END BANNER V 1*/

/*BANNER V 2*/

.banner-v2-content {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition:
    -moz-transform 1s ease,
    opacity 1s ease;
  -webkit-transition:
    -webkit-transform 1s ease,
    opacity 1s ease;
  -ms-transition:
    -ms-transform 1s ease,
    opacity 1s ease;
  transition:
    transform 1s ease,
    opacity 1s ease;
  background: rgba(23, 24, 32, 0.95);
  border-style: solid;
  opacity: 1;
  position: absolute;
  height: 101%;
  padding: 6em 3em;
  top: 0;
  width: 28em;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-v2.right-content .banner-v2-content {
  right: 0;
  border-left-width: 0.35em;
}

.banner-v2.left-content .banner-v2-content {
  left: 0;
  border-right-width: 0.35em;
  border-color: #39c088;
}

section.banner-v2 {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
  height: 100vh;
  overflow: hidden;
  position: relative;
  z-index: 4;
}

section.banner-v2.left-content {
  /*    background-image: url(../img/tech.jpg);*/
  background-attachment: fixed;
}

section.banner-v2.right-content {
  /*background-image: url(../img/tt.jpg);*/
  background-attachment: fixed;
}

section.banner-v2:before {
  background-image: url(../img/overlay.png);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.banner-v2-content {
  border-color: #4353ff;
}

.banner-v2-content h2 {
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: -0.05em;
  margin: 0 0 0.5rem 0;
  font-size: 2.25rem;
}

.banner-v2-content h3 {
  margin: 1rem 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 500;
}

/*END BANNER V 2*/

/*FOOTER*/

/*footer.footer-v1{
  background: #272833;
  padding: 6em 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

footer.footer-v1 ul.copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    line-height: 1em;
    margin: 2em 0 0 0;
    padding: 0;
    text-align: center;
}

footer.footer-v1 ul.copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

footer.footer-v1 ul.copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    display: inline-block;
    list-style: none;
    margin-left: 1.5em;
    padding-left: 1.5em;
}

footer.footer-v1 ul.copyright a {
    border-bottom: dotted 1px;
}

ul.soc-links li {
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    padding: 0 0.5em;
}*/

.legal-block .card {
  padding: 32px;
}

.legal-block h1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 16px;
}

ul.legal-list li {
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px #ecedee;
}

ul.legal-list p {
  flex: 1;
  text-overflow: ellipsis;
  overflow: auto;
  max-width: 100%;
}

ul.legal-list a {
  background: #ecedee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  font-weight: bold;
  font-size: 13px;
  line-height: 24px;
  height: 36px;
  color: #46494d;
  /*transition: all .3s ease-out;*/
  margin-left: 32px;
}

ul.legal-list a:hover {
  color: #fff;
  background: #50d177;
}

ul.legal-list li:last-child {
  box-shadow: none;
  margin: 0;
  padding-bottom: 0;
}

/*ENDFOOTER*/

/*SECTIONS*/
.three-columns {
  display: flex;
}

.three-columns > div {
  flex: auto;
  margin: 20px;
}

.card-avatar-block {
  display: flex;
  align-items: center;
}

strong {
  font-weight: bold;
}

img[src='None'] {
  display: none !important;
}

.main-left {
  display: none;
  right: 100%;
  position: fixed;
  left: -100%;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  transition: all 0.3s ease-out;
  max-width: 300px;
  padding: 10px;
}

a.back-btn.hidden {
  display: none;
}

.hide {
  display: none;
}

.left-menu ul.list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.left-menu ul.list a {
  display: flex;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #181818;
  align-items: center;
  /*margin: 0 -12px;*/
  padding: 12px 12px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.left-menu ul.list a span img {
  width: 20px;
  margin-right: 5px;
}

.left-menu ul.list a span {
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-weight: normal;
}

.left-menu {
}

.left-menu ul.list a.active {
  background: #fff;
  /*color: #50D177;*/
}

.partners-v2-list button.slick-prev.slick-arrow {
  left: -30px;
}

.partners-v2-list button.slick-next.slick-arrow {
  right: -30px;
}

.read-more p {
  line-height: 1.45;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  line-height: 24px;
  color: #a0a5ab;
}

a.readmore-js-toggle {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #3d85e1;
}

.team-v3-card {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1100px) {
  .team-list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 755px) {
  body .news-img {
    height: auto;
  }
}

@media (max-width: 859px) {
  .step-v4 .col-md-4 {
    width: 100%;
  }

  section.main-v4 {
    min-height: auto;
  }

  section.main-v4 {
    padding-top: 24px;
  }

  .step-v4-box {
    /*max-width: 300px;*/
    margin: 0 auto 24px;
  }

  body .section-5236 {
    background-position: bottom right;
    padding-bottom: 20px;
    background-size: contain;
    background-color: #000;
  }

  a.news-v1-box {
    width: 100%;
    background: #fff;
  }

  section.main-v3.section-4235 {
    background-position: bottom right;
    background-size: contain;
    min-height: auto;
    padding: 120px 0;
  }

  body .section-2954 {
    background-position: 90%;
  }

  .section-2954 .container {
    background: rgb(255 255 255 / 86%);
    text-align: center;
  }

  section.section-3807 {
    background-size: contain;
    background-color: #09030c;
    background-position: top;
    min-height: inherit !important;
  }

  body ul.step-v7-list li {
    display: block;
  }

  body ul.step-v7-list > li:before {
    display: none;
  }

  body .banner-v5 .row {
    display: block;
  }

  body table td {
    display: block;
    width: 100% !important;
  }

  body .d-flex {
    width: 100%;
  }

  .main-v1 .main-title {
    font-size: 25px;
  }

  .main-v1 .container {
    min-height: inherit;
    padding: 20px;
  }

  .section-2408 {
    padding: 20px;
    min-height: inherit !important;
  }

  .section-2408 .container {
    min-height: inherit;
    padding: 60px 0;
    background: rgb(51 39 67 / 88%);
    padding: 30px 20px;
    text-align: center;
  }

  .section-2408 p {
    margin: 0;
  }

  body .sec-title {
    font-size: 25px;
    text-align: center;
  }

  body ul.step-v6-list li:nth-child(odd),
  body ul.step-v6-list li:nth-child(even) {
    padding: 0;
    text-align: center;
  }

  body .step-v6-start-circle {
    display: none;
  }

  body .step-v6-left {
    display: block;
  }

  body .main-title {
    font-size: 34px;
  }

  body .header-right {
    width: inherit;
  }

  .popup-v1-box {
    width: 100%;
  }

  .amo-button-holder.amo-vertical {
    right: 20px !important;
    bottom: 20px !important;
  }

  .stats-v1 .col-md-3 {
    width: 100%;
  }

  body .header-middle {
    display: none;
  }

  body .header-logo {
    width: inherit;
  }

  body .team-v2 {
    padding: 30px 0;
  }

  body .team-v2 h1 {
    font-size: 23px;
    margin-bottom: 24px;
  }

  body .team-v2-list {
    display: block;
    text-align: center;
  }

  body .team-v2-img {
    margin: 0 auto 12px;
  }

  body .banner-v1-content {
    padding: 24px;
    width: inherit;
  }

  body .banner-v1-image {
    width: 100%;
  }

  body section.banner-v1 {
    display: block;
  }

  body section.banner-v2 {
    height: inherit;
  }

  body .banner-v1-image img {
    position: static;
  }

  body section.banner-v3 .container h1,
  body section.banner-v3 .container h1 span {
    font-size: 21px;
    margin-bottom: 16px;
  }

  body .banner-v2-content {
    height: inherit;
    width: 100%;
    position: static;
    padding: 20px;
  }

  body section.banner-v2:before {
    display: none;
  }

  body h1.step-block-title {
    font-size: 24px;
  }

  body .step-block-list {
    display: block;
  }

  body .step-block-box {
    width: 100% !important;
    margin-bottom: 24px;
  }

  body ul.step-v2-list li {
    display: block;
  }

  body .step-v2-left {
    width: 100%;
    margin-bottom: 24px;
  }

  body ul.step-v2-list li:before {
    left: 8px;
    top: 66px;
    bottom: 30px;
  }

  body h1.pasport-title {
    font-size: 24px;
  }

  body .pasport-list {
    display: block;
  }

  body .pasport-box {
    max-width: 100%;
  }

  body .pasport-box img {
    margin: 0 auto;
  }

  body .pasport-img {
    margin: 0 auto 24px;
  }

  body section.team-block {
    padding: 30px 0;
  }

  body .team-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  body section.team-block h1 {
    font-size: 24px;
  }

  body h1.step-v8-title {
    margin-bottom: 16px;
    text-align: center;
  }

  body ul.step-v8-list li:after {
    display: none;
  }

  body ul.step-v8-list {
    display: block;
  }

  body ul.step-v8-list li {
    margin-bottom: 20px;
  }

  body .partner {
    width: 48%;
  }

  a.ext_link {
    margin-bottom: 24px;
  }

  body .main-title span {
    font-size: 30px !important;
  }

  .main-v3-content td {
    display: block;
    width: 100% !important;
  }

  body pre {
    white-space: normal;
  }

  body .partner img {
    max-width: 100%;
  }

  body .partners-list {
    justify-content: space-between;
  }

  .partner img {
    max-width: 78%;
  }

  .partner {
    margin-bottom: 24px;
  }

  body .partners-v1 h1 {
    font-size: 24px;
  }

  body .review-v1 h1 {
    font-size: 24px;
  }

  body .review-v1-block {
    display: block;
  }

  body .review-v2 {
    padding: 30px 0;
  }

  body .right-arrow {
    display: none;
  }

  body .review-v2 h1 {
    font-size: 24px;
  }

  body .review-v3 h1 {
    font-size: 24px;
  }

  body .condition-v1 {
    padding: 30px 0;
  }

  body .condition-v1 h1 {
    font-size: 24px;
  }

  body .condition-v7 h1,
  body .condition-v7 h1 span {
    font-size: 24px;
  }

  body .condition-v7 {
    padding: 30px 0;
  }

  body .countdown b {
    font-size: 30px;
  }

  body .step-block-list .step-block-box {
    text-align: center;
    display: block;
    padding: 0;
  }

  body .step-block-top {
    display: block;
  }

  .step-block-author p {
    text-align: center !important;
  }

  .section-3228 {
    background: #fff;
    text-align: center !important;
  }

  .section-3496 .partners-list {
    justify-content: center;
  }

  .section-3496 {
    padding-bottom: 0;
  }

  .section-3534 .partner:nth-child(2) {
    display: none;
  }

  .section-3228 * {
    text-align: center !important;
  }

  section.step-block-sect {
    padding: 30px 0;
  }

  body .step-block-list .step-block-box:last-child {
    margin: 0;
  }

  .section-3235 {
    padding: 0;
  }
}

@media (max-width: 550px) {
  .condition-v7-box h2 {
    font-size: 16px;
  }

  body .team-list {
    display: block;
  }

  .team-box {
    margin-bottom: 24px;
  }
}
