@charset "UTF-8";
.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;
}

.pr_callback_form {
  color: #fff;
}
.pr_callback_form .work_width {
  background: #1D2945;
  color: #fff;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 18px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
@media only screen and (max-width: 640px) {
  .pr_callback_form .work_width {
    padding: 24px;
  }
}
.pr_callback_form .row {
  display: flex;
  gap: 32px;
  align-items: center;
}
.pr_callback_form .row .column {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
.pr_callback_form .row .column p {
  margin-bottom: 10px;
}
.pr_callback_form .row .column ul {
  list-style: none; /* Прибираємо стандартні маркери */
  padding: 0;
}
.pr_callback_form .row .column ul li {
  position: relative;
  padding-left: 30px; /* Місце для вашої галочки */
  margin-bottom: 10px;
}
.pr_callback_form .row .column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 15px; /* Ширина галочки */
  height: 12px; /* Висота галочки */
  /* Вставте ваш SVG код сюди як background-image */
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.49999L6.21584 10.9164C6.25821 10.9605 6.3298 10.9565 6.36709 10.9081L14 1' stroke='%235395F1' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.pr_callback_form .row .column .subtitle {
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .pr_callback_form .row .column .arrow-block {
    display: none;
  }
}
.pr_callback_form .row .column .arrow-block {
  text-align: right;
}
@media only screen and (max-width: 960px) {
  .pr_callback_form .row {
    flex-direction: column;
  }
}
.pr_callback_form form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.pr_callback_form form span.wpcf7-form-control-wrap {
  min-height: 48px;
  height: auto;
}
.pr_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;
}
.pr_callback_form form .one-line.cursive .form-text {
  font-style: italic;
}
.pr_callback_form form .one-line .form-text {
  font-size: 14px;
  line-height: 20px;
}
.pr_callback_form form .one-line a {
  color: #598ff5;
}
.pr_callback_form form .one-line a:hover {
  color: #bcd9ff;
}
.pr_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;
}
.pr_callback_form form .one-line .wpcf7-submit:hover {
  background: #bcd9ff;
}
.pr_callback_form form .wpcf7-response-output {
  border-radius: 8px;
}
.pr_callback_form form label {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.pr_callback_form form label span {
  background: #35456d;
  border-radius: 9px;
}
.pr_callback_form form input, .pr_callback_form form textarea {
  color: #fff;
  box-sizing: border-box;
  padding: 12px 24px;
  font-size: 16px;
  min-height: 48px;
}
.pr_callback_form form textarea {
  height: auto;
  margin-bottom: -6px;
}

.pr_section_block_panel {
  text-align: center;
  margin-bottom: 56px;
}
.pr_section_block_panel .content-header-block {
  margin-bottom: 48px;
}
.pr_section_block_panel .content-header-block p.subtitle {
  color: #5C6373;
  font-size: 18px;
  font-weight: 400;
}
.pr_section_block_panel .block_panel {
  display: grid;
  gap: 42px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin: auto;
  margin-bottom: 42px;
}
.pr_section_block_panel .block_panel.is-three {
  grid-template-columns: repeat(3, 1fr);
}
.pr_section_block_panel .block_panel.is-four {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 960px) {
  .pr_section_block_panel .block_panel {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .pr_section_block_panel .block_panel {
    grid-template-columns: 1fr;
  }
}
.pr_section_block_panel .block_panel .panel-block {
  text-align: left;
  background: #DDEFFF;
  border-radius: 8px;
  padding: 24px;
  font-size: 18px;
  font-weight: 600;
}
.pr_section_block_panel .block_panel .panel-block .subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 155%;
  margin-top: 8px;
}
.pr_section_block_panel .block_panel .panel-block img {
  margin-bottom: 32px;
}
@media only screen and (max-width: 960px) {
  .pr_section_block_panel .block_panel .panel-block img {
    margin-bottom: 18px;
  }
}
.pr_section_block_panel .section-text {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 40px;
  max-width: 740px;
  margin: auto;
}

.section_special {
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
}
@media only screen and (max-width: 640px) {
  .section_special {
    text-align: left;
  }
}
.section_special img {
  margin-bottom: 32px;
}
.section_special .section-title {
  margin-bottom: 32px;
}
.section_special .blue-accent {
  color: #4793FC;
}
.section_special .work_width {
  background: #1D2945;
  color: #fff;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 18px;
}
.section_special .work_width .content_special_width {
  max-width: 696px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_special .work_width .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_special .work_width .content {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 32px;
}
.section_special .work_width .go-to-chat {
  min-width: 60%;
}
@media only screen and (max-width: 640px) {
  .section_special .work_width .go-to-chat {
    width: 100%;
  }
}
.section_special .work_width .go-to-chat a {
  width: 100%;
  min-width: 260px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  border-radius: 8px;
  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: #4793FC;
  transition: 0.5s;
}
@media only screen and (max-width: 960px) {
  .section_special .work_width .go-to-chat a {
    width: 100%;
    min-width: auto;
  }
}
.section_special .work_width .go-to-chat a:hover {
  color: #1f2945;
  background: #d5e7ff;
}

.section_why_diya {
  margin-bottom: 56px;
}
.section_why_diya .blue-accent {
  color: #4793FC;
}
.section_why_diya .column-content {
  display: flex;
  gap: 40px;
}
.section_why_diya .column-content .title-column {
  width: 36%;
}
.section_why_diya .column-content .content-column {
  width: 68%;
}
.section_why_diya .column-content .blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
@media only screen and (max-width: 960px) {
  .section_why_diya .column-content {
    flex-direction: column;
  }
  .section_why_diya .column-content .blocks {
    gap: 24px;
  }
  .section_why_diya .column-content .title-column {
    width: 100%;
  }
  .section_why_diya .column-content .content-column {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .section_why_diya .column-content .blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section_why_diya .column-content .block .icon {
  margin-bottom: 24px;
}
.section_why_diya .column-content .block .icon svg, .section_why_diya .column-content .block .icon img {
  width: 80px;
  height: 80px;
}
.section_why_diya .column-content .block .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.section_why_diya .column-content .block .subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #4A5568;
}

@media only screen and (max-width: 960px) {
  .section_services .title-column {
    display: none;
  }
}
.section_services .work_width {
  background: #DDEFFF;
  padding: 42px;
  margin-bottom: -8px;
  box-sizing: border-box;
  border-radius: 18px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.section_services .section-title {
  margin-bottom: 40px;
}
.section_services .blue-accent {
  color: #4793FC;
}
.section_services .column-content {
  display: flex;
  gap: 40px;
}
.section_services .column-content .title-column {
  width: 36%;
}
.section_services .column-content .content-column {
  width: 68%;
}
.section_services .column-content .blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 32px;
}
@media only screen and (max-width: 960px) {
  .section_services .column-content {
    flex-direction: column;
  }
  .section_services .column-content .blocks {
    gap: 24px;
  }
  .section_services .column-content .title-column {
    width: 100%;
  }
  .section_services .column-content .content-column {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .section_services .column-content .blocks {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section_services .column-content .block .icon {
  margin-bottom: 24px;
}
.section_services .column-content .block .icon svg, .section_services .column-content .block .icon img {
  width: 80px;
  height: 80px;
}
.section_services .column-content .block .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.section_services .column-content .block .subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #4A5568;
}

/*# sourceMappingURL=page-ociu-template.css.map */
