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

#about, #contact {
    scroll-margin-top: 68px;
}

html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: #333;
    scroll-behavior: smooth;
}

input, button {
    font-family: 'Roboto', sans-serif;
}

html.overflow-hidden,
body.overflow-hidden {
    overflow: hidden;
}

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

.container-md {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.padding-section {
    padding: 60px 0;
}

.margin-section--title {
    margin-bottom: 30px;
}

.margin-section--subtitle {
    margin-bottom: 50px;
}

input[type="text"],
input[type="email"] {
    padding: 10px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    transition: border 0.3s, box-shadow 0.3s;
}

input:focus {
    border-color: #4A90E2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
    outline: none;
}

button {
    cursor: pointer;
    transition: background 0.3s;
    border: none;
}

button:hover {
    background-color: #357ABD;
}

.slider-pagination__center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a {
    text-decoration: none;
}

.footer-button {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid rgba(0, 82, 153, 1);

    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;

    width: 100%;
    min-width: 306px;
    height: 60px;
    transition: all 0.3s ease-in-out;
}

.footer-button:hover {
    background: rgba(0, 82, 153, 1);
    color: #ffffff;
}

/* colors */
.black-color {
    color: #000000;
}

.blue-color {
    color: #005299;
}

/* buttons */
.phone-button {
    box-shadow: 4px 4px 6px 0 #00000040;
    border: 0.5px solid #005299;
    border-radius: 10px;
    padding: 0 30px;
    min-height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}


.header--mobile-button {
    background: transparent;
    padding: 5px 3px 5px 5px;
    width: 24px;
}

.header--mobile-button:hover {
    background: transparent;
}

.repeater-button {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.repeater-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.repeater-button:hover {
    background: linear-gradient(270deg, #005299 0%, #73A2CD 100%);
}

.header--mobile-button,
.menu-button--mobile,
.phone-button--mobile {
    display: none;
}

/* Header */
header {
    background-color: #ffffff;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
}

header .container {
    height: 100%;
}

.header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.header-items {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
}

.header__menu--full-width {
    background-color: #ffffff;
    width: calc(100% + 100px);
    position: relative;
    left: -50px;
}

.header--logo a,
.header--logo,
.header--menu-list,
.header-item--inside,
.header-contact {
    display: flex;
    align-items: center;
}

.header-item {
    display: flex;
    align-items: center;
}

.header--logo a {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    align-items: start;
    flex-direction: column;
}

.header--logo {
    gap: 7px;
}

.header--logo p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20.8px;
    text-transform: uppercase;
}

.header__additional-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(64, 64, 64, 1);
}

.header__additional-info a {
    color: rgba(0, 82, 153, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.header--logo div {
    display: flex;
    flex-direction: column;
}

p.header--logo__subtext {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(64, 64, 64, 1);
}

.menu-header-container .menu {
    display: flex;
    gap: 75px;
    list-style-type: none;
}

.menu-header-container .menu li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.header--menu-list {
    gap: 10px;
    padding: 15px 15px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header--menu__divided {
    width: 3px;
    height: 27px;
    opacity: 1;
    border-radius: 1px;
    background: rgba(115, 162, 205, 1);
}

.menu-item-has-children,
.header--menu-list a {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    color: rgba(64, 64, 64, 1);
}

/* Two-level menu - hidden on desktop */
.menu-item-has-children {
    position: relative;
    text-align: center;
}

.sub-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-toggle {
    display: none;
}

/* Mobile CTA bar - hidden on desktop */
.cta-bar--mobile {
    display: none;
}

.header-contact {
    gap: 10px;
}

.header-item__flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header--button {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    height: 36px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    padding: 7.5px 30px 7.5px 19px;
    border: 1px solid rgba(0, 82, 153, 1);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 10px;
}

.transition-t {
    transition: all 0.3s ease-in-out;
}

.header--button:hover {
    background: linear-gradient(90deg, #73A2CD 0%, #005299 100%);
}

/* sections */
main {
    padding-top: 110px;
}

/* banner */
.banner-block {
    position: relative;
    width: 100%;
    height: calc(100vh - 66px);
    z-index: 2;
    overflow: hidden;
}

.banner-block--mobile {
    display: none;
}

.banner-block .banner-block--background-image {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100vh - 66px);
    width: 100%;
}

.banner-block .banner-block--background-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-block--content {
    position: relative;
    padding-top: 110px;
    z-index: 2;
}

.banner-block--subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 70px;
}


.banner-block--subtitle p:last-child {
    text-transform: none;
}

.banner-block--info {
    position: relative;
}

.banner-block--info--background {
    position: absolute;
    left: -100%;
    width: calc(100% + 780px);
    height: 100%;
    background: rgba(255, 255, 255, 0.54);
    border: 0.5px solid #FFFFFF;
    box-shadow: 10px 10px 15px rgba(117, 117, 117, 0.25);
    backdrop-filter: blur(5px);
    border-radius: 4px;
}

.banner-block--info-content {
    padding: 50px 20px 90px 0;
    max-width: 780px;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

.banner-block--info-content h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 753px;
}

.banner-block--info-content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    max-width: 610px;
}

.banner-block--info-content-p {
    margin-top: 30px;
    margin-bottom: 40px;
}

.banner-block--info-content button,
.banner-block--info-content a {
    height: 55px;
    max-width: 485px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* advantages */

.advantages {
    position: relative;
    z-index: 3;
}

.advantages-block {
    display: flex;
    gap: 40px;
}

.button-order {
    display: none;
}

.advantage {
    position: relative;
    top: -60px;
    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 20px 8px;
    width: calc(25% - 20px);
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2) inset;
    border-radius: 10px;
    border: 1px solid rgba(115, 162, 205, 1);
    background: #ffffff;
}

.advantages .container {
    max-width: 1080px;
}

.advantage img {
    width: 122px;
    height: 134px;
}

.advantage-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 7px;
    text-align: center;
}

.advantage-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

/* text block */
.text-block {
    padding-bottom: 90px;
    position: relative;
}

.text-block img {
    position: absolute;
    left: 0;
    top: -86px;
    height: 371px;
}

.text-block h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 20.8px;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 20px;
}

.text-block > div {
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
}

/* gallery brands */
.gallery-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1260px;
    justify-content: center;
    margin: 0 auto;
}

/* contact */

.contact-block {
    padding: 170px 0;
    position: relative;
}

.contact--background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact--background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-block--items {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.contact-block--item {
    width: 50%;
}

.contact-block--content--title {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 85px;
}

.contact-block--content--phone,
.contact-block--content--email {
    display: flex;
}

.contact-block--content--phone {
    margin-bottom: 70px;
}

.content--email-image,
.content--phone-image {
    width: 70px;
    height: 70px;
    margin-right: 30px;
}

.content--email-image img,
.content--phone-image img {
    width: 60px;
    height: 60px;
}

.content--phone-text p,
.content--email-text p {
    margin-bottom: 10px;
}

.content--phone-text a,
.content--email-text a,
.content--phone-text p,
.content--email-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
}

.content--form {
    max-width: 570px;
    margin: 0 auto;
}

.content--form form {
    position: relative;
    display: flex;
    flex-direction: column;
}

.form-text, .form-email {
    margin-bottom: 27px;
}

.content--form form label,
.content--form form label input {
    width: 100%;
}

.form-phone {
    display: flex;
}

.form-phone span {
    background-color: #ffffff;
    border: 1px solid rgba(172, 172, 172, 1);
    max-width: 65px;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

    display: flex;
    align-items: center;
    padding-left: 20px;
    color: rgba(117, 117, 117, 1);
}

#phone-form {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.content--form form label input {
    border: 1px solid rgba(172, 172, 172, 1);
    height: 65px;
    border-radius: 4px;
    padding-left: 25px;
    background-color: #ffffff;

    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.content--form form .form-checkbox {
    display: flex;
    margin: 17px 0 30px;
}

.content--form form .form-checkbox div {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    text-align: left;
}

.content--form form .form-checkbox div a {
    text-decoration: underline;
    color: #000000;
}

.content--form form .form-checkbox input {
    margin-right: 16px;
    width: 17px;
    height: 19px;
    min-width: 17px;
    border-radius: 4px;
    border: 1px solid #000000;
}

.content--form form button {
    height: 70px;
}

/* footer */
footer {
    padding: 65px 0;
    border-top: 1px solid rgba(217, 217, 217, 1);
}

.footer--menu-list,
.footer-items {
    display: flex;
}

.footer--menu-list {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.footer--menu-list a {
    color: #000000;
}

.footer-items {
    justify-content: space-between;
    width: 100%;
}

.footer-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-item--center {
    align-items: center;
    margin-right: 150px;
}

.footer--menu-list {
    gap: 100px
}

.footer--contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer--contact p,
.footer--contact a {
    display: flex;
    align-items: center;

    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    gap: 10px;
}

.footer--contact p img,
.footer--contact a img {
    width: 24px;
    height: 24px;
}

.footer--contact a.footer-phone {
    font-weight: 600;
}

.footer--copyright a {
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    margin-bottom: 25px;
    display: flex;
}

.footer--copyright-mobile {
    display: none;
}

/* politic */
.politic {
    margin-top: 40px;
    margin-bottom: 70px;
}

.politic h1 {
    font-weight: 600;
    font-size: 57px;
    line-height: 57px;
    margin-bottom: 40px;
    color: rgba(38, 32, 46, 1);
}

.politic h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 51px;
    text-transform: capitalize;
    margin: 20px 0 13px;
    color: rgba(38, 32, 46, 1);
}

.politic h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    text-transform: capitalize;
    color: rgba(38, 32, 46, 1);
}

.politic p,
.politic li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 13px 0;
    color: #000000;
}

.politic ul {
    padding-left: 25px;
}

.politic ul li {
    margin: 14px 0;
    color: #000000;
}

.politic a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(122, 122, 122, 1);
}

/* Thank you */
.thank-you {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

/* loader */
.liwserwis-loader {
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    min-height: 50px;
}

.liwserwis-loader:after {
    position: absolute;
    z-index: 3;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.liwserwis-loader:before {
    z-index: 4;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-image: url("../images/icon-loader.svg");
}

/* ========== New Services Section (Services) ========== */
.services-section {
    background: linear-gradient(196deg, #D2D0D0 0%, #5781A6 100%);
}

.services-section--header {
    text-align: center;
    margin-bottom: 50px;
}

.services-section--title {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #000000;
    line-height: 23.4px;
}

.services-section--subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.services-section--grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.services-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33.33% - 15px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.services-card--image {
    width: 100%;
    height: 167px;
    background: #e8e8e8;
}

.services-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-card--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 20.7px;
    color: #132D55;
    margin: 20px 10px;
}

.services-card--desc {
    font-weight: 400;
    font-size: 15.5px;
    line-height: 23.4px;
    color: #132D55;
    margin: 0 10px 10px;
}

.services-card--button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECEFF2;
    border-radius: 4px;

    font-weight: 600;
    font-size: 14px;
    color: #132D55;
    text-decoration: none;
    height: 54px;
    width: calc(100% - 106px);
    margin: auto 10px 20px;
    transition: all 0.3s ease, box-shadow 0.3s ease;
}

.services-card--button:hover {
    transition: all 0.3s ease, box-shadow 0.3s ease;
    background: #132D55;
    color: #ECEFF2;
}

/* Order contact box */
.services-section--order {
    display: flex;
    justify-content: center;
    padding: 0 50px;
    margin-top: 50px;
}

.services-order--box, .services-order--orders-boxes {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 40px -20px rgba(0, 0, 0, 0.15);
    padding: 40px 50px;
    max-width: 672px;
    width: 100%;
    text-align: center;
    position: relative;
}

.services-order--orders-boxes {
    max-width: 495px;
}

.services-order--button {
    height: 52px;
}

.services-order--orders-boxes .services-order--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: left;
}

.services-order--orders-boxes .services-order--desc {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 100%;
    color: rgba(107, 114, 128, 1);
    margin-bottom: 20px;
}

.services-order--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #132D55;
    margin: 0 0 15px;
    text-align: left;
}

.services-order--desc {
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 100%;
    color: rgba(107, 114, 128, 1);
    margin-bottom: 20px;
}

.services-order--button {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 64px;
    width: 100%;
    cursor: pointer;

    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
}

.services-order--button {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 64px;
    width: 100%;
    cursor: pointer;

    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    max-width: 288px;
}

.services-order--form-flex {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
}

.sservices-order--form {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
}

.services-order--field {
    display: flex;
    width: 100%;
}

.services-order--field input[type="text"],
.services-order--field input[type="tel"] {
    width: 100%;
    height: 65px;
    border: 1px solid #acacac;
    border-radius: 4px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    outline: none;
}

.services-order--field input::placeholder {
    color: #757575;
}

.services-order--phone {
    position: relative;
}

.services-order--tel-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid #acacac;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-weight: 300;
    font-size: 16px;
    color: #757575;
    flex-shrink: 0;
}

.services-order--phone input[type="tel"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.services-order--form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.services-order--form .services-order--field {
    flex: 1;
}

.services-order--form .services-order--button {
    flex-shrink: 0;
    padding: 0 30px;
    white-space: nowrap;
    width: 50%;
}

.services-order--checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.services-order--checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.services-order--checkbox span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: left;
}

/* ========== End New Services Section ========== */

/* ========== Gallery Section ========== */
.gallery-section {
    background: linear-gradient(90deg, #D2D0D0 0%, #5781A6 100%);
}

.gallery-section--title {
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin: 0 0 12px;
}

.gallery-section--subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-grid .gallery-item {
    width: calc(33.333% - 14px);
}

.gallery-item {
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 3 / 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 300px;
}

.gallery-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: rgba(64, 64, 64, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item span {
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    padding: 0 10px;
    color: rgba(255, 255, 255, 1);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::before,
.gallery-item:hover span {
    opacity: 1;
}

.gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-item--hidden {
    display: none;
}

.gallery-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 0;
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 10px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;

    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    height: 56px;
    padding: 0 40px;
    cursor: pointer;
    transition: background 0.3s ease;
}

/* ========== Scroll to Top ========== */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #005299;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: #003d73;
}

.gallery-load-more:hover {
    background: linear-gradient(270deg, #005299 0%, #73A2CD 100%);
}

/* ========== End Gallery Section ========== */

/* ========== Testimonials Section (Reviews) ========== */
.reviews-section {
    overflow: hidden;
}

.reviews-section .container-md {
    max-width: 1360px;
}

.reviews-section--header {
    text-align: center;
}

.reviews-section--title {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #101010;
}

.reviews-section--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-slider .swiper-wrapper {
    padding: 0 0 20px;
    align-items: stretch;
}

.reviews-slider .swiper-slide {
    height: auto;
}

@media (min-width: 991px) {
    .swiper-slide.swiper-slide-prev .reviews-card {
        box-shadow: none;
    }
}

.reviews-card {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.reviews-card--header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.reviews-card--avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.reviews-card--avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-card--meta {
    display: flex;
    flex-direction: column;
}

.reviews-card--name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5e5e5e;
}

.reviews-card--date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #acacac;
}

.reviews-card--rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}

.reviews-card--rating-number {
    font-weight: 400;
    font-size: 16px;
    color: #5e5e5e;
}

.reviews-card--stars {
    font-size: 18px;
    color: #f5b301;
    letter-spacing: 2px;
}

.reviews-card--google {
    flex-shrink: 0;
}

.reviews-card--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    flex: 1;
}

.reviews-card--more {
    font-weight: 400;
    font-size: 16px;
    color: #005299;
    text-decoration: none;
    margin-top: 8px;
    align-self: flex-end;
}

.reviews-card--more:hover {
    text-decoration: underline;
}

/* Swiper navigation arrows (shared) */
.reviews-slider--prev,
.reviews-slider--next,
.blog-slider--prev,
.blog-slider--next,
.cert-slider--prev,
.cert-slider--next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(45, 55, 72, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
    transition: background 0.3s ease;
}

.reviews-slider--prev:hover,
.reviews-slider--next:hover,
.blog-slider--prev:hover,
.blog-slider--next:hover,
.cert-slider--prev:hover,
.cert-slider--next:hover {
    background: #f5f5f5;
}

.reviews-slider--prev,
.blog-slider--prev,
.cert-slider--prev {
    left: -15px;
}

.reviews-slider--next,
.blog-slider--next,
.cert-slider--next {
    right: -15px;
}

.reviews-slider--prev span,
.reviews-slider--next span,
.blog-slider--prev span,
.blog-slider--next span,
.cert-slider--prev span,
.cert-slider--next span {
    font-size: 28px;
    line-height: 1;
    color: #333;
    display: block;
    margin-top: -2px;
}

/* Reviews slider specifics */
.reviews-slider__swiper {
    position: relative;
}

.reviews-slider__swiper .reviews-slider {
    padding: 0 20px;
}

.reviews-slider--prev,
.reviews-slider--next {
    background: rgba(255, 255, 255, 0.5);
}

/* Swiper pagination (shared) */
.reviews-slider--pagination,
.blog-slider--pagination,
.cert-slider--pagination {
    text-align: center;
    margin-top: 25px;
}

.blog-slider--pagination,
.cert-slider--pagination {
    margin-top: 30px;
}

.reviews-slider--pagination .swiper-pagination-bullet,
.blog-slider--pagination .swiper-pagination-bullet,
.cert-slider--pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d9d9d9;
    opacity: 1;
    margin: 0 4px;
}

.reviews-slider--pagination .swiper-pagination-bullet-active,
.blog-slider--pagination .swiper-pagination-bullet-active {
    background: #005299;
}

.cert-slider--pagination .swiper-pagination-bullet-active {
    background: #3771c8;
}

/* Google rating bar */
.reviews-google-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    box-shadow: 0 -6px 46px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 40px;
    max-width: 1280px;
    margin: 45px auto 10px;
}

.reviews-google-bar--left {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.reviews-google-bar--left > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reviews-google-bar--logo {
    height: 27px;
    width: auto;
}

.reviews-google-bar--label {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.reviews-google-bar--score {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
}

.reviews-google-bar--stars {
    font-size: 22px;
    color: #f5b301;
    letter-spacing: 2px;
}

.reviews-google-bar--count {
    font-weight: 400;
    font-size: 24px;
    color: #acacac;
}

.reviews-google-bar--button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border-radius: 14px;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.18px;
    text-decoration: none;
    padding: 16px 40px;
    transition: background 0.3s ease;
}

.reviews-google-bar--button:hover {
    background: linear-gradient(270deg, #005299 0%, #73A2CD 100%);
}

/* ========== End Testimonials Section ========== */

/* ========== Blog Section (Warto wiedzieć) ========== */
.blog-section {
    overflow: hidden;
}

.blog-section--header {
    text-align: center;
    margin-bottom: 50px;
}

.blog-section--title {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #101010;
    margin: 0 0 16px;
}

.blog-section--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: #666666;
    margin: 0 auto;
}

.blog-slider {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 50px;
    overflow: visible;
}

.blog-card {
    position: relative;
    overflow: hidden;
}

.blog-card--image {
    position: relative;
    width: 100%;
    height: 361px;
    overflow: hidden;
}

.blog-card--image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-card--gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, #ffffff 3.85%, rgba(255, 255, 255, 0.25) 54.74%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.blog-card--content {
    padding: 0 40px;
}

.blog-card--title {
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    color: #1a202c;
    margin: -30px 0 10px;
    position: relative;
    z-index: 2;
}

.blog-card--excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    color: #000000;
    margin: 0 0 12px;
}

.blog-card--link {
    font-weight: 600;
    font-size: 18px;
    line-height: 27.2px;
    color: #08579c;
    text-decoration: none;
}

.blog-card--link:hover {
    text-decoration: underline;
}

.blog-card--link span {
    font-size: 18px;
}

/* Blog slider navigation */
.blog-slider__slider {
    position: relative;
}

.blog-slider--prev,
.blog-slider--next {
    top: 70%;
}

.blog-slider--prev {
    left: -15px;
}

.blog-slider--next {
    right: -15px;
}


.slider-pagination__center .reviews-slider--pagination,
.slider-pagination__center .cert-slider--pagination,
.slider-pagination__center .blog-slider--pagination {
    left: 0 !important;
    transform: translateX(0) !important;
}

/* ========== End Blog Section ========== */

/* ========== Certificates Section (Certyfikaty) ========== */
.cert-section {
    overflow: hidden;
}

.cert-section--header {
    text-align: center;
    margin-bottom: 50px;
}

.cert-section--title {
    font-weight: 600;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    color: #2d3748;
    margin: 0 0 16px;
}

.cert-section--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: #666666;
    margin: 0 auto;
}

.cert-slider {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 50px;
    overflow: visible;
}

.cert-slider__swiper {
    position: relative;
}

.cert-slider .swiper-wrapper {
    align-items: center;
}

.cert-card {
    /*border: 8px solid #3771c8;*/
    border-radius: 8px;
    overflow: hidden;
    max-width: 346px;
    margin: 0 auto;
}

.cert-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* ========== End Certificates Section ========== */

/* ========== Diagnostics Block ========== */
.diagnostics-section {
    background: #ffffff;
}

.diagnostics-block {
    position: relative;
}

.diagnostics-block--title {
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 24px;
    max-width: 768px;
    position: relative;
    z-index: 2;
}

.diagnostics-block--body {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    max-width: 850px;
    position: relative;
    z-index: 2;
}

.diagnostics-block--body p {
    margin: 0 0 16px;
}

.diagnostics-block--body p:last-child {
    margin-bottom: 0;
}

.diagnostics-block--body strong {
    font-weight: 600;
    color: #000000;
}

.diagnostics-block--image {
    float: right;
    width: 480px;
    margin: 0 0 20px 50px;
}

.diagnostics-block--image__mobile {
    display: none;
}

.diagnostics-block--image__desktop {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.diagnostics-block--image__desktop img {
    display: flex;
    height: 100%;
}

.diagnostics-block--gradient {
    background: linear-gradient(89.76deg, #FFFDFD 27.88%, rgba(255, 253, 253, 0.5) 50.98%, rgba(255, 253, 253, 0) 65.38%);
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    z-index: 1;
}

.diagnostics-block--image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ========== End Diagnostics Block ========== */

/* ========== Callback Modal ========== */
.callback-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.callback-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.callback-modal--overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.callback-modal--content {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 40px -20px rgba(0, 0, 0, 0.3);
    padding: 50px;
    width: 100%;
    max-width: 580px;
    z-index: 1;
}

.callback-modal--close {
    position: absolute;
    top: 16px;
    right: 20px;
    background: transparent;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    padding: 0;
    transition: color 0.3s ease;
}

.callback-modal--close:hover {
    color: #000;
    background: transparent;
}

.callback-modal--title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #132D55;
    margin: 0 0 8px;
    text-align: center;
}

.callback-modal--subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 30px;
    text-align: center;
}

.callback-modal--form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.callback-modal--field {
    display: flex;
    width: 100%;
}

.callback-modal--field input[type="text"],
.callback-modal--field input[type="tel"] {
    width: 100%;
    height: 65px;
    border: 1px solid #acacac;
    border-radius: 4px;
    padding: 0 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    background: #ffffff;
}

.callback-modal--field input::placeholder {
    color: #757575;
}

.callback-modal--phone {
    position: relative;
}

.callback-modal--tel-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid #acacac;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #ffffff;

    font-weight: 300;
    font-size: 16px;
    color: #757575;
    flex-shrink: 0;
}

.callback-modal--phone input[type="tel"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.callback-modal--checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.callback-modal--checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.callback-modal--checkbox span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.callback-modal--checkbox a {
    text-decoration: underline;
    color: #000000;
}

.callback-modal--submit {
    width: 100%;
    height: 65px;
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 14px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

.callback-modal--submit:hover {
    background: linear-gradient(270deg, #005299 0%, #73A2CD 100%);
}

/* ========== End Callback Modal ========== */

@media screen and (max-width: 1439px) {
    .footer--menu-list {
        gap: 70px;
    }
}

@media screen and (max-height: 900px) {
    .banner-block--info-content {
        padding: 30px 20px 70px 0;
    }

    .banner-block--subtitle {
        margin-bottom: 40px;
    }
}

@media screen and (max-height: 870px) {
    .banner-block--content {
        padding-top: 110px;
    }

    .banner-block--subtitle {
        margin-bottom: 40px;
    }

    .banner-block--info-content {
        padding: 30px 20px 50px 0;
    }
}

@media screen and (max-height: 700px) {
    .banner-block--info-content h1 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 25px;
    }

    .banner-block--info-content p {
        font-size: 21px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1360px) {
    .reviews-section .container-md {
        padding: 0;
    }

    .reviews-slider--prev {
        left: 10px;
        top: 44%;
    }

    .blog-slider--prev {
        top: 64%;
        left: -15px;
    }

    .reviews-slider--next {
        right: 10px;
        top: 44%;
    }

    .blog-slider--next {
        top: 64%;
        right: -15px;
    }
}

@media screen and (max-width: 1200px) {
    .advantage {
        padding: 15px;
        width: calc(25% - 10px);
    }

    .advantages-block {
        gap: 20px;
    }

    .footer-item--center {
        margin-right: 0;
    }

    .diagnostics-block--gradient {
        width: 70%;
    }

    .blog-card--title {
        font-size: 24px;
        line-height: 27px;
    }
}

@media screen and (max-width: 1024px) {
    .blog-card--content {
        padding: 0 10px;
    }

    .blog-slider--prev,
    .blog-slider--next {
        top: 44%;
    }

    .services-section--grid {
        padding: 0 20px;
    }

    .services-card {
        width: calc(50% - 14px);
    }

    .services-section--order {
        padding: 0 20px;
    }

    .services-order--form {
        flex-direction: column;
        align-items: center;
    }

    .services-order--field,
    .services-order--button {
        width: 100%;
        max-width: 300px;
    }

    .services-order--field input[type="text"],
    .services-order--field input[type="tel"] {
        height: 45px;
        font-size: 14px;
    }

    .services-order--tel-code {
        width: 50px;
        height: 45px;
        font-size: 14px;
    }

    /* Gallery tablet */
    .gallery-grid {
        padding: 0 20px;
    }

    .gallery-grid .gallery-item {
       width: calc(50% - 10px);
    }

    /* Reviews tablet */
    .reviews-section--title {
        font-size: 32px;
        line-height: 34px;
    }

    .reviews-slider {
        padding: 0 40px;
    }

    .reviews-google-bar {
        flex-direction: column;
        gap: 20px;
        padding: 25px 30px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .reviews-google-bar--left {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Blog tablet */
    .blog-section--title {
        font-size: 32px;
        line-height: 40px;
    }

    .blog-slider {
        padding: 0 40px;
    }

    /* Diagnostics tablet */
    .diagnostics-block--image {
        width: 300px;
        margin-left: 30px;
    }

    .diagnostics-block--title {
        font-size: 24px;
        line-height: 32px;
    }

    /* Cert tablet */
    .cert-section--title {
        font-size: 32px;
        line-height: 40px;
    }

    .cert-slider {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .padding-section {
        padding: 40px 0;
    }

    .margin-section--title {
        margin-bottom: 20px;
    }

    .margin-section--subtitle {
        margin-bottom: 30px;
    }

    main {
        padding-top: 90px;
    }

    .services-order--checkbox span {
        font-size: 12px;
        line-height: 14px;
    }

    .header--logo {
        margin-right: 10px;
        gap: 0;
    }

    .header--logo p {
        font-size: 14px;
    }

    p.header--logo__subtext {
        font-size: 10px;
    }

    .header--button {
        display: none;
    }

    .menu-item-has-children,
    .header--menu-list a {
        font-size: 16px;
        width: 100px;
    }

    .social-icon,
    .phone-button--mobile {
        transition: all 0.3s ease-in-out;
    }

    .social-icon,
    .social-icon img {
        width: 24px;
        height: 24px;
    }

    .menu-button--mobile {
        display: flex;
    }

    .menu-button--mobile .menu-button--mobile--menu {
        display: flex;
    }

    .menu-button--mobile .menu-button--mobile--close {
        display: none;
    }


    .menu-button--mobile.is-active .menu-button--mobile--menu {
        display: none;
    }

    .menu-button--mobile.is-active .menu-button--mobile--close {
        display: flex;
    }

    .menu-button--mobile,
    .menu-button--mobile img,
    .phone-button--mobile,
    .phone-button--mobile img {
        width: 24px;
        height: 24px;
        background-color: transparent;
    }

    .menu-button--mobile img.menu-button--mobile--close {
        padding: 4px;
    }
    .phone-button--mobile .phone-button--mobile--phone {
        display: flex;
    }

    .phone-button--mobile .phone-button--mobile--close {
        display: none;
    }

    .phone-button--mobile.is-active .phone-button--mobile--phone {
        display: none;
    }

    .phone-button--mobile.is-active .phone-button--mobile--close {
        display: flex;
        padding: 4px;
    }

    .menu-button--mobile:hover,
    .phone-button--mobile:hover {
        background-color: transparent;
    }

    .social-icon.hide-button,
    .phone-button--mobile.hide-button {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }


    .header--mobile-button {
        display: flex;
    }

    .phone-button {
        display: none;
    }


    .custom-logo {
        width: 40px !important;
        height: 44px !important;
    }

    .menu-header-container .menu,
    .header--menu-list {
        gap: 5px;
    }

    .banner-block--content {
        padding-top: 40px;
    }

    .banner-block--subtitle {
        font-size: 18px;
    }

    .banner-block--info-content h1 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .banner-block--info-content {
        padding: 30px 20px 50px 0;
    }

    .banner-block--info-content p {
        font-size: 22px;
    }

    .advantages {
        margin-top: 10px;
    }

    .advantage {
        position: relative;
        top: auto;
        width: 100%;
        align-items: flex-start;
        padding: 8px 8px 8px 50px;
        box-shadow: none;
    }

    .advantage-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .advantage-desc {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .advantages-block {
        flex-wrap: wrap;
        gap: 10px;
    }

    .advantage img {
        position: absolute;
        left: 0;
        top: 8px;
        width: 50px;
        height: auto;
    }

    .text-block {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .text-block img {
        height: 166px;
        top: 0;
    }

    .text-block h2, .contact-block--content--title {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 11px;
    }

    .text-block > div {
        font-size: 18px;
        line-height: 18px;
    }

    .diagnostics-block--image__mobile {
        display: block;
    }

    .diagnostics-block--gradient,
    .diagnostics-block--image__desktop {
        display: none;
    }

    .contact-block {
        padding: 40px 0;
    }

    .contact-block--items {
        flex-direction: column;
        align-items: center;
    }

    .contact-block--item {
        width: 100%;
        text-align: center;
    }

    .contact-block--content--phone {
        margin-bottom: 15px;
    }

    .content--phone-text p, .content--email-text p {
        margin-bottom: 0;
    }

    .content--email-image, .content--phone-image {
        margin-right: 0;
        width: 23px;
        height: 23px;
    }

    .content--email-image img, .content--phone-image img {
        width: 23px;
        height: 23px;
        margin-bottom: 10px;
    }

    .content--phone-text a, .content--email-text a, .content--phone-text p, .content--email-text p {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        text-transform: none;
    }

    .contact-block--item:last-child {
        margin-top: 22px;
    }

    .contact-block--content--phone, .contact-block--content--email {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer--menu-list {
        display: flex;
        gap: 18px;
        flex-direction: column;
    }

    .footer--copyright {
        margin-top: 20px;
    }

    .services-order--form .services-order--button {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 66px;
    }

    /* Gallery */
    .gallery-item {
        height: 215px;
    }

    /* Gallery brands */
    .gallery-brands {
        gap: 5px;
    }

    .gallery-brands__inner {
        width: 80px;
        height: 30px;
    }

    .gallery-brands__inner img {
        width: auto;
        height: 100%;
    }

    /* Reviews mobile */
    .reviews-section {
        padding: 25px 0 0px;
    }

    .reviews-section--header {
        padding: 0 20px;
    }

    .reviews-section--title {
        font-size: 18px;
        line-height: 20px;
    }

    .reviews-section--subtitle {
        font-size: 16px;
        line-height: 18px;
    }

    .reviews-slider {
        padding: 0 20px;
    }

    .reviews-card {
        border-radius: 20px;
        padding: 18px 16px;
    }

    .reviews-card--avatar {
        width: 35px;
        height: 35px;
    }

    .reviews-card--name,
    .reviews-card--date,
    .reviews-card--rating-number {
        font-size: 14px;
        line-height: 16px;
    }

    .reviews-card--stars {
        font-size: 14px;
    }

    .reviews-card--google {
        width: 14px;
        height: 14px;
    }

    .reviews-card--text {
        font-size: 14px;
        line-height: 18px;
    }

    .reviews-card--more {
        font-size: 12px;
    }

    .reviews-card--header {
        gap: 8px;
        margin-bottom: 8px;
    }

    .reviews-card--rating {
        margin-bottom: 10px;
        gap: 6px;
    }

    .blog-slider--prev,
    .blog-slider--next,
    .reviews-slider--prev,
    .reviews-slider--next,
    .cert-slider--prev,
    .cert-slider--next {
        width: 30px;
        height: 30px;
        background: rgba(255, 255, 255, 0.5);
    }

    .blog-slider--prev span,
    .blog-slider--next span,
    .reviews-slider--prev span,
    .reviews-slider--next span,
    .cert-slider--prev span,
    .cert-slider--next span {
        font-size: 18px;
    }

    .blog-slider--prev,
    .reviews-slider--prev {
        left: 5px;
    }

    .blog-slider--next,
    .reviews-slider--next {
        right: 5px;
    }

    .reviews-slider--pagination {
        display: block;
    }

    .reviews-google-bar {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        margin-top: 30px;
        border-radius: 14px;
    }

    .reviews-google-bar--logo {
        height: 20px;
    }

    .reviews-google-bar--label,
    .reviews-google-bar--score,
    .reviews-google-bar--count {
        font-size: 16px;
    }

    .reviews-google-bar--stars {
        font-size: 16px;
    }

    .reviews-google-bar--button {
        font-size: 14px;
        padding: 12px 30px;
        width: 100%;
    }

    .reviews-google-bar--left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    /* Blog mobile */
    .blog-section {
        padding-bottom: 20px;
    }

    .blog-card--image {
        height: 190px;
    }

    .blog-section--header {
        margin-bottom: 20px;
    }

    .blog-section--title {
        font-size: 18px;
        line-height: 20px;
    }

    .blog-section--subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    .blog-slider {
        padding: 0 20px;
    }

    .blog-card--title {
        font-size: 18px;
        line-height: 21px;
        margin: -20px 0 6px;
    }

    .blog-card--excerpt {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .blog-card--link {
        font-size: 14px;
        line-height: 18px;
    }

    .blog-card--link span {
        font-size: 14px;
    }

    /* Cert mobile */
    .cert-section {
        padding: 25px 0 40px;
    }

    .cert-section--header {
        margin-bottom: 20px;
    }

    .cert-section--title {
        font-size: 18px;
        line-height: 20px;
    }

    .cert-section--subtitle {
        font-size: 16px;
        line-height: 16px;
    }

    .cert-slider {
        padding: 0 20px;
    }

    .cert-card {
        border-width: 4px;
        max-width: 200px;
    }

    .cert-slider--prev {
        left: -5px;
    }

    .cert-slider--next {
        right: -5px;
    }

    /* Diagnostics mobile */
    .diagnostics-block--title {
        font-size: 20px;
        line-height: 20px;
        text-align: center;
        margin: 0 auto 20px;
        max-width: 320px;
    }

    .diagnostics-block--image {
        width: 110px;
        margin: 0 0 10px 15px;
    }

    .diagnostics-block--body {
        font-size: 16px;
        line-height: 18px;
    }

    .diagnostics-block--body p {
        margin-bottom: 10px;
    }

    /* Callback modal mobile */
    .callback-modal--content {
        padding: 30px 20px;
        max-width: calc(100% - 40px);
        margin: 0 20px;
    }

    .callback-modal--title {
        font-size: 20px;
        line-height: 28px;
    }

    .callback-modal--subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .callback-modal--field input[type="text"],
    .callback-modal--field input[type="tel"] {
        height: 45px;
        font-size: 14px;
    }

    .callback-modal--tel-code {
        width: 50px;
        height: 45px;
        font-size: 14px;
    }

    .callback-modal--checkbox span {
        font-size: 10px;
        line-height: 16px;
    }

    .callback-modal--submit {
        height: 50px;
        font-size: 14px;
    }

    /* Gallery mobile */
    .gallery-section {
        padding: 25px 0 40px;
    }

    .gallery-section--title {
        font-size: 18px;
    }

    .gallery-section--subtitle {
        font-size: 16px;
    }

    .gallery-grid {
        gap: 15px;
        padding: 0 20px;
        max-width: 390px;
        margin: 0 auto;
    }

    .gallery-grid .gallery-item {
       width: 100%;
    }

    .gallery-item.is-visible::before,
    .gallery-item.is-visible span {
        opacity: 1;
    }

    .gallery-load-more {
        height: 44px;
        font-size: 14px;
        padding: 0 30px;
        margin-top: 25px;
    }

    /* Services mobile */
    .services-section {
        background: linear-gradient(240deg, #D2D0D0 0%, #3A5167 100%);
    }

    .services-section--header {
        margin-bottom: 20px;
    }

    .services-section--title {
        font-size: 18px;
    }

    .services-section--subtitle {
        font-size: 16px;
    }

    .services-section--grid {
        gap: 17px;
        padding: 0 20px;
        max-width: 390px;
        margin: 0 auto;
    }

    .services-card {
        width: 100%;
    }

    .services-card--image {
        width: 201px;
        height: 78px;
    }

    .services-card--title {
        font-size: 16px;
        line-height: 20.7px;
        margin: 12px 15px 8px;
    }

    .services-card--desc {
        font-size: 14px;
        line-height: 16px;
        margin: auto 15px 15px;
    }

    .services-card--button {
        font-size: 14px;
        height: 32px;
        width: auto;
        margin: auto 15px 15px;
        padding: 7px 15px;
    }

    .services-section--order {
        padding: 0 20px;
        max-width: 390px;
        margin: 25px auto 0;
    }

    .services-order--box {
        padding: 20px;
    }

    .services-order--title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        margin: 0 0 10px;
        text-align: center;
    }

    .services-order--desc {
        text-align: center;
    }

    .services-order--button {
        width: 100%;
    }

    .services-order--form {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .services-order--field input[type="text"],
    .services-order--field input[type="tel"] {
        height: 40px;
        font-size: 12px;
    }

    .services-order--tel-code {
        width: 49px;
        height: 40px;
        font-size: 12px;
    }

    .services-order--button {
        max-width: 100%;
    }

    .services-order--checkbox {
        font-size: 10px;
        line-height: 16px;
    }

    .header__additional-info {
        display: none;
    }

    .header--menu__divided {
        display: none;
    }

    .phone-button--mobile {
        display: flex;
    }

    .menu-item-has-children,
    .header--menu-list a {
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
        line-height: 20px;
        font-weight: 400;
    }


    .button-order {
        margin-top: 13px;
        display: block;
    }

    .header__action--buttons {
        display: flex;
        gap: 5px;
    }

    .button-order a {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 310px;
        width: 100%;
        margin: 10px auto 0;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        height: 55px;
    }

    header {
        height: 66px;
    }

    .header {
        justify-content: center;
    }

    .header--menu-list {
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        background-color: #ffffff;
        position: fixed;
        left: 0;
        top: 66px;
        width: 100%;
        flex-direction: column;
        padding: 20px;
        align-items: flex-start;
    }

    .menu-header-container .menu {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    .header--menu-list.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    /* Two-level mobile menu */
    .menu-item-has-children {
        width: 100%;
        text-align: left;
    }

    .menu-item-has-children > a {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .submenu-toggle {
        display: inline-block;
        transition: transform 0.3s ease;
        margin-left: 8px;
    }

    .menu-item-has-children.is-open .submenu-toggle {
        transform: rotate(-180deg);
    }

    .sub-menu {
        display: none;
        padding-left: 10px;
        margin-top: 8px;
    }

    .menu-item-has-children.is-open .sub-menu {
        display: block;
    }

    .sub-menu li {
        font-weight: 300;
        font-size: 12px;
        line-height: 20px;
    }

    .sub-menu li a {
        font-weight: 400;
        font-size: 15px;
        text-transform: uppercase;
        color: rgba(64, 64, 64, 1);
        text-align: left;
        width: 100%;
    }

    /* Mobile CTA bar */
    .cta-bar--mobile {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: center;
        padding: 13px 16px;
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        box-shadow: 0 60px 40px 7px rgba(0, 0, 0, 0.5);
        z-index: 11;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        transform: translateY(100%);
    }

    .cta-bar--mobile.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transform: translateY(0);
    }

    .cta-bar--button {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 150px;
        height: 55px;
        border-radius: 12px;
        padding: 0 14px;
        box-shadow: 2.5px 2.5px 7px 0 rgba(0, 0, 0, 0.25);
        text-decoration: none;
    }

    .cta-bar--call {
        background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    }

    .cta-bar--message {
        background-color: #4CAF50;
    }

    .cta-bar--button span {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cta-bar--button span p {

        font-weight: 400;
        font-size: 12px;
        line-height: 1.2;
        color: #ffffff;
        margin: 0;
        letter-spacing: 0.12px;
    }

    .cta-bar--button img {
        flex-shrink: 0;
        width: 15px;
    }

    .header--mobile-button .mobile-button--close {
        width: 0;
        height: 0;
    }

    .header--mobile-button.is-active .mobile-button--burger {
        height: 0;
        width: 0;
    }

    .header--mobile-button.is-active .mobile-button--close {
        width: 17px;
        height: 17px;
    }

    .banner-block {
        display: none;
    }

    .banner-block--mobile-background-image {
        min-height: 342px;
        height: 342px;
    }

    .banner-block--mobile-background-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .banner-block--mobile-content {
        position: absolute;
        left: 20px;
        width: calc(100% - 40px);
        top: 0;
        height: 342px;
        background: linear-gradient(180deg, #FFFFFF 25.02%, rgba(255, 255, 255, 0.1) 50.43%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .banner-block--mobile-order {
        border: 0.5px solid rgba(204, 204, 204, 1);
        border-radius: 4px;
        margin: 0 auto 34px;
        padding: 20px;
        width: 100%;
        max-width: 275px;
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(2px);
        box-shadow: 4px 4px 10px 0 rgba(255, 255, 255, 0.3);
    }

    .banner-block--mobile-order > p {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1.5px;
        text-align: center;
        text-transform: uppercase;
    }


    .banner-block--mobile-order .banner-block--mobile-order__p {
        font-weight: 400;
        text-align: center;
        text-transform: none;
        color: rgba(22, 22, 22, 1);
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .banner-block--mobile-order .banner-block--mobile-order__p span {
        color: rgba(0, 82, 153, 1);
    }

    .banner-block--mobile-order button {
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 15px auto 0 auto;
        min-width: 140px;
        border-radius: 6px;
    }

    .banner-block--mobile-subtitle {
        padding-top: 20px;
        text-align: center;
    }

    .banner-block--mobile-subtitle p {
        font-weight: 600;
        font-size: 16px;
        line-height: 18.2px;
        text-transform: uppercase;
    }

    .banner-block--mobile-subtitle p:last-child {
        font-weight: 400;
        font-size: 16px;
        line-height: 18.2px;
        text-transform: none;
    }

    .banner-block--mobile {
        display: block;
        position: relative;
        min-height: 342px;
    }

    .text-block h2 {
        font-size: 18px;
        margin-bottom: 11px;
    }

    .text-block > div {
        font-size: 16px;
        line-height: 20px;
    }

    .footer--copyright {
        display: none;
    }

    .footer--copyright.footer--copyright-mobile {
        display: block;
        margin-top: 40px;
    }

    .footer--copyright.footer--copyright-mobile p {
        font-size: 14px;
    }

    .footer-button {
        min-width: 202px;
        font-size: 14px;
        height: 37px;
        margin-top: 15px;
    }

    footer {
        padding: 25px 0;
    }

    .politic h1 {
        font-size: 32px;
        line-height: 45px;
    }

    .politic h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .politic h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        text-transform: capitalize;
    }

    .politic p,
    .politic a,
    .politic ul li {
        font-size: 12px;
        line-height: 20px;
    }
}

@media screen and (max-width: 600px) {
    .blog-slider--prev img,
    .blog-slider--next img,
    .reviews-slider--prev img,
    .reviews-slider--next img,
    .cert-slider--next img,
    .cert-slider--prev img {
        width: 10px;
        height: 10px;
    }

    .cert-slider__swiper {
        padding: 0 25px;
    }

    .reviews-slider--prev {
        left: 15%;
    }

    .reviews-slider--next {
        right: 15%;
    }

    .content--form {
        max-width: 300px;
        margin: 0 auto;
    }

    .content--form form label input {
        height: 39px;
    }

    .content--form form button {
        height: 50px;
    }

    .form-phone span {
        max-width: 49px;
    }

    .form-phone span,
    .content--form form label input {
        padding-left: 6px;
        font-size: 14px;
    }

    .form-phone span {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .content--form form .form-checkbox p {
        font-size: 12px;
        text-align: left;
    }

    .content--form form .form-checkbox input {
        margin-right: 6px;
    }

    .content--form form button {
        font-weight: 300;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
    }

    .footer--menu-list a {
        font-size: 14px;
    }

    .header--logo p {
        font-size: 14px;
    }

    p.header--logo__subtext {
        font-size: 10px;
        line-height: 12px;
    }
}

/* ========== Services Page (Catalog) ========== */
.services-page-breadcrumb {
    padding: 20px 0 0;
}

.services-page-breadcrumb .container-md {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;

    color: #005299;
}

.services-page-breadcrumb a {
    color: #757575;
    text-decoration: none;
}

.services-page-breadcrumb a:hover {
    text-decoration: underline;
}

.services-page-breadcrumb--separator {
    margin: 0 6px;
    color: #757575;
}

.services-page-banner {
    padding: 60px 0;
}

.services-page-banner h1 {
    margin-bottom: 80px;
}

.services-page-banner--inner {
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
    position: relative;
}

.services-page-banner--image:before {
    background: linear-gradient(90deg, #FFFFFF 5%, rgba(255, 255, 255, 0.35) 30%, rgba(255, 255, 255, 0) 50%);
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.services-page-banner--content {
    flex: 1;
    padding: 40px 40px 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 810px;
}

.services-page-banner--content h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 30px;
}

.services-page-banner--list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-page-banner--list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #005299;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services-page-banner--list li a:hover {
    text-decoration: underline;
    color: #003d73;
}

.services-page-banner--image {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 805px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.services-page-banner--image img {
    max-height: 100%;
    width: auto;
    object-fit: cover;
    position: relative;
}

/* Services page order form spacing */
.services-page-breadcrumb + .services-page-banner + .services-section--order {
    padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    .services-page-banner--image {
        flex: 0 0 300px;
    }

    .services-page-banner--content h1 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 768px) {
    .services-page-banner--inner {
        flex-direction: column;
        min-height: auto;
    }

    .services-page-banner--content {
        padding: 25px 20px;
    }

    .services-page-banner--content h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .services-page-banner--list li a {
        font-size: 14px;
        line-height: 20px;
    }

    .services-page-banner--image {
        flex: none;
        max-height: 300px;
    }

    .services-page-banner--image img {
        max-width: 100%;
    }

    .services-page-banner {
        padding: 20px 0 30px;
    }
}

/* ========== End Services Page ========== */

@media (max-width: 410px) {
    .header-contact {
        gap: 5px;
    }

    .header-item__flex {
        gap: 10px;
    }
}

/* ========== Blog Single Post ========== */
.blog-post-container {
    max-width: 890px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.blog-post-breadcrumb {
    padding: 20px 0 0;
}

.blog-post-breadcrumb .blog-post-container {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}

.blog-post-breadcrumb a {
    color: #005299;
    text-decoration: none;
}

.blog-post-breadcrumb a:hover {
    text-decoration: underline;
}

.blog-post-breadcrumb--separator {
    margin: 0 6px;
    color: #757575;
}

.blog-post {
    max-width: 890px;
    margin: 0 auto;
    padding: 30px 20px 0;
}

.blog-post--image--inner {
    position: relative;
}

.blog-post--image--inner:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, #FFFFFF 5%, rgba(255, 255, 255, 0.35) 30%, rgba(255, 255, 255, 0) 50%);
}

.blog-post--image {
    width: 100%;
    height: auto;
    display: block;
    max-height: 576px;
    object-fit: cover;
}

.blog-post--date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    margin-bottom: 20px;
    margin-top: -15px;
}

.blog-post--title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    position: relative;
    top: -40px;
}

.blog-post--content {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.blog-post--content h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 32px 0 16px;
    color: #1a1a1a;
    line-height: 30px;
}

.blog-post--content h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 28px 0 12px;
    color: #1a1a1a;
}

.blog-post--content p {
    margin: 0 0 16px;
}

.blog-post--content ul,
.blog-post--content ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

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

.blog-post--content strong {
    font-weight: 700;
}

.blog-post--content blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    border-left: 4px solid #005299;
    background: #f5f7fa;
    font-style: italic;
    color: #555;
}

.blog-post--content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}

.blog-post--content a {
    color: #005299;
    text-decoration: underline;
}

.blog-post--content a:hover {
    color: #003d73;
}

/* Prev / Next navigation */
.blog-post--nav-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.blog-post--nav-divider {
    height: auto;
    width: 1px;
    background: rgba(160, 174, 192, 1);
}

.blog-post--nav-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    width: 45%;
}

.blog-post--nav-next {
    text-align: right;
}

.blog-post--nav-label {
    color: rgba(45, 55, 72, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.68px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.blog-post--nav-title {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.4;
}

.blog-post--nav-link:hover .blog-post--nav-title {
    color: #005299;
}

/* Related posts */
.blog-post--related {
    padding: 0 0 60px;
}

.blog-post--related-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px;
}

.blog-post--related-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.blog-post--related-card {
    text-decoration: none;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s ease;
}

.blog-post--related-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-post--related-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.blog-post--related-card-content {
    padding: 30px;
}

.blog-post--related-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1.4;
}

.blog-post--related-card-date {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}

/* Responsive */
@media (max-width: 768px) {
    .blog-post--nav-divider {
        display: none;
    }

    .blog-post--title {
        font-size: 26px;
    }

    .blog-post--content h2 {
        font-size: 24px;
        margin-top: 20px;
    }

    .blog-post--content h3 {
        font-size: 19px;
        margin-top: 20px;
    }

    .blog-post--nav-inner {
        flex-direction: column;
        gap: 16px;
    }

    .blog-post--nav-link {
        max-width: 100%;
        width: 100%;
    }

    .blog-post--nav-next {
        margin-left: 0;
        padding-left: 16px;
        border-left: 1px solid #e0e0e0;
    }

    .blog-post--nav-prev {
        margin-left: 0;
        padding-right: 16px;
        border-right: 1px solid #e0e0e0;
    }

    .blog-post--related-grid {
        grid-template-columns: 1fr;
    }
}

/* ========== End Blog Single Post ========== */

/* ========== Service Single Page ========== */
.services-background {
    background-color: #F7F9FC;
}

.service-single {
    padding: 40px 0 0;
}

.service-single--title {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #132D55;
    margin-bottom: 30px;
}

.service-single--content h2 {
    font-weight: 600;
    font-size: 26px;
    color: #132D55;
    margin: 30px 0 16px;
    line-height: 1.3;
}

.service-single--content h3 {
    font-weight: 600;
    font-size: 21px;
    color: #132D55;
    margin: 24px 0 12px;
    line-height: 21px;
}

.service-single--content p {
    font-size: 16px;
    line-height: 23px;
    color: #333;
    margin-bottom: 5px;
}

.service-single--content ul,
.service-single--content ol {
    margin: 10px 0 0 0;
    padding-left: 24px;
}

.service-single--content li {
    font-size: 16px;
    line-height: 23px;
    color: #333;
}

.service-single--content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.service-single--content th,
.service-single--content td {
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    font-size: 15px;
    text-align: left;
}

.service-single--content th {
    background: #f5f7fa;
    font-weight: 600;
    color: #132D55;
}

.service-single__banner {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.service-single__banner-info {
    border: 1px solid rgba(229, 231, 235, 1);
    box-shadow: 0 10px 30px 0 rgba(17, 24, 39, 0.05);
    padding: 40px 15px 40px 40px;
    border-radius: 20px;
    max-width: 710px;
    z-index: 1;
    background-color: #ffffff;
}

.service-single__banner > img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
}

.service-single--order, .service-single--orders {
    display: flex;
    justify-content: center;
}

.service-single--info {
    box-shadow: 0px -6px 46px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(229, 231, 235, 1);
    padding: 45px 40px 40px 40px;
    border-radius: 20px;
}

.service-single--info h2 {
    margin-bottom: 15px;
}

.service-single--price {
    border-radius: 20px;
}

.service-single--price-info {
    padding: 50px 40px 30px;
}

.service-single--price-info h2 {
    margin-bottom: 25px;
}

.service-single--order .services-order--box {
    max-width: 495px;
    width: 100%;
    padding: 30px 30px 40px 30px;
    background-color: #ffffff;
}

/* Service Single Order Form (callback-modal style) */
.service-order {
    display: flex;
    justify-content: center;
}

.service-order--box.max-width-485 {
    max-width: 485px;
    padding: 40px;
}

.service-order--box.max-width-485 .service-order--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31.2px;
    color: #132D55;
    margin: 0 0 20px;
    text-align: left;
}

.service-order--box.max-width-485 .service-order--desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    text-align: left;
    color: rgba(107, 114, 128, 1);
}


.service-order--form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 18px;
}

.service-order--button-section {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 14px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    height: 52px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.service-order--box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 40px -20px rgba(0, 0, 0, 0.15);
    padding: 40px 50px;
    max-width: 672px;
    width: 100%;
    text-align: center;
}

.service-order--title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31.2px;
    color: #132D55;
    margin: 0 0 30px;
}

.service-order--form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 18px;
}

.service-order--field {
    display: flex;
    width: 100%;
}

.service-order--field input[type="text"],
.service-order--field input[type="tel"] {
    width: 100%;
    height: 65px;
    border: 1px solid #acacac;
    border-radius: 4px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    outline: none;
}

.service-order--field input::placeholder {
    color: #757575;
}

.service-order--phone {
    position: relative;
}

.service-order--tel-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 1px solid #acacac;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    color: #757575;
    flex-shrink: 0;
}

.service-order--phone input[type="tel"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.service-order--button {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 14px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    height: 65px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.service-order--button:hover {
    background: linear-gradient(270deg, #005299 0%, #73A2CD 100%);
}

.service-order--checkbox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.service-order--checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.service-order--checkbox span {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-align: left;
}

@media (max-width: 768px) {
    .service-single__banner-info,
    .service-single--info,
    .service-single--price-info {
        padding: 15px  12px;
    }

    .service-order--box {
        padding: 30px 20px;
    }

    .service-order--title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .service-order--field input[type="text"],
    .service-order--field input[type="tel"] {
        height: 45px;
        font-size: 14px;
    }

    .service-order--tel-code {
        width: 50px;
        height: 45px;
        font-size: 14px;
    }

    .service-order--button {
        height: 50px;
        font-size: 14px;
    }

    .service-order--checkbox span {
        font-size: 12px;
    }
}

.service-single--symptoms-title {
    font-weight: 600;
    color: #132D55;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
}

.service-single--symptoms {
    list-style: none;
    padding-left: 0;
    margin: 0 0 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.service-single--symptoms li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
    color: #333;
}

.service-single--symptoms li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #005299;
    border-radius: 50%;
}

.service-single--price {
    box-shadow: 0px -6px 46px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(229, 231, 235, 1);
}

.service-single--process {
    font-weight: 400;
    font-size: 16px;
    line-height: 23.4px;
}

.service-single--process ul,
.service-single--process ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.service-single--price-note {
    color: rgba(107, 114, 128, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.service-single--price-table {
    width: 100%;
    margin-bottom: 50px;
}

.service-single--price-head {
    display: flex;
    background-color: rgba(229, 231, 235, 1);
}

.service-single--price-th {
    padding: 15px 42px;
    text-align: left;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: rgba(0, 0, 0, 1);
    width: 50%;
}

.service-single--price-row {
    display: flex;
    border-bottom: 1px solid rgba(229, 231, 235, 1);
}

.service-single--price-row:nth-child(odd) {
    background: #f5f7fa;
}

.service-single--price-name,
.service-single--price-value {
    padding: 15px 42px;
    text-align: left;
    font-weight: 400;
    font-size: 15.6px;
    line-height: 23.4px;
    color: rgba(0, 0, 0, 1);
    width: 50%;
}

.service-single--price-value {
    white-space: nowrap;
}

.service-single--price-label {
    display: none;
}

.service-single__image {
    display: none;
    padding: 0 20px 50px;
}

/* ========== FAQ + Form Section ========== */
.service-faq {
    background: #f5f7fa;
    padding-bottom: 100px;
    position: relative
}

.service-faq--content {
    position: relative;
}

.service-faq--image,
.service-faq--image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(217, 217, 217, 0.6) 23.43%, #F7F9FC 81.8%);
    width: 100%;
    height: 100%;
}

.service-faq--image:before {
    content: '';
}

.service-faq--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-faq--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.service-faq--title {
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #132D55;
    margin-bottom: 40px;
}

.service-faq--list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-faq--item {
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.service-faq--item:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.service-faq--question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    gap: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
}

.service-faq--question:hover {
    background: transparent;
}

.service-faq--icon {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 40px;
    border-radius: 10px;
    transition: transform 0.3s;
}

.service-faq--icon svg {
    transition: transform 0.3s;
    width: 22px;
    height: 22px;
}

.service-faq--item.is-open .service-faq--icon svg {
    transform: rotate(180deg);
}

.service-faq--answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    padding: 0 20px;
}

.service-faq--item.is-open .service-faq--answer {
    padding: 0 20px 18px;
    margin-bottom: 20px;
}

.service-faq--answer p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Right column — dark modal backdrop */
.service-faq--right {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form Card (modal-style, matches callback-modal) */
.service-faq--form {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 50px;
    width: 100%;
    position: relative;
}

.service-faq--form-title {
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 40px;
}

.service-faq--form-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 30px;
    text-align: center;
}

.service-faq--form-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.service-faq--form-field {
    display: flex;
    width: 100%;
}

.service-faq--form-field input[type="text"],
.service-faq--form-field textarea {
    width: 100%;
    height: 65px;
    border: 1px solid #acacac;
    border-radius: 4px;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    outline: none;
    transition: border 0.3s;
}

.service-faq--form-field textarea {
    height: auto;
    min-height: 100px;
    padding: 18px 20px;
    resize: vertical;
}

.service-faq--form-field input::placeholder,
.service-faq--form-field textarea::placeholder {
    color: #757575;
}

.service-faq--form-field input:focus,
.service-faq--form-field textarea:focus {
    border-color: #005299;
}

.service-faq--form-phone {
    display: flex;
    width: 100%;
}

.service-faq--form-phone-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 65px;
    border: 1px solid #acacac;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    color: #757575;
    flex-shrink: 0;
    background: #fff;
}

.service-faq--form-phone input[type="tel"] {
    width: 100%;
    height: 65px;
    border: 1px solid #acacac;
    border-radius: 0 4px 4px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    outline: none;
    transition: border 0.3s;
}

.service-faq--form-phone input[type="tel"]::placeholder {
    color: #757575;
}

.service-faq--form-phone input[type="tel"]:focus {
    border-color: #005299;
}

.service-faq--form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.service-faq--form-checkbox input {
    margin-top: 3px;
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.service-faq--form-checkbox label {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.service-faq--form-checkbox label a {
    text-decoration: underline;
    color: #000000;
}

.service-faq--form-submit {
    width: 100%;
    height: 65px;
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    border: 0.5px solid #005299;
    border-radius: 14px;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
}

.service-faq--form-submit:hover {
    background: linear-gradient(270deg, #005299 0%, #73A2CD 100%);
}

.service-faq--form-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.service-faq--form-submit:disabled:hover {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
}

/* ========== Service CTA ========== */
.service-cta {
    background: linear-gradient(135deg, #005299 0%, #73A2CD 100%);
    padding: 60px 0;
    text-align: center;
}

.service-cta--inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-cta--title {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
    margin-bottom: 12px;
}

.service-cta--subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 30px;
}

.service-cta--button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: #fff;
    color: #005299;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.service-cta--button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

.service-cta--button svg {
    flex-shrink: 0;
}

/* ========== Service Single Responsive ========== */
@media (max-width: 768px) {
    .service-faq--right {
        padding: 0 20px;
    }

    .service-single__banner {
        flex-direction: column;
        gap: 20px;
    }

    .service-single__banner > img {
        display: none;
    }

    .service-single__image {
        display: flex;
    }

    .service-single__image img {
        width: 100%;
        height: 165px;
        object-fit: cover;
    }

    .service-single--title {
        font-size: 24px;
        line-height: 25px;
    }

    .service-single--content h2 {
        font-size: 22px;
    }

    .service-single--content h3 {
        font-size: 19px;
    }

    .service-single--content p {
        font-size: 16px;
        line-height: 20px;
    }

    .service-faq--inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-faq--title {
        font-weight: 700;
        font-size: 20px;
        line-height: 100%;
        color: rgba(0, 0, 0, 1);
    }

    .service-faq--form {
        padding: 20px 40px;
    }

    .service-faq--form-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .service-faq--form-subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .service-faq--form-field input[type="text"],
    .service-faq--form-field textarea,
    .service-faq--form-phone input[type="tel"] {
        height: 45px;
        font-size: 14px;
    }

    .service-faq--form-field textarea {
        height: auto;
        min-height: 80px;
    }

    .service-faq--form-phone-code {
        width: 50px;
        height: 45px;
        font-size: 14px;
    }

    .service-faq--form-checkbox label {
        font-size: 10px;
        line-height: 16px;
    }

    .service-faq--form-submit {
        height: 50px;
        font-size: 14px;
    }

    .service-cta--title {
        font-size: 24px;
    }

    .service-cta--subtitle {
        font-size: 16px;
    }

    .service-cta--button {
        font-size: 16px;
        padding: 14px 28px;
    }

    .service-single--price-head {
        display: none;
    }

    .service-single--price-row {
        flex-direction: column;
        border: 1px solid rgba(229, 231, 235, 1);
        border-radius: 10px;
        margin: 10px 12px;
    }

    .service-single--price-name,
    .service-single--price-value {
        width: 100%;
        padding: 10px 20px;
    }

    .service-single--price-value {
        padding-top: 0;
    }

    .service-single--info h2,
    .service-single--price-info h2 {
        font-size: 20px;
    }

    .service-single--price-info h2 {
        margin-bottom: 15px;
    }

    .service-single--content li,
    .service-single--process {
        font-size : 16px;
    }

    .service-single--price-note {
        font-size: 16px;
    }

    .service-single--price-name {
        font-weight: 700;
        font-size: 16px;
    }

    .service-single--price-value {
        font-size: 16px;
    }

    .service-single--price-label {
        display: inline;
    }

    .service-order--box.max-width-485 {
        padding: 20px;
    }

    .service-order--box.max-width-485 .service-order--title {
        font-size: 20px;
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
        line-height: 20px;
    }

    .service-order--box.max-width-485 .service-order--desc {
        font-size: 16px;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .services-order--title {
        font-size: 16px;
    }

    .services-order--box .services-order--title {
        font-size: 18px;
    }

    .services-order--box .services-order--desc {
        font-size: 16px;
    }

    .services-order--box .services-order--button {
        height: 44px;
        width: 100%;
        max-width: 100%;
        font-size: 14px;
    }

    .services-order--form {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
    }

    .services-order--button {
        height: 40px;
        font-size: 16px;
        max-width: 220px;
    }
}

/* ========== End Service Single Page ========== */

/* ========== 404 Page ========== */
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 200px);
    padding: 60px 0;
}

.error-404__wrapper {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.error-404__code {
    font-weight: 800;
    font-size: 140px;
    line-height: 1;
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 20px;
}

.error-404__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.error-404__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 40px;
}

.error-404__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.error-404__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

.error-404__button--primary {
    background: linear-gradient(90deg, #005299 0%, #73A2CD 100%);
    color: #ffffff;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.error-404__button--primary:hover {
    background: linear-gradient(90deg, #73A2CD 0%, #005299 100%);
}

.error-404__button--secondary {
    background: #ffffff;
    color: #005299;
    border: 1.5px solid #005299;
}

.error-404__button--secondary:hover {
    background: #f5f7fa;
}

@media (max-width: 768px) {
    .error-404 {
        min-height: calc(100vh - 150px);
        padding: 40px 0;
    }

    .error-404__code {
        font-size: 100px;
    }

    .error-404__title {
        font-size: 22px;
    }

    .error-404__description {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .error-404__actions {
        flex-direction: column;
        gap: 12px;
    }

    .error-404__button {
        width: 100%;
        max-width: 280px;
    }
}
/* ========== End 404 Page ========== */
