.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.w-100{
  width: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.equipment-item {
  position: relative;
}

.equipment-card__image,
.equipment-card__image-mobile {
  position: relative;
}

.icon_new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.icon_new img {
  width: 60px;
}

.icon_new_inner {
  position: absolute;
  top: 5px;
  left: 5px;
}

.icon_new_inner img {
  min-width: 85px;
  width: 85px;
}

.downloads-table__download_min_w {
  min-width: 115px;
}

.downloads-menu__tablinks_left {
  justify-content: flex-start;
}

.timeline-list .timeline-item {
  padding-bottom: 30px;
}

.main-blog__item_pg {
  padding: 0 !important;
}

.cookie-consent {
  background: #1c232b;
  border-radius: 6px;
  bottom: 16px;
  box-shadow: 0 8px 32px -8px #1c232b;
  left: 16px;
  padding: 16px;
  position: fixed;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
  z-index: 999;
}

.cookie-consent__content {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  max-width: 952px;
}

.cookie-consent__text {
  color: #FFFFFF;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  padding-right: 27px;
}

@media only screen and (max-width: 601px) {
  .cookie-consent__content {
    flex-direction: column;
  }

  .cookie-consent__text {
    padding-bottom: 20px;
  }
}

.cookie-consent__text a {
  color: #FFFFFF;
  text-decoration: underline;
}

.cookie-consent__button {
  min-width: 185px;
}

.cookie-consent__button>button {
  width: 100%;
  cursor: pointer;
  background: #00a1e7;
  border-color: #00a1e7;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  line-height: 17.52px;
  min-width: 68px;
  padding: 11px 16px;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  outline: none;
  position: relative;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.cookie-consent__button>button p {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
}

.feedback_policy_text_width {
  max-width: 380px;
}

.feedback_policy_text {
  color: #fff;
  font-size: 12px;
}

.feedback_policy_text a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.header__phone-russia {
  font-size: 18px;
}

@media (max-width: 1440px) {
  .header__phone-russia {
    font-size: 15px;
  }
}

.warranty {
  position: relative;
  /*top: 0;
  left: 0;*/
  max-width: 1400px;
  margin: -50px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.warranty_text {
  flex: 0 0 73%;
  color: #fff;
  background: #3C434B;
  padding: 40px 30px 10px 30px;
}

.warranty_code {
  flex: 0 0 27%;
  background: #EEEEEE;
  padding: 26px 36px 10px 36px;
}

@media (max-width: 901px) {
  .warranty_text {
    flex: 0 0 100%;
  }

  .warranty_code {
    flex: 0 0 100%;
  }
}

.warranty_text_cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.warranty_text_col1 {
  flex: 0 0 31%;
  margin: 0 4% 0 0;
}

.warranty_text_col2 {
  flex: 0 0 65%;
}

.warranty_text_col h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  font-family: Proxima Nova, sans-serif;
}

.warranty_text_col {
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.warranty_text_col ul {
  list-style: disc;
  padding: 0 0 22px 20px;
}

.warranty_text_col li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.warranty_text h3 {
  padding: 0 0 24px 0;
  text-transform: uppercase;
  font-family: Proxima Nova, sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.warranty_code img {
  width: 100%;
  max-width: 420px;
}

.warranty_code_img {
  padding: 0 0 30px 0;
  text-align: center;
}

@media (max-width: 501px) {
  .warranty_text_col1 {
    flex: 0 0 100%;
  }

  .warranty_text_col2 {
    flex: 0 0 100%;
  }
}

.warranty_code_btn {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  padding-bottom: 14px;
}

.input_warranty {
  border: 0;
  display: block;
  max-width: 100%;
  overflow: hidden;
  resize: both;
  line-height: 20px;
  background: transparent;
  border: 1px solid #666B70;
  padding: 5px;
  box-sizing: border-box;
  font-family: Proxima Nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin: 0 10px 0 0;
  min-width: 180px;
}

.input_warranty_btn {
  padding: 0 10px;
}

@media (max-width: 901px) {
  .warranty_code_btn {
    width: 300px;
  }
}

.warranty_error {
  text-align: center;
  font-size: 18px;
  color: #cc0000;
  padding-bottom: 12px;
  font-weight: 700;
}

.warranty_ok {
  text-align: center;
  font-size: 18px;
  color: #007700;
  padding-bottom: 12px;
  font-weight: 700;
}

.warranty_ok p {
  padding-top: 0;
  margin-top: 0;
}

.garantiynye-cols {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  padding: 40px 0 60px 0;
}

.garantiynye-col {
  flex: 0 0 49%;
  padding-right: 3%;
}

.garantiynye-col+.garantiynye-col {
  padding-left: 3%;
  padding-right: 0;
}

.garantiynye-content {
  background: #fff;
  font-size: 16px;
}

.garantiynye-content h3 {
  text-transform: uppercase;
}

.garantiynye-content li {
  padding-bottom: 8px;
}

.garantiynye-content ol {
  padding-left: 16px;
  /*padding-bottom: 12px;*/
  margin-top: 0;
}

.garantiynye-content ol li ul {
  padding-left: 16px;
  /*padding-bottom: 12px;*/
  list-style: disc;
  margin-top: 0;
}

@media (max-width: 901px) {
  .garantiynye-col {
    flex: 0 0 100%;
    padding: 0 10px 0 10px !important;
  }
}

.grecaptcha-badge {
  z-index: 1000;
}

.header-menu__top a.active {
  color: #ffcb05;
}

.header-menu__top a.active:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  right: 0;
  background: #ffcb05;
  height: 2px;
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.header-menu__bottom a[data-class="active"] {
  color: #ffcb05;
}

.header-menu__bottom a[data-class="active"]:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffcb05;
  height: 2px;
  transition-property: right;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.btn_slider {
  display: none;
}

.slider_container{
  display: contents;
}



@media (min-width: 1000px) {
  .btn_slider {
    position: absolute;
    display: block;
    bottom: 100px;
    right: 240px;
    background: transparent;
    color: #ffcb05;
    font-family: Bebas Neue Pro, sans-serif;
    font-size: 24px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
    padding: 10px 20px;
    margin: 0 10px 10px 0;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
  }

  .btn_slider:hover {
    background: #252b32;
  }
}

@media (min-width: 1001px) and (max-width: 1600px) {
  .btn_slider{
    right: 110px;
  }
}

@media (min-width: 768px) {
  .header {
    position: sticky;
    top: 0;
  }

  .slider_container {
    position: relative;
    padding: 0 20px;
  }
}

.megamenu__submenu-list-item {
  position: relative;
}

.icon_new_menu {
  position: absolute;
  top: 5px;
  right: 10px;
}

.icon_new_menu img {
  max-width: 40px;
  height: auto;
}

/* страница дилеров */
.dilers {
  padding: 30px;
}

.dilers_head {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #252B32;
  margin-bottom: 15px;
}

.dilers_form {
  position: relative;
  max-width: 40%;
  display: grid;
  background-color: #F8F8F8;
  grid-template-columns: auto 70px;
  padding: 8px;
  grid-column-gap: 10px;
  margin-bottom: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}

.dilers_form_input {
  position: relative;
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  padding: 10px 15px 10px 25px;
  border-bottom: 1px solid rgba(102, 107, 112, 0.25);
}

.dilers_form:before {
  content: '';
  position: absolute;
  background-image: url('../images/search_icon.svg');
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  z-index: 1;
  top: 15px;
  left: 7px;
}

.dilers_form_btn {
  background: #FFCB05;
  text-align: center;
  text-transform: uppercase;
  color: #252B32;
  font-family: 'Bebas Neue Pro', sans-serif;
  border: none;
  padding: 10px 15px;
  border-bottom: 1px solid #FFCB05;
  font-size: 18px;
}

.diler_okrug {
  background: #F5F5F5;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 35%);
  padding: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  text-align: center;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 5px;
  align-items: end;
  justify-content: center;
}

.diler_okrug:before {
  content: '';
  background-image: url('../images/up_icon.svg');
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.diler_okrug:hover,
.diler_okrug.active {
  background: #FFCB05;
}

.diler_okrug.active:before {
  /*-webkit-transform: rotate(180deg);*/
  /*-ms-transform: rotate(180deg);*/
  transform: rotate(0deg);
}

.okrug_list {
  display: none;
  padding: 15px 0;
}

.region_block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.diler_region {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #567BC2;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 16px auto;
  grid-gap: 10px;
  align-items: center;
}

.diler_region:before {
  content: '';
  display: block;
  width: 16px;
  height: 22px;
  background-image: url('../images/loc_icon.svg');
}

.diler_block_name {
  font-family: 'Bebas Neue Pro', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  color: #000000;
}

.diler_block {
  margin-bottom: 15px;
  display: none;
}

.diler_block.active {
  display: block;
}

.diler_block_site {
  text-decoration: underline;
  display: block;
}

#map_dilers {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 30px;
}

.diler_zayavka_link {
  font-family: Proxima Nova, sans-serif;
  color: #567BC2;
  font-style: italic;
  text-decoration: underline;
}

.diler_map_icon {
  display: grid;
  grid-template-columns: 20px auto;
  grid-column-gap: 5px;
  margin-bottom: 7px;
}

.diler_map_icon:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.diler_map_addr:before {
  background-image: url('/netcat_template/template/main/assets/images/svg/contacts/address.svg');
}

.diler_map_phone:before {
  background-image: url('/netcat_template/template/main/assets/images/svg/contacts/phone.svg');
}

.diler_map_site:before {
  background-image: url('/netcat_template/template/main/assets/images/svg/contacts/link.svg');
}

.diler_map_email:before {
  background-image: url('/netcat_template/template/main/assets/images/svg/contacts/mail.svg');
}

.diler_map_time:before {
  background-image: url('/netcat_template/template/main/assets/images/svg/contacts/worktime.svg');
}

.blog_detail .post-description img{
  max-width: 100% !important;
  height: auto !important;
}

@media(max-width: 1000px) {
  .region_block {
    grid-template-columns: repeat(3, 1fr);
  }

  .dilers_form {
    max-width: 100%;
  }
}

@media(max-width: 700px) {
  .region_block {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 550px) {
  .region_block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width:1260px) and (min-width:769px) {
  .header {
    height: 170px;
  }

  .header .wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .header__content {
    flex-wrap: wrap;
    padding-left: 30px;
  }
  .megamenu__content{
    margin-top: 20px   
  }

  .header-menu {
    width: 100%;
  }

  .header__contacts {
    position: relative;
    width: 100%;
  }

  .header__logo {
    position: relative;
  }

  .header-menu__top {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .header-menu__top a {
    margin-right: 10px;
  }

  .icon_new_inner img {
    height: 85px;
  }

  .equipment-card__image-mobile img.warranty {
    height: 85px;
    width: 85px;
  }

  .slider-item {
    padding: 0 20px;
  }
  .tasks-list__item img{
    height: 100px;
  }
  .main-blog__title{
    min-height: 125px;
  }
  .warranty{
    margin: -24px auto 0;
  }
}


@media(max-width: 768px) {
  .warranty{
    margin: 0 auto 0;
  }
  .main-industries__tablinks{
    min-width: 992px;
  }
}

@media(max-width: 576px) {
  .icon_new img {
    width: 40px;
}
}

.bg-absolute {
  position: absolute;
  top: 0;
  right: 108px;
  width: 432px;
  height: 234px;
  background-image: url("/netcat_template/template/main/assets/images/png/bg-absolute.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.header__phone, .header__order, .header-menu{
  z-index: 2;
}

.bg-relative{
  position: relative;
}

.img-left{
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 130px;
  background-image: url("/netcat_template/template/main/assets/images/_crop_resize.gif");
  background-repeat: repeat-x;
}

.img-right{
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 130px;
  background-image: url("/netcat_template/template/main/assets/images/_crop_resize.gif");
  background-repeat: repeat-x;
}


.img-relative{
  position: relative;
}

.img-one, .img-two,  .img-three{
  position: absolute;
  transition: all .5s ease-in-out;
}

.img-one{
  left: 144px;
}

.img-two{
  right: 134px;
}

.img-three{
  right: 74px;
  top: 90px;
}

.img-one:hover{
  transform: translateY(-80px);
  transition-duration: .5s;
}

.img-two:hover{
  transform: translateY(-140px);
  transition-duration: .5s;
}

.img-three:hover{
  transform: translateY(-100px);
  transition-duration: .5s;
}

.header:not(.active) .secondary-button:not(:hover){
    background-color: #252b32;
}
@media(max-width: 1440px) {
  .img-left, .img-right {
    height: 120px;
  }

}

@media(max-width: 1260px) {
  .bg-absolute{
    right: -50px;
  }
  .img-left, .img-right {
    display: none;
  }

  .img-one {
    left: 112px;
}

  .img-two {
    right: 135px;
}

  .img-three {
    right: 100px;
  }
}

@media(max-width: 992px) {
  .bg-absolute {
      zoom: 0.7;
  }
}

/* search */
.header-menu__bottom .block-link {
    display: flex;
    align-items: unset;
    color: #FFCB05;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Bebas Neue Pro,sans-serif;
    font-weight: 400;
    cursor: pointer;
}

#search_popup svg{
    width: 24px;
    height: 27px;
}
.block-link svg{
    width: 24px;
    height: 27px;
}

.block-link {
    color: #FFCB05;
}

.overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    position: fixed;
    cursor: default;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.is-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: 100%;
    width: 100%;
    height: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

embed,
iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}

.popup {
    top: 0;
    right: 0;
    left: 0;
    font-size: 18px;
    line-height: 22px;
    z-index: 10;
    display: block;
    visibility: hidden;
    margin: 0 auto;
    min-width: 320px;
    max-width: 870px;
    position: fixed;
    padding: 13.5px;
    border: 1px solid #383838;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.overlay:target+.popup {
    top: 20%;
    visibility: visible;
    opacity: 1;
}

.close {
    position: absolute;
    top: 20px;
    right: -38px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}

.form-control__popup {
    border: none;
    border-bottom: 1px solid rgba(102, 107, 112, 0.25);
    border-radius: 0;
    margin-left: 20px;
    padding: 0;
    width: 100%;
}

input.form-control__popup:active,
input.form-control__popup:hover,
input.form-control__popup:focus {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border-color: rgba(102, 107, 112, 0.25);
    -webkit-appearance: none;
}
.form-control__popup{
    -webkit-appearance: none;
    background-color:#fff;
}


.btn-popup{
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #252B32;
    background: #FFCB05;
    padding: 5px;
    width: 92px;
    height: 35px;
    border-radius: 0;
    margin-left: 20px;
    font-family: Bebas Neue Pro,sans-serif;
    border: none;
}

.form-result form{
    margin-top: 40px;
}

.search-result{
    margin-bottom: 20px;

}

.result-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.result-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.search_page{
    margin: 30px auto;
    max-width: 1200px;
}

.features-variants__col img{
    object-fit: contain;
    max-width: 100%;
}
.industry-block-white .industry-block__header, .industry-block-white .industry-block__content, .industry-block-white .industry-block__text{
    color: #252B32;
}
.industry-block-white .industry-block__header:after{
    background-color: #1396D6;
}
.po-block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    grid-column-gap: 20px;
}
.po-block__text ul {
    list-style-type: disc;
    margin-left: 10px;
}
.industry-block-middle .po-block__text ul{
    color: #fff;
}
.po_slider{
    bottom: -100px;
}
.po-block__text ul li {
    padding: 0 0 5px 10px;
    font-size: 16px;
}
.po-image {
    flex: 0 0 25%;
    margin-top: 0;
}
.po-image img {
    width: auto;
    max-width: 100%;
}
.po-block-docs ul{
    list-style:none;
    margin-left: 0;
}
.po-block-docs .po-block__text ul li {
    padding: 0 0 5px 10px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}
.po-block-docs ul li:before {
    content: "\f0f6";
    left: 0;
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.dop_block_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #DCE2EA;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
}
.po-header{
    background-color: #32455C;
}
.po-header .industry-header__title h1{
    color: #fff;
}

.po-overview__item {
    flex: 0 0 25%;
    padding: 25px;
    background: linear-gradient(90deg,#666B70 2px,transparent 0) 2% 2%,linear-gradient(90deg,#666B70 2px,transparent 0) 2% 98%,linear-gradient(270deg,#666B70 2px,transparent 0) 98% 2%,linear-gradient(270deg,#666B70 2px,transparent 0) 98% 98%,linear-gradient(180deg,#666B70 2px,transparent 0) 2% 2%,linear-gradient(180deg,#666B70 2px,transparent 0) 98% 2%,linear-gradient(0deg,#666B70 2px,transparent 0) 2% 98%,linear-gradient(0deg,#666B70 2px,transparent 0) 98% 98%; 
    background-repeat: no-repeat;
    background-size: 10px 10px;
    transition: background .5s;
    flex-direction: column;
}
.po-overview__item:hover {
    background: linear-gradient(90deg,#FFCB05 2px,transparent 0) 2% 2%,linear-gradient(90deg,#FFCB05 2px,transparent 0) 2% 98%,linear-gradient(270deg,#FFCB05 2px,transparent 0) 98% 2%,linear-gradient(270deg,#FFCB05 2px,transparent 0) 98% 98%,linear-gradient(180deg,#FFCB05 2px,transparent 0) 2% 2%,linear-gradient(180deg,#FFCB05 2px,transparent 0) 98% 2%,linear-gradient(0deg,#FFCB05 2px,transparent 0) 2% 98%,linear-gradient(0deg,#FFCB05 2px,transparent 0) 98% 98%; 
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.po_block_head_border {
    background: linear-gradient(90deg,#FFCB05 2px,transparent 0) 2% 2%,linear-gradient(90deg,#FFCB05 2px,transparent 0) 2% 98%,linear-gradient(270deg,#FFCB05 2px,transparent 0) 98% 2%,linear-gradient(270deg,#FFCB05 2px,transparent 0) 98% 98%,linear-gradient(180deg,#FFCB05 2px,transparent 0) 2% 2%,linear-gradient(180deg,#FFCB05 2px,transparent 0) 98% 2%,linear-gradient(0deg,#FFCB05 2px,transparent 0) 2% 98%,linear-gradient(0deg,#FFCB05 2px,transparent 0) 98% 98%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    padding: 25px;
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.po-utp-blocks{
    min-height: 600px;
}
.po_block_head_title{
    font-family: Bebas Neue Pro,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    display: block;
}
.po-overview__title h3 {
    font-family: Bebas Neue Pro,sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.po-overview__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}
.pkachestva-row{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap:20px
}
.pkachestva ul{
    list-style: disc;
    padding-left: 20px;
}
.pkachestva-content{
    padding: 30px 0;
    font-size: 16px;
    line-height: normal;
}
.services-map__title2 {
    background: #3C434B;
    text-align: center;
    padding: 10px
}

.services-map__title2 h2 {
    font-size: 24px;
    color: #fff;
}
.downloads-table__row-white{
    color: #252B32;
    background-color: #fff !important;
}
.f-bold{font-weight: 700}
.service_contact{
    display: block;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 35px;
    width: 100%;
    text-align: center;
    background: #EEEEEE;
}
.po_slider img{opacity: 1 !important;}
@media (max-width: 1000px) {
    .po-overview__row{
        flex-wrap: wrap;
    }
    .pkachestva-row{display:block;}
    .po-overview__item{
        flex: 0 0 50%;
    }
}

@media (max-width: 992px) {
  .po_slider{bottom: unset;display: block}
  .industry-block__image{display:block;flex:unset;position:relative;width:100%;}
  .popup {
      width: 80%;
      max-width: 80%;
  }
  .search_page{
    padding-left:15px;
    padding-right:15px;
  }
  .form-control__popup {
      width: 80%;
      margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .popup {
      width: 90%;
      max-width: 90%;
  }
}

@media (max-width: 576px) {
  .popup {
      width: 100%;
      max-width: 100%;
  }
  .close {
      position: absolute;
      top: -35px;
      right: 5px;
  }
  .form-control__popup {
      width: 86%;
  }
  .btn-popup{
      margin-left: 10px;
  }
  .po-block__content{
      flex-wrap: wrap;
      grid-gap: 10px;
  }
  .po-overview__item {
    flex: 0 0 100%;
  }
  .po_block_head_border{
      margin-left: 0;
  }
}

@media (max-width: 420px) {
  .popup{
      padding: 8px;
  }
  .form-control__popup{
      font-size: 18px;
      line-height: 21px;
      margin-left: 8px;
  }
  .btn-popup {
      font-size: 18px;
      line-height: 21px;
  }
}