body {
    font-family: 'Rubik', sans-serif;
    min-width: 320px;
    color: #373f47;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="number"],
input[type="password"],
input[type="search"],
input[type="url"],
select,
textarea {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

b, h1, h2, h3, h4, h5 {
    font-weight: 500;
}

h2 {
    margin-bottom: 48px;
    font-size: 30px;
}

button,
.bttn {
    display: inline-block;
    background: #21293C;
    border: none;
    cursor: pointer;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}

.bttn {
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #fff;
    background: #21293C;
    border: 1px solid #dfe2e6;
    border-radius: 8px;
}

.bttn.mini {
    padding: 8px 10px;
}

.bttn.mini.social-btn {
    padding: 6px 12px !important;
    background: #f8f9fa !important;
    color: #21293C !important;
    border: 1px solid #e9ecef !important;
}

button:hover, button:focus,
.bttn:hover, .bttn:focus {
    background: #21293C;
    text-decoration: none;
    font-style: normal;
    color: #fff;
}

button:active,
.bttn:active {
    background: #21293C;
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(55, 63, 71, .25);
    box-shadow: inset 0 2px 4px 0 rgba(55, 63, 71, .25);
    text-decoration: none;
    font-style: normal;
    color: #fff;
}

button:disabled,
.bttn:disabled {
    background: #21293C;
}

img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
}

section {
    padding: 40px 0 30px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 2px 0;
    background: rgba(0, 0, 0, .18);
    -webkit-backdrop-filter: blur(6px) saturate(140%);
    backdrop-filter: blur(6px) saturate(140%);
    border-bottom: none;
    transition: background .2s ease, -webkit-backdrop-filter .2s ease, backdrop-filter .2s ease;
    min-height: 48px;
}

header .logoimage,
footer .logoimage {
    margin-right: 12px;
}

header .logo,
footer .logo {
    font-weight: 400;
}

header .container {
    position: relative;
}

.header-brand,
header .center-logo-wrap {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 2;
}

.header-brand img,
header .center-logo {
    height: 120px;
    width: auto;
}

header .logo {
    font-size: 16px;
}

header .phone,
footer .phone {
    display: inline-block;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: right;
}

.header-experience {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin-left: 20px;
    min-height: 44px;
}

.experience-text {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}

.experience-years {
    color: #E7DBC5;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
    white-space: nowrap;
}

.experience-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.2s ease;
}

.experience-link:hover {
    opacity: 0.8;
}

.experience-link:active {
    color: inherit;
}

.experience-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.header-experience-mobile {
    display: none;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8f9fa !important;
    color: #21293C !important;
    border: 1px solid #e9ecef !important;
    padding: 6px 12px !important;
    min-width: auto;
    transition: all 0.2s ease;
    text-decoration: none;
}

.social-btn:hover,
.social-btn:focus {
    background: #E7DBC5;
    border-color: #E7DBC5;
    color: #21293C;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.social-btn img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.social-btn span {
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.social-text {
    display: inline;
}

.center-nav {
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-left: 12px;
}

.center-nav .bttn {
    font-weight: 400;
    margin: 4px 2px;
}

.anchor-link {
    white-space: nowrap;
}

.section-divider {
    background: #f6f7f8;
    border-top: 1px solid #e6eaef;
    border-bottom: 1px solid #e6eaef;
}

.section-divider + .section-divider {
    background: #ffffff;
}

.reviews-list .review-item,
.faq-list .faq-item {
    background: #fff;
    border: 1px solid #e6eaef;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 10px rgba(136, 136, 136, .15);
}

.faq-list .faq-item > b {
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 24px;
}

.faq-list .faq-item > b::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 0;
}

.faq-list .faq-item.is-open > b::after {
    content: "−";
}

.faq-list .faq-item > p {
    display: none;
    margin-top: 8px;
}

.reviews-slider {
    position: relative;
    overflow: hidden;
}

.reviews-slider .reviews-track {
    position: relative;
}

.reviews-slider .review-item {
    position: relative;
    margin-bottom: 12px;
    transition: transform .25s ease, opacity .25s ease;
}

.reviews-slider .review-item.tick {
    transform: translateY(-6px);
    opacity: .98;
}


.section1 {
    position: relative;
    overflow: hidden;
    background: transparent;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
    min-height: 100vh;
    padding-top: calc(30px + 10vh + 48px);
    padding-bottom: calc(20px + 5vh);
}

.section1::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(4px);
    transform: scale(1.04);
}

.section1::before {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/img/bgsect1.jpg');
}

.section1 > * {
    position: relative;
    z-index: 1;
}

.section1 h1 {
    color: #fff;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 24px;
}

.hero-slogan {
    text-align: center;
    margin-bottom: 20px;
}

.slogan-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 12px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.slogan-badge:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.slogan-icon {
    font-size: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.slogan-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.slogan-accent {
    color: #E7DBC5;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

.section1 .container {
    text-align: center;
    padding-top: 180px;
}

.section1 .select_address {
    margin-left: auto;
    margin-right: auto;
    max-width: 980px;
}

.section1 .top-logo {
    text-align: center;
    margin-bottom: 16px;
}

.section1 .top-logo img {
    height: 120px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .25));
}

.section1 p {
    text-align: center;
}

.section1 p {
    color: #fff;
    opacity: .6;
    font-size: 14px;
}

.section1 .item {
    margin-bottom: 25px;
    white-space: nowrap;
}

.section1 .item .dimg {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    vertical-align: middle;
}

.section1 .item .desc {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}

.section1 .select_address {
    margin-bottom: 40px;
}

.section1 .select_address input,
.section1 .select_address button {
    width: 100%;
    padding: 0;
    border: none;
    border-style: none;
    font-size: 16px;
    height: 64px;
    padding: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
}

.section1 .select_address #city1 {
    border-radius: 8px 0 0 8px;
    position: relative;
}

.section1 .select_address button {
    border-radius: 0 8px 8px 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    vertical-align: middle;
}

.section1 .select_address button:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 2px;
    background: url('/assets/img/zoom.png');
    background-repeat: no-repeat;
    vertical-align: middle;
}

.section1 .select_address .col-md:nth-child(2)::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    background: #e3e7e9;
}

.section1 .select_address .row {
    gap: 10px;
}

.section1 .select_address #city1,
.section1 .select_address #city2 {
    border-radius: 8px;
    border: 1px solid #e3e7e9;
    background: #fff;
}

.section1 .select_address button {
    border-radius: 8px;
}

.section1 .select_address .col-md:nth-child(2)::before {
    display: none;
}


.section2 .line {
    position: relative;
    margin-bottom: 30px;
    white-space: nowrap;
}

.section2 .line span {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #21293C;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}

.section2 .line .divider {
    display: inline-block;
    position: relative;
    height: 1px;
    line-height: 1px;
    background: rgba(38, 166, 91, .2);
    width: calc(100% - 56px);
    margin: 0 0 0 16px;
}

.section2 .title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 16px;
}

.section2 .desc {
    font-size: 1rem;
    color: #373f47;
}

.section2 .line .divider.oked {
    width: calc(100% - 100px);
    margin: 0 24px 0 16px;
    position: relative;
}

.section2 .line .divider.oked::after {
    content: '';
    display: block;
    position: absolute;
    right: -48px;
    top: -23px;
    width: 40px;
    height: 40px;
    background: url('/assets/img/stateok.png') no-repeat;
    opacity: .2;
}

@media (min-width: 768px) {
    .section2 .line span {
        margin-left: -16px
    }

    .section2 .row {
        flex-direction: column;
    }

    .section2 .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section2 .line {
        margin-bottom: 40px;
    }

    .section2 .line .divider,
    .section2 .line .divider.oked {
        width: 1px;
        height: 6.875rem;
        position: absolute;
        left: 2px;
        top: 48px;
        margin: 0;
    }

    .section2 .col-md-4:nth-child(2) .line .divider {
        height: 5.5rem;
    }

    .section2 .title {
        margin-top: -72px;
    }

    .section2 .title,
    .section2 .desc {
        margin-left: 64px;
    }

    .section2 .desc {
        margin-bottom: 1.5rem;
    }

    .section2 .line .divider.oked {
        height: 3.325rem;
    }

    .section2 .line .divider.oked::after {
        top: 58px;
        right: -20px;
    }
}


.calcmode {
    background: #f6f7f8;
}


.tarifmode h2 {
    margin-bottom: 4px;
}

.tarifmode h3 {
    font-size: 16px;
}

.tarifmode h4 {
    font-size: 12px;
    color: #6c7c8c;
    margin-bottom: 24px;
}

.tarifmode .labelcount {
    display: inline-block;
    padding: 12px 15px;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-image: linear-gradient(101.77deg, #ff416c .48%, #fd0c15 91.73%);
    display: none;
}

.obl_citys {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: li;
}

.obl_citys li {
    position: relative;
    border-left: 4px solid #337AB7;
    padding: 16px 20px 16px 28px;
    margin: 12px 0 12px 80px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.obl_citys li:before {
    line-height: 32px;
    position: absolute;
    top: 10px;
    left: -80px;
    width: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #77AEDB;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.obl_citys li:hover:before {
    color: #337AB7;
}

.obl_citys li:after {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 60px;
    height: 60px;
    border: 8px solid #3399FF;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.1);
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.obl_citys li:hover:after {
    opacity: 0.2;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.popular-routes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.route-card {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #e6eaef;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    color: #21293C;
    text-decoration: none;
}

.route-card .from,
.route-card .to {
    font-weight: 500;
}

.route-card .arrow {
    opacity: .6;
    margin: 0 8px;
}

.route-card .action {
    margin-left: auto;
    font-size: 11px;
    padding: 4px 6px;
    background: #21293C;
    color: #fff;
    border-radius: 6px;
    white-space: nowrap;
}

.route-card:hover {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .12);
    transform: translateY(-1px);
}


@media (max-width: 767px) {
    .popular-routes {
        grid-template-columns: 1fr;
    }
    
    .section1 .container {
        padding-top: 10px;
    }
    
    .section1 {
        padding-top: calc(15px + 6vh + 32px);
    }
    
    .section1 h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .hero-slogan {
        margin-bottom: 24px;
    }
    
    .slogan-badge {
        gap: 10px;
        padding: 10px 20px;
    }
    
    .slogan-text {
        font-size: 15px;
    }
    
    .slogan-accent {
        font-size: 11px;
    }
    
    .section1 .item {
        margin-bottom: 16px;
    }
    
    .section1 .select_address {
        margin-bottom: 24px;
    }
    
    .header-right {
        gap: 8px;
        justify-content: flex-end;
        text-align: right;
    }
    
    .header-buttons {
        gap: 6px;
    }
    
    .social-btn {
        padding: 5px 8px;
        gap: 0;
        min-width: 32px;
        justify-content: center;
    }
    
    .social-btn span {
        font-size: 12px;
    }
    
    .social-text {
        display: none;
    }
}

.contacts-section .lead {
    color: #4a5561;
    margin: 0 0 14px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.contact-card {
    background: #fff;
    border: 1px solid #e6eaef;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.contact-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
}

.contact-card p {
    margin: 0 0 8px;
    color: #55606d;
}

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

.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
}

.contact-list img {
    width: 18px;
    height: 18px;
    opacity: .85;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

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

@media (max-width: 576px) {
    .contacts-grid {
        grid-template-columns: 1fr;
    }
    
    .section1 {
        padding-top: calc(10px + 4vh + 24px);
    }
    
    .section1 .container {
        padding-top: 5px;
    }
    
    .section1 h1 {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .hero-slogan {
        margin: 20px 0 16px 0;
    }
    
    .slogan-badge {
        gap: 8px;
        padding: 8px 16px;
        border-radius: 40px;
    }
    
    .slogan-icon {
        font-size: 18px;
    }
    
    .slogan-text {
        font-size: 14px;
    }
    
    .slogan-accent {
        font-size: 10px;
        letter-spacing: 0.8px;
    }
    
    .section1 .item .dimg {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    
    .section1 .select_address input,
    .section1 .select_address button {
        height: 56px;
        padding: 12px;
        font-size: 14px;
    }
    
    .header-right {
        gap: 6px;
        justify-content: flex-end;
        text-align: right;
    }
    
    .header-buttons {
        gap: 4px;
    }
    
    .social-btn {
        padding: 4px 6px;
        gap: 0;
        min-width: 28px;
        justify-content: center;
    }
    
    .social-btn img {
        width: 14px;
        height: 14px;
    }
    
    .social-btn span {
        font-size: 11px;
    }
    
    .social-text {
        display: none;
    }
}

body .open_oblast {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 0;
    margin-top: 1rem;
}

.suggestions-suggestions {
    border-radius: 12px !important;
}

.suggestions-suggestion {
    border-radius: 0 !important;
}

.suggestions-suggestion:first-child {
    border-radius: 12px 12px 0 0 !important;
}

.suggestions-suggestion:last-child {
    border-radius: 0 0 12px 12px !important;
}

.suggestions-suggestion:only-child {
    border-radius: 12px !important;
}

.suggestions-hint {
    border-radius: 12px;
}

/* Force left alignment for GeoSuggest dropdown and items */
.suggestions-wrapper,
.suggestions-suggestions,
.suggestions-suggestion,
.suggestions-hint {
    text-align: left !important;
}

.tarifmode .item,
.open_oblast {
    -webkit-box-shadow: 0 1px 20px rgba(136, 136, 136, .3);
    box-shadow: 0 1px 20px rgba(136, 136, 136, .3);
    border-radius: 8px;
    background: #fff;
    margin-bottom: 16px;
    overflow: hidden;
    border-top-left-radius: 0;
}

.tarifmode .item .item1 {
    text-align: center;
    position: relative;
    padding: 24px 0 24px 15px;
    width: 290px;
}

.tarifmode .item .item1::after {
    content: '';
    position: absolute;
    width: 1.4px;
    background: #f2f2f2;
    top: 10%;
    height: 80%;
    right: 0;
}

.tarifmode .item .item1 img {
    display: inline-block;
    width: 190px;
    margin-bottom: 14px;
}

.tarifmode .item .item1 .autoclasslist {
    color: #6c7c8c;
    padding: 6px 8px;
    text-align: left;
    background: #f6f7f8;
    border-radius: 6px;
    font-size: 12px;
    display: inline-block;
    width: 190px;
}

.tarifmode .item .item2 {
    padding: 24px 15px 24px 30px;
}

.tarifmode .item .item2 .titleclass {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.tarifmode .item .item2 .iconinfo {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 8px;
    padding-left: 8px;
}

.tarifmode .item .item2 .iconinfo b {
    font-weight: 500;
    display: inline-block;
    vertical-align: bottom;
    line-height: 16px;
}

.tarifmode .item .item2 .iconinfo img {
    display: inline-block;
    vertical-align: middle;
}

.tarifmode .item .item2 .iconinfo img.righted {
    margin-left: 12px;
}

.tarifmode .item .item2 .param {
    display: inline-block;
    width: 224px;
    text-align: left;
    color: #6f7f8f;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: .1px;
    margin-bottom: 6px;
    padding-left: 8px;
}

.tarifmode .item .item2 .param img {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
}

.tarifmode .item .item2 .param.ok {
    background: #f5f0e6;
    color: #21293C;
    padding: 6px 8px;
    border-radius: 6px;
    margin-bottom: 4px;
}

.tarifmode .item .item3 {
    text-align: center;
    background-image: linear-gradient(to top, #ebeff2, #dae4eb 63%);
    height: 230px;
    padding: 36px 0 24px 0;
}

.tarifmode .item .item3 .cost {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 24px;
}

.tarifmode .item .item3 .bttn {
    width: 190px;
    margin-bottom: 24px;
}

.tarifmode .item .item3 .payinfo img {
    vertical-align: middle;
    opacity: .2;
    display: inline-block;
    margin-right: 8px;
}


.mfp-bg {
    min-width: 320px;
}

.zakaz {
    background: #fff;
    min-width: 308px;
    width: 100%;
    max-width: 440px;
    padding: 20px 20px 16px;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

.zakaz b.title {
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.zakaz .infoboard {
    list-style-type: none;
    padding: 0;
    margin: 6px 0 12px;
}

.zakaz .infoboard li {
    list-style-type: none;
    padding: 10px 12px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f6f7f8;
    border: 1px solid #e6eaef;
    border-radius: 8px;
    margin-bottom: 8px;
}

.zakaz label {
    margin-bottom: 0;
    width: 100%;
}

.zakaz label p {
    font-size: 14px;
    cursor: default;
    margin: 0 0 10px;
    color: #4a5561;
}

.zakaz input[type='text'],
form .form-row input,
form textarea {
    background: #fff;
    border: 1px solid #c8ced4;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: .25rem;
    min-height: 3rem;
    padding: .75rem;
    border: 1px solid #c8ced4;
    font-size: 1.0625rem;
    color: #373f47;

    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(55, 63, 71, .05);
    box-shadow: 0 0.125rem 0.25rem rgba(55, 63, 71, .05);
}

.zakaz .bttn {
    margin: 6px 0 0;
    width: 100%;
    border-radius: 8px;
}

.zakaz .mfp-close {
    background: transparent;
    color: #78838f;
    margin: 0;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
}


.zakaz .confim {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    margin: 8px 0 0;
    position: relative;
}

.zakaz .confim * {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.zakaz .confim {
    padding-left: 32px;
}

.zakaz .confim input {
    display: inline-block;
    background: none;
    opacity: 0;
    width: 20px;
    height: 16px;
}

.zakaz .confim label:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -22px;
    top: 0;
    width: 20px;
    height: 16px;
    background: url('/assets/img/checked.png') top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.zakaz .confim input:checked + label:after {
    background: url(/assets/img/checked.png) bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -1px;
}


footer {
    background: #20232b;
    padding: 32px 0 24px;
    color: #e9eef5;
}

footer a {
    color: #e9eef5;
    border-bottom: none;
}

footer a:hover,
footer a:focus {
    color: #fff;
    text-decoration: underline;
}

footer ul {
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style-type: none;
    padding: 0 0 8px 0;
    margin: 0;
    line-height: 16px;
    white-space: nowrap;
    vertical-align: middle;
}

footer .logoimage {
    height: 102px;
    width: auto;
}

footer .logo {
    font-size: 16px;
}

.footer-links {
    display: flex;
    gap: 12px;
    margin-top: 4px;
}

.footer-links a {
    color: #e9eef5;
    text-decoration: none;
    border: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

footer ul li input {
    border: none;
    border-style: none;
    background: rgba(255, 255, 255, .6);
    display: inline-block;
    width: 115px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    border-radius: 6px;
}

footer ul li span {
    border-bottom: 1px dotted;
    cursor: pointer;
}

.site-footer .footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.2fr;
    gap: 18px;
    align-items: start;
}

.site-footer .footer-bottom {
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer .brand .brand-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
}

.site-footer .brand .tagline {
    margin: 8px 0 10px;
    color: #b6bfcc;
    font-size: 14px;
}

.site-footer .payments img {
    height: 32px;
    width: auto;
    margin-right: 8px;
    opacity: .9;
    vertical-align: middle;
}

.site-footer .payments img:last-child {
    margin-right: 0;
    height: 40px;
    width: auto;
}

.site-footer .footer-col b {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.site-footer .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer .footer-col ul li {
    white-space: normal;
    line-height: 1.6;
}

@media (max-width: 992px) {
    .site-footer .footer-top {
        grid-template-columns: 1.5fr 1fr;
    }
}

@media (max-width: 576px) {
    .site-footer .footer-top {
        grid-template-columns: 1fr;
    }

    .site-footer {
        text-align: left;
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: left;
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb > .active {
    color: #777
}

.zakaz form .form-row input {
    font-size: 14px;
    line-height: 26px;
    height: 32px;
    padding: 0;
    margin: 0 2px 0 0;
    min-height: 30px;
}

.zakaz form textarea {
    min-height: 4rem;
    height: 3rem;
    line-height: 1.25rem;
}

.miniinput input[type='text'] {
    height: 2.4rem;
    min-height: 2.4rem;
}


.btnmenumob {
    display: inline-block;
    background: #21293C;
    background: linear-gradient(90deg, rgba(33, 41, 60, 1) 0%, rgba(48, 56, 74, 1) 100%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 4px 10px;
    margin-right: 8px;
    color: #fff;
    z-index: 2;
    position: relative;
    cursor: pointer;
    font-size: 0;
    width: 40px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btnmenumob::before {
    content: "\2630"; /* ☰ */
    font-size: 18px;
    line-height: 1;
}

.btnmenumob.is-open::before {
    content: "\00d7"; /* × */
    font-size: 20px;
}

.btnmenumob:hover,
.btnmenumob:focus {
    text-decoration: none;
    color: #21293C;
    background: #E7DBC5;
}

.btnmenumob:active {
    text-decoration: none;
    color: #21293C;
    background: #D6C9AE;
}

body .closemobmenu {
    display: none;
}

.scrollmenu {
    display: none;
    background: rgba(20, 24, 34, 0.98);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    z-index: 1001;
    border-radius: 0;
    box-shadow: -6px 0 20px rgba(0, 0, 0, .35);
    color: #e9eef5;
}

.hidesmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .55);
    z-index: 1000;
    opacity: 0;
    transition: opacity .45s ease;
}

.hidesmenu.is-show {
    opacity: 1;
}


/* --- Burger menu: dark theme overrides --- */
body.noscrollOn {
    overflow: hidden;
}

.scrollmenu {
    background: rgba(20, 24, 34, 0.98);
    color: #e9eef5;
    right: 0;
}

.scrollmenu p {
    margin: 16px 16px 8px;
    color: #96a0ad;
}

.scrollmenu ul {
    list-style: none;
    margin: 8px 0 0;
    padding: 0 12px 24px 12px;
}

.scrollmenu .nav-item {
    margin: 8px 0;
}

.scrollmenu .nav-link {
    display: block;
    padding: 12px 14px;
    border-radius: 8px;
    color: #e9eef5;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
}

.scrollmenu .nav-link:hover,
.scrollmenu .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
}

.scrollmenu .closemobmenu {
    margin: 12px auto 20px;
    background: #2b344a;
}

@media screen and (max-width: 767px) {
    input[type="text"], 
    input[type="tel"], 
    input[type="email"], 
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="url"],
    select,
    textarea {
        font-size: 16px !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
    }
    
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="url"]:focus,
    select:focus,
    textarea:focus {
        font-size: 16px !important;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }
}

.price-actuality {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.price-actuality small {
    color: #6c757d;
    font-size: 12px;
    font-style: italic;
}

