.assembly_area-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px
}

.assembly_area-top>.text {
  width: 60%
}

.assembly_area-top>.signature {
  width: 30%
}

.assembly_area-top .signature-pic>img {
  width: 100%;
  height: auto
}

.item-link.first-link {
  background-image: url(/images/img3.jpg)
}

.item-link.second-link {
  background-image: url(/images/img2.jpg)
}

.item-link.third-link {
  background-image: url(/images/img1.jpg)
}

.produce__banner {
  background-image: url(/images/produce__banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px
}

.produce__banner .text {
  width: 45%;
  padding: 60px 55px;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #010101;
  background-color: rgba(255, 255, 255, .8)
}

.produce__banner-text {
  padding: 60px 55px;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #010101;
  background-color: rgba(255, 255, 255, .8);
  display: none
}

.we-produce {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

.we-produce .we-produce__item {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.we-produce .we-produce__item>.title {
  text-align: center;
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #010101
}

.we-produce .we-produce__item .item-pic {
  margin-bottom: 5px
}

.we-produce .we-produce__item .item-pic img {
  height: 100%;
  width: auto
}

.we-produce-list {
  padding-left: 30px
}

.we-produce-list li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  list-style-type: none;
  color: #010101;
  margin-bottom: 24px;
  position: relative
}

.we-produce-list li:before {
  content: url(/images/tick.svg);
  position: absolute;
  left: -30px;
  top: -2px
}

.our-plan .our-plan__item {
  margin-bottom: 20px
}

.our-plan .our-plan__item>.title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #f36f21;
  margin-bottom: 5px
}

.our-plan .our-plan__item>.text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #010101
}

.suppliers__form {
  background-color: #000;
  border-radius: 22px;
  padding: 35px 60px 30px;
  margin-bottom: 80px;
  display: flex;
  flex-direction: column
}

.suppliers__form>div {
  display: flex;
  justify-content: center
}

.suppliers__form>div>.form__title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: #f36f21;
  padding-bottom: 5px;
  border-bottom: 1px solid #f36f21;
  margin-bottom: 15px
}

.suppliers__form>.form__text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #f2f2f2;
  margin-bottom: 30px
}

.suppliers__form>.form__text>span a {
  color: #f36f21
}

.form-content {
  display: flex;
  flex-wrap: wrap
}

.form-file__block,
.input-form__block,
.submit__block-wrapper {
  width: 50%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end
}

.input-container {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 20px
}

.input-container>input[type=text] {
  border: none;
  background-color: #f2f2f2;
  border-radius: 50px;
  line-height: 3;
  width: 70%;
  padding: 0 10px;
  font-size: 14px
}

.input-container>input[type=file] {
  background-color: #fff;
  display: none
}

.input-container>label {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer
}

.submit__block {
  display: flex;
  justify-content: flex-end
}

.submit__block-wrapper .form-submit-button {
  background-color: #f36f21;
  border-radius: 20px !important;
  border: none;
  color: #fff !important;
  line-height: 2.6;
  padding: 0 33px;
  /*max-width:130px*/
}

.input-form__block label {
  width: 30%;
  margin-right: 10px;
  line-height: 1.1
}

.input-file-container {
  display: flex;
  align-items: center
}

.input-file-container>div {
  line-height: 1.1
}

.input-file-container img {
  margin-right: 10px
}

.phone__block {
  display: flex;
  margin-bottom: 30px
}

.contacts-pic {
  margin-right: 10px
}

.custom-nav-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 99
}

.custom-nav-slider .custom-prev {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  overflow: hidden
}

.custom-nav-slider .custom-prev svg {
  transform: rotate(180deg);
  fill: transparent;
}

.custom-next svg {
  fill: transparent;
}

.custom-nav-slider .custom-prev:hover {
  background-color: #f36f21
}

.custom-nav-slider .custom-prev:hover svg path {
  stroke: #fff
}

.custom-nav-slider .custom-next {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 48px;
  height: 48px;
  overflow: hidden
}

.custom-nav-slider .custom-next:hover {
  background-color: #f36f21
}

.custom-nav-slider .custom-next:hover svg path {
  stroke: #fff
}

.digital-solutions-wrapper {
  max-width: none;
  position: relative;
  overflow: hidden
}

.digital-solutions-wrapper .digital-solutions-content {
  padding: 0
}

.digital-solutions-wrapper .solutions-list li:before {
  transform: rotate(45deg);
  border-radius: 0
}

.digital-solutions-wrapper .list-title {
  font-size: 22px;
  font-family: Fira Sans;
  margin-top: 27px;
  margin-bottom: 11px
}

.digital-solutions-wrapper .button {
  width: 204px
}

.digital-solutions-wrapper .button svg {
  vertical-align: top;
  margin-top: -1px;
  margin-left: 10px
}

.digital-solutions-wrapper .button:hover svg path {
  stroke: #fff
}

.digital-solutions-wrapper .header-ru {
  max-width: 1600px;
  right: 0;
  margin: 0 auto
}

.digital-solutions-wrapper .box-bread-crumbs {
  max-width: 1600px;
  margin: 0 auto;
  float: none;
  width: 100%;
  padding-left: 0
}

.ds-container {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 5px;
  box-sizing: border-box
}

.digital-solutions {
  float: none;
  width: 100%;
  margin-left: 0;
  padding: 0
}

.title-solution-h3 {
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
  font-weight: 700
}

.title-solution-h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-transform: none
}

.digital-solutions-content {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden
}

.digital-solutions-content p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 6px
}

.digital-solutions-content .solutions-list {
  padding-left: 2px
}

.digital-solutions-content .solutions-list li {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 6px
}

.digital-solutions-content .solutions-list li:last-child {
  margin-bottom: 0
}

.digital-solutions-content .solutions-list li:before {
  top: 9px
}

.digital-project {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}

.digital-project .box {
  width: calc(100% / 2)
}

.digital-project .box.box-l {
  margin-top: 0
}

.digital-project .box img {
  width: 100%;
  height: auto
}

.strategy-partnership {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 427px;
  margin-top: -2px
}

.strategy-partnership .box {
  width: calc(100% / 2)
}

.strategy-partnership .box.box-l {
  position: relative
}

.strategy-partnership .box.box-l .image {
  position: absolute;
  right: 0;
  top: 0
}

.strategy-partnership .box.box-r {
  padding: 78px 221px 0 84px;
  box-sizing: border-box
}

.strategy-partnership .box img {
  width: calc(100% + 2px);
  height: auto
}

.demo-video-digital p {
  font-size: 18px
}

.demo-video-digital .video-box {
  position: relative;
  overflow: hidden
}

.demo-video-digital .slider-container {
  position: relative;
  height: 619px
}

.demo-video-digital .title-solution-h3 {
  text-align: center;
  margin: 64px 0 40px 0;
  padding: 0
}

.demo-video-digital .slider-nav-ds {
  width: calc(100% + 168px);
  left: -84px;
  right: 0;
  bottom: auto;
  top: 185px;
  margin: 0 auto
}

.demo-video-digital .digital-video-slider video {
  width: 100%;
  height: 415px;
  object-fit: cover
}

.demo-video-digital .digital-video-slider .slide-vid {
  position: relative
}

.demo-video-digital .digital-video-slider .slide-vid p {
  margin-top: 19px;
  margin-bottom: 79px
}

.demo-video-digital .digital-video-slider .overlay-vid {
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 2px);
  z-index: 20
}

.demo-video-digital .digital-video-slider .play-vid {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto auto;
  z-index: 25;
  width: 69px;
  height: 69px;
  cursor: pointer
}

.demo-video-digital .digital-video-slider .play-vid:hover svg circle,
.demo-video-digital .digital-video-slider .play-vid:hover svg path {
  stroke: #f36f21
}

.digital-solution-slider-area {
  position: relative
}

.digital-solution-slider-area h3 {
  text-align: center;
  margin-top: 77px
}

.digital-solution-slider-area .sub-title {
  max-width: 667px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  margin-top: 18px;
  margin-bottom: 33px
}

.digital-solution-slider-area .slider-container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px
}

.digital-solution-slider-area .digital-solution-slider {
  left: -50px;
  width: 43%;
  top: 25px
}

.digital-solution-slider-area .box {
  width: 50%;
  position: relative
}

.digital-solution-slider-area .box.box-l {
  width: 50%;
  top: 30px
}

.digital-solution-slider-area .box.box-l .images-slider-solution {
  position: relative
}

.digital-solution-slider-area .box.box-l .image-monitor {
  background: url(/digital-solutions/img/laptop.png) 0 0 no-repeat;
  background-size: contain;
  max-width: 715px;
  height: 541px;
  position: relative;
  z-index: 2
}

.digital-solution-slider-area .box.box-l .image-area {
  width: calc(90% - 60px);
  height: calc(78% - 60px);
  max-height: 350px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  left: 29px
}

.digital-solution-slider-area .box.box-l img {
  max-width: 714px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: ease all .5s .2s
}

.digital-solution-slider-area .box.box-l img.active {
  opacity: 1
}

.digital-solution-slider-area .box.box-r {
  width: 100%;
  top: 0;
  box-sizing: border-box;
  padding-right: 54px;
  /* padding-right: 180px */
}

.digital-solution-slider-area .box.box-r p {
  font-size: 14px;
  line-height: 23px;
  color: #010101
}

.digital-solution-slider-area .box.box-r .list-title {
  font-size: 22px;
  font-family: Fira Sans;
  margin-top: 27px;
  margin-bottom: 11px
}

.digital-solution-slider-area .box.box-r .solutions-list li {
  font-size: 14px;
  line-height: 23px;
  left: 0;
  margin-bottom: 9px
}

.digital-solution-slider-area .box.box-r .solutions-list li:before {
  top: 9px
}

.digital-solution-slider-area .box h4 {
  margin-bottom: 11px
}

.digital-solution-slider-area .box .button {
  margin-top: 35px;
  width: 216px
}

.digital-solution-slider-area .slider-nav-ds {
  width: 107px;
  left: auto;
  right: 0;
  top: 28px
}

.digital-partners {
  background-color: #f8f8f8;
  height: 271px;
  padding-top: 39px;
  box-sizing: border-box
}

.digital-partners .slide-parter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100px
}

.digital-director-block {
  padding-bottom: 0;
  box-sizing: border-box;
  padding-top: 74px;
  padding-bottom: 55px
}

.digital-director-block .ds-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.digital-director-block p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 30px
}

.digital-director-block .box {
  width: calc(100% / 2 - 49px);
  margin-right: 0
}

.digital-director-block .box.box-l {
  padding-left: 90px;
  padding-right: 30px;
  box-sizing: border-box;
  width: 70%
}

.digital-director-block .box.box-r {
  width: 45%;
  text-align: right
}

.digital-director-block .box.box-r img {
  margin-top: 0
}

.digital-director-block .text-1 {
  position: relative;
  margin-top: 27px;
  width: 91%
}

.digital-director-block .text-1:before {
  content: '';
  display: inline-block;
  width: 64px;
  height: 53px;
  background: url(/digital-solutions/img/quot-left.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  left: -93px
}

.digital-director-block .text-1:after {
  content: '';
  display: inline-block;
  width: 64px;
  height: 53px;
  background: url(/digital-solutions/img/quot-right.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: -83px;
  bottom: -70px
}

.digital-director-block .text-2 {
  position: relative
}

.digital-director-block .text-2:after {
  content: '';
  display: inline-block;
  width: 44px;
  height: 33px;
  background: url(/digital-solutions/img/quot2.png) 0 0 no-repeat;
  background-size: contain;
  float: right;
  margin-left: 4px
}

.digital-director-block .text-3 {
  margin-top: 172px;
  text-align: right;
  font-style: italic;
  font-size: 20px;
  line-height: 20px
}

.digital-rewards {
  background-color: #f8f8f8;
  height: 476px;
  box-sizing: border-box;
  padding-top: 37px
}

.digital-rewards .title-solution-h3 {
  margin-bottom: 25px;
  text-align: left
}

.digital-rewards .rewards-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.digital-rewards .rewards-block .box {
  width: 46.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 58px
}

.digital-rewards .rewards-block .box.box-02 .text,
.digital-rewards .rewards-block .box.box-04 .text {
  margin-top: 20px
}

.digital-rewards .rewards-block .box.box-02 .image,
.digital-rewards .rewards-block .box.box-04 .image {
  /* margin-right: 84px */
}

.digital-rewards .rewards-block .box.box-03,
.digital-rewards .rewards-block .box.box-04 {
  margin-bottom: 0
}

.digital-rewards .rewards-block .box .image {
  margin-right: 20px;
  max-width: 137px;
}

.digital-rewards .rewards-block .box-03 .image img {
  margin-top: -40px
}

.digital-rewards .rewards-block .text {
  font-size: 16px;
  line-height: 20px;
  color: #010101;
  width: calc(100% - 157px);
}

.digital-box-news .col-news_66 {
  padding: 0
}

.digital-box-news .wrapper {
  padding: 0 0
}

.digital-box-news .wrapper .anounce {
  font-size: 14px;
  line-height: 20px;
  min-height: 130px
}

.digital-box-news .news-main_title {
  min-height: 55px
}

.questions-suggestions {
  height: 487px;
  margin-bottom: 75px
}

.questions-suggestions .form-section {
  border-bottom: none;
  padding: 41px 105px 15px
}

.questions-suggestions .ds-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}

.questions-suggestions .box-l {
  width: 41%;
  background: url(/digital-solutions/img/jpg/form_bg.jpg) 0 0 no-repeat;
  position: relative;
  padding-top: 0;
  box-sizing: border-box;
  background-size: cover
}

.questions-suggestions .box-l p {
  font-size: 33px;
  line-height: 117.1%;
  color: #fff;
  text-transform: uppercase;
  font-family: Fira Sans;
  position: absolute;
  left: 70px;
  right: 0;
  bottom: 0;
  top: 34px;
  margin: auto auto;
  height: 180px;
  width: 85%;
  letter-spacing: .045em
}

.questions-suggestions .box-r {
  width: 59%;
  border: 2px solid #e6e6e6
}

.questions-suggestions .defolt-form_to .box-field__input-wrap {
  max-width: 492px
}

.questions-suggestions .defolt-form .box-field {
  margin-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}

.questions-suggestions .defolt-form .form-section .box-field__textarea {
  height: 97px;
  resize: none
}

.form-section .label {
  width: 130px;
}

.form-section .box-field__input-wrap  {
  width: calc(100% - 130px);
}

.questions-suggestions .button {
  max-width: 492px;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0
}

.digital-projects {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap
}

.digital-projects .title-solution-h3 {
  text-align: center;
  width: 100%;
  padding-top: 63px;
  padding-bottom: 43px;
  line-height: 24px
}

.digital-projects .project {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  height: 401px;
  width: 100%
}

.digital-projects .project .box {
  width: calc(100% / 2)
}

.digital-projects .project .box.box-l {
  position: relative;
  background-color: #f8f8f8
}

.digital-projects .project .box.box-l .image {
  position: absolute;
  right: 0;
  top: 11px;
  width: 100%;
  height: 401px;
  overflow: hidden;
  background-color: #f8f8f8
}

.digital-projects .project .box.box-l .image img {
  width: auto;
  height: auto;
  position: absolute;
  left: 48%;
  right: 0;
  bottom: 0;
  top: 63%;
  margin: auto auto;
  transform: translate(-50%, -50%)
}

.digital-projects .project .box.box-l .image p {
  position: absolute;
  z-index: 5;
  text-align: center;
  top: auto;
  left: -27px;
  right: 0;
  bottom: 128px;
  margin: auto;
  height: 0
}

.digital-projects .project .box.box-r {
  padding: 121px 221px 0 78px;
  box-sizing: border-box
}

.digital-projects .project .box.box-r p {
  margin-bottom: 23px
}

.digital-projects .project .box.box-r p:last-child {
  margin-bottom: 0
}

.digital-projects .project:last-child {
  height: 388px
}

.digital-projects .project:last-child .box-r {
  position: relative;
  padding-top: 156px
}

.digital-projects .project:last-child .box-r:before {
  content: "";
  display: block;
  width: calc(100% - 305px);
  height: 2px;
  background-color: #e0e0e0;
  top: 0;
  left: 84px;
  position: absolute
}

.digital-projects .project:last-child .box-l {
  position: relative
}

.digital-projects .project:last-child .box-l:before {
  content: "";
  height: 2px;
  background-color: #fff;
  width: calc(100% - 305px);
  position: absolute;
  top: 0;
  right: 84px;
  z-index: 5
}

.digital-industries {
  background-color: #f8f8f8;
  padding: 64px 0 68px;
  box-sizing: border-box
}

.digital-industries .sub-title {
  max-width: 667px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  margin-top: 18px;
  margin-bottom: 33px;
  padding-bottom: 30px
}

.digital-industries p {
  font-size: 14px;
  line-height: 23px
}

.digital-industries .title-solution-h4 {
  margin-bottom: 11px
}

.digital-industries .slider-container {
  height: auto
}

.digital-industries .title-solution-h3 {
  margin-top: 0
}

.digital-industries .slide-ind {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

.digital-industries .slide-ind .box {
  width: calc(100% / 2)
}

.digital-industries .slide-ind .box .image {
  padding: 20px 30px 22px 34px;
  position: relative;
  background-color: #fff
}

.digital-industries .slide-ind .box .image:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  bottom: 0;
  width: calc(100% - 80px);
  height: 100%;
  box-shadow: 0 4px 25px rgba(0, 0, 0, .25);
  margin: 0 auto;
  z-index: -1
}

.digital-industries .slide-ind .box img {
  width: 100%;
  height: auto
}

.digital-industries .slide-ind .box.box-l {
  width: 43%;
  padding-left: 180px
}

.digital-industries .slide-ind .box.box-r {
  width: 50%;
  padding-bottom: 30px;
  background-color: #fff
}

.digital-industries .digital-industries-slider .owl-stage-outer {
  padding-bottom: 30px
}

.footer-subscribe__block__wrapper {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  align-items: center;
  justify-content: center
}

.subscribe-error {
  margin-bottom: 5px
}

.footer-subscribe__block {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0 20px;
}

.subscribe-img {
  margin-right: 20px
}

.subscribe-text {
  margin-right: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #000;
  min-width: 126px;
}

.subscribe-form {
  display: flex;
  flex-grow: 1;
}

.subscribe-content {
  display: flex;
  align-items: center
}

.form-subscribe-input {
  border: none;
  flex-grow: 1;
  /* width: 500px */
}

.subscribe-form .subscribe-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff3f3;
  background-color: #f36f21;
  text-align: center;
  padding: 0 20px;
  cursor: pointer
}

.text-list {
  padding-left: 30px;
  margin-bottom: 23px
}

.inner-cont__text .h3 {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  font-size: 16px;
}

.inner-cont__text .h3 a {
  padding: 0;
}

.inner-cont__text .text-list {
  padding-left: 20px;
  margin-bottom: 23px
}

.inner-cont__text .text-list li::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 6px;
  width: 5px;
  height: 5px;
  background-color: #f36f21;
  transform: rotate(45deg);
}


.text-list li {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #010101;
  position: relative;
  font-family: Fira Sans, sans-serif
}

.other-page .jobs-filter {
  padding: 45px 40px;
  background: #f2f2f2;
  display: block
}

.other-page .jobs-filter>div {
  display: flex;
  justify-content: center;
  margin: 0;
  flex-wrap: wrap
}

.other-page .jobs-filter>div:first-child {
  justify-content: space-between
}

.other-page .jobs-filter .select-block {
  width: calc(50% - 20px);
  margin: 0 10px 25px;
  display: flex;
  align-items: center;
  font-family: Fira Sans;
  font-size: 16px
}

.other-page .jobs-filter .select-block .select {
  overflow: hidden;
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #fff;
}

.other-page .jobs-filter .select-block .select:after {
  content: '';
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAICAYAAADN5B7xAAAAhklEQVQYlY3NsQpBYRjG8Z+vc0GuwCwjMhhcgOwGk3IDZuUGbCarkVyD6UwWodRRJxbq6+uEd3ue///prRk3G2j571YZDpij/kPeYhJwRwfnL3KOHsrwLo7oo6yQH+jiBCECG0wrBiPsPiEkcIZ1lJdYxEKWDJ4YYI8rhum7dAAXtHFDkcIX3wQZPJnaZTAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  z-index: 1;
  pointer-events: none
}

.other-page .jobs-filter .select-block span {
  white-space: nowrap;
  padding-right: 15px
}

.other-page .jobs-filter .select-block select {
  height: 60px;
  padding: 0 0 0 30px;
  border: 0;
  width: 100%;
  font-family: Fira Sans;
  font-size: 16px
}

.jobs-filter .select-block select:focus {
  outline: 0
}

.jobs-filter input[type=submit] {
  font-size: 18px;
  height: 57px;
  font-family: Fira Sans;
  text-transform: uppercase
}

h2.jobs-result {
  padding-bottom: 15px
}

h2.jobs-result span {
  color: #f36f21
}

.jobs-list {
  padding-top: 23px
}

.jobs-list__wrapper {
  padding: 0 0 15px
}

.jobs-item__wrapper {
  padding: 0
}

.jobs-item-name {
  height: 80px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700
}

.jobs-item-name>div {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none
}

.jobs-item-name>div span {
  border-bottom: 1px dashed #00734a;
  padding-bottom: 3px;
  display: block
}

.jobs-item-name>div:before {
  content: '';
  width: 23px;
  min-width: 23px;
  height: 23px;
  display: block;
  background-color: #00734a;
  margin: 0 20px 0 0;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAJCAYAAADkZNYtAAAAVklEQVQYlbWOsQmAMBQFL8E+DmDhBO4/hxO4gdEBPBuL8LGJ4IPXHMfjofLSqpbIMx35T07qBKyBj8AB2LA5qRkoQd6ABTgbVgfgAvYgC9Rn/dvnLvkGtp8yxdHlH4QAAAAASUVORK5CYII=);
  background-position: center center;
  background-repeat: no-repeat
}

.jobs-item-name.open {
  border-bottom: 1px solid rgba(215, 215, 215, 0)
}

.jobs-item-name.open>div span {
  border-bottom: 1px dashed #f36f21
}

.jobs-item-name.open>div:before {
  background-color: #f36f21;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAACCAYAAACOoybuAAAAIklEQVQImWP8//+/DAMDwyUGwkCB8f///0wMDAz8RCj+AADeQAgMsuYhxQAAAABJRU5ErkJggg==)
}

.jobs-item-name.open+div {
  display: block
}

.jobs-item-name+div {
  background: #f2f2f2;
  display: none;
  padding-left: 45px;
  padding-right: 45px
}

.jobs-item-description {
  min-height: 120px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0
}

.jobs-item-description a {
  color: #f36f21;
  text-decoration: underline
}

.jobs-item-description b {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700
}

.jobs-item-description ul {
  list-style: none
}

.jobs-item-description:last-child {
  border: 0
}

.box-pad * {
  box-sizing: border-box
}

.aside__link span {
  display: flex;
  align-items: center
}

.aside__link:hover span {
  color: #f36f21
}

.aside__item.active>.aside__link,
.aside__link:hover {
  background-color: transparent;
  color: #f36f21
}

.aside__item.active {
  background-color: #f7f7f3
}

.aside__item .aside__list_sub.spare-menu .aside__link {
  background-color: #f7f7f3
}

.aside__item.active .spare-menu .aside__sub-item .aside__link {
  font-size: 14px;
  line-height: 20px
}

.aside__item .aside__list_sub.spare-menu .aside__link span {
  height: auto
}

.aside__item.active .spare-menu .aside__sub-item:not(:last-of-type) {
  margin-bottom: 12px
}

.aside__item.active .aside__list_sub.spare-menu {
  padding-bottom: 22px
}

.aside__item.active .aside__list_sub.spare-menu .aside__sub-item .aside__link {
  padding-left: 11%
}

.aside__link img {
  margin-left: 5%;
  max-height: 28px
}

.aside__item .aside__link {
  display: flex;
  align-items: center
}

.fix-banner__content.-mobile {
  display: none;
  width: 100%;
  background-color: #000;
  padding: 5px
}

.fix-banner__content.-mobile .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: inherit !important
}

.fix-banner__content.-mobile .text {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-left: solid 2px #f36f21;
  padding-left: 25px
}

.fix-banner {
  background-image: url(/local/templates/main/img/fix.jpg);
  display: flex;
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 50px 130px;
  min-height: 550px;
}

.fix-banner .fix-banner__content {
  padding: 5px;
  width: 30%
}

.fix-banner .fix-banner__content .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 20px;
  padding-left: 25px
}

.fix-banner .fix-banner__content .text {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-left: solid 2px #f36f21;
  padding-left: 25px
}

.fix-advantage__block {
  background-color: #f2f2f2;
  padding: 35px 50px 30px;
  margin-bottom: 60px
}

.fix-advantage__block .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: #010101;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px
}

.fix-advantage__block .title .line {
  margin-top: 10px;
  width: 100px;
  height: 2px;
  background-color: #f36f21
}

.fix-advantage__block .advantage-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.fix-advantage__block .advantage-items__wrapper .advantage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%;
  padding: 0 10px
}

.fix-advantage__block .advantage-items__wrapper .advantage__item .item-pic {
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #e4e4e4;
  padding: 19px
}

.fix-advantage__block .advantage-items__wrapper .advantage__item .item-title {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #010101;
  min-height: 60px;
  margin-bottom: 10px;
  width: 100%
}

.range-of-equipment {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;
  padding: 35px 60px;
  border: 1px solid #d2d2d2;
  position: relative
}

.range-of-equipment .owl-nav .owl-prev {
  left: -40px;
  top: 15px;
  position: absolute
}

.range-of-equipment .owl-nav .owl-next {
  right: -40px;
  top: 15px;
  position: absolute
}

.range-of-equipment .title {
  font-family: Fira Sans;
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #444;
  margin-bottom: 30px
}

.fix-form__wrapper {
  background-color: #000;
  border-radius: 22px;
  padding: 35px 60px 30px;
  margin-bottom: 80px
}

.fix-form__wrapper .title {
  font-family: Fira Sans;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 15px
}

.fix-form__wrapper .text {
  font-size: 14px;
  line-height: 20px;
  color: #f2f2f2
}

.fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap:nth-child(even) {
  padding-right: 8px
}

.fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap:nth-child(odd) {
  padding-left: 8px
}

.service-307 .anim-img-wrap {
  width: 142px;
  height: 74px;
  top: 0;
  transform: scale(.8)
}

.service-307 .anim-block__car {
  display: block;
  width: 142px;
  height: 74px;
  background: url(../img/service_4.png) no-repeat center center
}

.service-307 .anim-block__img_0 {
  width: 102px;
  height: 81px;
  left: -23px;
  top: 0;
  z-index: 99
}

.service-307 .anim-block__img_1 {
  background-image: url(../img/04_img_icon_1.png);
  width: 114px;
  height: 65px;
  left: 28px;
  top: 9px
}

.service-307 .anim-block__img_2 {
  background-image: url(../img/04_img_icon_2.png);
  width: 58px;
  height: 3px;
  left: 35px;
  top: 17px
}

.service-307 .anim-block__img_3 {
  background-image: url(../img/04_img_icon_2.png);
  width: 58px;
  height: 3px;
  left: 35px;
  top: 42px
}

.service-307 .anim-block__img_4 {
  background-image: url(../img/04_img_icon_3.png);
  width: 8px;
  height: 53px;
  top: 0;
  left: 98px
}

.service-307 .anim-block__img_5 {
  background-image: url(../img/04_img_icon_4.png);
  width: 31px;
  height: 57px;
  top: 9px;
  left: 0
}

.service-307 .circle_1,
.service-307 .circle_2,
.service-307 .circle_3 {
  border-radius: 50%;
  left: 36px;
  bottom: 7px;
  width: 10px;
  height: 10px;
  background-image: url(../img/04_img_icon_5.png)
}

.service-307 .circle_2 {
  left: 58px
}

.service-307 .circle_3 {
  left: 115px
}

.service-307 .anim-block__img_6 {
  background-image: url(../img/wifi_dot.svg);
  width: 8px;
  height: 8px;
  top: -5px;
  right: 15px;
  left: auto;
  bottom: auto
}

.service-307 .anim-block__img_7 {
  background-image: url(../img/wifi_1.svg);
  width: 30px;
  height: 7px;
  top: -23px;
  right: 3px;
  left: auto;
  bottom: auto
}

.service-307 .anim-block__img_8 {
  background-image: url(../img/wifi_2.svg);
  width: 23px;
  height: 6px;
  top: -17px;
  right: 7px;
  left: auto;
  bottom: auto
}

.service-307 .anim-block__img_9 {
  background-image: url(../img/wifi_3.svg);
  width: 16px;
  height: 5px;
  top: -11px;
  right: 11px;
  left: auto;
  bottom: auto
}

.spare-about-banner__content.-mobile {
  display: none;
  background-color: #000;
  width: 100%;
  padding: 5px;
  flex-direction: column;
  align-items: center
}

.spare-about-banner__content.-mobile .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: inherit !important;
  color: #f36f21;
  margin-bottom: 35px
}

.spare-about-banner__content.-mobile .line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 35px
}

.spare-about-banner__content.-mobile .text {
  font-family: Fira Sans;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px
}

.spare-about-banner__content.-mobile .callback__block {
  width: 100%;
  border: 1px solid #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.spare-about-banner__content.-mobile .callback__block .callback-pic {
  position: absolute;
  top: -23px;
  background-color: #000;
  padding: 0 20px
}

.spare-about-banner__content.-mobile .callback__block .callback-text {
  font-family: Fira Sans;
  font-size: 12px;
  line-height: 25px;
  color: #fff
}

.spare-about-banner__content.-mobile .callback__block .callback-link {
  font-family: Fira Sans;
  font-size: 22px;
  line-height: 24px
}

.spare-about-banner {
  background-image: url(/local/templates/main/img/about.jpg);
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px;
  height: 600px;
}

.spare-about-banner .spare-about-banner__content {
  padding: 5px;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.spare-about-banner .spare-about-banner__content .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 35px
}

.spare-about-banner .spare-about-banner__content .line {
  width: 100px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 35px
}

.spare-about-banner .spare-about-banner__content .text {
  font-family: Fira Sans;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px
}

.spare-about-banner .spare-about-banner__content .callback__block {
  width: 100%;
  border: 1px solid #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative
}

.spare-about-banner .spare-about-banner__content .callback__block .callback-pic {
  position: absolute;
  top: -23px;
  background-color: #000;
  padding: 0 20px
}

.spare-about-banner .spare-about-banner__content .callback__block .callback-text {
  font-family: Fira Sans;
  font-size: 12px;
  line-height: 25px;
  color: #fff
}

.spare-about-banner .spare-about-banner__content .callback__block .callback-link {
  font-family: Fira Sans;
  font-size: 22px;
  line-height: 24px
}

.spare-about-advantage__block {
  margin-bottom: 80px;
  background-color: #f2f2f2
}

.trust-us {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 80px;
  padding: 35px 60px;
  border: 1px solid #d2d2d2;
  position: relative
}

.trust-us .owl-nav .owl-prev {
  left: -40px;
  top: 15px;
  position: absolute
}

.trust-us .owl-nav .owl-next {
  right: -40px;
  top: 15px;
  position: absolute
}

.trust-us .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 34px;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 30px;
  text-align: center
}

.more-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px
}

.more-links .item-link {
  width: 32%;
  height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end
}

.more-links .item-link:hover .item-link__wrapper {
  background-color: #f36f21
}

.more-links .item-link .item-link__wrapper {
  width: 100%;
  padding: 15px 25px;
  background-color: rgba(0, 0, 0, .3);
  transition: all .2s linear
}

.more-links .item-link .item-link__wrapper span {
  font-family: Fira Sans;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff
}

.more-links .item-link.repair {
  background-image: url(/local/templates/main/img/link.jpg)
}

.more-links .item-link.spare {
  background-image: url(/local/templates/main/img/link1.jpg)
}

.more-links .item-link.recommend {
  background-image: url(/local/templates/main/img/link2.jpg)
}

.spare-about-advantage__block {
  background-color: #f2f2f2;
  padding: 23px 54px 23px;
  margin-bottom: 60px
}

.spare-about-advantage-wrapper {
  display: flex;
  justify-content: space-between
}

.spare-about-advantage__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
  height: 154px;
  padding-top: 11px
}

.spare-about-advantage__block .item-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #e4e4e4;
  padding: 19px;
  position: absolute;
  top: 50%;
  left: calc(50% + 11px);
  transform: translate(-50%, -50%)
}

.spare-about-advantage__item {
  position: relative;
  max-width: 154px;
  width: 100%;
  display: flex;
  flex-direction: column
}

.spare-about-advantage__item-shadow {
  height: 154px
}

.spare-about-advantage__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  height: 154px
}

.spare-about-advantage__item_mirror .spare-about-advantage__item-shadow {
  order: 1
}

.spare-about-advantage__item_mirror .spare-about-advantage__item-text {
  order: 3;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10px
}

.fix-form__wrapper-order .feedback-form:first-of-type .box-field-upload-wrapper .box-field__input-wrap {
  width: auto
}

.fix-form__wrapper-order .load-file-label-wrap .file-delete:before {
  color: #fff
}

.multiple-file-input .load-file-label-wrap {
  min-width: 34px
}

.box-field-upload-wrapper .label {
  display: flex;
  align-items: center;
  margin-right: 20px
}

.box-field-upload-wrapper .js-img-add-button {
  display: none
}

.spare-form__wrapper .spare-form .form-section .box-field-upload-wrapper {
  width: 100%;
  margin: 0 auto
}

.spare-contacts-page {
  padding: 0 15px
}

.contacts-top__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px
}

.contacts-top__block .email__block {
  width: 52%;
  display: flex
}

.contacts-top__block .phone__block {
  width: 48%;
  display: flex
}

.contacts-pic {
  margin-right: 10px
}

.contacts-content a {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 34px;
  text-transform: uppercase;
  color: #010101
}

.contacts-content p {
  font-size: 14px;
  line-height: 20px;
  color: #010101
}

.contacts-interact__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px
}

.contacts-interact__block .contacts-interact-info {
  width: 29%
}

.other-page .contacts-interact__block .contacts-interact-info .contacts-interact-search {
  display: flex
}

.contacts-interact__block .contacts-interact-info .contacts-interact-info__content {
  display: flex
}

.contacts-interact__block .contacts-interact-map {
  width: 69%;
  height: 350px
}

.contacts-interact__block .contacts-interact-map img {
  width: 100%;
  height: auto
}

.other-page .contacts-interact-search {
  margin-bottom: 20px;
  position: relative
}

.other-page .contacts-interact-search:before {
  content: url(/local/templates/main/img/search.svg);
  position: absolute;
  left: 15px;
  bottom: 2px
}

.other-page .contacts-interact-search input {
  width: 100%;
  background: #f2f2f2;
  border: .5px solid #efefef;
  box-sizing: border-box;
  border-radius: 50px;
  height: 35px;
  border: none;
  padding: 0 20px 0 45px
}

.contacts-interact-info__list .contacts-interact-info__card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.contacts-interact-info__list .contacts-interact-info__card .point-info .point-name {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
  cursor: pointer
}

.contacts-interact-info__list .contacts-interact-info__card .point-info .point-address,
.contacts-interact-info__list .contacts-interact-info__card .point-info .point-phone {
  font-size: 14px;
  line-height: 16px;
  color: #737373;
  margin-bottom: 5px
}

.contacts-interact-info__list .contacts-interact-info__card .point-status {
  font-size: 14px;
  line-height: 16px;
  color: #007136
}

#search-clear {
  position: absolute;
  right: 8px;
  bottom: 11px;
  width: 12px
}

.recommend-detail-card-title {
  font-size: 24px !important;
  line-height: 1.2;
  font-family: Fira Sans;
  padding: 16px 0 33px 0;
  margin-bottom: 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase
}

.recommendations__page {
  padding: 0 15px
}

.contacts__block {
  margin-bottom: 15px
}

.contacts__block>p {
  margin-bottom: 0
}

.contacts__block>.title {
  font-family: Fira Sans;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 10px
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px
}

.recommend-list .recommend-item {
  display: flex;
  align-items: flex-end;
  width: 49%;
  /* height: 335px; */
  height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px
}

.recommend-list .recommend-item:hover .name {
  background-color: #f36f21
}

.recommend-list .recommend-item>.name {
  padding: 20px 25px;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  font-family: Fira Sans;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  transition: all .2s linear
}

.recommend-detail-card {
  margin-bottom: 80px
}

.recommend-detail-card .recommend-card-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px
}

.recommend-detail-card .recommend-card-content>.picture-block {
  width: 54%
}

.recommend-detail-card .recommend-card-content>.picture-block>img {
  width: 100%;
  height: auto
}

.recommend-detail-card .recommend-card-content>.text-block {
  width: 44%
}

.recommend-detail-card .recommend-card-content>.text-block .title {
  font-family: Fira Sans;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #010101;
  margin-bottom: 25px
}

.recommend-detail-card .recommend-card-content>.text-block p {
  font-size: 16px;
  line-height: 20px;
  color: #010101
}

.recommend-detail-card .nav-tab-list__item,
.recommend-detail-card .nav-tab-list__item .nav-tab-list__link {
  height: 64px
}

.nav-tab-list__link__wide {
  width: 245px
}

.recommend-detail-card .table-props-wrap .download-file .label {
  display: flex;
  align-items: center
}

.recommend-detail-card .table-props-wrap {
  font-size: 14px;
  line-height: 20px;
  color: #010101
}

.recommend-daily-table tr td:not(:first-child),
.recommend-daily-table tr:first-child td,
.recommend-period-table tr td:not(:first-child),
.recommend-period-table tr:first-child td {
  text-align: center
}

.main-nav-list .main-nav-list__item:nth-child(4) .drop-menu__title {
  text-align: left
}

.section-spare-title {
  margin-bottom: 0 !important;
  font-size: 20px !important
}

.spare-banner__content.-mobile {
  display: none;
  width: 100%;
  background-color: #000;
  padding: 5px
}

.spare-banner__content.-mobile .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: #f36f21;
  background-color: inherit !important;
  margin-bottom: 20px;
  padding-left: 25px
}

.spare-banner__content.-mobile .text {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-left: solid 2px #f36f21;
  padding-left: 25px
}

.spare-banner {
  background-image: url(/local/templates/main/img/spare_parts.jpg);
  display: flex;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 80px 50px 130px
}

.spare-banner .spare-banner__content {
  padding: 5px;
  width: 30%
}

.spare-banner .spare-banner__content .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 20px;
  padding-left: 25px
}

.spare-banner .spare-banner__content .text {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-left: solid 2px #f36f21;
  padding-left: 25px
}

.spare-advantage__block {
  background-color: #f2f2f2;
  padding: 35px 50px 30px;
  margin-bottom: 60px
}

.spare-advantage__block .title {
  font-family: Fira Sans;
  font-size: 27px;
  line-height: 35px;
  text-transform: uppercase;
  color: #010101;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px
}

.spare-advantage__block .title .line {
  margin-top: 10px;
  width: 100px;
  height: 2px;
  background-color: #f36f21
}

.spare-advantage__block .advantage-items__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.spare-advantage__block .advantage-items__wrapper .advantage__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16%
}

.spare-advantage__block .advantage-items__wrapper .advantage__item .item-pic {
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #e4e4e4;
  padding: 19px
}

.spare-advantage__block .advantage-items__wrapper .advantage__item .item-line {
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  background-color: #f36f21
}

.spare-advantage__block .advantage-items__wrapper .advantage__item .item-title {
  font-family: Fira Sans;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  color: #000;
  min-height: 80px;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  white-space: normal;
  width: 100%
}

.spare-advantage__block .advantage-items__wrapper .advantage__item .item-text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 100%
}

.spare-form__wrapper {
  background-color: #000;
  border-radius: 22px;
  padding: 35px 60px 30px;
  margin-bottom: 80px
}

.spare-form__wrapper .title {
  font-family: Fira Sans;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #f36f21;
  margin-bottom: 15px
}

.spare-form__wrapper .text {
  font-size: 14px;
  line-height: 20px;
  color: #f2f2f2
}

.spare-form__wrapper .spare-form .form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.spare-form__wrapper .spare-form .form-section .box-field {
  background-color: #000;
  width: 47.3%
}

.spare-form__wrapper .spare-form .form-section .box-field .label {
  /* width: 30% */
  width: 50%;
}

.spare-form__wrapper .spare-form .form-section .box-field .box-field__input-wrap,
.spare-form__wrapper .spare-form .form-section .box-field .box-field__input-wrap.box-field__input-wrap_moto {
  /* width: 75%; */
  width: 50%;
  max-width: none
}

.fix-form__wrapper .form-section .box-field__input-wrap .box-field__input,
.fix-form__wrapper .form-section .box-field__input-wrap .box-field__textarea,
.spare-form__wrapper .form-section .box-field__input-wrap .box-field__input,
.spare-form__wrapper .form-section .box-field__input-wrap .box-field__textarea,
.spare-form__wrapper .spare-form .form-section .box-field .box-field__input-wrap .box-field__input {
  width: 100%;
  border-radius: 20px
}

.form-section .box-field__input-wrap .box-field__textarea {
  resize: none
}

.spare-form__wrapper .spare-form .form-section_order.form-section .box-field {
  width: 100%;
  display: flex
}

.spare-form__wrapper .defolt-form .form-section {
  border-bottom: none
}

.defolt-form .form-section_order h2 {
  color: #f36f21;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 117.1%;
  letter-spacing: .045em;
  padding-top: 12px;
  padding-bottom: 26px
}

.form-section_order span.js-field-multy-num {
  color: #f36f21;
  font-size: 36px;
  line-height: 117.1%;
  padding-bottom: 12px;
  min-width: 38px
}

.form-section_order.form-section .box-fields .input-wrap_name-text {
  font-size: 16px;
  line-height: 117.1%;
  text-align: center;
  letter-spacing: .045em;
  color: rgba(255, 255, 255, .3);
  text-transform: uppercase
}

.fix-form__wrapper.fix-form__wrapper-order .feedback-form .label,
.fix-form__wrapper.fix-form__wrapper-order .feedback-form .label:hover,
.fix-form__wrapper.fix-form__wrapper-order .spare-form .label,
.fix-form__wrapper.fix-form__wrapper-order .spare-form .label:hover {
  color: #fff;
  font-size: 16px;
  line-height: 117.1%;
  letter-spacing: .045em
}

.fix-form__wrapper.fix-form__wrapper-order .feedback-form .label {
  width: auto
}

.fix-form__wrapper.fix-form__wrapper-order .spare-form .form-section {
  padding: 35px 0 40px
}

.fix-form__wrapper.fix-form__wrapper-order .spare-form .box-field {
  display: flex;
  justify-content: space-between
}

.fix-form__wrapper.fix-form__wrapper-order .spare-form .box-field__input-wrap {
  margin-right: 0
}

.fix-form__wrapper.fix-form__wrapper-order .form-section_order .js-field-multy-wrap {
  max-width: 100%;
  width: 100%
}

.fix-form__wrapper.fix-form__wrapper-order .form-section .box-field__input-wrap .box-field__input,
.fix-form__wrapper.fix-form__wrapper-order .spare-form .box-field__input,
.spare-form__wrapper .box-field__input {
  height: 34px
}

.spare-form__wrapper .spare-form .form-section_order .box-fields:first-of-type .box-field__input-wrap {
  margin-left: -8px
}

.spare-form__wrapper .spare-form .form-section_order .box-fields:first-of-type .box-field__input-wrap:last-of-type {
  margin-left: 14px
}

.spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(1) {
  width: 100%;
  max-width: 343px;
  margin-right: 1.6%;
  flex: 1 0 auto
}

.spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(2) {
  width: 100%;
  max-width: 200px;
  margin-right: 1%;
  flex: 1 0 auto
}

.spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(3) {
  flex: 1 0 auto;
  max-width: 89px;
  width: 100%;
  margin-right: 1.1%
}

.spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(4) {
  max-width: 330px;
  width: 100%;
  flex: 1 0 auto
}

.spare-form__wrapper .defolt-form .form-section_order {
  padding: 20px 0 60px
}

.spare-form__wrapper .box-form-button {
  background-color: #000
}

.fix-form__wrapper.fix-form__wrapper-order .spare-form .tab-link__cont {
  color: #fff;
  font-size: 14px;
  letter-spacing: .045em;
  padding-left: 49px
}

.fix-form__wrapper.fix-form__wrapper-order .spare-form .tab-link__cont:after {
  background-image: url(../img/plus-b.svg);
  width: 34px;
  height: 34px;
  top: -12px;
  left: -14px
}

.fix-form__wrapper.fix-form__wrapper-order form .box-form-button {
  text-align: center
}

.fix-form__wrapper.fix-form__wrapper-order form .box-form-button .button {
  border-radius: 50px;
  font-size: 16px;
  line-height: 117.1%;
  letter-spacing: .045em;
  display: inline-block;
  width: auto;
  height: 34px;
  padding: 0 36px
}

.fix-form__wrapper .feedback-form .box-field,
.spare-form__wrapper .feedback-form .box-field {
  background-color: transparent
}

.fix-form__wrapper.fix-form__wrapper-order form .box-field__template.doc:before,
.fix-form__wrapper.fix-form__wrapper-order form .box-field__template.docx:before {
  content: '';
  background-image: url(../img/down.svg);
  width: 34px;
  height: 34px;
  display: block
}

.spare-form__wrapper .spare-form .form-section .box-field .label.load-file-label-wrap {
  width: auto
}

.spare-form__wrapper .box-field__input-wrap.box-field__input-wrap_moto {
  background-color: inherit
}

.spare-form__wrapper .defolt-form_to .box-field__input-wrap_moto .box-field__input {
  background-color: #fff
}

.fix-form__wrapper.fix-form__wrapper-order form .load-file-label__table .box-field__completed {
  background-image: url(../img/plus-b.svg);
  display: block;
  width: 34px;
  height: 34px;
  padding: 0
}

.fix-form__wrapper.fix-form__wrapper-order form .load-file-label__table {
  display: flex !important;
  align-items: center;
  margin-bottom: 0
}

.fix-form__wrapper.fix-form__wrapper-order .form-title-tab {
  width: 234px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

.fix-form__wrapper.fix-form__wrapper-order .form-title-tabs {
  display: flex;
  justify-content: center;
  align-items: center
}

.fix-form__wrapper.fix-form__wrapper-order .form-title-tab_sep {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 40px;
  background-color: #515151;
  margin: 0 75px;
  cursor: none
}

.fix-form__wrapper.fix-form__wrapper-order .form-title-tab span {
  color: #aaa;
  font-size: 16px;
  line-height: 117.1%;
  text-align: center;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: .3s ease;
  border-bottom: 1px solid transparent
}

.fix-form__wrapper.fix-form__wrapper-order .form-title-tab.active span {
  /* border-bottom: 1px solid #f36f21; */
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f36f21
}

.fix-form__wrapper.fix-form__wrapper-order .fix-form .block-checkbox input[type=checkbox]+label {
  width: 30px;
  height: 30px
}

.box-field__template.docx {
  height: 34px;
  width: 34px
}

.fix-form__wrapper-order .feedback-form:first-of-type .l_1 {
  display: flex
}

.fix-form__wrapper-order .feedback-form:first-of-type .box-field-upload-wrapper {
  width: auto;
  margin-right: 20px;
  margin-bottom: 0
}

.fix-form__wrapper-order .feedback-form {
  display: none
}

.fix-form__wrapper-order .feedback-form.active {
  display: block
}

.fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send {
  display: flex;
  align-items: flex-end;
  order: 2;
  flex: 1 0 auto;
  width: 100%;
  max-width: 47%;
  border-bottom: none
}

.fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send .box-field {
  display: block;
  width: 100%
}

.fix-form__wrapper-order .feedback-form:first-of-type .l_1 .js-img-add-button {
  display: none
}

.fix-form__wrapper-order .feedback-form:first-of-type .form-section_order {
  padding: 30px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.fix-form__wrapper-order .feedback-form:first-of-type .input-b,
.spare-form__wrapper .box-field.input-b {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.fix-form__wrapper-order .feedback-form:first-of-type .box-field__input-wrap {
  max-width: 320px;
  flex: 1 0 auto
}

.fix-form__wrapper-order .feedback-form:first-of-type .form-section_send .input-b {
  flex-direction: column
}

.fix-form__wrapper-order .feedback-form:first-of-type .form-section_send .label__text {
  font-size: 14px;
  line-height: 117.1%;
  letter-spacing: .045em
}

.fix-form__wrapper-order .feedback-form:first-of-type .input-b:nth-of-type(4) {
  max-width: 300px
}

.fix-form__wrapper-order .feedback-form:first-of-type .box-form-button {
  margin-left: auto;
  display: flex;
  align-items: center
}

.fix-form__wrapper-order .feedback-form:last-of-type .input-b {
  display: flex;
  align-items: center;
  
  /* width: 47% */
}

.fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_textarea {
  width: 100%
}

.fix-form__wrapper-order .feedback-form:last-of-type .box-field_textarea .box-field__input-wrap {
  width: 100%
}

.fix-form__wrapper-order .feedback-form:last-of-type .input-b .label {
  width: 100%;
  max-width: 142px;
  flex: 1 0 auto;
  margin-right: 20px
}

.fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap {
  max-width: 37%;
  width: 50%
}

.fix-form__wrapper-order .feedback-form:last-of-type .calendar {
  top: 5px
}

.fix-form__wrapper .defolt-form .calendar {
  background-size: cover;
  width: 25px;
  height: 22px;
  right: 15px
}

.fix-form__wrapper-order .feedback-form:last-of-type .form-section {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  padding-left: 0;
  padding-right: 0
}

.fix-form__wrapper-order .feedback-form:last-of-type .box-field__input-wrap_date {
  width: 100%
}

.fix-form__wrapper .defolt-form .box-field__input-wrap_left {
  padding-right: 0
}

.hide_767 {
  display: none
}

.fix-form__wrapper-order .feedback-form:last-of-type .block-checkbox {
  width: 100%
}

.fix-form__wrapper-order .feedback-form:last-of-type .form-section_cont {
  padding-bottom: 0
}

.form-section_order .box-tab-link {
  border-top: none;
  padding-bottom: 20px
}

.spare-form__wrapper .spare-form .form-section_order {
  padding-bottom: 0;
  position: relative;
  border-top: none
}

.spare-form__wrapper .spare-form .form-section_order::before {
  content: '';
  display: block;
  width: 100vw;
  height: 2px;
  background-color: #f36f21;
  position: absolute;
  left: -50%;
  top: 0
}

.spare-page__wrapper {
  overflow: hidden
}

.spare-form__wrapper .spare-form .box-field-upload-wrapper {
  justify-content: center
}

.spare-form__wrapper .spare-form .form-section .box-field.box-field-upload-wrapper .box-field__input-wrap {
  width: auto
}

.load-file-label-wrap .file-delete:before {
  color: #fff
}

.fix-form__wrapper .defolt-form_to,
.fix-form__wrapper .form-section.form-section_send {
  background-color: #000
}

.fix-form__wrapper .defolt-form .block-checkbox input[type=checkbox]+label {
  padding: 0 !important;
  margin: auto
}

.fix-form__wrapper .defolt-form .block-checkbox input[type=checkbox]+label:before {
  border: none !important
}

.fix-form__wrapper .confirm-text {
  padding: 0 0 0 60px
}

.fix-form__wrapper .box-field__input-wrap.additional-input-class {
  margin-right: 0
}

.error-mes {
  display: flex;
  align-items: center;
  border-radius: 17px
}

.box-form_service .l_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.box-form_service .box-form_more-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 25px
}

.box-form_service .box-form_more {
  font-size: 20px;
  line-height: 24px;
  color: #f36f21;
  display: flex;
  align-items: center;
  cursor: pointer
}

.box-form_service .box-form_more:after {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  margin-left: 10px;
  background: url(/images/more.svg) no-repeat center;
  transform: rotate(180deg)
}

.box-form_service .form-section {
  display: block !important;
  width: 50%;
  border: 0 !important
}

.box-form_service .form-section .box-field.input-b {
  width: 100% !important
}

.box-form_service .form-section .box-field.input-b:last-child {
  margin: 0
}

.box-form_service .form-section:nth-child(1),
.box-form_service .form-section:nth-child(2) {
  padding-bottom: 0
}

.box-form_service .form-section:nth-child(2) .box-field:first-child {
  display: block
}

.box-form_service .form-section:nth-child(2) .box-field:first-child .file-message {
  display: inline !important
}

.box-form_service .form-section:nth-child(2) .box-field:first-child .label {
  max-width: 100%
}

.box-form_service .form-section:nth-child(2) .box-field:first-child .label .label__text {
  font-size: 14px;
  line-height: 1.17em
}

.box-form_service .form-section:nth-child(3) {
  width: 100%
}

.box-form_service.crop .box-form_more:after {
  transform: rotate(0)
}

.box-form_service.crop .form-section:nth-child(1) .box-field.input-b:nth-child(6)~* {
  display: none
}

.box-form_service.crop .form-section:nth-child(3) {
  display: none !important
}

.box-form_service.crop .form-section:nth-child(2) .box-field.input-b:first-child~* {
  display: none
}

@media (min-width:481px) {
  .spare-about-advantage__item_mirror .spare-about-advantage__item-bg {
    top: 50%;
    transform: scale(1, -1)
  }
}

@media (min-width:980px) {
  .box-form_service .form-section:nth-child(2) {
    padding-left: 64px !important
  }
}

@media (min-width:991px) {
  .main-nav-list {
    display: flex
  }

  .produce__banner {
    height: 288px;
  }

  .main-nav-list__item {
    padding: 36px 0 0 0;
    text-align: center;
    flex: 1 1 auto
  }

  .main-nav-list__item>a {
    white-space: nowrap
  }
}

@media (min-width:1920px) {
  .fix-banner__content.-mobile .title {
    padding-right: 160px
  }

  .spare-banner .spare-banner__content .title {
    padding-right: 80px
  }
}

@media (max-width:2000px) {
  .ds-container {
    width: 90%
  }

}

@media (max-width:1600px) {

  .strategy-partnership {
    height: auto;
    margin: 30px 0 90px 0
  }

  .strategy-partnership .box.box-r {
    padding: 0 6%
  }

  .demo-video-digital .ds-container {
    position: relative
  }

  .demo-video-digital .slider-container {
    position: static
  }

  .demo-video-digital .slider-nav-ds {
    width: 107px;
    right: 0;
    top: 0;
    left: auto;
    bottom: 0
  }

  .digital-solution-slider-area .digital-solution-slider {
    left: 0
  }

  .digital-solution-slider-area .box.box-l .image-area {
    width: calc(100% - 60px);
    height: calc(58% - 60px)
  }

  .digital-solution-slider-area .box.box-l img {
    max-width: none;
    width: 100%;
    height: auto
    /* height: calc(100% - 50px); */
  }

  .digital-director-block .box.box-l {
    padding-left: 6%
  }

  .digital-projects .project .box.box-r {
    padding: 5% 6% 0 6%
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(1) {
    max-width: 300px;
    margin-right: 0
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(2) {
    max-width: 170px;
    margin-right: 0
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(3) {
    max-width: 70px;
    margin-right: 0
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(4) {
    max-width: 260px;
    margin-right: 0
  }
}

@media (max-width:1500px) {
  .form-subscribe-input {
    /* width: 400px */
  }
}

@media (max-width:1470px) {
  .spare-about-advantage-wrapper {
    flex-wrap: wrap
  }

  .spare-about-advantage__item-wrapper {
    width: 33%
  }

  .spare-about-advantage__item {
    margin: 0 auto
  }
}

@media (max-width:1440px) {
  .digital-solution-slider-area .box.box-r {
    padding-right: 5%
  }

  .questions-suggestions {
    height: auto
  }

  .questions-suggestions .defolt-form_to .box-field__input-wrap {
    max-width: none;
    width: 100%
  }

  .questions-suggestions .defolt-form .box-field label {
    width: 100%
  }

  .digital-industries .slide-ind .box.box-l {
    padding-left: 5%
  }

  .fix-banner {
    background-position: right
  }
}

@media (max-width:1360px) {
  .spare-banner {
    background-position: right
  }

  .spare-form__wrapper .spare-form .form-section .box-field {
    flex-direction: column;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 10px
  }

  .spare-form__wrapper .spare-form .form-section .box-field .label {
    width: 100%
  }

  .js-field-multy-wrap.show-placeholder-1200>.box-field.box-fields.clearfix.box-fields__header {
    display: none
  }

  .fix-form__wrapper.fix-form__wrapper-order .spare-form .box-field.box-fields.clearfix.box-fields__header {
    display: none
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(1) {
    max-width: 100%
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(1):before {
    content: 'Наименование детали';
    font-family: Fira Sans;
    color: #fff;
    top: -4px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3;
    left: 15px
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(2) {
    max-width: 56%;
    margin: 0
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(2):before {
    content: 'Каталожный номер';
    font-family: Fira Sans;
    color: #fff;
    top: -4px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3;
    left: 15px
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(3) {
    max-width: 44%;
    margin: 0
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(3):before {
    content: 'Количество';
    font-family: Fira Sans;
    color: #fff;
    top: -4px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3;
    left: 15px
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(4) {
    max-width: 100%
  }

  .spare-form__wrapper .spare-form .form-section_order .js-field-multy-wrap .box-field__input-wrap:nth-of-type(4):before {
    content: 'Примечание';
    font-family: Fira Sans;
    color: #fff;
    top: -4px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3;
    left: 15px
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 {
    flex-wrap: wrap
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send {
    width: 47%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send .box-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    order: 1
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .form-section_order {
    flex: 1 0 auto;
    width: 50%;
    max-width: 50%;
    display: block
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .input-b,
  .spare-form__wrapper .box-field.input-b {
    flex-direction: column;
    align-items: flex-start
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .form-section_send .input-b {
    order: 2
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .box-form-button {
    order: 3;
    margin: 0 auto
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b {
    flex-wrap: wrap
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b .label {
    max-width: 100%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap {
    max-width: 51%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b .box-field__input-wrap {
    width: 100%;
    padding-right: 0
  }

  .fix-form__wrapper .box-field__input-wrap.additional-input-class {
    max-width: 70px !important
  }
}

@media (max-width:1300px) {
  .digital-solution-slider-area .box.box-l .image-area {
    width: calc(100% - 60px);
    height: calc(60% - 60px)
  }

  .form-subscribe-input {
    /* width: 300px */
  }

  .spare-form__wrapper .form-section .box-field.input-b.box-field-upload-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 15px
  }

  .spare-form__wrapper .box-field.fileInput {
    margin: 0 !important
  }
}

@media (max-width:1280px) {
  .suppliers__form {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px
  }

  .form-file__block,
  .input-form__block,
  .submit__block-wrapper {
    width: 100%
  }

  .submit__block {
    justify-content: center
  }

  .digital-solution-slider-area .slider-nav-ds {
    top: -60px
  }

  .digital-director-block .box.box-r img {
    width: 120%;
    height: auto;
    margin-top: 0
  }

  .digital-rewards {
    height: auto;
    padding-bottom: 50px;
    text-align: center
  }

  .digital-rewards .rewards-block .box {
    width: 100%;
    justify-content: space-between;
    display: block
  }

  .digital-rewards .rewards-block .box .image {
    margin-bottom: 25px;
    width: 300px;
    display: inline-block;
    vertical-align: middle
  }

  .digital-rewards .rewards-block .box.box-02,
  .digital-rewards .rewards-block .box.box-04 {
    margin-bottom: 30px
  }

  .digital-rewards .rewards-block .box.box-02 .text,
  .digital-rewards .rewards-block .box.box-04 .text {
    margin-top: 0
  }

  .digital-rewards .rewards-block .box.box-02 .image,
  .digital-rewards .rewards-block .box.box-04 .image {
    margin-right: 0;
    margin-bottom: 30px
  }

  .digital-rewards .rewards-block .box.box-03,
  .digital-rewards .rewards-block .box.box-04 {
    margin-bottom: 30px
  }

  .digital-rewards .rewards-block .box .image {
    margin-right: 0;
    margin-bottom: 30px
  }

  .digital-rewards .rewards-block .box-03 .image img {
    margin-top: -25px
  }

  .digital-rewards .rewards-block .text {
    display: inline-block;
    width: 60%;
    vertical-align: middle
  }

  .digital-projects .project .box.box-l .image img {
    width: auto;
    height: 70%;
    top: 45%
  }

  .digital-projects .project .box.box-l .image p {
    bottom: 188px
  }

  .fix-form__wrapper {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px
  }

  .fix-form__wrapper.fix-form__wrapper-order .feedback-form .label,
  .fix-form__wrapper.fix-form__wrapper-order .feedback-form .label:hover,
  .fix-form__wrapper.fix-form__wrapper-order .spare-form .label,
  .fix-form__wrapper.fix-form__wrapper-order .spare-form .label:hover {
    font-size: 14px
  }

  .fix-form__wrapper.fix-form__wrapper-order .form-title-tab_sep {
    margin: 0 50px
  }

  .fix-form__wrapper.fix-form__wrapper-order .form-title-tab span {
    font-size: 18px;
    line-height: 25px
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .box-field__input-wrap {
    max-width: 266px
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b {
    width: 100%;
    max-width: 47%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_textarea {
    max-width: 100%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .box-field_textarea .box-field__input-wrap {
    width: 100%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .box-field .box-field__input-wrap {
    width: 100%;
    background-color: #000
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .box-field__input-wrap_date {
    padding-right: 0
  }

  .box-form_service .form-section .box-field.input-b {
    max-width: 100%
  }
}

@media (max-width:1279px) {
  .jobs-filter .select-block {
    width: 100%
  }

  .jobs-filter .select-block span {
    min-width: 120px
  }
}

@media (max-width:1200px) {
  .produce__banner {
    margin-bottom: 0;
    min-height: 140px
  }

  .produce__banner .text {
    display: none
  }

  .produce__banner-text {
    display: block
  }

  .we-produce {
    flex-wrap: wrap
  }

  .we-produce .we-produce__item {
    width: 45%;
    margin-bottom: 20px
  }

  .form-subscribe-input {
    /* width: 200px */
  }

  .fix-banner .fix-banner__content {
    width: 40%
  }

  .spare-about-banner .spare-about-banner__content {
    width: 40%
  }

  .spare-banner .spare-banner__content {
    width: 40%
  }
}

@media (max-width:1170px) {
  .digital-solution-slider-area .box.box-l .image-area {
    height: calc(55% - 60px)
  }
}

@media (max-width:1100px) {
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px
  }
}

@media (max-width:1024px) {

  .form-subscribe-input {
    width: 200px;
  }
  .demo-video-digital .slider-container {
    height: auto
  }

  .demo-video-digital .digital-video-slider .slide-vid p {
    margin-bottom: 40px
  }

  .digital-director-block {
    display: block;
    padding: 45px 0 0 0
  }

  .digital-director-block .ds-container {
    max-width: none;
    width: 100%
  }

  .digital-director-block .box {
    width: 100%
  }

  .digital-director-block .box.box-l {
    padding: 0 6%
  }

  .digital-director-block .box.box-r {
    padding: 0;
    height: 450px;
    overflow: hidden;
    margin-top: 0
  }

  .digital-director-block .box.box-r img {
    width: 100%
  }

  .digital-director-block .text-1:before {
    width: 44px;
    height: 33px;
    left: -58px
  }

  .digital-director-block .text-1:after {
    width: 44px;
    height: 33px;
    right: -58px;
    bottom: -50px
  }

  .digital-director-block .text-2:after {
    width: 44px;
    height: 33px
  }

  .digital-director-block .text-3 {
    margin-top: 100px
  }

  .digital-box-news .wrapper {
    padding: 0 0
  }

  .questions-suggestions .box-l p {
    font-size: 30px;
    left: 30px;
    width: 90%
  }

  .fix-banner__content.-mobile {
    display: flex;
    flex-direction: column;
    padding: 30px 80px
  }

  .fix-banner {
    background-image: url(/local/templates/main/img/fix-1_bg-1024.jpg);
    background-position: bottom;
    height: 385px;
    min-height: auto;
    position: relative;
    top: -1px
  }

  .fix-banner .fix-banner__content {
    display: none
  }

  .fix-advantage__block .advantage-items__wrapper .advantage__item {
    margin-bottom: 10px;
    width: 33%
  }

  .spare-about-banner__content.-mobile {
    display: flex;
    padding: 30px 80px
  }

  .spare-about-banner {
    background-image: url(/local/templates/main/img/about_bg-1024.jpg);
    background-position: bottom;
    height: 370px;
    position: relative;
    top: -1px
  }

  .spare-about-banner .spare-about-banner__content {
    display: none
  }

  .more-links .item-link {
    margin-bottom: 10px;
    width: 100%
  }

  .contacts-top__block .email__block {
    width: 100%;
    margin-bottom: 15px
  }

  .contacts-top__block .phone__block {
    width: 100%
  }

  .contacts-content a {
    font-size: 20px
  }

  .contacts-interact__block .contacts-interact-info {
    width: 100%
  }

  .contacts-interact__block .contacts-interact-map {
    width: 100%;
    height: 350px
  }

  .recommend-list .recommend-item {
    width: 100%
  }

  .recommend-detail-card .recommend-card-content>.picture-block {
    width: 100%;
    margin-bottom: 15px
  }

  .recommend-detail-card .recommend-card-content>.text-block {
    width: 100%
  }

  .spare-banner__content.-mobile {
    display: flex;
    flex-direction: column;
    padding: 30px 80px
  }

  .spare-banner {
    background-image: url(/local/templates/main/img/spare_parts_bg-1024.jpg);
    position: relative;
    background-position: bottom;
    height: 370px;
    top: -1px
  }

  .spare-banner .spare-banner__content {
    display: none
  }

  .spare-advantage__block .advantage-items__wrapper {
    justify-content: start
  }

  .spare-advantage__block .advantage-items__wrapper .advantage__item {
    width: 33%;
    margin-bottom: 50px
  }

  .spare-advantage__block .advantage-items__wrapper .advantage__item .item-title {
    font-size: 18px
  }

  .spare-form__wrapper {
    padding: 35px 25px 30px
  }

  .spare-form__wrapper .title {
    font-size: 24px
  }

  .spare-form__wrapper .spare-form .form-section .box-field .box-field__input-wrap,
  .spare-form__wrapper .spare-form .form-section .box-field .box-field__input-wrap.box-field__input-wrap_moto {
    width: 100%
  }

  .defolt-form .form-section_order h2 {
    font-size: 24px
  }

  .spare-form__wrapper .defolt-form .box-fields span {
    display: none
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send .box-field {
    margin-bottom: 0
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .form-section_send .label__text {
    padding: 0
  }

  .fix-form__wrapper .form-section.form-section_send .box-field__completed,
  .fix-form__wrapper .form-section.form-section_send .box-field__template {
    margin-right: 0
  }

  .fix-form__wrapper .confirm-text {
    padding: 0
  }

  .fix-form__wrapper-order .form-section.form-section_cont .block-checkbox {
    max-width: 100%
  }

  .fix-form__wrapper .box-field__completed,
  .fix-form__wrapper .box-field__template.docx {
    width: 55px !important;
    margin-right: 10px
  }

  .fix-form__wrapper .box-field__input-wrap.additional-input-class {
    max-width: 53px !important
  }
}

@media (max-width:990px) {
  .about-page__wrapper {
    padding: 0 15px
  }

  .news-list__item.main__news-list__item {
    width: 100%
  }

  .spare-about-advantage__block {
    padding: 14px;
    padding-right: 14px
  }

  .spare-about-advantage__item-wrapper {
    width: 50%
  }

  .fix-form__wrapper.fix-form__wrapper-order form .load-file-label__table .box-field__completed {
    margin-right: 0
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send {
    max-width: 260px;
    margin-right: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 0
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send .box-field {
    align-items: flex-start;
    margin-bottom: 8px
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .form-section_order {
    width: 100%;
    max-width: 100%
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .box-field__input-wrap {
    max-width: 100%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b {
    max-width: 100%
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b .label {
    display: block
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap:first-of-type {
    margin-bottom: 0
  }
}

@media (max-width:980px) {
  .questions-suggestions .ds-container {
    flex-wrap: wrap;
    align-items: flex-start
  }

  .questions-suggestions .box-l {
    width: 100%;
    height: 180px
  }

  .questions-suggestions .box-l p {
    text-align: center;
    width: 90%;
    left: 0;
    position: static;
    margin: 0 auto;
    margin-top: 40px
  }

  .questions-suggestions .box-r {
    width: 100%
  }

  .jobs-filter .select-block {
    display: block
  }

  .jobs-filter .select-block span {
    padding-bottom: 15px;
    display: block
  }

  .box-form_service .l_1 {
    max-width: 415px;
    margin: auto
  }

  .box-form_service .box-field__completed,
  .box-form_service .box-field__template.docx {
    width: 55px !important;
    margin: 0
  }

  .box-form_service .form-section {
    width: 100%
  }

  .box-form_service .form-section:nth-child(2) .box-field:first-child .label .label__text {
    padding: 0
  }
}

@media (max-width:890px) {
  .digital-rewards .rewards-block .box-03 .image img {
    margin-top: 0
  }
}

@media (max-width:800px) {
  .assembly_area-top {
    flex-direction: column;
    align-items: center
  }

  .assembly_area-top>.text {
    margin-bottom: 30px;
    width: 100%
  }

  .assembly_area-top>.signature {
    width: 50%
  }
}

@media (max-width:768px) {
  .produce__banner {
    min-height: 85px
  }

  .produce__banner-text {
    padding: 30px 25px
  }

  .digital-project {
    flex-wrap: wrap
  }

  .digital-project .box.box-l {
    margin-top: 0;
    width: 100%
  }

  .digital-project .box.box-r {
    margin: 25px auto;
    width: 80%
  }

  .strategy-partnership {
    flex-wrap: wrap;
    height: auto;
    margin: 30px 0 0 0
  }

  .strategy-partnership .box {
    width: 100%
  }

  .strategy-partnership .box.box-l {
    margin: 25px auto;
    order: 2
  }

  .strategy-partnership .box.box-l .image {
    position: static
  }

  .strategy-partnership .box.box-r {
    width: 100%
  }

  .demo-video-digital {
    padding-bottom: 80px
  }

  .demo-video-digital .slider-container {
    padding-bottom: 40px
  }

  .demo-video-digital .slider-nav-ds {
    top: auto;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: 0 auto
  }

  .digital-solution-slider-area {
    padding-bottom: 60px
  }

  .digital-solution-slider-area h3 {
    margin-top: 40px
  }

  .digital-solution-slider-area .slider-container {
    position: static;
    flex-wrap: wrap
  }

  .digital-solution-slider-area .ds-container {
    position: relative
  }

  .digital-solution-slider-area .digital-solution-slider {
    width: 100%
  }

  .digital-solution-slider-area .box {
    width: 100%
  }

  .digital-solution-slider-area .box.box-l {
    width: 80%;
    top: 0;
    margin: 30px auto 0 auto
  }

  .digital-solution-slider-area .box.box-r {
    width: 100%
  }

  .digital-solution-slider-area .box.box-r .solutions-list li {
    left: 0
  }

  .digital-solution-slider-area .box .button {
    margin-left: 2px
  }

  .digital-solution-slider-area .slider-nav-ds {
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto
  }

  .digital-director-block .ds-container {
    flex-wrap: wrap
  }

  .digital-director-block .box.box-l {
    width: 100%
  }

  .digital-director-block .box.box-r {
    width: 100%
  }

  .digital-director-block .text-1 {
    width: 100%
  }

  .digital-director-block .text-1:before {
    width: 34px;
    height: 23px;
    left: -45px
  }

  .digital-director-block .text-1:after {
    width: 34px;
    height: 23px;
    right: -45px;
    bottom: -30px
  }

  .digital-director-block .text-3 {
    margin-top: 70px;
    font-size: 16px
  }

  .digital-rewards .rewards-block .text {
    width: 100%
  }

  .questions-suggestions .form-section {
    padding: 40px
  }

  .questions-suggestions .form-section {
    padding: 20px
  }

  .questions-suggestions .defolt-form .box-field {
    max-width: none
  }

  .digital-projects .project {
    flex-wrap: wrap;
    height: auto
  }

  .digital-projects .project .box {
    width: 100%
  }

  .digital-projects .project .box.box-l {
    height: auto
  }

  .digital-projects .project .box.box-l .image {
    position: static;
    height: 300px
  }

  .digital-projects .project .box.box-l .image img {
    position: static;
    width: auto;
    height: 100%;
    transform: translate(-50%, 0);
    position: relative;
    top: 20px;
    bottom: 0;
    left: 50%;
    right: 0
  }

  .digital-projects .project .box.box-l .image p {
    display: none
  }

  .digital-projects .project .box.box-r {
    padding: 3% 6%
  }

  .digital-projects .project:last-child {
    height: auto
  }

  .digital-projects .project:last-child .box-r:before {
    display: none
  }

  .digital-industries .slider-nav-ds {
    bottom: 50px
  }

  .digital-industries .slide-ind {
    flex-wrap: wrap
  }

  .digital-industries .slide-ind .box {
    width: 100%
  }

  .digital-industries .slide-ind .box.box-l {
    width: 100%;
    padding-left: 0
  }

  .digital-industries .slide-ind .box.box-r {
    width: 100%
  }

  .fix-banner__content.-mobile {
    padding: 30px
  }

  .fix-banner {
    background-image: url(/local/templates/main/img/fix-1_bg-768.jpg);
    height: 265px;
    min-height: auto;
  }

  .fix-advantage__block .advantage-items__wrapper .advantage__item {
    width: 40%
  }

  .spare-about-banner {
    background-image: url(/local/templates/main/img/about_bg-768.jpg);
    height: 295px
  }

  .spare-banner__content.-mobile {
    padding: 30px
  }

  .spare-banner {
    background-image: url(/local/templates/main/img/spare_parts_bg-768.jpg);
    height: 275px
  }

  .spare-advantage__block .advantage-items__wrapper {
    justify-content: space-between
  }

  .spare-advantage__block .advantage-items__wrapper .advantage__item {
    width: 40%
  }

  .spare-form__wrapper .spare-form .form-section .box-field {
    width: 100%
  }

  .spare-form__wrapper .spare-form .form-section .box-field.js-field-multy-item:nth-child(2),
  .spare-form__wrapper .spare-form .form-section .box-field.js-field-multy-item:nth-child(3) {
    display: none
  }

  .defolt-form .form-section_order h2 {
    padding-top: 30px
  }

  .fix-form__wrapper.fix-form__wrapper-order form .box-form-button {
    background-color: #000;
    width: 100%;
    padding: 2px 15px;
    margin: 0
  }

  .fix-form__wrapper.fix-form__wrapper-order form .box-form-button .button {
    width: 100%
  }

  .spare-form__wrapper .defolt-form_to {
    background-color: #000;
    padding: 0
  }

  .spare-form__wrapper .box-field .label:not([class=load-file-label-wrap]) {
    display: block
  }

  .fix-form__wrapper.fix-form__wrapper-order .form-title-tab_sep {
    margin: 0 20px
  }

  .form-section_order .box-tab-link {
    padding: 10px 25px;
    text-align: left
  }

  .spare-form__wrapper .spare-form .box-field-upload-wrapper {
    display: none
  }

  .fix-form__wrapper .box-field .label:not([class=load-file-label-wrap]) {
    display: flex;
    align-items: center;
    padding: 0
  }

  .fix-form__wrapper .form-section_send .box-field:first-child {
    display: none;
    border: none
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .box-field-upload-wrapper .box-field__input-wrap {
    width: 55px
  }

  .fix-form__wrapper .box-field__input-wrap.additional-input-class {
    width: 55px !important
  }
}

@media (max-width:767px) {
  .footer-bottom {
    background: #ebebeb
  }

  .jobs-filter {
    padding: 20px 15px
  }

  .jobs-filter .select-block select {
    padding: 0 15px
  }

  .jobs-item-name+div {
    padding-left: 15px;
    padding-right: 15px
  }

  .jobs-item-description {
    min-height: 0
  }

  .box-pad {
    padding: 0 15px
  }
}

@media (max-width:765px) {
  .box-form_service .form-section:nth-child(2) .box-field:first-child .label {
    display: flex
  }

  .box-form_service .form-section:nth-child(2) .box-field:first-child .label .label__text {
    width: calc(100% - 55px)
  }
}

@media (max-width:600px) {
  .footer-subscribe__block {
    flex-direction: column;
    align-items: center
  }

  .subscribe-content {
    margin-bottom: 10px
  }
}

@media (max-width:500px) {
  .we-produce {
    justify-content: center
  }

  .we-produce .we-produce__item {
    width: 90%
  }

  .suppliers__form {
    margin-bottom: 0
  }

  .input-container {
    flex-direction: column-reverse;
    align-items: flex-start
  }

  .input-container>input[type=text] {
    width: 100%
  }

  .input-form__block label {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px
  }

  .footer-subscribe__block {
    padding: 15px 0
  }

  .subscribe-form {
    flex-direction: column
  }

  .form-subscribe-input {
    height: 36px;
    margin-bottom: 20px
  }

  .fix-form__wrapper {
    margin-bottom: 0
  }

  .contacts-top__block {
    margin-bottom: 20px;
    padding-top: 15px
  }

  .spare-advantage__block {
    margin-bottom: 0
  }

  .spare-advantage__block .advantage-items__wrapper .advantage__item .item-title {
    min-height: 40px;
    margin-bottom: 20px
  }

  .spare-form__wrapper {
    padding: 25px 15px;
    border-radius: 0;
    margin-bottom: 0
  }

  .fix-form__wrapper .form-section .box-field__input-wrap .box-field__input,
  .fix-form__wrapper .form-section .box-field__input-wrap .box-field__textarea,
  .spare-form__wrapper .form-section .box-field__input-wrap .box-field__input,
  .spare-form__wrapper .form-section .box-field__input-wrap .box-field__textarea,
  .spare-form__wrapper .spare-form .form-section .box-field .box-field__input-wrap .box-field__input {
    border-radius: 15px;
    margin-bottom: 10px
  }

  .fix-form__wrapper.fix-form__wrapper-order .form-title-tab span {
    font-size: 16px;
    line-height: 20px
  }

  .fix-form__wrapper-order .feedback-form:last-of-type .input-b.box-field_groupe .box-field__input-wrap:first-of-type {
    margin-bottom: 10px
  }

  .spare-form__wrapper .spare-form .form-section_order::before {
    left: -15px
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .box-field-upload-wrapper .box-field__input-wrap {
    width: auto
  }

  .fix-form__wrapper .box-field__input-wrap.additional-input-class {
    margin-right: 0
  }

  .fix-form__wrapper-order .feedback-form:first-of-type .l_1 .form-section_send .box-field {
    text-align: left
  }

  .fix-form__wrapper .load-file-label__table span.label__text,
  .fix-form__wrapper .required.input-b .box-field span.label__text {
    text-align: left
  }
}

@media (max-width:480px) {
  .ds-container {
    width: 100%;
    padding: 0 3%
  }

  .digital-project .box.box-r {
    width: 100%
  }

  .strategy-partnership {
    margin: 30px 0 0 0
  }

  .strategy-partnership .box.box-r {
    padding: 0 3%
  }

  .demo-video-digital {
    padding-bottom: 0;
    padding-top: 40px
  }

  .demo-video-digital .video-box {
    height: 250px
  }

  .demo-video-digital .title-solution-h3 {
    margin: 0 0 30px 0
  }

  .demo-video-digital .digital-video-slider .slide-vid p {
    text-align: center
  }

  .demo-video-digital .digital-video-slider .slide-vid p br {
    display: none
  }

  .digital-solution-slider-area .box.box-l .image-monitor {
    height: 240px;
    background-position: top center
  }

  .digital-solution-slider-area .box.box-l .image-area {
    width: 90%;
    height: calc(90% - 30px);
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 10px;
    left: 0
  }

  .digital-solution-slider-area .box .button {
    margin: 20px auto 0 auto
  }

  .digital-director-block {
    padding: 20px 0 0 0
  }

  .digital-director-block .box.box-r {
    height: auto
  }

  .digital-director-block .text-1:before {
    width: 24px;
    height: 13px;
    left: -25px;
    top: 0
  }

  .digital-director-block .text-1:after {
    width: 24px;
    height: 13px;
    right: -25px;
    bottom: 0
  }

  .digital-director-block .text-3 {
    margin-top: 40px
  }

  .digital-rewards .rewards-block .box .image {
    width: 100%;
    text-align: center
  }

  .digital-rewards .rewards-block .text {
    text-align: center
  }

  .digital-rewards .rewards-block .text br {
    display: none
  }

  .digital-box-news .news-block__title {
    flex-wrap: wrap;
    padding: 0 3%
  }

  .digital-box-news .col-news_66 {
    padding: 0
  }

  .digital-box-news .box-news-list {
    padding-bottom: 0
  }

  .questions-suggestions .box-l p {
    margin-top: 20px;
    font-size: 26px
  }

  .digital-projects .title-solution-h3 {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .digital-projects .project .box.box-l .image {
    height: 220px
  }

  .digital-industries {
    padding-bottom: 40px
  }

  .fix-advantage__block .advantage-items__wrapper .advantage__item {
    width: 100%
  }

  .spare-about-advantage__item-wrapper {
    width: 100%
  }

  .spare-about-advantage__item-wrapper:not(:last-of-type) {
    margin-bottom: 50px
  }

  .spare-about-advantage__item-text {
    order: 3;
    height: auto;
    text-align: center
  }

  .spare-about-advantage__block .item-pic {
    position: static;
    transform: translate(0, 0);
    margin: 0 auto
  }

  .spare-about-advantage__item-shadow {
    display: none
  }

  .spare-about-advantage__item-bg {
    display: none
  }

  .spare-advantage__block .advantage-items__wrapper .advantage__item {
    width: 100%
  }
}

@media (max-width:400px) {
  .produce__banner-text {
    padding: 30px 0
  }
}

@media (max-width:360px) {
  .digital-partners .slide-parter {
    text-align: center
  }

  .digital-partners .slide-parter img {
    width: 60%;
    margin: 0 auto
  }

  .defolt-form .form-section_order h2 {
    font-size: 22px
  }

  .fix-form__wrapper.fix-form__wrapper-order .spare-form .tab-link__cont {
    padding-left: 30px
  }

  .fix-form__wrapper .box-field__input-wrap.additional-input-class {
    width: 45px !important
  }
}

@media (max-width:320px) {
  .fix-banner__content.-mobile {
    padding: 30px 20px 10px
  }

  .fix-banner__content.-mobile .text {
    font-size: 14px
  }

  .fix-banner {
    background-image: url(/local/templates/main/img/fix-1_bg-320.jpg);
    height: 210px
  }

  .range-of-equipment {
    border: none;
    padding: 0 15px;
    margin-bottom: 60px
  }

  .range-of-equipment .owl-nav {
    display: none
  }

  .spare-about-banner__content.-mobile {
    padding: 30px 48px 10px
  }

  .spare-about-banner {
    background-image: url(/local/templates/main/img/about_bg-320.jpg);
    height: 190px
  }

  .trust-us {
    border: none;
    padding: 0 15px;
    margin-bottom: 60px
  }

  .trust-us .owl-nav {
    display: none
  }

  .more-links {
    padding: 0 15px
  }

  .spare-banner__content.-mobile {
    padding: 30px 20px 10px
  }

  .spare-banner__content.-mobile .text {
    font-size: 14px
  }

  .spare-banner {
    background-image: url(/local/templates/main/img/spare_parts_bg-320.jpg);
    height: 210px
  }
}

@media (min-width:991px) and (max-width:1200px) {
  .main-nav-list {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px
  }

  .main-nav-list__item {
    padding: 10px 0 0 0
  }

  .main-nav {
    min-height: 0
  }

  .box-search {
    width: 78px;
    height: 78px
  }

  .box-search__link {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .box-lang {
    top: 30px
  }

  .search-form {
    height: 78px
  }

  .opened-search {
    width: auto !important;
    left: 233px
  }

  .box-submenu {
    top: 43px;
    left: -30px !important
  }

  header .wrapper {
    padding-bottom: 43px
  }
}

@media (max-width:1470px) and (min-width:481px) {
  .spare-about-advantage__item-wrapper:nth-of-type(even) {
    order: 2
  }

  .spare-about-advantage__item-wrapper:nth-of-type(odd) .item-pic {
    top: 100%
  }

  .spare-about-advantage__item-wrapper:nth-of-type(odd) .spare-about-advantage__item-shadow {
    display: none
  }
}

@media (max-width:990px) and (min-width:481px) {

  .spare-about-advantage__item-wrapper:nth-of-type(4),
  .spare-about-advantage__item-wrapper:nth-of-type(6) {
    margin-top: -60px
  }

  .spare-about-advantage__item-wrapper:nth-of-type(5) .spare-about-advantage__item-shadow {
    display: block
  }

  .spare-about-advantage__item-wrapper:nth-of-type(5) .spare-about-advantage__item-bg {
    top: 50%;
    transform: scale(1, -1)
  }

  .spare-about-advantage__item-wrapper:nth-of-type(5) .spare-about-advantage__item .item-pic {
    top: 50%
  }

  .spare-about-advantage__item-wrapper:nth-of-type(5) .spare-about-advantage__item-text {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    order: 3
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .strategy-partnership .box img {
    height: 250px;
    object-fit: cover;
  }
}


@media (min-width: 1100px) and (max-width: 1700px) {
  .digital-solution-slider-area .box.box-l {
    width: 45%;
  }
  .digital-solution-slider-area .digital-solution-slider {
    width: 49%;
  }
  .digital-solution-slider-area .box.box-r {
    padding-right: 115px;
  }
}

.other-page .download-link {
	font-size: 16px;
	color: #f36f21;
	font-weight: 700;
	margin: 10px 0;
	display: inline-block;
}

.other-page  .anchor-custom {
  /* width: 100%; */
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid #000;
  /* text-decoration: underline; */
}

.other-page .nav-phone {
  color: #f36e21;
}


.we-produce-list--thin {
  padding-left: 70px;
}
.we-produce-list--thin li {
  margin-bottom: 14px;
}

.product-wrap {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.product-spoiler {
  width: 100%;
  display: inline-block;
  margin: 0 0 20px;
}

.product-spoiler__title {
  width: 100%;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  box-sizing:border-box;
  cursor: pointer;
}

.product-spoiler__title span {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  width: calc(100% - 30px);
}

.product-spoiler__hide {
  width: 100%;
  display: none;
}

.product-spoiler.open .product-spoiler__hide{
  display: block;
}

.product-spoiler.open .product-spoiler__title {

  background-color: #f7f7f3;
}
.product-spoiler.open .spoiler-chevron{
transform: rotate(180deg)
}


.spoiler-chevron {
  width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #d2d2d2;
  transition: 0.1s;
}

.product-spoiler__row {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin: 30px 0 0;
}

.product-spoiler__pic {
  width: 170px;
  height: 130px;
  background-color: rgb(231, 231, 231);
}

.product-spoiler__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-spoiler__content {
  width: calc(100% - 170px);
  display: flex;
  flex-flow: row wrap;
  padding-left: 30px;
  box-sizing:border-box;
  align-content: flex-start;
  align-items: flex-start;
}

.other-page .product-spoiler__label {
  font-size: 18px;
  font-weight: 400;
  color: #f36f21;
  text-decoration: underline;
}

.product-spoiler__descr {
  font-size: 15px;
  line-height: 18px;
  margin: 20px 0 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
  color: #000;
}

.other-page .product-spoiler__more {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
  font-size: 15px;
}
#make-order-cost h2 {
  width: 100%;
  display: inline-block;
}

@media (max-width:500px) {
  .product-spoiler__row {
    padding: 0 15px;
  }
  .product-spoiler__content {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .section_desc {
    padding: 0 15px;
  }

  .submenu__list {
    max-height: initial;
  }
}

section#make-order-cost {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 60px;
}

.modal-politic__wrap {
  width: 99%;
  margin: 0 auto 0 0;
  padding: 30px;
}

.modal-politic__wrap p {
  width: 100%;
  display: inline-block;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.modal-politic__wrap ol {
  padding-left: 30px;
  box-sizing:border-box;
  width: 100%;
  margin: 0 0 20px;
  padding-left: 30px;
}

.modal-politic__wrap ol  li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.modal-popup__link {
  width: 100%;
  display: inline-block;
}

@media (max-width:680px) {
  .fancybox-skin {
    width: 90%!important;
    margin: 0 auto;
    padding: 0!important;;
  }
}


.checkbox-forms{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.checkbox-forms label{
  font-size: 14px;
  color: #656565;
  display: block;
  line-height: 17px;
  font-weight: 400;
  /* flex-flow: row wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start; */
}

.checkbox-forms label a {
  text-decoration: underline;
  /* margin-left: 4px; */
  color: #656565;
  font-weight: 400;
}

.checkbox-forms input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -2;
  -webkit-appearance: checkbox;

}
.checkbox-forms input[type="checkbox"] + label span {
  display:inline-block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 2px solid #656565;
  cursor:pointer;
  position: relative;
  margin-right: 10px;
}


.checkbox-forms input[type="checkbox"]:checked + label span {


}

.checkbox-forms input[type="checkbox"]:checked + label span::before{
  content: "";
  height: 9px;
  width: 9px;
  background-image: url('../icons/check-form.png');
  background-repeat:no-repeat;
  background-size: 100%;
  position: absolute;
  left: calc(50% - (9px/2));
  top: 2px;
}

.img.captcha_pressed {
  margin: 10px auto;
  display: inline-block;
}

a.video-box.modal-iframe::before {
  content:"";
  background-image: url('../icons/yt-icon.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 80px;
  height: 55px;
  left: calc(50% - (80px/2));
  top: calc(50% - (55px/2));
  color: #d32626;
}

.box-slider.box-slider_product {
  width: 100%;
}

.box-slider.box-slider_product .clearfix {
  display: flex;
  width: 100%;
}

.box-slider_product .slider-wrap .slick-dots {
  display: block !important;
  padding-left: 0;
}

.box-slider_product .slider-wrap .slick-dots  li {
  margin-bottom: 0;
  height: 10px;
}


.slider-wrap.js-product  .slick-dots{
  bottom: 20px;
}

.second_text_slogan_express {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #010101;
}

.other-page .box-tab-link a.tab-link__cont.js-field-multy-add {
  color: #f36f21;
}

.other-page .complanes-link {
  color: #f36f21;
  font-size: 14px;
}

.img-text-list__right i {
  font-size: 14px;
}


.contacts-list__name-block .h2 {
  font-size: 20px;
  line-height: 1.2;
  padding: 29px 0 34px 0;
  font-weight: 400;
  color: #010101;
  text-transform: uppercase;
}

section#make-order-cost {
  padding: 0;
}
@media (min-width:1700px) {
section#make-order-cost {
  padding: 0;
}
}

.other-page .geography {
  width: 100%;
  display: flex;
  overflow: initial;
  /* position: initial; */
}

.other-page .geography .interactive-wrap {
  position: relative;
}

.other-page .geography .interactive-wrap svg {
  /* height: 556px; */
  height: 652px;
  /* width: 1470px; */
}

.other-page .geography .geography__tabs-content {
  /* position: relative; */
}
.other-page .interactive-wrap.mod-svgmaps {
  /* width: 1070px; */
  width: 100%;
  /* overflow-x: auto; */
}

.mod-svgmaps .description {
  /* left: 30%;
  top: 40%; */
}

/* //// */
.mod-svgmaps  .description {
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.07));
  background-color: #fff;
  position: absolute;
  border-radius: 4px;
  padding: 4px 6px 6px;
  box-sizing:border-box;
  opacity: 0;
  z-index: -10;
  }
  @media (max-width: 1000px) {
    .mod-svgmaps  .description {
    padding: 6px 16px;
    width: 80%;
    left: calc(50% - (80%/2));
    top: 350px;
    text-align: center;
  }
  .description-close {
    top: -22px;
    right: 0;
  }
  }

.mod-svgmaps  .description.show {
  opacity: 1;
  z-index: 3;
}

.mod-svgmaps .pin {
  height: 13px;
  width: 13px;
  background: white;
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translate(-50%, 10px) rotate(-45deg);
  z-index: -1;
}

    .mod-svgmaps h4 {
      font-size: 16px;
      color: #282A31;
      margin: 0;
      position: relative;
      display: inline-block;
      font-weight: 700;
      margin: 0 0 16px;
    }

    .mod-svgmaps p {
      width: 100%;
      margin: 0;
      color: #282A31;
      font-weight: 400;
      font-size: 16px;
    }


  
  .mod-svgmaps .description.open {
    opacity: 1;
    z-index: 3;
  }


/* ///// */
.other-page .descr-service__phone {
  font-weight: 700;
  font-size: 20px;
  font-family: HeliosC, sans-serif;
  display: inline-block;
  color: #f36e21;
  text-decoration: none;
  text-align: left;
  width: 100%;
}

.other-page .descriptions {
  z-index: -3;
}
@media (max-width:700px) {
  .other-page .jobs-filter .select-block {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }

  .other-page .jobs-filter {
    padding: 20px;
  }
}


.form-success {
  
}

.box-slider.box-slider_product {
  display: none;
}