@font-face {
    font-family: 'Cormorant Infant';
    src: url('/wp-content/themes/micron/assets/fonts/Cormorant Infant/CormorantInfant-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('/wp-content/themes/micron/assets/fonts/Cormorant Infant/CormorantInfant-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('/wp-content/themes/micron/assets/fonts/Cormorant Infant/CormorantInfant-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('/wp-content/themes/micron/assets/fonts/Cormorant Infant/CormorantInfant-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Infant';
    src: url('/wp-content/themes/micron/assets/fonts/Cormorant Infant/CormorantInfant-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/micron/assets/fonts/Inter/Inter-VariableFont_opsz\,wght.ttf');
}

@font-face {
    font-family: 'Libertinus Sans';
    src: url('/wp-content/themes/micron/assets/fonts/Libertinus Sans/LibertinusSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --section-spacing-y: clamp(72px, 6.25vw, 100px);
    --font-size-description: 18px;
    --modal-card-padding: 80px 40px 40px;
    --footer-section-padding-top: clamp(40px, 4.2vw, 60px);
    --footer-feedback-title-size: clamp(32px, 3.34vw, 48px);
    --footer-map-height: clamp(220px, 18vw, 279px);
    --footer-links-gap: 24px;
    --footer-services-title-color: #0A467B;
    --header-menu-gap: clamp(16px, 1.8vw, 24px);
    --header-menu-font-size: 18px;
    --header-menu-link-color: #003494;
    --header-menu-link-underline-color: #1280E1;
    --header-menu-link-padding-x: 16px;
    --header-menu-hover-line-height: 2px;
    --header-menu-hover-offset: 4px;
    --header-menu-dropdown-offset: 8px;
    --header-menu-parent-icon-size: 24px;
    --header-submenu-min-width: 378px;
    --header-submenu-padding-y: 16px;
    --header-submenu-bg: #FFFFFF;
    --header-submenu-hover-bg: #F9FCFF;
    --site-header-bg: #FFFFFF;
    --site-header-home-bg: url('/wp-content/uploads/2026/04/8661-1-2.png');
    --site-header-internal-bg: url('/wp-content/uploads/2026/04/8661-1-3.png');
    --site-header-shadow: none;
    --site-header-fixed-container-height: 56px;
    --site-header-fixed-max-height: 40px;
    --site-header-fixed-gradient: #D0E6F9;
    --site-header-fixed-item-gap: 16px;
    --site-header-fixed-logo-height: 40px;
    --site-header-fixed-menu-font-size: 16px;
    --site-header-fixed-phone-icon-size: 32px;
    --site-header-fixed-social-size: 40px;
    --site-header-fixed-transition-duration: .32s;
    --site-header-enter-duration: .56s;
    --site-header-fixed-transition-timing: cubic-bezier(.22, 1, .36, 1);
    --site-header-fixed-callback-padding: 8px 32px;
    --header-burger-color: #003494;
    --header-mobile-action-size: 40px;
    --header-mobile-actions-gap: 16px;
    --internal-banner-bg: #F3F9FF;
    --mobile-menu-padding-x: clamp(20px, 5vw, 40px);
    --mobile-menu-padding-y: clamp(28px, 7vw, 48px);
    --mobile-menu-gap: clamp(24px, 5vw, 40px);
    --mobile-menu-bg: #FFFFFF;
    --mobile-menu-shadow: 0 24px 48px rgba(10, 70, 123, .12);
    --mobile-menu-link-size: clamp(22px, 5vw, 32px);
    --mobile-menu-sub-link-size: clamp(16px, 3.5vw, 20px);
    --services-page-spacing-y: clamp(48px, 5vw, 80px);
    --services-page-title-size: clamp(40px, 4vw, 56px);
    --services-page-content-size: clamp(16px, 1.2vw, 18px);
    --font-family-heading: 'Cormorant Infant';
    --font-family-base: 'Inter';
    --font-size-home-h1: clamp(48px, 4.45vw, 64px);
    --font-size-home-h2: clamp(36px, 3.34vw, 48px);
    --font-size-internal-h1: clamp(40px, 3.34vw, 48px);
    --font-size-internal-h2: clamp(28px, 2.23vw, 36px);
    --font-size-h3-h6: 24px;
    --main-banner-padding-top: clamp(48px, 5vw, 80px);
    --main-banner-bg-bottom-gap: clamp(64px, 6.25vw, 100px);
}

* {
    transition: all .3s ease;
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: 'Inter';
}

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
nav,
section {
    display: block;
}

header,
footer {
    display: flex;
    justify-content: center;
}

header {
    position: relative;
}

table td, table th {
    padding: 8px 16px;
}

table, tr, td {
    border: 1px solid #000;
}

.mark, mark {
    background-color: #d0e6f9;
}

.site-header {
    display: block;
    justify-content: initial;
    min-height: var(--site-header-height);
}

.site-header__panel {
    position: relative;
    z-index: 1000;
    width: 100%;
    background-color: var(--site-header-bg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    box-shadow: var(--site-header-shadow);
    will-change: transform, opacity;
}

.site-header__breadcrumbs {
    position: relative;
    z-index: 1;
	background-color: #E7F2FC;
}

@media (min-width: 1440px) {
    body.site-header-is-animating .site-header__panel {
        animation: micron-site-header-enter var(--site-header-enter-duration) var(--site-header-fixed-transition-timing) both;
    }
}

@keyframes micron-site-header-enter {
    from {
        opacity: 0;
        transform: translate3d(0, -16px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

body.site-header-is-fixed .site-header__panel {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--site-header-fixed-gradient);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

body.admin-bar.site-header-is-fixed .site-header__panel {
    top: 32px;
}

.site-header.header--home .site-header__panel {
    background-color: transparent;
    background-image: none;
}

body.site-header-is-fixed .site-header.header--home .site-header__panel {
    background: var(--site-header-fixed-gradient);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .container {
    display: flex;
    align-items: center;
    gap: var(--site-header-fixed-item-gap);
    min-height: var(--site-header-fixed-container-height);
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header {
    display: contents;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .address-and-worktime-wrapper,
body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .header__mobile-actions {
    display: none;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .contact-phone {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    margin: 0;
    order: 3;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .contact-phone svg {
    width: var(--site-header-fixed-phone-icon-size);
    height: var(--site-header-fixed-phone-icon-size);
    flex: 0 0 var(--site-header-fixed-phone-icon-size);
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .contact-phone a {
    font-size: var(--site-header-fixed-menu-font-size);
    line-height: 1.4;
    white-space: nowrap;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .social-links {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 10px;
    margin: 0;
    order: 4;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header .social-links .social-link {
    width: var(--site-header-fixed-social-size);
    height: var(--site-header-fixed-social-size);
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header>.secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    max-height: var(--site-header-fixed-max-height);
    margin: 0;
    padding: var(--site-header-fixed-callback-padding);
    line-height: 1;
    order: 5;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .logo--desktop,
body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .logo--mobile {
    display: none;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header__logo-link {
    order: 1;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .logo--fixed {
    display: block;
    width: auto;
    height: var(--site-header-fixed-logo-height);
    max-width: none;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header-menu {
    flex: 1 1 auto;
    min-width: 0;
    order: 2;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header-menu__list {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	gap: 8px;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header-menu__list>li {
    padding-bottom: 0;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header-menu__list>li::after {
    bottom: 0;
}

body.site-header-is-fixed:not(.site-header-use-mobile-layout) .site-header__panel .header-menu__list a {
    min-height: var(--site-header-fixed-max-height);
    font-size: var(--site-header-fixed-menu-font-size);
}

body.site-header-is-fixed .site-header__panel .micron-breadcrumbs-wrap {
    display: none;
}

.site-header:not(.header--home) .site-header__panel {
    background-image: var(--site-header-internal-bg);
}

body.site-header-is-fixed .site-header:not(.header--home) .site-header__panel {
    background: var(--site-header-fixed-gradient);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

.mega-indicator::after {
    transition: all .3s ease-in-out;
}

.mega-toggle-on .mega-indicator::after {
    transform: rotate(180deg);
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 102px - 802px);
}

section {
    margin: 100px auto;
}

footer {
    background-color: #DEE9F8;
    padding-bottom: 60px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a[href="tel:+7 (812) 111-99-77"]:hover {
    text-decoration: underline;
}

button {
    font-size: 18px;
    line-height: 176%;
    letter-spacing: 4%;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 40px;
    cursor: pointer;
    height: 56px;
}

p {
    line-height: 148%;
}

body.home main h1 {
    font-family: var(--font-family-heading);
    font-size: var(--font-size-home-h1);
    font-weight: 600;
}

body.home main h2 {
    font-family: var(--font-family-heading);
    font-size: var(--font-size-home-h2);
    font-weight: 600;
}

body:not(.home) main h1 {
    font-family: var(--font-family-heading);
    font-size: var(--font-size-internal-h1);
    font-weight: 600;
}

body:not(.home) main h2 {
    font-family: var(--font-family-heading);
    font-size: var(--font-size-internal-h2);
    font-weight: 600;
    color: transparent;
    background-clip: text;
    background-image: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    text-transform: uppercase;
}

main h3,
main h4,
main h5,
main h6 {
    font-family: var(--font-family-base);
    font-size: var(--font-size-h3-h6);
    font-weight: 600;
    line-height: 1.34;
}

.wpcf7-form {
    position: relative;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wpcf7-not-valid-tip {
    padding-left: 24px;
}

.wpcf7-form input:not([type="checkbox"]) {
    border-radius: 32px;
    padding: 16px 24px;
    border-color: transparent;
    box-shadow: 0px 0px 4px 0px #E3E3E3;
}

.wpcf7-form input:not([type="checkbox"])::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    color: #525455;
}

.wpcf7-form-control-wrap.has-mask-placeholder {
    position: relative;
}

.wpcf7-mask-placeholder {
    position: absolute;
    top: 50%;
    left: 24px;
    z-index: 1;
    color: #525455;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    pointer-events: none;
    transform: translateY(-50%);
    transform-origin: left center;
    display: block;
}

.wpcf7-form-control-wrap.is-mask-placeholder-hidden .wpcf7-mask-placeholder {
    display: none;
}

.wpcf7-form input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #E5E0EB;
    appearance: none;
    margin: 0;
    position: relative;
    background-color: #FFFFFF;
}

.wpcf7-form input[type="checkbox"]:hover {
    background-color: #88BFF0;
    cursor: pointer;
}

.wpcf7-form input[type="checkbox"]:hover::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #1280E1;
}

.wpcf7-form input[type="checkbox"]:checked {
    background-color: #fff;
}

.wpcf7-form input[type="checkbox"]:checked::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #1280E1;
}

.wpcf7-form input[type="submit"] {
    cursor: pointer;
}

.wpcf7-form input[type="submit"]:disabled {
    background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
    color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
    border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
}

.wpcf7-acceptance label {
    display: flex;
    gap: 8px;
}

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

input.wpcf7-submit {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1614px;
    padding: 0 15px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 102px;
}

.header__logo-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.logo {
    display: block;
    height: auto;
}

.logo--mobile {
    display: none;
}

.logo--fixed {
    display: none;
}

.header__mobile-actions {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: var(--header-mobile-actions-gap);
}

.header-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--header-mobile-action-size);
    height: var(--header-mobile-action-size);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    line-height: 1;
    letter-spacing: normal;
}

.header-phone-button svg {
    display: block;
    width: 32px;
    height: 32px;
}

.header-burger {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    width: var(--header-mobile-action-size);
    height: var(--header-mobile-action-size);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    line-height: 1;
    letter-spacing: normal;
}

.header-burger__icon {
    position: absolute;
    inset: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg) scale(1);
    opacity: 1;
    transition: opacity .24s ease, transform .3s ease;
}

.header-burger__icon svg {
    width: 24px;
    height: 24px;
}

.header-burger__icon--open {
    transform: rotate(-16deg) scale(.75);
    opacity: 0;
}

.header-burger.is-open .header-burger__icon--closed,
body.mobile-menu-open .header-burger__icon--closed {
    transform: rotate(16deg) scale(.75);
    opacity: 0;
}

.header-burger.is-open .header-burger__icon--open,
body.mobile-menu-open .header-burger__icon--open {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.mobile-menu {
    position: fixed;
    top: var(--site-header-height, 72px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    display: block;
    width: 100%;
    height: calc(100dvh - var(--site-header-height, 72px));
    overflow-y: auto;
    background: var(--site-header-fixed-gradient);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    box-shadow: var(--mobile-menu-shadow);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -18px, 0);
    transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1), visibility .28s ease;
}

.admin-bar .mobile-menu {
    top: calc(var(--site-header-height, 72px) + 32px);
    height: calc(100dvh - var(--site-header-height, 72px) - 32px);
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
}

.mobile-menu__inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    gap: var(--mobile-menu-gap);
    padding: var(--mobile-menu-padding-y) var(--mobile-menu-padding-x);
}

.mobile-menu__nav,
.mobile-menu__nav-wrap {
    width: 100%;
}

.mobile-menu__list,
.mobile-menu__list .sub-menu {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.mobile-menu__list {
    gap: clamp(14px, 3vw, 22px);
}

.mobile-menu__list li {
    width: 100%;
}

.mobile-menu__list>li {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
    transition: opacity .28s ease, transform .34s cubic-bezier(.22, 1, .36, 1);
}

.mobile-menu.is-open .mobile-menu__list>li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(1) {
    transition-delay: .04s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(2) {
    transition-delay: .08s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(3) {
    transition-delay: .12s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(4) {
    transition-delay: .16s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(5) {
    transition-delay: .2s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(6) {
    transition-delay: .24s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(7) {
    transition-delay: .28s;
}

.mobile-menu.is-open .mobile-menu__list>li:nth-child(8) {
    transition-delay: .32s;
}

.mobile-menu__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 34px;
    color: var(--header-menu-link-color);
    font-size: var(--mobile-menu-link-size);
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
}

.mobile-menu__list>li.menu-item-has-children>a {
    gap: 16px;
}

.mobile-menu__list>li.menu-item-has-children>a::after {
    content: "";
    display: block;
    flex: 0 0 var(--header-menu-parent-icon-size);
    width: var(--header-menu-parent-icon-size);
    height: var(--header-menu-parent-icon-size);
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23003494' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: transform .3s ease;
}

.mobile-menu__list>li.menu-item-has-children.is-open>a::after {
    transform: rotate(180deg);
}

.mobile-menu__list .sub-menu {
    display: none;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 0 0 16px;
    border-left: 2px solid #B8D9F6;
}

.mobile-menu__list>li.is-open>.sub-menu {
    display: flex;
}

.mobile-menu__list .sub-menu a {
    justify-content: flex-start;
    min-height: auto;
    color: #4D4D5B;
    font-size: var(--mobile-menu-sub-link-size);
    font-weight: 500;
    line-height: 1.4;
}

body.mobile-menu-open {
    overflow: hidden;
}

.address-and-worktime-wrapper {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 564px;
    margin: 0 36px 0 24px;
}

.address-and-worktime-wrapper div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.address-and-worktime-wrapper svg {
    width: 32px;
    height: 32px;
}

.social-links {
    display: flex;
    gap: 10px;
    margin: 0 16px;
}

.social-links .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
}

.social-links .social-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-phone {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-phone a {
    font-size: 18px;
    font-weight: 600;
    line-height: 176%;
    color: #0C0F11;
    position: relative;
}

.contact-phone a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #0C0F11;
    transition: all .3s ease;
}

.contact-phone a:hover {
    color: #0C0F11;
}

.contact-phone a:hover::after {
    width: 100%;
}

.header-menu {
    position: relative;
    z-index: 5;
}

.header-menu__nav {
    width: 100%;
}

.header-menu__list,
.header-menu__list .sub-menu {
    display: flex;
    margin: 0;
    padding: 0;
}
.header-menu__list .sub-menu {
	position: absolute;
    left: 100%;
    flex-direction: column;
    width: max-content;
    max-width: 378px;
    padding: var(--header-submenu-padding-y) 0;
    background-color: var(--header-submenu-bg);
    border: 1px solid #B8D9F6;
    box-shadow: 0px 0px 9px 0px #A0CCF380;
    border-radius: 16px;
    top: 0;
	display:none;
}
.header-menu__list .menu-item-has-children:hover > .sub-menu {
	display:block;
}
.header-menu__list .menu-item-has-children {
	position:relative;
}
.header-menu__list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 var(--header-menu-gap);
}

.header-menu__list>li {
    position: relative;
    padding-bottom: var(--header-menu-dropdown-offset);
}

.header-menu__list>li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: calc(var(--header-menu-dropdown-offset) - var(--header-menu-hover-offset) - var(--header-menu-hover-line-height));
    width: 0;
    height: var(--header-menu-hover-line-height);
    background-color: var(--header-menu-link-underline-color);
    transform-origin: center;
    transition: all .3s ease;
}

.header-menu__list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 32px;
    padding: 0 var(--header-menu-link-padding-x);
    color: var(--header-menu-link-color);
    font-size: var(--header-menu-font-size);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
}

.header-menu__list>li.menu-item-has-children>a {
    gap: 4px;
}

.header-menu__list>li.menu-item-has-children>a::after {
    content: "";
    flex: 0 0 var(--header-menu-parent-icon-size);
    width: var(--header-menu-parent-icon-size);
    height: var(--header-menu-parent-icon-size);
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23003494' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    transition: all .3s ease;
}

.header-menu__list>li>a:hover,
.header-menu__list>li>a:focus,
.header-menu__list>.current-menu-item>a,
.header-menu__list>.current-menu-parent>a,
.header-menu__list>.current-menu-ancestor>a {
    cursor: pointer;
    color: var(--header-menu-link-color);
}

.header-menu__list>li:hover::after,
.header-menu__list>li:focus-within::after,
.header-menu__list>li.is-open::after,
.header-menu__list>.current-menu-item::after,
.header-menu__list>.current-menu-parent::after,
.header-menu__list>.current-menu-ancestor::after {
    width: 100%;
}

.header-menu__list>li.menu-item-has-children:focus-within>a::after,
.header-menu__list>li.menu-item-has-children.is-open>a::after {
    transform: rotate(180deg);
}

.header-menu__list>li>.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
	width: max-content;
	max-width: 378px;
    padding: var(--header-submenu-padding-y) 0;
    background-color: var(--header-submenu-bg);
    border: 1px solid #B8D9F6;
    box-shadow: 0px 0px 9px 0px #A0CCF380;
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 16px;
}

.header-menu__list>li:focus-within>.sub-menu, .header-menu__list>li.is-open>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-menu__list>li>.sub-menu a {
    min-height: 35px;
    padding: 4px var(--header-menu-link-padding-x);
    color: #4D4D5B;
    font-weight: 400;
    text-wrap-mode: wrap;
}

.header-menu__list>li>.sub-menu a:hover,
.header-menu__list>li>.sub-menu a:focus,
.header-menu__list>li>.sub-menu .current-menu-item>a {
    background-color: var(--header-submenu-hover-bg);
    color: #0A467B;
}

.primary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
    border: 1px solid #1280E1;
    transition: all .3s ease;
}

.primary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #1280E1;
    z-index: 0;
    transition: all .3s ease;
}

.primary__label {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.primary__pulse {
    position: absolute;
    left: var(--primary-pulse-x, 50%);
    top: var(--primary-pulse-y, 50%);
    width: var(--primary-pulse-size, 24px);
    height: var(--primary-pulse-size, 24px);
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.primary:hover,
.primary:focus,
.primary:active {
    color: #fff;
    border-color: #003494;
}

.primary:hover::before,
.primary:focus::before,
.primary:active::before {
    background-color: #003494;
}

.primary.is-pulse-active .primary__pulse {
    animation: primary-button-pulse .7s linear;
}

@keyframes primary-button-pulse {
    0% {
        opacity: .42;
        transform: translate(-50%, -50%) scale(0);
    }

    68% {
        opacity: .24;
    }

    100% {
        opacity: 0;
        transform: translate(-45%, -50%) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .primary.is-pulse-active .primary__pulse {
        animation: none;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
}

.secondary {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1280E1;
    background-color: transparent;
    border: 1px solid #1280E1;
    transition: all .3s ease;
}

.secondary::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    z-index: 0;
    transition: all .3s ease;
}

.secondary__label {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.secondary__pulse {
    position: absolute;
    left: var(--secondary-pulse-x, 50%);
    top: var(--secondary-pulse-y, 50%);
    width: var(--secondary-pulse-size, 24px);
    height: var(--secondary-pulse-size, 24px);
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.secondary:hover,
.secondary:focus,
.secondary:active {
    color: #003494;
    border-color: #003494;
}

.secondary:hover::before,
.secondary:focus::before,
.secondary:active::before {
    background-color: #88BFF0;
}

.secondary.is-pulse-active .secondary__pulse {
    animation: primary-button-pulse .7s linear;
}

@media (prefers-reduced-motion: reduce) {
    .secondary.is-pulse-active .secondary__pulse {
        animation: none;
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
}

body.modal-open {
    overflow: hidden;
}

.site-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 24px;
    overflow-y: auto;
}

.site-modal.is-open {
    display: flex;
}

.site-modal.is-open .site-modal__dialog {
    animation: site-modal-dialog-in .48s cubic-bezier(.22, 1, .36, 1);
}

.site-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(12, 15, 17, 0.55);
}

.site-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 646px;
    max-height: calc(100dvh - 48px);
    overflow-y: auto;
    padding: var(--modal-card-padding);
    background-color: #FFFFFF;
    border: 1px solid #B8D9F6;
    border-radius: 16px;
}

@keyframes site-modal-dialog-in {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(.98);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {

    .mobile-menu,
    .mobile-menu__list>li,
    .header-burger__icon,
    .site-modal.is-open .site-modal__dialog {
        animation: none;
        transition: none;
    }
}

.site-modal__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.site-modal__title {
    text-align: center;
    font-family: 'Cormorant Infant';
    font-size: 32px;
    font-weight: 700;
    line-height: 122%;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-modal__desc {
    text-align: center;
    color: #4D4D5B;
    font-size: var(--font-size-description);
    line-height: 148%;
}

.site-modal__close {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 1;
    border: 0;
    background: transparent;
    color: #0A467B;
    cursor: pointer;
    border-radius: 0;
    letter-spacing: normal;
    display: flex;
    justify-content: center;
}

.site-modal__close svg {
    display: block;
}

.site-modal__product {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-modal__product-label {
    color: #4D4D5B;
    font-size: var(--font-size-description);
    line-height: 148%;
}

.site-modal__product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.site-modal__product-name {
    color: #0A467B;
    font-size: 16px;
    font-weight: 500;
    line-height: 148%;
}

.site-modal__quantity {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    padding: 12px;
    border: 1px solid #B8D9F6;
    border-radius: 8px;
    background-color: #F9FCFF;
    color: #1280E1;
}

.site-modal__quantity-button {
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
}

.site-modal__quantity-value {
    min-width: 1ch;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}

.site-modal__form-shell,
.footer-feedback__form {
    width: 100%;
}

.site-modal .wpcf7,
.site-modal .wpcf7 form,
.footer-feedback__form .wpcf7,
.footer-feedback__form .wpcf7 form {
    width: 100%;
}

.site-modal .wpcf7-form,
.footer-feedback__form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.site-modal .wpcf7-form p,
.footer-feedback__form .wpcf7-form p {
    margin: 0;
}

.site-modal .wpcf7-form-control-wrap,
.footer-feedback__form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.site-modal .wpcf7-form input:not([type="checkbox"]):not([type="submit"]),
.footer-feedback__form .wpcf7-form input:not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
}

.site-modal .wpcf7-form input[type="submit"] {
    height: 56px;
    padding: 12px 32px;
    border-radius: 40px;
    border: 1px solid #1280E1;
    background-color: #1280E1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 176%;
    letter-spacing: .04em;
}

.site-modal .wpcf7-form input[type="submit"]:not(:disabled):hover {
    background-color: #003494;
    border-color: #003494;
}

.site-modal__home-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 56px;
    border-radius: 40px;
}

.js-form-state.is-success .js-form-state-shell {
    display: none;
}

.js-form-state.is-success .site-modal__home-button {
    display: inline-flex;
}

.site-modal--order .js-form-state.is-success .site-modal__quantity {
    display: none;
}

.footer {
    display: flex;
    gap: clamp(20px, 1.67vw, 24px);
    padding: var(--footer-section-padding-top) 0 0;
}

.footer .left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
}

.footer .feedback-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer .left p {
    font-size: var(--font-size-description);
    letter-spacing: .06em;
    color: #4D4D5B;
}

.footer .left .feedback-title {
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-size: var(--footer-feedback-title-size);
    line-height: 122%;
    text-transform: uppercase;
    color: transparent;
    background: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    background-clip: text;
}

.footer__map-placeholder {
    width: 100%;
    height: var(--footer-map-height);
    background-color: #D9D9D9;
    border-radius: 16px;
}

.feedback-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.feedback-wrapper .wpcf7-form .feedback-fields>p {
    display: flex;
    gap: 24px;
}

.footer-feedback__form .wpcf7-form input[type="submit"] {
    height: 56px;
    padding: 12px 32px;
    border-radius: 40px;
    border: 1px solid #1280E1;
    background-color: #1280E1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 176%;
    letter-spacing: .04em;
}

.footer-feedback__form .wpcf7-form input[type="submit"]:not(:disabled):hover,
.footer-feedback__form .wpcf7-form input[type="submit"]:not(:disabled):focus,
.footer-feedback__form .wpcf7-form input[type="submit"]:not(:disabled):active {
    background-color: #003494;
    color: #fff;
    border-color: #003494;
}

.footer-feedback__form .wpcf7-form input[type="submit"] {
    padding: 12px 0;
}

.footer-feedback__form .wpcf7-form-control.wpcf7-not-valid {
    border-color: #D84D4D;
    box-shadow: 0 0 0 1px #D84D4D;
}

.footer-feedback__form .wpcf7-not-valid-tip {
    padding-top: 8px;
    color: #D84D4D;
    font-size: 14px;
    line-height: 1.4;
}

.footer-feedback__form .wpcf7 form.invalid .wpcf7-response-output,
.footer-feedback__form .wpcf7 form.unaccepted .wpcf7-response-output {
    margin: 0;
    padding: 0 24px;
    border: 0;
    color: #D84D4D;
    font-size: 14px;
    line-height: 1.4;
}

.footer .right {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 50%;
}

.footer .right .bottom-part {
    display: flex;
    gap: clamp(24px, 4vw, 70px);
    flex-wrap: wrap;
}

.footer .right .bottom-part .bottom-info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1 1 320px;
    min-width: min(100%, 320px);
}

.footer .right .bottom-part div:not(:first-child) {
    align-items: center;
}

.footer .right .address-and-worktime-wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.footer .right .address-and-worktime-wrapper div {
    align-items: center;
}

.footer .right .social-links {
    margin: 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: var(--footer-links-gap);
    margin-top: 40px;
}

.footer-bottom .info {
    display: flex;
    align-items: end;
    gap: 24px;
}

.footer-bottom .copy {
    font-size: 16px;
    line-height: 148%;
    font-weight: 400;
    color: #4D4D5B;
}

.footer-bottom__aside {
    display: flex;
    flex-direction: column;
    gap: var(--footer-links-gap);
    flex: 1 1 260px;
    min-width: min(100%, 260px);
}

.footer-bottom__services {
    display: flex;
    flex-direction: column;
    gap: var(--footer-links-gap);
}

.footer-bottom__services-title {
    color: var(--footer-services-title-color);
    font-size: var(--font-size-description);
    line-height: 1.48;
    font-weight: 500;
    text-decoration: none;
}

.footer-bottom__services-list {
    display: flex;
    flex-direction: column;
    gap: var(--footer-links-gap);
}

.footer-bottom__service-link {
    color: var(--main-card-desc-color);
    font-size: var(--main-card-desc-font-size);
    line-height: var(--main-card-desc-line-height);
    text-decoration: none;
}

.footer-bottom .production {
    display: flex;
    align-items: end;
    gap: var(--footer-links-gap);
    font-weight: 400;
    font-size: 16px;
    color: #4D4D5B;
}

@media (max-width: 1199px) {
    .footer {
        flex-direction: column;
    }

    .footer .left,
    .footer .right {
        width: 100%;
    }

    .feedback-wrapper .wpcf7-form .feedback-fields>p {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .footer {
        gap: 32px;
        padding-top: 40px;
    }

    .footer .left,
    .footer .feedback-wrapper {
        gap: 24px;
    }

    .footer .left p {
        font-size: 16px;
    }

    .footer .left .feedback-title {
        line-height: 1.14;
    }

    .footer .right {
        gap: 24px;
    }

    .footer__map-placeholder {
        height: clamp(180px, 50vw, 240px);
    }

    .footer .right .bottom-part {
        flex-direction: column;
        gap: 20px;
    }

    .footer .right .bottom-part div:not(:first-child) {
        align-items: flex-start;
    }

    .footer .right .bottom-part .bottom-info,
    .footer-bottom__aside {
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
    }

    .footer-feedback__form .wpcf7-form input[type="submit"] {
        min-height: 52px;
        height: 52px;
        font-size: 16px;
    }
}

.main-banner_image {
    display: none;
    z-index: -1;
}

.internal-banner_image {
    display: none;
    z-index: -1;
}

.main-banner-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: var(--main-banner-bg-bottom-gap);
    overflow: visible;
}

.main-banner-wrap>.container {
    position: relative;
    z-index: 1;
}

.main-banner-wrap .main-banner_image {
    display: block;
    position: absolute;
    top: calc(-1 * var(--site-header-height, 102px));
    left: 0;
    z-index: 0;
    width: 100%;
    height: calc(100% + var(--site-header-height, 102px));
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
}

.main-banner {
    display: flex;
    flex-direction: column;
    padding: var(--main-banner-padding-top) 0 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1316px;
}

.main-banner .region {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 8px 24px;
    background: #FFFFFFBF;
    border: 1px solid #B8D9F6;
    color: #4199E7;
    border-radius: 300px;
    max-width: 246px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}

.main-banner .region p {
    white-space: nowrap;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-banner_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
}

.main-banner_title {
    font-family: 'Cormorant Infant';
    background: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    background-clip: text;
    color: transparent;
    font-weight: 600;
    font-size: 64px;
    line-height: 122%;
    text-transform: uppercase;
}

.main-banner_desc {
    color: #4D4D5B;
    font-size: 24px;
    line-height: 134%;
    max-width: 888px;
}

.preim .preim__list {
    --preim-card-reveal-distance: clamp(18px, 2vw, 34px);
    --preim-card-reveal-duration: 760ms;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 311px));
    padding-top: clamp(40px, 6vw, 125px);
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    z-index: 1;
}

header:not(.header--home)~main .preim .preim__list .preim__item {
    box-shadow: none;
}

.preim .preim__list .preim__item {
    display: flex;
    flex-direction: column;
    padding: 32px clamp(24px, 3vw, 60px);
    gap: 8px;
    align-items: center;
    justify-content: center;
    background: #FFFFFFBF;
    border: 1px solid #B8D9F6;
    box-shadow: 0px 0px 32px 0px #B8D9F6;
    width: 100%;
    max-width: 311px;
    min-width: 0;
    border-radius: 16px;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, var(--preim-card-reveal-distance), 0);
    transition: none;
}

.preim .preim__list .preim__item:nth-child(even) {
    transform: translate3d(0, calc(0px - var(--preim-card-reveal-distance)), 0);
}

.preim .preim__list .preim__item .preim__text {
    font-size: 18px;
    line-height: 134%;
    text-align: center;
    color: #4199E7;
}

.preim .preim__list.is-reveal-ready .preim__item {
    transition: opacity var(--preim-card-reveal-duration) ease, transform var(--preim-card-reveal-duration) cubic-bezier(.22, 1, .36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.preim .preim__list.is-reveal-ready:not(.is-revealed) .preim__item {
    transition: none;
}

.preim .preim__list.is-revealed .preim__item,
.preim .preim__list.is-revealed .preim__item:nth-child(even) {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .preim .preim__list.is-reveal-ready .preim__item {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

@media (max-width: 1199px) {
    .preim .preim__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .preim .preim__list .preim__item {
        padding: 28px 32px;
    }
}

@media (max-width: 767px) {
    .main-banner-wrap {
        overflow: hidden;
    }

    .main-banner,
    .main-banner_content {
        min-width: 0;
    }

    .main-banner .region {
        width: 100%;
        max-width: 100%;
        padding: 8px 16px;
    }

    .main-banner_title {
        font-size: clamp(40px, 11vw, 48px);
        line-height: 1.1;
    }

    .main-banner_desc {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.5;
    }

    .main-banner_buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    .main-banner_buttons button {
        width: 100%;
        max-width: 100%;
    }

    .preim .preim__list {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .preim .preim__list .preim__item {
        padding: 24px 20px;
    }

    .preim .preim__list .preim__item .preim__text {
        font-size: 16px;
    }

    .equipment-section .equipment-section__head {
        flex-direction: column;
        align-items: start;
    }
}

.services-main {
    width: 100%;
}

.services-page {
    padding: var(--services-page-spacing-y) 0 0;
}

.services-page__head {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1040px;
}

.services-page__title {
    margin: 0;
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-size: var(--services-page-title-size);
    line-height: 1.18;
    text-transform: uppercase;
    background: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    background-clip: text;
    color: transparent;
}

.services-page__content {
    color: #4D4D5B;
    font-size: var(--services-page-content-size);
    line-height: 1.5;
}

.services-page__content>*:last-child {
    margin-bottom: 0;
}

.services-main__head {
    margin-bottom: 32px;
}

.services-main__title {
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-size: 48px;
    line-height: 122%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    background-clip: text;
    color: transparent;
}

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

.services-main__slider {
    width: 100%;
}

.services-main__slider .swiper-wrapper {
    align-items: stretch;
}

.services-main__slider .swiper-slide {
    display: flex;
    height: auto;
}

.main-card {
    --main-card-bg: #FFFFFF;
    --main-card-border-color: #B8D9F6;
    --main-card-border-width: 1px;
    --main-card-border-radius: 16px;
    --main-card-shadow: 0px 0px 32px 0px #B8D9F680;
    --main-card-content-gap: 16px;
    --main-card-content-padding: 32px 24px;
    --main-card-title-color: #0A467B;
    --main-card-title-font-size: 24px;
    --main-card-title-font-weight: 500;
    --main-card-title-line-height: 1.34;
    --main-card-desc-color: #4D4D5B;
    --main-card-desc-font-size: var(--font-size-description);
    --main-card-desc-line-height: 1.48;
    --main-card-image-object-fit: cover;
    --main-card-placeholder-color: #525455;
    --main-card-placeholder-font-size: 16px;
    --main-card-placeholder-font-weight: 500;
    --main-card-link-color: #1280E1;
    --main-card-link-gap: 8px;
    --main-card-link-height: 40px;
    --main-card-link-padding: 0;
    --main-card-link-border-radius: 40px;
    --main-card-link-font-size: 18px;
    --main-card-link-font-weight: 500;
    --main-card-link-line-height: 1.34;
    --main-card-link-letter-spacing: normal;
    --main-card-link-white-space: normal;
    --main-card-link-underline-color: var(--main-card-link-color);
    --main-card-link-underline-height: 1px;
    --main-card-content-bg: #F9FCFF;
    background-color: var(--main-card-bg);
    border: var(--main-card-border-width) solid var(--main-card-border-color);
    border-radius: var(--main-card-border-radius);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.main-card__media {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-card-media-bg, transparent);
}

.main-card__image {
    width: 100%;
    height: 100%;
    object-fit: var(--main-card-image-object-fit);
    padding: var(--main-card-image-padding, 0);
}

.main-card__placeholder {
    font-size: var(--main-card-placeholder-font-size);
    font-weight: var(--main-card-placeholder-font-weight);
    color: var(--main-card-placeholder-color);
}

.main-card__content {
    display: flex;
    flex-direction: column;
    gap: var(--main-card-content-gap);
    padding: var(--main-card-content-padding);
    flex-grow: 1;
    background-color: var(--main-card-content-bg, transparent);
}

.main-card__title {
    font-size: var(--main-card-title-font-size);
    font-weight: var(--main-card-title-font-weight);
    line-height: var(--main-card-title-line-height);
    color: var(--main-card-title-color);
}

.main-card__desc {
    color: var(--main-card-desc-color);
    font-size: var(--main-card-desc-font-size);
    line-height: var(--main-card-desc-line-height);
}

.equipment-section--services-page .main-card__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main-card__button {
    margin-top: auto;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--main-card-link-gap);
    color: var(--main-card-link-color);
    border-radius: var(--main-card-link-border-radius);
    height: var(--main-card-link-height);
    padding: var(--main-card-link-padding);
    font-size: var(--main-card-link-font-size);
    font-weight: var(--main-card-link-font-weight);
    line-height: var(--main-card-link-line-height);
    letter-spacing: var(--main-card-link-letter-spacing);
    white-space: var(--main-card-link-white-space);
    position: relative;
}

.main-card__button svg path {
    stroke: var(--main-card-link-icon-color, currentColor);
}

.main-card__button::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: var(--main-card-link-underline-height);
    background-color: var(--main-card-link-underline-color);
    left: 0;
    transition: all .3s ease;
}

.main-card__button:hover::after,
.main-card__button:focus::after,
.main-card__button:active::after {
    width: 100%;
}

.services-main .main-card {
    --main-card-padding: 32px;
    --main-card-media-size: 80px;
    --main-card-media-margin-bottom: 24px;
    --main-card-image-object-fit: contain;
    --main-card-content-gap: 24px;
    --main-card-content-padding: 0;
    padding: var(--main-card-padding);
    width: 100%;
    height: auto;
}

.services-main .main-card__media {
    width: var(--main-card-media-size);
    height: var(--main-card-media-size);
    margin-bottom: var(--main-card-media-margin-bottom);
}

.services-main .main-card__image {
    object-fit: var(--main-card-image-object-fit);
}

.services-main .main-card__content {
    justify-content: space-between;
    gap: var(--main-card-content-gap);
    padding: var(--main-card-content-padding);
    min-height: 0;
    background-color: #fff;
}

.services-main .main-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.equipment-section {
    width: 100%;
    min-width: 0;
    overflow: hidden;
}

.equipment-section__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.equipment-section__title {
    font-family: 'Cormorant Infant';
    font-weight: 600;
    font-size: 48px;
    line-height: 122%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #1280E1 43.41%, #0A467B 78.26%);
    background-clip: text;
    color: transparent;
}

.equipment-section__tech-link {
    color: #1280E1;
    letter-spacing: .02em;
    font-size: 18px;
    font-weight: 500;
    line-height: 134%;
    display: flex;
    gap: 8px;
    position: relative;
    align-items: center;
    height: 40px;
}

.equipment-section__tech-link::before {
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1280E1;
    transition: all .3s ease;
}

.equipment-section__tech-link:hover::before {
    width: 100%;
}

.equipment-section__tech-link--disabled {
    opacity: .55;
    text-decoration: none;
    cursor: default;
}

.micron-swiper,
.equipment-swiper {
    width: 100%;
}

.micron-swiper .swiper-wrapper,
.equipment-swiper .swiper-wrapper {
    align-items: stretch;
}

.equipment-swiper .main-card__media {
    width: var(--main-card-equipment-media-width, 100%);
    height: var(--main-card-equipment-media-height, 220px);
    background-color: var(--main-card-equipment-media-bg, #EEF0F5);
}

.equipment-swiper .main-card__content {
    /*height: var(--main-card-equipment-content-height, 222px);*/
}

.micron-swiper-nav,
.equipment-swiper-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.micron-swiper-arrow,
.equipment-swiper-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #1280E1;
    border-radius: 100px;
    background-color: #1280E1;
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.micron-swiper-arrow:hover,
.micron-swiper-arrow:focus,
.micron-swiper-arrow:active,
.equipment-swiper-arrow:hover,
.equipment-swiper-arrow:focus,
.equipment-swiper-arrow:active {
    background-color: #003494;
}

.micron-swiper-arrow.swiper-button-disabled,
.equipment-swiper-arrow.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

.equipment-section__empty {
    color: #4D4D5B;
    font-size: 18px;
    line-height: 148%;
}

.equipment-products-section {
    margin-top: 64px;
}

.equipment-products-section .equipment-section__head {
    justify-content: center;
}

.equipment-products-section .equipment-section__title {
    width: 100%;
    text-align: center;
}

.equipment-products-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    gap: 24px;
    margin: 0 auto 40px;
    padding: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    border-radius: 40px;
    background-color: #DEE9F8;
    scrollbar-width: none;
}

.equipment-products-tabs::-webkit-scrollbar {
    display: none;
}

.equipment-products-tabs__tab {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 32px;
    border: 1px solid transparent;
    border-radius: 40px;
    background-color: transparent;
    color: #4D4D5B;
    font-size: 18px;
    font-weight: 400;
    line-height: 134%;
    letter-spacing: normal;
    white-space: nowrap;
}

.equipment-products-tabs__tab:hover,
.equipment-products-tabs__tab:focus,
.equipment-products-tabs__tab:active {
    color: #003494;
}

.equipment-products-tabs__tab.is-active {
    border-color: #88BFF0;
    background-color: #FFFFFF;
    color: #003494;
    font-weight: 500;
}

.equipment-products-tabs__content {
    min-height: 280px;
    min-width: 0;
    overflow: hidden;
}

.equipment-products-tabs__loading {
    color: #4D4D5B;
    font-size: 18px;
    line-height: 148%;
}

.main-card--equipment-product {
    --main-card-product-bg: #FFFFFF;
    --main-card-product-info-bg: #F9FCFF;
    --main-card-product-image-bg: #D9D9D9;
    --main-card-product-border-color: #B8D9F6;
    --main-card-product-border-radius: 16px;
    --main-card-product-shadow: none;
    --main-card-product-image-height: 283px;
    --main-card-product-image-object-fit: cover;
    --main-card-product-image-padding: 0;
    --main-card-product-info-padding: 16px;
    --main-card-product-info-gap: 16px;
    --main-card-product-title-size: 16px;
    --main-card-product-title-line-height: 1.48;
    --main-card-product-title-color: #0A467B;
    --main-card-product-text-color: #4D4D5B;
    --main-card-product-attrs-size: 14px;
    --main-card-product-attrs-line-height: 1.12;
    --main-card-product-price-size: 18px;
    --main-card-product-price-line-height: 1.34;
    --main-card-product-link-color: #1280E1;
    --main-card-product-link-padding: 8px 0;
    --main-card-product-link-radius: 0;
    --main-card-product-link-line-height: 1.34;
    --main-card-product-link-letter-spacing: .36px;
    --main-card-product-attrs-gap: 8px;
    --main-card-product-attrs-item-gap: 8px;
    --main-card-product-purchase-gap: 16px;
    --main-card-product-del-color: #8A90A2;
    --main-card-product-del-size: 14px;
    --main-card-product-quick-buy-height: 56px;
    --main-card-product-quick-buy-padding: 12px 32px;
    --main-card-product-quick-buy-size: 18px;
    --main-card-product-quick-buy-line-height: 1.76;
    --main-card-product-quick-buy-letter-spacing: .36px;
    overflow: hidden;
    border-color: var(--main-card-product-border-color);
    border-radius: var(--main-card-product-border-radius);
    background-color: var(--main-card-product-bg);
    box-shadow: var(--main-card-product-shadow);
}

.main-card--equipment-product.swiper-slide {
    display: flex;
    max-width: 378px;
    height: auto;
}

.main-card--equipment-product .main-card__media {
    position: relative;
    width: 100%;
    height: var(--main-card-product-image-height);
    flex: 0 0 var(--main-card-product-image-height);
    background-color: var(--main-card-product-image-bg);
}

.main-card--equipment-product .main-card__image {
    object-fit: var(--main-card-product-image-object-fit);
    padding: var(--main-card-product-image-padding);
    max-height: 100%;
}

.main-card__badges {
    --main-card-badge-gap: 8px;
    --main-card-badge-offset-x: 16px;
    --main-card-badge-offset-y: 16px;
    --main-card-badge-radius: 5px;
    --main-card-badge-padding-y: 4px;
    --main-card-badge-padding-x: 8px;
    --main-card-badge-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    --main-card-badge-font-size: 14px;
    --main-card-badge-line-height: 1.12;
    --main-card-badge-color: #FFFFFF;
    --main-card-badge-sale-bg: #FF3B3B;
    --main-card-badge-new-bg: #0E55FF;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: var(--main-card-badge-gap);
    position: absolute;
    left: var(--main-card-badge-offset-x);
    bottom: var(--main-card-badge-offset-y);
    z-index: 1;
}

.main-card__badge {
    border-radius: var(--main-card-badge-radius);
    padding: var(--main-card-badge-padding-y) var(--main-card-badge-padding-x);
    box-shadow: var(--main-card-badge-shadow);
    font-size: var(--main-card-badge-font-size);
    font-weight: 400;
    line-height: var(--main-card-badge-line-height);
    color: var(--main-card-badge-color);
}

.main-card__badge--stock {
    background-color: var(--main-card-badge-sale-bg);
}

.main-card__badge--new {
    background-color: var(--main-card-badge-new-bg);
}

.main-card--equipment-product .main-card__content {
    width: 100%;
    height: auto;
    flex-grow: 1;
    gap: var(--main-card-product-info-gap);
    padding: var(--main-card-product-info-padding);
    background-color: var(--main-card-product-info-bg);
}

.main-card--equipment-product .main-card__title {
    font-size: var(--main-card-product-title-size);
    font-weight: 500;
    line-height: var(--main-card-product-title-line-height);
    color: var(--main-card-product-title-color);
}

.main-card--equipment-product .main-card__title a {
    display: block;
    color: inherit;
}

.main-card--equipment-product .main-card__info {
    display: flex;
    flex-direction: column;
    gap: var(--main-card-product-info-gap);
    width: 100%;
    flex: 1 1 auto;
}

.main-card--equipment-product .main-card__attrs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--main-card-product-attrs-gap);
    width: 100%;
    color: var(--main-card-product-text-color);
    font-size: var(--main-card-product-attrs-size);
    font-weight: 400;
    line-height: var(--main-card-product-attrs-line-height);
    white-space: nowrap;
}

.main-card--equipment-product .main-card__attrs-item {
    display: flex;
    align-items: flex-start;
    gap: var(--main-card-product-attrs-item-gap);
    width: 100%;
    min-width: 0;
}

.main-card--equipment-product .main-card__attrs-label {
    flex: 0 0 auto;
}

.main-card--equipment-product .main-card__attrs-value {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-card--equipment-product .main-card__purchase-row {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--main-card-product-purchase-gap);
    width: 100%;
}

.main-card--equipment-product .main-card__price {
    flex: 1 0 0;
    min-width: 0;
    color: var(--main-card-product-title-color);
    font-size: var(--main-card-product-price-size);
    font-weight: 600;
    line-height: var(--main-card-product-price-line-height);
}

.main-card--equipment-product .main-card__price del {
    color: var(--main-card-product-del-color);
    font-size: var(--main-card-product-del-size);
    font-weight: 400;
}

.main-card--equipment-product .main-card__price ins {
    text-decoration: none;
}

.main-card--equipment-product .main-card__button {
    margin-top: 0;
    height: auto;
    padding: var(--main-card-product-link-padding);
    border-bottom: 0;
    border-radius: var(--main-card-product-link-radius);
    color: var(--main-card-product-link-color);
    line-height: var(--main-card-product-link-line-height);
    letter-spacing: var(--main-card-product-link-letter-spacing);
    white-space: nowrap;
}

.main-card--equipment-product .main-card__button::after {
    display: block;
}

.main-card--equipment-product .main-card__quick-buy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: var(--main-card-product-quick-buy-height);
    margin-top: 0;
    padding: var(--main-card-product-quick-buy-padding);
    font-size: var(--main-card-product-quick-buy-size);
    font-weight: 600;
    line-height: var(--main-card-product-quick-buy-line-height);
    letter-spacing: var(--main-card-product-quick-buy-letter-spacing);
}

body.site-header-use-mobile-layout .site-header {
    min-height: var(--site-header-height, 72px);
    width: 100%;
    max-width: 100%;
}

body.site-header-use-mobile-layout .site-header__panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: var(--site-header-fixed-gradient);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}

body.admin-bar.site-header-use-mobile-layout .site-header__panel {
    top: 32px;
}

body.site-header-use-mobile-layout .site-header__panel .container,
body.site-header-use-mobile-layout .site-header__panel .header {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

body.site-header-use-mobile-layout.site-header-is-fixed .site-header__panel .container {
    display: block;
    min-height: 0;
    gap: 0;
}

body.site-header-use-mobile-layout.site-header-is-fixed .site-header__panel .header {
    display: flex;
}

body.site-header-use-mobile-layout.site-header-is-fixed .site-header__panel .header__logo-link {
    order: 0;
}

body.site-header-use-mobile-layout.site-header-is-fixed .site-header__panel .header .header__mobile-actions {
    display: flex;
}

body.site-header-use-mobile-layout.site-header-is-fixed .site-header__panel .header-menu {
    display: none;
}

body.site-header-use-mobile-layout.site-header-is-fixed .site-header__panel .header>.secondary {
    display: none;
}

body.site-header-use-mobile-layout .header {
    justify-content: space-between;
    height: clamp(64px, 9vw, 72px);
}

body.site-header-use-mobile-layout .header__logo-link,
body.site-header-use-mobile-layout .header__mobile-actions {
    flex: 0 0 auto;
    min-width: 0;
}

body.site-header-use-mobile-layout .header .address-and-worktime-wrapper,
body.site-header-use-mobile-layout .header .contact-phone,
body.site-header-use-mobile-layout .header .social-links,
body.site-header-use-mobile-layout .header>.secondary,
body.site-header-use-mobile-layout .header-menu,
body.site-header-use-mobile-layout .logo--fixed {
    display: none;
}

body.site-header-use-mobile-layout .header-burger {
    display: inline-flex;
}

body.site-header-use-mobile-layout .header__mobile-actions {
    display: flex;
}

body.site-header-use-mobile-layout .logo--desktop {
    display: none;
}

body.site-header-use-mobile-layout .logo--mobile {
    display: block;
    width: 86px;
    height: 40px;
    max-width: 86px;
}

body.site-header-use-mobile-layout .logo {
    width: auto;
}

@media (max-width: 1279px) {
    .site-header {
        min-height: var(--site-header-height, 72px);
        width: 100%;
        max-width: 100%;
    }

    .site-header__panel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background: var(--site-header-fixed-gradient);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%;
    }

    body.admin-bar .site-header__panel {
        top: 32px;
    }

    .site-header__panel .container,
    .site-header__panel .header {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    body.site-header-is-fixed .site-header__panel .container {
        display: block;
        min-height: 0;
        gap: 0;
    }

    body.site-header-is-fixed .site-header__panel .header {
        display: flex;
    }

    body.site-header-is-fixed .site-header__panel .header__logo-link {
        order: 0;
    }

    body.site-header-is-fixed .site-header__panel .header .header__mobile-actions {
        display: flex;
    }

    body.site-header-is-fixed .site-header__panel .header-menu {
        display: none;
    }

    body.site-header-is-fixed .site-header__panel .header>.secondary {
        display: none;
    }

    .header {
        justify-content: space-between;
        height: clamp(64px, 9vw, 72px);
    }

    .header__logo-link,
    .header__mobile-actions {
        flex: 0 0 auto;
        min-width: 0;
    }

    .header .address-and-worktime-wrapper,
    .header .contact-phone,
    .header .social-links,
    .header>.secondary,
    .header-menu {
        display: none;
    }

    .header-burger {
        display: inline-flex;
    }

    .header__mobile-actions {
        display: flex;
    }

    .logo--desktop {
        display: none;
    }

    .logo--mobile {
        display: block;
        width: 86px;
        height: 40px;
        max-width: 86px;
    }

    .logo {
        width: auto;
    }
}

@media (max-width: 767px) {
    .site-header,
    .site-header__breadcrumbs {
        background: transparent;
    }

    .site-header .internal-banner_image {
        display: none;
    }

    .micron-breadcrumbs-wrap {
        position: relative;
        display: block;
        height: auto;
        padding: 8px 0 0;
        overflow: visible;
    }

    .micron-breadcrumbs-wrap::-webkit-scrollbar {
        display: none;
    }

    .micron-breadcrumbs {
        flex-wrap: wrap;
        width: 100%;
        min-width: 0;
        row-gap: 4px;
        padding-bottom: 8px;
    }

    .micron-breadcrumbs__link,
    .micron-breadcrumbs__current,
    .micron-breadcrumbs__separator {
        white-space: normal;
        overflow-wrap: anywhere;
        font-size: 14px;
        line-height: 1.4;
    }

    .breadcrumb-bg {
        display: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar.site-header-is-fixed .site-header__panel {
        top: 46px;
    }

    .admin-bar .mobile-menu {
        top: calc(var(--site-header-height, 72px) + 46px);
        height: calc(100dvh - var(--site-header-height, 72px) - 46px);
    }
}

@media (max-width: 767px) {
    :root {
        --header-mobile-actions-gap: 12px;
        --mobile-menu-link-size: clamp(20px, 6vw, 26px);
    }

    .site-header__panel .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .equipment-swiper .swiper-slide,
    .equipment-swiper .main-card {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .equipment-swiper .main-card__media {
        height: clamp(200px, 58vw, 220px);
    }

    .equipment-swiper .main-card__content {
        height: auto;
        min-height: 0;
        padding: 20px 16px;
    }

    .equipment-swiper .main-card__title {
        font-size: 20px;
        line-height: 1.3;
    }

    .equipment-swiper .main-card__desc {
        font-size: 16px;
    }

    .equipment-swiper .main-card__button {
        width: 100%;
    }

    .header-menu__nav {
        padding-top: 16px;
    }

    .header-menu__list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .header-menu__list>li,
    .header-menu__list>li>a {
        width: 100%;
    }

    .header-menu__list>li {
        padding-bottom: 0;
    }

    .header-menu__list>li::after {
        display: none;
    }

    .header-menu__list a {
        min-height: auto;
        padding: 0;
        white-space: normal;
    }

    .header-menu__list>li.menu-item-has-children>a {
        justify-content: space-between;
    }

    .header-menu__list>li.menu-item-has-children>a::after,
    .mobile-menu__list>li.menu-item-has-children>a::after {
        display: block;
    }

    .header-menu__list>li>.sub-menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        min-width: 100%;
        margin-top: 8px;
    }

    .header-menu__list>li:focus-within>.sub-menu,
    .header-menu__list>li.is-open>.sub-menu {
        display: flex;
    }

    .header-menu__list>li>.sub-menu a {
        padding: 8px 10px;
    }

    .site-modal {
        align-items: flex-end;
        padding: 0;
    }

    .site-modal__dialog {
        max-height: calc(100dvh - 12px);
        width: 100%;
        padding: clamp(24px, 6vw, 32px) clamp(18px, 5vw, 24px);
        border-radius: 24px 24px 0 0;
    }

    .site-modal__close {
        top: clamp(18px, 5vw, 24px);
        right: clamp(18px, 5vw, 24px);
        bottom: auto;
    }

    .site-modal__title {
        font-size: clamp(24px, 7vw, 28px);
    }

    .site-modal__body {
        gap: 16px;
    }

    .site-modal__desc,
    .site-modal__product-label {
        font-size: 16px;
    }

    .site-modal .wpcf7-form {
        gap: 12px;
    }

    .site-modal .wpcf7-form input:not([type="checkbox"]):not([type="submit"]) {
        padding: 14px 18px;
    }

    .site-modal .wpcf7-form input[type="submit"],
    .site-modal__home-button {
        min-height: 52px;
        height: 52px;
        padding: 10px 24px;
        font-size: 16px;
        line-height: 1.5;
    }

    .site-modal__product-row {
        align-items: flex-start;
        gap: 12px;
    }

    .site-modal__product-name,
    .site-modal__quantity {
        width: 100%;
    }

    .site-modal__quantity {
        justify-content: space-between;
        gap: 16px;
    }

    .site-modal .wpcf7-not-valid-tip {
        padding-left: 0;
    }

    .site-modal .wpcf7-acceptance label {
        align-items: flex-start;
    }
}

@media (max-width: 991px) {
    .header-menu__list a {
        font-size: 16px;
    }
}

@media (max-width: 1439px) {
    .services-main__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .services-page {
        padding-top: 40px;
    }

    .services-page__head {
        gap: 16px;
    }

    .services-main__title {
        font-size: 36px;
    }

    .services-main__grid {
        grid-template-columns: 1fr;
    }

    .services-main .main-card {
        min-height: auto;
    }

    .equipment-products-section {
        margin-top: 40px;
        padding: 0;
        overflow: hidden;
    }

    .equipment-products-section .equipment-section__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .equipment-products-section .equipment-section__title {
        font-size: 36px;
    }

    .equipment-products-tabs {
        justify-content: flex-start;
        width: 100%;
        gap: 12px;
        margin-bottom: 32px;
        padding-right: 4px;
    }

    .equipment-products-tabs__tab {
        min-height: 44px;
        padding: 10px 24px;
        font-size: 16px;
    }

    .equipment-products-tabs__content {
        min-height: 0;
        overflow: visible;
    }

    .main-card--equipment-product.swiper-slide {
        max-width: none;
        width: 100%;
    }

    .main-card--equipment-product {
        --main-card-product-image-height: clamp(220px, 62vw, 283px);
        --main-card-product-info-padding: 16px;
        --main-card-product-info-gap: 14px;
        --main-card-product-attrs-gap: 10px;
        --main-card-product-attrs-item-gap: 6px;
        --main-card-product-purchase-gap: 12px;
        --main-card-product-price-size: 16px;
        --main-card-product-link-padding: 0;
        --main-card-product-quick-buy-height: 52px;
        --main-card-product-quick-buy-padding: 10px 20px;
        --main-card-product-quick-buy-size: 16px;
        width: 100%;
    }

    .main-card--equipment-product .main-card__media {
        flex-basis: auto;
    }

    .main-card--equipment-product .main-card__attrs {
        white-space: normal;
    }

    .main-card--equipment-product .main-card__attrs-item {
        flex-wrap: wrap;
    }

    .main-card--equipment-product .main-card__purchase-row {
        flex-wrap: wrap;
    }

    .main-card--equipment-product .main-card__price,
    .main-card--equipment-product .main-card__button {
        width: 100%;
    }

    .main-card--equipment-product .main-card__button {
        white-space: normal;
    }

    .main-card--equipment-product .main-card__content {
        padding: 20px 16px;
    }

    .footer-bottom,
    .footer-bottom .info,
    .footer-bottom__aside,
    .footer-bottom .production {
        align-items: flex-start;
    }

    .footer-bottom,
    .footer-bottom .info {
        flex-direction: column;
    }

    .footer-bottom__aside {
        margin-left: 0;
    }
}

.fullwidth-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.fullwidth-wrapper.blue {
    background-color: #DEE9F8;
}

.fullwidth-wrapper--internal-banner {
    background-color: var(--internal-banner-bg);
}

.fullwidth-wrapper--guarantees {
    --fullwidth-wrapper-guarantees-bg: #F9FCFF;
    background-color: var(--fullwidth-wrapper-guarantees-bg);
}

.title-wrapper {
    position: relative;
}

.breadcrumb-bg {
    display: none;
}

.equipment-category-filter__values {
    /*display: flex;*/
     flex-direction: row !important;
    /*gap: 12px;*/
    flex-wrap: wrap;
}