main {
  padding: 20px 0;
}

.btn-main-color {
  color: #37449d;
  border: 1px solid #37449d;
  border-radius: 0;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 12px 15px;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.button_modal {
  transition: 0.2s;
}

body .pagination .page-item .page-link {
  border-radius: 0;
  border-color: #37449d;
  color: #37449d;
}

body .pagination .page-item.active .page-link {
  background-color: #37449d;
  color: #fff;
}

.logo img {
  height: auto;
  width: 120px;
  opacity: 0.95;
}

.header-block.first {
  background-color: #f3f3f3;
  font-weight: lighter;
  font-size: 15px;
  white-space: nowrap;
}

.header-block.first i {
  padding: 0 7px 0 7px;
  color: #49649D;
}

.header-block.second {
  position: relative;
  padding: 10px 0;
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
}

.header-block-content {
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  padding: 10px 0;
}

.header-block .search-block {
  font-size: 18px;
  color: #ef7f1a;
  padding: 10px 15px;
  margin-left: 15px;
  border: 1px solid;
  cursor: pointer;
}

.header-block .right-side {
  flex-grow: 1;
}

.right-side {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-second-bottom, .header-second-top {
  /*height: 50%;*/
  display: flex;
  justify-content: flex-end;
}

.header-second-top {
  align-items: center;
}

.header-second-bottom {
  /*height: 35%;*/
  position: relative;
  align-items: center;
}

.header-search {
  z-index: -1;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.header-search .button_search i {
  color: #ef7f1a;
  font-size: 18px;
}

.header-search-close {
  position: absolute;
  font-size: 22px;
  transform: rotate(45deg);
  top: 0;
  height: 100%;
  right: 55px;
  display: flex;
  align-items: center;
  color: #ccc;
  transition: 0.2s;
}

.header-search-close:hover {
  color: #ef7f1a;
}

.header-search-content {
  transform: translateX(100%);
  border: 1px solid #ef7f1a;
  transition: none;
}

.header-search input[type=search] {
  height: 47px;
}

.header-search.active {
  z-index: 1;
}

.header-search.active .header-search-content {
  transform: translateX(0);
  transition: 1s;
}

.header-main-nav {
  display: flex;
  font-size: 18px;
  flex-wrap: wrap;
  text-transform: uppercase;
  justify-content: flex-end;
}

.header-main-nav .service-btn i {
  color: #37449d;
}

.header-main-nav .service-btn:hover {
  cursor: pointer;
}

.header-main-nav a {
  padding: 0 0 10px 20px;
}

.header-main-nav a:last-child {
  padding-right: 0;
}

.header-phone {
  padding: 10px 0 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.header-phone-block {
  display: flex;
  align-items: center;
}

.header-order-now-btn {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.slider-block {
  position: relative;
  background: #ffffff;
  padding-top: 25px;
  margin-bottom: 25px;
}

.first-block {
  height: auto;
  min-height: 150px;
  padding-bottom: 60px;
  position: relative;
}

.first-block h1.is_start_page {
  margin-top: 95px;
}

.first-block-background {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: no-repeat url("/images/back.png?v=3") 50% 0;
  background-size: cover;
  filter: blur(1.1px);
}

.first-block-intro {
  color: #737373;
  font-size: 18px;
  font-family: "Roboto", serif;
  padding: 15px 0;
  max-width: 600px;
}

.first-block-intro p {
  color: #737373;
  margin-bottom: 5px;
}

.first-block .main_breadcrumbs {
  background-color: transparent;
  padding: 15px 0;
  margin-bottom: 0;
}

.first-block .main_breadcrumbs .breadcrumb-item {
  color: #37449d;
}

.first-block h1 {
  font-size: 1.5rem;
  font-weight: normal;
}

.footer {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(160deg, #37449d 0.5%, #49649d 130%);
  color: #fff;
  border-top: 0;
  padding-bottom: 0;
  padding-top: 55px;
}

.footer-bottom {
  background-color: #2b2b2b;
  text-transform: uppercase;
  font-weight: lighter;
  color: #fff;
  margin-top: 60px;
  padding: 6px 0;
  font-size: 14px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
}

.footer-phone {
  font-size: 22px;
}

.footer span {
  display: inline-block;
}

.footer-social i {
  color: #fff;
}

.footer-social i:hover {
  color: #ef7f1a;
}

.footer-social a {
  padding: 5px;
  margin-left: 3px;
}

.footer a {
  color: white;
}

.footer a:hover {
  color: #ef7f1a;
}

#back2Top {
  background: #ef7f1a;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 32px;
  width: 60px;
  height: 60px;
  opacity: 0.7;
}

.contacts-map > iframe {
  width: 100%;
  border: 0 !important;
}

.equipments_card {
  border-radius: 0;
  border-color: #14b928;
}

.equipments_card h2.card-title {
  color: #2b2b2b;
  font-weight: normal;
}

.equipments_img {
  align-items: center;
  padding: 20px;
}

.basic-row-equipments .equipments_view_image {
  padding-left: 100px;
  padding-bottom: 100px;
  width: 50%;
  margin: 0;
}

.basic-row-equipments .equipments_view_image img {
  width: 100%;
  height: auto;
}

.we_can {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.news_content .card {
  border: 2px solid #14b928;
  margin-bottom: 15px;
}

.news_content .list-view {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.basic-row-news .card-title {
  margin-bottom: 25px;
  font-size: 18px;
  color: #ef7f1a;
  font-weight: 500;
}

.news_sidebar .services_popular {
  padding: 0 15px;
}

.news_sidebar .services_popular h2 {
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #737373;
}

.news_sidebar .services_popular .intro p {
  color: #737373;
  font-size: 15px;
}

.news_sidebar .services_popular .services_name {
  position: absolute;
  transform: none;
  padding: 2px;
  width: 100%;
  margin: 0;
  bottom: 0;
  background: none;
}

.news_sidebar .services_popular .services_name h3 {
  width: 100%;
  padding: 10px;
  background: white;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 0;
  color: #2b2b2b;
  font-weight: 400;
}

.news_sidebar .services_popular .card-news img {
  width: 100%;
}

.news_sidebar .services_popular .card-news:last-child {
  margin-bottom: 0;
}

.imagesNewsText {
  cursor: pointer;
}

.videoNewsText, .videoEquipmentsText {
  width: auto;
  height: 553px;
  margin-bottom: 15px;
  cursor: pointer;
}

.basic-row-portfolio-view {
  padding-bottom: 15px;
}

.basic-row-portfolio .card-body .card-title {
  text-transform: uppercase;
  color: #737373;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
}

.basic-row-portfolio .portfolio-service-name {
  text-transform: uppercase;
  display: block;
  color: white;
  font-family: "Roboto", serif;
  font-size: 16px;
  margin: 15px;
}

.we_can_portfolio_item {
  height: 250px;
}

.we_can_portfolio.carousel {
  height: auto;
}

.we_can_portfolio.carousel .owl-dots {
  display: none;
}

.we_can_logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.site-error p {
  color: #737373;
  font-size: 22px;
}

.cattitle {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 32px;
}

.services_name h3 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}

.why_us_item {
  width: 14.28%;
  margin: 0;
  border-right: 0;
}

.why_us_item:first-child {
  border-left: 0;
}

.services_portfolio {
  margin-bottom: 45px;
}

.services_portfolio_item {
  /*height: 100%;*/
}

.services_portfolio picture {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.services_portfolio .owl-stage {
  height: 230px;
}

.services_portfolio .owl-item {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
}

.services_portfolio .owl-stage-outer {
  justify-content: center;
  display: flex;
}

.services_portfolio .owl-dots {
  display: none;
}

.services_portfolio .owl-carousel .owl-item img {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  max-height: 100%;
}

#feedBackModal .title {
  padding-left: 0;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #333;
  font-family: "Roboto Slab", serif;
}

#feedBackModal .form-group {
  margin: 0;
  padding-bottom: 10px;
}

#feedBackModal label {
  margin-bottom: 5px;
}

#feedBackModal .help-block {
  display: block;
  margin-bottom: 0;
}

.main-page-header {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.index_news {
  background: none;
}

.main-page-partners .owl-item {
  padding: 25px;
}

.main-page-partners .item-class {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .why_us_item {
    width: 25%;
  }

  .why_us_item:last-child {
    border: 1px solid #c7d0e9;
  }
}
@media (max-width: 767px) {
  .header-phone {
    font-size: 16px;
  }

  .header-main-nav {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  main {
    padding-top: 0;
  }

  #header_menu_button {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-bottom {
    margin-top: 10px;
  }

  .footer-logo .logo img {
    width: 70%;
  }

  .footer-phone {
    font-size: 26px;
    text-align: center;
  }

  .contact_email {
    font-size: 26px;
  }

  .header-second-top, .header-phone-block {
    display: none;
  }

  .footer-bottom-content {
    flex-wrap: wrap;
  }

  .footer-testing-msg {
    margin-bottom: 10px;
  }

  .basic-row-equipments .equipments_view_image {
    padding-left: 0;
    padding-bottom: 25px;
    width: 100%;
  }

  .header-block.first {
    font-size: 14px;
  }

  .header-second-bottom {
    justify-content: space-between;
    width: 100%;
  }

  .header-block-content {
    /*justify-content: center;*/
    flex-wrap: wrap;
  }

  .header-location:first-child {
    margin-right: 10px;
    width: 100%;
  }

  .header-block.first i {
    padding-left: 0;
  }

  .header-work-time i {
    font-size: 12px;
  }

  .cattitle {
    font-size: 22px;
  }

  .first-block {
    padding-bottom: 0;
  }

  .first-block h1.is_start_page {
    margin-top: 15px;
  }

  .first-block h1 {
    font-size: 24px;
  }

  .first-block-intro {
    font-size: 14px;
  }

  .left-side {
    margin-right: 15px;
  }

  .right-side {
    margin-top: 15px;
    justify-content: space-around;
  }

  .header-order-now-btn {
    margin-left: 0;
  }

  .header-order-now-btn, .btn:not(:disabled):not(.disabled) {
    /*width: 100%;*/
  }

  .why_us_item {
    width: 33%;
  }

  .why_us_item, .why_us_item:last-child {
    border: none;
  }

  .services_name h3 {
    font-size: 14px;
  }

  .we_can_logo {
    height: auto;
  }

  #back2Top {
    bottom: 15px;
    right: 15px;
  }
}

/*# sourceMappingURL=main.css.map */
