/* Vendor CSS (bootstrap, fancybox, reset, swiper, wow) is enqueued
   separately in functions.php — do not re-add @import here. */
.fa-beat:hover {
	-webkit-animation-name: fa-beat;
	animation-name: fa-beat;
	-webkit-animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 3s);
	animation-duration: var(--fa-animation-duration, 3s);
}
.fa-beat-shade:hover {
	-webkit-animation-name: fa-beat-fade;
	animation-name: fa-beat-fade;
	-webkit-animation-iteration-count: var(
		--fa-animation-iteration-count,
		infinite
	);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 3s);
	animation-duration: var(--fa-animation-duration, 3s);
}
.fa-shake {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-iteration-count: var(
		--fa-animation-iteration-count,
		infinite
	);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 3s);
	animation-duration: var(--fa-animation-duration, 3s);
}
.form-phone:hover .fa-shake-hover {
	-webkit-animation-name: fa-shake;
	animation-name: fa-shake;
	-webkit-animation-iteration-count: var(
		--fa-animation-iteration-count,
		infinite
	);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	-webkit-animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	animation-timing-function: var(
		--fa-animation-timing,
		cubic-bezier(0.4, 0, 0.6, 1)
	);
	-webkit-animation-delay: var(--fa-animation-delay, 0s);
	animation-delay: var(--fa-animation-delay, 0s);
	-webkit-animation-direction: var(--fa-animation-direction, normal);
	animation-direction: var(--fa-animation-direction, normal);
	-webkit-animation-duration: var(--fa-animation-duration, 3s);
	animation-duration: var(--fa-animation-duration, 3s);
}
@-webkit-keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	8%,
	24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	12%,
	28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	40%,
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@keyframes fa-shake {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}
	4% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}
	8%,
	24% {
		-webkit-transform: rotate(-18deg);
		transform: rotate(-18deg);
	}
	12%,
	28% {
		-webkit-transform: rotate(18deg);
		transform: rotate(18deg);
	}
	16% {
		-webkit-transform: rotate(-22deg);
		transform: rotate(-22deg);
	}
	20% {
		-webkit-transform: rotate(22deg);
		transform: rotate(22deg);
	}
	32% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	36% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	40%,
	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
@-webkit-keyframes fa-beat-fade {
	0% {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%,
	to {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}
@keyframes fa-beat {
	0% {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%,
	to {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}
@-webkit-keyframes fa-beat-fade {
	0%,
	to {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}
@keyframes fa-beat-fade {
	0%,
	to {
		opacity: var(--fa-beat-fade-opacity, 0.4);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}
@font-face {
	font-family: "Inter Regular";
	src: url("../fonts/Inter/Inter-Regular.eot");
	src: url("../fonts/Inter/Inter-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Inter/Inter-Regular.otf") format("opentype"),
		url("../fonts/Inter/Inter-Regular.woff") format("woff"),
		url("../fonts/Inter/Inter-Regular.woff2") format("woff2"),
		url("../fonts/Inter/Inter-Regular.svg") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Inter SemiBold";
	src: url("../fonts/Inter/Inter-SemiBold.eot");
	src: url("../fonts/Inter/Inter-SemiBold.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Inter/Inter-SemiBold.otf") format("opentype"),
		url("../fonts/Inter/Inter-SemiBold.woff") format("woff"),
		url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"),
		url("../fonts/Inter/Inter-SemiBold.svg") format("svg");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* Клавіатурний фокус лишається видимим; для миші обводки нема */
*:focus:not(:focus-visible) {
	outline: none;
}
:focus-visible {
	outline: 2px solid #f2a500;
	outline-offset: 2px;
}
.wow {
	visibility: hidden;
}
iframe {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
.text-right {
	text-align: right !important;
}
.text-left {
	text-align: left !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 25px 0;
	font-style: normal;
	font-weight: normal;
	font-family: "Inter SemiBold", sans-serif;
	color: #4873e1;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p {
	margin: 0;
}
@media (max-width: 991px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 18px 0;
	}
}
strong,
b {
	font-family: "Inter SemiBold", sans-serif;
	color: #4873e1;
}
h1 {
	font-size: 40px;
	line-height: 53px;
}
h2 {
	font-size: 38px;
	line-height: 48px;
}
h3 {
	font-size: 36px;
	line-height: 46px;
}
h4 {
	font-size: 30px;
	line-height: 40px;
}
h5 {
	font-size: 24px;
	line-height: 34px;
}
h6 {
	font-size: 22px;
	line-height: 32px;
}
body {
	font-family: "Inter Regular", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	background: #fff;
	position: relative;
}
body p {
	margin: 0 0 15px;
}
body p:last-child {
	margin: 0;
}
body.fixed {
	position: fixed;
	width: 100%;
}
@media (max-width: 1199px) {
	body {
		font-size: 15px;
		line-height: 21px;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 32px;
		line-height: 38px;
	}
	h2 {
		font-size: 27px;
		line-height: 33px;
	}
	h3 {
		font-size: 25px;
		line-height: 33px;
	}
	h4 {
		font-size: 21px;
		line-height: 26px;
	}
	h5,
	h6 {
		font-size: 16px;
	}
}
.aligncenter {
	margin: 10px auto;
	display: block;
}
.alignright {
	float: right;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}
a {
	color: #4873e1;
	text-decoration: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:hover,
a:focus,
a:active {
	color: #f29100;
	text-decoration: underline;
}
@media (min-width: 1300px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1205px !important;
	}
}
@media (min-width: 1100px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 90%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 88%;
	}
}
@media (min-width: 992px) {
	.visib-mob {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visib-md {
		display: block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.visib-md {
		display: none !important;
	}
}
@media (max-width: 991px) {
	.hidden-mob,
	.visib-md {
		display: none !important;
	}
	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.hidden-mobsm {
		display: none !important;
	}
}
.hidden {
	display: none !important;
}
.column-dir {
	flex-direction: column;
	gap: 5px 0;
}
.flex-end {
	justify-content: flex-end !important;
}
.hdr {
	position: relative;
	z-index: 10;
}
.hdr-bottom {
	padding: 5px 0;
	background: #fff;
	position: relative;
	z-index: 12;
	min-height: 80px;
	-webkit-display: flex;
	display: flex;
	align-items: center;
}
.hdr-top {
	padding: 5px 0;
	background: #4873e1;
	position: relative;
	color: #fff;
	z-index: 12;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 15px;
	line-height: 12px;
}
.hdr .row {
	justify-content: space-between;
}
.hdr .row > div {
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hdr .row > div:last-child {
	justify-content: flex-end;
	gap: 5px 40px;
}
.hdr .lang .screen-reader-text {
	display: none;
}
.hdr .lang select {
	background: #4873e1;
	color: #fff;
	border: none;
}
.hdr .lang a {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 16px;
	line-height: 27px;
	text-align: center;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	display: block;
	line-height: 46px;
}
.hdr .lang ul {
	display: flex;
	column-gap: 3px;
	flex-direction: row;
}
.hdr .lang .current-lang a,
.hdr .lang a:hover,
.hdr .lang a:focus,
.hdr .lang a:active {
	background: #4873e1;
	color: #fff;
	text-decoration: none;
}
.hdr li {
	list-style: none;
}
.hdr-phones {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 20px;
}
.hdr-phones:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url(../img/phone.svg) center no-repeat;
	background-size: 15px !important;
}
.hdr-phones.type2:before {
	background: url(../img/phone-dark.svg) center no-repeat;
	background-size: 15px !important;
}
.hdr-phones.type2 .hdr-phone {
	color: #000;
}
.hdr-phone {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 16px;
	line-height: 12px;
	text-align: left;
	color: #fff;
	padding-left: 30px;
	display: inline-block;
}
.hdr-phone:hover,
.hdr-phone:focus,
.hdr-phone:active {
	color: #000;
	text-decoration: none;
}
.hdr .menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
	gap: 5px;
	margin: 0;
	align-content: center;
}
.hdr .menu .sub-menu {
	display: none;
	position: absolute;
	overflow: hidden;
	left: -25%;
	width: 100%;
	min-width: 280px;
	top: 100%;
	background: #fff;
	padding: 0;
	-webkit-box-shadow: 0px 16px 32px 0px rgba(141, 163, 178, 0.25);
	-moz-box-shadow: 0px 16px 32px 0px rgba(141, 163, 178, 0.25);
	box-shadow: 0px 16px 32px 0px rgba(141, 163, 178, 0.25);
}
.hdr .menu .sub-menu li:last-child > a {
	padding: 5px 15px 10px;
}
.hdr .menu .sub-menu li:first-child > a {
	padding: 10px 15px 5px;
}
.hdr .menu .sub-menu li > a {
	font-size: 15px;
	line-height: 25px;
	padding: 5px 15px;
	font-family: "Inter SemiBold", sans-serif;
}
.hdr .menu .sub-menu li > a:hover,
.hdr .menu .sub-menu li > a:focus,
.hdr .menu .sub-menu li > a:active {
	color: #fff;
	background: #000;
	text-decoration: none;
}
.hdr .menu li {
	list-style: none;
	position: relative;
	z-index: 0;
}
.hdr .menu li.current-menu-item > a {
	color: #fff;
	background: #4873e1;
}
.hdr .menu li a {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	padding: 10px 5px;
	display: block;
	position: relative;
	z-index: 0;
	color: #000;
	background: #fff;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.hdr .menu li a:hover,
.hdr .menu li a:focus,
.hdr .menu li a:active {
	color: #fff;
	background: #4873e1;
	text-decoration: none;
}
.hdr-mobile_btn {
	border: none;
	width: 30px;
	height: 23px;
	margin: 0;
	display: none;
	background-size: cover !important;
	background: url(../img/menu-ic.svg) center no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hdr .soc-list {
		gap: 0;
	}
	.hdr .menu li > a {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	.hdr-bottom {
		background: #fff;
		min-height: 70px;
	}
	.hdr-mobile_btn {
		display: inline-block;
	}
	.hdr-logo {
		margin-right: -15px;
	}
	.hdr .row > div {
		align-items: center;
		justify-content: center;
	}
	.hdr-phones {
		margin: 0 -15px;
	}
	.hdr-phones.type2:before {
		background: url(../img/phone-dark.svg) center no-repeat;
		background-size: 10px !important;
	}
	.hdr-phones.type2 .hdr-phone {
		color: #4873e1 !important;
	}
	.hdr-phone {
		font-size: 16px;
		line-height: 16px;
	}
}
.menu-opened {
	overflow: hidden;
}
.menu-opened .mobile-menu_close {
	display: block;
}
.mobile-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	height: 100vh;
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	background: rgba(0, 0, 0, 0.4);
}
.mobile-menu .hdr-phones {
	margin: 0 0 15px;
}
.mobile-menu .hdr-phones:before {
	background-size: 18px !important;
	background-position: 3px center !important;
}
.mobile-menu .hdr-phone,
.mobile-menu .ftr-mail {
	color: #4873e1;
	font-size: 16px;
	line-height: 21px;
}
.mobile-menu .ftr-mail:before {
	background: url(../img/email-dark.svg) left no-repeat;
}
.mobile-menu .screen-reader-text {
	display: none;
}
.mobile-menu_close {
	border: none;
	width: 20px;
	height: 20px;
	margin: 0;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 20px !important;
	background: url(../img/close-dark.svg) center no-repeat;
}
.mobile-menu.opened {
	opacity: 1;
	z-index: 999;
}
.mobile-menu.opened .mobile-menu_wp {
	width: 100%;
	right: 0;
	opacity: 1;
	display: flex;
	flex-direction: column;
}
.mobile-menu.opened .mobile-menu_wp:before {
	bottom: 35px;
}
.mobile-menu li {
	list-style: none;
}
.mobile-menu li.menu-item-has-children {
	background: url(../img/down-btn.svg) right 10px no-repeat;
}
.mobile-menu .ftr-t {
	color: #4873e1;
	margin: 0 0 15px;
}
.mobile-menu_left {
	width: 40%;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	z-index: 103;
}
.mobile-menu_top {
	position: relative;
	z-index: 0;
	padding: 5px 0;
	margin: 0;
}
.mobile-menu .soc-list {
	display: inline-flex;
	justify-content: flex-start;
	margin: 20px 0 10px;
}
.mobile-menu .soc-list a:before {
	width: 30px;
	height: 30px;
	background-size: 30px !important;
}
.mobile-menu .soc-list .viber:before {
	background: url(../img/viber-dark.svg) center no-repeat;
}
.mobile-menu .soc-list .fb:before {
	background: url(../img/fb-dark.svg) center no-repeat;
}
.mobile-menu .soc-list .inst:before {
	background: url(../img/inst-dark.svg) center no-repeat;
}
.mobile-menu .soc-list .lin:before {
	background: url(../img/lin-dark.svg) center no-repeat;
}
.mobile-menu .hdr-lang {
	margin: 10px 0;
}
.mobile-menu_wp {
	width: 0;
	background: #fff;
	position: absolute;
	right: -100%;
	height: 100%;
	top: 0;
	padding: 0px 20px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-ms-transition: 1s;
	opacity: 0;
	z-index: 111;
	overflow: auto;
	border: 2px solid transparent;
}
.mobile-menu_wp .menu {
	clear: both;
	display: block !important;
	flex-direction: column;
	position: relative;
	align-content: start;
	z-index: 105;
	margin: 15px 0;
}
.mobile-menu_wp .menu .sub-menu {
	display: none;
	padding: 15px 10px 0 10px;
}
.mobile-menu_wp .menu li {
	list-style: none;
	margin: 0 0 20px;
	text-align: left;
}
.mobile-menu_wp .menu a {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 19px;
	line-height: 22px;
	text-align: left;
	color: #4873e1;
}
@media (min-width: 992px) {
	.mobile-menu {
		display: none;
	}
}
.main-block {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.main-block_above {
	padding-left: 30px;
	color: #f2a500;
	font-size: 15px;
	line-height: 18px;
	font-family: "Inter SemiBold", sans-serif;
	text-transform: uppercase;
	background: url(../img/title_bg.svg) left no-repeat;
	background-size: 20px !important;
}
.main-block_above.type2 {
	color: #4873e1;
	background: url(../img/title_bg2.svg) left no-repeat;
	background-size: 20px !important;
}
.main-block ul,
.main-block ol {
	padding: 0;
	margin: 0 0 10px;
}
.main-block ul > li {
	padding: 5px 0px 5px 20px;
	background: url(../img/list-ic.svg) left 5px no-repeat;
	background-size: 15px !important;
	list-style: none;
}
.main-block_t {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 53px;
	line-height: 57px;
	color: #fff;
	margin: 15px 0;
}
.main-block_t.type2 {
	color: #4873e1;
}
@media (max-width: 1199px) {
	.main-block_t {
		font-size: 36px;
		line-height: 42px;
	}
}
@media (max-width: 991px) {
	.main-block_t {
		font-size: 25px;
		line-height: 30px;
	}
}
.main-block .wpcf7 input[type="submit"],
.main-block_btn,
.wpcf7 .wpcf7 input[type="submit"],
.wpcf7_btn,
.modal .wpcf7 input[type="submit"],
.modal_btn {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #4873e1;
	cursor: pointer;
	font-style: normal;
	display: inline-block;
	background: transparent;
	padding: 10px 15px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	min-width: 150px;
	max-width: 100%;
	text-align: center;
	margin: 25px 0;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	border-radius: 80px;
	border: 2px solid #4873e1;
}
.main-block .wpcf7 input[type="submit"].active.nav-item,
.main-block .wpcf7 input[type="submit"].type2,
.main-block_btn.active.nav-item,
.main-block_btn.type2,
.wpcf7 .wpcf7 input[type="submit"].active.nav-item,
.wpcf7 .wpcf7 input[type="submit"].type2,
.wpcf7_btn.active.nav-item,
.wpcf7_btn.type2,
.modal .wpcf7 input[type="submit"].active.nav-item,
.modal .wpcf7 input[type="submit"].type2,
.modal_btn.active.nav-item,
.modal_btn.type2 {
	background: #f2a500;
	color: #fff;
	border-color: #f2a500;
}
.main-block .wpcf7 input[type="submit"].active.nav-item:hover,
.main-block .wpcf7 input[type="submit"].active.nav-item:focus,
.main-block .wpcf7 input[type="submit"].active.nav-item:active,
.main-block .wpcf7 input[type="submit"].type2:hover,
.main-block .wpcf7 input[type="submit"].type2:focus,
.main-block .wpcf7 input[type="submit"].type2:active,
.main-block_btn.active.nav-item:hover,
.main-block_btn.active.nav-item:focus,
.main-block_btn.active.nav-item:active,
.main-block_btn.type2:hover,
.main-block_btn.type2:focus,
.main-block_btn.type2:active,
.wpcf7 .wpcf7 input[type="submit"].active.nav-item:hover,
.wpcf7 .wpcf7 input[type="submit"].active.nav-item:focus,
.wpcf7 .wpcf7 input[type="submit"].active.nav-item:active,
.wpcf7 .wpcf7 input[type="submit"].type2:hover,
.wpcf7 .wpcf7 input[type="submit"].type2:focus,
.wpcf7 .wpcf7 input[type="submit"].type2:active,
.wpcf7_btn.active.nav-item:hover,
.wpcf7_btn.active.nav-item:focus,
.wpcf7_btn.active.nav-item:active,
.wpcf7_btn.type2:hover,
.wpcf7_btn.type2:focus,
.wpcf7_btn.type2:active,
.modal .wpcf7 input[type="submit"].active.nav-item:hover,
.modal .wpcf7 input[type="submit"].active.nav-item:focus,
.modal .wpcf7 input[type="submit"].active.nav-item:active,
.modal .wpcf7 input[type="submit"].type2:hover,
.modal .wpcf7 input[type="submit"].type2:focus,
.modal .wpcf7 input[type="submit"].type2:active,
.modal_btn.active.nav-item:hover,
.modal_btn.active.nav-item:focus,
.modal_btn.active.nav-item:active,
.modal_btn.type2:hover,
.modal_btn.type2:focus,
.modal_btn.type2:active {
	color: #fff !important;
	text-decoration: none;
	background: #4873e1;
	border: 2px solid #4873e1;
}
.main-block .wpcf7 input[type="submit"]:hover,
.main-block .wpcf7 input[type="submit"]:focus,
.main-block .wpcf7 input[type="submit"]:active,
.main-block_btn:hover,
.main-block_btn:focus,
.main-block_btn:active,
.wpcf7 .wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7 input[type="submit"]:focus,
.wpcf7 .wpcf7 input[type="submit"]:active,
.wpcf7_btn:hover,
.wpcf7_btn:focus,
.wpcf7_btn:active,
.modal .wpcf7 input[type="submit"]:hover,
.modal .wpcf7 input[type="submit"]:focus,
.modal .wpcf7 input[type="submit"]:active,
.modal_btn:hover,
.modal_btn:focus,
.modal_btn:active {
	color: #fff !important;
	text-decoration: none;
	background: #4873e1;
	border: 2px solid #4873e1;
}
@media (min-width: 1200px) and (max-width: 1360px) {
	.main-block .wpcf7 input[type="submit"],
	.main-block_btn,
	.wpcf7 .wpcf7 input[type="submit"],
	.wpcf7_btn,
	.modal .wpcf7 input[type="submit"],
	.modal_btn {
		font-size: 14px;
		line-height: 21px;
	}
}
@media (max-width: 991px) {
	.main-block .wpcf7 input[type="submit"],
	.main-block_btn,
	.wpcf7 .wpcf7 input[type="submit"],
	.wpcf7_btn,
	.modal .wpcf7 input[type="submit"],
	.modal_btn {
		margin: 15px auto;
	}
}
@media (max-width: 767px) {
	.main-block .wpcf7 input[type="submit"],
	.main-block_btn,
	.wpcf7 .wpcf7 input[type="submit"],
	.wpcf7_btn,
	.modal .wpcf7 input[type="submit"],
	.modal_btn {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
}
.soc-list {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: space-between;
	flex-direction: row;
}
.soc-list a {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.soc-list a:before {
	content: "";
	width: 20px;
	height: 20px;
	background-size: 20px !important;
}
.soc-list a:hover,
.soc-list a:active,
.soc-list a:focus {
	opacity: 0.5;
}
.soc-list a.fb:before {
	background: url(../img/fb.svg) center no-repeat;
}
.soc-list a.viber:before {
	background: url(../img/viber.svg) center no-repeat;
}
.soc-list a.inst:before {
	background: url(../img/inst.svg) center no-repeat;
}
.soc-list a.lin:before {
	background: url(../img/lin.svg) center no-repeat;
}
.ftr {
	background: #081c46;
	overflow: hidden;
	position: relative;
	z-index: 5;
	color: #fff;
}
.ftr-top {
	padding: 70px 0;
	border-bottom: 1px solid #fff;
}
.ftr .row {
	align-items: flex-start;
}
.ftr .row > div {
	gap: 10px 0;
	display: flex;
	flex-direction: column;
}
.ftr li {
	list-style: none;
	margin: 0 0 5px;
}
.ftr li:last-child {
	margin: 0;
}
.ftr ul,
.ftr ol {
	padding: 0;
}
.ftr-logo {
	line-height: 1;
	display: flex;
}
.ftr-logo:hover,
.ftr-logo:focus,
.ftr-logo:active {
	text-decoration: none;
	color: inherit;
}
.ftr-mail,
.ftr-adr {
	font-size: 16px;
	line-height: 20px;
	background: none;
	color: #fff;
	position: relative;
	padding-left: 30px;
	min-height: 30px;
	display: flex;
	align-items: center;
}
.ftr-adr:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background-size: 20px !important;
	background: url(../img/map.svg) center no-repeat;
}
.ftr-mail {
	font-family: "Inter SemiBold", sans-serif;
}
.ftr-mail:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	background: url(../img/email.svg) center no-repeat;
	background-size: 25px !important;
}
.ftr-mail.type2 {
	color: #000;
}
.ftr-mail.type2:before {
	background: url(../img/email-dark.svg) center no-repeat;
	background-size: 25px !important;
}
.ftr .hdr-phones {
	margin: 0 0 10px;
}
.ftr .hdr-phone {
	font-family: "Inter Regular", sans-serif;
	font-size: 19px;
	line-height: 24px;
	text-align: left;
	color: #fff;
}
.ftr .hdr-phone:hover,
.ftr .hdr-phone:active,
.ftr .hdr-phone:focus {
	color: #f2a500;
	text-decoration: none;
}
.ftr .menu .sub-menu {
	display: none;
	position: relative;
	left: 0;
	width: 100%;
	top: 100%;
	padding: 35px 20px 15px;
}
.ftr .menu .sub-menu li {
	width: 100%;
}
.ftr .menu .sub-menu li > a {
	font-size: 16px;
	line-height: 16px;
	font-family: "Inter Regular", sans-serif;
}
.ftr .menu li > a {
	font-family: "Inter Regular", sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	color: #fff;
}
.ftr .menu li > a:hover,
.ftr .menu li > a:active,
.ftr .menu li > a:focus {
	color: #f2a500;
	text-decoration: none;
}
.ftr-copyright {
	font-family: "Inter Regular", sans-serif;
	font-size: 13px;
	line-height: 13px;
	text-align: left;
	padding: 20px 0;
	position: relative;
}
.ftr-copyright p {
	display: inline-block;
	margin: 0;
}
.ftr-copyright a {
	color: #f2a500;
	text-decoration: underline;
}
.ftr-copyright a:hover,
.ftr-copyright a:active,
.ftr-copyright a:focus {
	text-decoration: none;
}
.ftr .soc-list {
	width: 100%;
	flex-direction: row;
	justify-content: flex-start;
	gap: 20px;
	margin: 15px 0 0;
}
.ftr .soc-list a:before {
	width: 30px;
	height: 30px;
	background-size: 30px !important;
}
.ftr-t {
	font-family: "Inter SemiBold", sans-serif;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 10px;
}
@media (max-width: 991px) {
	.ftr-top {
		padding: 30px 0;
	}
	.ftr-copyright .text-right {
		text-align: left !important;
	}
	.ftr-logo {
		margin: 0;
		width: 45%;
	}
	.ftr .main-block_btn {
		margin: 10px 0;
	}
	.ftr li {
		margin: 0 0 10px;
	}
	.ftr-t {
		font-size: 18px;
		line-height: 32px;
		margin: 30px 0 5px;
	}
	.ftr .hdr-phones:before {
		background: url(../img/phone.svg) 10px center no-repeat;
	}
	.ftr .hdr-mail:before {
		background: url(../img/email.svg) left no-repeat;
	}
	.ftr .hdr-phone,
	.ftr .hdr-mail {
		font-size: 15px;
		line-height: 24px;
		color: #fff !important;
	}
}
.wpcf7-form {
	text-align: center;
}
.wpcf7-form .wpcf7-response-output {
	padding: 20px 0 !important;
	margin: 0 !important;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
	border-color: transparent !important;
	color: #ff0000 !important;
}
.wpcf7-form.valid .wpcf7-response-output,
.wpcf7-form.sent .wpcf7-response-output {
	border-color: transparent !important;
	color: green !important;
}
.wpcf7-form label {
	font-family: "Inter Regular", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: gray;
	display: block;
	margin: 0 0 20px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7-form .wpcf7-not-valid.wpcf7-form-control {
	border-bottom: 2px solid #ff0000 !important;
}
.wpcf7-form .select::-ms-expand {
	display: none;
}
.wpcf7-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	border: 2px solid transparent;
	border-bottom: 2px solid #a5a6aa !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	font-family: "Inter Regular", sans-serif;
	font-size: 16px;
	line-height: 19px;
	text-align: left;
	margin: 0 0 50px;
	height: 35px;
	width: 100%;
	background: transparent;
	padding: 10px;
}
.wpcf7-form select:hover,
.wpcf7-form select:focus,
.wpcf7-form select:active,
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="text"]:active,
.wpcf7-form input[type="number"]:hover,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="number"]:active,
.wpcf7-form input[type="date"]:hover,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="date"]:active,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="tel"]:active,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="email"]:active,
.wpcf7-form textarea:hover,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:active {
	border-bottom: 2px solid #f2a500 !important;
}
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit {
	border: none;
	display: block !important;
}
.wpcf7-form textarea {
	height: 100px;
	resize: none;
	margin: 0;
}
.wpcf7-form .wpcf7-form-control-wrap {
	display: block;
	margin: 0;
}
.wpcf7-form br {
	display: none;
}
.wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.wpcf7-form p {
	margin: 0;
}
@media (max-width: 991px) {
	.wpcf7-form label {
		font-size: 15px;
		line-height: 18px;
		margin: 0;
	}
	.wpcf7-form select,
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="number"],
	.wpcf7-form input[type="date"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form input[type="email"],
	.wpcf7-form textarea,
	.wpcf7-form .wpcf7 input[type="submit"],
	.wpcf7-form_btn {
		font-size: 15px;
		line-height: 19px;
		margin: 0 0 30px;
	}
	.wpcf7-form textarea {
		height: 35px;
	}
}
.swiper-navs {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	width: 110px;
	margin: 0;
}
.swiper-navs .swiper-button-next {
	right: 0;
}
.swiper-navs .swiper-button-next:after {
	font-size: 15px;
}
.swiper-navs .swiper-button-prev {
	left: 0;
}
.swiper-navs .swiper-button-prev:after {
	font-size: 15px;
}
.swiper-navs .swiper-button-next,
.swiper-navs .swiper-button-prev {
	color: #f2a500;
	background: #fff;
	width: 47px;
	height: 47px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.swiper-navs {
		margin: 40px auto;
	}
}
.swiper-pagination {
	bottom: 0px !important;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	background: transparent;
	border: 1px solid #4873e1;
}
.swiper-pagination-bullet-active {
	background: #fff;
	border: 1px solid #4873e1;
}
.swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #4873e1;
}
.swiper-pagination {
	bottom: 5px;
}
.form-section {
	padding: 125px 0;
	color: #000;
	font-size: 17px;
	line-height: 28px;
}
.form-section_inner {
	padding-left: 7%;
}
.form-section.type2 {
	background: #4873e1;
}
.form-section.type2 select,
.form-section.type2 input[type="text"],
.form-section.type2 input[type="number"],
.form-section.type2 input[type="date"],
.form-section.type2 input[type="tel"],
.form-section.type2 input[type="email"],
.form-section.type2 textarea {
	color: #fff !important;
	border-bottom-color: #fff !important;
}
.form-section.type2 select::-webkit-input-placeholder,
.form-section.type2 input[type="text"]::-webkit-input-placeholder,
.form-section.type2 input[type="number"]::-webkit-input-placeholder,
.form-section.type2 input[type="date"]::-webkit-input-placeholder,
.form-section.type2 input[type="tel"]::-webkit-input-placeholder,
.form-section.type2 input[type="email"]::-webkit-input-placeholder,
.form-section.type2 textarea::-webkit-input-placeholder {
	color: #fff;
}
.form-section.type2 select::-moz-placeholder,
.form-section.type2 input[type="text"]::-moz-placeholder,
.form-section.type2 input[type="number"]::-moz-placeholder,
.form-section.type2 input[type="date"]::-moz-placeholder,
.form-section.type2 input[type="tel"]::-moz-placeholder,
.form-section.type2 input[type="email"]::-moz-placeholder,
.form-section.type2 textarea::-moz-placeholder {
	color: #fff;
}
.form-section.type2 select:-moz-placeholder,
.form-section.type2 input[type="text"]:-moz-placeholder,
.form-section.type2 input[type="number"]:-moz-placeholder,
.form-section.type2 input[type="date"]:-moz-placeholder,
.form-section.type2 input[type="tel"]:-moz-placeholder,
.form-section.type2 input[type="email"]:-moz-placeholder,
.form-section.type2 textarea:-moz-placeholder {
	color: #fff;
}
.form-section.type2 select:-ms-input-placeholder,
.form-section.type2 input[type="text"]:-ms-input-placeholder,
.form-section.type2 input[type="number"]:-ms-input-placeholder,
.form-section.type2 input[type="date"]:-ms-input-placeholder,
.form-section.type2 input[type="tel"]:-ms-input-placeholder,
.form-section.type2 input[type="email"]:-ms-input-placeholder,
.form-section.type2 textarea:-ms-input-placeholder {
	color: #fff;
}
.form-section.type2 .ftr-mail:before {
	background: url(../img/email.svg) left no-repeat;
}
.form-section.type2 .hdr-phone,
.form-section.type2 .ftr-mail,
.form-section.type2 .form-section_txt {
	color: #fff;
}
.form-section_txt {
	margin: 0 0 40px;
}
.form-section .hdr-phones {
	margin: 0 0 10px;
}
.form-section .hdr-phone,
.form-section .ftr-mail {
	font-size: 19px;
	line-height: 24px;
}
.form-section .row > div {
	display: flex;
	flex-direction: column;
}
@media (max-width: 991px) {
	.form-section {
		padding: 35px 0;
	}
	.form-section_inner {
		padding: 0;
	}
	.form-section form {
		margin: 20px 0;
	}
	.form-section_txt {
		font-size: 15px;
		line-height: 21px;
		margin: -5px 0 30px;
	}
	.form-section .hdr-phone,
	.form-section .ftr-mail {
		font-size: 17px;
		line-height: 24px;
	}
	.form-section:not(.type2) .hdr-phone,
	.form-section:not(.type2) .ftr-mail {
		color: #000 !important;
	}
}
.modal {
	background: rgba(0, 0, 0, 0.4);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	opacity: 0;
}
.modal-body {
	padding: 60px;
}
.modal-content {
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #4873e1;
}
.modal select,
.modal input[type="text"],
.modal input[type="number"],
.modal input[type="date"],
.modal input[type="tel"],
.modal input[type="email"],
.modal textarea {
	color: #fff !important;
	border-bottom-color: #fff !important;
}
.modal select::-webkit-input-placeholder,
.modal input[type="text"]::-webkit-input-placeholder,
.modal input[type="number"]::-webkit-input-placeholder,
.modal input[type="date"]::-webkit-input-placeholder,
.modal input[type="tel"]::-webkit-input-placeholder,
.modal input[type="email"]::-webkit-input-placeholder,
.modal textarea::-webkit-input-placeholder {
	color: #fff;
}
.modal select::-moz-placeholder,
.modal input[type="text"]::-moz-placeholder,
.modal input[type="number"]::-moz-placeholder,
.modal input[type="date"]::-moz-placeholder,
.modal input[type="tel"]::-moz-placeholder,
.modal input[type="email"]::-moz-placeholder,
.modal textarea::-moz-placeholder {
	color: #fff;
}
.modal select:-moz-placeholder,
.modal input[type="text"]:-moz-placeholder,
.modal input[type="number"]:-moz-placeholder,
.modal input[type="date"]:-moz-placeholder,
.modal input[type="tel"]:-moz-placeholder,
.modal input[type="email"]:-moz-placeholder,
.modal textarea:-moz-placeholder {
	color: #fff;
}
.modal select:-ms-input-placeholder,
.modal input[type="text"]:-ms-input-placeholder,
.modal input[type="number"]:-ms-input-placeholder,
.modal input[type="date"]:-ms-input-placeholder,
.modal input[type="tel"]:-ms-input-placeholder,
.modal input[type="email"]:-ms-input-placeholder,
.modal textarea:-ms-input-placeholder {
	color: #fff;
}
.modal-txt {
	font-size: 17px;
	line-height: 27px;
	color: #fff;
	margin: 0 0 20px;
}
.modal .close {
	position: absolute;
	right: 35px;
	top: 25px;
	background: url("../img/close-ic.svg") center no-repeat;
	background-size: auto 100% !important;
	width: 20px;
	height: 20px;
	opacity: 1;
	border: none;
}
.modal.in {
	opacity: 1;
}
.modal.in .modal-dialog {
	top: 12%;
}
.modal-dialog {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	top: -100%;
	max-width: 50%;
}
.modal .main-block_t {
	font-size: 40px;
	line-height: 57px;
	text-align: left;
	margin: 20px 0;
}
@media (max-width: 991px) {
	.modal-dialog {
		max-width: 100%;
	}
	.modal .modal-txt {
		font-size: 15px;
		line-height: 19px;
	}
	.modal .main-block_t {
		font-size: 24px;
		line-height: 34px;
	}
	.modal-body {
		padding: 50px 30px;
	}
}
.page-404 {
	min-height: 500px;
}
.hero-block {
	font-family: "Inter Regular", sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 80px 0 180px;
	color: #fff;
	position: relative;
	z-index: 0;
}
.hero-block:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* Темніший верх — читабельний білий H1 на будь-якому фото */
	background: linear-gradient(
		180deg,
		rgba(28, 46, 100, 0.6) 0%,
		rgba(72, 115, 225, 0.35) 100%
	);
}
.hero-block .container,
.hero-block .row > div {
	position: relative;
	z-index: 3;
}
.hero-block_t {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 75px;
	line-height: 80px;
	color: #fff;
}
.hero-block_t b,
.hero-block_t strong {
	color: #f2a500;
}
.hero-block_subt {
	font-family: "Inter Regular", sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0 0;
	width: 58%;
}
@media (max-width: 991px) {
	.hero-block {
		padding: 60px 0 180px;
	}
	.hero-block_t {
		font-size: 38px;
		line-height: 45px;
	}
	.hero-block_subt {
		width: 90%;
		font-size: 15px;
		line-height: 21px;
		margin: 20px 0;
	}
}
.cat-block .row > div {
	padding: 0;
}
.cat-block_inner {
	position: relative;
}
.cat-block_item {
	padding: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	gap: 15px 0;
	min-height: 360px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.cat-block_item:hover,
.cat-block_item:focus,
.cat-block_item:active {
	text-decoration: none;
	background: #4873e1;
}
.cat-block_item:hover .cat-block_img,
.cat-block_item:focus .cat-block_img,
.cat-block_item:active .cat-block_img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.cat-block_item:hover .cat-block_t,
.cat-block_item:focus .cat-block_t,
.cat-block_item:active .cat-block_t {
	color: #fff;
	text-decoration: none;
}
.cat-block_t {
	font-family: "Inter SemiBold", sans-serif;
	color: #fff;
	font-size: 29px;
	line-height: 40px;
	text-align: center;
}
.cat-block_img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.cat-block_img:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
	background: #4873e1;
	width: 100%;
	height: 100%;
}
.cat-block_img img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
@media (max-width: 991px) {
	.cat-block_t {
		font-size: 24px;
		line-height: 29px;
		margin: 0 0 15px;
	}
	.cat-block_item {
		min-height: 245px;
	}
}
@media (max-width: 767px) {
	.cat-block .row > div {
		padding: 0 10px;
	}
}
.pluses-block {
	position: relative;
	z-index: 0;
	padding: 80px 0;
}
.pluses-block .container {
	position: relative;
	z-index: 1;
}
.pluses-block_img {
	width: 25%;
	display: flex;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	justify-content: center;
	align-content: center;
	overflow: hidden;
}
.pluses-block_img img {
	object-fit: cover;
}
.pluses-block_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pluses-block_subtxt {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	font-family: "Inter Regular", sans-serif;
	margin: 15px 0 5px;
}
.pluses-block_subt {
	width: 70%;
	color: #000;
	font-size: 24px;
	line-height: 32px;
	font-family: "Inter SemiBold", sans-serif;
	margin: 10px 0;
}
@media (max-width: 991px) {
	.pluses-block_subt {
		font-size: 20px;
		line-height: 28px;
	}
	.pluses-block_subtxt {
		margin: 10px 5px 5px;
		line-height: 20px;
	}
}
@media (max-width: 767px) {
	.pluses-block {
		padding: 45px 0 0;
	}
	.pluses-block_item {
		margin: 0 0 20px;
		padding: 0 0 10px;
		border-bottom: 1px solid #a5a6aa;
	}
	.pluses-block .row > div:last-child .pluses-block_item {
		border-bottom: 1px solid rgba(165, 166, 170, 0);
	}
}
.why-block {
	padding: 60px 0;
	background: #4873e1;
}
.why-block .row {
	margin-top: 40px;
}
.why-block_txt {
	font-size: 17px;
	line-height: 28px;
	font-family: "Inter Regular", sans-serif;
	color: #fff;
}
.why-block_subtxt {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0;
}
.why-block_numb {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 48px;
	line-height: 1;
	color: #fff;
}
.why-block_img {
	position: relative;
	width: 100%;
	height: 440px;
	max-width: 100%;
	z-index: 0;
}
.why-block_img img {
	object-fit: cover;
	height: 100%;
}
@media (max-width: 991px) {
	.why-block {
		padding: 40px 0;
	}
	.why-block .row {
		margin-top: 0;
	}
	.why-block_txt {
		font-size: 15px;
		margin: 25px 0;
		line-height: 21px;
	}
	.why-block_img {
		height: 240px;
	}
	.why-block_numb {
		font-size: 30px;
		line-height: 36px;
	}
	.why-block_subtxt {
		font-size: 13px;
		line-height: 19px;
		margin: 0 5px 5px;
	}
}
.vacancy-block {
	padding: 50px 0;
	background: #fff;
	-webkit-border-radius: 112px;
	-moz-border-radius: 112px;
	border-radius: 112px;
}
.vacancy-block_item {
	font-family: "Inter Regular", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 15px;
	padding: 20px;
	color: #fff;
	background: #fff url(../img/open-q.svg) 98% 35px no-repeat;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.vacancy-block_item:last-child {
	margin: 0;
}
.vacancy-block_item.opened {
	background: url(../img/hide-q.svg) 98% 35px no-repeat;
}
.vacancy-block_item.opened .vacancy-block_t {
	margin-bottom: 15px;
}
.vacancy-block_t {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 35px;
	line-height: 52px;
	text-align: left;
	color: #4873e1;
	padding-right: 55px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
}
.vacancy-block_txt {
	display: none;
	font-size: 17px;
	line-height: 27px;
	color: #000;
}
.vacancy-block_txt b,
.vacancy-block_txt strong {
	font-size: 20px;
	line-height: 27px;
	color: #000;
}
@media (max-width: 991px) {
	.vacancy-block {
		padding: 25px 0;
	}
	.vacancy-block_t {
		font-size: 25px;
		line-height: 30px;
	}
	.vacancy-block_item {
		padding: 20px 0;
	}
	.vacancy-block_txt {
		font-size: 20px;
		line-height: 28px;
	}
	.vacancy-block_txt b,
	.vacancy-block_txt strong {
		font-size: 20px;
		line-height: 27px;
	}
}
.review-card {
	position: relative;
}
.review-card .review-stars {
	display: block;
	width: 80px;
	height: 16px;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #4873e1;
	background-image: url(../img/active-star.svg);
	background-position: left center;
	background-repeat: repeat-x;
	background-size: 16px 16px !important;
}
.review-block {
	position: relative;
	z-index: 0;
	padding: 70px 0;
	overflow: hidden;
	background: #f2a500;
}
.review-block .container {
	position: relative;
	z-index: 3;
}
.review-block .main-block_t {
	display: flex;
	justify-content: space-between;
}
.review-block .swiper {
	overflow: visible;
	margin: 35px 0 0;
}
.review-block_stars {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.review-block_star {
	width: 15px;
	height: 15px;
	background: url(../img/star.svg) center no-repeat;
	background-size: 15px !important;
}
.review-block_star.type2 {
	background: url(../img/active-star.svg) center no-repeat;
	background-size: 15px !important;
}
.review-block_item {
	background: #fff;
	padding: 20px 15px;
	height: 100%;
}
.review-block_subt {
	font-family: "Inter SemiBold", sans-serif;
	padding-top: 40px;
	background: url(../img/rev-ic.svg) top left no-repeat;
	min-height: 40px;
	background-size: 30px !important;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	color: #000;
	display: flex;
	gap: 15px;
	flex-direction: column;
}
.review-block_subt img {
	max-width: 80px;
}
.review-block_subtxt {
	font-family: "Inter Regular", sans-serif;
	font-size: 17px;
	line-height: 27px;
	text-align: left;
	color: #707376;
}
.review-block .swiper-slide {
	display: flex;
	flex-direction: column;
	height: auto !important;
	width: 380px;
}
@media (max-width: 767px) {
	.review-block {
		padding: 30px 0;
	}
	.review-block_item {
		padding: 20px 35px;
	}
	.review-block_stars {
		margin: 0 0 10px;
	}
	.review-block .swiper {
		margin: 20px 0 0;
		padding: 0 0 45px;
	}
	.review-block_subtxt {
		font-size: 15px;
		line-height: 21px;
	}
	.review-block_subt {
		font-size: 17px;
		line-height: 20px;
	}
	.review-block .swiper-slide {
		padding: 0 15px;
	}
}
.contact-block {
	padding: 65px 0;
	background: #4873e1;
	position: relative;
	font-size: 17px;
	line-height: 27px;
	color: #fff;
}
.contact-block_txt {
	color: #fff;
}
.contact-block_txt b,
.contact-block_txt strong {
	color: #f2a500;
}
.contact-block_txt p,
.contact-block_txt li,
.contact-block_txt td,
.contact-block_txt a {
	color: #fff;
}
.contact-block_txt table td {
	padding: 2px 5px;
	vertical-align: middle;
}
.contact-block .soc-list {
	margin: 40px 0;
	justify-content: flex-start;
}
.contact-block .soc-list a:before {
	width: 30px;
	height: 30px;
	background-size: 30px !important;
}
.contact-block .hdr-phones {
	display: inline-block;
}
.contact-block .hdr-phones .hdr-phone {
	color: #fff;
	font-family: "Inter Regular", sans-serif;
	font-size: 19px;
	line-height: 24px;
}
.contact-block .hdr-phones .hdr-phone:hover,
.contact-block .hdr-phones .hdr-phone:focus,
.contact-block .hdr-phones .hdr-phone:active {
	color: #f2a500 !important;
}
.contact-block .hdr-phones:before {
	left: 0;
	background: url(../img/phone-orange.svg) center no-repeat;
}
.contact-block .ftr-mail {
	color: #fff;
}
.contact-block .ftr-mail:before {
	background: url(../img/email-orange.svg) center no-repeat;
}
.contact-block_map {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
}
.contact-block_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
@media (max-width: 991px) {
	.contact-block {
		padding: 25px 0 0;
	}
	.contact-block .hdr-phones {
		display: flex;
		margin: 0;
	}
	.contact-block .hdr-phones.type2 .hdr-phone {
		color: #fff !important;
	}
	.contact-block_map {
		position: relative;
		height: 300px;
		margin: 50px 0 0;
		width: 100%;
	}
}
.page-main {
	overflow: hidden;
	padding: 50px 0;
}
.page-top {
	height: 410px;
	background-size: cover !important;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.page-top,
.page-top h1,
.page-top a,
.page-top button {
	text-align: center;
	position: relative;
	z-index: 9;
}
.page-top:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(
		180deg,
		rgba(28, 46, 100, 0.6) 0%,
		rgba(72, 115, 225, 0.35) 100%
	);
	/* decorative tint only — must never swallow clicks on the content above it */
	pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.page-main img.alignleft,
	.page-main img.alignright {
		max-width: 50%;
	}
}
@media (max-width: 991px) {
	.page-top {
		height: 370px;
	}
	.page-main {
		padding: 25px 0;
	}
	.page-main img.alignleft,
	.page-main img.alignright {
		float: none;
		margin: 20px 0;
	}
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	background: #fff;
	font-size: 15px;
	line-height: 22px;
}
table th,
table td {
	border: 1px solid #dde4f3;
	padding: 10px 14px;
	text-align: left;
	vertical-align: middle;
}
table th {
	background-color: #4873e1;
	color: #fff;
	font-family: "Inter SemiBold", sans-serif;
	font-weight: 600;
}
table tbody tr:nth-child(even) {
	background-color: #f4f7fd;
}
/* Bootstrap 5 .table скидає фон клітинок через --bs-table-bg (специфічність
   вища за `table th`) — повертаємо брендову шапку */
.table > :not(caption) > * > th {
	background-color: #4873e1;
	color: #fff;
}
/* На синьому фоні контактів зебра/біла шапка нечитабельні — прозорий варіант */
.contact-block_txt table,
.contact-block_txt table th,
.contact-block_txt .table > :not(caption) > * > th,
.contact-block_txt table tbody tr:nth-child(even) {
	background: transparent;
}
.contact-block_txt table th,
.contact-block_txt table td {
	border-color: rgba(255, 255, 255, 0.35);
}
/* Широкі таблиці на телефоні скролються, а не ламають верстку */
@media (max-width: 767px) {
	table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
/*# sourceMappingURL=horttrans_style.css.map */

.hero-block {
	position: relative;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.vacancy-block_t:hover,
.vacancy-block_item:hover {
	cursor: pointer;
}

/* ── Trust-бейджі в hero ── */
.hero-trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 28px 0 0;
}
.hero-trust_item {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 40px;
	padding: 7px 16px;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
@media (max-width: 991px) {
	.hero-trust {
		gap: 8px;
		margin-top: 20px;
	}
	.hero-trust_item {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 12px;
	}
}

/* ── Тарифна плашка в page-top (пости міст/країн + сервісні категорії) ── */
.page-top_tariff {
	display: inline-block;
	position: relative;
	z-index: 9;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 40px;
	padding: 8px 18px;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	margin: 12px auto 0;
	text-align: center;
}
@media (max-width: 991px) {
	.page-top_tariff {
		font-size: 13px;
		line-height: 18px;
		padding: 7px 14px;
		/* на ≤767px кнопка .main-block_btn має margin:0 — без нижнього
		   відступу плашка впритул налазить на неї */
		margin: 10px 15px 14px;
	}
}

/* ── Хлібні крихти (Yoast) ── */
#breadcrumbs {
	font-size: 14px;
	line-height: 20px;
	color: #8a93a8;
	margin: 0 0 18px;
}
#breadcrumbs a {
	color: #4873e1;
	text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
	color: #f2a500;
	text-decoration: none;
}
/* На синьому фоні контактів — світлий варіант */
.contact-block #breadcrumbs {
	color: rgba(255, 255, 255, 0.75);
}
.contact-block #breadcrumbs a {
	color: #fff;
}
.contact-block #breadcrumbs a:hover,
.contact-block #breadcrumbs a:focus {
	color: #f2a500;
}

/* ── Картки записів (пошук + «Останні записи» в категоріях) ── */
.articles-list .row {
	row-gap: 30px;
}
.articles-list_item {
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s, transform 0.3s;
}
.articles-list_item:hover {
	box-shadow: 0 12px 30px rgba(35, 57, 116, 0.12);
	transform: translateY(-3px);
}
.articles-list_img {
	display: block;
	height: 190px;
	overflow: hidden;
}
.articles-list_img a {
	display: block;
	height: 100%;
}
.articles-list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.articles-list_inner {
	padding: 18px 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	flex: 1 1 auto;
}
.articles-list_t {
	margin: 0;
}
.articles-list_t,
.articles-list_t a {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #4873e1;
	text-decoration: none;
	display: block;
}
.articles-list_t:hover,
.articles-list_t a:hover {
	color: #f2a500;
	text-decoration: none;
}
.articles-list_exp {
	font-size: 15px;
	line-height: 22px;
	color: #333;
}
.articles-list_stat {
	margin-top: auto;
	font-size: 13px;
	line-height: 18px;
	color: #8a93a8;
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
}
.articles-list_stat a {
	color: #4873e1;
}
/* Компактний варіант «тільки лінк із заголовком» (списки країн/міст у категоріях) */
.articles-list--links .row {
	row-gap: 16px;
}
.articles-list_link {
	display: flex;
	align-items: center;
	height: 100%;
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 8px;
	padding: 13px 16px;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #4873e1;
	text-decoration: none;
	transition: box-shadow 0.3s, transform 0.3s, color 0.3s;
}
.articles-list_link:hover,
.articles-list_link:focus {
	color: #f2a500;
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(35, 57, 116, 0.12);
	transform: translateY(-2px);
}

/* ── Мобільна фіксована CTA-панель ── */
.mobile-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1029; /* нижче за bootstrap-модалки (1050) */
	display: none;
	background: #fff;
	box-shadow: 0 -4px 16px rgba(35, 57, 116, 0.18);
	/* зліва «кишеня» 84px під FAB чат-віджета (bottom-left, shadow DOM) */
	padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px)) 84px;
	gap: 0 8px;
}
.mobile-cta a,
.mobile-cta button {
	flex: 1 1 50%;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 11px 8px;
	border-radius: 6px;
	border: 1px solid #4873e1;
	text-decoration: none;
	cursor: pointer;
}
.mobile-cta_call {
	color: #4873e1;
	background: #fff;
}
.mobile-cta_order {
	color: #fff;
	background: #4873e1;
}
@media (max-width: 991px) {
	.mobile-cta {
		display: flex;
	}
	/* щоб панель не накривала футер/контент */
	body {
		padding-bottom: 58px;
	}
	body.menu-opened .mobile-cta,
	body.modal-open .mobile-cta {
		display: none;
	}
}

/* ── Блог: категорія blog / blog-ru / blog-en (theme-parts/category-blog.php) ── */
.blog-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #081c46 0%, #1c2e64 45%, #4873e1 100%);
	padding: 70px 0 84px;
}
/* декоративні «фари» у кутах */
.blog-hero:before,
.blog-hero:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}
.blog-hero:before {
	width: 420px;
	height: 420px;
	right: -120px;
	top: -180px;
	background: radial-gradient(
		circle,
		rgba(242, 165, 0, 0.22) 0%,
		rgba(242, 165, 0, 0) 70%
	);
}
.blog-hero:after {
	width: 360px;
	height: 360px;
	left: -140px;
	bottom: -200px;
	background: radial-gradient(
		circle,
		rgba(255, 255, 255, 0.14) 0%,
		rgba(255, 255, 255, 0) 70%
	);
}
.blog-hero_inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
}
.blog-hero_t {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 44px;
	line-height: 52px;
	color: #fff;
	margin: 0 0 16px;
}
.blog-hero_lead {
	font-size: 17px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.85);
}
/* «маршрутна» пунктирна лінія з помаранчевою точкою-вантажівкою */
.blog-hero_route {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 34px;
	border-top: 2px dashed rgba(255, 255, 255, 0.3);
	pointer-events: none;
}
.blog-hero_route span {
	position: absolute;
	top: -6px;
	left: 18%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f2a500;
	box-shadow: 0 0 0 5px rgba(242, 165, 0, 0.25);
}
.blog-list {
	padding: 34px 0 50px;
	background: #f8faff;
}
/* Featured-картка останньої статті */
.blog-featured {
	display: flex;
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 14px;
	overflow: hidden;
	margin: 6px 0 34px;
	transition: box-shadow 0.3s, transform 0.3s;
}
.blog-featured:hover {
	box-shadow: 0 14px 34px rgba(35, 57, 116, 0.14);
	transform: translateY(-3px);
}
.blog-featured_img {
	display: block;
	flex: 0 0 52%;
	max-width: 52%;
	min-height: 320px;
	overflow: hidden;
}
.blog-featured_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}
.blog-featured:hover .blog-featured_img img {
	transform: scale(1.04);
}
.blog-featured_body {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px 0;
	padding: 30px 34px;
}
.blog-featured_t {
	margin: 0;
}
.blog-featured_t a {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 26px;
	line-height: 34px;
	color: #081c46;
	text-decoration: none;
}
.blog-featured_t a:hover {
	color: #4873e1;
	text-decoration: none;
}
.blog-featured_txt {
	font-size: 15px;
	line-height: 23px;
	color: #333;
}
.blog-featured_txt p {
	margin: 0;
}
.blog-card_btn {
	margin-top: auto;
}
/* Сітка карток */
.blog-grid .row {
	row-gap: 30px;
}
.blog-card {
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 14px;
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.3s, transform 0.3s;
}
.blog-card:hover {
	box-shadow: 0 12px 30px rgba(35, 57, 116, 0.12);
	transform: translateY(-3px);
}
.blog-card_img {
	display: block;
	height: 200px;
	overflow: hidden;
}
.blog-card_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s;
}
.blog-card:hover .blog-card_img img {
	transform: scale(1.05);
}
.blog-card_body {
	padding: 18px 20px 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px 0;
	flex: 1 1 auto;
}
.blog-card_meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 14px;
	font-size: 13px;
	line-height: 18px;
	color: #8a93a8;
}
.blog-card_badge {
	background: #f2a500;
	color: #fff;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-radius: 40px;
	padding: 3px 12px;
}
.blog-card_time:before {
	content: "\2022";
	margin-right: 14px;
	color: #d3daea;
}
.blog-card_t {
	margin: 0;
}
.blog-card_t a {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #081c46;
	text-decoration: none;
	display: block;
}
.blog-card_t a:hover {
	color: #4873e1;
	text-decoration: none;
}
.blog-card_txt {
	font-size: 15px;
	line-height: 22px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.blog-card_txt p {
	margin: 0;
}
.blog-card_more {
	margin-top: auto;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #4873e1;
	text-decoration: none;
}
.blog-card_more:hover,
.blog-card_more:focus {
	color: #f2a500;
	text-decoration: none;
}
/* Пагінація */
.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 8px;
	margin: 38px 0 6px;
}
.blog-pagination_num .page-numbers,
.blog-pagination_arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 6px;
	background: #fff;
	border: 1px solid #e4e9f5;
	border-radius: 10px;
	font-family: "Inter SemiBold", sans-serif;
	font-size: 15px;
	color: #4873e1;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
}
.blog-pagination_num .page-numbers:hover,
.blog-pagination_arrow:hover {
	background: #4873e1;
	color: #fff;
	text-decoration: none;
}
.blog-pagination_num .page-numbers.current {
	background: #4873e1;
	border-color: #4873e1;
	color: #fff;
}
/* SEO-опис категорії */
.blog-about {
	background: #fff;
	border: 1px solid #e4e9f5;
	border-left: 4px solid #4873e1;
	border-radius: 14px;
	padding: 28px 32px;
	margin: 40px 0 8px;
	font-size: 15px;
	line-height: 23px;
	color: #333;
}
.blog-about_t {
	font-family: "Inter SemiBold", sans-serif;
	font-size: 22px;
	line-height: 28px;
	color: #081c46;
	margin: 0 0 14px;
}
.blog-about a {
	color: #4873e1;
}
.blog-about a:hover {
	color: #f2a500;
}
.blog-empty {
	background: #fff;
	border: 1px dashed #c9d4ec;
	border-radius: 14px;
	padding: 40px 20px;
	text-align: center;
	font-size: 16px;
	color: #8a93a8;
}
@media (max-width: 991px) {
	.blog-hero {
		padding: 44px 0 58px;
	}
	.blog-hero_t {
		font-size: 32px;
		line-height: 40px;
	}
	.blog-hero_lead {
		font-size: 15px;
		line-height: 23px;
	}
	.blog-hero_route {
		bottom: 24px;
	}
	.blog-featured {
		flex-direction: column;
	}
	.blog-featured_img {
		flex: 0 0 auto;
		max-width: 100%;
		min-height: 0;
		height: 220px;
	}
	.blog-featured_body {
		padding: 20px;
	}
	.blog-featured_t a {
		font-size: 21px;
		line-height: 28px;
	}
	.blog-about {
		padding: 20px;
	}
}
