

/* Start:/local/templates/velocityk_2023/assets/libs/slick-1.8.1/slick.css?16813772061895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* End */


/* Start:/local/templates/velocityk_2023/assets/libs/slick-1.8.1/slick-theme.css?16813772063349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/velocityk_2023/assets/libs/slick-1.8.1/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/velocityk_2023/assets/libs/slick-1.8.1/./fonts/slick.eot');
    src: url('/local/templates/velocityk_2023/assets/libs/slick-1.8.1/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/velocityk_2023/assets/libs/slick-1.8.1/./fonts/slick.woff') format('woff'), url('/local/templates/velocityk_2023/assets/libs/slick-1.8.1/./fonts/slick.ttf') format('truetype'), url('/local/templates/velocityk_2023/assets/libs/slick-1.8.1/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/velocityk_2023/assets/bx-styles/service.css?178956020720984*/
.service {
  padding-bottom: 30px
}
.service__only-mobile {
  display: none
}
.service__only-desktop {
  display: block
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 48px
}
.service__item {
  width: calc(100% / 4 - 12px);
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  transition: .35s
}
.service__item:hover {
  box-shadow: 0 0 15px rgba(0,0,0,.08)
}
.service__item:hover svg {
  opacity: 1
}
.service__img-block {
  line-height: 0;
  border-radius: 15px;
  overflow: hidden
}
.service__img-block img,
.service__img-block picture {
  width: 100%;
  height: auto
}
.service__text-block {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.service__text-block svg {
  color: #e81b23;
  opacity: 0;
  transition: .35s
}
.service__header {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  color: #0e0e0e
}
.service__contact-block {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 60px;
  overflow: hidden
}
.service__map {
  height: 300px
}
.service__contact-info {
  display: flex;
  padding: 30px 40px
}
.service__contact-col {
  width: calc(100% / 4);
  padding-right: 10px
}
.service__contact-title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #0e0e0e
}
.service__contact-text {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.service__contact-row {
  display: flex;
  padding-top: 8px
}
.service__contact-row svg {
  margin-right: 10px;
  flex-shrink: 0
}
.service__contact-row p {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.service__contact-row p.service__contact-address {
  max-width: 150px
}
.service__contact-row span {
  margin-top: 6px
}
.service__contact-row a {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.service__request-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  min-height: initial;
  margin-bottom: 80px
}
.service__request-cost {
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #0e0e0e;
  margin-bottom: 0
}
.service__request-title {
  max-width: 427px;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #fff
}
.service__request-btn {
  flex-shrink: 0;
  width: 240px;
  padding: 11px 10px;
  background: #e81b23;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center
}
.service__request-text {
  max-width: none;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.service__request-text p {
  margin-bottom: 0
}
.service__request-accent {
  color: #e81b23
}
.service__request-img {
  flex-shrink: 0;
  margin-bottom: -10px
}
.service__collapsing-section {
  margin-bottom: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  border-radius: 20px
}
.service__collapsing-section.show .service__icon {
  background-color: #0e0e0e
}
.service__collapsing-section.show .service__minus {
  display: block
}
.service__collapsing-section.show .service__plus {
  display: none
}
.service__collapsing-header {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
  cursor: pointer
}
.service__collapsing-header:hover .service__icon {
  background-color: #0e0e0e
}
.service__collapsing-header:hover .service__plus {
  color: #fff
}
.service__caption {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #0e0e0e
}
.service__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: 1px solid #0e0e0e;
  border-radius: 50%;
  transition: .35s
}
.service__plus {
  color: #0e0e0e
}
.service__minus {
  display: none
}
.service__content {
  display: none;
  flex-direction: column;
  padding: 10px 20px 20px
}
.service__work {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 75px
}
.service__work-title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #0e0e0e
}
.service__work-btn {
  max-width: 230px;
  width: 100%;
  margin-bottom: 60px
}
.service__work-block {
  max-width: 1044px;
  width: 100%
}
.service__table-header-row {
  padding-bottom: 6px;
  display: flex;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #858585;
  border-bottom: 1px solid #eaeaea
}
.service__table-row {
  display: flex;
  margin-bottom: 10px
}
.service__table-row:last-of-type {
  margin-bottom: 0
}
.service__table-header-mob {
  display: none
}
.service__table-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e
}
.service__table-col,
.service__table-header-col {
  padding-right: 10px
}
.service__table-col:nth-child(1),
.service__table-header-col:nth-child(1) {
  width: 40%
}
.service__table-col:nth-child(2),
.service__table-header-col:nth-child(2) {
  width: 30%
}
.service__table-col:nth-child(3),
.service__table-header-col:nth-child(3) {
  width: 20%
}
.service__table-col:nth-child(4),
.service__table-header-col:nth-child(4) {
  width: 10%
}
.service__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 214px;
  margin-bottom: 80px;
  padding: 15px 40px;
  background: #fff;
  border-radius: 20px
}
.service__block-img {
  flex-shrink: 0;
  line-height: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 4px
}
.service__block-left {
  max-width: 745px;
  flex-shrink: 0
}
.service__block-title {
  margin-bottom: 21px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #0e0e0e
}
.service__block-badge {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3px;
  margin-right: -3px
}
.service__block-badge-item {
  margin: 3px;
  padding: 7px 16px 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border: 1px solid #0e0e0e;
  border-radius: 15px
}
.service__block-right {
  display: flex;
  flex-direction: column;
  max-width: 402px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #0e0e0e
}
.service__block-right span {
  color: #e81b23
}
.service__block-text {
  margin-bottom: 10px
}
.service__wrap-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px
}
.service__slider-img {
  width: 100%;
  margin-bottom: 50px!important
}
.service__slider-img .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -30px;
  margin-bottom: 0
}
.service__slider-img .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  margin-left: 4.5px;
  margin-right: 4.5px
}
.service__slider-img .slick-dots li::before {
  display: none
}
.service__slider-img .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #fe7200
}
.service__slider-img .slick-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background-color: #d9d9d9
}
.service__slider-img .slick-dots button::before {
  display: none
}
.service__slider-img-item {
  width: 100%;
  height: 380px
}
.service__slider-img-item:nth-child(n+2):not(.slick-slide) {
  display: none
}
.service__slider-img-item picture {
  width: 100%;
  height: 100%
}
.service__slider-img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.service__types {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px
}
.service__type-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  padding-bottom: 36px
}
.service__type-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 430px;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden
}
.service__type-bg picture {
  width: 100%;
  height: 100%;
  display: block
}
.service__type-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}
.service__type-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35)
}
.service__type-content {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 470px;
  display: block
}
.service__type-title-wrap {
  position: absolute;
  top: 215px;
  left: 50px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 600px
}
.service__type-title {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.05;
  color: #fff;
  width: 100%;
  max-width: 600px
}
.service__type-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-auto-flow: column;
  -moz-column-gap: 56px;
  column-gap: 56px;
  row-gap: 10px
}
.service__type-card_to .service__type-list {
  grid-template-rows: repeat(9,minmax(50px,auto))
}
.service__type-card_tires .service__type-list {
  grid-template-rows: repeat(2,minmax(50px,auto))
}
.service__type-card_engine .service__type-list {
  grid-template-rows: repeat(3,minmax(50px,auto))
}
.service__type-item {
  display: flex;
  align-items: center;
  min-height: 50px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s
}
.service__type-item:hover {
  opacity: .75
}
.service__type-icon {
  width: 50px;
  flex: 0 0 50px;
  flex-shrink: 0;
  margin-right: 10px;
  color: #e81b23;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start
}
.service__type-icon svg {
  width: 50px;
  height: 50px;
  margin-top: 0
}
.service__type-text {
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.service__types-btn {
  margin-top: 22px;
  align-self: flex-start
}
.service__types-mobile {
  margin-bottom: 40px
}
.service__type-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.service__type-mobile:not(:last-child) {
  margin-bottom: 40px
}
.service__type-mobile-title {
  margin: 10px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #0e0e0e
}
.service__type-mobile-card {
  overflow: hidden;
  border-radius: 20px;
  background: #fff
}
.service__type-mobile-bg {
  height: 156px;
  overflow: hidden;
  border-radius: 0 0 20px 20px
}
.service__type-mobile-bg img,
.service__type-mobile-bg picture {
  display: block;
  width: 100%;
  height: 100%
}
.service__type-mobile-bg picture {
  overflow: hidden;
  border-radius: 0 0 20px 20px
}
.service__type-mobile-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  border-radius: 0 0 20px 20px
}
.service__type-mobile-body {
  padding: 10px
}
.service__type-mobile-body .service__request-btn {
  margin-bottom: 20px
}
.service__type-mobile-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.service__type-mobile-item {
  display: flex;
  align-items: flex-start
}
.service__type-mobile-item:not(:last-child) {
  margin-bottom: 10px
}
.service__type-mobile-icon {
  width: 36px;
  flex: 0 0 36px;
  margin-right: 10px
}
.service__type-mobile-icon svg {
  display: block;
  width: 36px;
  height: 36px
}
.service__type-mobile-text {
  padding-top: 9px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e
}
.service__type-mobile-btn {
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  margin-left: 0;
  padding: 11px 10px;
  background: #fff;
  border: 1px solid #e81b23;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #e81b23;
  text-align: center
}
.service__type-mobile-more {
  display: none;
  padding-top: 10px
}
.service__oil {
  margin-bottom: 40px
}
.service__oil-info .title {
  margin-bottom: 24px
}
.service__oil-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) 540px;
  gap: 40px;
  align-items: start;
  margin-top: 40px;
  margin-bottom: 40px
}
.service__oil-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.service__oil-text {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0e0e
}
.service__oil-text p {
  margin-bottom: 10px
}
.service__oil-image {
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  line-height: 0
}
.service__oil-image img,
.service__oil-image picture {
  display: block;
  width: 100%
}
.service__oil-image img {
  height: 316px;
  -o-object-fit: cover;
  object-fit: cover
}
.service__oil-grid {
  display: grid;
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 20px
}
.service__oil-card {
  grid-column: span 2;
  padding: 20px;
  background: #fff;
  border-radius: 20px
}
.service__oil-card:nth-child(4) {
  grid-column: span 3
}
.service__oil-card_wide {
  grid-column: span 3
}
.service__oil-card-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}
.service__oil-card-icon {
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fe7200;
  border-radius: 50%;
  color: #fff
}
.service__oil-card-icon svg {
  width: 28px;
  height: 28px
}
.service__oil-card-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}
.service__oil-card-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #0e0e0e
}
.service__oil-card-line {
  width: 50px;
  height: 3px;
  display: block;
  background: #fe7200;
  border-radius: 3px
}
.service .service__oil-card p,
.service__oil-card-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #0e0e0e
}
.service .service__oil-card ul,
.service__oil-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.service .service__oil-card ul li,
.service__oil-list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  color: #0e0e0e
}
.service .service__oil-card ul li:not(:last-child),
.service__oil-list li:not(:last-child) {
  margin-bottom: 4px
}
.service .service__oil-card ul li::before,
.service__oil-list li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #fe7200;
  border-radius: 50%
}
.service .service__oil-card ul_md li,
.service__oil-list_md li {
  font-size: 14px;
  line-height: 18px
}
@media (max-width:1550px) {
  .service__block {
    margin-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (max-width:1400px) {
  .service__request-title {
    font-size: 18px;
    line-height: 22px
  }
}
@media (max-width:1300px) {
  .service__contact-title {
    max-width: 130px
  }
  .service__contact-text {
    max-width: 200px
  }
  .service__block-left {
    max-width: 520px;
    margin-bottom: 17px
  }
}
@media (max-width:1250px) {
  .service__oil-hero {
    grid-template-columns: minmax(0,1fr) 420px;
    gap: 20px
  }
  .service__oil-image img {
    height: 280px
  }
}
@media (max-width:1200px) {
  .service__item {
    width: calc(100% / 3 - 12px)
  }
  .service__slider-img-item {
    height: 300px
  }
}
@media (max-width:1100px) {
  .service__block-img {
    max-width: 190px
  }
}
@media (max-width:1023px) {
  .service {
    padding-bottom: 10px
  }
  .service__list {
    margin-bottom: 35px
  }
  .service__list_indent-sm {
    margin-bottom: 16px
  }
  .service__item {
    padding: 16px
  }
  .service__text-block {
    padding-top: 16px
  }
  .service__text-block svg {
    width: 24px;
    height: 24px
  }
  .service__header {
    font-size: 16px;
    line-height: 18px
  }
  .service__contact-block {
    margin-bottom: 40px
  }
  .service__contact-block_indent-sm {
    margin-bottom: 0
  }
  .service__contact-info {
    padding: 16px 16px 0;
    flex-wrap: wrap
  }
  .service__contact-col {
    width: calc(100% / 2);
    margin-bottom: 16px
  }
  .service__contact-title {
    max-width: none;
    font-size: 16px;
    line-height: 20px
  }
  .service__contact-text {
    max-width: none
  }
  .service__request-block {
    margin-bottom: 40px;
    align-items: flex-start
  }
  .service__request-cost {
    font-size: 22px;
    line-height: 27px
  }
  .service__request-title {
    max-width: none;
    margin-bottom: 24px
  }
  .service__request-text {
    font-size: 14px;
    line-height: 17px
  }
  .service__collapsing-header {
    padding: 6px 6px 6px 16px
  }
  .service__caption {
    font-size: 14px;
    line-height: 18px
  }
  .service__content {
    padding: 6px 16px 10px
  }
  .service__work {
    margin-bottom: 35px
  }
  .service__work-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px
  }
  .service__work-btn {
    margin-bottom: 20px
  }
  .service__block {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 16px 16px 11px
  }
  .service__block-img {
    max-width: none;
    width: 272px;
    margin-bottom: 20px
  }
  .service__block-img img,
  .service__block-img picture {
    width: 100%;
    height: auto
  }
  .service__block-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px
  }
  .service__block-badge {
    margin-left: -2px;
    margin-right: -2px
  }
  .service__block-badge-item {
    margin: 2px;
    padding: 6px 10px
  }
  .service__block-right {
    max-width: none;
    font-size: 14px;
    line-height: 17px
  }
  .service__oil {
    margin-bottom: 30px
  }
  .service__oil-text {
    font-size: 18px;
    line-height: 22px
  }
  .service__oil-grid {
    grid-template-columns: 1fr;
    gap: 10px
  }
  .service__oil-card,
  .service__oil-card:nth-child(4),
  .service__oil-card_wide {
    grid-column: 1/-1
  }
}
@media (max-width:1022px) {
  .service__actions {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px
  }
}
@media (max-width:1022px) and (max-width:768px) {
  .service__actions {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px
  }
}
@media (max-width:950px) {
  .service__slider-img-item {
    height: 250px
  }
}
@media (max-width:768px) {
  .service__wrap-img {
    float: none;
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
  }
}
@media (max-width:767px) {
  .service {
    margin-top: 20px
  }
  .service__only-mobile {
    display: block
  }
  .service__only-desktop {
    display: none
  }
  .service__item {
    width: calc(100% / 2 - 12px)
  }
  .service__header br {
    display: none
  }
  .service__contact-block_indent-sm {
    margin-bottom: 40px;
    background: 0 0;
    border-radius: 0;
    overflow: visible
  }
  .service__contact-block_indent-sm .service__contact-info {
    padding: 24px 0 0
  }
  .service__table-header-row {
    display: none
  }
  .service__table-row {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea
  }
  .service__table-row:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
  }
  .service__table-header-mob {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #858585
  }
  .service__table-value {
    font-weight: 500
  }
  .service__table-col,
  .service__table-header-col {
    margin-bottom: 10px
  }
  .service__table-col:nth-child(1),
  .service__table-header-col:nth-child(1) {
    width: 100%
  }
  .service__table-col:nth-child(2),
  .service__table-header-col:nth-child(2) {
    width: 100%
  }
  .service__table-col:nth-child(3),
  .service__table-header-col:nth-child(3) {
    width: 50%
  }
  .service__table-col:nth-child(4),
  .service__table-header-col:nth-child(4) {
    width: 50%
  }
  .service__block {
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
    padding-right: 10px
  }
  .service__oil-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px
  }
  .service__oil-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px
  }
  .service__oil-image img {
    height: 209px
  }
}
@media (max-width:600px) {
  .service__contact-col {
    width: 100%;
    margin-bottom: 32px
  }
  .service__contact-col:last-child {
    margin-bottom: 16px
  }
  .service__request-btn {
    width: 100%
  }
}
@media (max-width:550px) {
  .service__item {
    width: calc(100% - 12px);
    margin-bottom: 10px
  }
}
/* End */


/* Start:/local/templates/velocityk_2023/assets/bx-styles/gallery.css?17661493428143*/
@charset "UTF-8";
.gallery {
  padding-bottom: 60px
}
.gallery_top-indent {
  padding-top: 80px
}
.gallery__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #0e0e0e
}
.gallery__list {
  display: flex;
  margin-left: -6px;
  margin-right: -6px
}
.gallery__list.slick-slider .slick-list {
  width: 100%
}
.gallery__list.slick-slider .slick-track {
  width: 100%;
  margin: 0
}
.gallery__item {
  position: relative;
  width: calc(100% / 3 - 12px);
  height: 273px;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 20px;
  overflow: hidden;
  transition: none
}
.gallery__item img,
.gallery__item picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.gallery__item:nth-child(n+4) {
  display: none
}
.gallery__item_video::before {
  content: url(/local/templates/velocityk_2023/assets/bx-styles/../img/svg/icon-play.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  backdrop-filter: blur(5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}
.gallery .slick-slider .gallery__item {
  display: block!important
}
.gallery .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  top: 50%;
  left: -11px;
  background-color: #f3f3f3;
  border-radius: 50%;
  z-index: 7
}
.gallery .slick-arrow:hover {
  background-color: #0e0e0e
}
.gallery .slick-arrow:hover::before {
  background-image: url(/local/templates/velocityk_2023/assets/bx-styles/../img/content/icon-arrow-left-w.svg)
}
.gallery .slick-arrow::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/velocityk_2023/assets/bx-styles/../img/content/icon-arrow-left.svg);
  background-size: 16px 16px;
  background-position: center
}
.gallery .slick-next {
  left: auto;
  right: -11px
}
.gallery .slick-next::before {
  transform: rotate(180deg)
}
.gallery .slick-dotted.slick-slider {
  margin-bottom: 14px
}
.gallery .slick-dots {
  display: flex;
  justify-content: center;
  bottom: -16px
}
.gallery .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0
}
.gallery .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #0e0e0e
}
.gallery .slick-dots button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #d9d9d9
}
.gallery .slick-dots button::before {
  display: none
}
.gallery.fancybox__container {
  padding: 0
}
.gallery.fancybox__container .fancybox__backdrop {
  background-color: #000!important
}
.gallery.fancybox__container .fancybox__toolbar {
  background: rgba(255,255,255,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  width: 460px;
  height: 52px;
  left: auto;
  top: 28px;
  right: 20px;
  padding: 10px;
  justify-content: flex-start;
  align-items: center
}
.gallery.fancybox__container .fancybox__toolbar__items {
  margin: 0
}
.gallery.fancybox__container .fancybox__toolbar__items--right {
  width: 100%
}
.gallery.fancybox__container .fancybox__counter {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #f8f8f8;
  display: flex;
  align-items: center
}
.gallery.fancybox__container .fancybox__button--fullscreen {
  display: none
}
.gallery.fancybox__container .fancybox__button--close,
.gallery.fancybox__container .fancybox__button--slideshow,
.gallery.fancybox__container .fancybox__button--thumbs,
.gallery.fancybox__container .fancybox__button--zoom {
  background-repeat: no-repeat;
  background-position: center
}
.gallery.fancybox__container .fancybox__button--close svg,
.gallery.fancybox__container .fancybox__button--slideshow svg,
.gallery.fancybox__container .fancybox__button--thumbs svg,
.gallery.fancybox__container .fancybox__button--zoom svg {
  display: none
}
.gallery.fancybox__container .fancybox__button--zoom {
  background-image: url(/local/templates/velocityk_2023/assets/bx-styles/../img/svg/icon-fancy-zoom.svg)
}
.gallery.fancybox__container .fancybox__button--slideshow {
  background-image: url(/local/templates/velocityk_2023/assets/bx-styles/../img/svg/icon-fancy-slideshow.svg)
}
.gallery.fancybox__container .fancybox__button--thumbs {
  background-image: url(/local/templates/velocityk_2023/assets/bx-styles/../img/svg/icon-fancy-thumbs.svg)
}
.gallery.fancybox__container .fancybox__button--close {
  margin-left: auto;
  position: relative;
  background-image: url(/local/templates/velocityk_2023/assets/bx-styles/../img/svg/icon-fancy-close.svg)
}
.gallery.fancybox__container .fancybox__button--close::before {
  content: "Закрыть просмотр";
  position: absolute;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  width: 140px;
  height: 18px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%)
}
.gallery.fancybox__container .fancybox__carousel {
  width: calc(100% - 310px);
  overflow: hidden
}
.gallery.fancybox__container .fancybox__slide {
  padding-top: 120px
}
.gallery.fancybox__container .fancybox__thumbs {
  position: absolute;
  top: 120px;
  right: 0;
  width: 310px;
  height: calc(100% - 120px);
  background: rgba(255,255,255,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  backdrop-filter: blur(5px);
  border-radius: 20px 0 0 20px;
  padding: 20px 15px;
  z-index: 11
}
.gallery.fancybox__container .fancybox__nav .carousel__button svg {
  width: 32px;
  height: 32px
}
.gallery.fancybox__container .fancybox__thumbs .carousel__slide {
  border-radius: 10px;
  opacity: .4
}
.gallery.fancybox__container .fancybox__thumbs .carousel__slide:nth-child(2n) {
  margin-right: 0
}
.gallery.fancybox__container .fancybox__thumbs .carousel__slide.is-nav-selected {
  opacity: 1
}
.gallery.fancybox__container .fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  display: none
}
.gallery.fancybox__container .fancybox__thumbs .carousel__slide.has-html5video::before {
  content: url(/local/templates/velocityk_2023/assets/bx-styles/../img/svg/icon-play.svg);
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  background: rgba(255,255,255,.7);
  box-shadow: 0 0 10px rgba(0,0,0,.04);
  backdrop-filter: blur(5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%
}
@media (min-width:1024px) {
  .gallery.fancybox__container .fancybox__thumbs .carousel__track {
    display: flex;
    flex-wrap: wrap;
    width: 272px;
    transform: none!important
  }
  .gallery.fancybox__container .fancybox__thumbs .carousel__slide {
    width: 130px;
    padding: 0;
    margin: 0 12px 12px 0
  }
}
@media (max-width:1023px) {
  .gallery_top-indent {
    padding-top: 20px
  }
  .gallery {
    padding-bottom: 40px
  }
  .gallery__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px
  }
  .gallery__item {
    width: calc(100% / 2 - 12px)
  }
  .gallery__item:nth-child(n+3) {
    display: none
  }
  .gallery.fancybox__container .fancybox__toolbar {
    left: 0;
    top: 0;
    border-radius: 0 0 20px 20px;
    width: 100%
  }
  .gallery.fancybox__container .fancybox__counter {
    font-size: 12px;
    line-height: 15px;
    min-width: 50px;
    padding: 0
  }
  .gallery.fancybox__container .fancybox__button--close,
  .gallery.fancybox__container .fancybox__button--slideshow,
  .gallery.fancybox__container .fancybox__button--thumbs,
  .gallery.fancybox__container .fancybox__button--zoom {
    width: 35px
  }
  .gallery.fancybox__container .fancybox__carousel {
    width: 100%;
    max-height: calc(80% - 120px);
    padding-bottom: 64px
  }
  .gallery.fancybox__container .fancybox__nav {
    position: relative;
    width: 120px;
    height: 32px;
    margin: 0 auto
  }
  .gallery.fancybox__container .fancybox__thumbs {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 120px;
    border-radius: 20px 20px 0 0
  }
}
@media (max-width:767px) {
  .gallery__item {
    width: calc(100% - 12px)
  }
  .gallery__item:not(:first-child) {
    display: none
  }
}
@media (max-width:450px) {
  .gallery__item {
    height: 205px
  }
}
/* End */


/* Start:/local/templates/velocityk_2023/assets/bx-styles/service-wrap.css?17815962282954*/
.service-wrap__wrap {
  display: flex;
  margin-bottom: 50px
}
.service-wrap__wrap-left {
  flex-grow: 1;
  padding-right: 50px
}
.service-wrap__wrap-right {
  flex-shrink: 0;
  width: 476px
}
.service-wrap__wrap-center {
  margin-bottom: 30px
}
.service-wrap__wrap-center img {
  max-width: -moz-max-content;
  max-width: max-content
}
.service-wrap__wrap-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__wrap-title_red {
  color: #e81b23
}
.service-wrap__wrap-video {
  width: 600px;
  min-height: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
.service-wrap__wrap-img {
  width: 100%;
  height: auto
}
.service-wrap__wrap_reverse .service-wrap__wrap-left {
  order: 5;
  padding-right: 0;
  padding-left: 42px
}
.service-wrap__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__block {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-between
}
.service-wrap__block-left {
  padding-right: 34px
}
.service-wrap__block-left li::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 16px;
  margin-top: 8px;
  background-color: #fe7200
}
.service-wrap__block-title {
  margin: 0 0 15px;
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__block-right {
  flex-shrink: 0;
  max-width: 600px;
  width: 100%;
  height: 270px
}
.service-wrap__block-text {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
  font-family: Onest,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e
}
.service-wrap__block-text_block {
  display: block
}
.service-wrap__block-text ul {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15
}
.service-wrap__block-text li {
  display: flex;
  margin-bottom: 8px
}
.service-wrap__block-text li::before {
  flex-shrink: 0;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 16px;
  margin-top: 8px;
  background-color: #fe7200
}
.service__container .service-wrap__wrap-text {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0e0e
}
.service__container .content::after {
  content: '';
  display: block;
  clear: both
}
@media (max-width:1024px) {
  .service-wrap__wrap-left {
    padding-right: 25px
  }
  .service-wrap__wrap-right {
    width: 376px
  }
}
@media (max-width:768px) {
  .service-wrap__wrap {
    flex-direction: column;
    margin-bottom: 25px
  }
  .service-wrap__wrap-left {
    padding-right: 0
  }
  .service-wrap__wrap-right {
    width: 100%
  }
  .service-wrap__wrap_reverse .service-wrap__wrap-left {
    order: -1;
    padding-left: 0;
    margin-bottom: 25px
  }
}
/* End */
/* /local/templates/velocityk_2023/assets/libs/slick-1.8.1/slick.css?16813772061895 */
/* /local/templates/velocityk_2023/assets/libs/slick-1.8.1/slick-theme.css?16813772063349 */
/* /local/templates/velocityk_2023/assets/bx-styles/service.css?178956020720984 */
/* /local/templates/velocityk_2023/assets/bx-styles/gallery.css?17661493428143 */
/* /local/templates/velocityk_2023/assets/bx-styles/service-wrap.css?17815962282954 */
