html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*{
    box-sizing: border-box;
}

img{
  max-width: 100%;
  height: initial;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #46494D;
  font-weight: 400;
  line-height: 1.2;
}

.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;
}

a{
  text-decoration: none;
  color: inherit;
}
p > a {
    text-decoration: underline;
    color: #3D85E1;
}
b{
  font-weight: bold;
}


.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{
  display: inline-flex;
  background: #fff;
  padding: 8px 24px;
  color: #181818;
  font-size: 15px;
  border-radius: 8px;
  font-weight: 500;
}

.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*/



button,
input,
select,
textarea{
  font-family: 'Roboto', sans-serif;
}

/*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 0;
  right: 0;
}

.drop-down-content a {
  padding: 12px 16px;
  font-size: 15px;
  line-height: 24px;
  color: #46494D;
  display: block;
}

.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;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "\2715";
  font-size: 19px;
}

.modal__content {
  margin-top: 16px;
}

.modal__footer {
  /*margin: 0 -32px -32px;*/
  /*padding-bottom: 32px;*/
}

.modal p {
  font-size: 15px;
  line-height: 24px;
}

/**************************\
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 .3s cubic-bezier(0, 0, .2, 1);
}

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

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

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

h2.modal__title,
h2.modal__title p {
  font-weight: 500;
  color: #181818;
  font-size: 22px;
  line-height: 1.2;
}

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;
    -webkit-align-items: -webkit-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;
    -webkit-justify-content: -webkit-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;
}*/



footer {
  background: #FFFFFF;
  box-shadow: inset 0px 1px 0px #ECEDEE;
  padding: 40px 0 24px;
}

footer p {
  font-size: 15px;
  line-height: 24px;
  color: #46494D;
  margin: 0;
}

a.footer-logo {
  display: inline-flex;
  margin-bottom: 24px;
}

footer h2 {
  font-weight: 600;
  font-size: 16px;
  color: #181818;
  line-height: 20px;
  margin-bottom: 32px;
}

footer a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: inline-flex;
  margin-bottom: 19px;
  color: #A0A5AB;
}

footer a.m0{
  margin: 0;
}

.footer-bottom a {
  color: #50D177;
  font-weight: 300;
}

.footer-top p {
  font-size: 14px;
  line-height: 20px;
  color: #A0A5AB;
}

.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 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0px -1px 0px #ECEDEE;
}

ul.legal-list {
  margin: 0 -32px;
}

ul.legal-list p {
  flex: 1;
}

ul.legal-list a {
  background: rgb(80 209 119 / 0.1);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  height: 36px;
  color: #50D177;
  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;}

ul.soc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .vertical-flex{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.soc a {
  margin: 0;
}

footer li:last-child a {
  margin: 0;
}

/*ENDFOOTER*/

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

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



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

input, select, textarea {
  background: rgba(46, 58, 89, 0.06);
  border-radius: 8px;
  border: none;
  min-height: 40px;
  padding: 12px 16px;
  line-height: 48px;
  width: 100%;
  font-size: 14px;
  font-size: 16px;
  line-height: 24px;
}
strong {
    font-weight: bold;
}

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

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


.main-left.show {
  right: 0;
  left: 0;
}

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

.main-left.show:after {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  right: 100%;
  background: #00000061;
  content: '';
  width: 100%;
}

.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;
}

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

  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: 100px 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;
  }
  .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 {
      font-size: 27px;
  }

  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 {
      display: block;
  }

  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 {
      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;
  }
}
