

/* Start:/local/templates/autoComtransTrailer/components/bitrix/form.result.new/callback/style.css?17854014332784*/



/* OVERDRIVEN BY <TEMPLATE>/css/custom.css */
.callback-form_content img{
    margin-left:40%;
    margin-right:40%;
    margin-top:-10px;
    width:20%;
    height:20%;
}
.countdown-title {
    color: #fff !important;
    margin:0px 0px 0px !important;
}
.coundown-title2 {
    color: #fff !important;
}



.ts_c_of_personality.ts_5 {
	margin-top: 30px;
	color: #B0B0B0;
}

.ts_c_of_personality.ts_5 a {
	color: #c0c7c1;
	text-decoration: underline;
}

.ts_c_of_personality.ts_5 a:hover {
	text-decoration: none;
}

/* checkbox */
.ts_c_of_personality .ts_copresonality_chk {
	display: none;
}

.ts_c_of_personality .ts_copers_catalog_chkspan {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ts_c_of_personality .ts_copers_catalog_chkspan:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f096";
	width: 15px;
	height: 15px;
	
	cursor: pointer;
	color: #0d53a0;
}

.ts_c_of_personality .ts_copresonality_chk:checked + .ts_copers_catalog_chkspan:before {
	content: "\f046";
}

.ts_c_of_personality .ts_copresonality_chk:not(:checked) + .ts_copers_catalog_chkspan.ERROR:before {
	color: red;
}

/* removing height restrictions */
.callback-form_content.autoscroll {
	height: auto;
}

.infoblock {
    	font: normal normal normal 27px/1 FontAwesome;
    	margin-bottom: 30px;
    	text-align: center;
}

.timeblock {
    text-align: center;
      margin: 0 auto;
          	font: normal normal normal 27px/1 FontAwesome;
}



/*.callback-form:after {
	display: block;
	content: "";
	clear: both;
}
.callback-form {
	position: fixed;
	top: 0;
	z-index: 150;
	width: 100%;
	height: 100%;
	padding-top: 5vh;
	display: none;
}
.callback-form.active {
	display: block;
}
.callback-form.success .callback-form_content {
	height: auto;
	font-size: 30px;
	max-width: 700px;
	text-align: center;
}
.callback-form_content {
	max-width: 500px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    padding: 20px 50px;
    overflow: auto;
    height: 400px;
    border-top: 3px solid #eb1800;
}
.callback-form_content h3 {
    font-size: 1.866em;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 55px;
}
.callback-form_content .fa.fa-close {
    position: absolute;
    right: 30px;
    cursor: pointer;
}
.callback-form_content input[type="text"] {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    height: 49px;
    padding: 6px 12px;
    background: #fbfbfb;
    width: 100%;
    margin-bottom: 30px;
}
.callback-form_content .callback-button {
	width: 100%;
	outline: none;
}
.form-input {
	position: relative;
}
.form-input i {
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 17px;
    color: #c4ccd1;
}
*/


/* End */


/* Start:/local/templates/autoComtransTrailer/components/bitrix/search.form/search-form/style.css?17854014331036*/
.search-popup {
	display: none;
	position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(25,25,25,0.9);
    z-index: 9999999;
}
.search-popup .search-block {
    position: relative;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    max-width: 800px;
    transform: translateY(-50%);
}
.search-popup .search-cont {
    background: none;
    padding: 35px 40px;
    width: 100%;
    text-align: left;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.search-cont input[type="text"] {
    height: 52px;
    width: calc(100% - 57px);
    box-sizing: border-box;
    padding: 0 27px;
    border: none;
    outline: none;
}
.search-cont input[type="submit"] {
    background: url("/local/templates/autoComtransTrailer/components/bitrix/search.form/search-form/images/search.png") center no-repeat,#033368;
    height: 54px;
    width: 57px;
    display: block;
    border: none;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
    outline: none;
    margin-left: -3px;
    margin-top: -1px;
}
/* End */


/* Start:/local/templates/autoComtransTrailer/css/tonar-redesign.css?178544073285933*/
:root {
    --tonar-navy: #0d172c;
    --tonar-ink: #1a202c;
    --tonar-blue: #235390;
    --tonar-blue-hover: #1b4478;
    --tonar-green: #84e97e;
    --tonar-muted: #718096;
    --tonar-text: #4a5568;
    --tonar-line: #e9ecef;
    --tonar-soft: #f8f9fa;
    --tonar-font-heading: "Oswald", "Arial Narrow", sans-serif;
    --tonar-font-body: "Inter", Arial, sans-serif;
    --tonar-type-h1: clamp(44px, 4vw, 72px);
    --tonar-type-h2: clamp(34px, 2.8vw, 52px);
    --tonar-type-h3: clamp(20px, 1.5vw, 26px);
    --tonar-type-body: 16px;
    --tonar-leading-heading: 1.08;
    --tonar-leading-body: 1.5;
}

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

html {
    scroll-behavior: smooth;
}

body.tonar-site {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: #fff;
    color: var(--tonar-ink);
    font-family: var(--tonar-font-body);
    font-size: 16px;
    line-height: 1.35;
    -webkit-font-smoothing: antialiased;
}

.tonar-site img {
    max-width: 100%;
}

.tonar-site a {
    color: inherit;
    text-decoration: none;
}

.tonar-site button,
.tonar-site input {
    font: inherit;
}

.tonar-site button {
    cursor: pointer;
}

.tonar-site h1,
.tonar-site h2,
.tonar-site h3,
.tonar-site p {
    margin-top: 0;
}

/* Общая типографика задаёт основу, а размеры конкретных дизайн-блоков
   (hero, каталог, карточка модели) определяются их компонентами. */
:where(body.tonar-site) :where(main, .main-wrapper) :where(h1, h2, h3) {
    color: inherit;
    font-family: var(--tonar-font-heading);
    font-weight: 600;
    line-height: var(--tonar-leading-heading);
}

:where(body.tonar-site) :where(main, .main-wrapper) :where(h1) {
    font-size: var(--tonar-type-h1);
}

:where(body.tonar-site) :where(main, .main-wrapper) :where(h2) {
    font-size: var(--tonar-type-h2);
}

:where(body.tonar-site) :where(main, .main-wrapper) :where(h3) {
    font-size: var(--tonar-type-h3);
}

:where(body.tonar-site) :where(main, .main-wrapper) :where(p) {
    font-family: var(--tonar-font-body);
    font-size: var(--tonar-type-body);
    line-height: var(--tonar-leading-body);
}

@media (max-width: 767px) {
    body.tonar-site {
        --tonar-type-h1: 32px;
        --tonar-type-h2: 28px;
        --tonar-type-h3: 20px;
        --tonar-type-body: 14px;
    }
}

.tonar-container {
    width: min(1600px, calc(100% - 64px));
    margin-inline: auto;
}

.tonar-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tonar-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 2px;
    padding: 0 38px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.tonar-button:hover {
    transform: translateY(-1px);
}

.tonar-button--primary {
    background: var(--tonar-blue);
    color: #fff !important;
}

.tonar-button--primary:hover {
    background: var(--tonar-blue-hover);
}

.tonar-button--outline {
    border: 2px solid #f8fafc;
    background: rgba(255, 255, 255, .18);
    color: #fff !important;
    backdrop-filter: blur(3px);
}

.tonar-button--outline:hover {
    background: rgba(255, 255, 255, .28);
}

.tonar-button--light {
    background: #fff;
    color: var(--tonar-blue) !important;
}

/* Header */
.tonar-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
}

.tonar-header--inner {
    position: relative;
    border-bottom: 1px solid #e9e9ea;
    background: #fff;
    color: var(--tonar-ink);
}

.tonar-header--inner .tonar-header__main {
    height: 90px;
}

.tonar-header--inner .tonar-header__top {
    border-bottom: 0;
    background: #2b5b95;
}

.tonar-header--inner .tonar-location,
.tonar-header--inner .tonar-header__phone-top {
    color: #fff;
}

.tonar-header--inner .tonar-brand > span {
    background: #e9ecef;
}

.tonar-header--inner .tonar-brand__tonar {
    filter: brightness(0) saturate(100%) invert(29%) sepia(41%) saturate(1268%) hue-rotate(167deg) brightness(88%) contrast(91%);
}

.tonar-header--inner .tonar-brand__market {
    content: url("/assets/tonar/logo-trak-market-mobile.svg");
}

.tonar-header--inner .tonar-nav a {
    color: var(--tonar-ink);
}

.tonar-header--inner .tonar-nav a:hover,
.tonar-header--inner .tonar-nav a:first-child b {
    color: var(--tonar-blue);
}

.tonar-header__top {
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tonar-header__top-inner {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.tonar-location,
.tonar-header__phone-top {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: 14px;
}

.tonar-location span {
    border-bottom: 1px dotted rgba(255, 255, 255, .8);
}

.tonar-location img,
.tonar-header__phone-top img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.tonar-header__main {
    display: flex;
    height: 106px;
    align-items: center;
    gap: 40px;
}

.tonar-brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 20px;
}

.tonar-brand > span {
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, .7);
}

.tonar-brand__tonar {
    width: 148px;
    height: 25px;
    object-fit: contain;
}

.tonar-brand__market {
    width: 139px;
    height: 34px;
    object-fit: contain;
}

.tonar-nav {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(18px, 1.6vw, 36px);
}

.tonar-nav a {
    color: #f8fafc;
    font-size: clamp(13px, .84vw, 16px);
    white-space: nowrap;
    transition: color .2s ease;
}

.tonar-nav a:hover,
.tonar-nav a:first-child b {
    color: var(--tonar-green);
}

.tonar-nav b {
    margin-left: 4px;
    font-size: 18px;
}

.tonar-header__actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.tonar-social,
.tonar-search-toggle {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    background: transparent;
}

.tonar-social img {
    width: 32px;
    height: 32px;
}

.tonar-social[aria-label="Telegram"] {
    border: 1px solid #475569;
    border-radius: 50%;
}

.tonar-social[aria-label="Telegram"] img {
    width: 12px;
    height: 12px;
}

.tonar-header--inner .tonar-header__actions {
    gap: clamp(14px, 1vw, 20px);
}

.tonar-header--inner .tonar-social {
    width: 20px;
    height: 20px;
    overflow: hidden;
    border: 0;
    border-radius: 0;
}

.tonar-header--inner .tonar-social[aria-label="Rutube"] img,
.tonar-header--inner .tonar-social[aria-label="ВКонтакте"] img {
    width: 32px;
    height: 32px;
    max-width: none;
    transform: none;
    filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(1144%) hue-rotate(180deg) brightness(91%) contrast(91%);
}

.tonar-header--inner .tonar-social[aria-label="Telegram"] img {
    width: 12px;
    height: 12px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(1144%) hue-rotate(180deg) brightness(91%) contrast(91%);
}

.tonar-header--inner .tonar-search-toggle img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(1144%) hue-rotate(180deg) brightness(91%) contrast(91%);
}

.tonar-search-toggle img {
    width: 22px;
    height: 22px;
}

.tonar-mobile-actions,
.tonar-mobile-menu {
    display: none;
}

.tonar-breadcrumbs {
    padding: 28px 0;
    background: #fff;
}

/* Hero */
.tonar-hero {
    position: relative;
    min-height: 760px;
    height: clamp(760px, 50.2vw, 964px);
    overflow: hidden;
    background: #061423 url("/assets/tonar/hero.png") center bottom / cover no-repeat;
    color: #fff;
}

.tonar-hero__content {
    position: relative;
    height: 100%;
    padding-top: clamp(200px, 10.5vw, 250px);
}

.tonar-hero h1 {
    max-width: 1200px;
    margin-bottom: 24px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: clamp(64px, 4.3vw, 82px);
    font-weight: 500;
    line-height: .98;
    text-transform: uppercase;
}

.tonar-hero h1 span {
    color: var(--tonar-green);
}

.tonar-hero__lead {
    margin-bottom: 46px;
    color: #cbd5e1;
    font-size: 18px;
    letter-spacing: .02em;
}

.tonar-hero__buttons {
    display: flex;
    gap: 16px;
}

.tonar-hero__buttons .tonar-button {
    min-height: 48px;
}

.tonar-hero__benefits {
    position: absolute;
    bottom: 76px;
    left: 0;
    display: flex;
    gap: 110px;
}

.tonar-hero-benefit {
    display: flex;
    align-items: center;
    gap: 18px;
}

.tonar-hero-benefit > span {
    display: inline-flex;
    width: 69px;
    height: 69px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(3px);
}

.tonar-hero-benefit img {
    width: 25px;
    height: 25px;
}

.tonar-hero-benefit strong {
    color: #f8fafc;
    font-size: 16px;
    font-weight: 500;
}

/* Shared section styling */
.tonar-section {
    padding: 132px 0;
}

.tonar-section-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 32px;
    margin-bottom: 54px;
    padding-bottom: 26px;
    border-bottom: 1px solid var(--tonar-line);
}

.tonar-section-heading h2,
.tonar-stats h2 {
    margin: 16px 0 0;
    color: var(--tonar-ink);
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.tonar-section-heading > p {
    max-width: 470px;
    margin: 0;
    color: var(--tonar-text);
    font-size: 18px;
    letter-spacing: .02em;
}

.tonar-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tonar-muted);
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tonar-kicker img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tonar-kicker--light {
    color: #94a3b8;
}

/* Categories */
.tonar-categories {
    background: var(--tonar-soft);
}

.tonar-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--tonar-line);
    border-left: 1px solid var(--tonar-line);
}

.tonar-category-card {
    display: flex;
    min-width: 0;
    height: 204px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-right: 1px solid var(--tonar-line);
    border-bottom: 1px solid var(--tonar-line);
    background: #fff;
    color: var(--tonar-text);
    text-align: center;
    transition: background-color .2s ease, transform .2s ease;
}

.tonar-category-card:hover {
    background: #f1f3f5;
}

.tonar-category-card:hover {
    position: relative;
    z-index: 1;
    transform: translateY(-2px);
}

.tonar-category-card__image {
    display: flex;
    width: 100%;
    height: 125px;
    align-items: center;
    justify-content: center;
}

.tonar-category-card__image img {
    width: 82%;
    height: 118px;
    object-fit: contain;
}

.tonar-category-card > span:last-child {
    max-width: 270px;
    padding: 0 14px;
    font-size: 16px;
}

/* Product */
.tonar-leaders {
    background: #fff;
}

.tonar-product {
    position: relative;
    display: grid;
    min-height: 560px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 4px;
    background: #f1f3f5 url("/assets/tonar/leader-bg.jpg") center top / 100% 48% no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%);
}

.tonar-product__visual {
    position: relative;
}

.tonar-product__machine {
    position: absolute;
    top: 88px;
    right: -20px;
    width: min(720px, 91%);
    filter: drop-shadow(0 22px 18px rgba(19, 36, 56, .18));
}

.tonar-product__card {
    align-self: center;
    width: calc(100% - 90px);
    min-height: 470px;
    margin-left: 30px;
    border: 1px solid #e9e9ea;
    border-radius: 4px;
    padding: 48px;
    background: #fff;
}

.tonar-product__card small {
    color: #868a91;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tonar-product__card h3 {
    max-width: 590px;
    margin: 18px 0 28px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
}

.tonar-product__card dl {
    margin: 0 0 26px;
}

.tonar-product__card dl div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0;
}

.tonar-product__card dt {
    display: flex;
    flex: 1;
    align-items: center;
    color: #868a91;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tonar-product__card dt::after {
    height: 1px;
    flex: 1;
    margin-left: 12px;
    background: #e9e9ea;
    content: "";
}

.tonar-product__card dd {
    min-width: 58px;
    margin: 0;
    font-size: 16px;
    text-align: right;
}

.tonar-product__price {
    display: block;
    margin-bottom: 20px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 36px;
    font-weight: 500;
}

.tonar-product__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tonar-product__bottom .tonar-button {
    min-width: 266px;
}

.tonar-slider-nav,
.tonar-team-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tonar-slider-nav button,
.tonar-team-controls button {
    display: inline-flex;
    width: 60px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 28px;
    background: #4a5568;
    color: #fff;
    font-size: 25px;
}

.tonar-slider-nav button:disabled,
.tonar-team-controls button:disabled {
    background: #f1f3f5;
    color: #cbd5e1;
}

.tonar-slider-nav span,
.tonar-team-controls span {
    color: #8d8d8d;
    font-size: 14px;
}

/* Selection form */
.tonar-pick {
    padding-top: 32px;
}

.tonar-pick__panel {
    position: relative;
    min-height: 712px;
    overflow: hidden;
    border-radius: 4px;
    background: #152d42 url("/assets/tonar/form-bg.png") center center / cover no-repeat;
}

.tonar-pick__content {
    width: 600px;
    padding: 130px 0 80px 60px;
    color: #fff;
}

.tonar-pick h2 {
    margin: 28px 0 44px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.18;
    text-transform: uppercase;
}

.tonar-pick h2 span {
    color: var(--tonar-green);
}

.tonar-lead-form {
    display: grid;
    gap: 10px;
}

.tonar-lead-form label,
.tonar-lead-form input,
.tonar-lead-form button {
    width: 100%;
}

.tonar-lead-form input {
    height: 54px;
    border: 0;
    border-radius: 2px;
    outline: 0;
    padding: 0 18px;
    background: rgba(241, 243, 245, .35);
    color: #fff;
}

.tonar-lead-form input::placeholder {
    color: rgba(255, 255, 255, .72);
}

.tonar-lead-form input:focus {
    box-shadow: 0 0 0 2px var(--tonar-green);
}

.tonar-policy {
    max-width: 520px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
}

/* Service */
.tonar-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.tonar-service-card {
    position: relative;
    min-height: 356px;
    overflow: hidden;
    padding: 48px 48px 44px;
    background: #f1f3f5;
    clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.tonar-service-card h3,
.tonar-advantages-grid h3,
.tonar-stats-grid h3,
.tonar-news-card h3 {
    margin-bottom: 24px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.tonar-service-card p {
    position: relative;
    z-index: 2;
    max-width: 470px;
    min-height: 98px;
    color: var(--tonar-text);
    font-size: 18px;
}

.tonar-service-card .tonar-button {
    position: relative;
    z-index: 2;
    min-width: 266px;
}

.tonar-service-card > img {
    position: absolute;
    right: -2%;
    bottom: -8%;
    width: 52%;
    height: 65%;
    object-fit: contain;
    opacity: .92;
}

/* Advantages */
.tonar-advantages {
    background: var(--tonar-soft);
    clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}

.tonar-advantages-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.tonar-advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.tonar-advantages-grid article {
    position: relative;
    min-height: 226px;
    padding: 28px 24px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.tonar-advantages-grid article > img {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 7px;
    background: var(--tonar-blue);
    object-fit: contain;
}

.tonar-advantages-grid h3 {
    margin-right: 34px;
    margin-bottom: 20px;
}

.tonar-advantages-grid p {
    margin: 0;
    color: var(--tonar-text);
    font-size: 16px;
}

.tonar-advantages__photo {
    width: 100%;
    height: 100%;
    min-height: 468px;
    border-radius: 4px;
    object-fit: cover;
}

/* Stats */
.tonar-stats {
    min-height: 820px;
    padding: 138px 0 120px;
    background: #111c2e url("/assets/tonar/stats-bg.png") center / cover no-repeat;
    color: #fff;
}

.tonar-stats h2 {
    margin: 30px 0 54px;
    color: #fff;
}

.tonar-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    gap: 16px;
}

.tonar-stats-grid article {
    min-height: 270px;
    padding: 24px;
    background: #fff;
    color: var(--tonar-ink);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.tonar-stats-grid article:nth-child(2) {
    margin-top: 98px;
}

.tonar-stats-grid article:nth-child(3) {
    margin-top: 160px;
}

.tonar-stats-grid article:nth-child(4) {
    margin-top: 62px;
}

.tonar-stats-grid strong {
    display: block;
    margin-bottom: 24px;
    color: var(--tonar-blue);
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 84px;
    font-weight: 500;
    line-height: .8;
}

.tonar-stats-grid h3 {
    margin-bottom: 18px;
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
}

.tonar-stats-grid p {
    margin: 0;
    color: var(--tonar-text);
    font-size: 16px;
}

/* Team */
.tonar-team {
    background: var(--tonar-soft);
}

.tonar-team-track {
    display: grid;
    grid-auto-columns: minmax(260px, 1fr);
    grid-auto-flow: column;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.tonar-team-track::-webkit-scrollbar {
    display: none;
}

.tonar-team-card {
    overflow: hidden;
    border: 1px solid var(--tonar-line);
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.tonar-team-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 1.05;
    object-fit: cover;
    object-position: top;
}

.tonar-team-card > div {
    padding: 20px 24px 28px;
}

.tonar-team-card h3 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

.tonar-team-card p {
    margin-bottom: 26px;
    color: var(--tonar-text);
}

.tonar-team-card span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tonar-muted);
    font-size: 14px;
    text-transform: uppercase;
}

.tonar-team-card span img {
    width: 18px;
    height: 18px;
}

.tonar-team-controls {
    justify-content: center;
    margin-top: 38px;
}

.tonar-team-controls button {
    border-radius: 2px;
    background: var(--tonar-blue);
}

.tonar-team-controls button:last-child {
    background: var(--tonar-blue);
}

.tonar-team-controls button:disabled {
    background: #f1f3f5;
    color: #cbd5e1;
    cursor: default;
}

body.tonar-site #toTop {
    display: none !important;
}

/* News */
.tonar-news-list {
    border-top: 1px solid var(--tonar-line);
    border-left: 1px solid var(--tonar-line);
}

.tonar-news-card {
    display: grid;
    min-height: 180px;
    grid-template-columns: 330px 320px 1fr 130px;
    align-items: center;
    gap: 32px;
    border-right: 1px solid var(--tonar-line);
    border-bottom: 1px solid var(--tonar-line);
    padding: 24px;
    background: #fff;
}

.tonar-news-card:nth-child(even) {
    background: #f1f3f5;
}

.tonar-news-card h3 {
    margin: 0;
}

.tonar-news-card > img {
    width: 100%;
    height: 132px;
    border-radius: 3px;
    object-fit: cover;
}

.tonar-news-card p {
    max-width: 430px;
    margin-bottom: 32px;
    color: var(--tonar-text);
    font-size: 16px;
}

.tonar-news-card time {
    color: var(--tonar-muted);
    font-size: 14px;
}

.tonar-news-card > a {
    align-self: start;
    color: #8d8d8d;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.tonar-news__all {
    display: flex;
    width: 266px;
    margin: 54px auto 0;
}

/* Contact */
.tonar-contact {
    padding-top: 80px;
}

.tonar-contact__layout {
    display: grid;
    min-height: 673px;
    grid-template-columns: 1fr 1fr;
}

.tonar-contact__map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 673px;
    border-radius: 4px 0 0 4px;
    object-fit: cover;
}

.tonar-contact__map > div,
.tonar-contact__map > div > div {
    width: 100% !important;
    height: 100% !important;
}

.tonar-contact__map .bx-yandex-view-layout,
.tonar-contact__map .bx-yandex-view-map {
    width: 100% !important;
    height: 100% !important;
}

.tonar-contact__form {
    border-radius: 0 4px 4px 0;
    padding: 100px 120px 70px;
    background: var(--tonar-blue);
    color: #fff;
}

.tonar-contact__form h2 {
    margin-bottom: 14px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.tonar-contact__lead {
    margin-bottom: 44px;
    font-size: 24px;
}

.tonar-contact__form .tonar-policy {
    color: #91a9c7;
}

.tonar-contact__form address {
    display: grid;
    gap: 8px;
    margin-top: 34px;
    font-size: 14px;
    font-style: normal;
}

.tonar-contact__form address span,
.tonar-contact__form address a {
    display: flex;
    align-items: center;
    gap: 9px;
}

.tonar-contact__form address img {
    width: 18px;
    height: 18px;
}

.tonar-contact__form address .tonar-contact__worktime {
    padding-left: 27px;
    color: #c5d2e2;
}

/* Footer */
.tonar-footer {
    margin-top: 78px;
    padding: 30px 0 26px;
    background: var(--tonar-navy);
    color: #fff;
}

.tonar-footer__main {
    display: flex;
    align-items: center;
    gap: 28px;
}

.tonar-footer__nav {
    display: flex;
    flex: 1;
    align-items: center;
    gap: 26px;
}

.tonar-footer__nav a {
    font-size: 14px;
}

.tonar-footer__nav b {
    color: var(--tonar-green);
}

.tonar-footer__socials {
    display: flex;
    gap: 8px;
}

.tonar-footer__socials a {
    display: block;
    width: 38px;
    height: 38px;
}

.tonar-footer__socials img {
    display: block;
    width: 100%;
    height: 100%;
}

.tonar-footer__socials a[aria-label="Telegram"] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #475569;
    border-radius: 50%;
    box-sizing: border-box;
}

.tonar-footer__socials a[aria-label="Telegram"] img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.tonar-footer__phone {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.tonar-footer__phone img {
    width: 18px;
    height: 18px;
}

.tonar-footer .tonar-button {
    min-height: 44px;
    padding-inline: 24px;
}

.tonar-footer__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 22px;
    color: #cbd5e1;
    font-size: 12px;
}

/* Callback, search and city overlays */
body.tonar-site .ya-goal {
    position: fixed !important;
    z-index: 10000 !important;
    inset: 0 !important;
    display: none !important;
    align-items: center;
    justify-content: center;
    overflow: auto;
    padding: 24px;
    background: rgba(5, 16, 31, .82) !important;
}

body.tonar-site .ya-goal.is-open {
    display: flex !important;
}

body.tonar-site .ya-goal .callback-form {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: min(520px, 100%) !important;
    min-height: 0 !important;
    margin: auto !important;
    border-radius: 4px;
    padding: 42px !important;
    background: #fff !important;
}

body.tonar-site .ya-goal .callback-form_content,
body.tonar-site .ya-goal .callback-form_body {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
}

body.tonar-site .ya-goal .form-img,
body.tonar-site .ya-goal .ch_b,
body.tonar-site .ya-goal .mobile-hidden1,
body.tonar-site .ya-goal .countdown-title2 {
    display: none !important;
}

body.tonar-site .ya-goal .countdown-title {
    display: block !important;
    margin: 0 40px 28px 0 !important;
    color: var(--tonar-ink) !important;
    font-family: "Oswald", Arial Narrow, sans-serif !important;
    font-size: 38px !important;
    font-weight: 500 !important;
    text-align: left !important;
    text-transform: uppercase;
}

body.tonar-site .ya-goal .ct-modal-close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--tonar-ink);
    font-size: 30px;
}

body.tonar-site .ya-goal .form-input {
    position: relative;
    margin-bottom: 10px !important;
}

body.tonar-site .ya-goal .form-input input {
    width: 100% !important;
    height: 54px !important;
    border: 1px solid var(--tonar-line) !important;
    border-radius: 2px !important;
    padding: 0 16px !important;
    background: var(--tonar-soft) !important;
    color: var(--tonar-ink) !important;
}

body.tonar-site .ya-goal .form-input i {
    display: none !important;
}

body.tonar-site .ya-goal .callback-button {
    width: 100% !important;
    height: 54px !important;
    border: 0 !important;
    border-radius: 2px !important;
    background: var(--tonar-blue) !important;
    color: #fff !important;
}

body.tonar-site .ya-goal .ts_c_of_personality {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px !important;
    color: var(--tonar-muted) !important;
    font-size: 11px !important;
    line-height: 1.45;
}

body.tonar-site .ya-goal .ts_c_of_personality .ts_copresonality_chk {
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px;
    display: block !important;
    appearance: none;
    margin: 0 !important;
    border: 1px solid #9aa6b2 !important;
    border-radius: 2px;
    background: #fff !important;
    cursor: pointer;
}

body.tonar-site .ya-goal .ts_c_of_personality .ts_copresonality_chk:checked {
    border-color: var(--tonar-blue) !important;
    background: var(--tonar-blue) !important;
}

body.tonar-site .ya-goal .ts_c_of_personality .ts_copresonality_chk:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

body.tonar-site .ya-goal .ts_c_of_personality .ts_copers_catalog_chkspan {
    display: block;
    flex: 1;
    padding: 0 !important;
    color: var(--tonar-muted) !important;
    cursor: pointer;
}

body.tonar-site .ya-goal .ts_c_of_personality .ts_copers_catalog_chkspan::before {
    display: none !important;
    content: none !important;
}

body.tonar-site .ya-goal .ts_c_of_personality .ts_copers_catalog_chkspan.ERROR {
    color: #c62828 !important;
}

body.tonar-site .ya-goal .ts_c_of_personality a {
    color: var(--tonar-blue) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.tonar-site.ct-modal-open {
    overflow: hidden;
}

body.tonar-site .search-popup,
body.tonar-site .city-content {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5, 16, 31, .82);
}

body.tonar-site .search-popup.is-open,
body.tonar-site .city-content.is-open {
    display: flex;
}

body.tonar-site .search-block,
body.tonar-site .city-block {
    position: relative;
    top: auto;
    width: min(620px, 100%);
    max-width: none;
    margin: auto;
    border-radius: 4px;
    padding: 42px;
    background: #fff;
    transform: none;
}

body.tonar-site .search-cont {
    display: flex;
    padding: 0;
}

body.tonar-site .search-cont input[type="text"] {
    min-width: 0;
    height: 54px;
    flex: 1;
    border: 1px solid var(--tonar-line);
    padding: 0 16px;
}

body.tonar-site .search-cont input[type="submit"] {
    width: 64px;
    min-width: 64px;
    height: 54px;
    border: 0;
    margin: 0;
    padding: 0;
    background: var(--tonar-blue) url("/assets/tonar/icon-search.svg") center / 22px 22px no-repeat;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

.tonar-search-close {
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--tonar-ink);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

body.tonar-site .tonar-legal-popup {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(5, 16, 31, .82);
}

body.tonar-site .tonar-legal-popup.is-open {
    display: flex;
}

body.tonar-site .tonar-legal-popup__dialog {
    position: relative;
    width: min(900px, 100%);
    max-height: calc(100vh - 48px);
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(5, 16, 31, .24);
}

body.tonar-site .tonar-legal-popup__close {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #f1f3f5;
    color: var(--tonar-ink);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

body.tonar-site .tonar-legal-popup__content {
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 48px 52px;
    color: var(--tonar-ink);
    font-size: 14px;
    line-height: 1.55;
}

body.tonar-site .tonar-legal-popup__content > .container {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    text-align: left !important;
}

body.tonar-site .tonar-legal-popup__content h3,
body.tonar-site .tonar-legal-popup__content h4 {
    color: var(--tonar-ink);
    line-height: 1.3;
}

body.tonar-site .tonar-legal-popup__content a {
    color: var(--tonar-blue);
    text-decoration: underline;
}

body.tonar-site .tonar-legal-popup__loading {
    margin: 0;
    text-align: center;
}

/* Inner pages keep their legacy layout, under the new brand shell. */
.tonar-inner-page .main-wrapper {
    min-height: 50vh;
}

.tonar-inner-page .tonar-footer {
    margin-top: 60px;
}

@media (max-width: 1599px) {
    .tonar-container {
        width: min(1200px, calc(100% - 96px));
    }

    .tonar-header__main {
        gap: 24px;
    }

    .tonar-brand {
        gap: 14px;
    }

    .tonar-brand__tonar {
        width: 132px;
    }

    .tonar-brand__market {
        width: 124px;
    }

    .tonar-header__actions {
        gap: 5px;
    }

    .tonar-hero h1 {
        font-size: 72px;
    }

    .tonar-section {
        padding: 118px 0;
    }

    .tonar-category-card {
        height: 180px;
    }

    .tonar-category-card__image {
        height: 105px;
    }

    .tonar-category-card__image img {
        height: 100px;
    }

    .tonar-product__card {
        width: calc(100% - 40px);
        margin-left: 8px;
        padding: 34px;
    }

    .tonar-pick__panel {
        min-height: 560px;
    }

    .tonar-pick__content {
        width: 520px;
        padding: 78px 0 54px 60px;
    }

    .tonar-pick h2 {
        font-size: 42px;
    }

    .tonar-service-card {
        min-height: 320px;
        padding: 40px 34px;
    }

    .tonar-advantages-grid article {
        min-height: 250px;
    }

    .tonar-stats {
        min-height: 720px;
    }

    .tonar-stats-grid strong {
        font-size: 70px;
    }

    .tonar-news-card {
        grid-template-columns: 250px 250px 1fr 100px;
        gap: 24px;
    }

    .tonar-contact__layout,
    .tonar-contact__map {
        min-height: 560px;
    }

    .tonar-contact__form {
        padding: 70px 54px 50px;
    }

    .tonar-footer__nav {
        gap: 16px;
    }
}

@media (max-width: 1199px) {
    .tonar-container {
        width: calc(100% - 128px);
    }

    .tonar-header__top {
        display: none;
    }

    .tonar-header__main {
        height: 76px;
    }

    .tonar-header--inner .tonar-header__main {
        height: 76px;
    }

    .tonar-brand__tonar {
        width: 100px;
        height: 18px;
    }

    .tonar-brand__market {
        width: 94px;
        height: 24px;
    }

    .tonar-brand > span {
        height: 26px;
    }

    .tonar-nav,
    .tonar-header__actions {
        display: none;
    }

    .tonar-mobile-actions {
        display: flex;
        margin-left: auto;
        gap: 8px;
    }

    .tonar-mobile-actions a,
    .tonar-mobile-actions button {
        display: flex;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .34);
        border-radius: 2px;
        padding: 0;
        background: transparent;
    }

    .tonar-mobile-actions img {
        width: 18px;
        height: 18px;
    }

    .tonar-mobile-actions button {
        flex-direction: column;
        gap: 4px;
    }

    .tonar-mobile-actions button span {
        display: block;
        width: 18px;
        height: 2px;
        background: #fff;
    }

    .tonar-mobile-menu {
        position: fixed;
        z-index: 30;
        inset: 76px 0 0;
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 36px 64px;
        background: rgba(13, 23, 44, .98);
        transform: translateY(-10px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .tonar-mobile-menu.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .tonar-mobile-menu nav {
        display: grid;
        gap: 0;
    }

    .tonar-mobile-menu a,
    .tonar-mobile-menu__location {
        border-bottom: 1px solid rgba(255, 255, 255, .12);
        padding: 17px 0;
        color: #fff;
        font-size: 18px;
    }

    .tonar-mobile-menu__location {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        background: transparent;
        cursor: pointer;
        text-align: left;
    }

    .tonar-mobile-menu__location img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .tonar-hero {
        min-height: 570px;
        height: 570px;
    }

    .tonar-hero__content {
        padding-top: 116px;
    }

    .tonar-hero h1 {
        max-width: 500px;
        font-size: 48px;
    }

    .tonar-hero__lead {
        font-size: 16px;
    }

    .tonar-hero__benefits {
        bottom: 52px;
        flex-direction: column;
        gap: 14px;
    }

    .tonar-hero-benefit {
        gap: 12px;
    }

    .tonar-hero-benefit > span {
        width: 36px;
        height: 36px;
    }

    .tonar-hero-benefit img {
        width: 16px;
        height: 16px;
    }

    .tonar-section {
        padding: 72px 0;
    }

    .tonar-section-heading {
        display: block;
        margin-bottom: 38px;
    }

    .tonar-section-heading h2,
    .tonar-stats h2 {
        font-size: 34px;
    }

    .tonar-section-heading > p {
        margin-top: 18px;
        font-size: 16px;
    }

    .tonar-category-card {
        height: 128px;
    }

    .tonar-category-card__image {
        height: 72px;
    }

    .tonar-category-card__image img {
        height: 70px;
    }

    .tonar-category-card > span:last-child {
        font-size: 12px;
    }

    .tonar-product {
        min-height: 520px;
    }

    .tonar-product__machine {
        top: 112px;
        right: -22px;
        width: 96%;
    }

    .tonar-product__card {
        min-height: 400px;
        padding: 24px;
    }

    .tonar-product__card h3 {
        margin: 12px 0 20px;
        font-size: 26px;
    }

    .tonar-product__card small {
        display: none;
    }

    .tonar-product__bottom {
        display: block;
    }

    .tonar-product__bottom .tonar-button {
        width: 100%;
        min-width: 0;
    }

    .tonar-slider-nav {
        justify-content: space-between;
        margin-top: 14px;
    }

    .tonar-pick__content {
        width: 50%;
        padding-left: 16px;
    }

    .tonar-pick h2 {
        font-size: 32px;
    }

    .tonar-service-card {
        min-height: 420px;
        padding: 28px 20px;
    }

    .tonar-service-card p {
        min-height: 150px;
        font-size: 15px;
    }

    .tonar-service-card .tonar-button {
        min-width: 160px;
    }

    .tonar-advantages-layout {
        grid-template-columns: 1fr;
    }

    .tonar-advantages-grid article {
        min-height: 205px;
    }

    .tonar-advantages__photo {
        min-height: 330px;
    }

    .tonar-stats {
        min-height: 820px;
        padding: 78px 0;
    }

    .tonar-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tonar-stats-grid article,
    .tonar-stats-grid article:nth-child(n) {
        min-height: 250px;
        margin-top: 0;
    }

    .tonar-team-track {
        grid-auto-columns: calc(50% - 8px);
    }

    .tonar-news-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .tonar-news-card {
        display: block;
        min-height: 480px;
        padding: 16px;
    }

    .tonar-news-card > img {
        height: 160px;
        margin: 18px 0;
    }

    .tonar-news-card p {
        margin-bottom: 28px;
    }

    .tonar-news-card > a {
        display: none;
    }

    .tonar-contact__layout,
    .tonar-contact__map {
        min-height: 500px;
    }

    .tonar-contact__form {
        padding: 48px 20px;
    }

    .tonar-contact__form h2 {
        font-size: 32px;
    }

    .tonar-contact__lead {
        font-size: 17px;
    }

    .tonar-footer__main {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .tonar-footer__nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .tonar-footer__socials {
        grid-row: 2;
    }

    .tonar-footer__phone {
        display: none;
    }
}

@media (max-width: 767px) {
    .tonar-container {
        width: calc(100% - 24px);
    }

    body.tonar-site .search-popup,
    body.tonar-site .city-content,
    body.tonar-site .tonar-legal-popup {
        padding: 12px;
    }

    body.tonar-site .search-block,
    body.tonar-site .city-block {
        padding: 36px 16px 20px;
    }

    body.tonar-site .tonar-legal-popup__dialog,
    body.tonar-site .tonar-legal-popup__content {
        max-height: calc(100vh - 24px);
    }

    body.tonar-site .tonar-legal-popup__content {
        padding: 52px 18px 24px;
        font-size: 13px;
    }

    .tonar-header__main {
        height: 56px;
        gap: 8px;
    }

    .tonar-header--inner {
        border-bottom: 1px solid #e9e9ea;
        background: #fff;
    }

    .tonar-header--inner .tonar-header__main {
        height: 68px;
    }

    .tonar-header--inner .tonar-brand {
        gap: 7px;
    }

    .tonar-header--inner .tonar-brand__tonar {
        width: 95px;
        height: auto;
        filter: brightness(0) saturate(100%) invert(29%) sepia(41%) saturate(1268%) hue-rotate(167deg) brightness(88%) contrast(91%);
    }

    .tonar-header--inner .tonar-brand__market {
        width: 89px;
        height: 22px;
        content: url("/assets/tonar/logo-trak-market-mobile.svg");
    }

    .tonar-header--inner .tonar-brand > span {
        height: 26px;
        background: #dee2e6;
    }

    .tonar-header--inner .tonar-mobile-actions a,
    .tonar-header--inner .tonar-mobile-actions button {
        border-color: #dee2e6;
    }

    .tonar-header--inner .tonar-mobile-actions img {
        filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(1144%) hue-rotate(180deg) brightness(91%) contrast(91%);
    }

    .tonar-header--inner .tonar-mobile-actions button span {
        background: #1a202c;
    }

    .tonar-brand {
        gap: 7px;
    }

    .tonar-brand > span {
        height: 18px;
    }

    .tonar-brand__tonar {
        width: 68px;
        height: 13px;
    }

    .tonar-brand__market {
        width: 65px;
        height: 18px;
    }

    .tonar-mobile-actions a,
    .tonar-mobile-actions button {
        width: 32px;
        height: 32px;
    }

    .tonar-mobile-menu {
        inset: 56px 0 0;
        padding: 24px 14px;
    }

    .tonar-hero {
        min-height: 570px;
        height: 570px;
        background-position: 66% bottom;
    }

    .tonar-hero__content {
        padding-top: 90px;
    }

    .tonar-hero h1 {
        max-width: 280px;
        margin-bottom: 16px;
        font-size: 36px;
    }

    .tonar-hero__lead {
        margin-bottom: 24px;
        font-size: 14px;
    }

    .tonar-hero__buttons {
        display: grid;
        gap: 8px;
    }

    .tonar-hero__buttons .tonar-button {
        min-height: 44px;
    }

    .tonar-hero__benefits {
        bottom: 28px;
    }

    .tonar-hero-benefit strong {
        font-size: 14px;
    }

    .tonar-section {
        padding: 58px 0;
    }

    .tonar-section-heading {
        margin-bottom: 26px;
        padding-bottom: 22px;
    }

    .tonar-section-heading h2,
    .tonar-stats h2 {
        margin-top: 12px;
        font-size: 27px;
        line-height: 1.05;
    }

    .tonar-section-heading > p {
        margin-top: 12px;
        font-size: 14px;
    }

    .tonar-kicker {
        font-size: 11px;
    }

    .tonar-kicker img {
        width: 18px;
        height: 18px;
    }

    .tonar-category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tonar-category-card {
        height: 160px;
        gap: 6px;
    }

    .tonar-category-card__image {
        height: 92px;
    }

    .tonar-category-card__image img {
        width: 92%;
        height: 88px;
    }

    .tonar-category-card > span:last-child {
        font-size: 11px;
        line-height: 1.15;
    }

    .tonar-product {
        display: block;
        min-height: 660px;
        padding-top: 0;
        background-size: auto 230px;
    }

    .tonar-product__visual {
        height: 290px;
    }

    .tonar-product__machine {
        top: 54px;
        right: 2%;
        width: 96%;
    }

    .tonar-product__card {
        position: relative;
        width: calc(100% - 16px);
        min-height: 355px;
        margin: -6px 8px 0;
        padding: 18px 14px;
    }

    .tonar-product__card h3 {
        font-size: 23px;
    }

    .tonar-product__card dt {
        font-size: 11px;
    }

    .tonar-product__card dd {
        font-size: 12px;
    }

    .tonar-product__price {
        font-size: 28px;
    }

    .tonar-pick {
        padding-top: 26px;
    }

    .tonar-pick__panel {
        min-height: 560px;
        background-position: 64% center;
    }

    .tonar-pick__panel::before {
        position: absolute;
        inset: 0;
        background: rgba(4, 19, 34, .18);
        content: "";
    }

    .tonar-pick__content {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 48px 14px 32px;
    }

    .tonar-pick h2 {
        margin: 22px 0 32px;
        font-size: 30px;
    }

    .tonar-service-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tonar-service-card {
        min-height: 380px;
        padding: 26px 14px;
    }

    .tonar-service-card h3,
    .tonar-advantages-grid h3,
    .tonar-stats-grid h3,
    .tonar-news-card h3 {
        font-size: 20px;
    }

    .tonar-service-card p {
        min-height: 120px;
        font-size: 14px;
    }

    .tonar-service-card > img {
        width: 82%;
        height: 48%;
    }

    .tonar-advantages {
        clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%, 0 16px);
    }

    .tonar-advantages-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tonar-advantages-grid article {
        min-height: 0;
        padding: 22px 14px;
    }

    .tonar-advantages-grid article > img {
        top: 18px;
        right: 14px;
    }

    .tonar-advantages__photo {
        min-height: 220px;
    }

    .tonar-stats {
        min-height: 1030px;
        padding: 64px 0;
        background-position: 58% center;
    }

    .tonar-stats h2 {
        max-width: 270px;
        margin: 22px 0 32px;
    }

    .tonar-stats-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tonar-stats-grid article,
    .tonar-stats-grid article:nth-child(n) {
        min-height: 190px;
        padding: 18px 14px;
    }

    .tonar-stats-grid strong {
        margin-bottom: 18px;
        font-size: 60px;
    }

    .tonar-stats-grid h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }

    .tonar-stats-grid p {
        font-size: 13px;
    }

    .tonar-team-track {
        margin-right: -12px;
        grid-auto-columns: 78%;
    }

    .tonar-team-card > div {
        padding: 14px 12px 20px;
    }

    .tonar-team-card h3 {
        font-size: 15px;
    }

    .tonar-team-card p {
        margin-bottom: 18px;
        font-size: 13px;
    }

    .tonar-team-card span {
        font-size: 10px;
    }

    .tonar-team-controls {
        justify-content: space-between;
    }

    .tonar-news-list {
        display: block;
        border-left: 0;
    }

    .tonar-news-card {
        min-height: 0;
        border-left: 1px solid var(--tonar-line);
        padding: 14px 12px 22px;
    }

    .tonar-news-card > img {
        height: auto;
        aspect-ratio: 1.88;
    }

    .tonar-news-card p {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .tonar-news__all {
        width: 100%;
        margin-top: 28px;
    }

    .tonar-contact {
        padding-top: 30px;
    }

    .tonar-contact__layout {
        display: block;
    }

    .tonar-contact__map {
        min-height: 0;
        border-radius: 4px 4px 0 0;
        aspect-ratio: 1.23;
    }

    .tonar-contact__form {
        border-radius: 0 0 4px 4px;
        padding: 34px 14px;
    }

    .tonar-contact__form h2 {
        font-size: 30px;
    }

    .tonar-contact__lead {
        margin-bottom: 28px;
        font-size: 15px;
    }

    .tonar-footer {
        margin-top: 46px;
        padding-top: 28px;
    }

    .tonar-footer__main {
        display: block;
    }

    .tonar-footer__nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 20px;
    }

    .tonar-footer__socials {
        margin: 24px 0 18px;
    }

    .tonar-footer .tonar-button {
        width: auto;
    }

    .tonar-footer__bottom {
        display: grid;
        gap: 14px;
    }

    body.tonar-site .ya-goal .callback-form {
        padding: 30px 18px !important;
    }
}

/* Region selector */
body.tonar-site .city-content {
    padding: 48px;
    background: rgba(9, 24, 45, .76);
}

body.tonar-site .city-block {
    width: min(1240px, calc(100vw - 96px));
    max-height: calc(100vh - 96px);
    overflow: auto;
    border-radius: 0;
    padding: 56px 64px 64px;
    box-shadow: 0 24px 80px rgba(5, 16, 31, .24);
}

body.tonar-site .city-head {
    margin: 0 0 40px;
    padding-right: 48px;
}

body.tonar-site .city-title {
    margin: 0;
    color: var(--tonar-ink);
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

body.tonar-site .city-list-wrap {
    width: 100%;
}

body.tonar-site .city-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 44px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.tonar-site .city-item {
    min-width: 0;
    margin: 0;
    border-bottom: 1px solid #dfe3e8;
    padding: 0;
    list-style: none;
}

body.tonar-site .city-item a,
body.tonar-site .city-item button {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    border: 0;
    padding: 8px 0;
    background: transparent;
    color: var(--tonar-ink);
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    text-decoration: none;
    transition: color .2s ease;
    cursor: pointer;
    text-align: left;
}

body.tonar-site .city-item a:hover,
body.tonar-site .city-item a:focus-visible,
body.tonar-site .city-item button:hover,
body.tonar-site .city-item button:focus-visible,
body.tonar-site .city-item.is-current button {
    color: var(--tonar-blue);
}

body.tonar-site .city-item a:focus-visible,
body.tonar-site .city-item button:focus-visible {
    outline: 2px solid var(--tonar-blue);
    outline-offset: 4px;
}

body.tonar-site .tonar-city-close {
    position: absolute;
    z-index: 2;
    top: 38px;
    right: 44px;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
}

body.tonar-site .tonar-city-close::before,
body.tonar-site .tonar-city-close::after {
    position: absolute;
    top: 19px;
    left: 6px;
    width: 28px;
    height: 2px;
    background: var(--tonar-ink);
    content: "";
    transition: background-color .2s ease;
}

body.tonar-site .tonar-city-close::before {
    transform: rotate(45deg);
}

body.tonar-site .tonar-city-close::after {
    transform: rotate(-45deg);
}

body.tonar-site .tonar-city-close:hover::before,
body.tonar-site .tonar-city-close:hover::after,
body.tonar-site .tonar-city-close:focus-visible::before,
body.tonar-site .tonar-city-close:focus-visible::after {
    background: var(--tonar-blue);
}

body.tonar-site .tonar-city-close:focus-visible {
    outline: 2px solid var(--tonar-blue);
    outline-offset: 2px;
}

@media (max-width: 1279px) {
    body.tonar-site .city-content {
        padding: 32px;
    }

    body.tonar-site .city-block {
        width: min(1088px, calc(100vw - 64px));
        max-height: calc(100vh - 64px);
        padding: 48px 50px 54px;
    }

    body.tonar-site .city-head {
        margin-bottom: 34px;
    }

    body.tonar-site .city-title {
        font-size: 40px;
    }

    body.tonar-site .city-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 36px;
    }

    body.tonar-site .tonar-city-close {
        top: 30px;
        right: 34px;
    }
}

@media (max-width: 767px) {
    body.tonar-site .city-content {
        padding: 16px;
    }

    body.tonar-site .city-block {
        width: 100%;
        max-height: calc(100vh - 32px);
        padding: 38px 30px 42px;
    }

    body.tonar-site .city-head {
        margin-bottom: 28px;
        padding-right: 40px;
    }

    body.tonar-site .city-title {
        font-size: 34px;
    }

    body.tonar-site .city-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

    body.tonar-site .city-item a,
    body.tonar-site .city-item button {
        min-height: 56px;
        font-size: 15px;
    }

    body.tonar-site .tonar-city-close {
        top: 24px;
        right: 22px;
    }
}

@media (max-width: 479px) {
    body.tonar-site .city-content {
        align-items: stretch;
        padding: 0;
        background: #fff;
    }

    body.tonar-site .city-block {
        width: 100%;
        min-height: 100%;
        max-height: 100%;
        margin: 0;
        padding: 30px 20px 36px;
        box-shadow: none;
    }

    body.tonar-site .city-head {
        margin-bottom: 24px;
        padding-right: 44px;
    }

    body.tonar-site .city-title {
        max-width: 250px;
        font-size: 30px;
        line-height: 1.12;
    }

    body.tonar-site .city-list {
        display: block;
    }

    body.tonar-site .city-item a,
    body.tonar-site .city-item button {
        min-height: 52px;
        padding: 7px 0;
    }

    body.tonar-site .tonar-city-close {
        top: 19px;
        right: 13px;
    }
}


/* ===== TONAR CATALOG MODULE ===== */
body.tonar-catalog-root {
    background: #fff;
}

.tonar-catalog-root .tonar-header__main {
    height: 90px;
}

.tonar-catalog-root .main-wrapper {
    min-height: 0;
}

.tonar-catalog-root .tonar-catalog-page {
    overflow: hidden;
}

.tonar-catalog-hero {
    height: 231px;
    background: #fff;
}

.tonar-catalog-breadcrumbs {
    display: flex;
    gap: 8px;
    padding-top: 45px;
    color: #9aa5b4;
    font-size: 12px;
    text-transform: uppercase;
}

.tonar-catalog-breadcrumbs span:last-child {
    color: #1a202c;
}

.tonar-catalog-hero h1 {
    margin: 57px 0 0;
    color: #1a202c;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.tonar-catalog-content {
    position: relative;
}

.tonar-catalog-root .tonar-catalog-content > .row.container {
    position: relative;
    width: 100% !important;
    display: grid;
    grid-template-columns: 372px minmax(0, 1fr);
    align-items: start;
    column-gap: 32px;
    margin: 0 !important;
    padding: 36px 0 160px;
}

.tonar-catalog-root .tonar-catalog-content > .row.container::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 506px;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: #f1f3f5;
    transform: translateX(-50%);
}

.tonar-catalog-root .kmt-types-column,
.tonar-catalog-root .smart-filter,
.tonar-catalog-root .catalog-filter,
.tonar-catalog-root .catalog-content {
    position: relative;
    z-index: 1;
    float: none !important;
}

.tonar-catalog-root .kmt-types-column {
    width: 100%;
    grid-column: 1 / -1;
    padding: 0 !important;
}

.tonar-catalog-root .kmt-types-column--hidden {
    display: none;
}

.tonar-catalog-root .smart-filter {
    display: none;
}

.tonar-catalog-root .catalog-filter {
    width: 372px !important;
    grid-column: 1;
    padding: 70px 0 0 !important;
}

.tonar-catalog-root .catalog-content {
    width: auto !important;
    min-width: 0;
    grid-column: 2;
    padding: 70px 0 0 !important;
}

.tonar-catalog-root .catalog-content > .row,
.tonar-catalog-root .catalog-content .TS_Motainer,
.tonar-catalog-root .catalog-content .col-xs-12 {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.tonar-catalog-root .catalog-content .col-xs-12:first-child:empty {
    display: none;
}

.tonar-catalog-root .bx-sidebar-block {
    margin: 0;
}

.tonar-catalog-help {
    min-height: 199px;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 34px 36px 28px;
    background: #fff;
}

.tonar-catalog-help h2 {
    margin: 0 0 16px;
    font-family: "Oswald", Arial Narrow, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.tonar-catalog-root .tonar-catalog-help__expert {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1a202c;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #1a202c;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color .2s ease, text-decoration-color .2s ease;
}

.tonar-catalog-root .tonar-catalog-help__expert:hover {
    color: #235390;
    text-decoration-color: #235390;
}

.tonar-catalog-help__expert > span {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    background: #235390;
}

.tonar-catalog-help__expert > span::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url("/assets/tonar/icon-phone.svg") center / contain no-repeat;
    filter: brightness(0) invert(1);
}

.tonar-catalog-help p {
    margin: 15px 0 0 48px;
    color: #718096;
    font-size: 13px;
}

.tonar-catalog-help p a {
    color: #2d3748;
}

.tonar-catalog-root .tonar-catalog-team {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 160px 0;
    background: #f8f9fa;
}

.tonar-catalog-root .tonar-catalog-team .tonar-section-heading {
    margin-bottom: 24px;
}

.tonar-catalog-root .tonar-catalog-team .tonar-section-heading h2 {
    margin: 0;
}

.tonar-catalog-root .tonar-catalog-team .tonar-section-heading p {
    align-self: center;
}

.tonar-catalog-root .tonar-catalog-team .tonar-team-track {
    grid-auto-columns: calc((100% - 48px) / 4);
}

.tonar-catalog-root .tonar-catalog-contact {
    padding: 167px 0 0;
}

.tonar-catalog-root .tonar-footer {
    margin-top: 100px;
}

.tonar-catalog-root.tonar-filter-open {
    overflow: hidden;
}

.tonar-catalog-section .tonar-catalog-content > .row.container {
    padding-top: 103px;
}

.tonar-catalog-section .tonar-catalog-content > .row.container::before {
    top: 0;
}

.tonar-catalog-section .catalog-filter,
.tonar-catalog-section .catalog-content {
    padding-top: 70px !important;
}

@media (max-width: 1599px) {
    .tonar-catalog-root .tonar-catalog-content > .row.container {
        grid-template-columns: 288px minmax(0, 1fr);
        column-gap: 16px;
        padding-bottom: 160px;
    }

    .tonar-catalog-root .catalog-filter {
        width: 288px !important;
    }

    .tonar-catalog-help {
        min-height: 166px;
        padding: 24px 20px;
    }

    .tonar-catalog-help h2 {
        font-size: 24px;
    }

    .tonar-catalog-root .tonar-catalog-team {
        padding: 120px 0 108px;
    }

    .tonar-catalog-root .tonar-catalog-contact {
        padding-top: 160px;
    }

    .tonar-catalog-root .tonar-catalog-contact .tonar-contact__layout,
    .tonar-catalog-root .tonar-catalog-contact .tonar-contact__map {
        min-height: 518px;
    }

    .tonar-catalog-root .tonar-catalog-contact .tonar-contact__form {
        padding: 36px;
    }
}

@media (max-width: 768px) {
    .tonar-catalog-root .tonar-header {
        border-bottom: 1px solid #e9e9ea;
        background: #fff;
    }

    .tonar-catalog-root .tonar-header__main {
        height: 68px;
    }

    .tonar-catalog-root .tonar-brand {
        gap: 7px;
    }

    .tonar-catalog-root .tonar-brand__tonar {
        width: 95px;
        height: auto;
        filter: brightness(0) saturate(100%) invert(29%) sepia(41%) saturate(1268%) hue-rotate(167deg) brightness(88%) contrast(91%);
    }

    .tonar-catalog-root .tonar-brand__market {
        width: 89px;
        height: 22px;
        content: url("/assets/tonar/logo-trak-market-mobile.svg");
    }

    .tonar-catalog-root .tonar-brand > span {
        height: 26px;
        background: #dee2e6;
    }

    .tonar-catalog-root .tonar-mobile-actions a,
    .tonar-catalog-root .tonar-mobile-actions button {
        border-color: #dee2e6;
    }

    .tonar-catalog-root .tonar-mobile-actions img {
        filter: brightness(0) saturate(100%) invert(12%) sepia(13%) saturate(1144%) hue-rotate(180deg) brightness(91%) contrast(91%);
    }

    .tonar-catalog-root .tonar-mobile-actions button span {
        background: #1a202c;
    }

    .tonar-catalog-hero {
        height: 150px;
    }

    .tonar-catalog-breadcrumbs {
        padding-top: 13px;
    }

    .tonar-catalog-hero h1 {
        margin-top: 45px;
        font-size: 30px;
    }

    .tonar-catalog-root .tonar-catalog-content > .row.container {
        display: block;
        padding: 8px 0 60px;
    }

    .tonar-catalog-section .catalog-filter,
    .tonar-catalog-section .catalog-content {
        padding-top: 0 !important;
    }

    .tonar-catalog-root .tonar-catalog-content > .row.container::before {
        top: 0;
    }

    .tonar-catalog-root .smart-filter {
        position: absolute;
        z-index: 4;
        top: 8px;
        right: -64px;
        display: block;
    }

    .tonar-catalog-root .catalog-filter {
        position: static;
        width: 0 !important;
        height: 0;
        padding: 0 !important;
    }

    .tonar-catalog-root .tonar-catalog-help {
        display: none;
    }

    .tonar-catalog-root .catalog-content {
        width: 100% !important;
        padding: 0 !important;
    }

    .tonar-catalog-root .tonar-catalog-team {
        padding: 60px 0;
    }

    .tonar-catalog-root .tonar-catalog-team .tonar-section-heading {
        display: block;
        margin-bottom: 48px;
        padding-bottom: 24px;
    }

    .tonar-catalog-root .tonar-catalog-team .tonar-section-heading h2 {
        margin-bottom: 16px;
        font-size: 24px;
    }

    .tonar-catalog-root .tonar-catalog-team .tonar-section-heading p {
        max-width: 320px;
        font-size: 16px;
    }

    .tonar-catalog-root .tonar-catalog-team .tonar-team-track {
        grid-auto-columns: 284px;
    }

    .tonar-catalog-root .tonar-catalog-contact {
        padding-top: 60px;
    }

    .tonar-catalog-root .tonar-footer {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .tonar-catalog-breadcrumbs {
        font-size: 12px;
    }

    .tonar-catalog-hero h1 {
        max-width: 296px;
        font-size: 30px;
        line-height: 1.2;
    }

    .tonar-catalog-root .smart-filter {
        right: -12px;
    }

    .tonar-catalog-root .tonar-catalog-content > .row.container {
        padding-bottom: 60px;
    }

    .tonar-catalog-root .tonar-catalog-team .tonar-team-track {
        margin-right: -12px;
        grid-auto-columns: 220px;
    }

    .tonar-catalog-root .tonar-catalog-team {
        padding: 60px 0;
    }

    .tonar-catalog-root .tonar-catalog-contact {
        padding-top: 60px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .tonar-catalog-root .smart-filter {
        right: -12px;
    }
}


/* ===== TONAR LEASING MODULE ===== */
/* Leasing page */
body.tonar-site:has(.tonar-leasing-page) {
    background: #fff;
}

@media (min-width: 1200px) and (max-width: 1759px) {
    body.tonar-leasing-body .tonar-container {
        width: min(1200px, calc(100% - 64px));
    }
}

.tonar-leasing-page {
    --tl-blue: #2c61a1;
    --tl-dark: #172033;
    --tl-text: #526078;
    --tl-line: #e4e9ef;
    --tl-soft: #f5f7f9;
    color: var(--tl-dark);
    background: #fff;
}

.tonar-leasing-page h1,
.tonar-leasing-page h2,
.tonar-leasing-page h3,
.tonar-leasing-page p {
    margin: 0;
}

.tonar-leasing-page h1,
.tonar-leasing-page h2 {
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.tonar-leasing-page em {
    color: var(--tl-blue);
    font-style: normal;
}

.tl-breadcrumbs {
    display: flex;
    min-height: 74px;
    align-items: center;
    gap: 9px;
    color: #a6afbd;
    font-size: 12px;
    text-transform: uppercase;
}

.tl-breadcrumbs a:hover {
    color: var(--tl-blue);
}

.tl-hero {
    padding-bottom: 80px;
    background: #f6f7f8;
}

.tl-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr);
}

.tl-hero__banner {
    position: relative;
    min-height: 508px;
    overflow: hidden;
    background: url("/assets/tonar/hero.png") 60% 58% / cover no-repeat;
}

.tl-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 23, 44, .8) 0%, rgba(13, 23, 44, .48) 48%, rgba(13, 23, 44, .12) 100%);
}

.tl-hero__content {
    position: relative;
    z-index: 1;
    width: min(650px, 64%);
    padding: 68px 0 60px 64px;
    color: #fff;
}

.tl-hero__content h1 {
    margin-bottom: 30px;
    font-size: clamp(36px, 3vw, 60px);
    line-height: 1.04;
}

.tl-hero__content p {
    max-width: 590px;
    margin-bottom: 42px;
    color: rgba(255, 255, 255, .92);
    font-size: 18px;
    line-height: 1.55;
}

.tl-hero__content strong {
    display: block;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}

.tl-offer-card {
    min-height: 508px;
    padding: 55px 48px 38px;
    background: #fff;
}

.tl-offer-card h2 {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 1.2;
}

.tl-offer-form {
    display: grid;
    gap: 14px;
}

.tl-offer-form label {
    display: grid;
    gap: 8px;
    color: #99a2b2;
    font-size: 12px;
}

.tl-offer-form input:not([type="checkbox"]),
.tl-offer-form select {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1px solid var(--tl-line);
    border-radius: 0;
    outline: none;
    color: var(--tl-dark);
    background: #fff;
}

.tl-offer-form input:focus,
.tl-offer-form select:focus {
    border-color: var(--tl-blue);
}

.tl-offer-form input::placeholder {
    color: #a3acb9;
    opacity: 1;
}

.tl-offer-form .tonar-button {
    width: 100%;
    min-height: 52px;
    margin-top: 2px;
    border-radius: 0;
}

.tl-offer-form .tl-consent {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: start;
    gap: 8px;
    color: #9ba4b2;
    font-size: 10px;
    line-height: 1.3;
}

.tl-consent input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: var(--tl-blue);
}

.tl-consent a {
    text-decoration: underline;
}

.tl-section {
    padding: 116px 0;
}

.tl-section-head {
    margin-bottom: 58px;
}

.tl-section-head > span {
    display: block;
    margin-bottom: 18px;
    color: #a3acba;
    font-size: 11px;
    text-transform: uppercase;
}

.tl-section-head h2 {
    font-size: clamp(35px, 2.5vw, 48px);
    line-height: 1.08;
}

.tl-section-head > p {
    max-width: 610px;
    margin-top: 24px;
    color: var(--tl-text);
    font-size: 16px;
    line-height: 1.55;
}

.tl-section-head--center {
    width: min(790px, 100%);
    margin-right: auto;
    margin-left: auto;
}

.tl-calculator {
    display: grid;
    width: min(790px, 100%);
    min-height: 500px;
    margin: 0 auto;
    grid-template-columns: minmax(0, 1fr) 270px;
    align-items: end;
    background: #fff;
}

.tl-calculator__controls {
    padding-bottom: 5px;
}

.tl-switches {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 35px;
}

.tl-segmented {
    display: flex;
    gap: 4px;
}

.tl-segmented button,
.tl-term-field button {
    height: 38px;
    padding: 0 16px;
    border: 1px solid var(--tl-line);
    color: #9aa4b4;
    background: #fff;
    font-size: 12px;
}

.tl-segmented button.is-active,
.tl-term-field button.is-active {
    border-color: var(--tl-blue);
    color: var(--tl-blue);
}

.tl-calc-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 38px;
}

.tl-range-field {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    color: #97a1b1;
    font-size: 12px;
}

.tl-range-field output {
    color: var(--tl-dark);
    font-size: 14px;
    font-weight: 600;
}

.tl-range-field input[type="range"] {
    width: 100%;
    height: 3px;
    margin: 8px 0 0;
    grid-column: 1 / -1;
    appearance: none;
    border: 0;
    background: linear-gradient(90deg, var(--tl-blue) var(--range-progress, 30%), #dfe5ec var(--range-progress, 30%));
}

.tl-range-field input[type="range"]::-webkit-slider-thumb {
    width: 13px;
    height: 13px;
    appearance: none;
    border: 3px solid var(--tl-blue);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.tl-range-field input[type="range"]::-moz-range-thumb {
    width: 9px;
    height: 9px;
    border: 3px solid var(--tl-blue);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.tl-range-field small {
    display: flex;
    grid-column: 1 / -1;
    justify-content: space-between;
    color: #b8c0cc;
    font-size: 9px;
}

.tl-term-field {
    min-width: 0;
    padding: 0;
    border: 0;
}

.tl-term-field legend {
    margin-bottom: 10px;
    color: #97a1b1;
    font-size: 12px;
}

.tl-term-field > div {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
}

.tl-term-field button {
    height: 46px;
    padding: 0 4px;
    font-size: 10px;
}

.tl-calculator__result {
    display: grid;
    width: 290px;
    margin-top: 45px;
    gap: 10px;
}

.tl-calculator__result > span {
    color: #9ba5b5;
    font-size: 12px;
}

.tl-calculator__result strong {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 38px;
    line-height: 1;
}

.tl-calculator__result strong small {
    font-family: "Inter", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.tl-calculator__result .tonar-button {
    width: 190px;
    min-height: 46px;
    margin-top: 10px;
    border-radius: 0;
    font-size: 12px;
}

.tl-calculator__visual {
    display: flex;
    min-height: 300px;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.tl-calc-device {
    display: grid;
    width: 155px;
    padding: 16px;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    border: 1px solid #ccd4dd;
    border-radius: 15px;
    background: linear-gradient(140deg, #f7fafc, #cbd4dc);
    box-shadow: 22px 28px 30px rgba(37, 55, 79, .2);
    transform: rotate(21deg);
}

.tl-calc-screen {
    height: 38px;
    padding: 10px;
    grid-column: 1 / -1;
    border: 1px solid #aab6c3;
    color: #657486;
    background: #dfe6ea;
    font-size: 12px;
    text-align: right;
}

.tl-calc-device i {
    height: 20px;
    border: 1px solid #b6c2cc;
    border-radius: 3px;
    background: #eef2f5;
}

.tl-about {
    padding-top: 80px;
}

.tl-about .tl-section-head {
    width: min(900px, 100%);
    margin-left: 25%;
}

.tl-about__grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr;
    align-items: center;
    gap: 0;
}

.tl-about__grid > img {
    width: 100%;
    min-height: 510px;
    object-fit: cover;
}

.tl-about__copy {
    padding: 58px 60px;
    background: #f4f6f8;
}

.tl-about__copy h3 {
    margin-bottom: 25px;
    color: var(--tl-blue);
    font-family: "Oswald", "Arial Narrow", sans-serif;
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
}

.tl-about__copy p,
.tl-about__copy li {
    color: var(--tl-text);
    font-size: 14px;
    line-height: 1.55;
}

.tl-about__copy ul {
    display: grid;
    margin: 22px 0;
    padding-left: 20px;
    gap: 12px;
}

.tl-info {
    position: relative;
    margin-top: 28px;
    padding: 16px 16px 16px 45px;
    color: #7f8b9e;
    background: #fff;
    font-size: 11px;
    line-height: 1.45;
}

.tl-info::before,
.tl-steps__note::before {
    position: absolute;
    top: 15px;
    left: 15px;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--tl-blue);
    content: "i";
    font-size: 12px;
    font-weight: 700;
}

.tl-simple {
    display: grid;
    width: min(850px, 100%);
    margin: 120px auto 0;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
}

.tl-simple h2 {
    margin-bottom: 32px;
    font-size: 40px;
    line-height: 1.1;
}

.tl-simple p {
    color: var(--tl-text);
    font-size: 15px;
    line-height: 1.6;
}

.tl-simple img {
    width: 100%;
    aspect-ratio: 1.55;
    object-fit: cover;
}

.tl-benefits,
.tl-programs {
    border-top: 1px solid #f0f2f5;
}

.tl-benefits .tl-section-head,
.tl-programs .tl-section-head {
    width: min(850px, 100%);
    margin-left: 25%;
}

.tl-subtitle {
    margin-bottom: 25px !important;
    font-size: 13px;
    text-transform: uppercase;
}

.tl-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tl-benefit-grid article {
    min-height: 240px;
    padding: 32px;
    border-right: 1px solid #fff;
    background: #f5f7f9;
}

.tl-benefit-grid b {
    display: block;
    min-height: 38px;
    color: var(--tl-blue);
    font-size: 28px;
    font-weight: 400;
}

.tl-benefit-grid h3 {
    margin: 18px 0 16px;
    font-size: 15px;
    line-height: 1.25;
    text-transform: uppercase;
}

.tl-benefit-grid p {
    color: var(--tl-text);
    font-size: 13px;
    line-height: 1.55;
}

.tl-center {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.tl-center .tonar-button {
    min-height: 48px;
    border-radius: 0;
    font-size: 12px;
}

.tl-process {
    border-top: 1px solid #f0f2f5;
}

.tl-process .tl-section-head {
    margin-left: 25%;
}

.tl-process__grid {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 80px;
}

.tl-process__intro {
    display: grid;
    align-content: start;
}

.tl-process__intro > p {
    max-width: 390px;
    margin-bottom: 28px;
    color: var(--tl-text);
    font-size: 15px;
    line-height: 1.6;
}

.tl-process__intro .tonar-button {
    width: 190px;
    min-height: 48px;
    border-radius: 0;
}

.tl-process__intro img {
    width: 100%;
    height: 330px;
    margin-top: 90px;
    object-fit: cover;
}

.tl-steps {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 24px;
    list-style: none;
}

.tl-steps li:not(.tl-steps__note) {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 28px;
}

.tl-steps li > b {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: #9aa5b4;
    font-size: 18px;
}

.tl-steps h3 {
    margin-bottom: 7px;
    font-size: 14px;
    text-transform: uppercase;
}

.tl-steps p {
    color: var(--tl-text);
    font-size: 13px;
    line-height: 1.5;
}

.tl-steps__note {
    position: relative;
    min-height: 50px;
    padding: 15px 15px 15px 48px;
    color: #8c97a7;
    background: #f5f7f9;
    font-size: 11px;
    line-height: 1.45;
}

.tl-partners {
    border-top: 1px solid #f0f2f5;
}

.tl-partners .tl-section-head {
    margin-left: 25%;
}

.tl-partner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--tl-line);
    border-left: 1px solid var(--tl-line);
}

.tl-partner-grid article {
    display: grid;
    min-width: 0;
    min-height: 185px;
    place-items: center;
    padding: 24px;
    border-right: 1px solid var(--tl-line);
    border-bottom: 1px solid var(--tl-line);
    text-align: center;
}

.tl-partner-grid img {
    max-width: 180px;
    max-height: 62px;
    object-fit: contain;
}

.tl-partner-grid span {
    align-self: end;
    color: #556176;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.tl-program {
    display: grid;
    min-height: 130px;
    grid-template-columns: 1fr 2.5fr auto;
    align-items: center;
    gap: 50px;
    padding: 28px 0;
    border-top: 1px solid var(--tl-line);
    border-bottom: 1px solid var(--tl-line);
}

.tl-program strong {
    font-size: 13px;
    line-height: 1.35;
    text-transform: uppercase;
}

.tl-program p {
    color: var(--tl-text);
    font-size: 13px;
    line-height: 1.55;
}

.tl-program a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}

.tl-program a b {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    color: #fff;
    background: var(--tl-blue);
}

.tl-team .tonar-team {
    padding: 95px 0 120px;
}

.tl-team .tonar-section-heading {
    align-items: end;
}

.tl-team .tonar-section-heading h2 {
    max-width: 760px;
    font-size: 48px;
}

.tl-team .tonar-section-heading p {
    display: none;
}

.tl-team .tonar-team-track {
    grid-auto-columns: calc((100% - 48px) / 4);
    gap: 16px;
}

.tl-team .tonar-team-controls {
    justify-content: center;
}

.tl-contact {
    padding-top: 95px;
    padding-bottom: 95px;
    background: #f3f5f7;
}

.tl-contact .tonar-contact__layout {
    gap: 0;
}

.tl-contact .tonar-contact__map,
.tl-contact .tonar-contact__form {
    min-height: 590px;
}

.tl-contact .tonar-contact__form {
    padding: 92px 110px;
}

@media (max-width: 1280px) {
    .tl-breadcrumbs {
        min-height: 58px;
    }

    .tl-hero {
        padding-bottom: 56px;
    }

    .tl-hero__banner,
    .tl-offer-card {
        min-height: 420px;
    }

    .tl-hero__content {
        padding: 52px 32px;
    }

    .tl-hero__content h1 {
        margin-bottom: 20px;
        font-size: 42px;
    }

    .tl-hero__content p {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .tl-hero__content strong {
        font-size: 20px;
    }

    .tl-offer-card {
        padding: 38px 28px 25px;
    }

    .tl-offer-card h2 {
        margin-bottom: 22px;
        font-size: 21px;
    }

    .tl-offer-form {
        gap: 10px;
    }

    .tl-offer-form input:not([type="checkbox"]),
    .tl-offer-form select,
    .tl-offer-form .tonar-button {
        height: 46px;
        min-height: 46px;
    }

    .tl-section {
        padding: 90px 0;
    }

    .tl-about__grid > img {
        min-height: 430px;
    }

    .tl-about__copy {
        padding: 42px;
    }

    .tl-contact .tonar-contact__map,
    .tl-contact .tonar-contact__form {
        min-height: 500px;
    }

    .tl-contact .tonar-contact__form {
        padding: 70px 70px;
    }
}

@media (max-width: 900px) {
    .tl-hero__grid {
        grid-template-columns: 1fr;
    }

    .tl-hero__banner {
        min-height: 385px;
    }

    .tl-hero__content {
        width: 75%;
    }

    .tl-offer-card {
        min-height: 0;
        padding: 32px;
    }

    .tl-offer-card h2 br {
        display: none;
    }

    .tl-calculator {
        grid-template-columns: minmax(0, 1fr) 190px;
    }

    .tl-calculator__visual {
        transform: scale(.8);
        transform-origin: 50% 100%;
    }

    .tl-about .tl-section-head,
    .tl-benefits .tl-section-head,
    .tl-programs .tl-section-head,
    .tl-process .tl-section-head,
    .tl-partners .tl-section-head {
        width: auto;
        margin-left: 0;
    }

    .tl-about__grid {
        grid-template-columns: 1fr;
    }

    .tl-about__grid > img {
        min-height: 350px;
        aspect-ratio: 1.8;
    }

    .tl-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tl-process__grid {
        gap: 42px;
    }

    .tl-process__intro img {
        height: 250px;
        margin-top: 60px;
    }

    .tl-partner-grid article {
        min-height: 145px;
    }

    .tl-team .tonar-team-track {
        grid-auto-columns: calc((100% - 32px) / 3);
    }

    .tl-contact .tonar-contact__form {
        padding: 50px 40px;
    }
}

@media (max-width: 700px) {
    .tl-breadcrumbs {
        min-height: 52px;
        font-size: 9px;
    }

    .tl-hero {
        padding-bottom: 38px;
    }

    .tl-hero__banner {
        min-height: 330px;
    }

    .tl-hero__content {
        width: 92%;
        padding: 38px 24px;
    }

    .tl-hero__content h1 {
        font-size: 34px;
    }

    .tl-offer-card {
        padding: 28px 24px;
    }

    .tl-section {
        padding: 70px 0;
    }

    .tl-section-head {
        margin-bottom: 38px;
    }

    .tl-section-head > span {
        margin-bottom: 12px;
        font-size: 9px;
    }

    .tl-section-head h2 {
        font-size: 34px;
    }

    .tl-calculator {
        grid-template-columns: minmax(0, 1fr) 150px;
        align-items: end;
    }

    .tl-switches {
        align-items: flex-start;
        flex-direction: column;
    }

    .tl-calc-fields {
        grid-template-columns: 1fr;
    }

    .tl-calculator__visual {
        margin-left: -20px;
        transform: scale(.68);
    }

    .tl-about__copy {
        padding: 32px;
    }

    .tl-simple {
        margin-top: 75px;
        gap: 30px;
    }

    .tl-simple h2 {
        font-size: 32px;
    }

    .tl-benefit-grid {
        grid-template-columns: repeat(4, minmax(140px, 1fr));
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .tl-benefit-grid article {
        min-height: 230px;
        padding: 22px;
        scroll-snap-align: start;
    }

    .tl-process__grid {
        grid-template-columns: 1fr 1.25fr;
        gap: 30px;
    }

    .tl-steps li:not(.tl-steps__note) {
        grid-template-columns: 34px 1fr;
        gap: 14px;
    }

    .tl-steps li > b {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .tl-process__intro img {
        height: 220px;
    }

    .tl-partner-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .tl-partner-grid article {
        min-height: 120px;
        padding: 14px;
    }

    .tl-partner-grid img {
        max-width: 105px;
        max-height: 42px;
    }

    .tl-partner-grid span {
        font-size: 8px;
    }

    .tl-team .tonar-section-heading h2 {
        font-size: 34px;
    }

    .tl-team .tonar-team-track {
        grid-auto-columns: calc((100% - 16px) / 2);
    }
}

@media (max-width: 480px) {
    .tonar-leasing-page .tonar-container {
        width: calc(100% - 24px);
    }

    .tl-breadcrumbs {
        overflow: hidden;
        white-space: nowrap;
    }

    .tl-hero__banner {
        min-height: 280px;
        background-position: 64% 50%;
    }

    .tl-hero__content {
        width: 100%;
        padding: 28px 20px;
    }

    .tl-hero__content h1 {
        margin-bottom: 16px;
        font-size: 28px;
    }

    .tl-hero__content p {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 1.45;
    }

    .tl-hero__content strong {
        font-size: 16px;
    }

    .tl-offer-card {
        padding: 24px 18px;
    }

    .tl-offer-card h2 {
        font-size: 20px;
    }

    .tl-section {
        padding: 58px 0;
    }

    .tl-section-head {
        margin-bottom: 30px;
    }

    .tl-section-head h2 {
        font-size: 29px;
    }

    .tl-section-head > p {
        margin-top: 16px;
        font-size: 13px;
    }

    .tl-calculator {
        position: relative;
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .tl-switches {
        gap: 12px;
        margin-bottom: 25px;
    }

    .tl-segmented button {
        height: 34px;
        padding: 0 12px;
        font-size: 10px;
    }

    .tl-calc-fields {
        gap: 28px;
    }

    .tl-calculator__result {
        width: 60%;
        margin-top: 35px;
    }

    .tl-calculator__result .tonar-button {
        width: 100%;
    }

    .tl-calculator__visual {
        position: absolute;
        right: -4px;
        bottom: 0;
        display: flex;
        min-height: 0;
        padding: 0;
        transform: scale(.54);
        transform-origin: 100% 100%;
    }

    .tl-about {
        padding-top: 52px;
    }

    .tl-about__grid > img {
        min-height: 200px;
        aspect-ratio: 1.55;
    }

    .tl-about__copy {
        padding: 24px 18px;
    }

    .tl-about__copy h3 {
        font-size: 21px;
    }

    .tl-about__copy p,
    .tl-about__copy li {
        font-size: 12px;
    }

    .tl-simple {
        grid-template-columns: 1fr;
        margin-top: 58px;
    }

    .tl-simple h2 {
        margin-bottom: 18px;
        font-size: 29px;
    }

    .tl-simple p {
        font-size: 13px;
    }

    .tl-simple img {
        order: -1;
    }

    .tl-benefit-grid {
        grid-template-columns: 1fr;
        overflow: visible;
    }

    .tl-benefit-grid article {
        min-height: 0;
        padding: 22px 18px;
        border-bottom: 1px solid #fff;
    }

    .tl-benefit-grid b {
        min-height: 0;
    }

    .tl-process__grid {
        grid-template-columns: 1fr;
    }

    .tl-process__intro > p {
        font-size: 13px;
    }

    .tl-process__intro .tonar-button {
        width: 100%;
    }

    .tl-process__intro img {
        height: 190px;
        margin-top: 32px;
    }

    .tl-steps {
        gap: 20px;
    }

    .tl-partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tl-partner-grid article {
        min-height: 105px;
    }

    .tl-program {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .tl-program p {
        font-size: 12px;
    }

    .tl-team .tonar-team {
        padding: 58px 0 75px;
    }

    .tl-team .tonar-section-heading h2 {
        font-size: 29px;
    }

    .tl-team .tonar-team-track {
        grid-auto-columns: 78%;
    }

    .tl-contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* End */
/* /local/templates/autoComtransTrailer/components/bitrix/form.result.new/callback/style.css?17854014332784 */
/* /local/templates/autoComtransTrailer/components/bitrix/search.form/search-form/style.css?17854014331036 */
/* /local/templates/autoComtransTrailer/css/tonar-redesign.css?178544073285933 */
