.video-overlay-cursor {
  display: block;
  background-color: transparent;
  outline: none;
  cursor:
    url("/static/images/icons/vpause.svg") 30 30,
    auto;
}

.video-overlay-cursor.pause {
  cursor:
    url("/static/images/icons/vplay.svg") 30 30,
    auto;
}

.slick-dots {
  display: none;
}

.play-button-main {
  bottom: calc(50% - 45px) !important;
  left: calc(50% - 45px) !important;
  position: absolute;
}

.play-button-main .play-button {
  width: 90px !important;
  height: 90px !important;
}

.play-button-main .play-button {
  background: transparent !important;
  border: 1px solid #fff !important;
  transition: border 0.5s !important;
  border-radius: 100%;
}

.play-button-main .play-button .arrow {
  fill: #fff !important;
  position: absolute;
  overflow: visible !important;
  width: 45px !important;
  height: 45px !important;
  top: 28% !important;
  left: calc(50% - 18px) !important;
  transition: fill 0.5s ease-out !important;
}

.play-button-main .play-button .circle {
  display: none !important;
}

.play-button-main .play-button::after {
  display: none !important;
  content: unset !important;
}

.sub-galery-image.animate:hover .play-button {
  border: 1px solid #000 !important;
}

.sub-galery-image.animate:hover .arrow {
  fill: #000 !important;
}





.offcut-indicators-close {
  position: absolute;
  right: 1em;
  top: 20px;
  font-size: 2em;
  z-index: 105;
  opacity: 0;
  background-color: #505050e3;
  padding: 20px 15px 10px;
  color: #fcfcfc;
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
  border-radius: 6px;
}

.offcut-indicators-close::before {
  position: absolute;
  content: "";

  top: 14px;
  left: 5px;

  width: 20px;
  height: 2px;

  transform: rotate(-45deg);
  background-color: #fff;
}

.caption .circle {
  left: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  fill: none;
  stroke: #4d4d4d;
  stroke-width: 4px;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transform: translate3d(-50%, -50%, 0) rotate(-90deg);
  transition: stroke-dashoffset 0.2s linear;
  animation: strokeDash 15s linear infinite;
  position: absolute;
  top: 50%;
  display: block;
}

.offcut-indicators-close::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 5px;

  width: 20px;
  height: 2px;

  transform: rotate(45deg);
  background-color: #fff;
}

.sub-galery__vimeo-box.hidden .main-galery-slide__image,
.sub-galery__vimeo-box.hidden .caption {
  display: none;
}

.sub-galery__vimeo-box {
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
}

.sub-galery__vimeo-box.pre-hidden .main-galery-slide__image {
  position: absolute;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  z-index: 10000;
}

@media (max-width: 767px) {
  .play-button-main {
    bottom: calc(50% - 30px) !important;
    left: calc(50% - 30px) !important;
  }

  .play-button-main .play-button {
    width: 60px !important;
    height: 60px !important;
  }

  .play-button-main .play-button .arrow {
    width: 30px !important;
    height: 30px !important;
    top: calc(50% - 13px) !important;
    left: calc(50% - 11px) !important;
  }
}

.sub-galery__vimeo-box.pre-hidden .sub-galery-image.animate {
  top: 0;
  height: 100%;
  width: 96.1%;
  z-index: 100000;
  position: absolute;
}
.img-responsive {
  width: 100%;
  background-color: #ddd;
  object-fit: cover;
}
.intro-section {
  position: relative;
}

.main-section {
  position: relative;
  z-index: 10;

  width: 100%;
  padding-bottom: 5rem;
  overflow: hidden;
}

.company-section-s1 {
  width: 100%;
  margin-top: 55px;

  opacity: 1;
}

.company-section-s-text {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 65vh;

  background-color: #000;
  color: #fff;
}

.company-section-s-text.fullpage-wrapper--short {
  min-height: unset;
}
.s-text-video-bg {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
}
.company-section-s-text .s-text-video-bg video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
  z-index: -1;
}
.company-section-s-text .s-text-video-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.section-bg.hero-video-endframe {
  position: absolute;
  left: 0;
  transition: none;
  bottom: auto;
  top: 0;

  z-index: 2;

  height: 1252px;
  width: 100%;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.section-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.main-galery,
.sub-galery {
  position: relative;
  z-index: 6;
  height: 100%;

  margin-bottom: 5rem;
}

.main-galery {
  margin-bottom: 0;
}

.sub-galery,
.sub-galery .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-galery-slide {
  position: relative;
}

.main-galery-slide video {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 6px);
  margin-top: -3px;
  background-position: center;
  background-size: cover;
  object-fit: cover;
  z-index: 5;
}
.intro-section .main-galery-slide video {
  position: static;

  object-position: top;
  height: auto;
  display: block;
}

.main-galery-roller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;

  position: absolute;
  top: 42%;
  z-index: 6;
  padding-left: 70px;
  pointer-events: none;
}
.main-galery-btn {
  display: flex;
  width: 50px;
  height: 50px;

  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 12px;

  text-decoration: none;
  line-height: 1;

  color: #000;
  background-color: #fff;
  opacity: 1;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;

  transition-property:
    color, transform, opacity, border-color, background-color, fill;
  transition-duration: 0.3s;

  pointer-events: none;
  opacity: 0;
  transform: translateX(calc(100% + 20px));
}
.main-galery-btn:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.main-galery-btn:hover svg {
  fill: #fff;
}
.main-galery:hover .main-galery-btn {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0);
}

.main-galery-slide__image img {
  height: 100%;
  background: transparent;
  object-fit: cover;
}

.intro-section .main-galery-slide__image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.main-galery-slide figure {
  margin: 0;
}
.main-galery-slide p {
  max-width: 740px;
  margin-bottom: 1.5rem;

  font-size: 20px;
  text-transform: initial;
  line-height: 1.2;
}

.main-galery-slide .full-width {
  max-width: 100%;
}

.intro-section .sub-galery__description,
.main_page_grid .page-block_mt:not(:first-of-type) .sub-galery__description,
.page-block:first-of-type .sub-galery__description {
  margin-left: 0;
  margin-bottom: 30px;

  opacity: 1;
  transform: none !important;
}

.page-block:last-of-type .sub-galery__description {
  opacity: 1;
  transform: none !important;
}

.sub-galery__description p {
  margin-bottom: 20px;

  font-weight: 200;
  font-size: 2rem;
  text-transform: initial;

  display: inline-block;
}
.section-btn-link svg {
  display: none;
}
.section-btn-link__text {
  padding-bottom: 4px;
  margin-right: 1rem;

  font-weight: 700;
  font-size: 1rem;
  line-height: 1.15rem;
  text-transform: uppercase;
  border-bottom: 1px solid var(--theme-border);
}

.section-btn-link__text:hover {
  opacity: 0.7;
}

.slick-dots {
  bottom: 25px;
}

.main-galery-slide.slick-slide:not(.slick-active) {
  pointer-events: none;
}

@media (min-width: 1024px) {
  html.inverted .main-galery-slide .section-btn-link {
    filter: none;
  }

  .main-galery-slide .slider_main {
    color: #fff;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple) {
    pointer-events: none;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    .section-btn-link {
    pointer-events: all;
  }
}

@media (max-width: 1023px) {
  .slick-dots {
    bottom: auto;
    top: 54vw;
  }
}

@media (max-width: 767px) {
  .main-galery-video .slick-dots {
    right: 20px !important;
  }

  .slick-dots {
    top: 52vw;
  }
}

.slick-dots li button::before {
  display: none;
}

.main-galery .slick-dots > li {
  border: 0;
  background-color: var(--theme-color);
  opacity: 0.4;
  border-radius: 0;
  width: 5px;
  height: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  margin: 0 2px;
}

.main-galery .slick-dots > li.slick-active {
  opacity: 0.8;
  width: 16px;
}

.main-galery-video {
  pointer-events: initial;
}

.main-galery-video .slick-dots {
  top: 0;
  bottom: 0;
  right: 13px;
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-galery-video .slick-dots > li {
  position: relative;
  border: 0;
  
  
  border-radius: 10px;
  width: 4px;
  height: 4px;
  -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  margin: 2px 0;
  border: 1px solid #fff;
  background: none;
  --after-height: 100%;
}

.main-galery-video .slick-dots > li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--after-height);
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.main-galery-video .slick-dots > li.slick-active {
  
  opacity: 1;
  height: 16px;
}

.main-galery-video .slick-dots > li.slick-active::after {
  opacity: 1;
}

.main-slider-overflow {
  overflow: hidden !important;
  scrollbar-gutter: stable;
}

@media (min-width: 768px) {
  .main-galery-wrapper_half .slick-dots {
    width: 50%;
  }

  .main-galery-wrapper_half .slick-next {
    right: 50% !important;
  }

  .main-galery-video .slick-dots > li {
    
    height: 15px;
    width: 6px;
  }

  .main-galery-video .slick-dots li button {
    position: absolute;
    left: -8px;
    height: 100%;
  }

  .main-galery-video .slick-dots > li.slick-active {
    
    height: 50px;
  }
}

.main-galery-wrapper_half .sub-galery__description {
  margin-bottom: 0 !important;
}

.slick-dots > li:first-child:last-child {
  opacity: 0;
}

.main-galery .slick-dots > li > button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  width: 100%;
  height: 20px;
  display: block;
  font-size: 1px;
  text-indent: -200px;
  position: relative;
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
  -webkit-appearance: none;
}
.main-galery .circle-loader {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

.sub-galery__image-box {
  position: relative;
}

.sub-galery__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 4rem;

  transition:
    transform 0.2s,
    opacity 0.2s;

  opacity: 1;
}

.sub-galery__description_underlined {
  
  padding-bottom: 30px;
}

.catalog-list__title {
  display: block;
  padding: 20px 0 10px;
  margin-top: 0;
  font-weight: 600;
  font-size: 2rem;
  border-bottom: 1px solid var(--theme-light-border);
}

.catalog-list__title a {
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.main_page_grid .catalog-item__data {
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
}

.main_page_grid .flx-title {
  display: flex;
  justify-content: space-between;
}

.main_page_grid .catalog-list {
  padding-top: 30px;
}

.main_page_grid .section-btn-wrapper {
  margin-top: 35px;
  display: flex;
  white-space: nowrap;
}

.main_page_grid
  .section-btn-wrapper
  .section-btn-link_color
  + .section-btn-link_color {
  margin-left: 20px;
}

.main_page_grid .page-block:first-of-type {
  margin-top: 0;
}

.page-block_mt .catalog-list__title {
  margin-top: -50px;
  margin-bottom: 40px;
}

.main_page_grid .page-block_mt:not(:first-of-type) {
  margin-top: 80px;
}

.main_page_grid .sub-galery__image-box {
  margin-bottom: 60px;
}

.main_page_grid .sub-galery-image {
  width: 100%;
  height: 100%;
}


.main_page_grid .sub-galery__description:not(.sub-galery__description_simple) {
  position: absolute;
    margin: 0;
  
  padding: 0 0 0 159px;
  left: 0;
  top: 0;
  
  bottom: 28.6%;
  
  max-width: 690px;
  justify-content: flex-end;
  color: #000;
}

.main_page_grid
  .sub-galery__description:not(.sub-galery__description_simple)
  h3 {
  font-size: 43px;
  margin: 0 0 56px;
}

.main_page_grid
  .sub-galery__description:not(.sub-galery__description_simple)
  p {
  font-size: 31px;
  line-height: 38px;
}

@media (max-width: 1023px) {
  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple) {
    color: var(--theme-border);
  }
}

.main_page_grid
  .sub-galery__description:not(.sub-galery__description_simple)
  b {
  font-weight: 700;
}

@media (max-width: 1900px) {
  
  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple) {
    max-width: 600px;
    
    bottom: 28%;
    
    padding-left: 140px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    p {
    font-size: 28px !important;
    line-height: 33px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    h3 {
    font-size: 38px;
    margin: 0px 0 40px;
  }
}

@media (max-width: 1650px) {
  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple) {
    max-width: 440px;
    
    bottom: 26%;
    
    padding: 0 0 0 100px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    p {
    font-size: 26px !important;
    line-height: 36px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    h3 {
    font-size: 30px;
    margin: 0px 0 30px;
  }

  .main_page_grid .section-btn-wrapper {
    margin-top: 10px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    p {
    font-size: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple) {
    max-width: 400px;
    bottom: 26%;
    padding: 0 0 0 67px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    p {
    font-size: 18px !important;
    line-height: 22px;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    h3 {
    font-size: 23px;
    margin: 0px 0 6px;
  }
}

@media (max-width: 1023px) {
  
  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple) {
    position: static;
    padding: 15px 15px 0;
    max-width: 100%;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    p {
    font-size: 1.3rem !important;
    line-height: 1.8rem;
  }

  .main_page_grid
    .sub-galery__description:not(.sub-galery__description_simple)
    h3 {
    font-size: 25px;
    line-height: 1.8rem;
    margin-top: 20px;
  }
}

.sub-galery__description.active {
  opacity: 1;
}

.sub-galery__description h3 {
  margin: 1rem 0;
  text-transform: initial;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.sub-galery__description h3 a {
  font-weight: 200;
  line-height: 1.15rem;
  text-decoration: none;
  border-bottom: 1px solid;
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
}

.sub-galery__description h3 a:hover {
  opacity: 0.7;
}

.horizont:nth-child(2n + 1) .row,
.horizont:nth-child(2n + 1) .promo-content {
  flex-direction: row-reverse;
}

.horizont:nth-child(2n + 1) .main-galery-wrapper_half .row {
  flex-direction: row;
}

.horizont:nth-child(2n + 1) .promo-content .promo-text-container {
  margin-left: 4rem;
}

@media (max-width: 1389px) {
  .horizont:nth-child(2n + 1) .promo-content .promo-text-container {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .horizont:nth-child(2n + 1) .promo-content {
    flex-direction: column;
  }
  .horizont:nth-child(2n + 1) .promo-content .promo-text-container {
    margin: 0;
  }

  .main_page_grid .sub-galery__image-box {
    margin-bottom: 10px;
  }

  .catalog-list__title {
    font-size: 1.3em;
    padding: 0px 0 5px;
    margin: 0;
  }

  .main_page_grid .page-block_mt:not(:first-of-type) {
    margin-top: 0;
  }

  .page-block_mt .catalog-list__title {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .main_page_grid .catalog-item__data {
    font-size: 1.1em;
  }
}

.more-wrapper {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}

.more-wrapper .more-link {
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .more-wrapper {
    display: block;
  }

  .more-wrapper .more-link {
    display: none;
  }
}

.horizont-skimpy .sub-galery__description {
  margin-left: 0;
  margin-right: 4rem;
}

.circle-loader .arc {
  display: none;

  stroke: var(--theme-color-accent);
  stroke-width: 1.5px;
  stroke-dasharray: 90;
  stroke-dashoffset: 0;

  transition: stroke-dashoffset 0.2s linear;
  animation: strokeDashBullet 6s linear 1;
}
.slick-active .circle-loader .arc {
  display: block;
}
.blocks {
  margin-bottom: 0;
}
.content__title--category {
  text-align: left;
}
.content__item.content__item--horizont,
.content__item.content__item--onerow {
  width: 100%;
}
.footer-title {
  padding-top: 4rem;
  border-top: 1px solid #fff;
}

.main-galery-wrapper,
.slick-list,
.slick-track {
  height: 100%;
}

.fullbody-link {
  text-decoration: none;
}

.sub-galery__image-box .fullbody-link,
.sub-galery__video-box .fullbody-link {
  display: flex;
}

.sub-galery__image-box .fullbody-link .sub-galery-image,
.sub-galery__video-box .fullbody-link .sub-galery-image {
  margin: auto 0;
}

.page-block {
  margin-top: 150px;
  margin-bottom: 150px;
}

.page-block:first-of-type {
  margin-top: 2rem;
}

.page-block:last-child .content__layer {
  margin-bottom: 0;
}

.sub-galery-image {
  position: relative;
  overflow: hidden;
}

.promo-block.promo-block--empty {
  margin: 0;
}
.promo-block.promo-block--empty .promo-block__text:last-child {
  margin-bottom: 0;
}

.fullpage-wrapper--short .key-features__feature {
  opacity: 1;
}
.page-footer {
  margin-top: 0;
}

@media (min-width: 768px) {
  .content__group {
    display: grid;
    grid-gap: 20px;

    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    grid-auto-flow: dense;
    margin: 0 0 30px;
  }
  .content--catalog .content__item,
  .content--catalog .content__group .content__item.content__item--large {
    width: 100%;
    padding: 0;
  }

  .content__item.content__item--large {
    grid-row-start: span 2;
    grid-column-start: span 2;
  }
  .content__item.content__item--vertical {
    grid-row-start: span 2;
  }
  .content__item.content__item--horizont {
    grid-row-start: span 1;
    grid-column-start: span 2;
  }

  .content__item.content__item--tripple {
    grid-row-start: span 1;
    grid-column-start: span 2;
  }

  .content__item.content__item--onerow {
    width: 100%;
    grid-row-start: span 1;
    grid-column: 1 / -1;
  }

  .content__item {
    margin: 0;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1440px) {
  .content--catalog .content__name {
    margin-bottom: 15px;
  }

  .promo-block__text p {
    font-size: 1.1rem;
    line-height: 1.45;
  }

  .brand-svg iframe {
    width: 450px;
  }
}
@media (min-width: 1600px) {
  .page-block {
    margin-bottom: 25px;
  }
}
@media (min-width: 770px) and (max-width: 1439px) {
  .sub-galery__vimeo-box.pre-hidden .main-galery-slide__image,
  .sub-galery__vimeo-box.pre-hidden .caption {
    display: none;
  }
}
.section-btn-link svg {
  display: none;
}

@media (max-width: 1439px) {
  .section-content {
    padding: 3rem 0;
    width: 87.5%;
  }

  .hero-video-container {
    height: 0;
  }

  .sub-galery__description {
    margin-left: 0;
    opacity: 1;
    transform: none !important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub-galery__description.active {
    opacity: 1;
    transform: none !important;
  }

  .sub-galery__image-box {
    display: flex;
    align-items: center;
  }

  .sub-galery__description {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-btn-wrapper {
    margin-top: 1.5em;
  }

  .page-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .page-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .main-section__wrapper {
    padding: 0 30px;
  }

  .company-section-s1 .logo-text {
    font-size: 36px;
  }

  .company-section-s-text {
    min-height: 75vh;
  }
  .company-section-s-text .s-text-video-bg video {
    height: 100%;
    display: block;
  }

  .sub-galery__video-box .sub-galery-image {
    height: 100%;
  }
  .csv-slogan {
    margin-bottom: 5rem;

    font-size: 34px;
    line-height: 38px;
  }

  .csv-slogan.animate span {
    animation-name: widthSloganMobile;
  }
  .main-galery-roller {
    display: none;
  }
  .main-galery-slide__image {
    height: 100%;
  }
  .main-galery-slide__image img {
    height: 100%;
    object-fit: cover;
  }
  .main-galery-slide figure {
    height: 100%;
  }

  .section-btn-link__text {
    font-size: 1rem;
    line-height: 1.15rem;
  }

  .horizont-skimpy .sub-galery__description {
    margin-right: 0;
  }

  .sub-galery__description h3 {
    margin-bottom: 16px;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
  .intro-section .sub-galery__description h3 {
    margin: 32px 0;
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .sub-galery__description p {
    margin: 16px 0;
    font-weight: 200;
    font-size: 2rem;
  }

  .content__title {
    padding-right: 0;
  }

  .intro-section .main-galery-slide video {
    height: 100%;
    min-height: 450px;
    background-color: #ececec;
  }

  .intro-section .main-galery-slide__image img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .blocks {
    margin-top: 2rem;
  }

  .page-block,
  .page-block:first-of-type {
    margin-top: 65px;
    margin-bottom: 65px;
  }

  .page-block:first-of-type .sub-galery__description {
    margin-bottom: 0;
  }

  .section-btn-wrapper {
    margin-top: 0.5rem;
  }

  .white-box {
    padding: 30px 0;
    max-width: 295px;
  }

  .main-section__wrapper {
    padding: 0 15px;
  }

  .sub-galery__description {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .sub-galery__description p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .sub-galery__description h3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 1rem 0 0;
  }

  .intro-section .sub-galery__description {
    margin-bottom: 0;
  }

  .company-section-s1 {
    margin-top: 0;
  }
}
@keyframes strokeDashBullet {
  from {
    stroke-dashoffset: 90;
  }

  to {
    stroke-dashoffset: 56;
  }
}
@keyframes widthSlogan {
  from {
    width: 123px;
  }
  to {
    width: 0;
  }
}
@keyframes widthSloganMobile {
  from {
    width: 87px;
  }
  to {
    width: 0;
  }
}
@keyframes hideBg {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}
@keyframes fadeInUpLogo {
  0% {
    opacity: 0;
    transform: translate3d(0, 1%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes strokeDash {
  from {
    stroke-dashoffset: 314;
  }

  to {
    stroke-dashoffset: 0;
  }
}
html.inverted .section-btn-link {
  filter: invert(1);
}
.section-btn-link {
  background-color: #000;
  border-radius: 21px;
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  color: #fff;
  padding: 8px 1.5rem;
  text-transform: uppercase;
  padding-top: 11px;
  text-decoration: none;
  text-align: center;
  border: 1px #000 solid;
}
html.inverted .section-btn-link {
  cursor:
    url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.25' stroke='%23ccc' stroke-width='1.5' /%3E%3C/svg%3E"),
    pointer !important;
}
.section-btn-link__text {
  line-height: 1rem;
  margin-right: 0;
  font-size: 0.9rem;
  font-weight: 400;
  padding-bottom: 0;
  border: none;
}
.section-btn-link:hover {
  background-color: #fff;
}
.section-btn-link:hover .section-btn-link__text {
  color: #000;
}

.slick-slider.slider-drag {
  margin: 0 -13px;
}

.slick-slide.slider-drag__slide {
  padding: 0 13px;
}

.slider-drag__slide a {
  text-decoration: none;
}

.slider-drag__title {
  margin-top: 1rem;
  line-height: 1.3rem;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 300;
}

.slider-drag__title b {
  font-weight: 400;
}

@media (min-width: 1700px) {
  .main-section .slider-drag .slick-list.draggable {
    overflow: hidden;
  }
}

.slider-drag .slick-prev.slick-arrow::before,
.slider-drag .slick-next.slick-arrow::before {
  content: none;
}

.slider-drag .slick-prev.slick-arrow,
.slider-drag .slick-next.slick-arrow {
  width: 120px;
  height: 300px;
  margin-top: -168px;
  opacity: 0;
  background: center no-repeat;
  background-image: url("/static/images/icons/str.svg");
  transition: opacity 0.3s ease;
  z-index: 2;
}

html.inverted .slider-drag .slick-prev.slick-arrow,
html.inverted .slider-drag .slick-next.slick-arrow {
  filter: invert(1);
}

.slider-drag:hover .slick-prev.slick-arrow,
.slider-drag:hover .slick-next.slick-arrow {
  opacity: 1;
}

.slider-drag .slick-prev.slick-arrow {
  left: -85px;
  transform: rotate(180deg);
}

.slider-drag .slick-next.slick-arrow {
  right: -85px;
}

@media (max-width: 1699px) {
  .slider-drag .slick-prev.slick-arrow,
  .slider-drag .slick-next.slick-arrow {
    display: none !important;
  }
}


.slider-drag__wrapper {
  position: relative;
}

.slider-drag-arrows {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -38px;
}

.slider-drag-arrows .slick-prev,
.slider-drag-arrows .slick-next {
  width: 40px;
  height: 40px;
  background-color: #000;
  transition: width 0.3s ease;
}

.slider-drag-arrows .slick-prev:hover,
.slider-drag-arrows .slick-next:hover {
  width: 60px;
}

.slider-drag-arrows .slick-prev:before,
.slider-drag-arrows .slick-next:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='11' viewBox='0 0 22 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4059 0L21.9999 5.49933L22 5.50067L16.406 11L15.7147 10.3204L20.1293 5.98051H0V5.01943H20.1292L15.7147 0.679577L16.4059 0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  opacity: 1;
}

.slider-drag-arrows .slick-prev {
  left: auto;
  right: 0;
}

.slider-drag-arrows .slick-prev:before {
  transform: rotate(180deg);
}

.slider-drag-arrows .slick-next {
  right: auto;
  left: 0;
  filter: invert(1);
}

html.inverted .slider-drag-arrows .slick-prev {
  filter: invert(1);
}

html.inverted .slider-drag-arrows .slick-next {
  filter: none;
}

@media (max-width: 1439px) {
  .slider-drag-arrows {
    width: 100%;
  }

  .slider-drag-arrows .slick-prev,
  .slider-drag-arrows .slick-next {
    width: 30px;
    height: 30px;
  }

  .slider-drag-arrows .slick-prev {
    right: auto;
    left: -30px;
  }
  .slider-drag-arrows .slick-next {
    right: -30px;
    left: auto;
  }
}

@media (max-width: 767px) {
  .slider-drag-arrows .slick-prev {
    left: -15px;
  }
  .slider-drag-arrows .slick-next {
    right: -15px;
  }
}

.main-videos-wrapper {
  position: relative;
  
  margin-top: -103px;
  height: 100vh;
}

.main-videos-wrapper .video-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 650px;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  pointer-events: none;
}

.main-videos-wrapper .scroll-down {
  display: none !important;

  position: absolute;
  z-index: 1;
  right: 6px;
  top: 50%;
  margin-top: 48px;
  width: 43px;
  height: 20px;
  background: center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10mm' height='10mm' viewBox='0 0 1000 1000' xmlns:xlink='http://www.w3.org/1999/xlink'%0A%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='140' stroke-linecap='round' stroke-miterlimit='22.9256' points='861.83,323.08 492,692.9 122.17,323.08 ' /%3E%3C/svg%3E%0A");
  background-size: contain;
}

.main-videos-wrapper .video-text_ru {
  top: 50%;
  margin-top: -36px;
}

.video-text__small {
  font-size: 35px;
  line-height: 33px;
  margin-bottom: 18px;
}

.video-text__big {
  font-weight: 600;
  font-size: 56px;
}

.video-text_light {
  font-weight: 300;
}

@media (max-width: 767px) {
  .main-videos-wrapper .scroll-down {
    right: 4px;
    margin-top: 35px;
    background-size: 13px;
  }

  .main-videos-wrapper .video-text {
    top: auto;
    bottom: 200px;
  }

  .main-videos-wrapper .video-text_ru {
    margin-top: 0;
  }

  .video-text__small {
    font-size: 14px;
    line-height: 55px;
    margin-bottom: 0;
  }

  .video-text__big {
    font-size: 24px;
    line-height: 11px;
  }
}

.main-video-block {
  position: relative;
  display: block;
  height: 100dvh;
  margin-top: 0;
  scroll-snap-align: end;
}

.main-video-block__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-galery-video.slick-slider {
  margin: 0;
}

.main-galery-video.slick-slider .slick-slide {
  border: none;
}

@media (max-width: 1439px) {
  .main-videos-wrapper {
    margin-top: -70px;
    margin-bottom: 40px;
  }
}

.video-text-block {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 52%;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.vertical-galery-slide {
  background: #000;
}

.container_main {
  height: 100%;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container_full {
  padding: 0 !important;
  margin: 0 !important;
  max-width: initial !important;
}

.main-video-block__content-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.video-frame {
  height: 100%;
}

.video-frame ~ picture,
.video-frame ~ div {
  display: none !important;
}

.main-video-block__image {
  position: relative;
  width: 50%;
}

.main-video-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-video-block__image_full {
  width: 100vw;
  height: 100%;
}

.main-video-block__image.play img,
.main-video-block__image.play .hide-on-play-title,
.main-video-block__image.play .play-btn {
  display: none !important;
}

.main-video-block__info {
  width: 50%;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 2rem;
  line-height: 1.3;
  display: inline-block;
  padding-left: 160px;
}

.main-video-block__info_full {
  width: 100%;
  padding: 2rem var(--bs-gutter-x, 15px) 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .main-video-block__info_center {
    min-height: calc(50vh + 40px);
    display: flex;
    flex-direction: column;
  }

  .main-video-block__info_center .video-text-block__title {
    margin-bottom: auto;
  }
}

.main-video-block__title {
  display: block;
  text-transform: uppercase;
  margin: 1rem 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}

.video-text-block__title {
  font-weight: 600;
  font-size: 56px;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.video-text-block__link {
  margin-top: auto;
  margin-bottom: 120px;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: 300;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 26 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff'%0Astroke='%23fff' d='M19.1552734,12.4697266l-11.25-11.25c-0.2929688-0.2929688-0.7675781-0.2929688-1.0605469,0 s-0.2929688,0.7675781,0,1.0605469L17.5644531,13L6.8447266,23.7197266c-0.2929688,0.2929688-0.2929688,0.7675781,0,1.0605469 C6.9912109,24.9267578,7.1826172,25,7.375,25s0.3837891-0.0732422,0.5302734-0.2197266l11.25-11.25 C19.4482422,13.2373047,19.4482422,12.7626953,19.1552734,12.4697266z' %3E%3C/path%3E%3C/svg%3E%0A") !important;
  background-size: 13px;
  padding-bottom: 1px;
  line-height: 11px;
  pointer-events: all;
}

.main-video-block__more {
  display: flex;
  justify-content: center;
}

.video-text-block__btn {
  display: inline-block;
  min-width: 275px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  text-decoration: none;
  padding: 12px 30px 10px;
  border-radius: 100px;
  border: 1px solid #fff;
  margin: 45px 0 65px;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  pointer-events: all;
}

.video-text-block__btn_underhead {
  margin-top: 25px;
}

@media (max-width: 1550px) {
  .main-video-block__info {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media (max-width: 1023px) {
  .main-video-block__image {
    width: 100%;
  }

  .main-video-block__info {
    padding: 2rem 0 0;
    width: 100%;
    margin: 0 0 16px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .main-video-block__title {
    margin: 0 0 16px;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 700;
  }
}

.main-video-block__more .video-text-block__link {
  margin-top: 2rem;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .video-text-block_bottom {
    min-height: 17%;
  }
}

@media (max-width: 767px) {
  .main-video-block__info_full {
    text-align: center;
  }

  .video-text-block {
    min-height: 10%;
  }

  .video-text-block__title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 11px;
  }

  .video-text-block__link {
    font-size: 1rem;
    padding-bottom: 0;
    background-size: 10px;
    line-height: 12px;
    margin-bottom: 80px;
  }

  .video-text-block__btn {
    font-size: 1rem;
    padding: 7px 30px 5px;
    margin: 25px 0 20px;
    min-width: 210px;
  }

  .video-text-block__btn_underhead {
    margin-top: 10px;
    margin-bottom: 35px;
  }
}
