/*
Theme Name: Labeling machines
Theme URI: https://istec.com.ua
Author: IST.Group
Author URI: https://istec.com.ua
Description: Special Theme
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lb_mach
*/
:root {
    --headings: #283E8A;
    --subtitle: #273252;
    --main-text: #4E5A68;
    --button: #FF6B4A;
    --grey: #9AA4B6;
    --stroke: #D0D7E0;
    --line: #D2D2D4;
    --white: #FFFFFF;
    --alice-blue: #E8F1FD;
    --blue-background: #EDF5FA;
    --background: #F5F7FA;
    --dark-blue: #0C1F55;
    --light-background: #EFF9FB;
    --lavender: #DAE8FF;
}
* {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-align: inherit;
    color: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    position: relative;
    overflow-x: hidden;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: var(--background);
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--main-text);
}
img,
iframe {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
h1,h2,h3,h4,h5,h6 {
    color: var(--headings);
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}
h1,
h2 {
    font-size: 1.875rem;
    margin-bottom: 1em;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    letter-spacing: 0.01em;
    line-height: 1.208333333;
}
a {
    transition: color 0.35s ease-in-out;
}
a:hover {
    color: var(--headings);
}
p {
    margin-bottom: 0.625rem;
}
p a {
    text-decoration: underline;
    color: var(--headings);
}
.articles-latest--all-articles a:hover,
p a:hover {
    color: var(--button);
}
:last-child {
    margin-bottom: 0;
}
strong, b {
    color: var(--headings);
    font-weight: 500;
    letter-spacing: 0.01em;
}
.btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.143;
    font-weight: 700;
    color: var(--white);
    background-color: var(--button);
    box-shadow: inset 0 0 0 1px var(--button);
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    border: none;
    outline: none;
    text-align: center;
}
.btn:hover {
    color: var(--button);
    background-color: var(--white);
}
.subtitle {
    color: var(--subtitle);
}
p:has(.subtitle) {
    margin: 1.25rem 0;
}
h3 + p:has(.subtitle) {
    margin-top: -1.375rem;
    margin-bottom: 1.25rem;
}
p:has(.subtitle) + ul {
    margin-top: -0.75rem;
}
ul:not([class]), 
ol {
    margin-left: 1rem;
}
li:not([class]):not(:last-child) {
    margin-bottom: 0.5rem;
}
.glide {
    position: relative;
}
.glide__track {
    overflow: hidden;
}
.glide__slides {
    display: flex;
}
.glide__bullets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.glide__bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    aspect-ratio: 1;
    background-color: var(--grey);
    border-radius: 50%;
    border: 1px solid var(--grey);
    transition: width 0.35s linear, background-color 0.35s linear, border-color 0.35s linear;
    cursor: pointer;
}
.glide__bullet.glide__bullet--active {
    width: 13px;
    background-color: transparent;
    border-color: var(--headings);
    cursor: default;
}
.glide__bullet::after {
    content: "";
    display: block;
    width: 7px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--grey);
    transition: background-color 0.35s linear;
}
.glide__bullet.glide__bullet--active::after {
    background-color: var(--headings);
}
.glide__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    color: var(--line);
    border-radius: 50%;
    width: 2.5rem;
    aspect-ratio: 1;
    transition: color 0.35s ease-in-out;
    cursor: pointer;
}
.glide__arrow:hover {
    color: var(--button);
}
.site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.site-header .site-logo img {
    height: 23px;
    width: auto;
}
.site-footer .site-logo img {
    height: 30px;
    width: auto;
}
footer {
    margin-top: auto;
}
.container {
    --bs-gutter-x: 1.25rem;
}
.row {
    --bs-gutter-x: 1.875rem;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: var(--white);
    box-shadow: 0px 10px 30px 0px #353E461A;
}
.site-header--mobile--top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #283E8A;
    font-size: 0.875rem;
    line-height: 1.14286;
}
.site-header--mobile--bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    margin-left: calc(var(--bs-gutter-x) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    padding-top: 0.6875rem;
    padding-bottom: 0.75rem;
    position: relative;
}
.site-header--mobile--bottom::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    height: 1px;
    width: 100vw;
    transform: translateX(-50%);
    background-color: var(--line);
}
.site-header--mobile--logo {
    display: flex;
    width: min(220px, 62.86%);
}
.site-header--mobile--menu-toggler {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 1.5rem;
    height: 1.5rem;
    padding: 6px 4px;
    background-size: 1.5rem;
}
.site-header--mobile--menu-toggler span {
    border: 1px solid #283E8A;
    border-radius: 2px;
    width: 100%;
    transition: all 0.35s ease-in-out;
}
.menu-open .site-header--mobile--menu-toggler span {
    position: absolute;
    transform: rotate(45deg);
}
.menu-open .site-header--mobile--menu-toggler span:last-child {
    transform: rotate(-45deg);
}
.site-header--mobile--nav {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    padding: 2.5rem;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 0px 10px 30px 0px #353E461A;
    overflow: auto;
    transition: transform 0.35s ease-in-out;
    transform: translateX(110%);
    width: min(390px, 100%);
}
.menu-open .site-header--mobile--nav {
    transform: translateX(0%);
}
.site-header--nav--menu--wrapp {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.5;
    color: var(--main-text);
}
.site-header--mobile--nav--menu {
    margin-bottom: 3.75rem;
}
.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 0.5rem;
}
.menu-item-has-children > span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9L12 15L6 9" stroke="%239AA4B6" stroke-width="2" stroke-linecap="round"/></svg>');
    margin-left: 0.5rem;
    transition: transform 0.35s ease;
}
.menu-item-has-children.open > span {
    transform: rotateX(180deg);
}
.sub-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    transition: max-height 0.35s ease-in-out;
    overflow: hidden;
    max-height: 0px;
    list-style-type: none;
}
.open > .sub-menu {
    max-height: var(--el-height);
}
.sub-menu::after {
    content: "";
    display: block;
    width: 100%;
    min-height: 1px;
    background-color: var(--line);
}
.menu-item-has-children.open > a {
    color: var(--headings);
    text-decoration: underline;
}
.menu-item.current-menu-ancestor > a,
.menu-item.current-menu-item > a {
    color: var(--button);
    text-decoration: underline;
}
.site-header--mobile--nav--contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 1.75rem;
    margin-bottom: 1.75rem;
}
.site-header--mobile--nav--contacts,
.site-header--mobile--lang-switcher {
    color: var(--headings);
    font-size: 1.125rem;
    line-height: 1.22223;
    font-weight: 500;
}
.site-header--mobile--lang-switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    padding: 0.25rem 0.75rem;
}
.site-header--mobile--lang-switcher ul,
.site-header-desktop--lang-swith ul {
    list-style-type: none;
}
.site-header--mobile--lang-switcher ul .wpml-ls-current-language {
    display: none;
}

.site-header--desktop--top--row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.site-header--desktop--contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.25rem;
    color: var(--headings);
    font-size: 0.875rem;
    line-height: 1.14286;
}
.site-header--desktop--contacts a:hover {
    color: var(--button);
}
.site-header-desktop--lang-swith--wrapp {
    position: relative;
    margin-left: auto;
    width: fit-content;
}
.site-header-desktop--lang-swith .wpml-ls-legacy-list-horizontal {
    position: absolute;
    right: 0;
    top: -7px;
    z-index: 1;
}
.site-header-desktop--lang-swith ul {
    display: flex;
    flex-direction: column;
    padding: 4px 12px;
    background-color: #FFFFFF;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.14286;
    color: var(--headings);
    font-weight: 500;
}
.site-header-desktop--lang-swith--wrapp .wpml-ls-link {
    display: flex;
    align-items: center;
}
.site-header-desktop--lang-swith--wrapp .wpml-ls-link:hover {
    color: var(--button);
}
.site-header-desktop--lang-swith--wrapp .wpml-ls-current-language {
    order: -1;
}
.site-header-desktop--lang-swith ul li:not(.wpml-ls-current-language) {
    display: none;
}
.site-header-desktop--lang-swith--wrapp .wpml-ls-current-language > a::after {
    content: "";
    display: inline-block;
    align-items: center;
    margin-left: 0.75rem;
    width: 22px;
    height: 22px;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="10.25" stroke="%23283E8A" stroke-width="1.5"/><path d="M11.2681 1.36328C11.7466 1.89965 12.3856 2.67711 13.024 3.63672C14.3094 5.56927 15.5464 8.17266 15.5464 11C15.5464 13.8273 14.3094 16.4307 13.024 18.3633C12.3856 19.3229 11.7466 20.1004 11.2681 20.6367C11.172 20.7445 11.0811 20.8412 10.9995 20.9287C10.9181 20.8413 10.8279 20.7443 10.732 20.6367C10.2535 20.1004 9.61439 19.3229 8.9761 18.3633C7.69065 16.4307 6.45364 13.8273 6.45364 11C6.45364 8.17266 7.69065 5.56927 8.9761 3.63672C9.61439 2.67715 10.2535 1.89963 10.732 1.36328C10.8281 1.25548 10.918 1.15785 10.9995 1.07031C11.0812 1.15797 11.1718 1.25528 11.2681 1.36328Z" stroke="%23283E8A" stroke-width="1.5"/><line x1="0.814636" y1="14.7319" x2="20.3702" y2="14.7319" stroke="%23283E8A" stroke-width="1.5"/><line x1="0.814545" y1="8.21277" x2="20.3701" y2="8.21277" stroke="%23283E8A" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.35s ease-in-out;
}
.site-header-desktop--lang-swith ul:hover li.wpml-ls-current-language > a::after,
.site-header-desktop--lang-swith--wrapp .wpml-ls-current-language > a:hover::after {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="11" cy="11" r="10.25" stroke="%23FF6B4A" stroke-width="1.5"/><path d="M11.2681 1.36328C11.7466 1.89965 12.3856 2.67711 13.024 3.63672C14.3094 5.56927 15.5464 8.17266 15.5464 11C15.5464 13.8273 14.3094 16.4307 13.024 18.3633C12.3856 19.3229 11.7466 20.1004 11.2681 20.6367C11.172 20.7445 11.0811 20.8412 10.9995 20.9287C10.9181 20.8413 10.8279 20.7443 10.732 20.6367C10.2535 20.1004 9.61439 19.3229 8.9761 18.3633C7.69065 16.4307 6.45364 13.8273 6.45364 11C6.45364 8.17266 7.69065 5.56927 8.9761 3.63672C9.61439 2.67715 10.2535 1.89963 10.732 1.36328C10.8281 1.25548 10.918 1.15785 10.9995 1.07031C11.0812 1.15797 11.1718 1.25528 11.2681 1.36328Z" stroke="%23FF6B4A" stroke-width="1.5"/><line x1="0.814636" y1="14.7319" x2="20.3702" y2="14.7319" stroke="%23FF6B4A" stroke-width="1.5"/><line x1="0.814545" y1="8.21277" x2="20.3701" y2="8.21277" stroke="%23FF6B4A" stroke-width="1.5"/></svg>');
}
.site-header-desktop--lang-swith ul:hover {
    box-shadow: 0px 4px 5px 0px #00000024;
}
.site-header-desktop--lang-swith ul:hover li:not(.wpml-ls-current-language) {
    display: block;
}
.site-header-desktop--lang-swith ul:hover li.wpml-ls-current-language > a {
    color: var(--button);
}
.site-header--desktop--nav .site-header--nav--menu--wrapp {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
}
.site-header--desktop--bottom--row {
    align-items: center;
}
.site-header--desktop--logo {
    display: flex;
}
.site-header--desktop--bottom {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.site-header--desktop--bottom::before {
    content: "";
    height: 1px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--line);
}
.site-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: var(--dark-blue);
    color: var(--white);
    font-size: 1rem;
    line-height: 1.5;
}
.site-footer .site-logo {
    margin: 0 auto;
    display: flex;
}
.site-footer--row,
.site-footer--info--row {
    row-gap: 1.875rem;
}
.site-footer--info--contacts {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.site-footer--info--socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}
.site-footer--info--socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 1.75rem;
    aspect-ratio: 1;
}
.site-footer--info--socials a img {
    width: 100%;
    height: 100%;
}
.site-footer--info--nav--menu {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem 1.125rem;
}
.site-footer .menu-item:hover > a {
    color: var(--white);
}
.site-footer .menu-item:hover::after {
    background-color: var(--white);
}
.page-banner--glide--slide--content {
    width: min(565px, 100%);
}
.page-banner--glide--slide--title {
    color: var(--headings);
    font-size: 1.875rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}
.page-banner--glide--slide--description {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
}
.page-banner--glide--slide--button .btn {
    width: 100%;
}
.page-banner--glide--slide {
    aspect-ratio: 390 / 784;
    padding: 2.25rem 0;
    background-image: var(--mobile);
    background-color: var(--alice-blue);
    background-size: contain;
    background-position: center;
    max-height: 784px;
    width: 100%;
    background-repeat: no-repeat;
}
.page-banner--glide--controls {
    display: none;
}
.page-banner--glide--bullets {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.25rem;
}
.page-banner--glide--control {
    position: absolute;
    bottom: 40%;
}
.page-banner--glide--control.glide__arrow--left {
    left: 3.125rem;
}
.page-banner--glide--control.glide__arrow--right {
    right: 3.125rem;
}
.page-advantages {
    padding: 5rem 0;
    text-align: center;
}
.page-advantages--row {
    row-gap: 1.875rem;
}
.page-advantages--item--body {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.625rem;
    width: 100%;
    height: 100%;
}
.page-advantages--item--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}
.page-advantages--item--title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: var(--headings);
}
.page-about,
.faq-block,
.articles-latest,
.part-callback {
    margin: 5rem 0;
}
.page-about--row {
    row-gap: 3.125rem;
    --bs-gutter-x: 2.5rem;
}
.page-about--image {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-about--readmore {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.14333;
    color: var(--button);
    margin-top: 1.625rem;
}
.faq-block--container {
    background-color: var(--alice-blue);
}
.faq-block--title {
    margin: 0;
    padding: 1.5rem 0;
}
.faq-block--items {
    background-color: var(--white);
    margin-left: calc(var(--bs-gutter-x) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    padding-left: var(--bs-gutter-x);
    padding-right: var(--bs-gutter-x);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
}
.faq-block--item {
    padding-bottom: 1.875rem;
    border-bottom: 1px solid var(--line);
}
.faq-block--item--head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    color: var(--headings);
    gap: 2rem;
    cursor: pointer;
}
.faq-blokc--item--indicator {
    width: 1.25rem;
    min-width: 1.25rem;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--headings);
    border-radius: 50%;
    position: relative;
    gap: 2rem;
    cursor: pointer;
}
.faq-blokc--item--indicator::after, 
.faq-blokc--item--indicator::before {
    content: "";
    width: calc(100% - 10px);
    height: 2px;
    background-color: var(--white);
    position: absolute;
    border-radius: 2px;
    transition: transform 0.35s ease;
}
.faq-blokc--item--indicator::after {
    transform: rotate(90deg);
}
.open .faq-blokc--item--indicator::after {
    transform: rotate(0deg);
}
.faq-block--item--content {
    padding-top: 1rem;
    overflow: hidden;
    transition: max-height 0.75s ease-in-out, padding-top 0.75s ease-in-out;
}
.js-active .faq-block--item--content {
    padding-top: 0rem;
    max-height: 0px;
}
.js-active .open .faq-block--item--content {
    padding-top: 1rem;
    max-height: var(--height);
}
.articles-latest--glide.glide {
    margin-left: calc(var(--bs-gutter-x) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-bottom: 1.875rem;
}
.articles-latest--glide__slide--body {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.articles-latest--glide__slide--link {
    position: absolute;
    inset: 0;
}
.articles-latest--glide__slide--thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 270 / 156;
    margin-bottom: 0.625rem;
    overflow: hidden;
}
.articles-latest--glide__slide--thumbnail img {
    width: 100%;
    height: 100%;
    max-width: unset;
}
.articles-latest--glide__slide--title {
    font-weight: 500;
    margin-bottom: 1.25rem;
}
.articles-latest--glide__slide--date {
    margin-top: auto;
    font-size: 0.875rem;
    line-height: 1.1433333;
}
.articles-latest--all-articles a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.143333;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--headings);
}
/*
CF-7
*/
.screen-reader-response, 
.hidden-fields-container {
    display: none;
}
.wpcf7-response-output {
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    padding: 1rem;
    font-weight: 500;
    box-shadow: 0 0 5px;
    border-radius: 0 0 0.25rem 0.25rem;
    background-color: #FFF;
    animation: wpcf7-response-output 7s linear forwards;
}
.submitting .wpcf7-response-output {
    animation: unset;
}
.wpcf7-response-output:empty {
    display: none;
}
.invalid .wpcf7-response-output {
    box-shadow: 0 0 5px red;
    color: red;
}
@keyframes wpcf7-response-output {
    0% { transform: translate(0, -110% );}
    5% { transform: translate(0, 0%); }
    95% { transform: translate(0, 0%); }
    100% { transform: translate(0, -110% );}
}
.wpcf7 {
    font-size: 0.875rem;
    line-height: 1.14286;
}
.wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
}
.wpcf7 p {
    margin-bottom: 0;
}
.wpcf7 p label {
    display: flex;
    row-gap: 0.375rem;
    flex-wrap: wrap;
    font-weight: 700;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    width: 100%;
}
.wpcf7-not-valid-tip {
    font-weight: 400;
    color: red;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    animation: wpcf7-not-valid-tip 0.35s ease-in-out;
}
@keyframes wpcf7-not-valid-tip {
    0% { opacity: 0; transform: translateY(-15px);}
    100% {opacity: 1; transform: translateY(0px);}
}
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="color"]):not([type="date"]):not([type="datetime"]):not([type="datetime-local"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="month"]):not([type="range"]):not([type="reset"]):not([type="submit"]):not([type="time"]):not([type="week"]), 
textarea {
    width: 100%;
    background-color: var(--white);
    border: 1px solid var(--stroke);
    border-radius: 3px;
    height: 2.25rem;
    padding: 0.5rem 0.625rem;
    outline: none;
    box-shadow: inset 0 0 5px transparent;
    transition: box-shadow 0.35s ease-in-out;
    font-weight: 400;
    color: var(--grey);
    font-size: 1rem;
    line-height: 1.5;
}
textarea {
    height: 92px;
    resize: unset;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="color"]):not([type="date"]):not([type="datetime"]):not([type="datetime-local"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="month"]):not([type="range"]):not([type="reset"]):not([type="submit"]):not([type="time"]):not([type="week"]):hover,
textarea:hover {
    box-shadow: inset 0 0 5px var(--headings);
}
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="color"]):not([type="date"]):not([type="datetime"]):not([type="datetime-local"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="month"]):not([type="range"]):not([type="reset"]):not([type="submit"]):not([type="time"]):not([type="week"]):focus,
textarea:focus {
    box-shadow: inset 0 0 2px 1px var(--button);
}
input[type="submit"] {
    width: 100%;
}
.submitting .wpcf7-spinner {
    position: fixed;
    background-color: rgb(17 35 66 / 30%);
    inset: 0;
    cursor: wait;
    z-index: 1;
}
/*
CF-7
*/
.part-callback--container {
    background-color: var(--lavender);
}
.part-callback--wrapp {
    padding-bottom: 1.875rem;
}
.part-callback--row {
    --bs-gutter-x: 2.5rem;
}
.part-callback--mobile-image {
    padding: 0;
    display: flex;
    margin-bottom: 1.875rem;
}
.part-callback--mobile-image img {
    width: 100%;
}
.wpcf7 .note {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    margin-top: -0.625rem;
}
.part-callback--form input[type="submit"] {
    margin-top: 1.25rem;
}
.page-heading {
    min-height: 184px;
    background: linear-gradient(90deg, rgba(0, 18, 71, 0.7) 30.29%, rgba(0, 82, 180, 0.7) 100%), var(--mobile);
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}
.page-heading .page-title {
    color: var(--white);
}
.page-breadcrumbs {
    margin-bottom: 1.875rem;
    font-size: 0.75rem;
    line-height: 1.166667;
}
.page-breadcrumbs > span {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.page-breadcrumbs > span::-webkit-scrollbar {
    display: none;
}
.page-breadcrumbs > span > span {
    white-space: nowrap;
}
.page-breadcrumbs > span svg {
    min-width: 13px;
    margin: 0 0.5rem;
    color: var(--grey);
}
.page-breadcrumbs .breadcrumb_last {
    color: var(--headings);
}
.page-posts--row {
    row-gap: 1.25rem;
    margin-bottom: 3.125rem;
}
.nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}
.page-numbers:not(.dots) {
    width: 2.625rem;
    aspect-ratio: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.page-numbers:not(.dots):hover,
.page-numbers.current {
    background-color: var(--headings);
    color: var(--white);
}
.page-posts--nav {
    margin-bottom: 5rem;
}
.contacts-page--row {
    row-gap: 3.125rem;
    --bs-gutter-x: 2.5rem;
}
.contacts-page--info--wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1.75rem;
}
.contacts-page--info--item {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.contacts-page--info--item--title {
    margin-bottom: -2px;
}
.contacts-page--info--intem--content {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--headings);
    background-color: var(--white);
    color: var(--subtitle);
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.222223;
    padding: 0.6875rem;
    border-radius: 0.25rem;
}
.contacts-page--info--item.socials {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.75rem;
}
.contacts-page--info--item.socials a {
    display: inline-flex;
}
.contacts-page--map--wrapper {
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 390 / 290;
}
.contacts-page--map--wrapper iframe {
    width: 100%;
    height: 100%;
}
.page-default-template-content {
    margin-bottom: 5rem;
}
.custom_video__insert--absoulte {
    background-color: #E8F1FD;
    background-image: var(--bg-image);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.custom_video_insert {
    position: relative;
    margin: 5rem 0;
}
.custom_video__insert--title {
    text-align: center;
}
.custom_video__insert--video {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    aspect-ratio: 350 / 197;
    max-width: 570px;
    margin: 0 auto;
}
.custom_video__insert--video iframe {
    width: 100%;
    height: 100%;
}
@media screen and ( min-width: 576px ) {
    .page-about--row {
        --bs-gutter-x: 1.875rem;
        align-items: center;
    }
    .page-about--image {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .faq-block--container {
        background-color: unset;
    }
    .faq-block--title {
        background-color: var(--alice-blue);
        padding: 1.5rem 1.875rem;
    }
    .faq-block--items {
        margin: 0;
        padding: 1.875rem;
    }
    .part-callback--container {
        background-color: unset;
    }
    .part-callback--wrapp {
        background-color: var(--lavender);
    }
    .part-callback--mobile-image {
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
    }
    .part-callback--form--body {
        padding: 0 1.25rem;
    }
    .contacts-page--map--wrapper {
        margin: 0;
    }
}
@media screen and ( min-width: 768px ) {
    .site-footer--info--contacts {
        gap: 1rem;
        flex-direction: row;
        justify-content: center;
    }
    .site-footer--info--socials {
        justify-content: center;
    }
    .site-footer--info--nav--menu {
        text-align: center;
    }
    .page-banner--glide--slide {
        background-image: var(--desktop);
        aspect-ratio: 1920 / 510;
        display: flex;
        align-items: center;
        background-size: cover;
    }
    .page-banner--glide--bullets {
        bottom: 9%;
    }
    .page-banner--glide--slide--content {
        max-width: 58%;
    }
    .page-banner--glide--slide--button .btn {
        width: auto;
    }
    .page-banner--glide--controls {
        display: block;
    }
    .part-callback--form--body .wpcf7 .wpcf7-form {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 1rem;
    }
    .part-callback--form--body .wpcf7 .wpcf7-form > * {
        width: 100%;
    }
    .part-callback--form--body .wpcf7 .wpcf7-form p:has([data-name="your-city"]),
    .part-callback--form--body .wpcf7 .wpcf7-form p:has([data-name="your-tel"]),
    .part-callback--form--body .wpcf7 .wpcf7-form p:has([data-name="your-company"]),
    .part-callback--form--body .wpcf7 .wpcf7-form p:has([data-name="your-email"]) {
        width: calc( 50% - 10px );
    }
    .wpcf7 .note {
        margin-top: -0.25rem;
        row-gap: 0.75rem;
    }
    .part-callback--form input[type="submit"] {
        margin-top: 2.125rem;
    }
}
@media screen and ( min-width: 992px ) {
    .menu-item {
        position: relative;
    }
    .menu-item::after {
        content: "";
        position: absolute;
        width: 0%;
        height: 1px;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        transition: width 0.35s ease-in-out;
        z-index: 2;
        background-color: var(--headings);
    }
    .menu-item:hover::after {
        width: 100%;
    }
    .menu-item.current-menu-ancestor::after,
    .menu-item.current-menu-item::after {
        width: 100%;
        background-color: var(--button);
    }
    .menu-item-has-children > a, 
    .menu-item-has-children > span {
        position: relative;
        z-index: 2;
    }
    .sub-menu {
        position: absolute;
        max-height: unset;
        top: 0;
        left: -12px;
        text-align: left;
        padding: 27px 0.75rem 0.25rem;
        box-shadow: 0px 4px 5px 0px #00000024;
        background-color: var(--white);
        width: calc(100% + 24px);
        z-index: 1;
        transition: display 0.5s allow-discrete, opacity 0.5s;
        opacity: 1;
        display: block;
    }
    .menu-item-has-children:not(:hover) > .sub-menu {
        display: none;
        opacity: 0;
    }
    .sub-menu::after {
        visibility: hidden;
    }
    .menu-item.current-menu-ancestor > a, 
    .menu-item.current-menu-item > a,
    .menu-item > a {
        text-decoration: unset;
    }
    .site-footer--info--row {
        align-items: center;
        row-gap: 1.25rem;
    }
    .site-footer--info--contacts {
        justify-content: space-between;
    }
    .site-footer--info--socials {
        justify-content: flex-end;
        gap: 1.25rem;
    }
    .site-footer--info--nav--menu {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .site-header .site-logo img {
        height: 36px;
    }
    .part-callback--wrapp {
        padding: 0;
    }
    .part-callback--image {
        height: 100%;
        width: 100%;
        max-width: unset;
        aspect-ratio: 470 / 658;
        display: block;
    }
    .part-callback--form--body {
        padding: 2.5rem 0;
        width: min(500px, calc(100% - 2.5rem));
        margin: 0 auto;
    }
    .page-heading {
        margin-bottom: 1.25rem;
        background: linear-gradient(90deg, rgba(0, 18, 71, 0.7) 30.29%, rgba(0, 82, 180, 0.7) 100%), var(--desktop);
        padding: 2.5rem 0;
        min-height: 11.25rem;
    }
    .page-posts--row {
        row-gap: 1.875rem;
    }
    .page-posts--nav {
        margin-bottom: 6.25rem;
    }
    .contacts-page--row {
        --bs-gutter-x: 1.875rem;
    }
    .contacts-page--info--wrapper {
        row-gap: 1.125rem;
    }
    .contacts-page--info--item {
        row-gap: 0.125rem;
    }
    .contacts-page--info--item--title {
        margin-bottom: 0.25rem;
    }
    .contacts-page--info--intem--content {
        display: block;
        border: none;
        padding: 0;
        background-color: unset;
    }
    .contacts-page--info--item.socials {
        justify-content: flex-start;
        gap: 1rem;
    }
    .contacts-page--info--item.socials a {
        width: 1.75rem;
    }
    .contacts-page--map--wrapper {
        aspect-ratio: unset;
        height: 290px;
    }
}
@media screen and ( min-width: 1200px ) {
    h1 {
        font-size: 2.5rem;
        line-height: 1.25;
    }
    h3 {
        font-size: 1.875rem;
        line-height: 1.2;
    }
    .site-footer .site-logo {
        margin-left: 0;
        width: fit-content;
    }
    .page-banner--glide--slide {
        padding: 2.5rem 0 1.75rem;
    }
    .page-banner--glide--slide--title {
        font-size: 2.5rem;
        line-height: 1.25;
        margin-bottom: 1.25rem;
    }
    .page-banner--glide--slide--description {
        width: min(470px, 100%);
        margin-bottom: 3.75rem;
    }
    .page-advantages {
        padding: 6.25rem 0;
    }
    .page-advantages--title {
        margin-bottom: 3.125rem;
    }
    .page-about,
    .faq-block,
    .articles-latest,
    .part-callback {
        margin: 6.25rem 0;
    }
    .page-about--text {
        padding-left: 7.084%;
    }
    .articles-latest--title {
        margin-bottom: 3.125rem;
    }
    .articles-latest--glide.glide {
        margin-left: -15px;
        margin-right: -15px;
    }
    .articles-latest--glide__slides.glide__slides {
        transform: unset !important;
        flex-wrap: wrap;
    }
    .articles-latest--glide__slide.glide__slide--clone {
        display: none;
    }
    .articles-latest--glide__slide.glide__slide:not(.glide__slide--clone) {
        margin: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
        max-width: 25%;
    }
    .page-default-template-content {
        margin-bottom: 6.25rem;
    }
    .content-container {
        max-width: 1110px;
    }
    .container.custom_video__insert--container {
        max-width: 1010px;
    }
}
@media screen and ( min-width: 1400px ) {
    .container {
        max-width: 1210px;
    }
}