

/* 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?168476263912188*/
.service {
  margin-top: 40px;
  padding-bottom: 30px
}
.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;
  align-items: center;
  justify-content: space-between;
  min-height: 142px;
  margin-bottom: 80px;
  padding: 10px 60px 10px 40px;
  background: linear-gradient(271.2deg,rgba(254,114,0,.9) .86%,rgba(232,27,35,.9) 70.76%);
  border-radius: 20px
}
.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: 230px;
  color: #e81b23
}
.service__request-text {
  max-width: 401px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff
}
.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
}
@media (max-width:1550px) {
  .service__request-block {
    padding: 10px 20px
  }
  .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: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 {
    margin-top: 20px;
    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 {
    max-width: 500px;
    margin-bottom: 40px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    align-items: center
  }
  .service__request-title {
    max-width: none;
    margin-bottom: 24px
  }
  .service__request-text {
    max-width: none;
    font-size: 14px;
    line-height: 17px;
    margin: 24px 0
  }
  .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
  }
}
@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__item {
    width: calc(100% / 2 - 12px)
  }
  .service__header br,
  .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%
  }
}
@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?16848286132536*/
.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-title {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  color: #444
}
.service-wrap__desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  font-family: PFDinTextPro;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  color: #444
}
.service-wrap__wrap-video {
  width: 600px;
  min-height: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}
.service__container .service-wrap__wrap-text {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  color: #444
}
.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__block {
  display: flex;
  margin-bottom: 50px
}
.service-wrap__block-left {
  padding-right: 34px
}
.service-wrap__block-left li::before,
.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;
  border-color: 50%
}
.service-wrap__block-title {
  margin: 0 0 20px;
  font-family: PFDinTextPro;
  font-size: 21px;
  font-weight: 500;
  line-height: 29px;
  color: #444
}
.service-wrap__block-right {
  flex-shrink: 0;
  max-width: 500px;
  width: 100%;
  height: 270px
}
.service-wrap__block-text ul {
  font-size: 21px;
  font-weight: 400;
  line-height: 21px
}
.service-wrap__block-text li {
  display: flex;
  margin-bottom: 8px
}
.service-wrap__block-text {
  display: flex;
  align-items: flex-start;
  margin: 0 0 20px;
  font-family: PFDinTextPro;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
  color: #444
}
.service-wrap__block-text_block {
  display: block
}
.service-wrap__wrap-title_red {
  color: #e81b23
}
@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?168476263912188 */
/* /local/templates/velocityk_2023/assets/bx-styles/gallery.css?17661493428143 */
/* /local/templates/velocityk_2023/assets/bx-styles/service-wrap.css?16848286132536 */
