.register_tm_section_header {
  margin-top: 64px;
  margin-bottom: 64px;
}
.register_tm_section_header .row {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .register_tm_section_header .row {
    flex-direction: column-reverse;
  }
}
.register_tm_section_header .row .content-block {
  width: 100%;
  position: relative;
}
.register_tm_section_header .row .content-block h1 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .register_tm_section_header .row .content-block h1 {
    font-size: 38px;
  }
}
.register_tm_section_header .row .content-block p.subtitle {
  font-weight: 600;
  color: #5C6373;
  margin-top: -24px;
  margin-bottom: 32px;
}
.register_tm_section_header .row .content-block p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 40px;
}
.register_tm_section_header .row .content-block .go-to-chat a {
  width: 80%;
  min-width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  letter-spacing: 0.03em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1d2945;
  transition: 0.5s;
}
@media only screen and (max-width: 960px) {
  .register_tm_section_header .row .content-block .go-to-chat a {
    width: 100%;
    min-width: auto;
  }
}
.register_tm_section_header .row .content-block .go-to-chat a:hover {
  color: #1f2945;
  background: #d5e7ff;
}
.register_tm_section_header .row .content-block .image-block {
  padding: 54px 24px;
  border-radius: 16px;
  background: #DDEFFF;
}
.register_tm_section_header .row .content-block .image-block .flag-icon {
  position: absolute;
  background: #fff;
  border-radius: 90px;
  padding: 20px;
  width: 32px;
  height: 32px;
  top: 24px;
}
.register_tm_section_header .row .content-block .image-block .flag-icon img {
  max-width: 32px;
}
.register_tm_section_header .row .content-block .image-block .image-bg {
  max-width: 100%;
}

.register_tm_section_steps {
  margin-bottom: 64px;
}
.register_tm_section_steps .content-header-block {
  width: 740px;
  margin: auto;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 960px) {
  .register_tm_section_steps .content-header-block {
    width: 100%;
  }
}
.register_tm_section_steps .content-header-block .section-title {
  margin-bottom: 24px;
}
.register_tm_section_steps .content-header-block p.subtitle {
  color: #5C6373;
  font-size: 18px;
  font-weight: 400;
}
.register_tm_section_steps .steps-wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
@media only screen and (max-width: 960px) {
  .register_tm_section_steps .steps-wrapper {
    gap: 32px;
  }
}
.register_tm_section_steps .steps-wrapper .column.left {
  text-align: right;
}
.register_tm_section_steps .steps-wrapper .column.right {
  text-align: left;
}
.register_tm_section_steps .steps-wrapper .step-item {
  width: 100%;
}
.register_tm_section_steps .steps-wrapper .step-item img {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 50%;
}
.register_tm_section_steps .steps-wrapper .step-item .step-head {
  text-align: left;
  display: flex;
  gap: 24px;
  background: #DDEFFF;
  padding: 20px 32px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .register_tm_section_steps .steps-wrapper .step-item .step-head {
    padding: 10px 14px;
    gap: 8px;
  }
}
.register_tm_section_steps .steps-wrapper .step-item .step-head h3 {
  font-size: 14px;
  text-transform: uppercase;
}
.register_tm_section_steps .steps-wrapper .step-item .step-head .number {
  font-size: 16px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  color: #1C2944;
  font-weight: bolder;
  line-height: 0.7;
}
.register_tm_section_steps .steps-wrapper .step-item .content {
  text-align: left;
  font-size: 15px;
}
.register_tm_section_steps .steps-wrapper .step-item .content ul {
  list-style-image: url("../img/checkmark.png");
  padding-left: 20px;
  padding: revert;
}
@media only screen and (max-width: 640px) {
  .register_tm_section_steps .steps-wrapper.desktop {
    display: none;
  }
}
.register_tm_section_steps .steps-wrapper.mobile {
  flex-direction: column;
  display: none;
}
@media only screen and (max-width: 640px) {
  .register_tm_section_steps .steps-wrapper.mobile {
    display: flex;
  }
}
.register_tm_section_steps .steps-wrapper.mobile img {
  display: none;
}

.register_tm_callback_form {
  color: #fff;
}
.register_tm_callback_form .work_width {
  background: #4792FC;
  color: #fff;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 18px;
}
@media only screen and (max-width: 640px) {
  .register_tm_callback_form .work_width {
    padding: 24px;
  }
}
.register_tm_callback_form .row {
  display: flex;
  gap: 32px;
  align-items: center;
}
.register_tm_callback_form .row .column {
  width: 100%;
}
.register_tm_callback_form .row .column p {
  font-size: 18px;
  font-weight: 400;
}
.register_tm_callback_form .row .column .subtitle {
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .register_tm_callback_form .row .column .arrow-block {
    display: none;
  }
}
.register_tm_callback_form .row .column .arrow-block {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .register_tm_callback_form .row {
    flex-direction: column;
  }
}
.register_tm_callback_form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.register_tm_callback_form form span.wpcf7-form-control-wrap {
  min-height: 48px;
  height: auto;
}
.register_tm_callback_form form .one-line {
  position: relative;
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  box-sizing: border-box;
  background: #35456d;
  border-radius: 9px;
  color: #888891;
}
.register_tm_callback_form form .one-line.cursive .form-text {
  font-style: italic;
}
.register_tm_callback_form form .one-line .form-text {
  font-size: 14px;
  line-height: 20px;
}
.register_tm_callback_form form .one-line a {
  color: #598ff5;
}
.register_tm_callback_form form .one-line a:hover {
  color: #bcd9ff;
}
.register_tm_callback_form form .one-line .wpcf7-submit {
  background: #598ff5;
  color: #000;
  border-radius: 9px;
  height: 48px;
  width: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.register_tm_callback_form form .one-line .wpcf7-submit:hover {
  background: #bcd9ff;
}
.register_tm_callback_form form .wpcf7-response-output {
  border-radius: 8px;
}
.register_tm_callback_form form label {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.register_tm_callback_form form label span {
  background: #35456d;
  border-radius: 9px;
}
.register_tm_callback_form form input, .register_tm_callback_form form textarea {
  color: #fff;
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 16px;
  min-height: 48px;
}
.register_tm_callback_form form textarea {
  height: auto;
  margin-bottom: -6px;
}

/*# sourceMappingURL=page-tm-template.css.map */
