@charset "UTF-8";
.full_size.section_reviews .section-title {
  text-align: center;
  display: block;
}

.pr_section_header {
  margin-top: 64px;
  margin-bottom: 64px;
}
.pr_section_header .row {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .pr_section_header .row {
    flex-direction: column-reverse;
  }
}
.pr_section_header .row .content-block {
  width: 100%;
  position: relative;
}
.pr_section_header .row .content-block h1 {
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .pr_section_header .row .content-block h1 {
    font-size: 38px;
  }
}
.pr_section_header .row .content-block p.subtitle {
  font-weight: 600;
  color: #5C6373;
  margin-top: -24px;
  margin-bottom: 32px;
}
.pr_section_header .row .content-block p {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 40px;
}
.pr_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) {
  .pr_section_header .row .content-block .go-to-chat a {
    width: 100%;
    min-width: auto;
  }
}
.pr_section_header .row .content-block .go-to-chat a:hover {
  color: #1f2945;
  background: #d5e7ff;
}
.pr_section_header .row .content-block .image-block {
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
}
.pr_section_header .row .content-block .image-block .flag-icon {
  position: absolute;
  background: #fff;
  border-radius: 90px;
  padding: 20px;
  width: 32px;
  height: 32px;
  top: 24px;
}
.pr_section_header .row .content-block .image-block .flag-icon img {
  max-width: 32px;
}
.pr_section_header .row .content-block .image-block .image-bg {
  max-width: 100%;
}

.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;
}

.pr_section_how_we_work {
  text-align: center;
  margin-bottom: 56px;
}
.pr_section_how_we_work .content-header-block {
  margin-bottom: 48px;
}
.pr_section_how_we_work {
  /* region AI */
}
.pr_section_how_we_work .block_panel {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  position: relative;
  padding: 10px 0;
}
.pr_section_how_we_work .how-we-work-block {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: center;
  column-gap: 30px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .pr_section_how_we_work .how-we-work-block {
    column-gap: 15px;
  }
}
.pr_section_how_we_work .how-we-work-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #e0e0e0;
  z-index: -1;
}
.pr_section_how_we_work .how-we-work-block:first-child::before {
  top: 0%;
}
.pr_section_how_we_work .how-we-work-block:last-child::before {
  bottom: 100%;
}
.pr_section_how_we_work .how-we-work-block span {
  grid-column: 2;
  width: 32px;
  height: 32px;
  background: #eef4ff;
  color: #3b82f6;
  border-radius: 50%;
  align-self: self-start;
  justify-content: center;
  font-weight: 700;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.pr_section_how_we_work .how-we-work-block .text-wrapper {
  max-width: 366px;
  margin-left: auto;
  margin-right: auto;
}
.pr_section_how_we_work .how-we-work-block .text-wrapper p {
  margin: 0;
}
.pr_section_how_we_work .how-we-work-block .text-wrapper p:first-child {
  text-transform: uppercase;
  font-weight: 700;
  color: #3b82f6;
  font-size: 14px;
  margin-bottom: 8px;
}
.pr_section_how_we_work .how-we-work-block .text-wrapper p.subtitle {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}
.pr_section_how_we_work .how-we-work-block.left .text-wrapper {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
  margin-right: 42px;
}
@media only screen and (max-width: 960px) {
  .pr_section_how_we_work .how-we-work-block.left .text-wrapper {
    margin-right: 0;
  }
}
.pr_section_how_we_work .how-we-work-block.right .text-wrapper {
  grid-column: 3;
  grid-row: 1;
  text-align: left;
  margin-left: 42px;
}
@media only screen and (max-width: 960px) {
  .pr_section_how_we_work .how-we-work-block.right .text-wrapper {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .pr_section_how_we_work .block_panel::before {
    left: 16px;
    transform: none;
  }
  .pr_section_how_we_work .how-we-work-block {
    grid-template-columns: 32px 1fr;
    column-gap: 20px;
  }
  .pr_section_how_we_work .how-we-work-block::before {
    left: 16px;
    transform: none;
  }
  .pr_section_how_we_work .how-we-work-block span {
    grid-column: 1;
  }
  .pr_section_how_we_work .how-we-work-block.left .text-wrapper, .pr_section_how_we_work .how-we-work-block.right .text-wrapper {
    grid-column: 2;
    text-align: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.pr_section_how_we_work {
  /* endregion AI */
}

.it_startups_safe {
  margin-bottom: 56px;
}
.it_startups_safe .work_width {
  background: #DDEFFF;
  color: #1D2945;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 18px;
}
@media only screen and (max-width: 640px) {
  .it_startups_safe .work_width {
    padding: 24px;
  }
}
.it_startups_safe .work_width .section-title {
  margin-top: 0;
}
.it_startups_safe .work_width p {
  color: #5C6373;
  margin-bottom: 36px;
}
.it_startups_safe .work_width .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;
  border-radius: 8px;
}
@media only screen and (max-width: 960px) {
  .it_startups_safe .work_width .go-to-chat a {
    width: 100%;
    min-width: auto;
  }
}
.it_startups_safe .work_width .go-to-chat a:hover {
  color: #1f2945;
  background: #d5e7ff;
}
.it_startups_safe .work_width .safe-block {
  display: flex;
  margin-bottom: 32px;
  gap: 24px;
  font-size: 15px;
  line-height: normal;
}
.it_startups_safe .work_width .safe-block:last-child {
  margin-bottom: 0;
}
.it_startups_safe .row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.it_startups_safe .row .column {
  width: 100%;
}
.it_startups_safe .row .column p {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .it_startups_safe .row {
    flex-direction: column;
  }
}

.it_startups_facts {
  margin-bottom: 56px;
}
.it_startups_facts .section-title {
  text-align: center;
  display: block;
}

.facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.facts-grid .mobile-only {
  display: none;
}
.facts-grid .header-cell {
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #1a202c;
}
.facts-grid .header-cell.red-bg {
  background-color: #fce8e8;
  border-right: 1px solid #edf2f7;
}
.facts-grid .header-cell.green-bg {
  background-color: #e6f8e8;
}
.facts-grid .fact-cell {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid #edf2f7;
  font-size: 14px;
  color: #2d3748;
  line-height: 1.5;
}
.facts-grid .fact-cell ul {
  padding-left: 20px;
  margin: 8px 0 0;
}
.facts-grid .fact-cell .icon {
  font-size: 16px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
}
.facts-grid .fact-cell .icon.cross {
  color: #e53e3e;
}
.facts-grid .fact-cell .icon.check {
  color: #38a169;
}
.facts-grid .fact-cell.col-red {
  border-right: 1px solid #edf2f7;
}

@media (max-width: 768px) {
  .facts-grid {
    grid-template-columns: 1fr;
    border: none;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }
  .facts-grid .desktop-only {
    display: none;
  }
  .facts-grid .mobile-only {
    display: block;
    border-radius: 8px;
    border: none;
  }
  .facts-grid .fact-cell {
    border: 0px solid #edf2f7;
    border-top: none;
    border-radius: 0 0 8px 8px;
    margin-bottom: 20px;
  }
  .facts-grid .fact-cell.col-red {
    border-right: 0px solid #edf2f7;
  }
}
.it_startups_benefits {
  margin-bottom: 56px;
}
.it_startups_benefits .work_width {
  background: #DDEFFF;
  color: #1D2945;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 18px;
}
@media only screen and (max-width: 640px) {
  .it_startups_benefits .work_width {
    padding: 24px;
  }
}
.it_startups_benefits .work_width .section-title {
  margin-top: 0;
}
.it_startups_benefits .work_width p {
  color: #5C6373;
  margin-bottom: 36px;
}
.it_startups_benefits .row {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.it_startups_benefits .row .column {
  width: 100%;
}
.it_startups_benefits .row .column p {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 960px) {
  .it_startups_benefits .row {
    flex-direction: column;
  }
}
.it_startups_benefits .full-row {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 960px) {
  .it_startups_benefits .full-row {
    flex-direction: column;
  }
}
.it_startups_benefits .full-row .benefits-block {
  width: 100%;
}
.it_startups_benefits .full-row .benefits-block .icon {
  margin-bottom: 20px;
}
.it_startups_benefits .full-row .benefits-block h4 {
  color: #1D2945;
  font-size: 24px;
  margin-bottom: 20px;
}
.it_startups_benefits .full-row .benefits-block .description {
  font-size: 16px;
  color: #5C6373;
}

.pr_list_block {
  margin-bottom: 64px;
  background: #1D2945;
  padding-top: 112px;
  padding-bottom: 112px;
  color: #fff;
}
.pr_list_block .row {
  display: flex;
  gap: 32px;
  align-items: center;
}
.pr_list_block .row .column {
  width: 100%;
}
.pr_list_block .row .column img {
  max-width: 100%;
}
.pr_list_block .row .column p {
  font-size: 18px;
  font-weight: 400;
}
.pr_list_block .row .column h2 {
  margin-bottom: 40px;
}
.pr_list_block .row .column .list_block_content {
  padding-right: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .pr_list_block .row .column .list_block_content {
    padding-right: 0;
  }
}
.pr_list_block .row .column .list_block_content .list_block_row {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}
.pr_list_block .row .column .list_block_content .list_block_row .img-wrapper {
  width: 70px;
}
.pr_list_block .row .column .list_block_content .list_block_row .img-wrapper img {
  width: 100%;
}
.pr_list_block .row .column .list_block_content .list_block_row p {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .pr_list_block .row .column .list_block_content .list_block_row {
    gap: 14px;
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 960px) {
  .pr_list_block .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 960px) {
  .pr_list_block {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media only screen and (max-width: 640px) {
  .pr_list_block {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.pr_kik_controllers {
  margin-bottom: 64px;
  padding-top: 112px;
  padding-bottom: 112px;
}
.pr_kik_controllers .row {
  display: flex;
  gap: 32px;
  align-items: center;
}
.pr_kik_controllers .row .column {
  width: 100%;
}
.pr_kik_controllers .row .column img {
  max-width: 100%;
}
.pr_kik_controllers .row .column p {
  font-size: 18px;
  font-weight: 400;
}
.pr_kik_controllers .row .column h2 {
  margin-bottom: 40px;
}
.pr_kik_controllers .row .column .pr_kik_content {
  padding-right: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .pr_kik_controllers .row .column .pr_kik_content {
    padding-right: 0;
  }
}
.pr_kik_controllers .row .column .pr_kik_content .list_block_row {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
.pr_kik_controllers .row .column .pr_kik_content .list_block_row .img-wrapper img {
  width: 100%;
}
.pr_kik_controllers .row .column .pr_kik_content .list_block_row p {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .pr_kik_controllers .row .column .pr_kik_content .list_block_row {
    gap: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .pr_kik_controllers .row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .pr_kik_controllers {
    padding-top: 84px;
    padding-bottom: 84px;
  }
}
@media only screen and (max-width: 640px) {
  .pr_kik_controllers {
    padding-top: 52px;
    padding-bottom: 52px;
  }
}

.pr_section_block_panel2 {
  text-align: center;
  margin-bottom: 56px;
}
.pr_section_block_panel2 .content-header-block {
  margin-bottom: 48px;
}
.pr_section_block_panel2 .block_panel {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .pr_section_block_panel2 .block_panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .pr_section_block_panel2 .block_panel {
    grid-template-columns: 1fr;
  }
}
.pr_section_block_panel2 .block_panel .panel-block {
  text-align: left;
  border-radius: 8px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
}
.pr_section_block_panel2 .block_panel .panel-block img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .pr_section_block_panel2 .block_panel .panel-block img {
    margin-bottom: 18px;
  }
}

.pr_callback_form {
  color: #fff;
}
.pr_callback_form .work_width {
  background: #1D2945;
  color: #fff;
  padding: 42px;
  box-sizing: border-box;
  border-radius: 18px;
}
@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;
}

/*# sourceMappingURL=page-it-startups-template.css.map */
