html {
    scroll-behavior: smooth;
    overscroll-behavior: contain;
}

body {
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0093d7;
}
.visas.block-08 h2 { margin-top: 40px; }
.visas.block-08 .container h2:first-child { margin-top: 0; }
a {
    color: #D64400;
}

.container_header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header {
    /*border-bottom: 1px solid #eee;*/
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 147, 215, 0.3);
    position: fixed;
    width: 100%;
    z-index: 9;
}

.phone a {
    font-size: 22px;
    font-weight: 500;
    color: #D64400;
}

.nav a {
    margin-right: 25px;
    text-decoration: none;
    color: #0093d7;
    font-size: 18px;
    font-weight: 500;
}

.nav a:hover {
    color: #D64400;
}

.nav-contacts {
    display: none;
}

.logo img {
    height: 40px;
}

.actions {
    display: flex;
    align-items: center;
}

.socials a {
    /*width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0093d7;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;*/
}

.socials a:last-child {
    margin-right: 0;
}

.socials a:hover, .btn:hover {
    /*color: #fff; background: #D64400;*/
}

.socials a:first-child img {
    height: 32px;
    width: auto;
    margin-right: 10px;
}

.socials a:first-child:hover {
    filter: contrast(500%);
}

.socials a:nth-child(2) img {
    height: 32px;
    width: auto;
    margin-right: 8px;
}

.socials a:nth-child(2):hover {
    filter: contrast(500%);
}

.socials a:nth-child(3) img {
    height: 32px;
    width: auto;
}

.socials a:nth-child(3):hover {
    filter: contrast(500%);
}

.btn {
    background: #0093d7;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: none;
}

.burger {
    display: none;
    font-size: 30px;
    color: #0093d7;
}

.area-green, .area-red {
    background: rgba(37, 200, 13, 0.1);
    padding: 20px;
    border-radius: 6px;
}

.area-red {
    background: rgba(255, 0, 0, 0.1);
}

.area-green p:last-child, .area-red p:last-child {
    margin-bottom: 0;
}

.area-green {
    margin-bottom: 20px;
}

.area-green p:first-child {
    color: rgba(37, 200, 13, 0.9);
    font-weight: 600;
    font-size: 20px;
}

.area-red p:first-child {
    color: rgba(255, 0, 0, 0.9);
    font-weight: 600;
    font-size: 20px;
}

.area-green p:last-child a {
    font-size: 30px;
    font-weight: 700;
    color: #333;
}

.area-red p:nth-child(2) a {
    color: #249cd7;
}

.area-red p:nth-child(3) a {
    color: #1daa61;
}

.area-red p:nth-child(4) a {
    color: #8b00ff;
}

.area-red img {
    height: 32px;
    width: auto;
    margin-right: 10px;
}

.block-01 h2 {
    color: #f00;
}

.block-02 h2 {
    color: #ff0;
}

.block-03 h2 {
    color: #f0f;
}

.block-04 h2 {
    color: #0093d7;
    text-align: center;
}

.block-05 h2 {
    color: #ffffff;
    text-align: center;
}

.block-06 h2 {
    color: #0093d7;
}

.block-07 h2 {
    color: #ffffff;
}

.visas.block-08 {
    background-color: #ffffff;
}

.block-07 h3 {
    text-align: left;
    font-weight: 600;
}

.block-07 p, .block-08 p, .block-08 ul, .block-08 ol {
    font-size: 17px;
}

/* MOBILE MENU */
@media (max-width: 768px) {

    .nav-contacts {
        display: block;
        padding: 15px 15px 20px 15px;
    }

    .nav-contacts span {
        color: #444;
        font-weight: 600;
        font-size: 18px;
    }

    .nav-contacts a {
        border-bottom: none !important;
        display: block;
        padding: 15px 0 0 0 !important;
        color: #D64400;
    }

    .swiper-slide.swiper-slide-active {
        width: 100% !important;
    }

    .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        display: none;
        flex-direction: column;
        border-top: 1px solid #eee;
    }

    .nav a {
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid #eee;
    }

    .actions {
        display: none;
    }

    .burger {
        display: block;
    }

    .header {
        /*position: relative;*/
        position: fixed;
    }

    .logo img {
        height: 34px;
    }

    .phone {
        padding: 0 5px;
    }

    .phone a {
        font-size: 1,2em;
    }
}

/* активное состояние */
.nav.active {
    display: flex;
    box-shadow: 0 30px 40px rgba(0, 147, 215, 0.3);
}

/* бургер кликабельный */
.burger {
    cursor: pointer;
    width: 26px;
}

/* переключение иконки */
.burger.active i:before {
    content: "\f00d";
    /* fa-times */
}

header {
    position: fixed;
    top: 0;
    transition: transform 0.3s ease;
    z-index: 99;
    background: #fff;
}

header.hide {
    transform: translateY(-100%);
}

/* MODAL BASE */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.modal h2 {
    margin-bottom: 30px;
}

.modal p b {
    font-weight: 600;
    color: #333;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

/* overlay fade */
.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}

/* CONTENT ANIMATION */
.modal__content {
    position: relative;
    max-width: 400px;
    background: #fff;
    margin: 80px auto;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transform: scale(0.9);
    opacity: 0;
    transition: all 0.3s ease;
}

/* при открытии */
.modal.active .modal__content {
    transform: scale(1);
    opacity: 1;
}

/* остальное как было */
.modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

.modal input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.modal button {
    width: 100%;
    padding: 10px;
    background: #0093d7;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.modal a {
    font-size: 20px;
    font-weight: 600;
}

.hero {
    /*display: flex;
      align-items: center;
      justify-content: space-between;*/
    padding: 70px 0 0 0;
    height: 100vh;
}

.hero .container {
    /*height: 100vh;*/
    height: calc(100vh - 84px);
	/*background: rgba(255, 255, 255, 0.75);*/
}

.hero-text {
    width: 55%;
    float: left;
    padding-top: 10vh;
}

.hero h1 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: left;
}

.hero-sub {
    font-size: 18px;
    color: #D64400;
    margin-bottom: 40px;
    font-weight: 600;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}


.hero-img img {
    /*height: 100%;
    width: auto;*/
	
max-width: 100%;
    height: auto;
    display: block;	
}

@media (max-width: 900px) {
    .hero {
        padding-top: 84px;
        /*flex-direction: column;*/
        text-align: center;
        background: url(images/girl.png);
        background-repeat: repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 70px;
        /*height: calc(100vh - 84px);*/
        height: auto;
    }

    .hero-text {
        width: 100%;
        padding-top: 30px;
        /*height: calc(100vh - 84px);*/
        height: auto;
    }

    .hero-text h1 {
        line-height: 1.4;
    }

    .hero-sub {
        margin-bottom: 20px;
        color: #0093d7;
    }

    .hero-img {
        margin-top: 30px;
        height: auto;
    }

    .hero-img {
        display: none;
    }

    .hero-sub, .hero-desc {
        font-weight: 600;
    }
}

.hero-features {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.hero-feature {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 20px 35px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 147, 215, 0.12);
    border: 1px solid rgba(0, 147, 215, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
button.hero-feature {
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    padding: 20px 35px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 147, 215, 0.12);
    /* border: 1px solid rgba(0, 147, 215, 0.2); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: #20b037;
	color: #fff;
}

.hero-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 147, 215, 0.2);
}

.hero-feature-value {
    font-size: 32px;
    font-weight: 700;
    color: #0093d7;
    line-height: 1.2;
    margin-bottom: 30;
}

.hero-feature-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 8px;
}
button {
	cursor:pointer;
	transition:all .3s ease;
}
button.hero-feature-value.hero-feature:hover {
	box-shadow: 0 8px 20px rgb(212 72 13);
}
@media (max-width: 900px) {
    .hero-features {
        justify-content: center;
        gap: 25px;
        margin-top: 35px;
    }

    .hero-feature {
        padding: 15px 25px;
    }

    .hero-feature-value {
        font-size: 24px;
    }

    .hero-feature-label {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .hero-features {
        gap: 15px;
        flex-wrap: wrap;
    }

    .hero-feature {
        padding: 12px 20px;
        flex: 1;
        min-width: 120px;
    }

    .hero-feature-value {
        font-size: 22px;
    }

    .hero-feature-label {
        font-size: 10px;
    }
}

.steps {
    background: #0093d7;
    padding: 60px 0;
    color: #000;
}

.steps .container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.steps h2 {
    color: #fff;
}

/* центральная линия */
.steps .container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    /*height: 100%;*/
    /*background: #rgba(255, 255, 255, 0.9);*/
    background: rgba(255, 255, 255, 0.8);
    transform: translateX(-50%);
}

/* шаг */
.step {
    display: grid;
    grid-template-columns: 1fr 100px 1fr;
    align-items: center;
    /* margin-bottom: 60px; */
    position: relative;
}

/* текст */
.step-text {
    max-width: 320px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.step-text.left {
    text-align: right;
    justify-self: end;
}

.step-text.right {
    text-align: left;
}

.step-text h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.95);
    text-align: inherit;
}

.step-text p {
    font-size: 20px;
    line-height: 1.5;
}

/* кружок */
.step-circle {
    width: 50px;
    height: 50px;
    background: #D64400;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 0 auto;
    z-index: 1;
    color: #fff;
    font-size: 30px;
}

/* пустая колонка */
.step-empty {
}

.steps .container::before {
        top: 180px;
    bottom: 100px;
}

@media (max-width: 1200px) {
	/*.hero-img { width: 30%; }*/
}

@media (max-width: 768px) {
	.footer__top { flex-direction: initial !important; }
	.footer__logo-link { display: inline-block; }
    .steps .container::before {
        left: 40px;
        top: 130px;
        bottom: 90px;
    }

    .step {
        display: block;
        padding-left: 70px;
        /* место под линию и круг */
        margin-bottom: 50px;
    }

    .step-circle {
        position: absolute;
        left: 0;
        top: 0;
        /* ключевое — фиксируем */
        width: 50px;
        height: 50px;
    }

    .step-text {
        text-align: left !important;
        max-width: 100%;
    }

    .step-empty {
        display: none;
    }
}

.services {
    padding: 60px 0;
    background: #ffffff;
    color: #111;
}

.services b {
    font-weight: 600;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

/* карточка */
.service-card {
    text-align: center;
}

.service-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 1000px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

.visas {
    padding: 80px 0;
    background: #0093d7;
    color: #111;
}

.block-07 {
    background: #0093d7;
}

.pricing {
    padding: 60px 0;
    background: #fff;
    color: #111;
}

.pricing-intro {
    text-align: center;
    font-size: 1.125rem;
    color: var(--text-light);
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-section {
    border-radius: 16px;
    margin-bottom: 0px;
}

.pricing-types {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}

.pricing-types > div {
    /*margin-left: -1px;*/
}

/* Карточка типа паспорта */
.pricing-type {
    border: 2px solid #e5e7eb;
    padding: 24px;
}

.pricing-type h4 {
    font-size: 1.38rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
}

.pricing-description {
    font-size: 0.87rem;
    /*color: #555;*/
    color: #D64400;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}

/* Таблица цен (сетка) */
.pricing-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.pricing-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 14px 9px;
    border-radius: 6px;
    transition: all 0.2s;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.pricing-row .pricing-cell {
    transition: transform 0.2s, margin 0.2s;
}

.pricing-row:hover .pricing-cell {
    transform: translateY(-8px);
    margin-top: -7px;
    margin-bottom: 7px;
    color: #f00;
}

.pricing-row::after {
    content: 'заказать';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--primary);
    background: rgba(255, 255, 255, 0.95);
    padding: 3px 10px;
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.pricing-row:hover::after {
    opacity: 1;
}

.pricing-row.empty {
    /*visibility: hidden;*/
    pointer-events: none;
    opacity: 0.3;
}

.pricing-row.empty .pricing-cell.price::after {
    content: '' !important
}

.pricing-row:hover {
    background: rgba(247, 159, 36, 0.5);
    transform: translateY(-2px);
    cursor: pointer;
}

.pricing-cell {
    font-size: 0.9rem;
    color: var(--text);
    font-weight: 500;
}

.pricing-cell.price {
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 0;
    white-space: nowrap;
}

.pricing-note {
    margin-top: 12px;
    font-size: 0.85rem;
    color: #666;
    font-style: italic;
}

/* Блок "Включено" */
.pricing-options {
    border: 2px solid #e5e7eb;
    padding: 24px;
    background: #fafafa;
    margin-bottom: 20px;
    display: flex;
    display: none;
    flex-direction: column;
    height: 100%;
}

.pricing-options h4 {
    font-size: 1.38rem;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 12px 0;
}

.pricing-checkbox {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: default;
    transition: all 0.2s;
}

.pricing-checkbox.disabled {
    cursor: default;
}

.pricing-checkbox span:first-of-type {
    flex: 1;
    font-size: 0.95rem;
    color: rgb(255, 255, 255);
}

.pricing-checkbox input[type="checkbox"] {
    margin-right: 12px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: default;
}

/* Кнопка-переключатель деталей */
.pricing-toggle {
    width: 100%;
    padding: 24px;
    border: 1px;
    border-radius: 0 0 6px 6px;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0093d7;
    color: #000;
    margin-bottom: 40px;
}

.pricing-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 90px rgba(125, 175, 233, 0.1);
}

.toggle-icon {
    font-size: 1.5rem;
    font-weight: 700;
    transition: transform 0.3s;
}

.pricing-toggle.active .toggle-icon {
    transform: rotate(45deg);
}

/* Детали (раскрывающийся блок) */
.pricing-details {
    padding: 20px 30px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-top: 10px;
}

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

.pricing-details h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 16px;
    text-align: left;
}

.pricing-details ul, .pricing-details ol {
    /*list-style-position: inside;*/
    color: var(--text);
}

.pricing-details li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.6;
}

/* Заголовки категорий (Для взрослых / Для детей) */
.pricing-category-title {
    font-weight: 700;
    margin: 40px 0 16px 0;
    text-align: center;
}

.pricing-category-title:first-of-type {
    margin-top: 0;
}

/* final-cta (форма, куда скроллим) */
.final-cta {
    background: #F4F7FB;
    color: var(--text);
    padding: 80px 20px;
    text-align: center;
}

.final-cta .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.final-cta > .container {
    color: #f00;
    font-weight: bold;
}

.pricing-cell.price::after {
    content: " \20BD";
}

.pricing-types .pricing-type:first-child {
    border-right-width: 0;
    border-radius: 6px 0 0 0;
}

.pricing-types .pricing-type:nth-child(2) {
    border-radius: 0 6px 0 0;
}

@media (max-width: 968px) {
    .pricing-row.empty {
        display: none;
    }

    .pricing-types {
        grid-template-columns: 1fr;
    }

    .pricing-details-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .pricing-table {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .pricing-row {
        padding: 12px 8px 35px 8px;
        margin-bottom: 0;
        position: relative;
    }

    .pricing-row:active {
        background: linear-gradient(135deg, rgba(255, 214, 0, 0.15) 0%, rgba(255, 193, 7, 0.15) 100%);
    }

    .pricing-row:active .pricing-cell {
        transform: translateY(-5px);
    }

    .pricing-row::after {
        content: 'заказать';
        font-size: 0.7rem;
        padding: 4px 12px;
    }

    .pricing-row:active::after {
        opacity: 1;
    }

    .pricing-cell {
        font-size: 0.85rem;
    }

    .pricing-cell.price {
        font-size: 1rem;
    }

    .pricing-category-title {
        font-size: 1.6rem;
        margin-top: 30px;
    }

    .pricing-type h4 {
        font-size: 1.1rem;
    }

    .pricing-description {
        font-size: 0.85rem;
    }

    .pricing-note {
        font-size: 0.75rem;
    }

    .pricing-types .pricing-type:first-child {
        border-right-width: 2px;
        border-radius: 6px 6px 0 0;
    }

    .pricing-types .pricing-type:first-child {
        border-bottom-width: 0;
    }

    .pricing-types .pricing-type:nth-child(2) {
        border-radius: 0;
    }
}

@media (max-width: 640px) {
    .pricing-table {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-row {
        padding: 12px 6px 35px 6px;
    }
}

.accordion {
    margin: 0 auto;
}

.accordion__heading {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    margin: 0;
    background: rgba(0, 147, 215, 0.2);
    color: black;
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    transition: all 0.1s ease-out 0s;
    border-radius: 6px;
}

.accordion__heading:hover {
    background: rgba(247, 159, 36, 0.2);
}

.accordion__heading:after, .accordion__heading:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 3px;
    top: 50%;
    right: 20px;
    background: black;
    transition: all 0.1s;
}

.accordion__radio:checked ~ .accordion__heading:before {
    transform: rotate(90deg);
    opacity: 0;
}

.accordion__heading:after {
    transform: rotate(90deg);
}

.accordion__radio:checked ~ .accordion__heading:after {
    transform: rotate(180deg);
    background: rgba(191, 28, 49, 1);
}

.accordion__radio {
    display: none;
    position: absolute;
    left: -9999em;
}

.accordion__radio:checked ~ .accordion__content {
    max-height: 100000px;
    transition: none;
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.accordion__content p:first-child {
    margin-top: 0;
}

.accordion__content div {
    margin-bottom: 40px;
}

.accordion section {
    margin-bottom: 10px;
}

.accordion section:last-child {
    margin-bottom: 0;
}

.accordion h2:hover {
    cursor: pointer;
}

/* Все мобильные устройства в горизонтальной ориентации */
@media screen and (max-width: 950px) and (orientation: landscape) {
    .nav a {
        margin-right: 15px;
    }

    .phone a {
        font-weight: 20px;
    }

    .logo img {
        height: 35px;
    }

    .socials a {
        margin-right: 5px;
    }
}

.services {
    padding: 80px 0;
    overflow: hidden;
}

.services-top {
    /* display:flex; */
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.services h2 {
    font-size: 1.8em;
    line-height: 1.1;
    margin-bottom: 30;
    text-align: center;
}

.services-nav {
    display: flex;
    gap: 12px;
    display: none;
}

.services-prev, .services-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 22px;
    user-select: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .2s;
}

.services-prev:hover, .services-next:hover {
    transform: translateY(-2px);
}

.services-swiper {
    overflow: visible;
    padding-bottom: 50px;
}

.service-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    /*box-shadow:0 10px 30px rgba(0,0,0,.08);*/
    height: 100%;
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.service-card p {
    padding: 22px;
    font-size: 18px;
    line-height: 1.4;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* Планшет */
@media (max-width: 1024px) {
    .services {
        padding:70px 0;
    }

    .services h2 {
        font-size: 1.8em;
    }

    .service-card img {
        height: 220px;
    }
}

/* Мобилка */
@media (max-width: 768px) {
    .services {
        padding:60px 0;
    }

    .services-top {
        margin-bottom: 24px;
    }

    .services h2 {
        font-size: 1.8em;
    }

    .services-prev, .services-next {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .service-card img {
        height: 400px;
    }

    .service-card p {
        padding: 16px;
        font-size: 16px;
    }
}

.services-swiper, .services-swiper-2 {
    overflow: visible;
}

/* Делаем движение линейным, без ускорений */
.swiper-wrapper {
    transition-timing-function: linear !important;
}

/* Убираем возможные конфликты */
.swiper {
    overflow: hidden;
}

.swiper-slide {
    flex-shrink: 0;
    height: auto !important;
}

a.swiper-slide img {
    transition: transform 0.3s ease;
}

a.swiper-slide:hover img {
    transform: scale(1.1);
}

.ftco-counter .container .row .ftco-animated:last-child .number:after {
    content: '%';
}

.ftco-counter .text .number {
    color: #D64400;
}

.block-02 {
    width: 100%
}

/* Эффект при первом клике на мобильных */
.pricing-row.first-click .pricing-cell {
    transform: translateY(-8px);
    margin-top: -7px;
    margin-bottom: 7px;
    color: #f00;
}

.pricing-row.first-click::after {
    opacity: 1;
}

.mob-show, .mob-utp {
    display: none;
}

@media (max-width: 768px) {
    .pricing-row.first-click {
        background: rgba(247, 159, 36, 0.5);
    }

    .hero.block-01 {
        background: none;
    }

    .mob-show {
        display: inline;
    }

    .hero.block-01 {
        padding-top: 54px;
		display: none;
    }

    .hero.block-01 img {
        width: 100%;
    }

    .mob-utp {
        display: flex;
        min-height: calc(100vh - 54px);
        width: 100%;
        justify-content: center;
        overflow: hidden;
        margin: 54px 0 0;
    }

    .mob-utp .inner {
        text-align: center;
        width: 100%;
    }

    .mob-utp .img-box img {
        width: 100%;
    }

    .mob-utp .cont-box {
        margin: 5vh 0;
    }

    .mob-utp .points {
        line-height: 32px;
        margin: 20px 0;
    }

    .mob-utp .heading {
        color: #000000;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 36px;
        line-height: 44px;
        margin: 30px 0;
    }

    .mob-utp .point {
        color: #D64400;
        font-size: 26px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .mob-utp .pre-price {
        color: #1b3f96;
        font-size: 28px;
        font-weight: 600;
        line-height: normal;
    }

    .mob-utp button {
        border: 2px solid #20b037;
        border-radius: 8px;
        color: #20b037;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px;
        line-height: normal;
        display: flex;
        margin: 0 auto;
        outline: none;
    }

    .mob-utp button i {
        position: relative;
        vertical-align: middle;
        margin: 0 5px 0 10px;
        display: flex;
        align-items: center;
        animation: movy 1.33s cubic-bezier(0.4, 0, 0.75, 1.3) infinite;
    }

    .mob-utp button i:before {
        content: '';
        padding: 0 10px;
        border-top: 2px solid #20b037;
    }

    .mob-utp button i:after {
        content: '';
        border-width: 2px;
        border-style: solid;
        border-color: transparent #21b337 #20b037 transparent;
        padding: 5px;
        transform: rotate(320deg);
        margin: 0 0 0 -14px;
    }

    @keyframes movy {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(5px, 0);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    .steps .container::before, .step:last-child:after {
        display: none;
    }

    .step {
        position: relative;
    }

    .step:after {
        content: "";
        position: absolute;
        left: 24px;
        top: 25px;
        width: 2px;
        height: calc(100% + 25px);
        background: rgba(255, 255, 255, 0.8);
    }
}

/* Маленькие телефоны */
@media (max-width: 480px) {
    .container {
        padding:0 16px;
    }

    .services h2 {
        font-size: 1.8em;
    }
}

@media (max-width: 390px) {
    .phone a {
        font-size: 18px;
    }

    .logo img {
        height: 28px;
    }

    .burger {
        width: 20px;
    }
}
@media (max-width: 380px) {
    .mob-utp .cont-box {
        margin: 1vh 0;
    }

    .mob-utp .heading {
        font-size: 26px;
        line-height: 28px;
        margin: 20px 0 10px;
    }

    .mob-utp button {
        font-size: 12px;
        padding: 6px 10px;
    }

    .mob-utp button i:before {
        padding: 0 8px;
    }

    .mob-utp button i:after {
        padding: 4px;
    }

    .mob-utp .point {
        font-size: 18px;
        line-height: 22px;
    }

    .mob-utp .points {
        margin: 10px 0;
    }

    .mob-utp .pre-price {
        font-size: 20px;
        line-height: 16px;
    }
}
@media (max-width: 380px) {
    .img-box {
        margin: -20px 0 0;
    }
        .mob-utp .heading {
        font-size: 20px;
        line-height: 22px;
        margin: -40px 0 15px;
        background: #ffffff;
        z-index: 8888;
        position: relative;
        padding: 5px 0;
        border-radius: 8px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        color: #0093d7;
    }
    .hero-text h1 {
        line-height: 1.1;
        font-size: 32px;
    }
        .phone a {
        font-size: 16px;
    }
        .logo img {
        height: 26px;
    }
        .hero-feature-value {
        font-size: 18px;
    }
        .hero-features {
        margin: 40px 0;
    }
}
@media (max-height: 800px) and (orientation: portrait) {
    .img-box {
        margin: -20px 0 0;
    }
        .mob-utp .heading {
        font-size: 20px;
        line-height: 22px;
        margin: -7vh 0 15px;
        background: #ffffff;
        z-index: 8888;
        position: relative;
        padding: 5px 0;
        border-radius: 8px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        color: #0093d7;
    }
}
                                                                                                                         /* FOOTER DESKTOP ONLY*/
.footer {
  background-color: #0093d7;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 32px;
  font-family: 'Montserrat', sans-serif; /* основной шрифт */
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Footer Top */
.footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 28px;
}

.footer__brand {
  flex: 1 1 260px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer__logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 0;
}

.footer__logo {
  height: 52px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
}

.footer__brand-name-fallback {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.1;
  display: none;
}

.footer__logo:invalid + .footer__brand-name-fallback,
.footer__logo[src=""] + .footer__brand-name-fallback {
  display: block;
}

.footer__brand-tag {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 8px;
  line-height: 1.3;
}

.footer__contacts {
  flex: 2 1 360px;
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 0 16px;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__contact-icon {
  font-size: 18px;
}

.footer__contact-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  transition: opacity 0.2s ease;
}

.footer__contact-link:hover {
  opacity: 0.85;
  text-decoration: underline;
}

.footer__contact-text {
  color: rgba(255, 255, 255, 0.8);
}

.footer__cta {
  flex: 0 0 auto;
}

/* Кнопка */
.btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
}
.btn--primary {
  background-color: #ffffff;
  color: #0093d7;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
}
.btn--primary:hover {
  background-color: #f0f8ff;
  transform: scale(1.02);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
footer .btn--primary { color: #0093d7 !important; }

/* Footer Middle (навигация) */
.footer__middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 32px;
}

.footer__nav-block {
  flex: 1 1 240px;
  min-width: 240px;
}
.footer__nav-block h4 { text-align: left; }

.footer__nav-title {
  margin: 0 0 18px 0;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

.nav-list li {
  margin-bottom: 12px;
}

.nav-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.nav-list a:hover {
  color: #ffffff;
  padding-left: 6px;
}

/* Footer Bottom */
.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.footer__copyright {
  flex: 1 1 300px;
  min-width: 260px;
  text-align: left;
}

.footer__copyright p {
  margin: 0 0 6px 0;
}

.legal-note {
  font-size: 12px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
}

.footer__socials {
  flex: 0 0 auto;
  display: flex;
  gap: 24px;
}

.footer__social-link {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s ease;
}

.footer__social-link:hover {
  color: #ffffff;
  opacity: 0.9;
}

/* Адаптация под планшеты (≥768px) и десктоп */
@media (max-width: 1199px) {
  .footer__container {
    padding: 0 16px;
  }
  .footer__top {
    flex-direction: column;
    text-align: center;
    margin-bottom: 32px;
    padding-bottom: 16px;
  }
  .footer__brand {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer__contacts {
    margin: 16px 0;
    justify-content: center;
  }
  .footer__cta {
    margin-top: 16px;
  }
  .footer__middle {
    gap: 24px;
  }
  .footer__nav-block {
    flex: 1 1 280px;
    min-width: 260px;
  }
  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .footer__socials {
    justify-content: center;
  }
}
























.hero.block-01 {
  display: flex;
  align-items: center;        /* Центрируем .container по вертикали */
  min-height: 100vh;
  position: relative;         /* Для позиционирования картинки */
  background: #f5f5f5;        /* Ваш фон */
}

.hero.block-01 .container {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  box-sizing: border-box;
  padding-top: 0;
  z-index: 1;
}
.hero-sub, .hero-features, .button-wrapper { width: 100%; }
.hero-sub { margin-bottom: 30px; }


.hero-img {
    width: 45%;
    height: calc(100vh - 70px);

    display: flex;
    justify-content: flex-end; /* вправо */
    align-items: flex-end;     /* вниз */
}

.hero-img img {
    display: block;
    max-height: 100%;
    width: auto;
}


@media (max-width: 768px) {
  .hero.block-01 {
    display: none;
  }
}


@media (max-width: 992px) {
  .hero-text, .hero-img { width: 50%; }
  .hero-text h1 { font-size: 30px; }
  .hero-features { justify-content: left; }
}

@media (max-width: 768px) {
  .hero-text, .hero-img { width: 50%; }
}