

/* Start:/local/templates/rocada/assets/style/style_header.css?177857890731926*/
@font-face {
 font-family: 'Geist Variable';
 src: url('/local/templates/rocada/assets/fonts/geist/Geist-VariableFont_wght.ttf') format('truetype');
 font-weight: 100 900;
 font-style: normal;
 font-display: swap;
}

body {
 font-family: 'Geist Variable';
 margin: 0;
}

.header:html, body {
 max-width: 100%;
 background-color: #FFFFFF;
}

.city-other { 
 border: none !important; 
 margin-top:0 !important;
}

.header-bg {
 width: 100%;
 background: #fff;
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body, html {
 margin: 0;
 padding: 0;
 background: #f5f5f5;
}

.container.header-container {
 width: 100%;
 max-width: 1170px !important;
 margin: 0 auto !important;
 padding: 16px 32px;
 box-sizing: border-box !important;
 position: relative;
}

.region-dashed-line {
 width: 100%;
 height: 0;
 border-bottom: 1px dashed #0A0B0D;
 margin-top: 3px;
}

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

.header-region-icon {
 display: block;
 align-self: center;
 margin-top: -4px;
}

.header-region-content {
 display: inline-flex;
 flex-direction: column;
 align-items: flex-start;
}

.header-region-text {
 font-size: 12px !important;
 font-weight: 400 !important;
 font-family: 'Geist Variable';
 line-height: 1.2;
}

.header-region-right {
 display: flex;
 align-items: center;
 gap: 7px;
 margin-left: auto;
}

.header-social-label {
 font-size: 12px !important;
 color: #2F3136;
 font-family: 'Geist Variable';
 font-weight: 400 !important;
}

.header-social-icon {
 display: inline-block;
 color: #1B2634;
 text-decoration: none;
}

.header-bg a,
.header-bg a:link,
.header-bg a:visited,
.header-bg a:hover,
.header-bg a:active {
 text-decoration: none;
}

.header-lang {
 display: flex;
 align-items: center;
 font-size: 10px !important;
 font-family: 'Geist Variable';
 font-weight: 600 !important;
 margin-left: 0;
}

.header-lang .active {
 color: #1B2634;
 font-weight: 600 !important;
 font-family: 'Geist Variable';
 margin-right: 16px;
 margin-left: 32px;
}

.header-lang .eng {
 color: #1B2634;
 font-weight: 600 !important;
 opacity: 0.4 !important;
 font-family: 'Geist Variable';
}

.header-top-row {
 display: flex;
 align-items: center;
 justify-content: space-between;
 width: 100%;
 margin-bottom: 16px;
}

.header-region, .header-region-right {
 margin: 0;
 padding: 0;
}

.header-region-right a {
 display: flex;
 align-items: center;
 justify-content: center;
 height: 100%;
}

.header-middle-row {
 display: flex;
 align-items: flex-end; 
 width: 100% !important;
 max-width: 100% !important;
 margin: 0 auto 24px auto;
 box-sizing: border-box !important;
 flex-wrap: nowrap !important;
}

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

.header-logo {
 width: clamp(140px, 11.6vw, 166.45px);
 height: auto; 
 object-fit: contain;
 display: block;
 min-width: 0;
 margin-right: clamp(8px, 2vw, 29px);
}

.header-slogan {
 font-family: 'Geist Variable';
 font-weight: 405 !important;
 font-size: 12px !important;
 color: #2F3136;
 max-width: 187px;
 line-height: 1.3;
 white-space: nowrap;
 margin-right: clamp(8px, 1vw, 31px);
 align-self: flex-end;
}

.header-search {
 display: flex;
 align-items: center;
 height: 39px;
 border: 1px solid #E2E8F0;
 border-radius: 8px;
 background: #fff;
 position: relative;
 align-self: flex-end;
 width: 100%;
 min-width: 150px;
 max-width: 377px;
 margin-right: clamp(8px, 1vw, 49px);
 transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-search:focus-within {
 border-color: #969696;
 box-shadow: 0 0 0 3px rgba(150, 150, 150, 0.1);
}

.header-search .search {
 position: relative;
 display: flex;
 align-items: center;
 width: 100%;
 height: 100%;
}

.header-search input {
 border: none;
 outline: none;
 flex: 1;
 width: auto;
 height: 100%;
 font-size: 14px !important;
 font-weight: 400 !important;
 background: transparent;
 color: #2F3136;
}

.header-search input::placeholder {
 font-size: 14px !important;
 font-family: 'Geist Variable';
 font-weight: 300 !important;
 color: #A0AEC0;
}

.search-icon {
 width: 17px;
 height: 17px;
 display: block;
 opacity: 0.6 !important; 
}

.search__btn {
 position: absolute;
 right: 12px;
 top: 50% !important;
 transform: translateY(-50%);
 width: 28px;
 height: 28px;
 display: flex;
 align-items: center;
 justify-content: center;
 border: 0;
 background: transparent;
 padding: 0;
 cursor: pointer;
}

.header-shop-btn {
 display: flex;
 align-items: center;
 justify-content: center;
 background: #E62F2A;
 border-radius: 6px;
 border: none;
 padding: 12px;
 gap: 15px;
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-style: normal;
 font-size: 12px !important;
 color: #fff;
 align-self: flex-end;
 cursor: pointer;
 white-space: nowrap;
 margin-right: clamp(8px, 1vw, 63px);
 transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.header-shop-btn:hover {
 background: #CC2821;
 transform: translateY(-1px);
 box-shadow: 0 4px 8px rgba(230, 47, 42, 0.3);
}

.header-shop-btn:active {
 background: #B32319;
 transform: translateY(0);
 box-shadow: 0 2px 4px rgba(230, 47, 42, 0.2);
}

.header-shop-btn span {
 min-width: 0;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.shop-icon {
 width: 15px;
 height: 12px;
 margin-top: 2px;
 margin-bottom: 2px;
 display: inline-block;
}

.header-phone {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 margin-bottom: 7px;
 align-self: flex-end;
 position: relative;
 margin-right: clamp(8px, 1vw, 32px);
}

.phone-row {
 display: flex;
 align-items: center;
 gap: 6px;
}

.phone-icon {
 width: 15px;
 height: 15px;
 display: inline-block;
}

.phone-number {
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-size: 14px !important;
 color: #0A0B0D;
 font-style: normal;
 white-space: nowrap;
}

.phone-line {
 width: 100%;
 border-bottom: 1px dashed #0A0B0D;
 margin-top: 3px;
}

.phone-arrow {
 width: 20px;
 height: 10px;
 vertical-align: middle;
 display: inline-block;
}

.phone-dropdown {
 position: absolute;
 top: 100%;
 left: 0;
 min-width: 150px;
 max-width: 210px;
 background: #fafbfc;
 box-shadow: 0 4px 12px rgba(0,0,0,0.07);
 border-radius: 10px;
 z-index: 10;
 margin-top: 6px;
 padding: 4px 0;
 transition: opacity 0.2s;
}
.phone-dropdown-item {
 padding: 7px 16px;
 font-size: 1rem;
 color: #0A0B0D;
 cursor: pointer;
 white-space: nowrap;
 background: #fafbfc;
 transition: background 0.15s;
}
.phone-dropdown-item a {
 display: block;
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-size: 14px !important;
 color: #0A0B0D;
 text-decoration: none;
}
.phone-dropdown-item:hover {
 background: #f0f1f3;
}
.phone-arrow.open {
 transform: rotate(180deg);
 transition: transform 0.2s;
}

.header-icons {
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 align-self: flex-end;
 margin-right: clamp(4px, 1vw, 8px);
 margin-left: 0;
}

.service-link {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 height: 40px; 
}
.service-icon {
 width: 41px;
 height: 40px;
 display: block;
 margin-top: 2px; 
}

.services-popup {
 position: fixed;
 top: 180px; 
 right: 32px;
 display: none;
 align-items: flex-start;
 justify-content: center;
 z-index: 10002; 
 max-width: 360px;
 width: 360px;
}
.services-popup-content {
 background: #fff;
 border-radius: 10px;
 box-shadow: 6px 5px 16px 0px rgba(100, 116, 139, 0.13), 0px 4px 3px 0px rgba(100, 116, 139, 0.05);
 padding: 10px;
 width: 360px;
 margin-top: 0;
}
.service-item,
.top_menu_item {
 display: grid;
 grid-template-columns: 56px 1fr 28px;
 align-items: center;
 gap: 12px;
 background: #F9F9F9;
 border-radius: 10px;
 padding: 10px;
 text-decoration: none;
 margin: 8px 0;
}
.service-item:hover, .top_menu_item:hover { background: #F7F8FA; }
.service-item img, .top_menu_item .image img { max-width: 40px; width: 40px; height: 40px; border-radius: 10px; display: block; }
.service-item-title, .top_menu_item .text b { font-family: 'Geist Variable'; font-weight: 500 !important; font-size: 14px !important; color: #000; }
.service-item-sub, .top_menu_item .text p { font-family: 'Geist Variable'; font-weight: 400 !important; font-size: 12px !important; color: #354052; margin: 0; }
.service-item-arrow { display: inline-flex; align-items: center; justify-content: center; opacity: 0.9; }

.header-login-btn {
 margin-left: 16px;
 border-radius: 6px;
 border: 2px solid #1B2D3B;
 padding: 8px 32px;
 font-family: 'Geist Variable';
 font-weight: 600 !important;
 font-size: 16px !important;
 color: #1B2D3B;
 background: none;
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 align-self: flex-end;
 margin-right: 0;
 margin-left: 0;
}

.header-login-btn:link,
.header-login-btn:visited,
.header-login-btn:hover,
.header-login-btn:active,
.header-shop-btn:link,
.header-shop-btn:visited,
.header-shop-btn:hover,
.header-shop-btn:active { 
 text-decoration: none; 
}

.modal-region {
 display: none;
 position: fixed;
 z-index: 1000;
 left: 0;
 top: 0;
 width: 100vw;
 height: 100vh;
 overflow: auto;
 background: rgba(0,0,0,0.15);
}
.modal-region-content {
 background: #fff;
 margin: 40px auto;
 padding: 32px 32px 16px 32px;
 border-radius: 8px;
 width: 90%;
 max-width: 520px;
 min-width: 320px;
 position: relative;
 box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}
.modal-region-close {
 position: absolute;
 top: 16px;
 right: 24px;
 font-size: 32px !important;
 color: #222;
 cursor: pointer;
 font-weight: 300 !important;
}
.modal-region-list {
 display: flex;
 gap: 48px;
 justify-content: center;
 margin-bottom: 24px;
}
.modal-region-list ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.modal-region-list li {
 color: #E62F2A;
 font-size: 18px !important;
 font-family: 'Geist Variable';
 margin-bottom: 8px;
 cursor: pointer;
 transition: color 0.2s;
}
.modal-region-list li:hover {
 color: #B71C1C;
}
.modal-region-footer {
 font-size: 16px !important;
 color: #111;
 font-family: 'Geist Variable';
 margin-top: 12px;
 font-weight: 600 !important;
}

.header-menu {
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 gap: clamp(8px, 2vw, 48px);
 box-sizing: border-box;
}
.header-menu > ul,
.header-menu-mobile > ul {
 list-style: none;
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 padding: 0;
 margin: 0;
}
.header-menu > ul > li,
.header-menu-mobile > ul > li {
 margin: 0;
 padding: 0;
}

.header-menu > ul > li { position: relative; }
.header-menu > ul > li > ul {
 position: absolute;
 top: calc(100% + 8px);
 left: 0;
 display: none;
 min-width: 320px;
 max-width: 560px;
 background: #ffffff;
 border-radius: 8px;
 box-shadow: 0 8px 24px rgba(0,0,0,0.08);
 padding: 12px 16px;
 z-index: 1100;
}
.header-menu > ul > li.menu-item-hover > ul { display: block; }
.header-menu > ul > li > ul > li { list-style: none; margin: 0; padding: 0; }
.header-menu > ul > li > ul > li > a {
 display: block;
 padding: 12px 16px;
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-size: 16px !important;
 color: #0A0B0D;
 text-decoration: none;
 background: #F9F9F9; 
 border-radius: 10px;
}
.header-menu > ul > li > ul > li + li > a { margin-top: 8px; }
.header-menu > ul > li > ul > li > a:hover {
 background: #F7F8FA;
 color: #0A0B0D;
}

.desktop-submenu {
 position: absolute;
 top: calc(100% + 12px);
 left: 0;
 width: clamp(320px, 44vw, 640px);
 background: #ffffff;
 border-radius: 18px;
 box-shadow: 6px 20px 40px rgba(16, 24, 40, 0.12), 0 4px 8px rgba(16, 24, 40, 0.06);
 border: 1px solid #EEF1F5;
 padding: 18px 20px;
 z-index: 1100;
 opacity: 0;
 transform: none; /* avoid WebKit autocomplete offset bug */
 visibility: hidden;
 pointer-events: none;
 transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.desktop-submenu.open {
 opacity: 1;
 transform: none;
 visibility: visible;
 pointer-events: auto;
}
.desktop-submenu ul {
 list-style: none;
 padding: 0;
 margin: 0;
}
.desktop-submenu li a {
 display: block;
 padding: 16px 20px;
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-size: 18px !important;
 line-height: 1.35;
 color: #0A0B0D;
 text-decoration: none;
 background: #F9F9F9;
 border-radius: 12px;
}
.desktop-submenu li + li a { margin-top: 8px; }
.desktop-submenu li a:hover { background: #F7F8FA; }
.header-menu a {
 font-family: 'Geist Variable';
 font-weight: 500 !important;
 color: #0A0B0D;
 text-decoration: none;
 font-style: normal;
 transition: color 0.2s;
 white-space: nowrap;
}
.header-menu a,
.header-menu a *,
.header-menu a:link,
.header-menu a:visited,
.header-menu a:hover,
.header-menu a:active {
 background: transparent !important;
 color: #0A0B0D !important;
}
.header-menu li.root-item-selected > a,
.header-menu li.item-selected > a,
.header-menu li.current > a,
.header-menu li.active > a,
.header-menu a.selected,
.header-menu a.active,
.header-menu a.current {
 background: transparent !important;
 color: #0A0B0D !important;
}

.header-menu a[href*="internet" i],
.header-menu a[href*="magazin" i],
.header-menu a[href*="shop" i] {
 background: transparent !important;
 color: #0A0B0D !important;
 border-radius: 0 !important;
 position: relative;
 padding-bottom: 4px;
}

.header-menu a[href*="internet" i]::after,
.header-menu a[href*="magazin" i]::after,
.header-menu a[href*="shop" i]::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 0;
 height: 2px;
 background: #E62F2A;
 transition: width 0.3s ease;
}

.header-menu a[href*="internet" i]:hover::after,
.header-menu a[href*="magazin" i]:hover::after,
.header-menu a[href*="shop" i]:hover::after {
 width: 100%;
}
.header-menu li.root-item-selected > a,
.header-menu li.item-selected > a,
.header-menu li.current > a,
.header-menu li.active > a,
.header-menu a.selected,
.header-menu a.active,
.header-menu a.current {
 background: transparent !important;
 color: #0A0B0D !important;
}
.header-menu-popup {
 display: none;
 position: fixed;
 z-index: 1001;
 top: 0;
 right: 0;
 width: 40vw;
 min-width: 220px;
 max-width: 400px;
 height: 100vh;
 background: #fff;
 box-shadow: -2px 0 16px rgba(0,0,0,0.08);
 border-top-left-radius: 20px;
 border-bottom-left-radius: 20px;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 display: flex;
 flex-direction: column;
 align-items: stretch;
 justify-content: flex-start;
 padding: 0 0 0 0;
 overflow-y: auto;
 overflow-x: hidden;
}
.header-menu-popup-content {
 background: none;
 box-shadow: none;
 padding: 24px 24px 24px 24px;
 border-radius: 0;
 min-width: 0;
 min-height: 0;
 display: flex;
 flex-direction: column;
 align-items: stretch;
 position: relative;
 overflow-x: hidden;
}
@keyframes slideInMenu {
 from { right: -100vw; opacity: 0; }
 to { right: 0; opacity: 1; }
}
.header-menu-popup-close {
 position: absolute;
 top: 16px;
 right: 16px;
 font-size: 2rem;
 color: #222;
 background: none;
 border: none;
 cursor: pointer;
 z-index: 2;
 padding: 4px 8px;
 line-height: 1;
}
.header-menu-popup-close:hover {
 color: #e53935;
}
.header-menu-mobile {
 display: flex;
 flex-direction: column;
 gap: 16px;
 margin: 0;
 margin-top: 32px;
 padding-bottom: 120px; 
}
.header-menu-mobile > ul { display: flex !important; flex-direction: column !important; align-items: stretch; gap: 0; }
.header-menu-mobile ul { list-style: none; margin: 0; padding: 0; }
.header-menu-mobile li { list-style: none; margin: 0; padding: 0; }
.header-menu-mobile .mobile-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 0px; border-bottom: none; }
.header-menu-mobile .mobile-link { font-size: 14px !important; color: #0A0B0D; text-decoration: none; font-weight: 700 !important; text-transform: uppercase; letter-spacing: 0.06em; flex: 1; }
.header-menu-mobile .mobile-arrow { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: transparent; color: #000; cursor: pointer; user-select: none; transition: transform .18s ease, background .18s ease; border: none; }
.header-menu-mobile .mobile-arrow::after { content: "▾"; font-size: 16px !important; line-height: 1; }
.header-menu-mobile .has-sub.open > .mobile-row .mobile-arrow { transform: rotate(180deg); background: #EEF1F5; }
.header-menu-mobile .mobile-submenu { display: none; }
.header-menu-mobile .mobile-submenu a { display:block; padding: 10px 16px; margin: 6px 0px 0 0px; color:#0A0B0D; text-decoration:none; font-size: 14px !important; font-weight: 500 !important; background:#F9FAFB; border-radius: 10px; }
.header-menu-mobile .has-sub.open > .mobile-submenu { display: block; }
.header-menu-mobile a {
 font-size: 1.1rem;
 color: #0A0B0D;
 text-decoration: none;
 font-weight: 500 !important;
 padding: 6px 0;
 border-bottom: 1px solid #f0f0f0;
}

.header-menu-popup-phone {
 display: flex;
 align-items: center;
 justify-content: flex-start;
 margin-top: 32px;
 font-size: 1.15rem;
 font-weight: 600 !important;
 color: #0A0B0D;
 gap: 12px;
 cursor: pointer;
 position: relative;
}
.header-menu-popup-phone-number {
 font-size: 1.15rem;
 font-weight: 600 !important;
 color: #0A0B0D;
}
.header-menu-popup-phone-arrow {
 font-size: 1.3rem;
 color: #0A0B0D;
 margin-left: 4px;
}
.header-menu-popup-phone-arrow.open {
 transform: rotate(180deg);
}
.header-menu-popup-phone-dropdown {
 position: absolute;
 bottom: 56px;
 left: 24px;
 min-width: 150px;
 max-width: 210px;
 background: #fafbfc;
 box-shadow: 0 4px 12px rgba(0,0,0,0.07);
 border-radius: 10px;
 z-index: 30;
 margin-bottom: 8px;
 padding: 4px 0;
 display: none;
}
.header-menu-popup-phone-dropdown-item {
 padding: 7px 16px;
 font-size: 1rem;
 color: #0A0B0D;
 cursor: pointer;
 white-space: nowrap;
 background: #fafbfc;
}
.header-menu-popup-phone-dropdown-item:hover {
 background: #f0f1f3;
}
.header-menu-popup-phone-footer {
 position: static;
 width: 100%;
 background: #fff;
 border-top: 1px solid #f0f0f0;
 display: flex;
 align-items: center;
 gap: 12px;
 font-size: 1.15rem;
 font-weight: 600 !important;
 color: #0A0B0D;
 min-height: 56px;
 margin-top: auto;
 margin-bottom: 30px;
}
.header-menu-popup-phone-icon {
 font-size: 1.2rem;
 color: #e53935;
}
.header-menu-popup-socials {
 position: static;
 width: 100%;
 background: #fff;
 border-top: 1px solid #f0f0f0;
 display: flex;
 align-items: center;
 gap: 12px;
}
.header-menu-popup-socials .label { font-size: 0.9rem; color: #6B7280; margin-right: 8px; }
.header-menu-popup-socials a {
 color:#1B2634;
 text-decoration:none;
 display:inline-flex;
 align-items:center;
 justify-content:center;
 width:40px;
 height:40px;
 font-size: 20px !important; 
}

.header-menu-popup-phone-number {
 font-size: 1.15rem;
 font-weight: 600 !important;
 color: #0A0B0D;
}
.header-menu-popup-phone-arrow {
 font-size: 1.3rem;
 color: #0A0B0D;
 margin-left: 4px;
}
.header-menu-popup-phone-arrow.open {
 transform: rotate(180deg);
}
.header-menu-popup-phone-dropdown {
 position: absolute;
 bottom: 56px;
 left: 24px;
 min-width: 150px;
 max-width: 210px;
 background: #fafbfc;
 box-shadow: 0 4px 12px rgba(0,0,0,0.07);
 border-radius: 10px;
 z-index: 30;
 margin-bottom: 8px;
 padding: 4px 0;
 display: none;
}
.header-menu-popup-phone-dropdown-item {
 padding: 7px 16px;
 font-size: 1rem;
 color: #0A0B0D;
 cursor: pointer;
 white-space: nowrap;
 background: #fafbfc;
}
.header-menu-popup-phone-dropdown-item:hover {
 background: #f0f1f3;
}

.breadcrumbs {
 display: flex;
 align-items: center;
 background: #F5F5F5;
 font-family: 'Geist Variable';
 font-size: 14px !important;
 width: 100%;
 box-sizing: border-box;
 padding-top: 18px;
}

.breadcrumb-link,
.breadcrumb-current {
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-style: normal;
 font-size: 14px !important;
 color: #545454;
 text-decoration: none;
 transition: color 0.2s;
 white-space: nowrap;
}

.breadcrumb-current {
 color: #1E1E1E;
 font-weight: 500 !important;
}

.breadcrumb-separator {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 margin: 0 8px;
 color: #545454;
 font-size: 8px !important;
 font-weight: 900 !important;
 line-height: 1;
 vertical-align: middle;
 user-select: none;
 pointer-events: none;
 width: 3px;
 height: 6px;
 -webkit-text-stroke: 1px #545454;
}

.breadcrumbs-container {
 max-width: 1170px;
 margin: 0 auto;
 width: 100%;
 padding-left: 32px;
 display: flex;
 align-items: center;
 gap: 8px;
 box-sizing: border-box;
}

.breadcrumbs .bx-breadcrumb {
 display: inline-flex;
 align-items: center;
 flex-wrap: wrap;
 margin: 0;
}
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item {
 display: inline-flex;
 align-items: center;
 position: relative;
}
.breadcrumbs .bx-breadcrumb a,
.breadcrumbs .bx-breadcrumb span {
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-size: 14px !important;
 color: #545454 !important;
 text-decoration: none !important;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item-separator { 
 display: inline-flex !important; 
 align-items: center; 
 justify-content: center; 
 margin: 0 8px; 
 color: #545454; 
}
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item-separator::before {
 content: "\f054"; 
 font-family: 'Font Awesome 6 Free';
 font-weight: 900 !important;
 font-size: 10px !important;
 line-height: 1;
}

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item + .bx-breadcrumb-item::before {
 display: none;
}

.breadcrumbs .breadcrumbs-container ul,
.breadcrumbs .breadcrumbs-container ol {
 display: inline-flex;
 align-items: center;
 gap: 0;
 list-style: none;
 padding: 0;
 margin: 0;
 flex-wrap: wrap;
}
.breadcrumbs .breadcrumbs-container li {
 display: inline-flex;
 align-items: center;
}
.breadcrumbs .breadcrumbs-container li + li::before {
 content: "\f054"; 
 font-family: 'Font Awesome 6 Free';
 font-weight: 900 !important;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 margin: 0 8px;
 color: #545454;
 font-size: 10px !important;
}
.breadcrumbs .breadcrumbs-container li a,
.breadcrumbs .breadcrumbs-container li span {
 font-family: 'Geist Variable';
 font-weight: 400 !important;
 font-size: 14px !important;
 color: #545454;
 text-decoration: none;
}
.breadcrumbs .breadcrumbs-container li:last-child a,
.breadcrumbs .breadcrumbs-container li:last-child span { color: #1E1E1E; }

.mobile-breadcrumb-nav {
 display: inline-flex;
 align-items: center;
 gap: 0;
 white-space: nowrap;
}
.mobile-breadcrumb-nav .breadcrumb-link { color: #545454; }
.mobile-breadcrumb-nav .breadcrumb-current { color: #1E1E1E; }
.mobile-breadcrumb-nav .breadcrumb-separator { margin: 0 8px; color: #545454; font-size: 10px !important; }

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item span,
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item a,
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item a span {
 font-family: 'Geist Variable' !important;
 font-size: 14px !important;
 color: #545454 !important;
 text-decoration: none !important;
 white-space: normal !important;
}

.breadcrumbs .bx-breadcrumb a:link,
.breadcrumbs .bx-breadcrumb a:visited,
.breadcrumbs .bx-breadcrumb a:hover,
.breadcrumbs .bx-breadcrumb a:active { color: #545454 !important; text-decoration: none !important; }

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:last-child span,
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:last-child a,
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:last-child a span { color: #1E1E1E !important; }

.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:not(:first-child) {
 padding-left: 12px;
}
.breadcrumbs .bx-breadcrumb .bx-breadcrumb-item:not(:first-child)::before {
 
 content: "\f054";
 font-family: 'Font Awesome 6 Free';
 font-weight: 900 !important;
 font-size: 10px !important;
 color: #545454;
 position: absolute;
 left: 0;
 top: 50%;
 transform: translateY(-50%);
 background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath fill='%23545454' d='M0.7 13.6L7.9 6.9 0.7 0.3 0 1.1l6.4 5.8L0 12.7l0.7 0.9z'/%3E%3C/svg%3E") no-repeat center/contain; 
}

.breadcrumbs ul,
.breadcrumbs ol,
.breadcrumbs li {
 list-style: none !important;
 padding-left: 0 !important;
 margin: 0;
}

.breadcrumbs li::before {
 content: none;
}

.city-popup {
 background: #fff;
 border-radius: 18px;
 box-shadow: 0 8px 32px rgba(0,0,0,0.12);
 padding: 32px 32px 24px 32px;
 max-width: 600px;
 width: 90vw;
 margin: 40px auto;
 position: relative;
 font-family: 'Geist Variable';
 color: #1B2634;
 z-index: 1002;
 transition: box-shadow 0.2s;
 max-height: 80vh; 
 overflow: hidden; 
}

.city-popup-close {
 position: absolute;
 top: 18px;
 right: 24px;
 font-size: 2rem;
 color: #222;
 background: none;
 border: none;
 cursor: pointer;
 z-index: 2;
 line-height: 1;
 font-weight: 300 !important;
 transition: color 0.2s;
}

.city-popup-list {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 0 48px;
 margin-bottom: 24px;
 padding: 0;
 list-style: none;
}
.city-popup-list ul { border: none !important; margin: 0; padding: 0 0 0 0; }
.city-popup-list ul li { border: none !important; }
.city-popup-list li {
 font-family: 'Geist Variable';
 font-size: 20px !important;
 color: #E62F2A;
 cursor: pointer;
 transition: color 0.2s;
 white-space: nowrap;
}
.city-popup-list li:hover {
 color: #B71C1C;
 text-decoration: underline;
}

.city-other a { 
 color: #000 !important; 
 border: none !important; 
}
.city-other::before,
.city-other::after,
.city-popup-list *::before,
.city-popup-list *::after { 
 display: none !important; 
 border: none !important;
}

.city-popup-footer {
 font-family: 'Geist Variable';
 font-size: 18px !important;
 color: #111;
 margin-top: 12px;
 letter-spacing: 0.01em;
 grid-column: 1 / -1;
 text-align: left;
 border-top: none; 
}

.modal-region-list li b {
 color: #1B2634;
 font-weight: 500 !important;
 font-size: 18px !important;
}

@media (max-width: 768px) {
 .breadcrumbs-container { padding: 0 2vw; }
}
@media (max-width: 576px) {
 .breadcrumbs-container { padding: 0 10px; }
}

@media (max-width: 979px) {
 .header-menu-popup {
 left: auto;
 right: 0;
 top: 0;
 bottom: 0;
 width: 50vw;
 min-width: 280px;
 max-width: 520px;
 height: 100vh;
 border-top-left-radius: 20px;
 border-bottom-left-radius: 20px;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 }
 .header-menu-popup-content { height: 100%; overflow-y: auto; }
}

@media (min-width: 1440px) {
 .services-popup {
 top: 180px; 
 right: calc(50% - 720px + 32px); 
 }
}

@media (max-width: 1200px) {
 .services-popup {
 top: 180px; 
 right: 16px;
 width: 320px;
 max-width: 320px;
 }
}

@media (max-width: 768px) {
 .services-popup {
 top: 180px; 
 right: 10px;
 width: 300px;
 max-width: 300px;
 }
}

@media (max-width: 576px) {
 .services-popup {
 top: 180px; 
 right: 10px;
 width: calc(100vw - 20px);
 max-width: calc(100vw - 20px);
 }
 .services-popup-content { 
 width: 100%;
 }
}

@media (max-width: 600px) {
 .city-popup {
 padding: 18px 8px 12px 8px;
 max-width: 98vw;
 border-radius: 12px;
 }
 .city-popup-list {
 grid-template-columns: 1fr;
 gap: 0 0;
 }
 .city-popup-list li {
 font-size: 16px !important;
 margin-bottom: 8px;
 }
 .city-popup-footer {
 font-size: 15px !important;
 }
 .city-popup-close {
 top: 8px;
 right: 12px;
 font-size: 1.5rem;
 }
}

@media (max-width: 1400px) {
 .header-phone{
 margin-left: clamp(10px, 1.2vw, 63px);
 }
}
@media (max-width: 1249px) {
 .container.header-container {
 padding: 16px 16px !important;
 max-width: 100% !important;
 box-sizing: border-box !important;
 }
 .header-logo {
 width: clamp(100px, 8vw, 120px) !important;
 max-width: 120px !important;
 margin-right: 8px !important;
 flex-shrink: 0 !important;
 }
 .header-logo-block {
 flex-shrink: 0 !important;
 max-width: 120px !important;
 }
 .header-middle-row {
 gap: 6px !important;
 padding: 0 !important;
 flex-wrap: nowrap !important;
 width: 100% !important;
 max-width: 100% !important;
 box-sizing: border-box !important;
 align-items: flex-end !important;
 }
 .header-login-btn {
 padding: 8px 16px !important;
 font-size: 13px !important;
 white-space: nowrap !important;
 flex-shrink: 0 !important;
 margin-left: auto !important;
 margin-right: 0 !important;
 min-width: fit-content !important;
 max-width: none !important;
 box-sizing: border-box !important;
 visibility: visible !important;
 opacity: 1 !important;
 display: flex !important;
 }
 .header-search {
 max-width: 200px !important;
 min-width: 120px !important;
 flex-shrink: 1 !important;
 margin-right: 6px !important;
 box-sizing: border-box !important;
 }
 .header-shop-btn {
 margin-right: 6px !important;
 flex-shrink: 0 !important;
 padding: 12px 8px !important;
 font-size: 11px !important;
 box-sizing: border-box !important;
 }
 .header-icons {
 flex-shrink: 0 !important;
 margin-right: 6px !important;
 box-sizing: border-box !important;
 }
 .header-phone {
 margin-right: 6px !important;
 font-size: 12px !important;
 flex-shrink: 0 !important;
 white-space: nowrap !important;
 }
 .header-slogan {
 display: none !important;
 }
}
@media (max-width: 1200px) {
 .header-slogan {
 display: none;
 }
 .header-search {
 max-width: 391px;
 min-width: 100%;
 min-width: 150px;
 }
 .header-menu a {
 font-size: 14px !important;
 }
 .header-middle-row {
 margin-bottom: 15px;
 }
}
@media (max-width: 1024px) {
 .header-menu a {
 font-size: 12px !important;
 }
}

@media (min-width: 980px) {
 .header-burger {
 display: none !important;
 }
}
@media (max-width: 979px) {
 .header-search {
 width: 100% !important;
 min-width: 0 !important;
 max-width: none !important;
 }
 .header-menu {
 display: none !important;
 }
 .header-menu-popup {
 display: flex;
 }
 .header-menu{
 display: none;
 }
 .header-slogan {
 display: block;
 grid-area: slogan;
 font-size: 13px !important;
 line-height: 1.3;
 color: #0A0B0D;
 font-weight: 400 !important;
 margin: 0;
 padding: 0 0 0 0;
 align-self: center;
 justify-self: start;
 max-width: 100%;
 white-space: normal;
 }
 .header-middle-row {
 display: grid;
 grid-template-areas:
 "logo slogan icons login"
 "search search search burger"
 "shop shop shop burger";
 grid-template-columns: auto 1fr auto auto;
 grid-template-rows: auto 40px 40px;
 gap: 20px;
 margin-bottom: 16px;
 align-items: center;
 }

 .header-logo-block {
 grid-area: logo;
 align-self: center;
 }

 .header-login-btn {
 grid-area: login;
 white-space: nowrap;
 justify-self: end;
 margin-left: 0;
 }

 .header-search {
 grid-area: search;
 width: 100%;
 height: 40px;
 margin: 0;
 }

 .header-shop-btn {
 grid-area: shop;
 margin: 0;
 justify-content: center;
 
 }

 .header-burger {
 grid-area: burger;
 width: 80px;
 height: 100%;
 background: #FFFFFF;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 50px !important;
 margin-left: auto;
 border: none;
 color: #000; 
 }
 .header-burger i { color: #000; }

 .header-phone,
 .header-region-right .header-social-label {
 display: none;
 }
}
@media (max-width: 768px) {
 .breadcrumbs {
 padding: 12px 0 12px 0;
 font-size: 12px !important;
 gap: 4px;
 }
 .breadcrumb-link,
 .breadcrumb-current {
 font-size: 12px !important;
 }
 .breadcrumb-separator {
 margin: 0 4px;
 font-size: 6px !important;
 font-weight: 900 !important;
 width: 3px;
 height: 6px;
 -webkit-text-stroke: 0.8px #545454;
 }
}

@media (max-width: 650px) {
 .header-slogan {
 display: none !important;
 }
 .header-middle-row {
 gap: 4px;
 margin-bottom: 0;
 }
 .header-lang .active {
 margin-right: 16px;
 }
 .header-icons{
 margin-left: auto;
 }
}

@media (max-width: 768px) {
 .container.header-container {
 padding: 24px 2vw;
 }
}

@media (max-width: 576px) {
 .container.header-container {
 padding: 16px 10px;
 }
}

/* Active menu item style (Gray Shape) */
.header-menu a.active {
 background-color: #F3F4F6 !important;
 color: #1B2634 !important;
 font-weight: 600 !important;
 border-radius: 8px;
 padding: 8px 12px;
 transition: background-color 0.2s ease, color 0.2s ease;
}

/* End */


/* Start:/local/components/asd/services.dropdown/templates/.default/style.css?17760745571504*/
/* как у лендинга rocadabox (style_rocadaid.css) */
.rocada-services-dropdown {
	position: relative;
}

.rocada-services-dropdown .top_menu {
	display: none;
}

.rocada-services-dropdown.rocada-services-dropdown--open .top_menu {
	display: block;
}

.top {
	position: relative;
}

.top .menu {
	cursor: pointer;
	display: block;
	border-radius: 50%;
}

.top .menu img {
	display: block;
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
	box-sizing: border-box;
}

.top_menu {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 99999;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 6px 5px 16px 0 rgba(100, 116, 139, 0.13), 0 4px 3px 0 rgba(100, 116, 139, 0.05);
}

.top_menu_item {
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	min-width: max-content;
	margin-bottom: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	background: #f9f9f9;
	border-radius: 10px;
}

.top_menu_item:last-child {
	margin-bottom: 0;
}

.top_menu_item .image {
	position: relative;
	display: block;
	width: min-content;
	margin-right: 13px;
}

.top_menu_item .image img {
	max-width: 40px;
}

.top_menu_item .text {
	text-align: justify;
	line-height: 16px;
	margin-right: 40px;
}

.top_menu_item .text b {
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.top_menu_item .text p {
	font-size: 12px;
	color: #354052;
	margin-top: 10px;
	margin-bottom: 0;
}

.top_menu_item svg {
	margin-left: auto;
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1679555859585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/rocada/assets/style/style_footer.css?177857890720187*/
@font-face {
  font-family: 'Geist Variable';
  src: url('/local/templates/rocada/assets/fonts/geist/Geist-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TT Norms Pro';
  src: url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Regular.woff2') format('woff2'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Regular.woff') format('woff');
  font-weight: 400 !important;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.woff2') format('woff2'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.woff') format('woff');
  font-weight: 500 !important;
  font-style: normal;
  font-display: swap;
}
/* TTNormsPro-Bold файлы не найдены, используем Medium для bold текста */
@font-face {
  font-family: 'TT Norms Pro';
  src: url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.woff2') format('woff2'),
       url('/local/templates/rocada/assets/fonts/tt-norms/TTNormsPro-Medium.woff') format('woff');
  font-weight: 700 !important;
  font-style: normal;
  font-display: swap;
}

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  background: #1E1E1E;
  width: 100%;
  position: relative;
}

.footer .container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 16px 32px;
  box-sizing: border-box;
}


.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.footer__logo-block {
  flex: 0 0 auto;
}

.footer__logo {
  width: clamp(140px, 14vw, 210px);
  min-width: 0;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}


.footer__city {
  display: flex;
  align-items: center;
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-size: 24px !important;
  color: #fff;
  gap: 8px;
}
.footer__city-arrow{
  color: #fff;
}
.footer__city-icon {
  width: 8.33px;
  height: 8.33px;
  transform: rotate(-135deg);
  margin-left: 8px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer__phone {
  margin-bottom: 0;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  padding: 0;
  height: 30px;
}
.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none !important;
  border: none;
}
.footer__social-icon,
.footer__social svg,
.footer__social img {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
  display: block;
  color: #fff;
}
.footer__social-icon::before {
  font-size: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  vertical-align: middle;
}
.footer__social:link,
.footer__social:visited,
.footer__social:hover,
.footer__social:active {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

.fa-vk.footer__social-icon,
.footer__social .fa-vk {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  font-stretch: expanded;
}
.fa-vk.footer__social-icon::before {
  font-size: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fa-youtube.footer__social-icon,
.footer__social .fa-youtube {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.fa-youtube.footer__social-icon::before {
  font-size: 30px !important;
  line-height: 30px !important;
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.footer__phone-block {
  align-self: flex-end;
}

.footer__socials-block {
  align-self: flex-end;
  margin-top: auto;
}

.footer__email,
.footer__phone {
  font-family: 'Geist Variable';
  font-weight: 600 !important;
  font-size: 24px !important; 
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.footer__divider {
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.2;
  border: none;
  margin: 0;
}


.footer__middle {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 36px;
  overflow-x: auto;
  gap: 0;
}

.footer__col {
  word-break: break-word;
}


.footer__title {
  font-family: 'Geist Variable';
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #fff;
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.footer__title a {
  color: #fff;
  text-decoration: none;
  font-weight: 500 !important;
}

.footer__title a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-city-link:hover,
.footer-city-link:focus,
.footer-city-link:active {
    color: inherit !important;
    text-decoration: none;
}


.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer__list a {
  font-family: 'Geist Variable';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;
  color: #fff;
  opacity: 0.6 !important;
  text-decoration: none;
  transition: opacity 0.2s;
}

.footer__subscribe-text {
  display: inline-block;
  width: auto;
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px !important;
  color: #fff;
  opacity: 0.56 !important;
  margin-bottom: 4px;
}

.footer__form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 343px;
  min-width: 0;
  box-sizing: border-box;
  padding: 12px 16px;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  max-height: 48px;
}


.footer__input {
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #8F8F8F;
  background: transparent;
  border: none;
  outline: none;
  flex: 1 1 0;
  min-width: 0;
  width: 0;
  vertical-align: middle;
}

.footer__form .footer__icon,
.footer__form .footer__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.footer__button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__rocadabox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.footer__rocadabox-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__rocadabox-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__rocadabox-title {
  font-family: 'Geist Variable';
  font-weight: 597 !important;
  font-style: normal;
  font-size: 32px !important;
  line-height: 36px;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
}

.footer__rocadabox-desc {
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px !important;
  color: #fff;
  opacity: 0.7 !important;
  text-align: center;
}

.footer__qrcode {
  width: 100%;
  min-width: 90px;
  max-width: 125px;
  height: auto;
  max-height: 125px;
  object-fit: contain;
  display: block;
}

.footer__apps {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.footer__bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

.footer__bottom-left {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.footer__bottom-right {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
}

.footer__rocadabox-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.footer__apps-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.footer__bottom-left,
.footer__bottom-right {
  min-width: 0;
  max-width: 100%;
}

.footer__subscribe {
  display: inline-block;
  width: auto;
  margin-bottom: 32px;
}

.footer__rocadabox-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__rocadabox-row {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.footer__rocadabox-logo-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__rocadabox-img {
  max-width: 269px;
  width: 100%;
  min-width: 210px;
  max-height: 58px;
  width: 100%;
  height: auto;
  object-fit: contain;
  flex-shrink: 1;
}
 
.footer__rocadabox-logo {
  width: 100%;
  min-width: 47px;
  max-width: 67px;
  height: auto;
  max-height: 67px;
  object-fit: contain;
  display: block;
  flex-shrink: 1;
}

.footer__apps-row {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  align-items: center;
}

.footer__copyright {
  font-family: 'TT Norms Pro';
  font-weight: 400 !important;
  font-style: normal;
  font-size: 14px !important;
  color: #fff;
  margin-top: auto;
  display: inline-block;
  width: 100%;
  min-width: 0;
  word-break: break-word;
  white-space: normal;
}

.footer__copyright a {
  color: #fff;
  text-decoration: none;
  pointer-events: auto;
}

.footer__app-icon {
  max-width: 138px;
  max-height: 40px;
  width: 100%;
  height: auto;
  min-width: 0;
  object-fit: contain;
}

.footer__email-error {
  color: #f00;
  font-size: 14px !important;
  margin-top: 4px;
  display: block;
  line-height: 1.2;
  max-width: 320px;
  width: auto;
  word-break: break-word;
  white-space: normal;
  position: absolute;
  left: 0;
  top: 100%;
}


@media (max-width: 1200px) {
  .footer .container {
    max-width: 100%;
    padding: 16px 32px;
  }
}

@media (max-width: 1024px) {
  .footer__city,
  .footer__email,
  .footer__phone {
    font-size: 20px !important;
  }
  .footer__city-arrow {
    font-size: 18px !important;
  }
  .footer__social {
    width: 25px !important;
    height: 25px !important;
  }
  .footer__socials {
    margin-top: 8px;
    height: auto;
  }
  .fa-vk.footer__social-icon::before,
  .fa-youtube.footer__social-icon::before,
  .footer__social-icon::before {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
  }
  .footer__top,
  .footer__middle {
    margin-bottom: 25px;
  }
  .footer__middle {
    margin-top: 25px;
  }
  .footer__title,
  .footer__list a {
    font-size: 14px !important;
  }
  .footer__list {
    gap: 8px;
  }
  .footer__subscribe{
    margin-bottom: 20px;
  }
}

@media (max-width: 900px) {
  .footer__bottom-row {
    flex-direction: column;
    gap: 20px;
  }
  .footer__bottom-left {
    width: 100%;
    max-width: 100%;
  }
  .footer__bottom-right {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__rocadabox-row {
    flex-direction: row;
    gap: 12px;
    width: 100%;
    justify-content: space-between;
  }
  .footer__subscribe {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__form {
    width: 100%;
    max-width: 100%;
  }
  .footer__apps-row {
    gap: 12px;
  }
  .footer__qrcode {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .footer .container {
    padding: 24px 16px;
  } 
  .footer__city {
    font-size: 18px !important;
  }
  .footer__email,
  .footer__phone {
    font-size: 18px !important;
  }
}

.footer__mobile-header.d-mobile-only {
  display: none;
}

@media (max-width: 690px) {
  .footer__top.footer__top-margin.d-desktop-only {
      display: none;
  }
  .footer__mobile-header.d-mobile-only {
      display: block;
  }
}

@media (min-width: 691px) {
  .footer__mob-header.d-mobile-only {
    display: none !important;
  }
}


@media (max-width: 690px) {
  .footer__mob-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 15px 16px;
    align-items: center;
    margin-bottom: 20px;
  }
  .footer__mob-logo-block {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    display: flex;
    align-items: center;
  }
  .footer__mob-logo {
    max-width: 210px;
    width: 100%;
    display: block;
  }
  .footer__mob-contacts {
    grid-column: 2 /2;
    grid-row: 1 / 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
  }
  .footer__mob-email {
    color: #fff;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-decoration: none;
    font-family: 'Geist Variable';
  }
  .footer__mob-phone {
    color: #fff;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Geist Variable';
  }
  .footer__phone-link {
    color: inherit !important;
    text-decoration: none !important;
    cursor: pointer;
}
.footer__phone-link:hover {
    color: inherit !important;
    text-decoration: underline !important; /* если нужно подчеркивание при наведении */
}

  .footer__mob-city {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
    color: #fff;
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Geist Variable';
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .footer__mob-city-arrow {
    font-size: 15px !important;
    color: #fff;
  }
  .footer__mob-socials {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
  }
  .footer__mob-social-icon {
    font-size: 26px !important;
    color: #fff;
    transition: color 0.2s;
  }
}

@media (max-width: 576px) {
  .footer .container {
    padding: 16px 10px;
  }
  
}

@media (max-width: 690px) {
  .footer__middle {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 8px;
    margin-bottom: 18px;
    scroll-snap-type: x mandatory;
  }
  .footer__col {
    min-width: 220px;
    background: #232323;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 16px 12px 12px 16px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    margin-bottom: 0;
  }
  .footer__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .footer__title::before {
    font-family: 'Geist Variable';
    font-weight: 900 !important;
    font-size: 16px !important;
    color: #e53935;
    margin-right: 4px;
    display: inline-block;
  }
  .footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer__list li {
    margin-bottom: 8px;
  }
  .footer__list a {
    color: #fff;
    font-size: 15px !important;
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer__list a:hover {
    color: #e53935;
  }
}

@media (max-width: 690px) {
  .footer__middle {
    padding: 0 0 12px 0;
    margin-bottom: 0;
    background: none;
  }
  .footer__accordion {
    width: 100%;
  }
  .footer__acc-item {
    border-radius: 10px;
    background: #232323;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    overflow: hidden;
    transition: box-shadow 0.2s;
  }
  .footer__acc-title {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 18px !important;
    font-family: 'Geist Variable';
    font-weight: 700 !important;
    padding: 14px 16px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
  }
  .footer__acc-title i {
    font-size: 16px !important;
    margin-left: 8px;
    transition: transform 0.2s;
  }
  .footer__acc-item.active .footer__acc-title i {
    transform: rotate(180deg);
  }
  .footer__acc-list {
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s;
    padding: 0 16px 12px 16px;
    list-style: none;
    margin: 0;
  }
  .footer__acc-item:not(.active) .footer__acc-list {
    max-height: 0;
    padding-bottom: 0;
  }
  .footer__acc-list li {
    margin-bottom: 8px;
  }
  .footer__acc-list a {
    color: #fff;
    font-size: 15px !important;
    font-family: 'Geist Variable';
    text-decoration: none;
    transition: color 0.2s;
  }
  .footer__acc-list a:hover {
    color: #e53935;
  }
}

.footer__accordion { display: none; }
.footer__middle .footer__col { display: block; }

@media (max-width: 690px) {
  .footer__accordion { display: block; }
  .footer__middle .footer__col { display: none; }
}

.footer__copyright-mobile { display: none; }
.footer__copyright-desktop { display: inline-block; }

@media (max-width: 900px) {
  .footer__copyright-desktop { display: none; }
  .footer__copyright-mobile {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .footer__rocadabox-logo{
    width: 100%;
    max-width: 67px;
    max-height: 67px;
    height: auto;
    flex-shrink: 1;
    object-fit: contain;
    min-width: 30px;
  }
  .footer__rocadabox-img{
    width: 100%;
    min-width: 200px;

  }
  .footer__qrcode {
    max-width: 90px;
    min-width: 0;
    height: auto;
  }
  .footer__bottom-right{
    gap:10px;
  }
  
}

@media (max-width: 576px) {
  .footer__rocadabox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  .footer__rocadabox-logo,
  .footer__rocadabox-img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}


.popup-city {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    z-index: 10001;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.city-popup {
    padding: 30px;
    position: relative;
}

.city-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px !important;
    color: #222;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
    line-height: 1;
    font-weight: 300 !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-popup-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    padding: 0;
}

.city-popup-list ul {
    list-style: none;
    padding: 0 0 0 40px;
    margin: 0 0 10px 0;
}

.city-popup-list li {
    font-family: 'Geist Variable';
    font-size: 14px !important;
    line-height: 21px;
    color: #E3231C;
    padding: 0 20px 7px 0;
    cursor: pointer;
}

.city-popup-list a {
    color: #E3231C;
    text-decoration: none;
    font-size: 14px !important;
    font-family: 'Geist Variable';
    line-height: 21px;
    padding: 0 20px 7px 0;
    display: block;
    cursor: pointer;
}



.city-other {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.city-other-link {
    font-weight: 600 !important;
    color: #000 !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}


.footer-city-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.footer-city-link:hover {
    color: inherit !important;
}

.footer-city-link:hover {
    color: #1584B2;
}


@media (max-width: 768px) {
    .popup-city {
        width: 95%;
        max-height: 90vh;
    }
    
    .city-popup-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .city-popup {
        padding: 20px;
    }
}







/* End */
/* /local/templates/rocada/assets/style/style_header.css?177857890731926 */
/* /local/components/asd/services.dropdown/templates/.default/style.css?17760745571504 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1679555859585 */
/* /local/templates/rocada/assets/style/style_footer.css?177857890720187 */
