@media all and (min-width: 767px) {
  .gutter-16 {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .gutter-16 > [class*=col-] {
    padding: 7px;
  }
}
@media all and (max-width: 767px) {
  [class*=col-] {
    padding-bottom: 15px;
  }
}
body, html {
  padding: 0px;
  margin: 0px;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "Roboto", Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  background: white;
}

a,
img,
button,
textarea {
  outline: none;
}
a:focus,
img:focus,
button:focus,
textarea:focus {
  outline: none;
}

.container-fluid {
  max-width: 1350px;
}

.ppr-global_title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #0b2d48;
  margin-bottom: 60px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .ppr-global_title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 36px;
  }
}
.ppr-global_blockPagging {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media all and (max-width: 767px) {
  .ppr-global_blockPagging {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.ppr-header_wrapper {
  background: #0c68b1 url(../img/topimage.svg);
  background-repeat: no-repeat;
  background-position: calc(50% + 550px) 50%;
  min-height: 755px;
  color: white;
  padding-bottom: 110px;
}
.ppr-header_logo {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 70px;
}
.ppr-header_container {
  max-width: 820px;
}
.ppr-header_title {
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 52px;
  margin-bottom: 30px;
}
.ppr-header_text {
  font-size: 20px;
  line-height: 30px;
  max-width: 580px;
}
.ppr-header_menu {
  margin-bottom: 90px;
}
.ppr-header_menuUl {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.ppr-header_menuLink {
  font-size: 20px;
  line-height: 23px;
  color: white;
  text-decoration: none;
}
.ppr-header_menuLink:hover {
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  .ppr-header_wrapper {
    background-image: none;
    min-height: auto;
  }
  .ppr-header_text {
    max-width: 100%;
  }
  .ppr-header_container {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .ppr-header_wrapper {
    padding-bottom: 50px;
  }
  .ppr-header_title {
    font-size: 35px;
    line-height: 40px;
  }
  .ppr-header_desc {
    font-size: 18px;
    line-height: 26px;
  }
  .ppr-header_logo {
    margin-bottom: 50px;
  }
  .ppr-header_menu {
    margin-bottom: 50px;
  }
  .ppr-header_menuLink {
    font-size: 18px;
    line-height: 26px;
  }
}
@media all and (max-width: 550px) {
  .ppr-header_menuUl {
    flex-direction: column;
  }
  .ppr-header_menuLi {
    margin-bottom: 15px;
  }
  .ppr-header_menuLi:last-child {
    margin-bottom: 0px;
  }
}

.ppr-competence_oneElem {
  border: 1px solid #bddef8;
  padding: 30px;
  text-align: center;
  height: 100%;
}
.ppr-competence_oneElemImg {
  max-width: 100%;
}
.ppr-competence_oneElemText {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #0b2d48;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .ppr-competence_oneElem {
    height: auto;
  }
  .ppr-competence_oneElemText {
    font-size: 18px;
    line-height: 26px;
  }
}

.ppr-projects_wrapper {
  background-color: #f5fbff;
}
.ppr-projects_oneElem {
  background: #FFFFFF url(../img/logo-opacity.svg) no-repeat right 10px bottom 10px;
  box-shadow: 0px 0px 24px #EBF5FE;
  padding: 30px;
  height: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #0b2d48;
}
.ppr-projects_tabsList {
  margin-bottom: 50px;
}
.ppr-projects_tabsUl {
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  list-style: none;
  margin: 0px -15px;
  width: calc(100% + 30px);
  position: relative;
  padding-bottom: 20px;
}
.ppr-projects_tabsUl:after {
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  background-color: #D2EBFF;
  position: absolute;
  bottom: 0px;
  left: 15px;
}
.ppr-projects_tabsLi {
  width: 20%;
  max-width: 225px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.ppr-projects_tabsLi.is-active:after {
  content: "";
  position: absolute;
  bottom: -21px;
  width: calc(100% - 30px);
  height: 4px;
  background-color: #1983c7;
  left: 15px;
  z-index: 2;
}
.ppr-projects_tabsLi.is-active .ppr-projects_tabsLink {
  font-weight: 500;
  color: #1983c7;
}
.ppr-projects_tabsLink {
  font-size: 16px;
  line-height: 24px;
  color: #6887a0;
  cursor: pointer;
  display: block;
}
.ppr-projects_tabsLink:hover {
  font-weight: 500;
  color: #1983c7;
}
@media all and (max-width: 767px) {
  .ppr-projects_oneElem {
    font-size: 18px;
    line-height: 26px;
  }
  .ppr-projects_tabsUl {
    display: block;
    padding-bottom: 0px;
  }
  .ppr-projects_tabsUl:after {
    display: none;
  }
  .ppr-projects_tabsLi {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ppr-projects_tabsLi.is-active:after {
    bottom: -6px;
  }
  .ppr-projects_tabsList {
    magrin-bottom: 30px;
  }
}

.ppr-clients_oneElem {
  border: 1px solid #bddef8;
  padding: 20px 35px;
  text-align: left;
  height: 100%;
  transition: 0.2s ease-in-out 0s;
  transition-property: all;
}
.ppr-clients_oneElem:hover {
  border: 1px solid #1983c7;
}
.ppr-clients_oneElem:hover .ppr-clients_oneElemImage {
  filter: grayscale(0);
}
.ppr-clients_oneElemImg {
  max-width: 100%;
}
.ppr-clients_oneElemText {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: black;
  margin-top: 10px;
}
.ppr-clients_oneElemImage {
  min-height: 64px;
  filter: grayscale(100%);
  transition: 0.2s ease-in-out 0s;
  transition-property: all;
}
.ppr-clients_oneElemLink {
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .ppr-clients_oneElem {
    height: auto;
  }
}

.ppr-contacts_wrapper {
  background-color: #f5fbff;
}
.ppr-contacts_container {
  display: flex;
  justify-content: space-between;
}
.ppr-contacts_left {
  color: #0b2d48;
}
.ppr-contacts_title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 25px;
}
@media all and (max-width: 767px) {
  .ppr-contacts_title {
    font-size: 30px;
    line-height: 36px;
  }
}
.ppr-contacts_phone {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.ppr-contacts_mail {
  margin-bottom: 22px;
}
.ppr-contacts_mailLink {
  font-size: 18px;
  line-height: 150%;
  color: #0b2d48;
  text-decoration: none;
}
.ppr-contacts_mailLink:hover {
  text-decoration: underline;
}
.ppr-contacts_adrs {
  font-size: 18px;
  line-height: 27px;
}
.ppr-contacts_rightMobile {
  display: none;
}
@media all and (max-width: 991px) {
  .ppr-contacts_container {
    flex-direction: column-reverse;
  }
  .ppr-contacts_right {
    margin-bottom: 50px;
  }
  .ppr-contacts_left {
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .ppr-contacts_rightMobile {
    display: block;
  }
  .ppr-contacts_rightPC {
    display: none;
  }
}

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