/* This stylesheet generated by Transfonter (https://transfonter.org) on February 13, 2018 8:55 AM */
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 13, 2018 8:55 AM */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
}

img, video {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
}

button, input {
  font-family: inherit;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  font-family: sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  position: relative;
  min-width: 320px;
}

h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: #000000;
}


.header-logo__img {
  width: 198px;
}

.default__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: #000000;
}

html,
body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

body .container-lg {
  max-width: 1110px;
}

:root {
  --text-black: #000000;
  --text-grey: #666666;
  --text-white: #ffffff;
  --text-green: #56C69E;
  --bgc-black: #000000;
  --bgc-pink: #E4CFD1;
  --bgc-grey: #F7F7F7;
  --bgc-grey2: #D8E1E0;
  --bgc-grey3:#C4C4C4;
  --bgc-green: #56C69E;
  --bgc-green2:#026167;
  --bgc-dark-green: #034448;
  --bgc-neon-green: #07ca00;
  --bgc-white: #ffffff;
  --bgc-footer: #026167;
}
.html-defualt{
  font-family: Roboto;
  font-style: normal;
  color: #000000;
  line-height: 115%;
  font-weight: 400;
}
.html-defualt h2{
  font-size: 24px;
  margin: 24px 0;
}
.html-defualt h3{
  font-size: 20px;
  margin: 20px 0;
}
.html-defualt h4{
  font-size: 18px;
  margin: 18px 0;
}
.html-defualt h5{
  font-size: 16px;
  margin: 16px 0;
}
.html-defualt h6{
  font-weight: 700;
  font-size: 14px;
  margin: 14px 0;
}
.page-header {
  background-color: #083057;
}

.page-header__wrapper {
  padding: 15px 0 19px;
  overflow: hidden;
}


@media (max-width: 768px) {

  .page-header__wrapper {
    padding: 14px 4px 25px;
  }

}

.page-header__nav-list {
  gap: 25px;
}

.page-header__nav-link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
}

.page-header__link-right {
  font-family: Roboto;
  font-style: normal;
  text-align: right;
  color: #FFFFFF;
  text-decoration: none;
}

.page-header__tel {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
}

.page-header__email {
  font-size: 14px;
  line-height: 16px;
}

.page-header__blocks-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header__nav-link,
.page-header__link-right {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.page-header__nav-link:hover,
.page-header__link-right:hover {
  color: #9D0101;
}

.page-footer {
  background: #083057;
  padding: 34px 0 87px;
}

.page-footer__wrapper {
  min-height: 210px;
}

.page-footer__logo {
  display: block;
  margin-bottom: 20px;
}

.page-footer__copyright {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.page-footer__block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 35px;
}

.page-footer__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.page-footer__link:hover {
  color: #9D0101;
}

@media (min-width: 992px) {
  .page-footer__item {
    margin-left: 150px;
  }
}

.page-footer__nav-link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.page-footer__nav-link:hover {
  color: #9D0101;
}

.page-footer__youtube {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167%;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.page-footer__youtube:hover {
  color: #9D0101;
}
.page-footer__youtube img {
  margin-right: 10px;
}

.page-footer__config {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 167%;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.page-footer__config:hover {
  color: #9D0101;
}

.page-footer__youtube-link {
  padding-left: 40px;
}

.slider {
  position: relative;
  overflow: hidden;
}

.slider__list {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;


}

.slider__item {
  min-height: calc(167.7px + 36.7vw);
  background-size: cover;
      width: 100%;
}
@media (min-width: 1200px) {
  .slider__item {
    min-height: 490px;
  }
}

.slider__paginations {
  z-index: 9999;
}

.slider__pagination-item {
  position: relative;
  height: 78px;
  background-color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.slider__pagination-item + .slider__pagination-item {
  border-top: 2px solid #0054A5;
}
@media (min-width: 768px) {
  .slider__pagination-item + .slider__pagination-item {
    border-top: none;
    border-left: 2px solid #0054A5;
  }
}
.slider__pagination-item--active .slider__wrapper-button {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 2;
  position: relative;
  border-bottom: 10px solid #9D0101;
}

.slider__wrapper-button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.4s, -webkit-transform 0.6s;
  transition: border-color 0.4s, -webkit-transform 0.6s;
  -o-transition: border-color 0.4s, transform 0.6s;
  transition: border-color 0.4s, transform 0.6s;
  transition: border-color 0.4s, transform 0.6s, -webkit-transform 0.6s;
}

.slider__button {
  text-align: start;
  width: 100%;
  height: 78px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #404040;
  padding: 22px 18px 29px;
}

.slider__arrays {
  width: 100%;
  position: absolute;
  pointer-events: none;
  transform: translateY(-100%);
  /* left: 42%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  z-index: 2;
}
@media (min-width: 1200px) {
  .slider__arrays {
    top: 50%;
  }
}

.slider__wrapper-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slader__buttom {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
      pointer-events: all;
}
.slader__buttom:hover {
  background: rgba(255, 255, 255, 0.8);
}

.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.3);
}
.swiper-button-disabled:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: default;
}

.slader__prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .slider__shell {
    align-items: flex-start;
    margin-top: 40px;
  }
}


.slider__wrapper-block {
    width: 100%;
}


@media (min-width: 768px) {
  .slider__wrapper-block {
    padding: 0 0 44px 95px;
  }
}

.block-text {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .block-text {
    width: 455px;
    height: 392px;
    padding: 84px 70px 47px;
    background: -o-linear-gradient(135deg, transparent 45px, #fff 0);
    background: linear-gradient(-45deg, transparent 45px, #fff 0);
  }
}

.block-text__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 118%;
  color: #000000;
  margin-bottom: 22px;
  width: 310px;
}
@media (max-width: 540px) {
  .block-text__title {
    font-size: 24px;
  }
}

.block-text__subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  margin-top: 22px;
  margin-bottom: 30px;
  max-width: 285px;
  min-height: 61px;
}

.block-text__button {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  border: none;
  padding: 17px 27px 19px 16px;
  background-color: transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 10;
  position: relative;
}
@media (max-width: 540px) {
  .block-text__button {
    margin-top: 65px;
  }
}
.block-text__button svg {
  position: absolute;
  top: 0;
  left: 0;
}
.block-text__button:hover {
  color: #0054A5;
}

.slider__wrapper-desing {
  padding: 0 11.17%;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.block-design {
  position: absolute;
  width: 77.66%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-design__line {
  position: relative;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
}
.block-design__line::before, .block-design__line::after {
  content: "+";
  left: 0;
  -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
          transform: translateX(-48%);
  display: block;
  position: absolute;
  font-family: Roboto;
  font-style: normal;
  font-weight: 200;
  font-size: 35px;
  line-height: 41px;
  color: rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 41px;
}
.block-design__line::before {
  top: 34%;
}
.block-design__line::after {
  bottom: 0;
}

.page-HoningMachines .machines__down-block {
  padding: 0 19px 12px;
}
.page-HoningMachines .machines__title {
  max-width: 100%;
}

.machines {
  
  margin-bottom: 80px;
}

.machines__main-title {
  margin-bottom: 49px;
}

.machines__shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 400px;
  background: #F4F4F4;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.machines__shell:hover {
  background-color: #EAEDF4;
}
.machines__shell:hover .machines__link {
  color: #9D0101;
}

.machines__block-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 304px;
}

.machines__img {
  justify-self: center;
  max-height: 273px;
}

.machines__down-block {
  padding: 0 0 12px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.machines__title {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 23px;
  max-width: 235px;
}

.machines__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #898989;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.machines__block-files {
  margin-top: 31px;
}
@media (max-width: 540px) {
  .machines__block-files {
    padding: 10px 20px;
  }
}

.machines__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}
.machines__file p {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}

.machines__file--link-all {
    justify-content: flex-end;
    padding-right: 20px;
}

.machines__file p:hover {
  color: #9D0101;
}

.privileges {
  margin-bottom: 93px;
}

.privileges__main-title {
  margin-bottom: 77px;
}

.privileges__list {
  position: relative;
  counter-reset: num;
}

.privileges__item {
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .privileges__item + .privileges__item::before {
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #898989;
    content: "";
    left: 0;
    top: 0;
  }
}

.privileges__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 22px;
}
.privileges__title::before {
  content: "0" counter(num) ". ";
  counter-increment: num;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
}

.privileges__subtitle {
  display: block;
  min-height: 100px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000000;

}

.privileges__link {
  margin-top: 22px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #0054A5;
}
.privileges__link:hover {
  color: #9D0101;
}

.project {
  margin-bottom: 118px;
}
.project img {
  width: 100%;
}

.project__up-list {
  margin-bottom: 54px;
}

.project__sub{
  padding-top: 20px;
  padding-bottom: 14px;
  padding-left: 20px;
  background-color: #F4F4F4;
  
}

.g-2 {
  row-gap: 20px;
}

.project__link-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.project__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #083057;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.project__link:hover {
  color: #9D0101;
}

.project__time {
  display: block;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
}

.project__title {
  margin-top: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.about {
  margin-bottom: 82px;
}
.about img {
  width: 100%;
}

.about__main-title {
  margin-bottom: 81px;
}

.about__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 0 17px;
}

.about__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.about__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #083057;
  /*margin-bottom: 34px;*/
}

.about__subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  /*margin-bottom: 17px;*/
}

.machine__img {
    object-fit: cover;
}

.about__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 110px;
  padding-bottom: 11px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border-bottom: 2px solid #0054A5;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.about__link:hover {
  color: #9D0101;
}

.partners {
  margin-bottom: 67px;
}

.partners__main-title {
  margin-bottom: 85px;
}

.partners__list {
  min-height: 300px;
}

.partners__link {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.8s;
  transition: -webkit-filter 0.8s;
  -o-transition: filter 0.8s;
  transition: filter 0.8s;
  transition: filter 0.8s, -webkit-filter 0.8s;
}
.partners__link:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.contacts {
  margin-bottom: 82px;
}

.contacts__main-title {
  margin-bottom: 69px;
}

.contacts__title {
  margin-bottom: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.contacts__subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  display: block;
}

@media (min-width: 992px) {
  .contacts__padding {
    padding: 0 80px;
  }
}

.contacts__link {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.contacts__link:hover {
  color: #9D0101;
}

.details {
  margin-bottom: 182px;
}

.details__main-title {
  margin-top: 32px;
}

.details__item {
  margin-top: 14px;
  padding-bottom: 18px;
  border-bottom: 0.5px solid #d9d9d9;
}

.details__text-norm {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.details__text-maxwidth {
  max-width: 120px;
  margin: 0 auto;
}

.details__text-300 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.details__img {
  margin: 0 auto;
  display: block;
  max-height: 170px;
  object-fit: cover;
}
.tech__img{
  width: 195px;
  height: 170px;
}
.machine__img{
  width: 130px;
}


.details__text-1 {
  margin-top: 22px;
}

.details__text-up {
  margin-bottom: 18px;
}

.details__text-down {
  margin-top: 17px;
}

.buttons-block {
  margin-top: 50px;
  gap: 10px 19px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.buttons-block__item--active .buttons-block__button {
  font-family: Roboto;
  font-weight: 500;
  color: #FFFFFF;
  background: #083057;
}

.buttons-block__button {
  padding: 6px 9px 6px 13px;
  background: #EAEDF4;
  font-family: Roboto;
  font-style: normal;
      align-items: center;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -o-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.buttons-block__button:hover {
  font-family: Roboto;
  color: #FFFFFF;
  background: #083057;
}

.catalogs {
  padding: 0 9%;
}

.catalogs__item {
  padding: 0 0 20px;
}
.catalogs__item img {
  display: block;
  margin: 0 auto;
  width: 121px;
  height: 170px;
  object-fit: cover;
}

.catalogs__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.catalogs__text--up {
  margin-bottom: 18px;
}

.catalogs__text--down {
  margin-top: 17px;
}

.cardpartner {
  margin-bottom: 50px;
}

.cardpartner__main-title {
  margin-bottom: 32px;
}

.cardpartner__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}
.cardpartner__text p{
  margin-bottom: 16px;
}
.cardpartner__text--bold {
  font-weight: 700;
}

.cardproject {
  margin-bottom: 80px;
}

.cardproject__main-title {
  margin-bottom: 32px;
}

.cardproject__list {
  margin: 0 15px;
  align-items: center;
}

.cardproject__item {
  display: flex;
  width: 196px !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  align-content: center;

}
.cardproject__item img {
  max-height: 170px;
}
.cardproject__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}

.cardproject__text--up {
  margin-bottom: 18px;
}

.cardproject__text--down {
  font-weight: 400;
  margin-top: 17px;
}

.cardproject__block-detal {
  margin-top: 17px;
  padding-left: 62px;
  margin-right: 119px;
}

.cardproject__img {
  width: 100%;
}

.description-block {
  margin-top: 17px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #083057;
}
.description-block p,
.cardproject__text-down p{
  margin-bottom: 16px;
}

.cardproject__text-down {
  margin-top: 31px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.baner-img {
  width: 100%;
}

.sub-navigation {
  background: #083057;
  margin-bottom: 52px;
}

.sub-navigation__wrapper {
  padding: 28px 0 29px;
}

.sub-navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 60px;
}

.sub-navigation__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.sub-navigation__link:hover {
  color: #9D0101;
}

.company {
  margin-bottom: 80px;
}

.company__main-title {
  margin-bottom: 41px;
}

.company__main-title--mt {
  margin-top: 43px;
}

.company__block-text {
  margin-bottom: 38px;
}

.company__text-list{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

/* .company__text-list p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 20px;
} */


.showcase {
  margin-top: 50px;
  margin-bottom: 80px;
}

.showcase__title-icon {
  padding-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 49px;
}

.showcase__title {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-right: 14px;
}
@media (min-width: 540px) {
  .showcase__title {
    white-space: nowrap;
  }
}

.showcase__icon {
  width: 100%;
  height: 5px;
  background-color: #0054A5;
}

.showcase__discription {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  background-color: #F4F4F4;
  padding: 17px 13px 21px 13px;
}

.showcase__stanok {
  margin-left: 34px;
  max-width: 192px;
  max-height: 255px;
}

.showcase__row-up {
  margin-bottom: 28px;
}

.showcase__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px 0;
}

.table-main__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
}

.showcase__shell-table {
  width: 100%;
  overflow: auto;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  transition: .5s all;
  position: absolute;
  top: 97px;
  z-index: 30;
  pointer-events: none;
}

.machine__block-information {
  background: #F4F4F4;
  padding: 14px 60px 11px 33px;
  width: 56%;
}

.machine__block-up {
  margin-bottom: 65px;
  justify-content: flex-start;
  gap: 21px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.machine__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 7px;
}

.machine__subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #404040;
  margin-bottom: 18px;
}

.table-machine__row {
  font-family: Roboto;
  font-style: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 93%;
  color: #000000;
}

.table-machine__left {
  font-weight: bold;
  padding-bottom: 18px;
}

.table-machine__right {
  padding-bottom: 18px;
}

.machine__features {
  gap: 0 22px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 81%;
  color: #083057;
  margin-bottom: 13px;
}
.machine__features--margin-up {
  margin-top: 53px;
}
.machine__features--margin-down {
  margin-top: 45px;
}

.machine__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 21px;
  margin-bottom: 16px;
}

.machine__text p {
    margin: 7px 0;
}

.machine__span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 81%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
}

.machine__block-video {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}
.machine__block-video:hover .machine__button-video {
  opacity: 0.9;
}

.machine__button-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.machine__button-video:hover {
  opacity: 0.9;
}

.tab__item {
  height: 55px;
  background: #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tab__item + .tab__item {
  border-left: 1px solid #C4C4C4;
}
.tab__item--active {
  background: #F4F4F4;
  border-bottom: 4px solid #9D0101;
}
.tab__item--active .tab__button {
  color: #083057;
  font-weight: bold;
}
.tab__item--active:hover .tab__button {
  color: #083057;
  cursor: default;
}

.tab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 81%;
  color: #000000;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.tab__button:hover {
  color: #9D0101;
}

.tablet-box__wrapper {
  position: relative;
  overflow: hidden;
}

.tablet-box__shell {
  overflow: auto;
  padding: 18px 36px 34px;
  background: #F4F4F4;
  margin: 0 -12px 80px;
}

.tablet-box__specifications {
  min-width: 768px;
}

.tablet-box__col-one {
  /* width: 60%; */
}

.tablet-box__col-second {
  /* width: 12%; */
  text-align: end;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.tablet-box__col-three {
  /* width: 28%; */
  text-align: end;
}

.tablet-box__center {
  text-align: center;
  background-color: #fff;
}
.tablet-box__center td {
  padding: 5px 0;
}

.tablet-box__content {
  position: absolute;
  top: -2000px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 1px;
  height: 1px;
}
.tablet-box__content--active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  top: 0;
}

.tablet-box__row-color-one td {
  background-color: #ECECEC;
  border-bottom: 3px solid #fff;
}

.tablet-box__row-color-second td {
  background-color: #F5F5F5;
  border-bottom: 3px solid #fff;
}

.cardproject__block-detal__img {
    width: 100%;
}


.cardproject__text-img {
    height: 170px;
    object-fit: cover;
}

.tablet-box__row-main td, .tablet-box__row-main th {
    text-align: center;
    color: #fff;
    background-color: #414141;
    padding: 2px 0;
}

#specifications table tr td {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}


#specifications table tr td:first-child {
    border-left: none;
}


#specifications table tr td:last-child {
    border-right: none;
}



.tool__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 32px;
}

#specifications table {
    border: none !important;
}


.tool_img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.tool_list {
  gap: 23px 20px;
  max-width: 420px;
}

.tool__shell {
  width: 90px;
}

.tool__subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: 18px;
  color: #000000;
}

.tool__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 22px;
}

.detail {
  margin-top: 50px;
}

.detail__list {
  gap: 24px 20px;
}

.detail__item {
  width: 90px;
}

.detail__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  margin-top: 18px;
}

.detail__description p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  color: #000000;
}

.contact {
  margin-bottom: 80px;
}

.contact__shell {
  padding: 23px 40px 45px;
  background: #F4F4F4;
  margin-top: 32px;
  position: relative;
}

.contact__img {
  position: absolute;
  bottom: 0;
  height: 170px;
  width: 185px;
}
.contact__img--left {
  right: 95px;
}
.contact__img--right {
  right: 60px;
}

.contact__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #083057;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.contact__link img {
  margin-right: 10px;
}
.contact__link + .contact__link {
  margin-top: 24px;
}
.contact__link:hover {
  color: #9D0101;
}

.contact__email {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  margin-top: 48px;
  z-index: 2;
  position: relative;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.contact__email img {
  margin-right: 10px;
}
.contact__email:hover {
  color: #9D0101;
}

.contact__map {
  z-index: 2;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #083057;
  margin-top: 24px;
  display: block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.contact__map:hover {
  color: #9D0101;
}

.contact__block-text {
  z-index: 2;
  position: relative;
}
.contact__block-text p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.contact__block-text + .contact__block-text {
  margin-top: 24px;
}

.error {
  overflow: hidden;
}
.error .slider__wrapper-desing {
  z-index: -1;
}
.error .container-lg {
  position: relative;
}

.error__shell {
  padding: 60px 0 93px;
}

.error__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #404040;
  display: block;
  margin: 0 auto;
}
.error__text--max-width {
  max-width: 375px;
}
.error__text--up {
  margin-top: 10px;
}
.error__text--down {
  margin-top: 20px;
}

.error__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 288px;
  line-height: 100%;
  color: #083057;
  text-align: center;
}
@media (max-width: 922px) {
  .error__title {
    font-size: calc(31vw - 19px);
  }
}

.error__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #6375D2;
}

.breadCrumbs {
  margin-top: 35px;
  margin-bottom: 23px;
}

.breadCrumbs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadCrumbs__link {
  position: relative;
  margin-right: 47px;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  color: #898989;
}
.breadCrumbs__link:hover {
  color: #9D0101;
}
.breadCrumbs__link::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background-color: #898989;
  position: absolute;
  top: 50%;
  right: -41px;
}

.breadCrumbs__link,
.breadCrumbs__span {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.breadCrumbs__span {
  color: #083057;
}

.inform {
  background-color: #f4f4f4;
  margin-top: 12px;
}

.inform__wrapper {
  padding: 30px 0 21px;
  position: relative;
}
.inform__wrapper--active .inform__hidden {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.inform__wrapper--active .inform__link-svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.inform__hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.inform__link-svg {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.inform__text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  max-width: 635px;
}

.inform__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #083057;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inform__link:hover {
  color: #9D0101;
}
.inform__link:hover path {
  stroke: #9D0101;
}

.block-advantages {
  display: grid;
  grid-template-columns: 130px auto;
  gap: 20px 69px;
}
@media (max-width: 540px) {
  .block-advantages {
    gap: 15px 10px;
  }
}

.block-advantages__item {
  min-width: 130px;
}

.block-advantages__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  color: #000000;
}

.block-advantages__subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.table-main {
  margin-top: 28px;
  min-width: 992px;
}

.table-main__up {
  height: 52px;
  padding-bottom: 13px;
  vertical-align: baseline;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 13px;
  color: #000000;
}
.table-main__up .table-main__col-1 {
  padding-left: 40px;
}

.table-main__row {
  height: 40px;
}

.table-main__row--color {
  background-color: #F4F4F4;
}

.table-main__link {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #083057;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.table-main__link:hover {
  color: #9D0101;
}

.table-main__col-1 {
  width: 15%;
  padding-left: 26px;
}

.table-main__col-2 {
  width: 12%;
}

.table-main__col-3 {
  width: 11.8%;
}

.table-main__col-4 {
  width: 12%;
}

.table-main__col-5 {
  width: 14.4%;
}

.table-main__col-6 {
  width: 15.5%;
}

.table-main__col-7 {
  width: 16.3%;
  padding: 4px 12px 5px;
}

.table-main__button {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  border: 1px solid #9D0101;
  width: 100%;
  height: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.6s, color 0.4s;
  -o-transition: background-color 0.6s, color 0.4s;
  transition: background-color 0.6s, color 0.4s;
}
.table-main__button:hover {
  background-color: #9D0101;
  color: #fff;
}
.js-hidden-detals{
  display: none !important;
}


.cms-editor h2 {
    font-size: 14px;
    line-height: 1.3;
    margin: 14px 0px 9px 0;
}


.cms-editor h3 {
    font-size: 14px;
    line-height: 1.3;
    margin: 14px 0px 9px 0;
}

.cms-editor p {
    /*margin: 10px 0;*/
    line-height: 25px;
}

.cms-editor h4 {
    font-size: 14px;
    line-height: 1.3;
    margin: 14px 0px 9px 0;
}


.cms-editor a {
    color: #0e235a;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cms-editor a:hover {
    color: #a30000;

}

.cms-editor ol {
    padding-left: 16px;
    margin: initial;
    list-style: auto;
    margin: 0px 0;
}

.cms-editor ul {
    padding-left: 0px;
    margin: initial;
    list-style: none;
    margin: 0px 0;
}


.cms-editor ul li::before {
      content: "‣";
      font-size: 20px;
      position: relative;
      top: 2px;
      color: #0e235a;
      margin-right: 2px;
}

.inform__text break {
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: 0.4s ease;
    display: none;
}

.inform__wrapper--active .inform__text break {
    opacity: 1;
    height: initial;
    visibility: visible;
    display: block;
}

.product_img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: contain;
}

.slider {
  margin-bottom: 80px;
}

.swiper-slide {
  height: auto;
}

/* .slider__list {
  
  width: 100%;
  height: auto;
} */

/* .swiper-slide.slider__list-img-main {
    width: 100%;
    object-fit: cover;
    position: absolute;
    height: 490px;
    transform: translateX(100%);
    opacity: 0;
    transition: .7s all;
    display: none;
}

.swiper-slide.slider__list-img-main.slider__list-img-main--active {
    transition: .7s all;
    transform: none;
    left: 0;
    opacity: 100%;
} */

/* .swiper-slide.slider__list-img-main.slider__list-img-main--prev {
    transition: .7s all;
    right: -100%;
    opacity: 100%;
} */

.swiper-wrapper {
  position: absolute;
} 

.slider__list-img-main {

    width: 100%;
    height:100%;
}

/* 

.block-text__wrapper {
    display: none;
} */



.block-text__wrapper--active {
    display: block;
}

.block-text__wrapper{
  position: absolute;
  pointer-events: none;
}

.block-text__wrapper--active {
    pointer-events: all;
}

.block-text__title {
    display: block;

}

.block-text__subtitle{
    display: block;
    line-height: 20px;
}


.block-text__title--hidden, .block-text__subtitle--hidden {
  transform: translateY(-30px);
  opacity: 0;
  transition: 0.5s ease;
}
.block-text__subtitle--hidden{
  transition-delay: 0.1s;
}

.block-text__wrapper--active .block-text__title--hidden {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.4s ease;
  display: block;
  transition-delay: 0.1s;
}

.block-text__wrapper--active .block-text__subtitle--hidden {
  transform: translateY(0px);
  opacity: 1;
  transition: 0.5s ease;
  display: block;
  transition-delay: 0.2s;
}


/* .block-text__wrapper--active .block-text__title{
  transform: translateY(0);
  opacity: 1;
  transition: 0.4s ease;
} */


.block-text__title--active, .block-text__subtitle--active{
  display: block;
}

.block-text__wrapper--fadeOut .block-text__title {
    display: block;
    transform: translateY(30px);
    opacity: 0;
      transition: 0.4s ease;
}

.block-text__wrapper--fadeOut .block-text__subtitle {
    display: block;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s ease;
    transition-delay: 0.2s;
}




.block-text__subtitle--active{
    display: block;
}
.block-text__button{
  display: none;
}

.block-text__button--active{
  display: block;
}

.block-text__wrapper--active .block-text__button {
    display: block;
}

.img-wrapp {
    display: block;
    overflow: hidden;
}


.img-wrapp__img {
    transition: 0.4s ease;
}

.project-item:hover .img-wrapp__img {
    transform: scale(1.05);
    transform-origin: 50%;
}

.tab--fill-2 .tab__item {
    width: 50%;
}

.tab--fill-3 .tab__item {
    width: 33%;
}

.tab--fill-1 .tab__item {
    width: 100%;
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 456px;
  width: 100%;
  max-width: 456px;
  max-height: 456px;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 96px !important;
  height: 96px !important;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide-visible:hover {
  transition: .3s all;
  cursor: pointer;
  opacity: 1;
}

/* .mySwiper .swiper-wrapper {
  height: 89%;
  width: 99%;
} */
.mySwiper {
  max-width: 99%;
  height: 123px;
}

img.viewer-transition {
  margin-bottom: 0 !important;
  max-height: calc(100vh - 64px);
}

.mySwiper .swiper-slide-visible {
  border: 1px solid gray;
}

.mySwiper .swiper-slide-visible img {
  object-fit: cover;
}

.mySwiper {
  height: 106px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-wrapper {
  max-height: 96px;
  user-select: none;
}

.swiper_arrow-stanki {
  width: 24px;
  height: 48px;
  background-color: #bbb;
  /* opacity: .5; */
}
.mySwiper .swiper-button-next {
  right: 0;
}
.mySwiper .swiper-button-prev {
  left: 0;
}

.swiper_arrow-stanki::after {
  font-size: 19px;
  font-weight: 900;
  color: #fff;
}

.smartphoto {
  background-color: rgba(0, 0, 0, .5) !important;
  z-index: 999999 !important;
}
.smartphoto-header {
  background-color: transparent !important;
}
.smartphoto-count {
  display: none !important;
}
.smartphoto-caption {
  display: none !important;
}
.smartphoto-dismiss {
  top: 25px !important;
  right: 25px !important;
}
.smartphoto-arrow-left {
  left: 15% !important;
}
.smartphoto-arrow-right {
  right: 15% !important; 
}

@media (max-width: 991px) {
  .machine__block-up {
    flex-direction: column-reverse;
  }
  .machine__block-information {
    width: 100%;
  }
  .machine__slider {
    height: 583px;
    margin-bottom: 21px;
  }
}

.machine__slider {
  padding: 0 !important;
  gap: 21px;
  width: 456px;
}

body { padding: 0 calc(var(--var-width) - (100vw - 100%)) 0 0; }

.js-smartPhoto .product_img {
  width: unset;
  height: unset;
  display: block;
  margin: 0 auto;
}
.mySwiper2 .product_img {
  cursor: zoom-in;
}

/* .viewer-footer {
  position: static !important; 
}
.viewer-next, .viewer-prev {
  top: 50%;
  position: absolute;
}
.viewer-next {
  right: 15%;
}
.viewer-prev {
  left: 15%;
}
.viewer-toolbar>ul>li {
  background-color: transparent !important;
}

.viewer-button {
  background-color: transparent !important;
  right: 0 !important;
  top: 0 !important;
}
.viewer-close:before {
  content: 'x' !important;
  font-size: 35px !important;
} */

.viewer-toolbar>ul {
  display: flex !important  ;
  justify-content: center;
  gap: 25px;
}

.viewer-transition {
  /* margin-top: 32px !important;
  margin-bottom: 32px !important;
  margin-top: 0 !important; */
  margin-top: 0 !important;
}
/* img.viewer-transition {
  width: auto !important;
} */
.viewer-canvas {
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewer-backdrop {
  background-color: rgba(0, 0, 0, .95);
}
.viewer-button.viewer-close, .viewer-button.viewer-close:hover, .viewer-button:focus {
  background-color: transparent !important;
  box-shadow: none !important;

}
.viewer-close:before {
  background-image: url('/bitrix/templates/osnastic/assets/images/content/preview-img_close.svg') !important;
  width: 31px !important;
  height: 31px !important;
  background-size: 100% !important;
}
.viewer-close:before {
  background-position: unset !important;
}
.viewer-button {
  top: -1px !important;
  right: -1px !important;
}
.viewer-footer {
  position: static !important;
}
.viewer-toolbar>ul>li {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent !important;
  width: 20px !important;
  height: 31px !important;
  border-radius: 0 !important;
}
.viewer-toolbar>ul>li:before {
  margin: 0 !important;
}
.viewer-prev:before {
  background-image: url('/bitrix/templates/osnastic/assets/images/content/img-preview_arrow-right.svg') !important;
  transform: scaleX(-1);
  background-position: unset !important;
  width: 20px !important;
  height: 31px !important;
  background-size: 100% !important;
}
.viewer-next:before {
  background-image: url('/bitrix/templates/osnastic/assets/images/content/img-preview_arrow-right.svg') !important;
  background-position: unset !important;
  width: 20px !important;
  height: 31px !important;
  background-size: 100% !important;
}
.viewer-toolbar>ul>li:focus {
  box-shadow: none !important;
  position: absolute !important;
}
li.viewer-prev.viewer-hide-md-down {
  left: 25%;
}
li.viewer-next.viewer-hide-md-down {
  right: 25%;
}


.mySwiper2 .swiper-slide.product_img {
  background-position: 50% 50%;
  position: relative;
  background-size: 0% !important;
  width: 456px !important;
  overflow: hidden;
  cursor: zoom-in;
  max-height: 100% !important;
  height: 456px !important;
}

.mySwiper2 .swiper-slide.product_img:hover {
  background-size: 200% !important;
}

.mySwiper2 .swiper-slide.product_img img:hover {
  /*
  * скрываем начальное изображение
  * при наведении курсора на блок
  */
  opacity: 0;
}

.mySwiper2 .swiper-slide.product_img img {
  transition: opacity .5s;
  display: block;
  width: 456px !important;
  object-fit: cover;
  height: 456px !important;
  max-height: 100% !important;
}

.mySwiper2 .swiper-slide.product_img.disable-zoom img:hover {
  opacity: 1;
}

.viewer-hide-md-down {
  display: block !important;
}
