:root {
    --font-manrope: "Manrope", sans-serif;
    --font-inter: "Inter", sans-serif;
    --font-rubik: "Rubik", sans-serif;
    --font-raj: "Rajdhani", sans-serif;
    --color-black: #151423;
    --color-acc: #ff6000;
    --color-main: #008aff;
    --color-main-dark: #005aff;
}
@media (min-width: 1500px) {
    .container {
        max-width: 1460px;
    }
}
.wrapper {
    position: relative;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
.hamb {
    width: 24px;
    height: 24px;
    border: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    display: none;
}
.hamb .icon {
    width: 24px;
    height: 24px;
}
body {
    font-optical-sizing: auto;
    background-color: #fff;
    font-family: var(--font-manrope);
    font-size: 16px;
    line-height: 24px;
}
.btn {
    display: inline-block;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 600;
    font-family: var(--font-inter);
    padding: 17px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 12px;
}
.btn:hover {
    background-color: var(--color-main-dark);
    color: #fff;
}
.btn-small {
    background-color: var(--color-acc);
    color: #fff;
    text-transform: uppercase;
    padding: 13px 20px;
    border: 0;
    border-radius: 12px;
    display: inline-block;
}
.btn-small:hover {
    text-decoration: none;
    color: #fff;
}
.logo {
    font-size: 17px;
    line-height: 25px;
}
.logo a {
    display: flex;
    align-items: center;
    color: var(--color-black);
    text-decoration: none;
}
.logo span {
    padding-left: 10px;
}
.header {
    padding: 15px 0;
}
.panel .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media (min-width: 1500px) {
    .panel .container {
        max-width: 1172px;
    }
}
.tel {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    font-family: var(--font-manrope);
}
.tel a {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--color-black);
    text-decoration: none;
}
.tel span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--color-acc);
}
.tel .icon {
    display: none;
    width: 17px;
    height: 16px;
}
.locate {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: var(--font-inter);
    color: var(--color-black);
}
.locate .icon {
    display: inline-block;
    width: 21px;
    height: 25px;
    margin-right: 10px;
}
.locate:hover {
    color: var(--color-black);
}
main {
    position: relative;
    z-index: 1;
}
.main-nav {
    background-color: #151423;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    position: sticky;
    top: -1px;
    z-index: 20;
}
.main-nav a {
    color: #fff;
    text-underline-position: under;
}
.menu {
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}
.menu .open_submenu {
    display: none;
}
.menu > li {
    position: relative;
    padding: 26px 10px 32px;
}
.menu > li > ul {
    background-color: #151423;
    position: absolute;
    width: 310px;
    padding: 20px;
    font-size: 16px;
    text-transform: none;
}
.menu > li > ul li.has-menu > a {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}
.menu > li > ul li.has-menu > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.menu > li > ul li.has-menu.js-expand > a:after {
    transform: rotate(135deg);
    top: 10px;
}
.menu > li > ul li + li {
    margin-top: 16px;
}
.menu > li > ul ul {
    margin-left: 40px;
    font-size: 14px;
    margin-top: 16px;
}
.menu > li > ul ul li + li {
    margin-top: 8px;
}
.menu li {
    display: block;
}
.menu li ul {
    display: none;
    left: 0;
    top: 100%;
}
.menu li ul ul {
    display: block;
}
.menu > li ul li.js-expand > ul {
    display: block;
}
@media (hover: hover) {
    .menu > li:hover > ul {
        display: block;
    }
}
.price {
    max-width: 1130px;
    margin: 0 auto;
}
@media (max-width: 1499px) {
    .menu li a span {
        display: none;
    }
}
.hero {
    background: linear-gradient(90deg, #fff3, #0003 31.143%), #151423;
    padding: 80px 0;
    color: #fff;
}
.hero .container {
    position: relative;
}
.hero img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    /* ---  */
    max-height: 400px;
    object-fit: contain;
}
.hero .btn {
    min-width: 445px;
}
.hero-inner {
    max-width: 50%;
}
.hero-inner img {
    display: none;
}
@media (min-width: 992px) {
    .hero-inner {
        min-height: 358px;
    }
    .hero-inner-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}
.hero-title,
.hero h2,
.hero h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: left;
}
.hero-title span,
.hero h2 span,
.hero h3 span {
    color: var(--color-acc);
}
.hero-list {
    margin: 0 0 40px;
}
.hero-list li {
    display: flex;
    align-items: center;
}
.hero-list li span {
    color: var(--color-main-dark);
    font-weight: 700;
    display: inline-block;
    margin-right: 6px;
}
.hero-list li + li {
    margin-top: 10px;
}
.hero-list li .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    flex: 0 0 24px;
    max-width: 24px;
}
.main-inner {
    padding-top: 60px;
}
.section {
    margin-bottom: 100px;
}
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}
.diagnostic {
    font-family: var(--font-inter);
    font-size: 16px;
    line-height: 19px;
    margin: 60px 0 100px;
}
.diagnostic p {
    margin-bottom: 0;
}
.diagnostic .row {
    align-items: center;
    flex-direction: row-reverse;
}
.diagnostic span {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 500;
}
.diagnostic .title,
.diagnostic h1,
.diagnostic h2,
.diagnostic h3,
.diagnostic h4,
.diagnostic h5 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
}
.diagnostic h2 {
    font-size: 26px;
    line-height: 26px;
}
.diagnostic h3 {
    font-size: 24px;
    line-height: 24px;
}
.diagnostic h4 {
    font-size: 22px;
    line-height: 22px;
}
.diagnostic h5 {
    font-size: 20px;
    line-height: 20px;
}
.diagnostic p.big {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.diagnostic ul {
    margin: 10px 0 20px;
}
.diagnostic ul li {
    display: block;
    padding-left: 25px;
    position: relative;
}
.diagnostic ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
}
.diagnostic ol {
    margin: 10px 0 20px;
}
.diagnostic-img {
    text-align: right;
}
.diagnostic-img img {
    display: inline-block;
    max-width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.courier-box {
    display: flex;
    align-items: center;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 20px;
    box-shadow: 0 4px 10px #00000040;
    background: #15142333;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    height: 376px;
    padding: 20px 110px 0;
    position: relative;
}
.courier-box .btn-small {
    display: block;
    width: 100%;
}
.courier-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 40px;
}
.courier-title span {
    color: var(--color-acc);
}
.courier-img {
    margin-right: 88px;
    flex: 0 0 350px;
    max-width: 350px;
    display: flex;
    align-items: flex-end;
}
.courier-img img {
    max-width: 100%;
    border-radius: 20px;
}
.courier-form {
    display: flex;
    margin: 0 -14px;
    padding-top: 10px;
}
.courier-form .form-group {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
}
.form-control {
    height: 50px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid var(--color-black);
    border-radius: 4px;
}
.form-control.is-invalid {
    color: #dc3545;
}
.form-control.is-invalid::placeholder {
    color: #dc3545;
}
.form-control.is-invalid::-webkit-input-placeholder {
    color: #dc3545;
}
.form-control.is-invalid:-moz-placeholder {
    color: #dc3545;
}
.form-control.is-invalid::-moz-placeholder {
    color: #dc3545;
}
.form-control.is-invalid:-ms-input-placeholder {
    color: #dc3545;
}
.form-control.is-invalid::-ms-input-placeholder {
    color: #dc3545;
}
.title,
h1,
h2,
h3,
h4 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 700;
}
.service-tabs {
    display: flex;
    justify-content: center;
    margin: 0 -15px 40px;
}
.service-tabs li {
    display: block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    flex: 0 0 33.3333333333%;
    max-width: 310px;
}
.service-tabs li button {
    display: block;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 12px;
    width: 100%;
    background: none;
    font-weight: 700;
}
.service-tabs li button.active {
    border-color: var(--color-black);
    background-color: var(--color-black);
    color: #fff;
}
.tab-content {
    max-width: 1210px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.tab-content .btn-serv-full {
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.sub-service-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 1170px;
    gap: 10px 0;
}
.sub-service-tabs li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 15px;
    display: block;
}
.sub-service-tabs li:first-child {
    padding-left: 0;
}
.sub-service-tabs li:last-child {
    padding-right: 0;
}
.sub-service-tabs li button,
.sub-service-tabs li a {
    display: flex;
    width: 100%;
    border: 0;
    padding: 10px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 4px #00000040;
    background: #fff;
}
.sub-service-tabs li button.active,
.sub-service-tabs li button:hover,
.sub-service-tabs li a.active,
.sub-service-tabs li a:hover {
    background: var(--color-black);
    color: #fff;
    box-shadow: none;
}
.sub-service-tabs li a {
    border: 1px solid rgba(0, 0, 0, 0.7);
    color: #000;
    text-align: center;
}
.tab-img {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    display: flex;
    background: #fff;
    margin-right: 10px;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    padding: 3px;
}
.tab-img img {
    max-width: 100%;
    border-radius: 4px;
}
.hits-row {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #707070;
    padding: 6px 15px;
    background: #fff;
    align-items: center;
    border-radius: 12px;
}
.hits-th {
    background-color: #ebebeb;
    margin-bottom: 20px;
}
.h-lft {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.h-lft strong {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #005aff;
    padding-right: 15px;
    max-width: 320px;
}
.h-lft span {
    flex: 0 0 130px;
    max-width: 130px;
    display: inline-block;
    position: relative;
    padding-left: 26px;
}
.h-lft span:before,
.td-mob-time:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAhFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8qm6wAAAAK3RSTlMAwPtxVLoX8UMxB6ubdu3iijkuJOrm3tugkIWBeF9P1NDJpmIQCbSvlZJcZomk0wAAAPVJREFUKM9dkdd2wzAMQ2nHe287Xs3swv//X8lUSqTgxRQuD0hLpNXkk++nS5SQJe8EpX69v+zAh6Gh1n5byrlIqzkbpXI91S/+x65GpUKiRy05WcINcdzy8dcFukDmik+sA+DId1fGiXMSE9CRwwJqAOxkgVsIHCgHCrIBXQCfJiB9gmFZVq42oJedKg1EIVcRAHKA+R3UAlJgUvfliD6lEj4DI9mSfc+PvMb2k1LmJh3wZYMrgJhoBbCZflv8/9B9kIs2/JHPsVS1C+DnpvKv3I9c7SkkvGxR7R1LsL5JKepgyM2NR89caDmSb6Dc7znvXGn7DzSeI5hkP+bFAAAAAElFTkSuQmCC)
        0 0 no-repeat;
    background-size: 100%;
}
.h-rht {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 0 0;
}
.hits-td {
    padding: 10px;
    color: #000;
    margin-bottom: 20px;
    box-shadow: 0 0 15px #00000026;
}
.hits-td .h-rht {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hits-td b {
    font-weight: inherit;
}
.hits-td i {
    font-style: normal;
}
.td-price .td-mob-time {
    display: none;
}
.btn-hit {
    background-color: #f5f5f5;
    color: var(--color-acc);
    border-radius: 8px 0 0 8px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px 0 15px;
    display: inline-block;
    font-weight: 700;
    min-width: 300px;
    position: relative;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn-hit .mob {
    display: none;
}
.btn-hit:hover,
.btn-hit:focus {
    text-decoration: none;
    background-color: #e8e8e8;
    color: #ff6000;
}
.btn-hit:hover:after,
.btn-hit:focus:after {
    border-color: transparent transparent transparent #e8e8e8;
}
.btn-hit:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: transparent transparent transparent #f5f5f5;
    right: -10px;
    top: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn-hit > span {
    display: block;
    padding-right: 40px;
    padding-left: 0;
    position: relative;
}
.btn-hit > span br {
    display: none;
}
.btn-hit > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #ff6000;
    border-bottom: 2px solid #ff6000;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(-45deg) translateY(-50%);
}
.td-price strong {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
}
.btn-serv-full {
    text-transform: none;
    font-size: 16px;
    background-color: var(--color-main-dark);
    padding: 17px;
    display: block;
    width: 100%;
}
.btn-serv-full span {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    font-weight: 700;
}
.btn-serv-full span:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}
.teaser {
    background: url(/build/assets/teaser-bg-1-B7DPpUcO.avif) center center
        no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.teaser.teaser-simple {
    background: var(--color-main);
}
.teaser.teaser-simple .teaser-inner {
    max-width: 570px;
    min-height: 442px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.teaser .container {
    position: relative;
}
.teaser img {
    position: absolute;
    right: 25px;
    top: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.teaser-txt-open{
    cursor: pointer;
    text-decoration: underline;
    color: var(--color-main);
    font-size: 16px;
}
.teaser-txt-open:hover{
    text-decoration: none;
}
.teaser ul,
.teaser ol {
    margin: 10px 0 0 20px;
}
.teaser p {
    margin: 15px 0 0;
}
.teaser-inner {
    max-width: 540px;
}
.teaser-inner.full {
    width: 100% !important;
    max-width: 100% !important;
}
@media (max-width: 1499px) {
    .teaser.teaser-simple .teaser-inner {
        max-width: 460px;
    }
}
@media (max-width: 991px) {
    .teaser.teaser-simple .teaser-inner {
        min-height: auto;
        display: block;
    }
}
.teaser-inner {
    font-size: 16px;
    line-height: 25px;
}
.teaser-inner h1,
.teaser-inner .h1,
 .teaser-inner h2,
.teaser-inner .h2
 {
    font-size: 36px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-inter);
    text-align: left;
}

.teaser-inner h3,
.teaser-inner .h3,
.teaser-inner h4,
.teaser-inner .h4{
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    margin: 16px 0;
    font-family: var(--font-inter);
    text-align: left;
}
.teaser-inner h1 span,
.teaser-inner .h1 span,
.teaser-inner h2 span,
.teaser-inner .h2 span,
.teaser-inner h3 span,
.teaser-inner .h3 span,
.teaser-inner h4 span,
.teaser-inner .h4 span {
    color: var(--color-acc);
}
.teaser-inner .btn-small {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    border-radius: 15px;
    box-shadow: 0 2px 5px #3d31001a;
}
.teaser-txt {
    margin-bottom: 20px;
    max-height: 420px;
    transition: all 0.7s ease;
    overflow: hidden;
}
.teaser-txt.open{
    max-height: 5000px;
}
.faq {
    border-radius: 50px;
    background:
        linear-gradient(219.14deg, #fff0 57.784%, #ffffff4d 94.009%), #151423;
}
.faq .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.faq img {
    position: absolute;
    right: 100px;
    bottom: 0;
    border-radius: 10px 10px 0 0;
}
.faq .title,
.faq h2,
.faq h3,
.faq h4 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: left;
}
.acc-card {
    padding: 20px;
    background-color: #f4f8ff;
    border-radius: 3px;
}
.acc-card + .acc-card {
    margin-top: 20px;
}
.acc-card h3 {
    margin-bottom: 0;
}
.acc-btn {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    font-family: var(--font-inter);
    width: 100%;
    display: block;
    padding: 0 30px 0 0;
    text-align: left;
    border: 0;
    background: none;
    position: relative;
    outline: none !important;
}
.acc-btn.collapsed .icon {
    transform: rotate(0);
}
.acc-btn .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    fill: #212529;
    top: 0;
}
ol {
    list-style: none;
    counter-reset: point;
}
ol li {
    display: block;
    position: relative;
    padding-left: 25px;
}
ol li:before {
    content: counter(point) ".";
    counter-increment: point 1;
    position: absolute;
    left: 6px;
}
.accordion {
    max-width: 710px;
}
.acc-card-inner {
    padding: 10px 0 0;
    font-family: var(--font-manrope);
    font-weight: 600;
}
.map-area {
    height: 596px;
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
}
.map-canvas {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.map-info {
    background-color: #fff;
    max-width: 431px;
    padding: 33px 17px;
    border-radius: 20px;
    box-shadow: 0 4px 4px #00000040;
    font-family: var(--font-inter);
    font-weight: 600;
}
.map-info p {
    margin-bottom: 0;
}
.map-info ul {
    margin: 0 0 20px;
}
.map-info ul li {
    display: block;
    padding-left: 42px;
    position: relative;
}
.map-info ul li a {
    color: var(--color-black);
}
.map-info ul li + li {
    margin-top: 20px;
}
.map-info ul li span {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--color-acc);
    display: flex;
    align-items: center;
}
.map-info ul li .icon {
    width: 24px;
    height: 24px;
}
.map-tel {
    font-size: 16px;
    line-height: 19px;
}
.map-adr {
    font-size: 18px;
    line-height: 22px;
}
.map-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.reviews-slider-nav {
    display: flex;
    align-items: center;
}
.reviews-slider-nav .slick-arw {
    position: static;
    margin: 0 10px;
}
.reviews-slider-nav .slick-arw .icon {
    width: 32px;
    height: 20px;
}
.reviews {
    padding: 30px 0 0;
    overflow: hidden;
}
.reviews .container {
    position: relative;
}
.reviews h2,
.reviews .h2,
.reviews h3,
.reviews .h3 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: var(--font-inter);
}
.slide-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translate(-50%);
}
.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}
.reviews-slider .slide {
    padding: 10px 20px;
}
.slide-inner {
    padding-top: 60px;
}
.slide-cnt {
    border: 1px solid rgba(108, 117, 125, 0.3);
    border-radius: 5px;
    box-shadow: 0 4px 4px #00000040;
    background: #f4f8ff;
    padding: 60px 40px 20px;
    position: relative;
    text-align: center;
    font-family: var(--font-rubik);
}
.slide-cnt p {
    font-size: 18px;
    line-height: 22px;
    color: #616161;
    margin: 0 0 10px;
}
.slide-link {
    text-align: right;
    font-size: 14px;
    line-height: 17px;
    margin-right: -20px;
}
.slide-link a {
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
}
.slide-link a:hover {
    text-decoration: none;
}
.slide-name {
    font-family: var(--font-raj);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #000;
}
.slide-position {
    font-size: 16px;
    line-height: 19px;
    color: var(--color-main-dark);
}
.slick-arw {
    padding: 0;
    background: none;
    border: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    margin-top: 30px;
}
.slick-arw .icon {
    display: block;
    width: 18px;
    height: 10px;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
@media (min-width: 1740px) {
    .slick-prev {
        left: -15px;
    }
    .slick-next {
        right: -15px;
    }
}
@media (max-width: 1499px) {
    .slide-cnt {
        padding: 50px 40px 30px;
    }
}
.garant {
    background-color: #1b2532;
    color: #fff;
    padding: 50px 0 40px;
}
.garant-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.garant-img {
    flex: 0 0 320px;
    max-width: 320px;
}
.garant-img img {
    max-width: 100%;
}
.garant-txt {
    padding-left: 50px;
    font-size: 20px;
    line-height: 26px;
}
.garant-txt span,
.garant-txt h2,
.garant-txt h3,
.garant-txt h4 {
    display: block;
    margin-bottom: 30px;
    color: #008aff;
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}
.quest-form {
    background-color: var(--color-main);
    color: #fff;
    max-width: 730px;
    margin: 0 auto;
    padding: 20px 80px;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
.quest-form p {
    margin: 0 0 10px;
}
.quest-form .btn-small {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 40px;
    border-radius: 4px;
}
.quest-form .form-control {
    border: 0;
}
.quest-form .btn-close .icon {
    stroke: #fff;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 440px;
    }
}
.modal-content {
    border-radius: 20px;
    background-color: #151423;
}
.modal-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-acc);
    top: -90px;
    overflow: hidden;
    box-shadow: 0 4px 4px #00000040;
}
.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.modal-review .modal-content {
    background-color: #f4f8ff;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 60px 20px 20px;
    color: #616161;
    border-radius: 5px;
}
.modal-review .modal-content p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: #616161;
}
.modal-review .modal-img {
    top: -50px;
}
.modal-review .btn-close .icon {
    stroke: #000;
}
@media (min-width: 576px) {
    .modal-review .modal-dialog,
    .modal-discount .modal-dialog {
        max-width: 600px;
    }
}
.quest-form-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-area {
    max-height: 118px;
    margin-bottom: 12px;
}
.modal .quest-form {
    border-radius: 20px;
    background-color: #151423;
    padding: 20px;
    width: 100%;
}
.modal .quest-form-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal-discount .modal-content {
    background-color: #fdfdfd;
    padding: 30px 50px;
}
.modal-discount .quest-form {
    background: none;
    padding: 0;
    color: #000;
}
.modal-discount .form-control {
    border: 1px solid #ced4da;
    box-shadow: 0 4px 4px #00000040;
}
.modal-discount .btn-close .icon {
    stroke: #000;
}
.d-title {
    font-size: 24px;
    line-height: 24px;
    color: #ff6000;
    margin-bottom: 20px;
    text-align: center;
}
.d-cnt {
    padding: 0 60px;
    margin-bottom: 20px;
    text-align: left;
}
.footer {
    background: #151719;
    color: #fff;
    position: relative;
    z-index: 2;
}
.footer .panel {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.footer a {
    color: #fff;
}
.footer .logo img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(120deg)
        brightness(108%) contrast(102%);
}
.footer .logo span {
    padding-left: 14px;
    margin-left: 10px;
    position: relative;
}
.footer .logo span:before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 1px;
    background-color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .locate,
.footer .locate:hover {
    color: #fff;
}
.footer .locate .icon {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(120deg)
        brightness(108%) contrast(102%);
}
.footer .tel a {
    margin-bottom: 0;
}
.foot-nav {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.foot-nav .container {
    display: flex;
    justify-content: center;
}
.foot-menu {
    flex: 0 0 444px;
    max-width: 444px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: var(--font-inter);
    font-weight: 700;
    padding: 0 30px;
}
.foot-menu li {
    display: block;
    padding-left: 18px;
    position: relative;
}
.foot-menu li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.foot-menu li + li {
    margin-top: 20px;
}
.foot-menu li a {
    text-underline-position: under;
}
.pay-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -10px;
}
.pay-list div {
    padding: 0 10px;
    text-align: center;
}
.foot-pay {
    padding-bottom: 20px;
}
.foot-copy {
    padding: 5px 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
}
.foot-copy a {
    color: #fffc;
    transition: all 0.25s ease-in-out;
}
.foot-copy a:hover {
    color: #fff;
    text-decoration: none;
}
.foot-copy .logo,
.foot-copy .locate {
    display: none;
}
.footer-bar {
    display: none;
    position: sticky;
    bottom: -1px;
}
.nav-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    padding: 0;
    background: none;
    z-index: 20;
    display: none;
}
.nav-close .icon {
    width: 24px;
    height: 24px;
    stroke: #fff;
}
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: none;
    width: 21px;
    height: 21px;
    opacity: 1;
}
.btn-close .icon {
    display: block;
    width: 10px;
    height: 10px;
}
.repair-box {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    max-width: 1020px;
    margin: 0 auto;
}
.repair-box .repair-item {
    margin-bottom: 20px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 30px;
}
.repair-box a {
    display: block;
    align-items: center;
    color: var(--color-black);
    position: relative;
    padding-left: 34px;
    text-underline-position: under;
}
.repair-box .icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.repair-box .btn-serv-full {
    max-width: 100%;
    margin: 40px auto 0;
    color: #fff;
}
.repair-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -20px;
}
.repair-list.repair-list-center {
    justify-content: center;
}
.repair-list.repair-list-center .repair-item {
    justify-content: center;
    display: flex;
}
.repair-list-small {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}
.repair-list-small .repair-item {
    flex: 0 0 50%;
    max-width: 50%;
}
.btn-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0;
    background: none;
    border: 0;
    margin-top: 2px;
    transform: translate(-50%, -50%);
}
.btn-toggle span {
    display: block;
    height: 2px;
    width: 30px;
    background-color: #ff6000;
    border-radius: 4px;
    position: absolute;
}
.btn-toggle span:first-child {
    top: 0;
}
.btn-toggle span:nth-child(2) {
    top: 13px;
}
.btn-toggle span:last-child {
    top: 25px;
}
.js-open .btn-toggle span:first-child {
    top: 14px;
    transform: rotate(45deg);
}
.js-open .btn-toggle span:nth-child(2) {
    display: none;
}
.js-open .btn-toggle span:last-child {
    top: 14px;
    transform: rotate(-45deg);
}
.fast-links {
    max-width: 1200px;
    margin: 0 auto;
}
.fast-links div[class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
}
.fast-links .row {
    margin-left: -20px;
    margin-right: -20px;
}
.fast-link {
    display: block;
    background-color: #ff6000;
    padding: 11px 15px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    color: #151423;
    z-index: 1;
}
.fast-link:hover {
    text-decoration: none;
    color: #151423;
}
.fast-link .inner {
    display: block;
    background-color: #fff;
    border-radius: 5px;
    height: 290px;
    padding: 124px 10px 0;
    text-align: center;
    font-size: 26px;
    line-height: 31px;
    font-weight: 600;
    font-family: var(--font-inter);
}
.fast-link span {
    position: absolute;
}
.fast-link:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 172px 30px 172px;
    border-color: transparent transparent #ff6000 transparent;
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
}
.ico-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #0060ff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 20px;
    border-radius: 50%;
    z-index: 2;
}
.ico-link .icon {
    width: 15px;
    height: 16px;
}
.ico-fast {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background-color: #0060ff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 60px;
    border-radius: 50% 0 50% 50%;
}
.ico-fast .icon {
    width: 20px;
    height: 20px;
}
.come-yourself-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 24px;
}
.come-yourself-title span {
    color: #008aff;
}
.come-yourself-sub-title {
    font-size: 16px;
    margin-bottom: 24px;
}
.come-yourself-sub-title span {
    color: #008aff;
}
.come-yourself .container {
    display: flex;
    justify-content: center;
}
.come-form {
    padding: 6px 15px;
    flex: 0 0 590px;
    max-width: 590px;
    margin-right: 45px;
}
.come-form .btn {
    width: 100%;
    height: 50px;
    font-weight: 400;
    padding: 10px;
}
.come-form .form-inner {
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.come-form .form-inner div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.come-form .form-control,
.come-time {
    background: #f5f5f5;
}
.come-time {
    padding: 25px 20px 15px;
    text-align: center;
    flex: 0 0 490px;
    max-width: 490px;
    border-radius: 12px;
}
.come-yourself .form-control {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 50px;
}
.come-yourself .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}
.come-yourself .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.come-yourself .form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
.come-yourself .form-control:-moz-placeholder {
    color: #000;
    opacity: 1;
}
.come-time-title {
    font-weight: 700;
    margin-bottom: 18px;
}
.come-time-sub-title {
    margin-bottom: 14px;
}
.come-time-line {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}
.come-time-line li {
    background-color: #1ee06c;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 1px;
    width: 33px;
}
.come-time-line li.yellow {
    background-color: #ffba00;
}
.come-time-line li.red {
    background-color: #ff4800;
}
.params {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.params .param {
    display: inline-block;
    flex: 0 0 100px;
    margin: 0 15px;
    max-width: 100px;
    padding-left: 30px;
    position: relative;
}
.params .param:before {
    border-radius: 2px;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
}
.params .param.green:before {
    background: #1ee06c;
}
.params .param.yellow:before {
    background: #ffba00;
}
.params .param.red:before {
    background: #ff4800;
}
@media (max-width: 1199px) {
    .come-yourself-title {
        font-size: 20px;
    }
    .come-yourself-sub-title {
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .come-yourself .container {
        display: block;
    }
    .come-form,
    .come-time {
        max-width: 100%;
    }
    .come-yourself-sub-title {
        font-size: 16px;
    }
}
.come-time .text .icon {
    display: none;
}
.about {
    display: flex;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
}
.about-lft {
    flex: 0 0 625px;
    max-width: 625px;
}
.about-lft img {
    max-width: 100%;
}
.about-rht {
    flex: 1;
    padding: 0 0 0 30px;
}
.about-rht p {
    margin-bottom: 0;
}
.about-rht p + p {
    margin-top: 30px;
}
.about-rht h2 {
    display: none;
}
.section-garant {
    background-color: #151423;
    color: #fff;
    padding: 40px 0;
    overflow: hidden;
}
.section-garant .container {
    max-width: 1300px;
}
@media (min-width: 1200px) {
    .section-garant .row,
    .section-sale .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .section-garant div[class^="col-"],
    .section-sale div[class^="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.garant-item {
    text-align: center;
}
.garant-item p {
    margin-bottom: 0;
}
.garant-item strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.garant-item-ico {
    width: 96px;
    height: 96px;
    background-color: #e5efff;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.garant-item-ico div {
    display: block;
    padding: 10px;
    border-radius: 50%;
    background-color: #ccdfff;
}
.garant-item-ico div span {
    width: 58px;
    height: 58px;
    background-color: #005aff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.garant-item-ico .icon {
    width: 33px;
    height: 33px;
}
.section-sale {
    overflow: hidden;
    max-width: 100vw;
}
.section-sale .container {
    max-width: 1300px;
}
.headline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}
.headline .btn {
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
}
.headline h2,
.headline h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 40px;
    line-height: 48px;
    margin: 0;
    font-weight: 700;
}
.slider-nav {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.slider-nav .slick-arw .icon {
    width: 32px;
    height: 20px;
}
.slider-nav .slick-arw {
    position: static;
    margin: 0 10px;
    transform: none;
}
.sale-item {
    border: 2px solid #0060ff;
    border-radius: 5px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.sale-item ul {
    padding-bottom: 20px;
    flex: 1;
}
.sale-item ul li {
    display: block;
    padding-left: 18px;
    position: relative;
    text-align: left;
}
.sale-item ul li + li {
    margin-top: 10px;
}
.sale-item ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 7px;
    background-color: #005aff;
}
.sale-item .btn {
    display: block;
    width: 100%;
    background-color: #ff6000;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    text-transform: none;
}
.sale-item-head {
    font-size: 80px;
    line-height: 72px;
    font-family: Rajdhani, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
}
.sale-item-head span {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: Rajdhani, sans-serif;
    font-weight: 600;
}
.more {
    text-align: center;
    margin-top: 40px;
}
.sale-slider .slick-track {
    display: flex;
}
.sale-slider .slick-slide {
    height: auto;
}
.sale-slider .slick-slide > div {
    height: 100%;
}
.sale-slider .slick-slide div[class^="col-"] {
    max-width: 100%;
    height: 100%;
}
.sale-slider .sale-item {
    height: 100%;
}
.content img {
    width: 100%;
    height: auto;
}
.section-row {
    padding-top: 60px;
}
.section-row .content {
    flex: 1;
    padding-right: 40px;
}
.section-row .content h1,
.section-row .content h2,
.section-row .content h3 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--font-inter);
}
.section-row .sidebar {
    flex: 0 0 310px;
    max-width: 310px;
}
.section-row h1,
.section-row h2,
.section-row h3 {
    text-align: left;
}
.section-row .main-row {
    margin: 0;
}
.section-row figure {
    text-align: center;
    margin: 20px 0;
}
.section-row figure img {
    display: inline-block;
    max-width: 100%;
}
.item-img {
    height: 253px;
    position: relative;
}
.item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-list div[class^="col-"] {
    margin-bottom: 30px;
}
@media (min-width: 1500px) {
    .item-list {
        margin-left: -20px;
        margin-right: -20px;
    }
    .item-list div[class^="col-"] {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .section-row .content {
        padding-right: 160px;
    }
}
.item-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0060ff;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 14px;
    border-radius: 0 40px 0 0;
    padding: 21px;
}
.item-date span {
    display: block;
    font-size: 24px;
    line-height: 19px;
    margin-bottom: 6px;
}
.item-cnt {
    background-color: #f4fbff;
    padding: 30px;
    text-align: right;
}
.item-cnt a {
    text-decoration: underline;
    text-underline-position: under;
    color: #000;
}
.item-cnt a:hover {
    text-decoration: none;
}
.show-more {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.show-more .btn {
    text-transform: none;
    min-width: 200px;
    border-radius: 4px;
}
.item-title {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: var(--font-raj);
}
.item-txt {
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    color: #616161;
    padding-bottom: 10px;
}
.item-tmb {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.item-tmb a {
    color: #000;
    text-underline-position: under;
}
.item-tmb-cnt {
    padding-left: 18px;
    flex: 1;
}
.item-tmb-cnt span {
    display: block;
    font-family: var(--font-raj);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.item-tmb-img {
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
}
.item-tmb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.item-tmb-date {
    display: flex;
    color: #3f517e;
    font-size: 13px;
    align-items: center;
}
.item-tmb-date .icon {
    display: block;
    width: 12px;
    height: 14px;
    flex: 0 0 12px;
    max-width: 12px;
    margin-right: 5px;
}
.blog-slider {
    margin-top: 100px;
    position: relative;
    margin-bottom: 30px;
}
.blog-slider-nav {
    position: relative;
    margin-right: -5px;
    height: 14px;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.blog-slider-nav .slick-arw {
    position: static;
    margin: 0 5px;
}
.service-complect .hits-list {
    max-width: 844px;
    margin: 0 auto;
}
.service-complect .hits-list .btn-hit {
    min-width: auto;
}
.service-complect .hits-list .h-lft span {
    padding-left: 0;
    text-align: right;
}
.service-complect .hits-list .h-lft span:before,
.service-complect .hits-list .td-mob-time:before {
    display: none;
}
.service-complect .hits-list .h-rht .td-price {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}
.service-complect .hits-list .h-lft {
    max-width: 45%;
}
.service-complect .btn-serv-full {
    max-width: 1000px;
}
@media (max-width: 1499px) {
    .section {
        margin-bottom: 80px;
    }
    .hero img {
        max-width: 500px;
    }
    .courier-box {
        padding: 20px 40px 0;
    }
    .courier-img {
        margin-right: 40px;
    }
    .faq img {
        right: 0;
        max-width: 400px;
    }
    .hero {
        padding: 60px 0;
    }
    .fast-link .inner {
        font-size: 22px;
        line-height: 27px;
    }
    .fast-link:after {
        border-width: 0 152px 30px 152px;
    }
    .about-lft {
        flex: 0 0 425px;
        max-width: 425px;
    }
}
@media (max-width: 1199px) {
    .menu > li {
        padding: 20px 10px;
    }
    .hero img {
        max-width: 420px;
    }
    .hero-title,
    .hero h2,
    .hero h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .section {
        margin-bottom: 60px;
    }
    .courier-box {
        height: auto;
    }
    .courier-form {
        display: block;
    }
    .courier-form .form-group {
        max-width: 100%;
    }
    .courier-title {
        margin-bottom: 20px;
    }
    .teaser img {
        max-width: 400px;
    }
    .accordion {
        max-width: 560px;
    }
    .faq img {
        right: 0;
        max-width: 360px;
    }
    .slide-cnt {
        padding: 50px 30px 30px;
    }
    .slick-arw .icon {
        width: 50px;
        height: 31px;
    }
    .slick-next {
        right: -5px;
    }
    .slick-prev {
        left: -5px;
    }
    .garant-txt span,
    .garant-txt h2,
    .garant-txt h3,
    .garant-txt h4 {
        font-size: 40px;
        line-height: 30px;
    }
    .td-price strong {
        font-size: 16px;
        line-height: 20px;
    }
    .btn-hit {
        min-width: 248px;
    }
    .btn-hit > span {
        padding-right: 30px;
    }
    .tab-content {
        padding-left: 0;
        padding-right: 0;
    }
    .repair-list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .repair-box .repair-item {
        padding: 0 15px;
    }
    .fast-links div[class^="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fast-links .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .fast-link .inner {
        font-size: 20px;
        line-height: 24px;
    }
    .come-form {
        flex: 0 0 440px;
        max-width: 440px;
        margin-right: 10px;
    }
    .fast-link:after {
        border-width: 0 132px 30px 132px;
    }
    .about-lft {
        flex: 0 0 360px;
        max-width: 360px;
    }
    .about-rht p + p {
        margin-top: 10px;
    }
    .more {
        margin-top: 30px;
    }
    .sale-item,
    .item-cnt {
        padding: 20px;
    }
    .section-row .sidebar {
        flex: 0 0 280px;
        max-width: 280px;
    }
    .blog-slider-nav .slick-arw .icon {
        width: 18px;
        height: 10px;
    }
}
@media (max-width: 991px) {
    .header {
        position: static;
        top: 0;
        left: 0;
        right: 0;
        z-index: 20;
        background-color: #fff;
        padding: 13px 0;
    }
    .nav-close {
        display: block;
    }
    .wrapper {
        padding-top: 0;
    }
    .container {
        max-width: 100%;
    }
    .main-nav {
        position: fixed;
        display: none;
        overflow: hidden;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 43;
        overflow: auto;
        max-height: 100vh;
    }
    .main-nav .container {
        padding: 20px;
    }
    .menu {
        display: block;
        margin: 50px 0 0;
    }
    .menu li {
        display: block;
        padding: 0;
    }
    .menu li.has-submenu {
        position: relative;
        padding-right: 30px;
    }
    .menu li.has-submenu ul {
        display: none;
    }
    .menu .open_submenu {
        position: absolute;
        right: -4px;
        top: 0;
        width: 30px;
        height: 30px;
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
        margin-top: -5px;
    }
    .menu .open_submenu:after {
        content: "";
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
        display: block;
        margin-top: -6px;
    }
    .menu .open_submenu.open {
        transform: rotate(-180deg);
    }
    .menu > li.has-menu > a {
        display: inline-block;
        position: relative;
        padding-right: 16px;
    }
    .menu > li.has-menu > a:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 6px;
        width: 8px;
        height: 8px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
    }
    .menu > li.has-menu.js-expand > a:after {
        transform: rotate(135deg);
        top: 10px;
    }
    .menu > li:not(:last-child) {
        margin-bottom: 10px;
    }
    .menu > li > ul {
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 30px;
        text-transform: none;
    }
    .menu > li > ul > li > ul {
        margin-left: 40px;
        margin-top: 10px;
    }
    .menu > li > ul > li > ul li {
        padding-left: 18px;
        position: relative;
    }
    .menu > li > ul > li > ul li:before {
        content: "";
        display: block;
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #fff;
        border-radius: 50%;
        left: 7px;
        top: 10px;
    }
    .menu > li > ul > li > ul li + li {
        margin-top: 6px;
    }
    .menu > li > ul > li + li {
        margin-top: 10px;
    }
    .menu > li > ul {
        position: static;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .js-backdrop {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #0009;
        position: fixed;
        display: none;
        z-index: 40;
    }
    .js-open {
        overflow: hidden;
    }
    .js-open .main-nav,
    .js-open .js-backdrop {
        display: block;
    }
    .logo a img {
        flex: 0 0 70px;
        max-width: 70px;
    }
    .logo {
        font-size: 14px;
        line-height: 14px;
    }
    .tel {
        font-size: 20px;
        line-height: 28px;
    }
    .hamb {
        display: block;
    }
    .hero img {
        max-width: 300px;
    }
    .hero {
        padding: 40px 0;
    }
    .hero-inner {
        max-width: 397px;
    }
    .hero-title,
    .hero h2,
    .hero h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .btn {
        padding: 17px 20px;
    }
    .hero .btn {
        min-width: auto;
    }
    .hero-list {
        margin-bottom: 20px;
    }
    .courier-box {
        padding: 20px 20px 0;
    }
    .courier-img {
        margin-right: 30px;
    }
    .courier-form {
        max-width: 305px;
        margin: 0;
    }
    .courier-form .form-group {
        padding: 0;
        margin-bottom: 10px;
    }
    .courier-title {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .btn-small {
        padding: 13px 30px;
    }
    .courier-form {
        padding-top: 0;
    }
    .title {
        margin-bottom: 20px;
    }
    .service-tabs li {
        padding: 0 20px;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .service-tabs {
        margin: 0 0 20px;
    }
    .service-tabs li button {
        padding: 0;
        border: 0;
        background: none;
        color: var(--color-acc);
        text-underline-position: under;
    }
    .service-tabs li button.active {
        background: none;
        color: var(--color-acc);
        text-decoration: underline;
    }
    .tab-img {
        flex: 0 0 40px;
        max-width: 40px;
    }
    .sub-service-tabs li button {
        padding: 20px;
        font-size: 16px;
        line-height: 19px;
    }
    .sub-service-tabs {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sub-service-tabs li {
        padding: 0 10px;
    }
    .btn-hit {
        min-width: 176px;
    }
    .td-price {
        flex: 0 0 132px;
        max-width: 132px;
    }
    .btn-hit b {
        display: none;
    }
    .h-lft {
        flex: 1;
        max-width: 50%;
    }
    .h-rht {
        flex: 0 0 50%;
        width: auto;
        max-width: 50%;
        padding-left: 30px;
    }
    .teaser img {
        display: none;
    }
    .teaser-simple .container {
        display: block;
        text-align: center;
    }
    .teaser.teaser-simple .teaser-inner {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 20px;
    }
    .teaser.teaser-simple .teaser-inner h2 {
        text-align: center;
    }
    .teaser-simple img {
        display: inline-block;
        position: static;
        transform: none;
        top: 0;
    }
    .fast-link .inner {
        font-size: 18px;
        line-height: 22px;
        padding-top: 105px;
    }
    .come-form {
        max-width: 590px;
        margin: 0 auto 20px;
    }
    .sub-service-tabs {
        flex-wrap: wrap;
    }
    .sub-service-tabs li {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .fast-link {
        padding: 8px;
    }
    .fast-link .inner {
        height: 270px;
    }
    .fast-link:after {
        bottom: 8px;
    }
    .sub-service-tabs li a {
        height: 100px;
    }
    .come-yourself-title {
        text-align: center;
    }
    .come-time {
        max-width: 490px;
        margin: 0 auto;
    }
    .ico-fast {
        top: 30px;
    }
    .teaser {
        padding: 20px 0;
    }
    .teaser-inner {
        max-width: 100%;
        text-align: center;
    }
    .faq img {
        top: -360px;
        bottom: auto;
        max-width: 300px;
        right: auto;
        left: 50%;
        transform: translate(-50%);
        height: 360px;
        width: auto;
    }
    .faq {
        margin-top: 420px;
    }
    .accordion {
        max-width: 100%;
    }
    .map-canvas {
        position: static;
        height: 596px;
    }
    .map-area {
        height: auto;
        padding-top: 0;
    }
    .map-info {
        margin: 0 auto 20px;
    }
    .reviews {
        padding-top: 0;
    }
    .reviews h2,
    .reviews .h2 {
        margin-bottom: 50px;
    }
    .reviews-slider {
        margin-left: -10px;
        margin-right: -10px;
        padding-right: 298px;
    }
    .reviews-slider .slick-list {
        overflow: visible;
    }
    .reviews-slider .slide {
        padding: 10px;
    }
    .reviews-slider-nav {
        position: absolute;
        right: 20px;
        top: 60px;
    }
    .garant-inner {
        flex-direction: row-reverse;
    }
    .garant {
        padding: 40px 0;
    }
    .garant-txt {
        padding: 0;
        flex: 1;
    }
    .garant-txt span,
    .garant-txt h2,
    .garant-txt h3,
    .garant-txt h4 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .garant-img {
        flex: 0 0 200px;
        max-width: 200px;
    }
    .quest-form {
        max-width: 100%;
    }
    .foot-menu {
        font-size: 16px;
        line-height: 19px;
        flex: 0 0 300px;
        max-width: 300px;
        padding: 0 20px;
    }
    .foot-nav {
        padding: 30px 0 40px;
        border-bottom: 0;
    }
    .pay-list img {
        max-width: 80px;
    }
    .foot-copy {
        text-align: center;
    }
    .foot-pay {
        padding-bottom: 70px;
    }
    .btn-hit .not-mob {
        display: none;
    }
    .btn-hit .mob {
        display: flex;
    }
    .repair-list {
        margin-bottom: -10px;
    }
    .repair-box .repair-item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 10px;
    }
    .tab-content .btn-serv-full {
        margin-top: 20px;
    }
    .service:has(.repair-box) .sub-service-tabs li {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .service:has(.repair-box) .sub-service-tabs li button {
        padding: 0;
        box-shadow: none;
        background: none !important;
        color: #007bff;
        text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    }
    .service:has(.repair-box) .sub-service-tabs li button.active {
        color: #ff6000;
    }
    .service:has(.repair-box) .sub-crash-tabs li button {
        padding: 10px 38px;
        box-shadow: 0 4px 4px #00000040;
        background: #fff !important;
        color: #007bff;
        text-shadow: none;
    }
    .service:has(.repair-box) .sub-crash-tabs li button.active {
        color: #fff;
        background-color: #000 !important;
        box-shadow: none;
    }
    .service:has(.repair-box) .sub-crash-tabs li button .tab-img {
        box-shadow: none;
    }
    .service:has(.repair-box) .tab-img {
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
        box-shadow: 0 4px 4px #0006;
    }
    .diagnostic,
    .diagnostic .title {
        text-align: center;
    }
    .diagnostic-img {
        text-align: center;
        margin-bottom: 20px;
    }
    .main-inner {
        padding-top: 0;
    }
    .footer-bar {
        overflow: hidden;
        display: flex;
        justify-content: center;
        z-index: 45;
        padding-top: 0;
        padding-bottom: 0;
        height: 70px;
        background-color: #151423;
    }
    .footer-bar .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 350px;
        max-width: 350px;
        position: relative;
    }
    .footer-bar .icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        max-width: 30px;
    }
    .footer-bar a {
        color: #fff;
        display: inline-flex;
        align-items: center;
    }
    .footer .panel {
        display: none;
    }
    .foot-copy .logo {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .foot-copy .locate {
        display: flex;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
    }
    .foot-copy .locate .icon {
        width: 18px;
        height: 22px;
        margin-right: 10px;
    }
    .foot-copy-in {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 14px;
        padding-right: 14px;
    }
    .footer .container {
        max-width: 610px;
    }
    .foot-copy {
        padding-bottom: 10px;
    }
    .footer .panel {
        border-bottom: 0;
    }
    .slide-link {
        margin-right: 0;
    }
    .menu li.js-expand > ul {
        display: block;
    }
    .footer-bar {
        z-index: 1;
    }
    .teaser-simple h1,
    .teaser-simple h2 {
        text-align: center;
        font-size: 36px;
        line-height: 52px;
    }
    .teaser-inner h1,
    .teaser-inner h2,
    .diagnostic .title,
    .diagnostic h1,
    .diagnostic h2,
    .diagnostic h3 {
        text-align: center;
    }
    .sale-slider {
        margin-right: 120px;
    }
    .sale-slider .slick-list {
        overflow: visible;
    }
    .garant-item {
        margin-bottom: 20px;
    }
    .more {
        text-align: right;
        margin-top: 20px;
    }
    .about {
        display: block;
    }
    .about-lft {
        max-width: none;
        text-align: center;
        background-color: #000;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    .about-rht {
        padding: 20px 0 0;
    }
    .about-rht h2 {
        display: block;
        margin-bottom: 10px;
    }
    .section-about .container > h2 {
        display: none;
    }
    .garant-item {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    .crash-list {
        display: block;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .crash-list .repair-item {
        max-width: 100%;
    }
    .sub-crash-tabs li:not(:last-child) {
        margin-bottom: 20px;
    }
    .sidebar {
        display: none;
    }
    .section-row .content {
        padding-right: 0;
    }
    .show-more {
        justify-content: center;
    }
    .section-row .content h1,
    .section-row .content h2,
    .section-row .content h3 {
        font-size: 30px;
        line-height: 36px;
        text-align: left;
    }
    .blog-slider {
        margin-top: 60px;
    }
    .blog-slider-nav .slick-arw .icon {
        width: 32px;
        height: 20px;
    }
    .section-row h1,
    .section-row h2,
    .section-row h3,
    .diagnostic h4,
    .diagnostic h5 {
        text-align: center;
    }
    .diagnostic ul,
    .diagnostic ol {
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .diagnostic ul li,
    .diagnostic ol li {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .h-rht {
        padding-left: 0;
    }
    .td-price {
        flex: 0 0 100px;
        max-width: 100px;
    }
    .btn-hit {
        min-width: 150px;
    }
}
@media (max-width: 640px) {
    body {
        font-size: 5vw;
        line-height: 7.5vw;
    }
    .row {
        margin-left: -3.125vw;
        margin-right: -3.125vw;
    }
    div[class^="col-"] {
        padding-left: 3.125vw;
        padding-right: 3.125vw;
    }
    .hero-inner {
        max-width: 100%;
        text-align: center;
    }
    .hero {
        padding: 6.25vw 0;
    }
    .hero-title,
    .hero h2,
    .hero h3 {
        text-align: center;
        font-size: 5.625vw;
        line-height: 6.875vw;
        margin-bottom: 6.25vw;
    }
    .container {
        padding-left: 3.125vw;
        padding-right: 3.125vw;
    }
    .logo a img {
        flex: 0 0 13.125vw;
        max-width: 13.125vw;
    }
    .header {
        padding-top: 3.125vw;
        padding-bottom: 3.125vw;
        padding-top: 4.0625vw;
        padding-bottom: 4.0625vw;
    }
    .logo {
        font-size: 3.75vw;
        line-height: 7.8125vw;
    }
    .logo span {
        padding-left: 3.125vw;
        white-space: nowrap;
    }
    .tel {
        font-size: 0;
        position: absolute;
        right: 4.6875vw;
    }
    .tel a {
        margin-bottom: 0;
    }
    .tel span {
        display: none;
    }
    .tel .icon {
        display: inline-block;
        width: 5.3125vw;
        height: 5vw;
    }
    .header .locate {
        font-size: 0;
        position: absolute;
        right: 16.5625vw;
    }
    .header .locate .icon {
        display: inline-block;
        width: 4.375vw;
        height: 5vw;
        fill: var(--color-acc);
        margin-right: 0;
    }
    .hamb {
        width: 5vw;
        height: 5vw;
        right: 4.6875vw;
    }
    .hamb .icon {
        width: 5vw;
        height: 5vw;
        vertical-align: top;
    }
    .hero-img {
        display: none;
    }
    .hero-inner img {
        display: inline-block;
        position: static;
        transform: none;
        margin-bottom: 6.25vw;
    }
    .hero-list {
        margin-bottom: 6.25vw;
        text-align: left;
    }
    .hero-list li {
        display: block;
        padding-left: 10.625vw;
        position: relative;
    }
    .hero-list li .icon {
        position: absolute;
        left: 0;
        top: 0;
        flex: 0 0 7.5vw;
        max-width: 7.5vw;
        width: 7.5vw;
        height: 7.5vw;
    }
    .hero-list li + li {
        margin-top: 3.125vw;
    }
    .hero-list li span {
        display: block;
    }
    .btn {
        padding: 3.125vw 3.75vw;
        font-size: 5vw;
        line-height: 7.5vw;
        border-radius: 3.75vw;
    }
    .section {
        margin-bottom: 12.5vw;
    }
    .contact .container {
        padding-left: 0;
        padding-right: 0;
    }
    .courier-box {
        margin-top: 69.6875vw;
    }
    .courier-img {
        margin: 0;
        position: absolute;
        top: -57.1875vw;
        height: 57.1875vw;
        left: 50%;
        transform: translate(-50%);
    }
    .courier-img img {
        height: 100%;
        width: auto;
        max-width: none;
        /* --- */
        max-width: 340px;
        object-fit: cover;
        margin-bottom: 10px;
    }
    .courier-box {
        padding: 6.25vw 3.125vw;
        text-align: center;
        border-radius: 6.25vw;
        box-shadow: none;
        margin-left: -3.125vw;
        margin-right: -3.125vw;
    }
    .courier-title {
        font-size: 5.625vw;
        line-height: 6.875vw;
        margin-bottom: 10vw;
    }
    .courier-form {
        max-width: 100%;
    }
    .form-control {
        height: 12.5vw;
        padding: 2.8125vw 2.5vw;
        border-radius: 1.25vw;
        font-size: 4.375vw;
    }
    .courier-form .form-group {
        margin-bottom: 3.125vw;
    }
    .courier-form .form-group:last-child {
        margin-bottom: 0;
    }
    .btn-small {
        padding: 2.5vw 6.25vw;
        border-radius: 3.75vw;
    }
    .title {
        font-size: 6.25vw;
        line-height: 8.75vw;
        margin-bottom: 6.25vw;
    }
    .service-tabs li {
        padding: 0 1.5625vw;
        margin-bottom: 3.125vw;
        font-size: 5vw;
        line-height: 7.5vw;
    }
    .service-tabs li button {
        padding: 0 0 0 5.3125vw;
        position: relative;
    }
    .service-tabs li button:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3.125vw 1.875vw 0 1.875vw;
        border-color: var(--color-acc) transparent transparent transparent;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .tab-img {
        display: none;
    }
    .service-tabs {
        margin-bottom: 0;
    }
    .sub-service-tabs {
        flex-wrap: wrap;
    }
    .sub-service-tabs li {
        flex: 0 0 46.875vw;
        max-width: 46.875vw;
        padding: 0 1.5625vw;
        margin-bottom: 3.125vw;
    }
    .sub-service-tabs li button {
        font-size: 5vw;
        line-height: 5.9375vw;
        padding: 3.125vw 1.25vw;
    }
    .teaser {
        padding: 3.125vw 0;
    }
    .teaser-inner h1,
    .teaser-inner .h1,
    .teaser-inner h2,
    .teaser-inner .h2,
    .teaser-inner h3,
    .teaser-inner .h3,
    .teaser-inner h4,
    .teaser-inner .h4 {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 6.25vw;
    }
    .teaser-txt {
        margin-bottom: 6.25vw;
    }
    .faq {
        margin-top: 87.5vw;
        border-radius: 6.25vw;
    }
    .faq img {
        top: -75vw;
        max-width: 62.5vw;
        height: 75vw;
        object-fit: cover;
    }
    .faq .container {
        padding-top: 6.25vw;
        padding-bottom: 6.25vw;
    }
    .faq .title {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 3.125vw;
    }
    .acc-card {
        padding: 3.125vw;
    }
    .acc-btn {
        font-size: 5vw;
        line-height: 7.1875vw;
        padding: 0 9.375vw 0 0;
    }
    .acc-btn .icon {
        width: 6.25vw;
        height: 6.25vw;
    }
    .acc-card + .acc-card {
        margin-top: 3.125vw;
    }
    .hits-td {
        padding: 1.25vw;
        font-size: 4.6875vw;
        margin-bottom: 3.125vw;
        box-shadow: 0 0 2.34375vw #00000026;
    }
    .h-lft strong {
        font-size: 3.75vw;
        line-height: 4.0625vw;
        margin-bottom: 0vw;
        padding: 0;
        display: block;
        max-width: 100%;
        flex: 0 0 29.0625vw;
        max-width: 29.0625vw;
    }
    .hits-td .h-rht {
        flex: 1;
        max-width: 100%;
    }
    .h-lft {
        display: block;
        padding: 0;
        flex: 0 0 29.0625vw;
        max-width: 29.0625vw;
    }
    .td-price {
        display: block;
        align-items: center;
        text-align: center;
        flex: 0 0 28.125vw;
        max-width: 28.125vw;
        padding-left: 0;
    }
    .td-price .td-mob-time:before {
        width: 3.75vw;
        height: 3.75vw;
        top: 50%;
        transform: translateY(-50%);
        display: none;
    }
    .td-price .td-mob-time {
        display: inline-block;
        padding-left: 0;
        position: relative;
        font-size: 3.75vw;
        margin-right: 0vw;
        white-space: nowrap;
    }
    .btn-hit > span br {
        display: block;
    }
    .btn-hit:after {
        display: none;
    }
    .td-price strong {
        text-align: center;
        line-height: 4.0625vw;
        font-size: 3.75vw;
        margin: 0;
        display: flex;
        justify-content: center;
        padding-left: 0;
    }
    .btn-hit {
        min-width: 80px;
        height: auto;
        padding: 0;
        line-height: 4.375vw;
        font-size: 3.75vw;
        background: none;
    }
    .btn-hit > span:after {
        width: 3.125vw;
        height: 3.125vw;
        right: 3.125vw;
        border-right: 0.625vw solid #ff6000;
        border-bottom: 0.625vw solid #ff6000;
    }
    .tab-content .btn-serv-full {
        margin-top: 6.25vw;
    }
    .h-lft span {
        display: none;
    }
    .h-rht {
        padding-right: 0;
    }
    .btn-hit > span {
        padding-right: 8.75vw;
    }
    .reviews-slider {
        padding-right: 0;
    }
    .reviews h2,
    .reviews .h2 {
        font-size: 5.625vw;
        line-height: 6.875vw;
        margin-bottom: 10vw;
    }
    .reviews-slider-nav {
        right: 1.5625vw;
    }
    .reviews-slider-nav .slick-arw {
        margin: 0 1.5625vw;
    }
    .reviews-slider-nav .slick-arw .icon {
        width: 6.5625vw;
        height: 4.375vw;
    }
    .slide-img {
        width: 18.75vw;
        height: 18.75vw;
        left: 50%;
        top: -12.5vw;
        transform: translate(-50%);
    }
    .slide-cnt {
        padding: 9.375vw 3.125vw 3.125vw;
        border-radius: 1.5625vw;
        box-shadow: 0 1.25vw 1.25vw #00000040;
    }
    .slide-inner {
        padding-top: 4.6875vw;
    }
    .slide-cnt p {
        font-size: 5vw;
        line-height: 5.9375vw;
        margin: 0 0 3.125vw;
    }
    .slide-name {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 3.125vw;
    }
    .slide-position {
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .map-info {
        border-radius: 6.25vw;
        padding: 6.25vw 7.8125vw;
        max-width: 100%;
    }
    .teaser-inner .btn-small {
        border-radius: 4.6875vw;
    }
    .map-title {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 6.25vw;
    }
    .map-info ul li .icon {
        width: 7.5vw;
        height: 7.5vw;
    }
    .map-tel,
    .map-info p {
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .map-info p br {
        display: none;
    }
    .map-info ul li + li {
        margin-top: 6.25vw;
    }
    .map-adr {
        font-size: 5.625vw;
        line-height: 6.875vw;
    }
    .map-info ul li {
        padding-left: 13.125vw;
    }
    .map-info ul {
        margin: 0 0 6.25vw;
    }
    .garant-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .garant-img {
        flex: 0 0 62.5vw;
        max-width: 62.5vw;
        height: 35vw;
        max-height: 35vw;
    }
    .garant-img img {
        max-width: 62.5vw;
        height: 35vw;
    }
    .garant {
        padding: 6.25vw 0;
    }
    .garant .container {
        padding: 0 10vw;
    }
    .garant-txt {
        flex: 0 0 100%;
        max-width: 100%;
        font-size: 5vw;
        line-height: 5.9375vw;
        margin-bottom: 12.5vw;
    }
    .garant-txt br {
        display: none;
    }
    .garant-txt span,
    .garant-txt h2,
    .garant-txt h3,
    .garant-txt h4 {
        font-size: 5.625vw;
        line-height: 6.875vw;
        margin-bottom: 3.125vw;
    }
    .quest-form {
        max-width: 100%;
        padding: 6.25vw 3.125vw 3.75vw;
        border-radius: 6.25vw;
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .quest-form p {
        margin: 0 0 3.125vw;
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }
    .quest-form-title {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 3.125vw;
    }
    .quest-form .btn-small {
        margin-top: 6.25vw;
    }
    .quest-form .btn-small {
        padding: 2.1875vw 6.25vw;
        width: 100%;
        font-size: 5vw;
        line-height: 7.5vw;
    }
    .foot-nav .container {
        display: block;
    }
    .pay-list {
        flex-wrap: wrap;
    }
    .pay-list img {
        max-width: 15.625vw;
    }
    .pay-list div {
        padding: 0 1.5625vw;
    }
    .pay-list {
        max-width: 56.25vw;
        margin: 0 auto;
    }
    .foot-pay {
        padding-bottom: 6.25vw;
    }
    .foot-copy {
        padding-bottom: 3.75vw;
        font-size: 3.75vw;
        line-height: 4.375vw;
    }
    .foot-nav {
        padding: 6.25vw 0;
        border-bottom: 0;
    }
    .foot-menu {
        padding: 0;
        font-size: 5vw;
        line-height: 5.9375vw;
        max-width: 100%;
        font-weight: 500;
    }
    .foot-menu:last-child li:last-child {
        margin-bottom: 0;
    }
    .footer .panel {
        border-bottom: 0;
    }
    .foot-menu li {
        margin-bottom: 3.125vw;
        padding-left: 7.8125vw;
    }
    .foot-menu li + li {
        margin-top: 0;
    }
    .foot-menu li:before {
        width: 1.875vw;
        height: 1.875vw;
        top: 1.875vw;
        left: 2.8125vw;
    }
    .footer-bar {
        height: 18.75vw;
        overflow: hidden;
        padding-bottom: 0;
        z-index: 1;
    }
    .footer-bar .icon {
        display: inline-block;
        width: 6.25vw;
        height: 6.25vw;
        flex: 0 0 6.25vw;
        max-width: 6.25vw;
    }
    .footer-bar .inner {
        flex: 0 0 56.25vw;
        max-width: 56.25vw;
    }
    .footer .panel .container {
        justify-content: space-between;
    }
    .footer .tel {
        display: none;
    }
    .footer .locate {
        font-size: 5.625vw;
        line-height: 6.875vw;
    }
    .footer .locate .icon {
        width: 5vw;
        height: 6.25vw;
        margin-right: 1.5625vw;
    }
    .footer .panel {
        padding: 0;
        display: block;
    }
    .modal .quest-form {
        padding: 6.25vw 3.125vw;
    }
    .foot-copy .logo {
        display: none;
    }
    .modal .quest-form-title {
        font-size: 5vw;
        line-height: 5.9375vw;
        max-width: 62.5vw;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-img {
        width: 18.75vw;
        height: 18.75vw;
        top: -15.625vw;
    }
    .main-nav .container {
        padding: 3.125vw;
    }
    .nav-close {
        right: 4.6875vw;
        top: 3.125vw;
    }
    .nav-close .icon {
        width: 5vw;
        height: 5vw;
    }
    .menu > li,
    .menu > li > li {
        font-size: 4.375vw;
        line-height: 5.3125vw;
    }
    .menu > li:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .menu {
        margin-top: 9.375vw;
    }
    .menu li.has-submenu {
        position: relative;
        padding-right: 9.375vw;
    }
    .menu li.has-submenu ul {
        display: none;
    }
    .menu .open_submenu {
        right: -0.9375vw;
        width: 9.375vw;
        height: 9.375vw;
        margin-top: -1.875vw;
    }
    .menu .open_submenu:after {
        width: 2.5vw;
        height: 2.5vw;
        margin-top: -0.625vw;
    }
    .menu > li > ul {
        margin-top: 0;
        display: block;
        margin-bottom: 3.125vw;
        padding-left: 9.375vw;
    }
    .menu > li > ul > li > ul {
        margin-left: 12.5vw;
        margin-top: 3.125vw;
    }
    .menu > li > ul > li > ul li {
        padding-left: 5.625vw;
    }
    .menu > li > ul > li > ul li a {
        font-size: 3.75vw;
    }
    .menu > li > ul > li > ul li:before {
        width: 1.25vw;
        height: 1.25vw;
        left: 1.25vw;
        top: 1.875vw;
    }
    .map-canvas {
        height: 78.125vw;
    }
    .menu > li > ul {
        padding: 3.125vw;
        font-size: 4.375vw;
    }
    .menu > li > ul > li + li {
        margin-top: 3.125vw;
    }
    .menu > li > ul ul {
        font-size: 4.375vw;
    }
    .menu > li.has-menu > a:after,
    .menu > li > ul li.has-menu > a:after {
        width: 2.5vw;
        height: 2.5vw;
        border-left: 0.625vw solid #fff;
        border-bottom: 0.625vw solid #fff;
        top: 1.25vw !important;
    }
    .menu > li > ul li.has-menu.js-expand > a:after,
    .menu > li.has-menu.js-expand > a:after {
        top: 2.5vw !important;
    }
    .menu > li.has-menu > a {
        padding-right: 5vw;
    }
    .btn-serv-full span {
        padding: 0 6.25vw;
    }
    .btn-serv-full span:after {
        width: 3.75vw;
        height: 3.75vw;
        border-right: 0.625vw solid #fff;
        border-bottom: 0.625vw solid #fff;
    }
    .repair-list {
        margin: 0;
    }
    .repair-list div[class^="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .repair-list div[class^="col-"] {
        margin-bottom: 3.125vw;
    }
    .repair-list a {
        padding-left: 10.625vw;
    }
    .repair-list .icon {
        width: 7.5vw;
        height: 7.5vw;
    }
    .repair-list {
        font-size: 5vw;
        line-height: 7.5vw;
        max-width: 100%;
    }
    .repair-box .repair-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 3.125vw;
    }
    .repair-box .repair-item:last-child {
        margin-bottom: 0;
    }
    .hits-row {
        border-radius: 0;
    }
    .service:has(.repair-box) .sub-service-tabs {
        margin-bottom: 6.25vw;
    }
    .service:has(.repair-box) .sub-service-tabs li {
        flex: 0 0 46.875vw;
        max-width: 46.875vw;
    }
    .service:has(.repair-box) .sub-service-tabs li button {
        text-shadow: none;
        border-radius: 2.5vw;
        box-shadow: 0 1.25vw 1.25vw #00000040;
        background: #fff;
        font-size: 4.6875vw;
        line-height: 5vw;
        padding: 3.125vw 1.25vw;
    }
    .main-inner .courier-box {
        margin-top: 57.1875vw;
    }
    .diagnostic .title {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 6.25vw;
    }
    .diagnostic {
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .diagnostic span {
        font-size: 5.625vw;
        line-height: 6.875vw;
    }
    .diagnostic p.big {
        font-size: 5vw;
        line-height: 5.9375vw;
        margin-bottom: 3.125vw;
    }
    .menu > li > ul li.has-menu > a {
        padding-right: 5vw;
    }
    .menu li.has-menu > a:after {
        top: 0.625vw !important;
    }
    .menu li.has-menu.js-expand > a:after {
        top: 1.5625vw !important;
    }
    .footer-bar-ico {
        position: absolute;
        left: 50%;
        transform: translate(-50%);
        top: 0;
        width: 18.75vw;
        height: 18.75vw;
    }
    .footer-bar-ico img {
        width: 100%;
        height: 100%;
    }
    .footer-bar-in {
        display: flex;
        justify-content: center;
        font-size: 3.75vw;
        line-height: 4.375vw;
    }
    .footer-bar-in a {
        color: #fff;
        display: inline-flex;
        align-items: center;
        margin: 0 3.125vw;
    }
    .footer-bar a {
        display: block;
    }
    .footer-bar .icon {
        width: 6.25vw;
        height: 6.25vw;
        flex: 0 0 6.25vw;
        max-width: 6.25vw;
        margin: 0;
        padding: 0;
    }
    .foot-copy .locate {
        display: none;
    }
    .foot-copy-in {
        justify-content: center;
    }
    .footer .container {
        max-width: 100%;
    }
    .faq .title,
    .faq h2 {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 3.125vw;
    }
    .modal-review .modal-content {
        font-size: 5vw;
        line-height: 5.9375vw;
        padding: 10.9375vw 3.125vw 6.25vw;
        overflow-wrap: break-word;
        border-radius: 1.5625vw;
    }
    .modal-content p {
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .modal-review .modal-img {
        display: none;
    }
    .btn-close {
        right: 3.125vw;
        top: 3.125vw;
    }
    .btn-close .icon {
        width: 3.125vw;
        height: 3.125vw;
    }
    ol li {
        padding-left: 7.8125vw;
    }
    ol li:before {
        left: 1.875vw;
    }
    .btn-toggle {
        display: block;
        width: 6.25vw;
        height: 6.25vw;
    }
    .btn-toggle span {
        width: 6.25vw;
        height: 0.625vw;
        border-radius: 0.625vw;
    }
    .btn-toggle span:first-child {
        top: 0.625vw;
    }
    .btn-toggle span:nth-child(2) {
        top: 2.8125vw;
    }
    .btn-toggle span:last-child {
        top: 5vw;
    }
    .main-nav {
        bottom: 0;
    }
    .js-open .btn-toggle span:last-child,
    .js-open .btn-toggle span:first-child {
        top: 2.8125vw;
    }
    .footer .logo span {
        padding-left: 1.25vw;
        margin-left: 1.25vw;
    }
    .footer .logo span:before {
        height: 3.75vw;
        width: 0.3125vw;
    }
    .teaser-inner {
        font-size: 5vw;
        line-height: 6.875vw;
    }
    .fast-links .row {
        display: block;
    }
    .fast-links div[class^="col-"] {
        max-width: 100%;
        margin-bottom: 6.25vw;
    }
    .fast-link {
        max-width: 81.25vw;
        margin: 0 auto;
    }
    .sub-service-links li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 3.125vw !important;
    }
    .sub-service-links li .tab-img {
        display: block;
    }
    .sub-service-links li:last-child {
        margin-bottom: 0 !important;
    }
    .sub-service-links li a {
        height: 24.0625vw;
        padding: 3.125vw 6.25vw;
        justify-content: center;
    }
    .sub-service-tabs {
        margin-bottom: 6.25vw;
    }
    .teaser img {
        max-width: 100%;
    }
    .teaser.teaser-simple .teaser-inner {
        padding-top: 6.25vw;
    }
    .service h1,
    .service h2 {
        margin-bottom: 6.25vw;
        font-size: 5.625vw;
        line-height: 6.875vw;
    }
    .fast-link {
        padding: 2.8125vw;
    }
    .ico-fast {
        top: 9.375vw;
        width: 17.1875vw;
        height: 17.1875vw;
    }
    .fast-link .inner {
        height: 81.25vw;
        font-size: 5.625vw;
        line-height: 6.875vw;
        padding-top: 32.8125vw;
    }
    .ico-fast .icon {
        width: 6.25vw;
        height: 6.25vw;
    }
    .ico-link {
        width: 14.0625vw;
        height: 14.0625vw;
    }
    .ico-link .icon {
        width: 4.6875vw;
        height: 5vw;
    }
    .fast-link:after {
        border-width: 0 41.25vw 9.375vw 41.25vw;
    }
    .sub-service-links li a {
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .tab-img {
        flex: 0 0 12.5vw;
        max-width: 12.5vw;
    }
    .sub-service-links .tab-img {
        margin: 0 6.25vw 0 0;
    }
    .sub-service-links li:first-child a,
    .sub-service-links li:last-child a {
        flex-direction: row-reverse;
    }
    .sub-service-links li:first-child a .tab-img,
    .sub-service-links li:last-child a .tab-img {
        margin: 0 0 0 6.25vw;
    }
    .come-form {
        margin: 0;
        padding: 0;
    }
    .come-yourself-title {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        padding: 0 3.125vw;
        margin-bottom: 6.25vw;
    }
    .come-yourself .form-control {
        height: 15.625vw;
        border-radius: 2.5vw;
        padding: 4.375vw 4.0625vw;
    }
    .form-inner div[class^="col-"] + div[class^="col-"] {
        margin-top: 3.125vw;
    }
    .come-form .btn {
        height: 15.625vw;
        padding: 1.875vw;
        font-size: 5vw;
        line-height: 7.5vw;
        text-transform: none;
        font-weight: 400;
    }
    .come-form .form-inner {
        margin-bottom: 6.25vw;
        margin-left: 0;
        margin-right: 0;
    }
    .come-form {
        max-width: 100%;
        margin-bottom: 12.5vw;
    }
    .come-form .form-inner div[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .come-time {
        padding: 0;
        background: none;
    }
    .come-time-title {
        font-size: 5vw;
        line-height: 5.9375vw;
        margin-bottom: 3.125vw;
    }
    .come-time-sub-title {
        margin-bottom: 6.25vw;
        color: #ff6000;
        font-size: 5vw;
        line-height: 7.5vw;
    }
    .come-time-line li {
        height: 6.25vw;
        line-height: 6.25vw;
        margin: 0 0.625vw;
        width: 6.25vw;
        font-size: 3.75vw;
    }
    .params .param {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin: 0 1.5625vw;
        padding-left: 7.8125vw;
    }
    .come-time .text {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.75vw;
        line-height: 4.375vw;
        padding-left: 9.375vw;
        padding-right: 9.375vw;
    }
    .params {
        margin-bottom: 6.25vw;
    }
    .come-time .text .icon {
        display: block;
        width: 7.5vw;
        height: 7.5vw;
        flex: 0 0 7.5vw;
        max-width: 7.5vw;
    }
    .diagnostic .title,
    .diagnostic h1,
    .diagnostic h2,
    .diagnostic h3 {
        margin-bottom: 6.25vw;
        font-size: 6.25vw;
        line-height: 7.5vw;
    }
    .diagnostic span {
        margin-bottom: 3.125vw;
    }
    .about-lft {
        margin-left: -3.125vw;
        margin-right: -3.125vw;
    }
    .about-rht {
        padding: 3.125vw 0 0;
        text-align: center;
    }
    .about-rht h2 {
        font-size: 5.625vw;
        line-height: 6.5625vw;
    }
    .section-garant {
        padding: 6.25vw 0;
    }
    .section-garant .title,
    .section-garant h1,
    .section-garant h2,
    .section-garant h3,
    .section-garant h4 {
        font-size: 8.75vw;
        line-height: 12.5vw;
        margin-bottom: 3.125vw;
    }
    .garant-item-ico {
        width: 30vw;
        height: 30vw;
        padding: 3.125vw;
        margin-bottom: 6.25vw;
    }
    .garant-item-ico div {
        padding: 3.125vw;
    }
    .garant-item-ico div span {
        width: 18.125vw;
        height: 18.125vw;
    }
    .garant-item-ico .icon {
        width: 10.3125vw;
        height: 10.3125vw;
    }
    .garant-item strong {
        font-size: 6.25vw;
        line-height: 7.5vw;
        margin-bottom: 3.125vw;
    }
    .garant-item {
        max-width: 78.125vw;
        margin-bottom: 9.375vw;
    }
    div[class^="col-"]:last-child .garant-item {
        margin-bottom: 6.25vw;
    }
    .sale-slider {
        margin-right: -4.6875vw;
    }
    .headline {
        justify-content: center;
        margin-bottom: 3.125vw;
    }
    .headline h2 {
        font-size: 5.625vw;
        line-height: 6.875vw;
    }
    .sale-item {
        padding: 10vw;
        margin-bottom: 3.125vw;
    }
    .sale-item-head {
        font-size: 25vw;
        line-height: 22.5vw;
    }
    .sale-item-head span {
        font-size: 9.375vw;
        line-height: 12.5vw;
        margin-bottom: 4.6875vw;
    }
    .sale-item ul {
        margin-bottom: 6.25vw;
    }
    .sale-item ul li {
        padding-left: 5.625vw;
    }
    .more {
        text-align: center;
        margin-top: 3.125vw;
    }
    .sub-crash-tabs {
        display: block;
    }
    .sub-crash-tabs li {
        max-width: 100% !important;
        padding: 0;
    }
    .sub-crash-tabs li:not(:last-child) {
        margin-bottom: 3.125vw;
    }
    .sub-crash-tabs li button,
    .sub-crash-tabs li a {
        height: 24.0625vw;
        box-shadow: none !important;
        border: 1px solid #000;
    }
    .sub-crash-tabs li .tab-img {
        display: block;
        flex: 0 0 12.5vw !important;
        max-width: 12.5vw !important;
        height: 12.5vw !important;
        margin: 0 6.25vw 0 0;
    }
    .sub-crash-tabs li:first-child button,
    .sub-crash-tabs li:first-child a,
    .sub-crash-tabs li:last-child button,
    .sub-crash-tabs li:last-child a {
        flex-direction: row-reverse;
    }
    .sub-crash-tabs li:first-child .tab-img,
    .sub-crash-tabs li:last-child .tab-img {
        margin: 0 0 0 6.25vw;
    }
    .reviews h2,
    .reviews .h2,
    .reviews h3,
    .reviews .h3 {
        font-size: 5.625vw;
        line-height: 6.875vw;
        margin-bottom: 10vw;
    }
    .reviews-slider-nav {
        top: 9.375vw;
    }
    .slide-link {
        font-size: 4.375vw;
        line-height: 5.3125vw;
    }
    .modal-discount .modal-content {
        padding: 11.25vw 9.375vw 3.125vw;
    }
    .modal-discount .quest-form {
        padding: 0;
    }
    .modal-discount .quest-form .btn-small {
        margin-top: 3.125vw;
    }
    .modal-discount .quest-form .form-control {
        text-align: center;
    }
    .d-cnt {
        padding: 0;
        text-align: center;
    }
    .d-title {
        font-size: 5.625vw;
        line-height: 8.125vw;
        margin-bottom: 3.125vw;
    }
    .section-row h1,
    .section-row h2,
    .section-row h3 {
        font-size: 5.625vw;
        line-height: 6.875vw;
        margin-bottom: 6.25vw;
        text-align: center;
    }
    .item-img {
        height: 79.0625vw;
    }
    .item-date {
        font-size: 5.625vw;
        line-height: 4.375vw;
        border-radius: 0 12.5vw 0 0;
        padding: 6.5625vw;
    }
    .item-date span {
        font-size: 7.5vw;
        line-height: 5.9375vw;
        margin-bottom: 1.875vw;
    }
    .item-cnt {
        padding: 6.25vw;
    }
    .item-title {
        font-size: 5.625vw;
        line-height: 6.875vw;
    }
    .item-txt {
        font-size: 5vw;
        line-height: 5.9375vw;
    }
    .item-list div[class^="col-"] {
        margin-bottom: 6.25vw;
    }
    .section-row .content h1,
    .section-row .content h2,
    .section-row .content h3 {
        font-size: 5.625vw;
        line-height: 6.5625vw;
        margin-bottom: 6.25vw;
    }
    .section-row figure {
        margin: 6.25vw 0;
    }
    .blog-slider {
        margin-top: 12.5vw;
        margin-bottom: 0;
    }
    .blog-slider-nav {
        display: none;
    }
    .blog-carousel div[class^="col-"] {
        margin-bottom: 6.25vw;
    }
    .diagnostic {
        margin: 12.5vw 0;
    }
    .section-row {
        padding-top: 6.25vw;
    }
    .diagnostic h4,
    .diagnostic h5 {
        font-size: 6.25vw;
        line-height: 6.25vw;
    }
    .sale-item ul li:before {
        top: 2.1875vw;
        width: 3.125vw;
        height: 3.125vw;
    }
    .sale-slider .sale-item {
        height: auto;
    }
    .sale-item ul {
        padding-bottom: 6.25vw;
    }
    .sale-item-head {
        margin-bottom: 6.25vw;
    }
}

@media (min-width: 992px) {
    .title-dyson {
        text-align: left;
    }
}

@media (max-width: 640px) {
    .garant-img img {
        object-fit: contain;
    }
}

