/* GLOBAL */
html { background: #fff; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse; border-spacing: 0; }
body { font-family: "Inter", sans-serif; color: #000; font-size: 18px; font-weight: 400; line-height: 1.2; background: transparent; }
a { color: #0089B6; text-decoration: underline; } 
a:hover { text-decoration: underline; outline: 0; color: #0a6e4c; }
strong, b { font-weight: bold; }
.clr { clear: both; }
.left { float: left; }
.right { float: right; }
.inline-item { display: inline-block; vertical-align: top; }
.tb { display: table; width: 100%; }
.tr { display: table-row; }
.td, .th { display: table-cell; vertical-align: middle; }
.clear-list, .clear-list li { list-style: none; }
.clear-list { padding: 0; margin: 0; }
.zoom-in { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }
.indent-this, .indent p { text-indent: 30px; }
.center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
html, body, .wrapper, .topbox { height: 100%; }
.wrapper, .bottombox { display: table; width: 100%; position: relative; }
.topbox { display: table-row; }
.overflow { overflow: hidden; }
input[type=file] { margin-bottom: 6px; }
.grecaptcha-badge, .jwlogo { opacity: 0 !important; }
.red-text { color: #D13730; }
hr { position: relative; background: #ed1c24; }
hr::before { content: ""; position: absolute; top: -3px; left: 3%; width: 40%; height: 5px; background: #ed1c24; border-radius: 36px; }
.container { position: relative; }
.header-separator { margin-top: 90px; }
article img, section img { max-width: 100%; margin-bottom: 25px; }
.no-bottom-margin { margin-bottom: 0 !important; }
.column { padding-left: 15px; padding-right: 15px; }

@media (max-width: 992px) {
.header-separator { margin-top: 75px; }
}

@media (max-width: 580px) {
body { font-size: 15px; }
}

/* GLOBAL TRANSITION */
.butn,  .owl-carousel .owl-dots button span, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-next::before, .mfp-zoom-out .mfp-close, .form-group input.form-control, .form-group textarea, .form-group select.form-control, .main-menu li a::before, .main-menu li a::after, .services-list a, .services-list a h4, .services-list a strong, .howitworks-section .inner a, .slick-prev::before, .slick-next::before, .socials-list li a i, .footer-menu a, .footer-menu a::after, .howitworks-section ol li, .howitworks-section ol li::before { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

/* SECTIONS */
section, article { position: relative; z-index: 1; }
section.out, article.out, main.out { margin-bottom: 60px; }
section.in, article.in, main.in { padding-top: 100px; padding-bottom: 100px; }
section .container { position: relative; z-index: 10; }

@media (max-width: 580px) {
section.out, article.out, main.out { margin-bottom: 40px; }
section.in, article.in, main.in { padding-top: 100px; padding-bottom: 70px; }
}

/* HOME PAGE: consistent vertical rhythm between blocks */
.home-hero-bg section.in {
	padding-top: 84px;
	padding-bottom: 84px;
}

.home-hero-bg section.in > .container > :first-child,
.home-hero-bg section.in > :first-child {
	margin-top: 0;
}

.home-hero-bg section.in > .container > :last-child,
.home-hero-bg section.in > :last-child {
	margin-bottom: 0;
}

.home-hero-bg .section-header .ttl,
.home-hero-bg .section-header .sub-ttl,
.home-hero-bg .section-header p {
	margin-top: 0;
}

.home-hero-bg .services-list li {
	margin-bottom: 24px;
}

.home-hero-bg .services-list {
	margin-bottom: -24px;
}

.home-hero-bg .faq-list > div:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
.home-hero-bg section.in {
	padding-top: 84px;
	padding-bottom: 84px;
}
}

@media (max-width: 580px) {
.home-hero-bg section.in {
	padding-top: 72px;
	padding-bottom: 72px;
}
.home-hero-bg .services-list li {
	margin-bottom: 16px;
}
.home-hero-bg .services-list {
	margin-bottom: -16px;
}
}


/* TITLES */
.section-header { margin-bottom: 45px; }
.ttl { font-size: 52px; font-weight: 700; line-height: 1.1; margin-bottom: 15px; }
.ttl.ttl-nobr { margin-bottom: 0; }
.sub-ttl { color: #0089B6; font-size: 44px; font-weight: 400; line-height: 1.1; }
.section-header .sub-ttl { margin-bottom: 15px; }
.section-header p { color: #0089B6; margin: 15px 0 0 0; }

@media (max-width: 992px) {
.ttl { font-size: 43px; }
.sub-ttl { font-size: 35px; }
}

@media (max-width: 768px) {
.ttl { font-size: 37px; }
.sub-ttl { font-size: 26px; }
}

@media (max-width: 580px) {
.ttl { font-size: 34px; line-height: 1.1; }
}

/* BUTTONS */
.buttons { display: -ms-flexbox; display: flex; gap: 15px; -ms-flex-pack: start; justify-content: start; }
.butn { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; height: 40px; padding: 17px 20px; background: #FFA800; border: 2px solid #FFA800; border-radius: 6px; color: #fff; font-size: 16px; font-weight: 700; line-height: 0; text-decoration: none; cursor: pointer; }
.butn.butn-border { background: transparent; border-color: #032540; color: #000; }
.butn:hover { background: #cf8b09; border-color: #cf8b09; color: #fff; text-decoration: none; -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.15); }
.butn.butn-border:hover { background: #032540; border-color: #032540; color: #fff; }

@media (max-width: 580px) {
section .buttons { -ms-flex-wrap: wrap; flex-wrap: wrap; }
}

/* SLIDERS CUSTOM */
.slick-prev, .slick-next, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { position: absolute; bottom: 0; left: 50%; margin-left: -55px; width: 48px; height: 48px; border: 0; text-align: center; background: transparent; outline: none !important; border-radius: 8px; cursor: pointer; text-indent: -10000px; overflow: hidden; z-index: 20; }
.slick-next, .owl-carousel .owl-nav .owl-next { left: auto; right: 50%; margin-left: 0; margin-right: -55px; }
.slick-prev::before, .slick-next::before, .owl-carousel .owl-nav .owl-prev::before, .owl-carousel .owl-nav .owl-next::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; text-align: center; font-family: "FontAwesome"; font-weight: 900; content: "\f060"; font-size: 22px; color: #000; text-indent: 0; z-index: 25; }
.slick-next::before, .owl-carousel .owl-nav .owl-next::before { -webkit-transform: scaleX(-1); transform: scaleX(-1); }
.slick-prev:hover::before, .slick-next:hover::before, .owl-carousel .owl-nav .owl-prev:hover::before, .owl-carousel .owl-nav .owl-next:hover::before { color: #032540; background: #fff; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { left: auto; right: 0; margin-left: 0; margin-right: 0; }
.owl-carousel .owl-nav .owl-prev { right: 65px; }
.owl-carousel { padding-bottom: 80px; }
.owl-carousel .owl-dots { position: absolute; bottom: 10px; left: 0; z-index: 10; }
.owl-carousel .owl-dots button { margin: 0 5px; outline: none; }
.owl-carousel .owl-dots button span { display: block; width: 12px; height: 12px; border-radius: 100%; background: #f2f2f2; }
.owl-carousel .owl-dots button:hover span { background: #e0d9cf; }
.owl-carousel .owl-dots button.active span { background: #000 !important;  }
.owl-carousel.owl-drag .owl-item { text-align: center; }
.owl-carousel.owl-drag .owl-item .item { display: inline-block; text-align: center; }

@media all and (max-width: 580px) {
.owl-carousel { padding-bottom: 65px; }
}

/* HEADER */
header { position: fixed; top: 0; left: 0; width: 100%; background: #031F35; z-index: 550; }
.home-hero-bg header { background: transparent; }
.home-hero-bg header.is-scrolled { background: #031F35; }

/* HOME: disable reveal animations, keep content static */
.home-hero-bg .animated {
	visibility: visible !important;
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

/* HEADER */
header .container { padding: 0; z-index: 60; }
@media (min-width: 1201px) { header .column-1 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } }
.logo img { width: 110px; }
.header-phone a { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 22px; font-weight: 700; text-decoration: none; }
.header-phone .phone-icon { color: #FFA800; font-size: 18px; line-height: 1; }
.header-phone .phone-number { color: #fff; line-height: 1; }
.header-phone a:hover .phone-number { color: #FFA800; }
header .column-5 .header-phone { position: relative; top: 1px; }
header .column-2 .buttons { position: relative; top: 2px; }

/* HEADER - MENU */
.main-menu { padding: 0 15px; }
.main-menu > ul { position: relative; top: 3px; display: -ms-flexbox; display: flex; gap: 35px; -ms-flex-pack: space-between; justify-content: space-between; }
.main-menu > ul > li { position: relative;  }
.main-menu > ul > li a { display: block; position: relative; padding: 35px 0; font-size: 17px; color: #fff; text-decoration: none; }
/* .main-menu > ul > li > a::before, .main-menu > ul > li > a::after { content: ""; position: absolute; top: 50%; margin-top: -14px; left: 0; width: 0; height: 0.5px; background: #fff; } */
.main-menu > ul > li a::after { top: auto; left: auto; right: 0; margin-top: 22px; }
.main-menu > ul > li:hover > a, .main-menu > ul > li.active > a { color: #FFA800; }
/* .main-menu > ul > li:hover > a::before, .main-menu > ul > li:hover > a:after { width: 100%; } */
.main-menu > ul > li.has-children > a { position: relative; padding-right: 0; }
.main-menu > ul > li.has-children ul a { padding-right: 0; }
/* .main-menu > ul > li.has-children::after { position: absolute; top: 50%; right: 0; margin-top: -9px; font-family: "FontAwesome"; font-weight: 900; content: "\f078"; font-size: 16px; color: #fff; z-index: 5; } */
/* .main-menu > ul > li.has-children:hover::after { -webkit-transform: none; -ms-transform: none; transform: none; } */

/* HEADER - MENU - LV 2 */
.main-menu > ul > li > ul { position: fixed; top: 89px; left: 50%; transform: translateX(-50%) translateY(40px) scale(0.99);width: 1185px; padding: 0; margin: 0; display: -ms-flexbox; display: flex; -ms-flex-pack: space-between; justify-content: space-between; gap: 15px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.35s ease, transform 0.35s ease; }
.main-menu > ul > li:hover > ul { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0) scale(1); }
.main-menu > ul > li > ul::before { content: ""; position: absolute; top: 0; left: -3000px; width: 10000px; height: 100%; background: #032540; }
.main-menu > ul > li > ul > li { position: relative; display: block; text-align: left; margin: 0; z-index: 10; padding-bottom: 8px; }
.main-menu > ul > li > ul > li > a { position: relative; display: block; font-size: 16px; color: #fff; text-transform: inherit; text-decoration: none; font-weight: normal; padding: 15px 0 8px; }
.main-menu > ul > li > ul > li::after, .main-menu > ul > li > ul > li > a::before, .main-menu ul > li > ul > li > a::after { display: none; }
.main-menu > ul > li > ul > li:hover > a { color: #FFA800; text-decoration: none; font-weight: 700; }

/* HEADER - MENU - LV 3 */
.main-menu > ul > li > ul > li > ul { display: -ms-flexbox; display: flex; position: absolute; top: 100%; left: 0; width: max-content; min-width: 420px; max-width: calc(100vw - 40px); margin: 0; -ms-flex-pack: start; justify-content: start; gap: 25px; padding: 15px 25px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, visibility .18s ease; }
.main-menu > ul > li > ul > li:hover > ul { opacity: 1; visibility: visible; pointer-events: auto; }
.main-menu > ul > li > ul > li > ul::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 0 0 18px 18px; background: #D4E1EF; }
.main-menu > ul > li > ul > li:nth-child(1) > ul { min-width: 610px; }
.main-menu > ul > li > ul > li:nth-child(2) > ul { min-width: 760px; }
.main-menu > ul > li > ul > li:nth-child(3) > ul { min-width: 760px; }
.main-menu > ul > li > ul > li:nth-child(4) > ul { min-width: 520px; }
.main-menu > ul > li > ul > li:nth-child(5) > ul { min-width: 330px; max-width: 330px; }
.main-menu > ul > li > ul > li:nth-child(6) > ul { min-width: 280px; max-width: 280px; }
.main-menu > ul > li > ul > li > ul > li > a { position: relative; color: #032540; font-size: 16px; font-weight: 700; text-transform: uppercase; padding: 5px 0; }
.main-menu > ul > li > ul > li > ul > li > a::after { content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 130%; border-bottom: 0.5px solid #032540; }
.main-menu > ul > li > ul > li > ul > li > a:hover { color: #FFA800; text-decoration: none; font-weight: 700; }

.main-menu > ul > li > ul > li:nth-child(6) > ul { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; align-items: flex-start; gap: 0; }
.main-menu > ul > li > ul > li:nth-child(6) > ul > li > a { color: #032540; font-size: 15px; font-weight: 400; text-transform: none; padding: 5px 0; }
.main-menu > ul > li > ul > li:nth-child(6) > ul > li > a:hover { color: #FFA800; font-weight: 700; }
.main-menu > ul > li > ul > li:nth-child(6) > ul > li > a::after { display: none; }
.main-menu > ul > li > ul > li:nth-child(6) > ul::after { position: relative; z-index: 1; order: -1; display: block; width: 100%; max-width: 100%; margin-bottom: 4px; padding: 5px 0 6px; border-bottom: 0.5px solid #032540; color: #032540; font-size: 16px; font-weight: 700; line-height: 1.2; }
.main-menu > ul > li > ul > li:nth-child(6) > ul::after { content: "РЕЄСТРАЦІЯ БІЗНЕСУ"; }

/* HEADER - MENU - LV 4 */
.main-menu > ul > li > ul > li > ul > li > ul { display: block; padding: 0; }
.main-menu > ul > li > ul > li > ul > li > ul > li > a { color: #032540; font-size: 15px; font-weight: 400; text-decoration: none; text-transform: none; padding: 5px 0; }
.main-menu > ul > li > ul > li > ul > li > ul > li > a:hover { color: #FFA800; text-decoration: none; font-weight: 700; }
.main-menu > ul > li > ul a:hover { text-decoration: none; font-weight: 700; }

/* HEADER - MOBILE */
.mobile-navi-button { display: none; }
.mobile-navi-button .mmenu-button { position: relative; width: 55px; height: 55px; margin: 0; -webkit-transition: background-color .3s ease; -o-transition: background-color .3s ease; transition: background-color .3s ease; cursor: pointer; }
.mobile-navi-button .mmenu-button span { background-color: #FFA800; display: block; height: 4px; left: calc(50% - 16px); position: absolute; -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; -webkit-transition: background-color .3s ease, opacity .3s ease-out, top .3s ease-out, -webkit-transform .3s ease-out; transition: background-color .3s ease, opacity .3s ease-out, top .3s ease-out, -webkit-transform .3s ease-out; -o-transition: background-color .3s ease, opacity .3s ease-out, top .3s ease-out, transform .3s ease-out; transition: background-color .3s ease, opacity .3s ease-out, top .3s ease-out, transform .3s ease-out; transition: background-color .3s ease, opacity .3s ease-out, top .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out; width: 32px; }
.mobile-navi-button .mmenu-button span { height: 4px; left: calc(50% - 20px); width: 40px; }
.mobile-navi-button .mmenu-button span:nth-child(1) { top: calc(50% - 14px); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-navi-button .mmenu-button span:nth-child(2) { top: calc(50% - 2px); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-navi-button .mmenu-button span:nth-child(3) { top: calc(50% + 10px); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-navi-button .mmenu-button span:not(.show) span:nth-child(2) { -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-navi-button .mmenu-button:hover { background-color: transparent; }
.mobile-navi-button .mmenu-button:hover span:nth-child(2) { -webkit-transform: scaleX(.6); -ms-transform: scaleX(.6); transform: scaleX(.6); }
.mobile-navi-button .mmenu-button.show span { background-color: #fff; }
.mobile-navi-button .mmenu-button.show span:nth-child(1) { top: calc(50% - 1px); -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-navi-button .mmenu-button.show span:nth-child(2) { opacity: 0; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.mobile-navi-button .mmenu-button.show span:nth-child(3) { top: calc(50% - 1px); -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
.pushmenu { position: fixed; top: 75px; background: #031F35; width: 100%; height: calc(100% - 75px); overflow-x: scroll;  z-index: 10000;}
.admin-bar .pushmenu { height: calc(100% - 116px); top: 116px; }
.pushmenu::-webkit-scrollbar { display: none; }
.pushmenu-right { right: -100%; }
.pushmenu-right.pushmenu-open { right: 0; }
.pushmenu-push { overflow-x: hidden; position: relative; right: 0; }
.pushmenu, .pushmenu-push, header, .mobile-head-contacts { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease;  transition: all 0.3s ease; }
.mobile-navi { position: absolute; top: 46px; right: 0; width: 100%; z-index: 250; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.pushmenu { padding: 25px 0; }
.mobile-contacts { text-align: center; margin-top: 25px; }
.mobile-contacts p, .mobile-contacts p a { color: #FFA800; font-size: 18px; font-weight: bold; text-decoration: none; }
.pushmenu .buttons {  -ms-flex-pack: center; justify-content: center; }

/* HEADER - MOBILE MENU */
.mobile-menu ul > li { position: relative; margin-bottom: 15px; }
.mobile-menu ul > li a { position: relative; display: block; padding-left: 25px; color: #fff; font-size: 18px; font-weight: 600; text-decoration: none; }
.mobile-menu ul > li > a::before { content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 20px; }
.mobile-menu ul > li:nth-child(1) > a::before { background: url("../images/menu-icon-1.svg") 50% 50% no-repeat; background-size: 100% 100%; }
.mobile-menu ul > li:nth-child(2) > a::before { background: url("../images/menu-icon-2.svg") 50% 50% no-repeat; background-size: 100% 100%; }
.mobile-menu ul > li:nth-child(3) > a::before { background: url("../images/menu-icon-3.svg") 50% 50% no-repeat; background-size: 100% 100%; }
.mobile-menu ul > li:nth-child(4) > a::before { background: url("../images/menu-icon-4.svg") 50% 50% no-repeat; background-size: 100% 100%; }
.mobile-menu ul > li:hover > a, .mobile-menu ul > li.active > a { color: #FFA800; }
.mobile-menu li.has-children a { padding-right: 25px; }
.mobile-menu li.has-children > a::after { position: absolute; top: 2px; right: 0; font-family: "FontAwesome"; font-weight: 900; content: "\f078"; font-size: 16px; color: #fff; z-index: 5; }
.mobile-menu li.has-children.active > a::after { color: #FFA800; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.mobile-menu ul ul { margin-top: 15px; }
.mobile-menu ul ul li a { font-weight: 400; padding-left: 0; }
.mobile-menu ul ul li a::before { display: none; }
.mobile-menu > .container > ul > li > ul > li > ul > li { margin-bottom: 10px; }
.mobile-menu > .container > ul > li > ul > li > ul > li.has-children > a::after { display: none; }
.mobile-menu > .container > ul > li > ul > li > ul > li > ul { display: block; margin-top: 10px; padding: 0; }
.mobile-menu > .container > ul > li > ul > li > ul > li > a,
.mobile-menu > .container > ul > li > ul > li > ul > li > ul > li > a {
	font-size: 16px;
	font-weight: 300;
	padding-left: 20px;
}
.mobile-menu > .container > ul > li > ul > li > ul > li > a::before,
.mobile-menu > .container > ul > li > ul > li > ul > li > ul > li > a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 20px;
	background: url("../images/menu-arrow.svg") 50% 50% no-repeat !important;
	background-size: 100% 100%;
}
.mobile-menu ul ul ul ul li { margin-bottom: 10px; }
.mobile-menu ul ul ul ul li a { font-size: 16px; font-weight: 300; padding-left: 20px; }
.mobile-menu ul ul ul ul li a::before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 16px; height: 20px; background: url("../images/menu-arrow.svg") 50% 50% no-repeat !important; background-size: 100% 100%; }

@media (max-width: 1200px) {
header .column-1 { width: 100%; }
header .column-2 { display: none; }
.main-menu > ul > li > ul, .main-menu > ul > li > ul > li > ul { max-width: 960px; }
.main-menu > ul > li > ul > li > a { font-size: 14px; }
}

@media (max-width: 992px) {
header .container { padding: 10px 15px; }
header .column-1 { width: auto; }
header .column-4, header .column-5 { display: none; }
.mobile-navi-button { display: block; }
.logo img { width: 90px; }
}

/* MAIN SECTION */
.main-section { padding: 100px 0 30px 0; z-index: 25; }
.main-section h2 { font-size: 47px; font-weight: 700; }
.main-section h2 span { color: #032540; }
.main-header { margin-bottom: 35px; }
.main-header .row { margin-left: -40px; margin-right: -40px; }
.main-header .row > div { padding-left: 40px; padding-right: 40px; }
.main-section figure { position: relative; margin: 0 -20px; border-radius: 18px; overflow: hidden; height: 720px; }
.main-section figure::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #020509; opacity: .35; z-index: 5; }
.main-section figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }
.main-section figure.main-hero-figure { background: url("../images/hero-home-main.jpg") 50% 50% / cover no-repeat; }
.main-section figure.main-hero-figure img { display: none; }
.main-hero-overlay { position: absolute; bottom: 48px; left: 60px; width: min(680px, calc(100% - 120px)); color: #fff; z-index: 10; }
.main-hero-overlay h1 { margin: 0 0 16px; color: #fff; font-size: 64px; font-weight: 700; line-height: 1.03; }
.main-hero-overlay p { margin: 0 0 24px; color: #fff; font-size: 20px; line-height: 1.4; }
.main-hero-overlay .butn.butn-border { border-color: #fff; color: #fff; background: transparent; }
.main-hero-overlay .butn.butn-border:hover { background: #fff; color: #032540; border-color: #fff; }
.main-advantages { padding: 75px; }
.main-advantages li { color: #032540; font-size: 28px; text-align: center; }
.main-advantages li strong { display: block; font-size: 72px; font-weight: bold; }
.main-advantages li strong, .main-advantages li strong span { color: #FFA800; }

@media (max-width: 1200px) {
.main-section h2 { font-size: 37px; }
.main-section figure { height: 600px; }
.main-hero-overlay { left: 30px; bottom: 32px; width: calc(100% - 60px); }
.main-hero-overlay h1 { font-size: 50px; }
.main-hero-overlay p { font-size: 18px; }
.main-advantages { padding: 35px; }
.main-advantages li { font-size: 25px; }
.main-advantages li strong { font-size: 65px; }
}

@media (max-width: 992px) {
.main-section .main-header .column-1 { margin-bottom: 15px; }
.main-advantages { padding: 30px 0 0 0; }
.main-advantages li { font-size: 22px; margin: 15px 0; }
.main-advantages li strong { font-size: 50px; }
.main-section figure { height: 420px; }
.main-hero-overlay { left: 24px; bottom: 24px; width: calc(100% - 48px); }
.main-hero-overlay h1 { font-size: 40px; }
.main-hero-overlay p { font-size: 17px; margin-bottom: 18px; }
}

@media (max-width: 580px) {
.main-section { padding: 40px 0 30px 0; }
.main-section h2 { font-size: 34px; line-height: 1.1; }
.main-section figure { margin: 0 -15px; height: 320px; border-radius: 0; }
.main-hero-overlay { left: 15px; bottom: 14px; width: calc(100% - 30px); }
.main-hero-overlay h1 { font-size: 30px; margin-bottom: 10px; }
.main-hero-overlay p { display: none; }
.main-hero-overlay .buttons { gap: 10px; }
.main-hero-overlay .butn { padding: 14px 16px; font-size: 14px; }
.main-advantages li {; font-size: 19px; }
.main-advantages li strong { font-size: 40px; }
}

/* HOME HERO (OLD STYLE) */
.home-hero-bg .main-section.hero-landing {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	padding-top: 160px;
	padding-bottom: 44px;
	margin-top: 0;
	background: url("../images/hero-home-main.jpg") center center / cover no-repeat, #031F35;
	border-bottom: 0;
}

.home-hero-bg .main-section.hero-landing::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	background: rgba(3, 31, 53, 0.42);
	pointer-events: none;
	z-index: 1;
}

.home-hero-bg .main-section.hero-landing > .container {
	position: relative;
	z-index: 2;
}

.home-hero-bg .main-section.hero-landing .hero-split {
	min-height: calc(100vh - 240px);
	min-height: calc(100svh - 240px);
}

.home-hero-bg .main-section.hero-landing .hero-title {
	color: #fff;
	font-size: clamp(60px, 5.4vw, 96px);
	line-height: 1.03;
	letter-spacing: -0.02em;
	margin: 0;
	text-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
}

.home-hero-bg .main-section.hero-landing .hero-description {
	max-width: 640px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: 22px;
	line-height: 1.35;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.home-hero-bg .main-section.hero-landing .hero-cta {
	margin-top: 36px;
}

.home-hero-bg .main-section.hero-landing .hero-cta .butn {
	height: 42px;
	min-height: 42px;
	padding: 0 28px;
	background: #FFA800;
	border-color: #FFA800;
	color: #fff;
}

.home-hero-bg .main-section.hero-landing .hero-cta .butn:hover {
	background: #cf8b09;
	border-color: #cf8b09;
	color: #fff;
}

.hero-metrics-band {
	background: #032540;
	padding: 84px 0;
}

.hero-about-head {
	max-width: 1120px;
	margin: 0 0 45px;
	text-align: left;
}

.hero-about-head .ttl {
	margin-bottom: 18px;
	color: #fff;
	font-size: 54px;
	line-height: 1.06;
}

.hero-about-head .ttl .accent {
	color: #FFA800;
}

.hero-about-head .sub-ttl {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #0089B6;
	max-width: 1080px;
}

.hero-about-head p {
	margin: 0 0 26px;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	max-width: 1080px;
}

.hero-about-head p:last-child { margin-bottom: 0; }

.hero-metrics-band .main-advantages {
	padding: 0;
}

.hero-metrics-band .main-advantages li {
	color: #fff;
	text-align: center;
}

.hero-metrics-band .main-advantages li strong {
	color: #FFA800;
}

@media (max-width: 991.98px) {
.home-hero-bg .main-section.hero-landing {
	padding-top: 120px;
	padding-bottom: 36px;
	background-position: 70% center;
}

.home-hero-bg .main-section.hero-landing .hero-split {
	min-height: auto;
}

.home-hero-bg .main-section.hero-landing .hero-title {
	font-size: 54px;
}

.home-hero-bg .main-section.hero-landing .hero-description {
	max-width: 560px;
	font-size: 19px;
}

.hero-metrics-band { padding: 84px 0; }
.hero-about-head { margin-bottom: 30px; }
.hero-about-head .ttl { font-size: 46px; }
.hero-about-head p { font-size: 17px; }
}

@media (max-width: 580px) {
.home-hero-bg .main-section.hero-landing .hero-title {
	font-size: 46px;
	line-height: 1.05;
}

.home-hero-bg .main-section.hero-landing .hero-description {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.3;
}

.hero-metrics-band { padding: 72px 0; }
.hero-about-head { margin-bottom: 22px; text-align: left; }
.hero-about-head .ttl { margin-bottom: 15px; font-size: 36px; }
.hero-about-head .sub-ttl { margin-bottom: 15px; }
.hero-about-head p { font-size: 15px; line-height: 1.42; }
.hero-metrics-band .main-advantages li { font-size: 16px; }
.hero-metrics-band .main-advantages li strong { font-size: 34px; }
}

@media (max-width: 767.98px) {
.home-hero-bg .main-section.hero-landing {
	padding-bottom: 28px;
}

.home-hero-bg .main-section.hero-landing .hero-split {
	min-height: calc(100svh - 190px);
	align-items: flex-end !important;
}

.home-hero-bg .main-section.hero-landing .hero-content {
	padding-bottom: 22px;
}
}

/* SERVICE HERO */
.service-hero {
	padding: 46px 0 68px;
	background: #031F35;
	color: #fff;
}

.service-hero-breadcrumbs {
	color: #0089B6;
	font-size: 18px;
	margin-bottom: 74px;
}

.service-hero-breadcrumbs a {
	color: #0089B6;
	text-decoration: none;
}

.service-hero-breadcrumbs a:hover {
	color: #fff;
	text-decoration: none;
}

.service-hero-breadcrumbs strong {
	font-weight: 700;
	color: #fff;
}

.service-hero-breadcrumbs span {
	margin: 0 10px;
}

.service-hero-top {
	margin-bottom: 42px;
}

.service-hero-title-col h1 {
	max-width: 560px;
	margin: 0;
	font-size: 64px;
	line-height: 1.03;
	font-weight: 700;
}

.service-hero-info-col p {
	max-width: 660px;
	margin: 4px 0 38px;
	font-size: 18px;
	line-height: 1.5;
	color: #d9e3f8;
}

.service-hero-buttons .butn {
	height: 48px;
	padding: 0 24px;
	border-radius: 8px;
	line-height: 1;
}

.service-hero-buttons .butn-border-light {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.service-hero-buttons .butn-border-light:hover {
	background: #fff;
	border-color: #fff;
	color: #032540;
}

.service-hero-stats {
	display: flex;
	justify-content: flex-end;
	gap: 70px;
}

.service-hero-stat-item {
	max-width: 170px;
}

.service-hero-stat-item strong {
	display: block;
	margin-bottom: 8px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	color: #FFA800;
	white-space: nowrap;
}

.service-hero-stat-item span {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	color: #f2f6ff;
}

@media (min-width: 993px) {
.service-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 70px;
	row-gap: 0;
	width: calc(50% - 15px);
	margin-left: auto;
	justify-items: start;
	align-items: start;
}
.service-hero-stat-item {
	max-width: none;
}
}

@media (max-width: 1400px) {
.service-hero-breadcrumbs { margin-bottom: 60px; }
.service-hero-title-col h1 { font-size: 56px; }
.service-hero-stat-item strong { font-size: 50px; }
}

@media (max-width: 1200px) {
.service-hero-breadcrumbs { margin-bottom: 48px; }
.service-hero-title-col h1 { font-size: 50px; max-width: 520px; }
.service-hero-stats { gap: 45px; }
.service-hero-stat-item strong { font-size: 43px; }
}

@media (max-width: 992px) {
.service-hero { padding: 36px 0 44px; }
.service-hero-breadcrumbs { font-size: 18px; margin-bottom: 32px; }
.service-hero-title-col { margin-bottom: 28px; }
.service-hero-title-col h1 { font-size: 40px; max-width: 100%; }
.service-hero-info-col p { margin-bottom: 24px; max-width: 100%; }
.service-hero-stats {
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	margin-top: 26px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.82);
	text-align: center;
}
.service-hero-stat-item { flex: 1 1 32%; max-width: 32%; }
.service-hero-stat-item strong { font-size: 35px; }
.service-hero-stat-item span { font-size: 17px; }
}

@media (max-width: 580px) {
.service-hero-breadcrumbs { font-size: 14px; line-height: 1.35; }
.service-hero-breadcrumbs span { margin: 0 6px; }
.service-hero-title-col h1 { font-size: 32px; }
.service-hero-buttons { flex-wrap: wrap; }
.service-hero-buttons .butn { width: 100%; }
.service-hero-stats {
	flex-direction: column;
	align-items: center;
	gap: 16px;
}
.service-hero-stat-item { flex: 0 0 auto; max-width: 100%; text-align: center; }
.service-hero-stat-item strong { margin-bottom: 4px; font-size: 37px; }
}

/* SERVICE PAGE - FULLSCREEN HERO */
.service-page,
.service-page .wrapper,
.service-page .topbox,
.service-page .overflow {
	background: #fff;
	overflow-x: hidden;
}

body.service-page {
	width: 100%;
	max-width: 100%;
}

.service-page section {
	overflow-x: clip;
}

.service-page .header-separator {
	margin-top: 0;
}

.service-page .service-hero {
	min-height: 100vh;
	padding-top: 168px;
}

.service-page .service-hero .container {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 168px - 68px);
}

.service-page .service-hero-stats {
	margin-top: auto;
}

@media (max-width: 992px) {
.service-page .service-hero {
	min-height: auto;
	padding-top: 111px;
	padding-bottom: 44px;
}

.service-page .service-hero .container {
	min-height: 0;
}

.service-page .service-hero-stats {
	margin-top: 24px;
}

.service-pricing-sticky-col,
.service-spec-sticky-col,
.service-testimonials-sticky-col,
.service-faq-sticky-col,
.service-content-sticky-col {
	display: none;
	min-height: 0;
}
}

/* SERVICE INCLUDE SECTION */
.service-include-section {
	padding: 58px 0 72px;
	background: #fff;
}

.service-include-content h2 {
	margin: 0 0 28px;
	color: #000;
	font-size: 66px;
	font-weight: 700;
	line-height: 1.06;
}

.service-include-content p {
	max-width: 720px;
	margin: 0 0 44px;
	color: #1f1f1f;
	font-size: 18px;
	line-height: 1.45;
}

.service-include-tabs {
	display: flex;
	gap: 0;
	margin-bottom: 38px;
	padding-bottom: 0;
	border-bottom: 0;
	align-items: flex-end;
	flex-wrap: nowrap;
	position: relative;
}

.service-include-tabs::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #0089B6;
	pointer-events: none;
}

.service-include-tab {
	--tab-lift: 0px;
	--tab-z: 1;
	min-width: 150px;
	height: 54px;
	padding: 0 26px;
	border: 2px solid #0089B6;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	background: #e8edf6;
	color: #2b3d64;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 0;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	position: relative;
	margin-right: 0;
	z-index: var(--tab-z);
	transform: translateY(var(--tab-lift));
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0089B6;
}

.service-include-tab.active {
	background: #032540;
	color: #fff;
	border-color: #032540;
	border-bottom-color: #032540;
}

.service-include-tab:not(.active):hover {
	background: #dde5f3;
	border-color: #8fa3c8;
	color: #223659;
	z-index: 50;
}

.service-include-tab:last-child {
	margin-right: 0;
}

.service-include-list {
	margin: 0;
	padding-left: 28px;
	color: #1f1f1f;
	font-size: 17px;
	line-height: 1.42;
	display: none;
}

.service-include-list.active {
	display: block;
}

.service-include-list.no-numbers {
	list-style: disc;
	padding-left: 22px;
}

.service-include-list li {
	margin-bottom: 7px;
}

.service-include-list strong {
	font-weight: 700;
}

.service-include-image-box {
	position: relative;
	max-width: 552px;
	margin: 0 0 0 auto;
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}

.service-include-image-box img {
	display: block;
	width: 490px;
	max-width: 100%;
	height: 729px;
	object-fit: cover;
	object-position: center;
	margin: 0;
}

@media (max-width: 1200px) {
.service-include-content h2 { font-size: 56px; }
.service-include-tab { min-width: 130px; padding: 0 18px; }
}

@media (max-width: 992px) {
.service-include-section { padding: 44px 0 52px; }
.service-include-content h2 { font-size: 44px; margin-bottom: 22px; }
.service-include-content p { margin-bottom: 28px; }
.service-include-tabs { margin-bottom: 24px; }
.service-include-tab { margin-right: 0; transform: none !important; }
.service-include-list { margin-bottom: 30px; }
.service-include-image-box { margin: 0 auto; }
}

@media (max-width: 580px) {
.service-include-section { padding: 38px 0 46px; }
.service-include-content h2 { font-size: 34px; }
.service-include-tabs {
	gap: 6px;
	padding-bottom: 0;
	overflow-x: hidden;
	min-height: 47px;
	flex-wrap: nowrap;
}
.service-include-tab {
	flex: 1 1 0;
	min-width: 0;
	height: 42px;
	padding: 0 8px;
	font-size: 14px;
	margin-right: 0;
	transform: none !important;
}
.service-include-list {
	padding-left: 22px;
	font-size: 16px;
	margin-bottom: 48px;
}
.service-include-image-box {
	margin-top: 28px;
}
.service-include-image-box img {
	width: 100%;
	height: auto;
	aspect-ratio: 490 / 729;
}
}

/* SERVICE QUIZ SECTION */
.service-quiz-section {
	background: #efefef;
	padding: 58px 0 72px;
}

.service-quiz-title {
	margin: 0 0 28px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.06;
	color: #000;
}

.service-quiz-layout {
	margin-left: -15px;
	margin-right: -15px;
}

.service-quiz-layout > div {
	padding-left: 15px;
	padding-right: 15px;
}

.service-quiz-step {
	background: #032540;
	border-radius: 16px;
	padding: 30px 36px;
	margin-bottom: 16px;
	color: #fff;
}

.service-quiz-step.collapsed {
	background: #f5f5f5;
	color: #131313;
	padding: 28px 36px;
}

.service-quiz-step-head {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}

.service-quiz-step-icon {
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
}

.service-quiz-step h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.15;
}

.service-quiz-options {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 36px;
	padding: 24px 0 0 70px;
}

.service-quiz-step.collapsed .service-quiz-options {
	display: none;
}

.service-quiz-option {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 170px;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
}

.service-quiz-option input {
	appearance: none;
	-webkit-appearance: none;
	width: 23px;
	height: 23px;
	border: 2px solid #d4def5;
	border-radius: 7px;
	background: transparent;
	cursor: pointer;
}

.service-quiz-option input:checked {
	background: #FFA800;
	border-color: #FFA800;
}

.service-quiz-contact-card {
	background: #f5f5f5;
	border-radius: 16px;
	padding: 32px 34px;
	height: 100%;
	transition: all .3s ease;
}

.service-quiz-contact-title {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}

.service-quiz-contact-title i {
	font-size: 40px;
	color: #1a1a1a;
}

.service-quiz-contact-title h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.05;
	color: #111;
}

.service-quiz-form-row {
	display: flex;
	gap: 18px;
}

.service-quiz-form-group {
	margin-bottom: 14px;
	width: 100%;
}

.service-quiz-form-group label {
	display: block;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 400;
	color: #1f1f1f;
}

.service-quiz-form-group input {
	width: 100%;
	height: 47px;
	padding: 0 16px;
	border: 2px solid #ebebeb;
	border-radius: 6px;
	background: #ebebeb;
	font-size: 15px;
	font-family: "Inter", sans-serif;
	color: #1a1a1a;
}

.service-quiz-form-group input::placeholder {
	color: #6c6c6d;
	font-size: 15px;
}

.service-quiz-form-group input:hover,
.service-quiz-form-group input:focus {
	outline: none;
	border-color: #032540;
}

.service-quiz-contact-card.ready {
	background: #032540;
}

.service-quiz-contact-card.ready .service-quiz-contact-title i,
.service-quiz-contact-card.ready .service-quiz-contact-title h3,
.service-quiz-contact-card.ready .service-quiz-form-group label {
	color: #fff;
}

.service-quiz-contact-card.ready .service-quiz-form-group input {
	background: #032540;
	border-color: #032540;
	color: #fff;
}

.service-quiz-contact-card.ready .service-quiz-form-group input::placeholder {
	color: #d8e3f8;
}

.service-quiz-actions {
	display: flex;
	gap: 12px;
	margin-top: 12px;
	align-items: center;
}

.service-quiz-btn {
	height: 40px;
	border: 0;
	border-radius: 6px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all .3s ease;
}

.service-quiz-btn-back {
	background: #d6e3f4;
	color: #121212;
	min-width: 105px;
}

.service-quiz-btn-submit {
	background: #FFA800;
	color: #fff;
	flex: 1;
}

.service-quiz-btn-back:hover {
	background: #bed1ea;
}

.service-quiz-btn-submit:hover {
	background: #cf8b09;
	color: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}

.service-quiz-success {
	display: none;
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 6px;
	background: #d6f0df;
	color: #0f5a2d;
	font-size: 14px;
	font-weight: 600;
}

.service-quiz-success.show {
	display: block;
}

.service-quiz-contact-card.ready .service-quiz-success {
	background: rgba(214, 240, 223, 0.95);
	color: #0f5a2d;
}

@media (max-width: 1200px) {
.service-quiz-title { font-size: 48px; }
.service-quiz-step h3 { font-size: 23px; }
.service-quiz-options { padding-left: 0; }
.service-quiz-contact-title h3 { font-size: 22px; }
}

@media (max-width: 992px) {
.service-quiz-section { padding: 44px 0 52px; }
.service-quiz-title { font-size: 40px; margin-bottom: 18px; }
.service-quiz-step { padding: 24px; }
.service-quiz-step h3 { font-size: 22px; }
.service-quiz-step-icon { width: 40px; height: 40px; flex-basis: 40px; font-size: 30px; }
.service-quiz-contact-card { padding: 24px; }
.service-quiz-contact-title h3 { font-size: 21px; }
.service-quiz-form-row { flex-direction: column; gap: 0; }
}

@media (max-width: 580px) {
.service-quiz-section { padding: 38px 0 46px; }
.service-quiz-title { font-size: 34px; }
.service-quiz-step h3 { font-size: 21px; }
.service-quiz-options { gap: 10px 12px; }
.service-quiz-option { min-width: 0; width: calc(50% - 6px); font-size: 16px; }
.service-quiz-contact-title h3 { font-size: 20px; }
.service-quiz-actions { flex-wrap: wrap; }
.service-quiz-btn { width: 100%; }
}

/* SERVICES SECTION */
.services-section { background: #e9f0f7; }
.services-section .section-header .ttl { margin-bottom: 15px; }
.services-section .section-header .sub-ttl {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.services-section .section-header p { color: #000; }
.services-list li { margin-bottom: 25px; }
.services-list a { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: start; align-items: flex-start; -ms-flex-pack: start; justify-content: flex-start; height: 235px; background: #032540; padding: 25px; text-decoration: none; border-radius: 16px; }
.services-list a figure { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 42px; height: 42px; margin: 0 0 20px; }
.services-list a figure img { width: 100%; max-width: 100%; max-height: 100%; transform-style: preserve-3d; margin: 0; -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -ms-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; }
.services-list a h4 { color: #fff; font-size: 22px; font-weight: 400; margin: 0 0 16px; }
.services-list a p { color: #fff; font-size: 18px; font-weight: 300; margin: 0; }
.services-list a:hover { scale: 1.05; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); }
.services-list a:hover h4 { color: #FFA800; }
.services-list a:hover figure img { transform: none; }

@media (min-width: 768px) {
.show-more-wrapper { display: none; }
}

@media (max-width: 767px) {
.services-list li:nth-child(n+5) { display: none; }
.services-list.show-all li:nth-child(n+5) { display: block; }
.show-more-wrapper.hidden { display: none !important; }
.show-more-wrapper { text-align: center; }
.btn-show-more { background: transparent; border: none; color: #8E8E93; cursor: pointer; padding: 10px 20px; }
}

@media (max-width: 1200px) {
.services-list a { height: 205px; }
.services-list a h4 { font-size: 22px; }
}

@media (max-width: 992px) {
.services-list a h4 { font-size: 22px; }
.services-list a p { font-size: 18px; }
}

@media (max-width: 580px) {
.services-list a { display: block; padding-left: 85px; height: auto; min-height: 44px; }
.services-list a figure { position: absolute; top: 25px; left: 25px; }
.services-list a h4 { font-size: 19px; }
.services-list a p { font-size: 15px; }
}

/* HOW IT WORKS SECTION */
.howitworks-section .row { margin-left: -60px; margin-right: -60px; }
.howitworks-section .row > div { padding-left: 60px; padding-right: 60px; }
.howitworks-section .inner { position: relative; }
.howitworks-section .inner a { position: absolute; top: -100px; right: -100px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; text-align: center; width: 270px; height: 270px; color: #fff; font-size: 28px; background: #032540; border-radius: 100%; border: 15px solid #fff; text-decoration: none; z-index: 20; }
.howitworks-section .inner a:hover { scale: 1.05; color: #FFA800; }
.howitworks-section figure { position: relative; border-radius: 18px; overflow: hidden; height: 500px; }
.howitworks-section figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }
.howitworks-section ol { counter-reset: step; list-style: none; padding: 0; margin: 0; }
.howitworks-section ol li { position: relative; counter-increment: step; padding: 15px 0 25px 70px; margin-bottom: 25px; border-bottom: 1.5px solid #8e8e93; }
.howitworks-section ol li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 0; width: 55px; height: 55px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: #fff; font-size: 28px; background: #FFA800; border-radius: 100%; }
.howitworks-section ol li h3 { color: #032540; font-size: 22px; margin-bottom: 20px; }
.howitworks-section ol li p { margin: 0; }
.howitworks-section ol li:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.howitworks-section ol li:hover { padding-left: 85px; }
.howitworks-section ol li:hover::before { left: 15px; }

@media (max-width: 1200px) {
.howitworks-section .row { margin-left: -15px; margin-right: -15px; }
.howitworks-section .row > div { padding-left: 15px; padding-right: 15px; }
.howitworks-section .inner a { top: -42px; right: 50%; margin-right: -105px; width: 210px; height: 210px; font-size: 22px; }
.howitworks-section figure { height: 540px; }
}

@media (max-width: 992px) {
.howitworks-section figure { height: 340px; margin-bottom: 80px; }
.howitworks-section .inner a { top: auto; bottom: -102px; }
}

@media (max-width: 768px) {
.howitworks-section .inner a { bottom: -90px; margin-right: -95px; width: 190px; height: 190px; font-size: 20px; }
}

@media (max-width: 580px) {
.howitworks-section .inner a { bottom: -70px; margin-right: -83px; width: 166px; height: 166px; font-size: 18px; }
.howitworks-section figure { height: 290px; margin: 0 -15px 80px -15px; border-radius: 0; }
.howitworks-section ol li h3 { font-size: 19px; margin-bottom: 10px; }
.howitworks-section ol li::before { width: 45px; height: 45px; font-size: 25px; }
.howitworks-section ol li { padding: 12px 0 15px 60px; margin-bottom: 15px; }
}

/* PROBLEMS SECTION */
.problems-section { background: #f2f2f2; }
.problems-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.problem-card { background: #D4E1EF; border-radius: 14px; padding: 22px; min-height: 220px; }
.problem-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 10px; background: #032540; color: #fff; font-size: 17px; font-weight: 700; line-height: 1; margin-bottom: 14px; }
.problem-card h3 { margin: 0 0 10px; font-size: 28px; font-weight: 700; line-height: 1.1; color: #032540; }
.problem-card p { margin: 0; font-size: 17px; line-height: 1.42; color: #1a1a1a; }
.problem-card,
.problem-card h3,
.problem-card .problem-num {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.problem-card:hover { scale: 1.05; -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.25); }
.problem-card:hover h3 { color: #032540; }
.problem-card:hover .problem-num { background: #031F35; }

@media (max-width: 1200px) {
.problem-card h3 { font-size: 24px; }
.problem-card p { font-size: 16px; }
}

@media (max-width: 992px) {
.problems-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.problem-card { min-height: 205px; padding: 18px; }
}

@media (max-width: 580px) {
.problems-grid { grid-template-columns: 1fr; }
.problem-card { min-height: 0; padding: 16px; border-radius: 12px; }
.problem-num { width: 36px; height: 36px; border-radius: 8px; font-size: 15px; margin-bottom: 10px; }
.problem-card h3 { font-size: 21px; margin-bottom: 8px; }
.problem-card p { font-size: 15px; line-height: 1.35; }
}

/* CALCULATOR SECTION */
.calculator-section { background: #e9f0f7; }
.calculator-section .inner { position: relative; padding-right: 520px; min-height: 0; }
.calculator-section .section-header { margin-bottom: 15px; }
.calculator-section figure { position: absolute; top: 0; right: 0; bottom: 0; width: 480px; height: auto; border-radius: 18px; overflow: hidden; }
.calculator-section figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; object-position: left center; transform: translate(-50%, -50%); margin: 0; }
.calculator-section .form-group input.form-control,
.calculator-section .form-group textarea.form-control,
.calculator-section .form-group select.form-control {
	background: #fff;
	border-color: #fff;
}
.howitworks-section figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }

@media (max-width: 1200px) {
.calculator-section .inner { padding-right: 0; }
.calculator-section figure { display: none; }
}

/* WHY INMPORTANT SECTION */
.important-slider-wrapper .slick-slider { padding-bottom: 80px; }
.whyimportant-list .item { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: start; -ms-flex-pack: start; justify-content: start; height: 273px; padding: 76px 32px 30px 32px; background: #f2f2f2; margin: 0 18px; border-radius: 12px; overflow: hidden; }
.whyimportant-list .item figure { position: absolute; top: 0; right: -15px; display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: start; -ms-flex-pack: end; justify-content: end; width: 160px; height: 200px; }
.whyimportant-list .item figure img { width: 100%; max-width: 100%; max-height: 100%; margin: 0; }
.whyimportant-list .item .inner { position: relative; max-width: 265px; z-index: 10; }
.whyimportant-list .item h3 { font-size: 16px; font-weight: 600; }
.whyimportant-list .item h4 { font-size: 28px; }
.whyimportant-list .slick-current .item { background: #D4E1EF; }
.whyimportant-list .slick-current .item h3 { color: #032540; }
.whyimportant-list .slick-current .item h4 { color: #032540; font-weight: bold; }

@media (max-width: 580px) {
.whyimportant-section .section-header { padding: 0 15px; }
.whyimportant-list .item { padding: 84px 20px 30px 20px; margin: 0 10px; }
.whyimportant-list .item h4 { font-size: 25px; }
}

/* COMPANY BENEFITS SECTION */
.company-benefits-section {
	background: #f2f2f2;
}

.company-benefits-section .section-header {
	max-width: 960px;
	margin: 0 auto 36px;
}

.company-benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.company-benefits-card {
	background: #D4E1EF;
	border-radius: 14px;
	padding: 22px 22px 20px;
}

.company-benefits-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 14px;
	border-radius: 10px;
	background: #032540;
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.company-benefits-icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.company-benefits-card h3 {
	margin: 0 0 10px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.1;
	color: #032540;
}

.company-benefits-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.42;
	color: #1a1a1a;
}

.company-benefits-card,
.company-benefits-card h3,
.company-benefits-icon {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.company-benefits-card:hover {
	scale: 1.03;
	-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.company-benefits-card:hover .company-benefits-icon {
	background: #031F35;
}

@media (max-width: 1200px) {
.company-benefits-card h3 { font-size: 24px; }
}

@media (max-width: 992px) {
.company-benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.company-benefits-card { padding: 18px 18px 16px; }
.company-benefits-card h3 { font-size: 22px; }
}

@media (max-width: 580px) {
.company-benefits-section .section-header { margin-bottom: 24px; padding: 0 15px; }
.company-benefits-grid { grid-template-columns: 1fr; }
.company-benefits-card { padding: 16px; border-radius: 12px; }
.company-benefits-icon { width: 42px; height: 42px; border-radius: 8px; font-size: 20px; margin-bottom: 10px; }
.company-benefits-card h3 { font-size: 20px; margin-bottom: 8px; }
.company-benefits-card p { font-size: 15px; line-height: 1.35; }
}

/* BLOG PAGE */
.blog-page-layout header {
	background: #031F35;
}

.blog-page-header-row {
	min-height: 90px;
	margin-left: -15px;
	margin-right: -15px;
}

.blog-page-header-row > .column {
	padding-left: 15px;
	padding-right: 15px;
}

.blog-page-header-nav {
	flex: 1 1 auto;
}

.blog-page-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.blog-page-nav a {
	display: block;
	padding: 8px 0;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

.blog-page-nav li.active a,
.blog-page-nav a:hover {
	color: #FFA800;
	text-decoration: none;
}

.blog-page-header-cta .buttons {
	justify-content: flex-end;
}

.blog-list-section {
	background: #f2f2f2;
}

.blog-list-section .section-header {
	max-width: 950px;
	margin: 0 auto 36px;
}

@media (min-width: 1201px) {
.blog-list-layout header .column-1 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
}

.blog-list-section .section-header p {
	color: #0089B6;
}

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

.blog-preview-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(3, 31, 53, 0.08);
	transition: transform .3s ease, box-shadow .3s ease;
}

.blog-preview-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(3, 31, 53, 0.16);
}

.blog-preview-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.blog-preview-image {
	display: block;
	height: 255px;
	overflow: hidden;
}

.blog-preview-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.blog-preview-content {
	padding: 20px 20px 22px;
}

.blog-preview-content h3 {
	margin: 0 0 10px;
	font-size: 28px;
	line-height: 1.1;
	color: #032540;
}

.blog-preview-content h3 a {
	color: #032540;
	text-decoration: none;
}

.blog-preview-link:hover .blog-preview-content h3 {
	color: #0089B6;
}

.blog-preview-content h3 a:hover {
	color: #0089B6;
	text-decoration: none;
}

.blog-preview-content p {
	margin: 0;
	color: #1a1a1a;
	font-size: 16px;
	line-height: 1.42;
}

@media (max-width: 1200px) {
.blog-preview-content h3 { font-size: 24px; }
.blog-preview-image { height: 220px; }
}

@media (max-width: 992px) {
.blog-page-header-row {
	min-height: 76px;
}
.blog-page-header-nav {
	display: none;
}
.blog-preview-grid {
	grid-template-columns: 1fr;
	gap: 16px;
}
.blog-preview-content {
	padding: 16px;
}
.blog-preview-content h3 {
	font-size: 22px;
	margin-bottom: 8px;
}
}

@media (max-width: 580px) {
.blog-page-header-cta .butn {
	height: 38px;
	padding: 0 14px;
	font-size: 14px;
}
.blog-list-section .section-header {
	margin-bottom: 24px;
	padding: 0 15px;
}
.blog-preview-image {
	height: 195px;
}
.blog-preview-content h3 {
	font-size: 20px;
}
.blog-preview-content p {
	font-size: 15px;
	line-height: 1.35;
}
}

/* BLOG ARTICLE PAGE */
.blog-article-hero {
	background: #e9f0f7;
}

.blog-article-breadcrumbs {
	margin-bottom: 28px;
	color: #5f7285;
	font-size: 14px;
	line-height: 1.4;
}

.blog-article-breadcrumbs a {
	color: #0089B6;
	text-decoration: none;
}

.blog-article-breadcrumbs a:hover {
	text-decoration: underline;
}

.blog-article-breadcrumbs span {
	margin: 0 6px;
}

.blog-article-breadcrumbs strong {
	color: #032540;
	font-weight: 600;
}

.blog-article-lead {
	margin: 14px 0 16px;
	font-size: 18px;
	line-height: 1.45;
	color: #324153;
}

.blog-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	color: #5a6d80;
	font-size: 15px;
}

.blog-article-meta i {
	margin-right: 6px;
	color: #0089B6;
}

.blog-article-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.blog-article-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(0, 137, 182, 0.1);
	color: #032540;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}

.blog-article-cover {
	position: relative;
	height: 250px;
	border-radius: 16px;
	overflow: hidden;
	margin: 0;
}

.blog-article-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.blog-article-section {
	background: #fff;
}

.blog-article-layout-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 24px;
	align-items: start;
}

.blog-article-content {
	background: #fff;
}

.blog-article-content h2,
.blog-article-content h3 {
	margin: 30px 0 12px;
	color: #032540;
	font-size: 34px;
	line-height: 1.1;
}

.blog-article-content h3 {
	font-size: 27px;
}

.blog-article-content p {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.48;
	color: #1a1a1a;
}

.blog-article-content ul {
	margin: 0 0 14px;
	padding-left: 22px;
}

.blog-article-content li {
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 1.45;
}

.blog-article-content a {
	color: #0089B6;
}

.blog-article-note {
	margin: 20px 0;
	padding: 20px;
	border-radius: 14px;
	background: #D4E1EF;
}

.blog-article-note h2,
.blog-article-note h3 {
	margin-top: 0;
}

.blog-article-sidebar {
	position: static;
}

.blog-side-card {
	background: #f2f2f2;
	border-radius: 14px;
	padding: 20px;
	margin-bottom: 16px;
}

.blog-side-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
	color: #032540;
}

.blog-side-card p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.4;
}

.blog-side-links li {
	margin-bottom: 8px;
}

.blog-side-links a {
	color: #032540;
	text-decoration: none;
}

.blog-side-links a:hover {
	color: #0089B6;
	text-decoration: underline;
}

@media (max-width: 1200px) {
.blog-article-content h2 { font-size: 30px; }
.blog-article-content h3 { font-size: 24px; }
.blog-article-layout-grid { grid-template-columns: minmax(0, 1fr) 300px; }
}

@media (max-width: 992px) {
.blog-article-cover { height: 210px; margin-top: 18px; }
.blog-article-layout-grid { grid-template-columns: 1fr; }
.blog-article-sidebar { position: static; }
.blog-article-content h2 { font-size: 28px; margin-top: 22px; }
.blog-article-content h3 { font-size: 23px; margin-top: 20px; }
.blog-article-content p,
.blog-article-content li { font-size: 16px; }
}

@media (max-width: 580px) {
.blog-article-breadcrumbs {
	font-size: 13px;
	margin-bottom: 18px;
}
.blog-article-lead {
	font-size: 16px;
	line-height: 1.38;
}
.blog-article-meta {
	gap: 12px;
	font-size: 14px;
}
.blog-article-cover {
	height: 188px;
}
.blog-article-content h2 { font-size: 25px; }
.blog-article-content h3 { font-size: 21px; }
.blog-article-note {
	padding: 14px;
	border-radius: 12px;
}
.blog-side-card {
	padding: 16px;
}
}

/* REVIEWS SECTION */
.reviews-section { background: #e9f0f7; }
.reviews-list .owl-stage-outer { border-radius: 12px; }
.reviews-list.owl-carousel.owl-drag .owl-item { text-align: left; }
.reviews-list.owl-carousel.owl-drag .owl-item .item { display: block; width: 100%; text-align: left; }
.review-item { display: flex; flex-direction: column; width: 100%; min-height: 300px; padding: 32px; background: #fff; text-align: left; border-radius: 12px; overflow: hidden; transform: translateZ(0); }
.reviews-section .owl-carousel .owl-dots button span { background: #fff; }
.reviews-section .owl-carousel .owl-dots button.active span { background: #000 !important; }
.review-item .person { margin-bottom: 15px; }
.review-item .person *, .review-item .person * { line-height: 1; }
.review-item .person { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; height: 58px; padding-left: 70px; margin-bottom: 15px; }
.review-item .person figure { position: absolute; top: 0; left: 0; width: 58px; height: 58px; border-radius: 100%; border: 1.5px solid #000; overflow: hidden; }
.review-item .person figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }
.review-item .person { font-size: 16px; }
.review-item .person h3 { font-size: 18px; font-weight: bold; }
.review-content { max-height: 150px; overflow: hidden; transition: max-height 0.5s ease; position: relative; }
.review-content *  { font-style: italic; }
.toggle-review { margin-top: 10px; background: none; border: none; cursor: pointer; font-weight: 600; display: flex; align-items: center; gap: 6px; display: none;  }
.toggle-review.arrow { width: 8px; height: 8px; border-right: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(45deg); transition: transform 0.3s ease; }
.toggle-review.active .arrow { transform: rotate(-135deg); }
.rating { display: inline-block; font-size: 22px; line-height: 1; position: relative; color: #fff; margin-bottom: 15px; }
.rating::before { content: "★★★★★"; letter-spacing: 3px; }
.rating::after { content: "★★★★★"; letter-spacing: 3px; position: absolute; left: 0; top: 0; color: #FFA800; overflow: hidden; width: 0; }
.rating.one::after { width: 20%; }
.rating.one-half::after { width: 30%; }
.rating.two::after { width: 40%; }
.rating.two-half::after { width: 50%; }
.rating.three::after { width: 60%; }
.rating.three-half::after { width: 70%; }
.rating.four::after { width: 80%; }
.rating.four-half::after { width: 90%; }
.rating.five::after { width: 100%; }

.service-page .reviews-section {
	background: #032540;
}

.service-page .reviews-section .section-header .ttl {
	color: #fff;
}

.service-page .reviews-section .section-header p {
	color: #8fc7df;
}

.service-page .reviews-section .owl-carousel .owl-dots button span {
	background: rgba(255,255,255,0.34);
}

.service-page .reviews-section .owl-carousel .owl-dots button.active span {
	background: #fff !important;
}

.service-page .reviews-section .owl-carousel .owl-nav .owl-prev::before,
.service-page .reviews-section .owl-carousel .owl-nav .owl-next::before {
	color: #fff;
}

.service-page .reviews-section .owl-carousel .owl-nav .owl-prev:hover::before,
.service-page .reviews-section .owl-carousel .owl-nav .owl-next:hover::before {
	color: #032540;
	background: #fff;
}

/* FAQ SECTION */
.faq-list { max-width: 770px; margin: 0 auto; }
.faq-list > div { padding: 20px 35px; margin-bottom: 30px; background: #F2F2F2; font-size: 16px; font-weight: 700; cursor: pointer; outline: none; border-radius: 15px; }
.faq-ttl { position: relative; font-size: 22px; font-weight: 400; cursor: pointer; outline: none; padding-right: 30px; margin: 0; }
.faq-ttl::after { position: absolute; top: 50%; right: 0; margin-top: -14px; width: 28px; height: 28px; border-radius: 100%; font-family: "FontAwesome"; font-weight: 900; content: "\f077"; color: #000; font-size: 22px; line-height: 29px; -webkit-transition: -webkit-transform .3s ease 0s; -o-transition: transform .3s ease 0s; transition: transform .3s ease 0s; transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;  -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.faq-text { font-weight: 400; padding-right: 30px; padding-top: 20px; }
.faq-ttl, .faq-text { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.faq-list .active { background: #D4E1EF; }
.active .faq-ttl:after { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); }

@media (max-width: 768px) {
.faq-list > div { padding: 20px 25px; }
.faq-ttl { font-size: 18px; }
.faq-list > div { font-size: 15px; }
}

@media (max-width: 580px) {
.faq-list > div { padding: 15px; margin-bottom: 20px; }
.faq-ttl { font-size: 17px; }
}

/* QUIZ SECTION */
.quiz-section { background: #e9f0f7; }
.quiz-section .row { margin-left: -60px; margin-right: -60px; height: 400px; }
.quiz-section .row > div { position: relative; padding-left: 60px; padding-right: 60px; }
.quiz-section figure { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.quiz-section figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }
.quiz-section .ttl { color: #032540; }
.quiz-section figure { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; }
.quiz-section figure img { position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%); margin: 0; }

@media (max-width: 1400px) {
.quiz-section .row { height: 320px; }		
}

@media (max-width: 992px) {
.quiz-section { background: #e9f0f7; }
.quiz-section .row { height: auto; margin-bottom: 50px; }
.quiz-section figure { position: relative; width: 100%; height: 300px; margin-top: 24px; }
}

/* CONTACTS PAGE */
.contacts-page .topbox section {
	display: none;
}

.contacts-page .topbox .contacts-main-section,
.contacts-page .topbox .contact-feedback-section {
	display: block;
}

.contacts-main-section {
	padding: 48px 0 32px;
	background: #fff;
}

.contacts-breadcrumbs {
	margin-bottom: 22px;
	font-size: 18px;
	line-height: 1.35;
}

.contacts-breadcrumbs a {
	color: #0089B6;
	text-decoration: none;
}

.contacts-breadcrumbs a:hover {
	color: #0b6f92;
	text-decoration: none;
}

.contacts-breadcrumbs span {
	color: #0089B6;
	margin: 0 10px;
}

.contacts-breadcrumbs strong {
	color: #032540;
	font-weight: 700;
}

.contacts-main-layout {
	align-items: stretch;
}

.contacts-info-card {
	height: 100%;
	background: #e9f0f7;
	border-radius: 18px;
	padding: 46px 32px;
}

.contacts-company-type {
	margin: 0 0 6px;
	color: #0089B6;
	font-size: 18px;
	font-weight: 600;
}

.contacts-company-name {
	margin: 0 0 24px;
	color: #032540;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.05;
}

.contacts-info-block {
	margin-bottom: 16px;
}

.contacts-info-block h3 {
	margin: 0 0 4px;
	color: #032540;
	font-size: 20px;
	font-weight: 700;
}

.contacts-info-block p,
.contacts-work-schedule li {
	margin: 0;
	color: #1f2b3a;
	font-size: 18px;
	line-height: 1.35;
}

.contacts-info-block p a {
	color: #1f2b3a;
	text-decoration: none;
}

.contacts-info-block p a:hover {
	color: #0089B6;
	text-decoration: none;
}

.contacts-work-schedule li + li {
	margin-top: 4px;
}

.contacts-info-actions {
	margin-top: 22px;
}

.contacts-map-card {
	height: 100%;
	min-height: 520px;
	border-radius: 18px;
	overflow: hidden;
	background: #d9e3ef;
}

.contacts-map-card iframe {
	width: 100%;
	height: 100%;
	min-height: 520px;
	border: 0;
	display: block;
}

@media (max-width: 1200px) {
.contacts-info-card { padding: 42px 28px; }
.contacts-company-name { font-size: 40px; }
.contacts-map-card,
.contacts-map-card iframe { min-height: 470px; }
}

@media (max-width: 992px) {
.contacts-main-section { padding: 38px 0 24px; }
.contacts-breadcrumbs { margin-bottom: 18px; font-size: 18px; line-height: 1.35; }
.contacts-info-card { margin-bottom: 18px; }
.contacts-company-name { font-size: 34px; }
.contacts-info-block h3 { font-size: 18px; }
.contacts-info-block p,
.contacts-work-schedule li { font-size: 16px; }
.contacts-map-card,
.contacts-map-card iframe { min-height: 360px; }
}

@media (max-width: 580px) {
.contacts-main-section { padding: 32px 0 16px; }
.contacts-breadcrumbs { font-size: 14px; line-height: 1.35; margin-bottom: 14px; }
.contacts-breadcrumbs span { margin: 0 6px; }
.contacts-info-card { border-radius: 14px; padding: 30px 20px; }
.contacts-company-type { font-size: 15px; }
.contacts-company-name { font-size: 28px; margin-bottom: 16px; }
.contacts-info-block h3 { font-size: 17px; }
.contacts-info-block p,
.contacts-work-schedule li { font-size: 15px; }
.contacts-info-actions { flex-wrap: wrap; }
.contacts-info-actions .butn { width: 100%; }
.contacts-map-card,
.contacts-map-card iframe { min-height: 300px; border-radius: 14px; }
}

/* CONTACT FEEDBACK SECTION */
.contact-feedback-section {
	background: #fff;
	scroll-margin-top: 92px;
}

.contact-feedback-card {
	background: #e9f0f7;
	border-radius: 18px;
	padding: 38px 32px 30px;
}

.contact-feedback-section .section-header {
	margin-bottom: 24px;
}

.contact-feedback-section .section-header p {
	margin-top: 15px;
}

.contact-feedback-form .form-group {
	margin-bottom: 16px;
}

.contact-feedback-form .form-group input.form-control,
.contact-feedback-form .form-group textarea.form-control,
.contact-feedback-form .form-group select.form-control {
	background: #fff;
	border-color: #fff;
}

.contact-feedback-form textarea.form-control {
	max-height: none;
	min-height: 120px;
	resize: vertical;
}

.contact-feedback-form .buttons {
	justify-content: center;
	margin-top: 6px;
}

.contact-feedback-form .form-group input.form-control::-webkit-input-placeholder,
.contact-feedback-form .form-group textarea.form-control::-webkit-input-placeholder { text-transform: none; }
.contact-feedback-form .form-group input.form-control::-moz-placeholder,
.contact-feedback-form .form-group textarea.form-control::-moz-placeholder { text-transform: none; }
.contact-feedback-form .form-group input.form-control:-ms-input-placeholder,
.contact-feedback-form .form-group textarea.form-control:-ms-input-placeholder { text-transform: none; }
.contact-feedback-form .form-group input.form-control:-moz-placeholder,
.contact-feedback-form .form-group textarea.form-control:-moz-placeholder { text-transform: none; }

.service-page .contact-feedback-section {
	background: #032540;
}

.service-page .contact-feedback-card {
	max-width: 820px;
	margin: 0 auto;
	padding: 42px 62px 34px;
	border-radius: 14px;
	background: #e9f0f7;
}

.service-page .contact-feedback-section .section-header {
	margin-bottom: 28px;
}

.service-page .contact-feedback-section .section-header .ttl {
	margin-bottom: 10px;
	color: #032540;
	font-size: 48px;
	line-height: 1.05;
}

.service-page .contact-feedback-section .section-header p {
	margin-top: 0;
	color: #0089B6;
	font-size: 18px;
	line-height: 1.35;
}

.service-page .contact-feedback-form .row {
	margin-left: -14px;
	margin-right: -14px;
}

.service-page .contact-feedback-form .row > div {
	padding-left: 14px;
	padding-right: 14px;
}

.service-page .contact-feedback-form .form-group {
	margin-bottom: 18px;
}

.service-page .contact-feedback-form .form-group label {
	display: block;
	margin-bottom: 8px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.service-page .contact-feedback-form .form-group input.form-control,
.service-page .contact-feedback-form .form-group textarea.form-control {
	height: 48px;
	padding: 0 16px;
	border: 0;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	font-size: 16px;
}

.service-page .contact-feedback-form textarea.form-control {
	min-height: 128px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.service-page .contact-feedback-form .buttons {
	margin-top: 4px;
}

.service-page .contact-feedback-form .buttons .butn {
	min-width: 220px;
}

@media (max-width: 768px) {
.contact-feedback-card {
	padding: 30px 20px 24px;
	border-radius: 14px;
}

.service-page .contact-feedback-card {
	padding: 32px 24px 28px;
}

.service-page .contact-feedback-section .section-header .ttl {
	font-size: 36px;
}
}

@media (max-width: 580px) {
.contact-feedback-card {
	padding: 24px 16px 20px;
}

.service-page .contact-feedback-card {
	padding: 28px 18px 24px;
}

.service-page .contact-feedback-section .section-header .ttl {
	font-size: 30px;
}

.service-page .contact-feedback-section .section-header p {
	font-size: 16px;
}

.contact-feedback-section {
	scroll-margin-top: 78px;
}

.contact-feedback-form .buttons .butn {
	width: 100%;
}
}

/* FORMS */
.form-group { position: relative; margin-bottom: 25px; }
.form-group label { font-size: 16px; font-weight: 600; }
.form-group ul { list-style: none; padding: 0; display: -ms-flexbox; display: flex; gap: 35px; -ms-flex-pack: start; justify-content: start; }
.form-group ul label { font-size: 15px; font-weight: 400; }
.form-group input.form-control, .form-group textarea.form-control { font-family: "Inter", sans-serif; color: #000; font-size: 15px; border: 0; background: #ebebeb; padding: 11px 15px; height: auto; border: 2px solid #ebebeb; border-radius: 6px; }
.form-group input.form-control:hover, .form-group input.form-control:focus, .form-group textarea.form-control:hover, .form-group textarea.form-control:focus { border-color: #032540; }
.form-group input.form-control::-webkit-input-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group input.form-control::-moz-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group input.form-control:-ms-input-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group input.form-control:-moz-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group textarea::-webkit-input-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group textarea::-moz-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group textarea:-ms-input-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group textarea:-moz-placeholder { font-family: "Inter", sans-serif; color: #000; font-size: 15px; text-transform: none; }
.form-group input.form-control.wpcf7-not-valid, .form-group textarea.wpcf7-not-valid { background: #ffdfdf !important; }
.form-group textarea { max-height: 100px; }
.form-group input.form-control.wpcf7-not-valid, .form-group textarea.wpcf7-not-valid { background: #ff96a4 !important; }
.slider-container { font-family: sans-serif; max-width: 400px; text-align: center; }
.slider-wrapper { display: flex; align-items: center; gap: 5px; margin-bottom: 5px; background: #fff; border-radius: 6px; padding: 8px 10px; }
.slider-wrapper.slider-wrapper-docs { padding-right: 20px; }
.range-label { font-weight: bold; color: #032540; min-width: 30px; }
input[type="range"] { -webkit-appearance: none; width: 100%; background: transparent; cursor: pointer; }
input[type="range"]:focus { outline: none; }
input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 8px; background: #032540; border-radius: 4px; transition: background 0.3s ease; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 12px; height: 24px; background: #FFA800; border: 2px solid #032540; border-radius: 8px; margin-top: -8px; box-shadow: 0 2px 4px rgba(0,0,0,0.2); }
input[type="range"]::-moz-range-track { width: 100%; height: 8px; background: #e0e0e0; border-radius: 4px; }
input[type="range"]::-moz-range-thumb { height: 20px; width: 20px; background: #FFA800; border: 2px solid #032540; border-radius: 8px; cursor: pointer; }
.value-box { font-size: 2rem; font-weight: bold; color: #032540; margin-top: 10px; }
.label-text { display: block; color: #666; font-size: 13px; }
.value-display { font-size: 12px; }

@media (max-width: 768px) {
.form-group ul { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0; }
.form-group ul li { width: 50%; }
}

@media (max-width: 580px) {
.form-group.mobile-in-line ul li { width: 100%; }
.form-group .butn { width: 100%; }
}

/* FOOTER */
footer { position: relative; background: #031F35; padding: 84px 0; }
footer .inner { border-bottom: 1.5px solid #fff; padding-bottom: 20px; margin-bottom: 20px; }
.footer-menu ul { display: -ms-flexbox; display: flex; gap: 25px; -ms-flex-pack: center; justify-content: center; }
.row .footer-menu ul { -ms-flex-pack: space-between; justify-content: space-between; }
.footer-menu a { display: inline-block; position: relative; padding: 5px 0; font-size: 15px; font-weight: 400; color: #fff; text-decoration: none; }
.footer-menu a::after { display: none; }
.footer-menu li:hover a, .footer-menu li.active a { color: #FFA800; text-decoration: none; font-weight: 700; }
.footer-menu.footer-submenu a { opacity: 1; text-decoration: none; font-size: 13px; font-weight: 400; color: #8fb3c9; }
.footer-menu.footer-submenu li:hover a, .footer-menu.footer-submenu li.active a { color: #a9c7d8; opacity: 1; font-weight: 400; }
.footer-menu.footer-submenu a::after { display: none; }
.socials-list { display: -ms-flexbox; display: flex; gap: 15px; -ms-flex-pack: start; justify-content: start; }
.socials-list li a { position: relative; color: #fff; font-size: 25px; }
.socials-list li a:hover i { color: #FFA800; opacity: 1; scale: 1.2; }

@media (min-width: 993px) {
footer .inner .row {
	align-items: flex-end !important;
}
footer .inner .column-1 {
	transform: translateY(2px);
}
footer .inner .column-2,
footer .inner .column-3 {
	padding-bottom: 0;
	transform: translateY(8px);
}
}

@media (max-width: 1200px) {
footer { text-align: center; }
footer .column { width: 100%; margin-bottom: 25px; text-align: center; }
.socials-list { -ms-flex-pack: center; justify-content: center; }
}

@media (max-width: 992px) {
.footer-menu ul { display: block; }
}

@media (max-width: 580px) {
footer .logo img { width: 110px; }
}

/* PRIVACY PAGE */
.privacy-page .topbox,
.privacy-page .overflow {
	background: #fff;
}

.privacy-hero-section {
	padding: 44px 0 70px;
	background: #031F35;
	color: #fff;
}

.privacy-page .breadcrumbs {
	margin-bottom: 34px;
	color: #fff;
}

.privacy-page .breadcrumbs a,
.privacy-page .breadcrumbs span {
	color: #3f8fb9;
}

.privacy-page .breadcrumbs strong {
	color: #fff;
}

.privacy-hero-content {
	max-width: 900px;
	color: #fff;
}

.privacy-hero-content h1 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.03;
}

.privacy-hero-content p {
	max-width: 820px;
	margin: 0 0 14px;
	color: #d4e1ef;
	font-size: 20px;
	line-height: 1.45;
}

.privacy-hero-content .privacy-updated {
	margin-top: 22px;
	color: #8fb3c9;
	font-size: 16px;
}

.privacy-content-section {
	background: #e9f0f7;
	padding: 72px 0 88px;
}

.privacy-layout {
	display: grid;
	grid-template-columns: minmax(220px, 0.28fr) minmax(0, 1fr);
	gap: 34px;
	align-items: start;
}

.privacy-nav {
	position: sticky;
	top: 110px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 18px;
	border-radius: 12px;
	background: #fff;
}

.privacy-nav a {
	padding: 8px 10px;
	border-radius: 8px;
	color: #032540;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.privacy-nav a:hover {
	background: #e9f0f7;
	color: #0089B6;
}

.privacy-content {
	padding: 42px;
	border-radius: 16px;
	background: #fff;
	color: #1f1f1f;
}

.privacy-content section {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d8e3ec;
}

.privacy-content section:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.privacy-content hr,
.privacy-content .skcms-content-divider hr {
	position: static;
	display: block;
	width: 100%;
	height: 0;
	margin: 30px 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #d8e3ec;
	background: transparent;
}

.privacy-content hr::before,
.privacy-content .skcms-content-divider hr::before {
	content: none;
}

.privacy-content .skcms-content-divider {
	margin: 30px 0;
	padding: 0;
}

.privacy-content .skcms-content-divider hr {
	margin: 0;
}

.privacy-content h2 {
	margin: 0 0 16px;
	color: #032540;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.14;
}

.privacy-content p,
.privacy-content li {
	font-size: 17px;
	line-height: 1.55;
}

.privacy-content p {
	margin: 0 0 14px;
}

.privacy-content ul {
	margin: 0 0 16px;
	padding-left: 22px;
}

.privacy-content li {
	margin-bottom: 8px;
}

.privacy-content a {
	color: #0089B6;
	text-decoration: none;
}

.privacy-content a:hover {
	color: #032540;
	text-decoration: underline;
}

@media (max-width: 1200px) {
.privacy-hero-content h1 { font-size: 56px; }
}

@media (max-width: 992px) {
.privacy-hero-section { padding: 34px 0 56px; }
.privacy-hero-content h1 { font-size: 34px; line-height: 1.08; }
.privacy-hero-content p { font-size: 18px; }
.privacy-layout { grid-template-columns: 1fr; }
.privacy-nav { position: static; }
.privacy-content { padding: 28px; }
.privacy-content h2 { font-size: 25px; }
.privacy-content p,
.privacy-content li { font-size: 16px; }
}

@media (max-width: 580px) {
.privacy-hero-section { padding: 28px 0 46px; }
.privacy-page .breadcrumbs { margin-bottom: 24px; }
.privacy-content-section { padding: 54px 0 64px; }
.privacy-nav,
.privacy-content { padding: 18px; border-radius: 12px; }
}

@media (max-width: 420px) {
.privacy-hero-content h1 { font-size: 30px; }
}

/* COOKIE CONSENT */
.cookie-consent {
	position: fixed;
	left: 24px;
	right: 24px;
	bottom: 24px;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: 1120px;
	margin: 0 auto;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 12px;
	background: #031F35;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(18px);
	transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.cookie-consent.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.cookie-consent-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	max-width: 820px;
}

.cookie-consent-text strong {
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
}

.cookie-consent-text span {
	color: #d4e1ef;
	font-size: 14px;
	line-height: 1.45;
}

.cookie-consent-actions {
	display: flex;
	flex: 0 0 auto;
	gap: 10px;
}

.cookie-consent-actions button {
	min-width: 112px;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 8px;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
}

.cookie-consent-primary {
	border: 2px solid #FFA800;
	background: #FFA800;
	color: #fff;
}

.cookie-consent-primary:hover {
	border-color: #0089B6;
	background: #0089B6;
}

.cookie-consent-secondary {
	border: 2px solid rgba(255, 255, 255, 0.55);
	background: transparent;
	color: #fff;
}

.cookie-consent-secondary:hover {
	border-color: #fff;
	background: #fff;
	color: #032540;
}

@media (max-width: 768px) {
.cookie-consent {
	left: 14px;
	right: 14px;
	bottom: 14px;
	flex-direction: column;
	align-items: stretch;
	gap: 14px;
	padding: 16px;
}
.cookie-consent-actions {
	width: 100%;
}
.cookie-consent-actions button {
	flex: 1 1 0;
	min-width: 0;
	min-height: 50px;
	padding-top: 12px;
	padding-bottom: 12px;
}
}

@media (max-width: 420px) {
.cookie-consent-actions {
	flex-direction: column;
}
.cookie-consent-actions button {
	width: 100%;
	min-height: 52px;
}
}

/* SERVICE PROBLEM / SOLUTION SECTIONS */
.service-section-head {
	max-width: 900px;
	margin: 0 auto 42px;
	text-align: center;
}

.service-section-head .section-subtitle {
	margin: 0 0 12px;
	color: #0089B6;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.15;
}

.service-section-head h2 {
	margin: 0 0 18px;
	color: #050607;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.06;
}

.service-section-head > p:last-child {
	max-width: 820px;
	margin: 0 auto;
	color: #0089B6;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
}

.service-problem-section {
	padding: 58px 0 72px;
	background: #e9f0f7;
}

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

.service-problem-card {
	min-height: 270px;
	padding: 28px 24px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 38px rgba(3, 37, 64, .08);
}

.service-problem-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-bottom: 26px;
	border-radius: 50%;
	background: #FFA800;
	color: #032540;
	font-size: 18px;
	font-weight: 700;
}

.service-problem-card h3 {
	margin: 0 0 16px;
	color: #032540;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.service-problem-card p {
	margin: 0;
	color: #1f3347;
	font-size: 16px;
	line-height: 1.45;
}

.service-solution-section {
	padding: 58px 0 72px;
	background: #032540;
}

.service-solution-head h2 {
	color: #fff;
}

.service-solution-head > p:last-child {
	color: #0089B6;
}

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

.service-solution-card {
	min-height: 250px;
	padding: 28px;
	border-radius: 18px;
	background: rgba(255, 255, 255, .08);
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.service-solution-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 24px;
	border-radius: 50%;
	background: #FFA800;
	color: #032540;
	font-size: 20px;
	font-weight: 800;
	line-height: 1;
}

.service-solution-card h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.12;
}

.service-solution-card p {
	margin: 0;
	color: #d6e1ee;
	font-size: 16px;
	line-height: 1.45;
}

@media (max-width: 1200px) {
.service-problem-grid,
.service-solution-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 768px) {
.service-section-head {
	margin-bottom: 30px;
	text-align: left;
}
.service-section-head .section-subtitle {
	font-size: 22px;
}
.service-section-head h2 {
	font-size: 38px;
}
.service-problem-grid,
.service-solution-grid {
	grid-template-columns: 1fr;
}
.service-problem-card,
.service-solution-card {
	min-height: 0;
}
}

/* SERVICE WORKFLOW SECTION */
.service-workflow-section {
	background: #fff;
	padding: 58px 0 72px;
}

.service-workflow-layout {
	margin-left: -18px;
	margin-right: -18px;
}

.service-workflow-layout > div {
	padding-left: 18px;
	padding-right: 18px;
}

.service-workflow-left h2 {
	margin: 0 0 30px;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.05;
	color: #000;
}

.service-workflow-step {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 24px 12px 24px 0;
	border-bottom: 2px solid #b5b5b5;
	transition: padding-left .3s ease;
}

.service-workflow-step:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.service-workflow-step:hover {
	padding-left: 15px;
}

.service-workflow-num {
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #FFA800;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 54px;
	text-align: center;
}

.service-workflow-content h3 {
	margin: 4px 0 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1;
	color: #032540;
}

.service-workflow-content p {
	margin: 0;
	max-width: 670px;
	font-size: 18px;
	line-height: 1.35;
	color: #2e2e2e;
}

.service-workflow-right {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 398px;
	margin-left: auto;
	width: 100%;
}

.service-workflow-card {
	border-radius: 12px;
	padding: 18px 16px;
}

.service-workflow-card.dark {
	background: #032540;
	color: #fff;
}

.service-workflow-card.light {
	background: #dce1e8;
	color: #111;
}

.service-workflow-card h4 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.service-workflow-links,
.service-workflow-downloads {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-workflow-links li,
.service-workflow-downloads li {
	margin-bottom: 6px;
}

.service-workflow-links a,
.service-workflow-downloads a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42;
}

.service-workflow-links a:hover,
.service-workflow-downloads a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.92;
}

.service-workflow-links a i.workflow-arrow-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	background: url("../images/workflow-arrow.png") 50% 50% no-repeat;
	background-size: contain;
	filter: brightness(0) invert(1) contrast(1.35);
	-webkit-filter: brightness(0) invert(1) contrast(1.35);
	opacity: 1;
	font-size: 0;
	line-height: 0;
}

.service-workflow-links a:hover i.workflow-arrow-icon {
	filter: brightness(0) invert(1) contrast(1.55) drop-shadow(0 0 1px rgba(255,255,255,.75));
	-webkit-filter: brightness(0) invert(1) contrast(1.55) drop-shadow(0 0 1px rgba(255,255,255,.75));
}

.service-workflow-links a i.workflow-arrow-icon::before {
	content: none !important;
}

.service-workflow-links a i.workflow-arrow-icon::after {
	content: none !important;
}

.service-workflow-downloads a i.workflow-file-icon {
	width: 20px;
	flex: 0 0 20px;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}

.workflow-categories-card {
	min-height: 208px;
}

.workflow-categories-card .service-workflow-links li {
	margin-bottom: 14px;
}

.workflow-files-card {
	min-height: 155px;
}

.service-workflow-form-group {
	margin-bottom: 8px;
}

.service-workflow-form-group label {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: 500;
}

.service-workflow-form-group input {
	width: 100%;
	height: 44px;
	padding: 0 12px;
	border: 2px solid #c8ced6;
	border-radius: 8px;
	background: #c8ced6;
	font-size: 14px;
	color: #222;
}

.service-workflow-form-group input:focus,
.service-workflow-form-group input:hover {
	outline: none;
	border-color: #b4bcc6;
}

.service-workflow-submit {
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 8px;
	background: #FFA800;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all .3s ease;
}

.service-workflow-card.dark + .service-workflow-card.dark {
	margin-top: 0;
}

.service-workflow-submit:hover {
	background: #cf8b09;
	color: #fff;
}

@media (max-width: 1200px) {
.service-workflow-left h2 { font-size: 46px; }
.service-workflow-content h3 { font-size: 21px; }
.service-workflow-content p { font-size: 17px; }
.service-workflow-card h4 { font-size: 21px; }
.service-workflow-card.dark h4 { font-size: 20px; }
.service-workflow-links a,
.service-workflow-downloads a { font-size: 16px; }
}

@media (max-width: 992px) {
.service-workflow-section { padding: 44px 0 52px; }
.service-workflow-left h2 { font-size: 40px; margin-bottom: 18px; }
.service-workflow-content h3 { font-size: 20px; }
.service-workflow-content p { font-size: 17px; }
.service-workflow-right { margin-top: 18px; }
.service-workflow-card h4 { font-size: 20px; }
.service-workflow-card.dark h4 { font-size: 18px; }
.service-workflow-links a,
.service-workflow-downloads a { font-size: 15px; }
.workflow-categories-card,
.workflow-files-card { min-height: 0; }
}

@media (max-width: 580px) {
.service-workflow-section { padding: 38px 0 46px; }
.service-workflow-left h2 { font-size: 34px; }
.service-workflow-step { gap: 12px; }
.service-workflow-num { width: 42px; height: 42px; flex-basis: 42px; line-height: 42px; font-size: 24px; }
.service-workflow-content h3 { font-size: 19px; margin-top: 0; }
.service-workflow-content p { font-size: 16px; }
.service-workflow-card h4 { font-size: 19px; }
.service-workflow-links a,
.service-workflow-downloads a { font-size: 14px; }
}

/* SERVICE PRICING SECTION */
.service-pricing-section {
	background: #fff;
	padding: 58px 0 72px;
}

.service-pricing-fullwidth .service-pricing-head {
	margin: 0 0 24px;
}

.service-pricing-fullwidth .service-pricing-head h2 {
	margin: 0 0 8px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.06;
	color: #111319;
}

.service-pricing-fullwidth .service-pricing-head p {
	margin: 0;
	font-size: 18px;
	line-height: 1.35;
	color: #3a3d46;
}

.service-pricing-layout {
	margin-left: -18px;
	margin-right: -18px;
}

.service-pricing-layout > div {
	padding-left: 18px;
	padding-right: 18px;
}

.service-pricing-cards {
	display: flex;
	gap: 18px;
	margin-bottom: 34px;
}

.service-price-card {
	flex: 1;
	background: #f5f5f5;
	border-radius: 14px;
	padding: 18px 18px 16px;
}

.service-price-card.popular {
	background: #032540;
	color: #fff;
}

.service-price-card h3 {
	margin: 12px 0 8px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.1;
}

.service-price-card p {
	font-size: 13px;
	line-height: 1.45;
	margin: 0 0 10px;
}

.service-price-card h4 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
}

.service-price-card ul {
	margin: 0 0 12px;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.35;
}

.service-price-card li {
	margin-bottom: 4px;
}

.service-price-badge {
	display: inline-flex;
	align-items: center;
	height: 32px;
	padding: 0 12px;
	border: 2px solid #6b88c5;
	border-radius: 8px;
	color: #3f5e99;
	font-size: 15px;
	font-weight: 600;
}

.service-price-card.popular .service-price-badge {
	border-color: #9cb2df;
	color: #fff;
}

.service-price-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	border-radius: 8px;
	border: 2px solid #FFA800;
	background: transparent;
	color: #2a2a2a;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
}

.service-price-card.popular .service-price-btn {
	background: #FFA800;
	color: #fff;
	border-color: #FFA800;
}

.service-price-btn:hover {
	background: #FFA800;
	color: #fff;
	text-decoration: none;
}

.service-price-card.popular .service-price-btn:hover {
	background: #cf8b09;
	border-color: #cf8b09;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.15);
}

.service-pricing-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 6px;
}

.service-pricing-table th {
	text-align: left;
	padding: 0 12px 6px;
	font-size: 18px;
	font-weight: 500;
	color: #2b2b2b;
}

.service-pricing-table td {
	background: #e6e6e6;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1.25;
	color: #2c2c2c;
}

.service-pricing-table tbody td:nth-child(n+2) {
	text-align: center;
	font-size: 16px;
}

.service-pricing-sticky-col {
	position: relative;
	min-height: 260px;
}

#serviceFloatingFormCard.is-fixed {
	position: fixed;
	top: 110px;
	z-index: 700;
}

#serviceFloatingFormCard.is-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* TEMP: disable floating behavior completely */
#serviceFloatingFormCard.is-fixed,
#serviceFloatingFormCard.is-bottom {
	position: static !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
	width: auto !important;
}

@media (max-width: 1200px) {
.service-price-card h3 { font-size: 28px; }
.service-pricing-table th { font-size: 17px; }
.service-pricing-table td { font-size: 15px; }
.service-workflow-card.light h4 { font-size: 24px; }
}

@media (max-width: 992px) {
.service-pricing-section { padding: 44px 0 52px; }
.service-pricing-fullwidth .service-pricing-head h2 { font-size: 40px; }
.service-pricing-fullwidth .service-pricing-head p { font-size: 16px; }
.service-pricing-cards { flex-direction: column; }
.service-pricing-table-wrap { overflow-x: auto; }
.service-pricing-table { min-width: 740px; }
#serviceFloatingFormCard {
	margin-top: 20px;
}
#serviceFloatingFormCard.is-fixed,
#serviceFloatingFormCard.is-bottom {
	position: static;
	left: auto;
	right: auto;
}
}

@media (max-width: 580px) {
.service-pricing-section { padding: 38px 0 46px; }
.service-pricing-fullwidth .service-pricing-head h2 { font-size: 34px; }
}

/* SERVICE SPEC SECTION */
.service-spec-section {
	background: #fff;
	padding: 58px 0 72px;
}

.service-spec-layout {
	margin-left: -18px;
	margin-right: -18px;
}

.service-spec-layout > div {
	padding-left: 18px;
	padding-right: 18px;
}

.service-spec-content {
	max-width: 100%;
	margin: 0 auto;
}

.service-spec-title {
	margin: 0 0 10px;
	color: #0f0f10;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.08;
	text-align: center;
}

.service-spec-subtitle {
	margin: 0 0 32px;
	color: #032540;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	text-align: center;
}

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

.service-spec-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
}

.service-spec-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 0;
	aspect-ratio: 1 / 0.9;
	padding: 25px;
	background: #c6d3e2;
	border-radius: 12px;
	color: #111319;
	text-decoration: none;
	transition: all .3s ease;
}

.service-spec-card-title {
	margin: 0;
	color: #111319;
	font-size: 27px !important;
	font-weight: 400;
	line-height: 1.15;
}

.service-industry-grid .service-spec-card {
	min-height: 210px;
	aspect-ratio: auto;
}

.service-industry-grid .service-spec-card h3 {
	margin: 0 0 22px;
	color: #111319;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.16;
}

.service-spec-card span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #111319;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

.service-spec-card span i {
	font-size: 12px;
}

.service-spec-card:hover {
	background: #b9c9dc;
	color: #111319;
	text-decoration: none;
}

@media (max-width: 1200px) {
.service-spec-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 768px) {
.service-spec-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-industry-grid .service-spec-card {
	min-height: 180px;
}
.service-industry-grid .service-spec-card h3 {
	font-size: 22px;
}
}

@media (max-width: 580px) {
.service-spec-grid {
	grid-template-columns: 1fr;
}
.service-industry-grid .service-spec-card {
	min-height: 0;
}
}

.service-spec-card:hover span,
.service-spec-card:hover .service-spec-card-title {
	color: #111319;
}

.service-spec-sticky-col {
	position: relative;
	min-height: 260px;
}

@media (max-width: 992px) {
.service-spec-section { padding: 44px 0 52px; }
.service-spec-sticky-col { min-height: 0; }
.service-spec-title { font-size: 44px; }
.service-spec-subtitle { font-size: 18px; margin-bottom: 22px; }
.service-spec-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-spec-card { padding: 22px; }
.service-spec-card-title { font-size: 27px !important; }
.service-spec-card span { font-size: 15px; }
}

@media (max-width: 820px) {
.service-spec-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 580px) {
.service-spec-section { padding: 38px 0 46px; }
.service-spec-title { font-size: 34px; }
.service-spec-subtitle { font-size: 16px; margin-bottom: 16px; }
.service-spec-cards { grid-template-columns: 1fr; }
.service-spec-card { aspect-ratio: auto; min-height: 132px; border-radius: 10px; padding: 20px; }
.service-spec-card-title { font-size: 18px !important; }
.service-spec-card span { font-size: 16px; }
}

/* SERVICE TESTIMONIALS SECTION */
.service-testimonials-section {
	background: #fff;
	padding: 58px 0 72px;
}

.service-testimonials-layout {
	margin-left: -18px;
	margin-right: -18px;
}

.service-testimonials-layout > div {
	padding-left: 18px;
	padding-right: 18px;
}

.service-testimonials-head {
	margin-bottom: 30px;
}

.service-testimonials-head h2 {
	margin: 0 0 12px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.05;
	color: #090a0f;
}

.service-testimonials-head p {
	margin: 0;
	font-size: 18px;
	line-height: 1.25;
	color: #17181d;
}

.service-testimonials-slider {
	max-width: 100%;
}

.service-testimonials-card {
	display: none;
	background: #efefef;
	border-radius: 16px;
	padding: 28px 32px;
	min-height: 0;
}

.service-testimonials-card.active {
	display: block;
}

.service-testimonials-stars {
	display: inline-flex;
	gap: 6px;
	margin-bottom: 18px;
	color: #f3a100;
	font-size: 18px;
}

.service-testimonials-card blockquote {
	margin: 0 0 22px;
	color: #181a1f;
	font-size: 18px;
	line-height: 1.35;
	font-weight: 400;
}

.service-testimonials-person {
	display: flex;
	align-items: center;
	gap: 16px;
}

.service-testimonials-person figure {
	width: 58px;
	height: 58px;
	margin: 0;
	border-radius: 50%;
	border: 1.5px solid #000;
	overflow: hidden;
	flex: 0 0 58px;
}

.service-testimonials-person img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.service-testimonials-person h3 {
	margin: 0 0 4px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.1;
	color: #121317;
}

.service-testimonials-person span {
	display: block;
	font-size: 18px;
	line-height: 1.15;
	color: #1b1c21;
}

.service-testimonials-nav {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service-testimonials-dots {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.service-testimonials-dots button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 0;
	background: #bfc0c2;
	padding: 0;
	cursor: pointer;
}

.service-testimonials-dots button.active {
	background: #0d0d0f;
}

.service-testimonials-arrows {
	display: inline-flex;
	gap: 30px;
}

.service-testimonials-arrows button {
	border: 0;
	background: transparent;
	padding: 0;
	font-size: 28px;
	color: #111216;
	line-height: 1;
	cursor: pointer;
}

.service-testimonials-sticky-col {
	position: relative;
	min-height: 260px;
}

@media (max-width: 992px) {
.service-testimonials-section { padding: 44px 0 52px; }
.service-testimonials-head { margin-bottom: 20px; }
.service-testimonials-head h2 { font-size: 44px; }
.service-testimonials-head p { font-size: 18px; }
.service-testimonials-card { min-height: 0; padding: 24px; }
.service-testimonials-stars { font-size: 18px; margin-bottom: 16px; }
.service-testimonials-card blockquote { font-size: 18px; margin-bottom: 20px; }
.service-testimonials-person h3 { font-size: 22px; }
.service-testimonials-person span { font-size: 16px; }
.service-testimonials-arrows button { font-size: 28px; }
.service-testimonials-sticky-col { min-height: 0; }
}

@media (max-width: 580px) {
.service-testimonials-section { padding: 38px 0 46px; }
.service-testimonials-head h2 { font-size: 34px; }
.service-testimonials-head p { font-size: 18px; }
.service-testimonials-card { padding: 18px; border-radius: 12px; }
.service-testimonials-card blockquote { font-size: 18px; margin-bottom: 16px; }
.service-testimonials-person { gap: 12px; }
.service-testimonials-person h3 { font-size: 18px; }
.service-testimonials-person span { font-size: 15px; }
.service-testimonials-nav { margin-top: 16px; }
.service-testimonials-arrows { gap: 18px; }
.service-testimonials-arrows button { font-size: 22px; }
}

/* SERVICE FAQ SECTION */
.service-faq-section {
	background: #fff;
	padding: 58px 0 72px;
}

.service-faq-wrap {
	max-width: 100%;
}

.service-faq-layout {
	margin-left: -18px;
	margin-right: -18px;
}

.service-faq-layout > div {
	padding-left: 18px;
	padding-right: 18px;
}

.service-faq-head {
	text-align: center;
	margin-bottom: 22px;
}

.service-faq-head h2 {
	margin: 0 0 12px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.05;
	color: #090a0f;
}

.service-faq-head p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
	color: #032540;
}

.service-faq-item {
	background: #f5f5f5;
	border-radius: 14px;
	margin-bottom: 14px;
	overflow: hidden;
}

.service-faq-item.active {
	background: #c7d5e5;
}

.service-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	border: 0;
	background: transparent;
	padding: 22px 30px;
	text-align: left;
	cursor: pointer;
}

.service-faq-question:focus,
.service-faq-question:focus-visible {
	outline: none;
	box-shadow: none;
}

.service-faq-question span {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.15;
	color: #111319;
}

.service-faq-question i {
	font-size: 20px;
	color: #111319;
	transition: transform .25s ease;
}

.service-faq-item.active .service-faq-question i {
	transform: rotate(180deg);
}

.service-faq-answer {
	display: none;
	padding: 0 30px 24px;
}

.service-faq-item.active .service-faq-answer {
	display: block;
}

.service-faq-answer p {
	margin: 0;
	font-size: 17px;
	line-height: 1.45;
	color: #24262c;
	max-width: 760px;
}

.service-faq-sticky-col {
	position: relative;
	min-height: 260px;
}

@media (max-width: 992px) {
.service-faq-section { padding: 44px 0 52px; }
.service-faq-head h2 { font-size: 44px; }
.service-faq-head p { font-size: 18px; }
.service-faq-question { padding: 18px 20px; }
.service-faq-question span { font-size: 23px; }
.service-faq-question i { font-size: 19px; }
.service-faq-answer { padding: 0 20px 18px; }
.service-faq-answer p { font-size: 16px; }
.service-faq-sticky-col { min-height: 0; }
}

@media (max-width: 580px) {
.service-faq-section { padding: 38px 0 46px; }
.service-faq-head h2 { font-size: 34px; }
.service-faq-head p { font-size: 16px; }
.service-faq-item { margin-bottom: 10px; border-radius: 12px; }
.service-faq-question { padding: 14px 16px; }
.service-faq-question span { font-size: 18px; }
.service-faq-question i { font-size: 20px; }
.service-faq-answer { padding: 0 16px 14px; }
.service-faq-answer p { font-size: 15px; }
}

/* SERVICE CONTENT SECTION */
.service-content-section {
	background: #efefef;
	padding: 58px 0 72px;
}

.service-content-layout {
	margin-left: -18px;
	margin-right: -18px;
}

.service-content-layout > div {
	padding-left: 18px;
	padding-right: 18px;
}

.service-content-wrap {
	max-width: 860px;
	margin: 0 auto;
}

.service-content-wrap h2 {
	margin: 0 0 18px;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.08;
	color: #0d0f14;
}

.service-content-wrap p {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.45;
	color: #20232b;
	max-width: 800px;
}

.service-content-image {
	margin: 8px 0 22px;
	max-width: 800px;
	overflow: hidden;
}

.service-content-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0;
	border-radius: 0;
}

.service-content-list {
	margin-bottom: 20px;
}

.service-content-list h4 {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	color: #161920;
}

.service-content-list ul {
	margin: 0;
	padding-left: 18px;
	font-size: 16px;
	line-height: 1.4;
	color: #1c1f27;
}

.service-content-note {
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 2px solid #5d646f;
	font-size: 24px;
	font-style: italic;
	line-height: 1.28;
	color: #252a35;
	max-width: 830px;
}

.service-content-sticky-col {
	position: relative;
	min-height: 260px;
}

@media (max-width: 992px) {
.service-content-section { padding: 44px 0 52px; }
.service-content-wrap h2 { font-size: 44px; margin-bottom: 14px; }
.service-content-wrap p { font-size: 16px; margin-bottom: 14px; }
.service-content-image { margin: 6px 0 16px; }
.service-content-list h4 { font-size: 15px; }
.service-content-list ul { font-size: 15px; }
.service-content-note { font-size: 20px; }
.service-content-sticky-col { min-height: 0; }
}

@media (max-width: 580px) {
.service-content-section { padding: 38px 0 46px; }
.service-content-wrap h2 { font-size: 34px; }
.service-content-wrap p { font-size: 15px; }
.service-content-list ul { font-size: 14px; }
.service-content-note { font-size: 17px; }
}

/* SERVICE PAGE ADAPTIVE POLISH */
@media (max-width: 992px) {
.service-hero {
	padding: 28px 0 40px;
}
.service-hero-title-col h1 {
	font-size: 34px;
	line-height: 1.08;
}
.service-hero-info-col p {
	font-size: 16px;
	line-height: 1.4;
}
.service-hero-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.service-hero-buttons .butn {
	width: 100%;
	height: 44px;
	font-size: 15px;
}
.service-hero-stats {
	gap: 12px;
}
.service-hero-stat-item strong {
	font-size: 30px;
}
.service-hero-stat-item span {
	font-size: 15px;
}

.service-include-content h2,
.service-quiz-title,
.service-workflow-left h2,
.service-spec-title,
.service-testimonials-head h2,
.service-faq-head h2,
.service-content-wrap h2 {
	font-size: 34px !important;
	line-height: 1.1;
}

.service-include-content p,
.service-spec-subtitle,
.service-faq-head p,
.service-testimonials-head p,
.service-content-wrap p {
	font-size: 16px;
}

.service-quiz-step {
	padding: 18px;
}
.service-quiz-step.collapsed {
	padding: 18px;
}
.service-quiz-step-head {
	gap: 12px;
}
.service-quiz-step h3 {
	font-size: 19px;
}
.service-quiz-step-icon {
	width: 34px;
	height: 34px;
	flex-basis: 34px;
	font-size: 24px;
}
.service-quiz-options {
	padding-top: 14px;
	padding-left: 0;
	gap: 10px 16px;
}
.service-quiz-option {
	min-width: 120px;
	font-size: 16px;
}
.service-quiz-contact-card {
	padding: 18px;
}
.service-quiz-form-group label {
	font-size: 15px;
}
.service-quiz-form-group input {
	height: 42px;
	font-size: 14px;
}
.service-quiz-btn {
	height: 38px;
	font-size: 14px;
}

.service-workflow-step {
	padding: 14px 0;
	gap: 10px;
}
.service-workflow-content h3 {
	font-size: 18px;
	margin-bottom: 6px;
}
.service-workflow-content p {
	font-size: 15px;
}

.service-pricing-cards {
	gap: 12px;
	margin-bottom: 22px;
}
.service-price-card {
	padding: 14px;
}
.service-price-card h3 {
	font-size: 32px;
}
.service-price-card p,
.service-price-card ul {
	font-size: 13px;
}
.service-pricing-table {
	min-width: 620px;
}

.service-spec-card {
	padding: 14px;
	min-height: 112px;
}
.service-spec-card-title {
	font-size: 17px !important;
}
.service-spec-card span {
	font-size: 14px;
}

.service-testimonials-card {
	padding: 16px;
}
.service-testimonials-card blockquote {
	font-size: 16px;
}
.service-testimonials-person h3 {
	font-size: 18px;
}
.service-testimonials-person span {
	font-size: 14px;
}

.service-faq-question {
	padding: 13px 14px;
}
.service-faq-question span {
	font-size: 17px;
}
.service-faq-answer {
	padding: 0 14px 13px;
}
.service-faq-answer p {
	font-size: 14px;
}

.service-content-image {
	margin: 6px 0 14px;
}
.service-content-list h4 {
	font-size: 14px;
}
.service-content-list ul {
	font-size: 14px;
}
.service-content-note {
	font-size: 16px;
	line-height: 1.3;
}
}

@media (max-width: 420px) {
.service-hero-title-col h1 {
	font-size: 30px;
}
.service-hero-stat-item strong {
	font-size: 27px;
}
.service-include-content h2,
.service-quiz-title,
.service-workflow-left h2,
.service-spec-title,
.service-testimonials-head h2,
.service-faq-head h2,
.service-content-wrap h2 {
	font-size: 30px !important;
}
.service-price-card h3 {
	font-size: 28px;
}
.service-spec-card-title {
	font-size: 16px !important;
}
.service-faq-question span {
	font-size: 16px;
}
}

@media (max-width: 580px) {
.service-page .service-hero-stats {
	margin-top: 26px !important;
	padding-top: 26px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.82) !important;
}
}

/* Unified Buttons Radius */
.butn,
.btn-show-more,
.service-quiz-btn,
.service-price-btn,
.service-hero-buttons .butn,
.service-testimonials-arrows button {
	border-radius: 10px;
}

/* Unified Buttons Height */
.butn,
.btn-show-more,
.service-quiz-btn,
.service-price-btn,
.service-hero-buttons .butn,
.service-testimonials-arrows button {
	height: 42px;
	min-height: 42px;
	box-sizing: border-box;
	padding-top: 0;
	padding-bottom: 0;
}

/* SERVICE HERO SINGLE SOURCE */
@media (min-width: 993px) {
	body.service-page .service-hero-top {
		align-items: flex-end;
		margin-bottom: 26px;
	}
	body.service-page .service-hero-info-col {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 100%;
	}
	body.service-page .service-hero-info-col p {
		margin-top: 0;
	}
	body.service-page .service-hero-stats {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		column-gap: 70px;
		row-gap: 0;
		width: calc(50% - 15px);
		margin-left: auto;
		margin-top: 0;
		padding-top: 24px;
		border-top: 1px solid rgba(242, 246, 255, 0.6);
		justify-items: start;
		align-items: start;
	}
	body.service-page .service-hero-stat-item,
	body.service-page .service-hero-stat-item:first-child {
		flex: 0 0 auto;
		max-width: none;
	}
}

@media (min-width: 993px) and (max-width: 1366px) {
	body.service-page .service-hero {
		min-height: auto;
		padding-top: 148px;
		padding-bottom: 54px;
	}
	body.service-page .service-hero .container {
		display: block;
		min-height: 0;
	}
	body.service-page .service-hero-stats {
		width: calc(50% - 15px);
		margin-left: auto;
		margin-top: 0;
		padding-top: 24px;
		border-top: 1px solid rgba(242, 246, 255, 0.6);
	}
	body.service-page .service-hero-top {
		margin-bottom: 26px;
	}
	body.service-page .service-hero-title-col h1 {
		font-size: 56px;
	}
}

@media (max-width: 580px) {
	body.service-page .service-hero-stats {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		gap: 12px;
		width: 100%;
		margin-top: 26px;
		padding-top: 26px;
		border-top: 1px solid rgba(255, 255, 255, 0.82);
		text-align: center;
	}
	body.service-page .service-hero-stat-item {
		flex: 1 1 0;
		max-width: none;
		min-width: 0;
		text-align: center;
	}
	body.service-page .service-hero-stat-item strong {
		font-size: 32px;
		margin-bottom: 6px;
	}
	body.service-page .service-hero-stat-item span {
		font-size: 14px;
		line-height: 1.2;
	}
}

/* Header CTA strict size */
header .buttons .butn {
	height: 42px !important;
	min-height: 42px !important;
	padding: 0 20px !important;
	line-height: 42px !important;
}

/* SERVICE PAGE: consistent vertical rhythm between content blocks */
.service-page .service-problem-section,
.service-page .service-solution-section,
.service-page .service-include-section,
.service-page .service-quiz-section,
.service-page .service-pricing-section,
.service-page .service-workflow-section,
.service-page .service-spec-section,
.service-page .service-testimonials-section,
.service-page .service-faq-section,
.service-page .service-content-section,
.service-page .reviews-section,
.service-page .faq-section,
.service-page .contact-feedback-section {
	padding-top: 84px;
	padding-bottom: 84px;
}

.form-status {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 600;
	color: #0089b6;
}

.form-status.success {
	color: #0f7a55;
}

.form-status.error {
	color: #d13a30;
}

form[data-send-form="true"] button[disabled],
form[data-send-form="true"] input[type="submit"][disabled],
.service-workflow-submit[disabled] {
	cursor: wait;
	opacity: 0.72;
}

/* PRICE PAGE */
.price-page .topbox,
.price-page .overflow {
	background: #031f35;
}

.price-hero-section {
	padding: 44px 0 84px;
}

.price-page .breadcrumbs {
	margin-bottom: 34px;
	color: #fff;
}

.price-page .breadcrumbs a,
.price-page .breadcrumbs span {
	color: #3f8fb9;
}

.price-page .breadcrumbs strong {
	color: #fff;
}

.price-hero-card {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
	gap: 36px;
	align-items: stretch;
}

.price-hero-content {
	color: #fff;
}

.section-kicker {
	display: inline-block;
	margin: -4px 0 18px;
	color: #3f8fb9;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
}

.price-hero-content h1 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.03;
	letter-spacing: 0;
}

.price-hero-content p {
	max-width: 820px;
	margin: 0 0 16px;
	color: #d4e1ef;
	font-size: 20px;
	line-height: 1.45;
}

.price-hero-content .buttons {
	margin-top: 30px;
}

.price-hero-content .butn {
	height: 48px;
	padding: 0 24px;
	border-radius: 8px;
	line-height: 1;
}

.price-hero-content .butn-border-light {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.price-hero-content .butn-border-light:hover {
	background: #fff;
	border-color: #fff;
	color: #032540;
}

.price-hero-image {
	position: relative;
	min-height: 100%;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	background: #d4e1ef;
}

.price-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 460px;
	object-fit: cover;
	object-position: center center;
}

.price-tariffs-section {
	background: #e9f0f7;
}

.price-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.price-card-grid .service-price-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	min-height: 390px;
	padding: 34px 30px 30px;
	border-radius: 18px;
}

.price-card-grid .service-price-card.popular {
	background: #032540;
}

.price-card-grid .service-price-card h3 {
	margin-top: 22px;
	margin-bottom: 18px;
	font-size: 31px;
}

.price-card-grid .service-price-card p,
.price-card-grid .service-price-card ul {
	font-size: 16px;
}

.price-card-grid .service-price-card p {
	margin-bottom: 20px;
}

.price-card-grid .service-price-card ul {
	margin-bottom: 28px;
}

.price-card-grid .service-price-card li {
	margin-bottom: 9px;
}

.price-card-grid .service-price-card .service-price-btn {
	margin-top: auto;
}

.price-company-section {
	background: #fff;
}

.price-card-grid-company {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-card-grid-company .service-price-card {
	min-height: 430px;
}

.price-card-grid-company .service-price-card h3 {
	font-size: 27px;
}

.price-company-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
	gap: 28px;
	align-items: start;
}

.price-table-card,
.price-included-card {
	border-radius: 18px;
	background: #e9f0f7;
	padding: 24px;
}

.price-included-card {
	background: #032540;
	color: #fff;
}

.price-included-section {
	background: #e9f0f7;
}

.price-included-full-card {
	border-radius: 22px;
	background: #032540;
	padding: 42px;
	color: #fff;
}

.price-included-full-card .section-header {
	max-width: 980px;
	margin-bottom: 28px;
}

.price-included-full-card .ttl {
	color: #fff;
}

.price-included-full-card .section-header p {
	color: #d4e1ef;
}

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

.price-included-card h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 32px;
	line-height: 1.1;
}

.price-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.price-check-list li {
	position: relative;
	margin-bottom: 14px;
	padding-left: 34px;
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}

.price-check-list li::before {
	content: "\f00c";
	position: absolute;
	top: 1px;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #ffa800;
	color: #032540;
	font-family: "Font Awesome 6 Free";
	font-size: 11px;
	font-weight: 900;
}

.price-calculator-section {
	background: #e9f0f7;
}

.price-faq-section {
	background: #fff;
}

.price-question-section {
	background: #e9f0f7;
}

.price-question-card {
	background: #032540;
}

.price-question-card .ttl,
.price-question-card label {
	color: #fff;
}

.price-question-card .section-header p {
	color: #d4e1ef;
}

.price-short-form .buttons,
.price-short-form .butn {
	width: 100%;
}

@media (max-width: 1400px) {
.price-hero-content h1 {
	font-size: 56px;
}
}

@media (max-width: 1200px) {
.price-hero-content h1 {
	font-size: 56px;
}
.price-hero-card,
.price-company-layout {
	grid-template-columns: 1fr;
}
.price-card-grid-company {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 992px) {
.price-card-grid,
.price-card-grid-company,
.price-included-grid {
	grid-template-columns: 1fr;
}
.price-hero-section {
	padding: 34px 0 64px;
}
.price-hero-content h1 {
	font-size: 34px;
	line-height: 1.08;
}
.price-hero-content p {
	font-size: 18px;
}
.price-table-card {
	overflow-x: auto;
}
.price-table-card .service-pricing-table {
	min-width: 700px;
}
}

@media (max-width: 580px) {
.price-hero-section {
	padding: 28px 0 54px;
}
.price-page .breadcrumbs {
	margin-bottom: 24px;
}
.price-hero-content h1 {
	font-size: 34px;
}
.price-hero-content p {
	font-size: 16px;
}
.price-hero-content .buttons {
	flex-wrap: wrap;
}
.price-hero-content .buttons .butn {
	width: 100%;
}
.price-hero-image {
	border-radius: 16px;
}
.price-hero-image img {
	min-height: 260px;
}
.price-card-grid .service-price-card,
.price-table-card,
.price-included-card,
.price-included-full-card {
	padding: 18px;
}
.price-card-grid .service-price-card h3,
.price-included-card h3 {
	font-size: 26px;
}
}

@media (max-width: 420px) {
.price-hero-content h1 {
	font-size: 30px;
}
}

@media (max-width: 580px) {
.service-page .service-problem-section,
.service-page .service-solution-section,
.service-page .service-include-section,
.service-page .service-quiz-section,
.service-page .service-pricing-section,
.service-page .service-workflow-section,
.service-page .service-spec-section,
.service-page .service-testimonials-section,
.service-page .service-faq-section,
.service-page .service-content-section,
.service-page .reviews-section,
.service-page .faq-section,
.service-page .contact-feedback-section {
	padding-top: 72px;
	padding-bottom: 72px;
}
}

/* SERVICE QUIZ VISUAL REFINEMENT */
.service-page .service-quiz-section {
	background: #fff !important;
}

.service-page .service-quiz-layout {
	align-items: stretch;
}

.service-page .service-quiz-layout > div:first-child {
	background: #032540;
	border-radius: 16px;
	padding: 34px 36px !important;
}

.service-page .service-quiz-layout > div:first-child .service-quiz-step {
	background: transparent;
	border-radius: 0;
	padding: 0 0 24px;
	margin-bottom: 24px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.service-page .service-quiz-layout > div:first-child .service-quiz-step:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.service-page .service-quiz-layout > div:first-child .service-quiz-step.collapsed {
	background: transparent;
	color: #fff;
	padding: 0 0 24px;
}

.service-page .service-quiz-step-head {
	align-items: center;
	min-height: 50px;
}

.service-page .service-quiz-step-icon {
	color: #ffa800;
}

.service-page .service-quiz-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 22px 0 0;
}

.service-page .service-quiz-option {
	min-width: 0;
	min-height: 54px;
	width: 100%;
	padding: 12px 16px;
	align-items: center;
	background: #fff;
	border-radius: 10px;
	color: #102235;
	line-height: 1.2;
}

.service-page .service-quiz-option span {
	display: flex;
	align-items: center;
	min-height: 24px;
}

.service-page .service-quiz-option input {
	flex: 0 0 22px;
	background: #fff;
	border-color: #c9d6ea;
}

.service-page .service-quiz-option input:checked {
	background: #ffa800;
	border-color: #ffa800;
}

@media (max-width: 992px) {
	.service-page .service-quiz-layout > div:first-child {
		padding: 28px 24px !important;
	}
}

@media (max-width: 580px) {
	.service-page .service-quiz-options {
		grid-template-columns: 1fr;
	}
	.service-page .service-quiz-option {
		width: 100%;
	}
}
