/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2026
BlankSlate is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{appearance:none;border-radius:0}input[type="search"]{appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--c-deepblue);
  background-color: var(--c-white);
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html, body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}


:root {
  --bg: #d9e3eb;
  --bg-circle: #d2e0eb;
  --white: #ffffff;
  --text: #162536;
  --accent: #e56232;
  --accent-hover: #cf5428;
  --border-radius: 999px;
  --shadow: 0 10px 30px rgba(22, 37, 54, 0.08);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--text);
  background: #f5f7fa;
}

html, body{
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}

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

button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

.header.is-scrolled {
  box-shadow: var(--shadow);
}

.header__inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.header__logo img {
  display: block;
  width: 84px;
  height: auto;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: 20px;
  margin-right: auto;
}

.nav__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #101b2a;
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav__link:hover {
  color: var(--accent);
}

.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 6px;
}

.contact__icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f3e7e1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}

.contact__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.contact__label {
  font-size: 12px;
  line-height: 16px;
  color: #4f5b68;
}

.contact__phone {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 20px;
  border-radius: var(--border-radius);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  transition: 0.2s ease;
  white-space: nowrap;
}

.btn--light {
  background: var(--white);
  color: var(--text);
}

.btn--light:hover {
  background: #f4f6f8;
}

.btn--accent {
  background: var(--accent);
  color: #fff;
}

.btn--accent:hover {
  background: var(--accent-hover);
}

.icon-btn,
.burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--bg-circle);
  color: var(--text);
  flex-shrink: 0;
}

.icon-btn--phone {
  background: #f3e7e1;
  color: var(--accent);
}

.burger svg,
.icon-btn svg,
.contact__icon svg {
  width: 28px;
  height: 28px;
}

/* MOBILE MENU */
.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(217, 227, 235, 0.98);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(22, 37, 54, 0.08);
  box-shadow: 0 14px 28px rgba(22, 37, 54, 0.08);
}

.mobile-menu__inner {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mobile-menu__link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text);
}

.mobile-menu__bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(22, 37, 54, 0.08);
}

.mobile-menu.is-open {
  display: block;
}

/* DEMO CONTENT */
.hero {
  padding: 48px 16px;
}

.hero__box {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(22, 37, 54, 0.05);
}

.hero h1 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero p {
  font-size: 18px;
  line-height: 28px;
  color: #50606f;
}

/* TABLET / MOBILE */
@media (max-width: 1100px) {
  .nav,
  .contact,
  .header__right .btn--light {
    display: none;
  }

  .header__inner {
    min-height: 94px;
  }

  .header__logo img {
    width: 198px;
  }

  .header__right {
    gap: 14px;
  }

  .icon-btn,
  .burger {
    display: inline-flex;
  }

  .btn--accent {
    min-height: 52px;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 12px;
  }

  .header__inner {
    min-height: 90px;
    gap: 10px;
  }

  .header__logo img {
    width: 150px;
  }

  .icon-btn,
  .burger {
    width: 54px;
    height: 54px;
  }

  .btn--accent {
    min-height: 50px;
    padding: 12px 22px;
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .header__logo img {
    width: 110px;
  }

  .btn--accent {
    padding: 10px;
    min-height: 40px;
  }

  .icon-btn,
  .burger {
    width: 40px;
    height: 40px;
  }

  .burger svg,
  .icon-btn svg {
    width: 24px;
    height: 24px;
  }
}


/* База */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Mulish", sans-serif;
  color: #1a2d40;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Hero */
.hero {
  background: #c7d7e2;
  overflow: hidden;
}

.hero__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 20px 0;
}

.hero__content {
  flex: 0 1 560px;
  max-width: 560px;
}

.hero__title {
  margin: 0 0 28px;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.34;
  letter-spacing: 0;
  color: #16293b;
}

.hero__text {
  max-width: 530px;
  margin: 0 0 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #33485d;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__btn {
  min-width: 204px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  transition: 0.2s ease;
}

.hero__btn--primary {
  color: #ffffff;
  background: #e46032;
}

.hero__btn--primary:hover {
  background: #cf5428;
}

.hero__btn--secondary {
  color: #24384b;
  background: #eef2f5;
}

.hero__btn--secondary:hover {
  background: #e4eaef;
}

.hero__media {
  flex: 0 1 610px;
  display: flex;
  justify-content: flex-end;
}

.hero__image {
  width: 100%;
  max-width: 610px;
  object-fit: contain;
}

/* Планшет */
@media (max-width: 1100px) {
  .hero__inner {
    gap: 28px;
  }

  .hero__title {
    font-size: 46px;
  }

  .hero__text {
    font-size: 17px;
  }
}

/* Мобільна версія */
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }

  .hero__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    min-height: unset;
    padding: 22px 0 26px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__title {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.42;
  }

  .hero__text {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.6;
  }

  .hero__actions {
    gap: 12px;
  }

  .hero__btn {
    width: 100%;
    min-width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
  }

  .hero__media {
    justify-content: center;
    flex: auto;
  }

  .hero__image {
    max-width: 100%;
  }
}








.industries {
  padding: 80px 0 40px;
  background: #f7f7f7;
}

.industries__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}

.industries__line {
  flex: 1 1 auto;
  max-width: 298px;
  height: 1px;
  background: #d8d8d8;
}

.industries__title {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  color: #24384b;
  text-align: center;
}

.industries__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.industry-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px;
  align-items: stretch;
  text-decoration: none;
}

.industry-card__icon,
.industry-card__text {
  border-radius: 8px;
}

.industry-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.industry-card__icon img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.industry-card__text {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 10px 12px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #8b95a3;
  transition: background-color 0.2s ease, color 0.2s ease;
  background: #e7edf2;
}

.industry-card:hover .industry-card__text {
  background: #e7edf2;
  color: #24384b;
}

.industry-card:hover .industry-card__icon {
  background: #f3f5f7;
}

/* tablet */
@media (max-width: 1100px) {
  .industries__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* mobile */
@media (max-width: 767px) {
  .industries {
    padding: 28px 0 40px;
  }

  .industries__head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .industries__line {
    max-width: 100%;
  }

  .industries__title {
    max-width: 190px;
    font-size: 18px;
    line-height: 32px;
  }

  .industries__list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .industry-card {
    grid-template-columns: 56px 1fr;
    gap: 8px;
  }

  .industry-card__icon {
    min-height: 50px;
  }

  .industry-card__text {
    min-height: 50px;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 24px;
  }
}









.workflow {
  padding: 40px 0 80px;
  background: #f8f8f8;
}

.workflow__top {
  display: flex;
  flex-direction: row-reverse;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.workflow__intro {
  flex-grow: 1;
  padding-top: 8px;
}

.workflow__heading {
  margin: 0 0 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #1b2f42;
}

.workflow__lead {
  max-width: 300px;
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #8a95a3;
}

.workflow__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

/* card */
.workflow-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #eef2f5;
}

.workflow-card__content {
  position: relative;
  z-index: 2;
  padding: 28px 24px 20px;
}

.workflow-card__title {
  margin: 0 0 12px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #1b2f42;
}

.workflow-card__text {
  margin: 0;
  max-width: 245px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #8a95a3;
}

.workflow-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  max-width: 92px;
  margin-top: 24px;
  padding: 4px 14px;
  border-radius: 999px;
  background: #f6e8e3;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #e46032;
}

.workflow-card__media {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}

.workflow-card__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* orange decor */
.workflow-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #e46032;
  z-index: 1;
}

/* step 1 */
.workflow-card--equipment {
  min-height: 220px;
  padding-right: 290px;
  flex-grow: 3;
}

.workflow-card--equipment::after {
  width: 360px;
  height: 360px;
  right: -68px;
  bottom: -210px;
}

.workflow-card--equipment .workflow-card__media {
  right: 0;
  bottom: 0;
}

.workflow-card--equipment .workflow-card__media img {
  width: 330px;
}

/* step 2 */
.workflow-card--platform {
  min-height: 220px;
  padding-right: 230px;
}

.workflow-card--platform::after {
  width: 320px;
  height: 320px;
  right: -85px;
  bottom: -190px;
}

.workflow-card--platform .workflow-card__media {
  right: -2px;
  bottom: -2px;
}

.workflow-card--platform .workflow-card__media img {
  width: 295px;
}

/* step 3 */
.workflow-card--analytics {
  min-height: 220px;
  padding-right: 210px;
}

.workflow-card--analytics::after {
  width: 320px;
  height: 320px;
  right: -70px;
  bottom: -200px;
}

.workflow-card--analytics .workflow-card__media {
  right: 0;
  bottom: 0;
}

.workflow-card--analytics .workflow-card__media img {
  width: 250px;
}

/* step 4 */
.workflow-card--control {
  grid-row: span 2;
  min-height: 458px;
}

.workflow-card--control::after {
  width: 760px;
  height: 760px;
  right: -220px;
  bottom: -520px;
}

.workflow-card--control .workflow-card__content {
  display: flex;
  flex-direction: column;
  min-height: 458px;
  padding: 28px 24px 20px;
}

.workflow-card--control .workflow-card__text {
  max-width: 280px;
}

.workflow-card--control .workflow-card__step {
  margin-top: auto;
}

/* tablet */
@media (max-width: 1100px) {
  .workflow__top {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.95fr);
  }

  .workflow-card--equipment {
    padding-right: 230px;
  }

  .workflow-card--equipment .workflow-card__media img {
    width: 285px;
  }

  .workflow-card--platform {
    padding-right: 170px;
  }

  .workflow-card--platform .workflow-card__media img {
    width: 245px;
  }

  .workflow-card--analytics {
    padding-right: 160px;
  }

  .workflow-card--analytics .workflow-card__media img {
    width: 215px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .workflow {
    padding: 0 0 28px;
  }

  .workflow__top {
    display: block;
    margin-bottom: 12px;
  }

  .workflow__intro {
    padding: 0 0 14px;
  }

  .workflow__heading {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
  }

  .workflow__lead {
    max-width: 100%;
  }

  .workflow__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .workflow-card {
    border-radius: 14px;
  }

  .workflow-card__content {
    padding: 16px 16px 12px;
  }

  .workflow-card__title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.3;
  }

  .workflow-card__text {
    max-width: 100%;
  }

  .workflow-card__step {
    min-height: 26px;
    margin-top: 14px;
    padding: 2px 12px;
  }

  .workflow-card--equipment,
  .workflow-card--platform,
  .workflow-card--analytics {
    min-height: 208px;
    padding-right: 0;
    padding-bottom: 118px;
  }

  .workflow-card--equipment::after,
  .workflow-card--platform::after,
  .workflow-card--analytics::after {
    width: 250px;
    height: 250px;
    right: -78px;
    bottom: -150px;
  }

  .workflow-card--equipment .workflow-card__media {
    right: 0;
    bottom: 0;
  }

  .workflow-card--equipment .workflow-card__media img {
    width: 185px;
  }

  .workflow-card--platform .workflow-card__media {
    right: -6px;
    bottom: 0;
  }

  .workflow-card--platform .workflow-card__media img {
    width: 180px;
  }

  .workflow-card--analytics .workflow-card__media {
    right: 10px;
    bottom: 2px;
  }

  .workflow-card--analytics .workflow-card__media img {
    width: 145px;
  }

  .workflow-card--control {
    min-height: 210px;
  }

  .workflow-card--control .workflow-card__content {
    min-height: 210px;
    padding: 16px;
  }

  .workflow-card--control::after {
    width: 320px;
    height: 320px;
    right: -92px;
    bottom: -230px;
  }

  .workflow-card--control .workflow-card__step {
    margin-top: 14px;
  }
}














.ms-system {
  padding: 52px 0;
  background-image: url("http://pbt.com.ua/wp-content/uploads/2026/03/Group-96.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ms-system .container {
  display: flex;
  align-items: center;
  min-height: 412px;
}

.ms-system__card {
  width: 100%;
  max-width: 417px;
  padding: 26px 18px 18px;
  border-radius: 24px;
  background: rgba(95, 111, 126, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 30px rgba(21, 31, 42, 0.18);
}

.ms-system__title {
  margin: 0 0 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}

.ms-system__subtitle {
  max-width: 310px;
  margin: 0 0 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
  color: #ffffff;
}

.ms-system__text {
  max-width: 360px;
  margin: 0 0 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #ffffff;
}

.ms-system__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  min-height: 42px;
  padding: 9px 18px;
  border-radius: 999px;
  background: #e46032;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.ms-system__btn:hover {
  background: #cf5428;
}

/* tablet */
@media (max-width: 991px) {
  .ms-system {
    padding: 32px 0;
    background-position: center right;
  }

  .ms-system .container {
    min-height: 360px;
  }

  .ms-system__card {
    max-width: 390px;
  }

  .ms-system__title {
    font-size: 30px;
  }

  .ms-system__subtitle {
    font-size: 18px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .ms-system {
    padding: 20px 0;
    background-position: center;
  }

  .ms-system .container {
    min-height: 307px;
    padding: 0 12px;
    align-items: flex-start;
  }

  .ms-system__card {
    max-width: 100%;
    padding: 20px 16px 18px;
    border-radius: 20px;
  }

  .ms-system__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.2;
  }

  .ms-system__subtitle {
    max-width: 100%;
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.45;
  }

  .ms-system__text {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .ms-system__btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
  }
}







.products {
  padding: 80px 0 40px;
  background: #f8f8f8;
}

.products__title {
  margin: 0 0 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  color: #24384b;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.product-card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
  min-height: 112px;
  padding: 6px;
  border: 1px solid #e5ebf0;
  border-radius: 10px;
  background: #eef2f5;
}

.product-card__image-wrap {
  position: relative;
  min-height: 240px;
  min-width: 240px;
  border-radius: 8px;
  overflow: hidden;
  background: #d8e8f3;
}

.product-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2px 4px 2px 0;
}

.product-card__title {
  margin: 0 0 4px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  color: #1f2f42;
}

.product-card__text {
  margin: 0 0 6px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #7f8b98;
}

.product-card__list {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.product-card__list li {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #7f8b98;
}

.product-card__list li::before {
  content: "- ";
}

.product-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 162px;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e46032;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.product-card__btn:hover {
  background: #cf5428;
}

/* картка в останньому рядку лишається зліва */
.product-card:last-child {
  grid-column: 1;
}

/* tablet */
@media (max-width: 991px) {
  .products__grid {
    grid-template-columns: 1fr;
  }

  .product-card:last-child {
    grid-column: auto;
  }
}

/* mobile */
@media (max-width: 767px) {
  .products {
    padding: 28px 0 36px;
  }

  .products__title {
    margin-bottom: 14px;
    font-size: 20px;
    text-align: left;
  }

  .products__grid {
    gap: 10px;
  }

  .product-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 4px;
    border-radius: 10px;
  }

  .product-card__image-wrap {
    min-height: 104px;
  }

  .product-card__image {
    padding: 8px 12px;
  }

  .product-card__content {
    padding: 0 2px 4px;
  }

  .product-card__title {
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .product-card__list {
    margin-bottom: 8px;
  }

  .product-card__btn {
    width: 100%;
    min-height: 18px;
    padding: 3px 10px;
    line-height: 12px;
  }
}












.platform-section {
  padding: 40px 0;
  background: #f6f8fa;
}

.platform-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 588px);
  gap: 24px;
  align-items: center;
}

.platform-section__content {
}

.platform-section__title {
  margin: 0 0 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.18;
  letter-spacing: 0;
  color: #1f3348;
}

.platform-section__text {
  margin: 0 0 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 0;
  color: #7f8c99;
}

.platform-section__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
  margin-bottom: 30px;
}

.platform-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.platform-feature__icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-feature__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.platform-feature__title {
  margin: 0 0 4px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #1f3348;
}

.platform-feature__text {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #7f8c99;
}

.platform-section__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.platform-section__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  min-height: 48px;
  padding: 12px 28px;
  border-radius: 999px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.platform-section__btn--primary {
  background: #e46032;
  color: #ffffff;
}

.platform-section__btn--primary:hover {
  background: #cf5428;
}

.platform-section__btn--secondary {
  background: #e9eef2;
  color: #1f3348;
}

.platform-section__btn--secondary:hover {
  background: #dde5eb;
}

.platform-section__media {
  display: flex;
  justify-content: flex-end;
}

.platform-section__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* tablet */
@media (max-width: 1100px) {
  .platform-section__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
    gap: 28px;
  }

  .platform-section__title {
    font-size: 44px;
  }

  .platform-section__text {
    font-size: 16px;
  }

  .platform-section__features {
    grid-template-columns: 1fr;
  }
}

/* mobile */
@media (max-width: 767px) {
  .platform-section {
    padding: 28px 0 34px;
  }

  .platform-section__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .platform-section__content {
    max-width: 100%;
  }

  .platform-section__title {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 1.25;
  }

  .platform-section__text {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.6;
  }

  .platform-section__features {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  .platform-feature {
    gap: 10px;
  }

  .platform-feature__title {
    font-size: 16px;
    line-height: 1.35;
  }

  .platform-feature__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .platform-section__actions {
    gap: 10px;
  }

  .platform-section__btn {
    width: 100%;
    min-width: 100%;
    min-height: 52px;
    padding: 12px 20px;
  }

  .platform-section__media {
    justify-content: center;
  }

  .platform-section__image {
    max-width: 100%;
  }
}








.pricing {
  padding: 40px 0;
  background: #f8f8f8;
}

.pricing__head {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.pricing__title {
  margin: 0 0 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #203449;
}

.pricing__subtitle {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #8e98a5;
}

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px 10px 12px;
  border: 1px solid #e2e7ec;
  border-radius: 12px;
  background: #f8f8f8;
}

.pricing-card--accent {
  background: #f1f5f8;
}

.pricing-card__top {
  margin-bottom: 12px;
}

.pricing-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.pricing-card__name {
  margin: 0 0 8px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #e46032;
}

.pricing-card__row .pricing-card__name {
  margin-bottom: 0;
}

.pricing-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 2px 10px;
  border: 1px solid #e46032;
  border-radius: 999px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #e46032;
  background: #fff4ef;
  white-space: nowrap;
}

.pricing-card__desc {
  margin: 0;
  min-height: 38px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #4f5f70;
}

.pricing-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 14px;
}

.pricing-stat {
  min-height: 54px;
  padding: 8px 4px 6px;
  border-radius: 8px;
  background: #eef2f5;
  text-align: center;
}

.pricing-stat__value {
  margin-bottom: 2px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #7f8b98;
}

.pricing-stat__label {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #4f5f70;
}

.pricing-card__list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.pricing-card__list li {
  position: relative;
  padding-left: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #2d3f52;
}

.pricing-card__list li + li {
  margin-top: 6px;
}

.pricing-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #e46032;
  font-weight: 700;
  font-size: 10px;
}

.pricing-card__actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
}

.pricing-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 50%;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pricing-card__btn--primary {
  color: #ffffff;
  background: #e46032;
}

.pricing-card__btn--primary:hover {
  background: #cf5428;
}

.pricing-card__btn--secondary {
  color: #203449;
  background: #e9eef2;
}

.pricing-card__btn--secondary:hover {
  background: #dde4ea;
}

/* tablet */
@media (max-width: 1100px) {
  .pricing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* mobile */
@media (max-width: 767px) {
  .pricing {
    padding: 28px 0 36px;
  }

  .pricing__head {
    margin-bottom: 22px;
  }

  .pricing__title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.35;
  }

  .pricing__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pricing-card {
    padding: 14px 10px 10px;
    border-radius: 12px;
  }

  .pricing-card__name {
    font-size: 15px;
  }

  .pricing-card__desc {
    min-height: auto;
  }

  .pricing-stat {
    min-height: 58px;
    padding: 8px 4px;
  }

  .pricing-stat__value {
    font-size: 22px;
  }


  .pricing-card__list {
    margin-bottom: 16px;
  }


  .pricing-card__btn {
    min-height: 34px;
  }
}








.automation-benefits {
  padding: 40px 0 20px;
  background: #f8f8f8;
}

.automation-benefits__inner {
  display: grid;
  grid-template-columns: minmax(0, 486px) minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.automation-benefits__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.benefit-stat {
  min-height: 122px;
  padding: 20px 14px 16px;
  border-radius: 14px;
  background: #eef2f5;
}

.benefit-stat__value {
  margin-bottom: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  color: #e46032;
}

.benefit-stat__text {
  max-width: 170px;
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #7f8c99;
}

.automation-benefits__content {
  max-width: 500px;
}

.automation-benefits__title {
  margin: 0 0 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: 0;
  color: #203449;
}

.automation-benefits__text {
  max-width: 470px;
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #7f8c99;
}

/* tablet */
@media (max-width: 1100px) {
  .automation-benefits__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .automation-benefits__content {
    max-width: 100%;
  }

  .automation-benefits__title {
    font-size: 36px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .automation-benefits {
    padding: 28px 0 36px;
  }

  .automation-benefits__inner {
    gap: 18px;
  }

  .automation-benefits__stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .benefit-stat {
    min-height: 78px;
    padding: 12px 12px 10px;
    border-radius: 10px;
  }

  .benefit-stat__value {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 1;
  }

  .benefit-stat__text {
    max-width: 100%;
  }

  .automation-benefits__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.2;
  }

  .automation-benefits__text {
    max-width: 100%;
  }
}







.advantages {
  padding: 20px 0 80px;
  background: #f8f8f8;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.advantage-card {
  max-width: 100%;
}

.advantage-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #f6e8e3;
}

.advantage-card__icon img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.advantage-card__title {
  margin: 0 0 12px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #e46032;
}

.advantage-card__text {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #7f8c99;
}

/* tablet */
@media (max-width: 1100px) {
  .advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 24px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .advantages {
    padding: 28px 0 36px;
  }

  .advantages__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .advantage-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 10px;
    border-radius: 6px;
  }

  .advantage-card__icon img {
    width: 18px;
    height: 18px;
  }

  .advantage-card__title {
    margin-bottom: 8px;
  }


}








.partners-cta {
  padding: 32px 0;
  background: #132c45;
  overflow: hidden;
}

.partners-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 588px) minmax(320px, 1fr);
  gap: 44px;
  align-items: center;
  min-height: 250px;
}

.partners-cta__content {
  max-width: 588px;
}

.partners-cta__title {
  margin: 0 0 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
}

.partners-cta__text {
  margin: 0 0 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffffff;
}

.partners-cta__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.partners-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.partners-cta__btn--primary {
  background: #e46032;
  color: #ffffff;
}

.partners-cta__btn--primary:hover {
  background: #cf5428;
}

.partners-cta__btn--secondary {
  background: #eef2f5;
  color: #203449;
}

.partners-cta__btn--secondary:hover {
  background: #dde5eb;
}

.partners-cta__media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.partners-cta__image {
  display: block;
  max-width: 100%;
  width: 588px;
  height: auto;
  object-fit: contain;
}

/* tablet */
@media (max-width: 1100px) {
  .partners-cta__inner {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 28px;
  }

  .partners-cta__title {
    font-size: 28px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .partners-cta {
    padding: 36px 0 28px;
  }

  .partners-cta__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: unset;
  }

  .partners-cta__content {
    max-width: 100%;
  }

  .partners-cta__title {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.28;
  }

  .partners-cta__text {
    max-width: 100%;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.6;
  }

  .partners-cta__actions {
    gap: 14px;
  }

  .partners-cta__btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 20px;
    font-size: 16px;
  }

  .partners-cta__media {
    justify-content: center;
  }

  .partners-cta__image {
    max-width: 100%;
  }
}










.faq-section {
  padding: 80px 0 40px;
  background: #f8f8f8;
}

.faq-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 588px);
  gap: 24px;
  align-items: start;
}

.faq-section__info {
}

.faq-section__title {
  margin: 0 0 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  color: #203449;
}

.faq-section__text {
  max-width: 470px;
  margin: 0 0 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #8a95a3;
}

.faq-contact {
  padding: 18px 16px 16px;
  border-radius: 14px;
  background: #eef2f5;
}

.faq-contact__title {
  margin: 0 0 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.35;
  color: #e46032;
}

.faq-contact__card {
  padding: 16px 14px;
  border-radius: 10px;
  background: #f8f8f8;
}

.faq-contact__label {
  margin: 0 0 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  color: #203449;
}

.faq-contact__phones {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.faq-phone {
  text-align: center;
}

.faq-phone__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
}

.faq-phone__icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.faq-phone__link {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #4d5d6d;
  text-decoration: none;
}

.faq-contact__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #dde4ea;
}

.faq-contact__mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  color: #4d5d6d;
  text-decoration: none;
}

.faq-contact__mail img {
  width: 14px;
  height: 14px;
}

.faq-contact__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-contact__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq-contact__socials img {
  width: 16px;
  height: 16px;
}

.faq-contact__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 16px;
}

.faq-contact__note {
  max-width: 270px;
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #203449;
}

.faq-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 52px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #e46032;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.faq-contact__btn:hover {
  background: #cf5428;
}

/* accordion */
.faq-accordion {
  border: 1px solid #dde3e8;
  border-radius: 14px;
  background: #f8f8f8;
  overflow: hidden;
}

.faq-item + .faq-item {
  border-top: 1px solid #dde3e8;
}

.faq-item__head {
  width: 100%;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 10px;
  align-items: start;
  padding: 14px 14px 14px 10px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.faq-item__number {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #e46032;
}

.faq-item__question {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.45;
  color: #203449;
}

.faq-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #203449;
}

.faq-item__body {
  display: none;
  padding: 0 18px 16px 50px;
}

.faq-item__body p {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #8a95a3;
}

.faq-item.is-open .faq-item__question {
  color: #203449;
}

/* tablet */
@media (max-width: 1100px) {
  .faq-section__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-section__info {
    max-width: 100%;
  }

  .faq-section__text {
    max-width: 100%;
  }
}

/* mobile */
@media (max-width: 767px) {
  .faq-section {
    padding: 28px 0 36px;
  }

  .faq-section__inner {
    gap: 18px;
  }

  .faq-section__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.3;
  }

  .faq-section__text {
    margin-bottom: 14px;
  }

  .faq-contact {
    padding: 14px 10px 10px;
    border-radius: 12px;
  }

  .faq-contact__title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .faq-contact__card {
    padding: 14px 10px;
  }

  .faq-contact__label {
    margin-bottom: 12px;
    text-align: center;
  }

  .faq-contact__phones {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 14px;
  }

  .faq-phone__icon {
    margin-bottom: 8px;
  }


  .faq-contact__bottom {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .faq-contact__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .faq-contact__note {
    max-width: 100%;
  }

  .faq-contact__btn {
    width: 100%;
    min-width: 100%;
    min-height: 48px;
  }

  .faq-item__head {
    grid-template-columns: 28px 1fr 16px;
    gap: 8px;
    padding: 12px 10px 12px 10px;
  }


  .faq-item__icon {
    font-size: 22px;
  }

  .faq-item__body {
    padding: 0 12px 14px 46px;
  }

}




.expert-cta {
  padding: 40px 0 80px;
  background: #f8f8f8;
}

.expert-cta__box {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #e46032;
  min-height: 292px;
  padding: 56px 24px;
}

.expert-cta__box::before,
.expert-cta__box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  pointer-events: none;
  opacity: 0.22;
  background-image: url("http://pbt.com.ua/wp-content/uploads/2026/03/frame-102.png");
  background-repeat: repeat;
  background-size: 180px auto;
}

.expert-cta__box::before {
  left: 0;
  background-position: left center;
}

.expert-cta__box::after {
  right: 0;
  background-position: right center;
}

.expert-cta__content {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.expert-cta__title {
  margin: 0 0 18px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.28;
  letter-spacing: 0;
  color: #ffffff;
}

.expert-cta__text {
  max-width: 520px;
  margin: 0 auto 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  color: #ffffff;
}

.expert-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #eef2f5;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  color: #203449;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.expert-cta__btn:hover {
  background: #ffffff;
}

/* tablet */
@media (max-width: 1100px) {
  .expert-cta__box {
    min-height: 260px;
    padding: 46px 20px;
  }

  .expert-cta__title {
    font-size: 30px;
  }

  .expert-cta__text {
    font-size: 15px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .expert-cta {
    padding: 28px 0 36px;
  }

  .expert-cta__box {
    min-height: auto;
    padding: 22px 16px 18px;
    border-radius: 18px;
  }

  .expert-cta__box::before,
  .expert-cta__box::after {
    width: 92px;
    background-size: 120px auto;
    opacity: 0.2;
  }

  .expert-cta__content {
    max-width: 100%;
  }

  .expert-cta__title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.35;
  }

  .expert-cta__text {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .expert-cta__btn {
    width: 100%;
    min-width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    font-size: 16px;
  }
}







.text-info-block {
  padding: 72px 0 84px;
  background: #f8f8f8;
}

.text-info-block__content {
}

.text-info-block__title {
  margin: 0 0 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #203449;
}

.text-info-block__text {
  margin: 0 0 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #7f8c99;
}

.text-info-block__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 128px;
  min-height: 40px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #e9eef2;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #203449;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.text-info-block__btn:hover {
  background: #dde5eb;
}

.text-info-block__text {
  overflow: hidden;
  position: relative;
}

.text-info-block__content.is-collapsed .text-info-block__text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(248, 248, 248, 0), #f8f8f8);
}

.text-info-block__content.is-open .text-info-block__text::after {
  display: none;
}

/* tablet */
@media (max-width: 1100px) {
  .text-info-block__title {
    font-size: 44px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .text-info-block {
    padding: 28px 0 36px;
  }

  .text-info-block__content {
    max-width: 100%;
  }

  .text-info-block__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.3;
  }

  .text-info-block__text {
    margin-bottom: 18px;
  }

  .text-info-block__btn {
    min-width: 150px;
    min-height: 40px;
    padding: 10px 18px;
    font-size: 15px;
  }
}







.site-footer {
  padding: 44px 0 26px;
  background: #132c45;
  color: #ffffff;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1.1fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.site-footer__brand {
  max-width: 255px;
}

.site-footer__logo {
  display: inline-block;
  margin-bottom: 18px;
}

.site-footer__logo img {
  display: block;
  width: 220px;
  height: auto;
}

.site-footer__about {
  margin: 0;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: #ffffff;
}

.footer-title,
.footer-menu__toggle {
  margin: 0 0 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  color: #ffffff;
}

.footer-menu__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: default;
}

.footer-menu__arrow {
  display: none;
  flex-shrink: 0;
}

.footer-menu__arrow svg {
  width: 20px;
  height: 20px;
}

.footer-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__list li + li {
  margin-top: 14px;
}

.footer-menu__list a,
.footer-contact-list a,
.footer-contact-list span:last-child {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #c7d1dc;
  transition: color 0.2s ease;
}

.footer-menu__list a:hover,
.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-contact-list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact-list li + li {
  margin-top: 10px;
}

.footer-contact-list__icon {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.footer-contact-list__icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-socials {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-socials img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(199, 209, 220, 0.2);
}

.site-footer__copyright,
.site-footer__bottom-links a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  color: #ffffff;
}

.site-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

/* tablet */
@media (max-width: 1180px) {
  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 32px;
  }

  .site-footer__brand {
    max-width: 100%;
  }
}

/* mobile */
@media (max-width: 767px) {
  .site-footer {
    padding: 30px 0 24px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .site-footer__logo {
    margin-bottom: 14px;
  }

  .site-footer__logo img {
    width: 210px;
  }

  .footer-title {
    margin-bottom: 14px;
    font-size: 18px;
  }

  .footer-menu {
    border-bottom: 1px solid transparent;
  }

  .footer-menu__toggle {
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
  }

  .footer-menu__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }

  .footer-menu.is-open .footer-menu__arrow {
    transform: rotate(180deg);
  }

  .footer-menu__body {
    display: none;
    padding-top: 12px;
  }

  .footer-menu__list li + li {
    margin-top: 12px;
  }

  .footer-menu__list a,
  .footer-contact-list a,
  .footer-contact-list span:last-child {
    font-size: 15px;
    line-height: 1.45;
  }

  .footer-contact-list {
    margin-bottom: 16px;
  }

  .footer-contact-list li + li {
    margin-top: 12px;
  }

  .footer-socials {
    gap: 22px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding-top: 22px;
    text-align: center;
  }

  .site-footer__bottom-links {
    flex-direction: column;
    gap: 12px;
  }
}

/* desktop: меню завжди відкриті */
@media (min-width: 768px) {
  .footer-menu__body {
    display: block !important;
  }
}










.contact-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  overflow: auto;
}

.contact-popup.is-active {
  display: block;
}

.contact-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 52, 73, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.contact-popup__dialog {
  position: relative;
  z-index: 2;
  width: calc(100% - 24px);
  max-width: 528px;
  margin: 40px auto;
  background: #f8f8f8;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(16, 27, 42, 0.16);
}

.contact-popup__content {
  padding: 26px 24px 24px;
}

.contact-popup__close {
  position: absolute;
  top: 22px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #e46032;
  cursor: pointer;
}

.contact-popup__close-icon {
  font-size: 28px;
  line-height: 1;
}

.contact-popup__title {
  margin: 46px 0 12px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #203449;
}

.contact-popup__subtitle {
  margin: 0 0 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: #7f8c99;
}

/* Contact Form 7 */
.contact-popup .wpcf7 {
  margin: 0;
}

.contact-popup .wpcf7 form {
  margin: 0;
}

.contact-popup .wpcf7 form p {
  margin: 0 0 14px;
}

.contact-popup .wpcf7 form p:last-child {
  margin-bottom: 0;
}

.contact-popup .wpcf7 label {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #203449;
}

.contact-popup .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.contact-popup .wpcf7 input[type="text"],
.contact-popup .wpcf7 input[type="email"],
.contact-popup .wpcf7 input[type="tel"],
.contact-popup .wpcf7 textarea {
  width: 100%;
  border: 1px solid #d7dde3;
  border-radius: 28px;
  background: #f8f8f8;
  box-shadow: none;
  outline: none;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #203449;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-popup .wpcf7 input[type="text"],
.contact-popup .wpcf7 input[type="email"],
.contact-popup .wpcf7 input[type="tel"] {
  height: 56px;
  padding: 0 18px;
}

.contact-popup .wpcf7 textarea {
  height: 146px;
  padding: 16px 18px;
  resize: vertical;
  border-radius: 24px;
}

.contact-popup .wpcf7 input::placeholder,
.contact-popup .wpcf7 textarea::placeholder {
  color: #8e98a5;
}

.contact-popup .wpcf7 input:focus,
.contact-popup .wpcf7 textarea:focus {
  border-color: #e46032;
  box-shadow: 0 0 0 3px rgba(228, 96, 50, 0.08);
}

/* acceptance */
.contact-popup .wpcf7-acceptance {
  display: block;
}

.contact-popup .wpcf7-list-item {
  margin: 0;
}

.contact-popup .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 400;
  color: #7f8c99;
}

.contact-popup .wpcf7-list-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: #e46032;
  flex-shrink: 0;
}

.contact-popup .wpcf7-list-item a {
  color: #203449;
  text-decoration: underline;
}

/* submit */
.contact-popup .wpcf7-submit {
  min-width: 244px;
  height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #e46032;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contact-popup .wpcf7-submit:hover {
  background: #cf5428;
}

.contact-popup .wpcf7-spinner {
  margin: 12px 0 0 12px;
}

.contact-popup .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 10px 14px !important;
  border-radius: 14px;
  font-family: "Mulish", sans-serif;
}

/* mobile */
@media (max-width: 767px) {
  .contact-popup__dialog {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 18px auto;
    border-radius: 22px;
  }

  .contact-popup__content {
    padding: 18px 14px 18px;
  }

  .contact-popup__close {
    top: 16px;
    right: 16px;
    font-size: 14px;
  }

  .contact-popup__close-icon {
    font-size: 24px;
  }

  .contact-popup__title {
    margin-top: 34px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
  }

  .contact-popup__subtitle {
    margin-bottom: 18px;
  }

  .contact-popup .wpcf7 label {
    font-size: 15px;
  }

  .contact-popup .wpcf7 input[type="text"],
  .contact-popup .wpcf7 input[type="email"],
  .contact-popup .wpcf7 input[type="tel"] {
    height: 52px;
    padding: 0 16px;
    font-size: 15px;
  }

  .contact-popup .wpcf7 textarea {
    height: 132px;
    padding: 14px 16px;
    font-size: 15px;
  }

  .contact-popup .wpcf7-submit {
    width: 100%;
    min-width: 100%;
    height: 54px;
    font-size: 17px;
  }
}
















.contacts-page-block {
  padding: 80px 0;
  background: #f8f8f8;
}

.contacts-page-block__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 668px);
  gap: 48px;
  align-items: start;
}

.contacts-page-block__info {
  max-width: 560px;
  padding-top: 18px;
}

.contacts-page-block__title {
  margin: 0 0 28px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 72px;
  line-height: 1.08;
  letter-spacing: 0;
  color: #203449;
}

.contacts-page-block__text {
  margin: 0 0 34px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #7f8c99;
}

.contacts-page-block__list {
  margin: 0 0 34px;
  padding: 0;
  list-style: none;
}

.contacts-page-block__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #203449;
}

.contacts-page-block__item + .contacts-page-block__item {
  margin-top: 18px;
}

.contacts-page-block__item a {
  color: #203449;
  text-decoration: none;
}

.contacts-page-block__icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.contacts-page-block__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.contacts-page-block__socials-wrap {
  margin-top: 12px;
}

.contacts-page-block__socials-title {
  margin: 0 0 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  color: #203449;
}

.contacts-page-block__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contacts-page-block__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #eef2f5;
  transition: background-color 0.2s ease;
}

.contacts-page-block__socials a:hover {
  background: #e2e9ef;
}

.contacts-page-block__socials img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.contacts-page-block__form-box {
  padding: 28px 20px 18px;
  border-radius: 20px;
  background: #eef2f5;
}

.contacts-page-block__form-title {
  margin: 0 0 10px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
  color: #111111;
}

.contacts-page-block__form-subtitle {
  margin: 0 0 24px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: #7f8c99;
}

/* CF7 styles */
.contacts-page-block .wpcf7 {
  margin: 0;
}

.contacts-page-block .wpcf7 form {
  margin: 0;
}

.contacts-page-block .wpcf7 form p {
  margin: 0 0 18px;
}

.contacts-page-block .wpcf7 label {
  display: block;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #203449;
}

.contacts-page-block .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.contacts-page-block .wpcf7 input[type="text"],
.contacts-page-block .wpcf7 input[type="email"],
.contacts-page-block .wpcf7 input[type="tel"],
.contacts-page-block .wpcf7 textarea {
  width: 100%;
  border: 1px solid #d9dde2;
  border-radius: 999px;
  background: #f8f8f8;
  outline: none;
  box-shadow: none;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #203449;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contacts-page-block .wpcf7 input[type="text"],
.contacts-page-block .wpcf7 input[type="email"],
.contacts-page-block .wpcf7 input[type="tel"] {
  height: 64px;
  padding: 0 18px;
}

.contacts-page-block .wpcf7 textarea {
  height: 64px;
  min-height: 64px;
  padding: 18px;
  resize: vertical;
  border-radius: 999px;
}

.contacts-page-block .wpcf7 input::placeholder,
.contacts-page-block .wpcf7 textarea::placeholder {
  color: #8e98a5;
}

.contacts-page-block .wpcf7 input:focus,
.contacts-page-block .wpcf7 textarea:focus {
  border-color: #e46032;
  box-shadow: 0 0 0 3px rgba(228, 96, 50, 0.08);
}

/* acceptance */
.contacts-page-block .wpcf7-acceptance {
  display: block;
}

.contacts-page-block .wpcf7-list-item {
  margin: 0;
}

.contacts-page-block .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #7f8c99;
}

.contacts-page-block .wpcf7-list-item input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 3px 0 0;
  accent-color: #e46032;
  flex-shrink: 0;
}

.contacts-page-block .wpcf7-list-item a {
  color: #7f8c99;
  text-decoration: underline;
}

/* submit */
.contacts-page-block .wpcf7-submit {
  min-width: 276px;
  height: 64px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #e46032;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contacts-page-block .wpcf7-submit:hover {
  background: #cf5428;
}

.contacts-page-block .wpcf7-spinner {
  margin: 14px 0 0 12px;
}

.contacts-page-block .wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 10px 14px !important;
  border-radius: 12px;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* tablet */
@media (max-width: 1100px) {
  .contacts-page-block__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contacts-page-block__info {
    max-width: 100%;
    padding-top: 0;
  }

  .contacts-page-block__title {
    font-size: 56px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .contacts-page-block {
    padding: 28px 0 36px;
  }

  .contacts-page-block__inner {
    gap: 22px;
  }

  .contacts-page-block__title {
    margin-bottom: 18px;
    font-size: 34px;
    line-height: 1.16;
  }

  .contacts-page-block__text {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.6;
  }

  .contacts-page-block__list {
    margin-bottom: 22px;
  }

  .contacts-page-block__item {
    gap: 12px;
    font-size: 16px;
  }

  .contacts-page-block__item + .contacts-page-block__item {
    margin-top: 14px;
  }

  .contacts-page-block__socials-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .contacts-page-block__socials {
    gap: 10px;
  }

  .contacts-page-block__socials a {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  .contacts-page-block__socials img {
    width: 22px;
    height: 22px;
  }

  .contacts-page-block__form-box {
    padding: 18px 14px 16px;
    border-radius: 16px;
  }

  .contacts-page-block__form-title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.25;
  }

  .contacts-page-block__form-subtitle {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .contacts-page-block .wpcf7 form p {
    margin-bottom: 14px;
  }

  .contacts-page-block .wpcf7 label {
    font-size: 15px;
  }

  .contacts-page-block .wpcf7 input[type="text"],
  .contacts-page-block .wpcf7 input[type="email"],
  .contacts-page-block .wpcf7 input[type="tel"],
  .contacts-page-block .wpcf7 textarea {
    font-size: 15px;
  }

  .contacts-page-block .wpcf7 input[type="text"],
  .contacts-page-block .wpcf7 input[type="email"],
  .contacts-page-block .wpcf7 input[type="tel"] {
    height: 56px;
    padding: 0 16px;
  }

  .contacts-page-block .wpcf7 textarea {
    height: 56px;
    min-height: 56px;
    padding: 16px;
  }

  .contacts-page-block .wpcf7-list-item label {
    font-size: 13px;
    line-height: 1.55;
  }

  .contacts-page-block .wpcf7-submit {
    width: 100%;
    min-width: 100%;
    height: 58px;
    font-size: 17px;
  }
}
















.dealer-cta {
  padding: 80px 0;
  background: #f8f8f8;
}

.dealer-cta__box {
  position: relative;
  overflow: hidden;
  min-height: 212px;
  padding: 40px 24px;
  border-radius: 22px;
  background: #c7dcea;
}

.dealer-cta__box::before,
.dealer-cta__box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 220px;
  pointer-events: none;
  opacity: 0.24;
  background-image: url("https://pbt.com.ua/wp-content/uploads/2026/03/frame-102.png");
  background-repeat: repeat;
  background-size: 180px auto;
}

.dealer-cta__box::before {
  left: 0;
  background-position: left center;
}

.dealer-cta__box::after {
  right: 0;
  background-position: right center;
}

.dealer-cta__content {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.dealer-cta__title {
  margin: 0 0 14px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #203449;
}

.dealer-cta__text {
  max-width: 470px;
  margin: 0 auto 22px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #203449;
}

.dealer-cta__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dealer-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.dealer-cta__btn--primary {
  background: #e46032;
  color: #ffffff;
}

.dealer-cta__btn--primary:hover {
  background: #cf5428;
}

.dealer-cta__btn--secondary {
  background: #eef2f5;
  color: #203449;
}

.dealer-cta__btn--secondary:hover {
  background: #dde5eb;
}

/* tablet */
@media (max-width: 1100px) {
  .dealer-cta__title {
    font-size: 28px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .dealer-cta {
    padding: 28px 0 36px;
  }

  .dealer-cta__box {
    min-height: auto;
    padding: 28px 12px 18px;
    border-radius: 18px;
  }

  .dealer-cta__box::before,
  .dealer-cta__box::after {
    width: 96px;
    background-size: 120px auto;
    opacity: 0.2;
  }

  .dealer-cta__content {
    max-width: 100%;
  }

  .dealer-cta__title {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.35;
  }

  .dealer-cta__text {
    max-width: 100%;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.55;
  }

  .dealer-cta__actions {
    gap: 10px;
  }

  .dealer-cta__btn {
    width: 100%;
    min-width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    font-size: 16px;
  }
}









.contacts-map__frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #eef2f5;
  box-shadow: 0 8px 24px rgba(32, 52, 73, 0.04);
}

.contacts-map__frame iframe {
  display: block;
  width: 100%;
  height: 456px;
  border: 0;
}

/* tablet */
@media (max-width: 1100px) {
  .contacts-map__frame iframe {
    height: 400px;
  }
}

/* mobile */
@media (max-width: 767px) {

  .contacts-map__frame {
    border-radius: 20px;
  }

  .contacts-map__frame iframe {
    height: 320px;
  }
}
