.services_block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.moz .bootstrap-select .dropdown-menu > .inner {
  scrollbar-color: #00559d rgba(216, 216, 216, 0.1);
  scrollbar-width: thin;
}

.services_page .info_services {
  padding-top: 50px;
}
.services_page .section_title {
  padding-bottom: 10px;
}

.services_block {
  padding-top: 50px;
  padding-bottom: 40px;
}
.services_block ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.services_block ul li {
  margin-bottom: 20px;
}
.services_block ul a {
  border: 1px solid #e5e5e5;
  padding: 20px;
  height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 160%;
  text-align: center;
}
.services_block ul a:before {
  font-size: 610%;
  margin-bottom: 60px;
  margin-top: 0;
  color: #0d5387;
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 991px) {
  .services_block ul a {
    height: 230px;
  }
  .services_block ul a:before {
    font-size: 510%;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .services_block ul a {
    height: 200px;
  }
  .services_block ul a:before {
    font-size: 360%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .services_page .info_services {
    padding-top: 20px;
  }

  .services_block {
    padding-top: 25px;
  }
}
.services_description {
  font-size: 150%;
  line-height: 25px;
  color: #666666;
  padding-top: 10px;
}

.content_popup > .section_title {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content_popup > .section_title:before {
  font-size: 410%;
  margin-bottom: 20px;
  color: #0d5387;
}

.services_popup .popup_container {
  background: #ffffff;
  text-align: center;
  max-width: 675px;
  padding: 45px;
  border-radius: 5px;
}
@media (max-width: 524px) {
  .services_popup .popup_container {
    padding: 20px;
  }
}
.services_popup .popup_close {
  color: #0d5387;
  top: 15px;
  right: 15px;
}

.web .services_popup .popup_close {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .services_popup .popup_close:hover {
  opacity: 0.5;
  color: #0d5387;
}
.web .services_page .services_block ul a {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .services_page .services_block ul a:hover {
  background: #0e578b;
  color: #ffffff;
}
.web .services_page .services_block ul a:hover:before {
  color: #ffffff;
}

.touch .services_popup .popup_close {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .services_popup .popup_close:active {
  opacity: 0.5;
  color: #0d5387;
}
.touch .services_page .services_block ul a {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .services_page .services_block ul a:active {
  background: #0e578b;
  color: #ffffff;
}
.touch .services_page .services_block ul a:active:before {
  color: #ffffff;
}

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