* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

body {
  line-height: 1.6;
  min-height: 100vh;
  font-family: "Poppins";
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container--fluid {
  max-width: 1300px;
}

a,
a:link,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

ul li {
  text-decoration: none;
}

button {
  border: none;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-weight: 400;
  font-family: "Poppins";
}

button.primary {
  color: #ffffff;
  background-color: #0043ae;
}

button.outline {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
}

button:hover {
  opacity: 0.8;
}

a.primary {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  border: none;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff !important;
  background-color: #0043ae;
  font-family: "Poppins";
}

a.primary img {
  margin-left: 24px;
}

a.outline {
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  padding: 16px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-family: "Poppins";
}

a.outline img {
  margin-left: 24px;
}

a.primary + a.outline {
  margin-left: 16px;
}

input,
textarea {
  font-family: "Open Sans", sans-serif !important;
}

.card {
  width: 100%;
  -webkit-box-shadow: 0 2 6 rgba(0, 0, 0, 0.8);
          box-shadow: 0 2 6 rgba(0, 0, 0, 0.8);
}

.menu-mobile-toggle {
  display: none;
}

.menu-mobile {
  z-index: 999;
  position: fixed;
  background-color: #14161a;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
}

.menu-mobile .menu-mobile__header {
  padding: 28px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-mobile hr {
  width: 100%;
  opacity: .2;
}

.menu-mobile ul {
  padding: 24px;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.menu-mobile ul li {
  font-size: 32px;
  margin-top: 32px;
  margin-left: 0;
  color: white;
  opacity: .5;
}

.menu-mobile ul li.active {
  color: white;
  opacity: 1 !important;
}

.menu-mobile ul .primary {
  margin: 32px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-mobile ul .primary img {
  margin-left: 16px;
}

.branches {
  position: relative;
  padding: 86px 16px;
}

.branches .branches__content,
.branches .branches__new-filial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.branches .branches__content .branche,
.branches .branches__new-filial .branche {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.branches .branches__content .branche .branche__title,
.branches .branches__new-filial .branche .branche__title {
  padding-left: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.branches .branches__content .branche .branche__title h3,
.branches .branches__new-filial .branche .branche__title h3 {
  font-size: 20px;
}

.branches .branches__content .branche .branche__title h4,
.branches .branches__new-filial .branche .branche__title h4 {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 3.15px;
  margin-left: 8px;
}

.branches .branches__content .branche .branche__img,
.branches .branches__new-filial .branche .branche__img {
  margin-top: 36px;
}

.branches .branches__content .branche .branche__description,
.branches .branches__new-filial .branche .branche__description {
  padding-left: 32px;
  margin-top: 36px;
}

.branches .branches__content .branche .branche__description h6,
.branches .branches__new-filial .branche .branche__description h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  color: #14171b;
}

.branches .branches__content .branche .branche__description h6:nth-child(2),
.branches .branches__new-filial .branche .branche__description h6:nth-child(2) {
  margin: 8px 0;
}

.branches .branches__content .branche + .branche,
.branches .branches__new-filial .branche + .branche {
  margin-left: 16px;
}

.branches .line__right {
  position: absolute;
  top: -184px;
  right: 0;
}

.branches__new-filial {
  margin-top: 64px !important;
  width: 100%;
}

.branches__new-filial .branche {
  width: 50% !important;
}

.footer {
  padding: 40px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}

.footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .menu .menu-item {
  font-size: 14px;
  color: #14171b;
}

.footer .menu .menu-item h3 {
  margin-bottom: 20px;
}

.footer .menu .menu-item p + p {
  margin-top: 4px;
}

.footer .menu .menu-item + .menu-item {
  margin-left: 48px;
}

.footer button img {
  margin-left: 52px;
}

.copyright {
  background-color: #ebecf2;
  padding: 16px;
}

.copyright .copyright__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copyright .copyright__content p {
  font-size: 12px;
  color: #14171b;
}

@media only screen and (max-width: 1159px) {
  .menu-mobile-toggle {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header .navigation {
    padding: 28px 0 !important;
  }
  .header .navigation .logo img {
    width: 250px;
  }
  .header .navigation nav {
    display: none;
  }
  .header .navigation .primary {
    display: none !important;
  }
  .branches__new-filial .branche {
    width: 100% !important;
  }
  .branches__new-filial .branche img {
    width: 100% !important;
  }
  .branches .line__right {
    position: absolute;
    top: -88px !important;
    right: 0;
    width: 100px;
  }
  .branches .branche + .branche {
    margin-top: 56px;
    margin-left: 0px !important;
  }
  .branches .branches__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .branches .branches__content .branche__img {
    width: 100%;
  }
  .branches .branches__content .branche__description {
    margin: 0;
    word-break: break-word;
    padding-left: 0 !important;
  }
  .footer {
    padding: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer img {
    margin-top: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer .menu {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .menu .menu-item {
    text-align: center;
  }
  .footer .menu .menu-item + .menu-item {
    margin: 24px 0;
    margin-left: 0 !important;
  }
  .footer a {
    width: 100%;
    max-width: 400px;
    max-height: 50px;
    margin: 32px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer a img {
    margin-top: 0 !important;
    max-width: 16px;
    max-height: 16px;
    margin: 0px;
  }
  .copyright__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copyright__content p + p {
    margin-top: 14px;
  }
}

@media only screen and (max-width: 380px) {
  .header .navigation .logo img {
    width: 160px;
  }
}

.modal__pdf {
  width: 80% !important;
  height: 90% !important;
}

.modal {
  height: 90% !important;
}

@media only screen and (max-width: 600px) {
  .modal__pdf {
    width: 100% !important;
    height: 90% !important;
  }
}

.header {
  padding-left: 16px;
  padding-right: 16px;
  background-color: #14171b;
  position: relative;
}

.header .navigation {
  padding: 28px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.header .navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .navigation nav ul li {
  padding: 28px 0px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1.5px;
}

.header .navigation nav ul li.active {
  font-weight: bold;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.header .navigation nav ul li + li {
  margin-left: 40px;
}

.header .navigation .primary img {
  width: 22px;
  height: 20px;
  margin-left: 36px;
}

.header .line__background {
  position: absolute;
  right: 0;
  bottom: 0;
}

.header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.header .content h1 {
  font-size: 80px;
  line-height: 84px;
  text-align: start;
  color: #ffffff;
}

.header .content h2 {
  margin-top: 32px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  opacity: 0.5;
}

.header .content img {
  margin-left: 98px;
}

.header .content img .mobile {
  display: none;
}

.header .content .half__arrow__left {
  display: none;
}

.about-us {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us__img {
  width: 50%;
  max-width: 765px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-us__img img {
  width: 765px;
}

.about-us__content {
  width: 50%;
  background-color: #fbfbfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 48px;
}

.about-us__content h3 {
  font-size: 30px;
  color: #14171b;
}

.about-us__content p {
  font-size: 14px;
  color: #14171b;
  font-family: "Open Sans", sans-serif;
}

.about-us__content .content {
  max-width: 427.27px;
}

.about-us__content .nav__politicy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background-color: #f1f1f1;
  margin: 32px 0;
  padding: 2px 8px;
}

.about-us__content .nav__politicy__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.6);
  background-color: #f1f1f1;
  border-radius: 30px;
  cursor: pointer;
}

.about-us__content .nav__politicy__list li.active {
  padding: 4px 28px;
  max-width: 128px;
  border-radius: 20px;
  background-color: #0043ae;
  color: #ffffff;
}

.about-us__content .item {
  display: none;
}

.about-us__content .item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-us__content .item li {
  font-size: 14px;
  color: #14171b;
  font-family: "Open Sans", sans-serif;
}

.about-us__content .item li p {
  margin-top: 8px !important;
}

.services {
  background-color: #ffffff;
  position: relative;
}

.services .services__content {
  padding: 96px 0;
}

.services .services__content h4 {
  color: #727272;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 4.5px;
  text-align: center;
}

.services .services__content h3 {
  text-align: center;
  color: #14171b;
  font-size: 50px;
}

.services .services__content .cards {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 96px;
  padding: 0 48px;
}

.services .services__content .cards .card + .card {
  margin-left: 16px;
}

.services .services__content .cards .card {
  width: calc(100% - 48px);
  padding: 48px;
  background-color: #fbfbfc;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.services .services__content .cards .card .card-title {
  text-align: start;
  font-size: 30px;
  margin-top: 16px;
}

.services .services__content .cards .card .card-description {
  margin-top: 18px;
  font-size: 14px;
  color: #14171b;
  opacity: 0.8;
  font-family: "Open Sans", sans-serif;
}

.services .services__content .cards .card .arrow-right {
  margin-top: 24px;
}

.services .services__content .cards .card:first-child {
  border-radius: 5px 0px 0px 5px;
}

.services .services__content .cards .card:last-child {
  border-radius: 0px 5px 5px 0px;
}

.certifications .certifications__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 190px;
  margin-bottom: 16px;
}

.certifications .certifications__header h3 {
  font-size: 30px;
  color: #14171b;
}

.certifications .certifications__header img {
  cursor: pointer;
}

.certifications .certifications__header img + img {
  margin-left: 16px;
}

.certifications .certifications__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 190px;
}

.certifications .certifications__slides img + img {
  margin-left: 16px;
}

.certifications .certifications__logos {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.certifications .owl-nav {
  position: absolute !important;
  top: -48px;
  right: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certifications .owl-nav .owl-next {
  margin-left: 18px;
}

@media only screen and (max-width: 1200px) {
  .header {
    padding: 0;
  }
  .header h1 {
    margin-top: 48px;
  }
  .header .navigation {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .header .content {
    margin-top: 0;
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .content h2 {
    margin-bottom: 52px;
  }
  .arrow__outline {
    display: none;
  }
  .arrows__mobile {
    display: block !important;
    margin-left: 0 !important;
    margin-top: 32px;
  }
}

@media only screen and (max-width: 940px) {
  .about-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-us .about-us__content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about-us .about-us__content .content h3 {
    padding: 24px;
    font-size: 30px;
    line-height: 46px;
  }
  .about-us .about-us__content .content .nav__politicy {
    margin: 32px 0px;
  }
  .about-us .about-us__content .content .nav__politicy .nav__politicy__list {
    margin: 0 24px;
  }
  .about-us .about-us__content .content p {
    padding: 0 24px;
  }
  .about-us .about-us__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
  }
  .about-us .about-us__img img {
    width: 100%;
    max-width: 100%;
  }
  .certifications .certifications__header,
  .certifications .certifications__slides {
    padding-left: 24px !important;
  }
  .certifications .owl-nav {
    right: 60px;
  }
}

@media only screen and (max-width: 600px) {
  .header nav {
    display: none;
  }
  .header .content {
    padding-left: 16px;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 32px;
  }
  .header .content h1 {
    font-size: 48px;
    line-height: 60px;
  }
  .header .content h2 {
    margin-top: 24px;
  }
  .header .content .arrow__outline {
    margin: -10px 10px 0px 0px;
    width: 120px;
  }
  .header .content .arrows__mobile {
    width: 162px;
  }
  .header a {
    display: none;
  }
  .services .services__content {
    padding: 120px 16px 48px 16px;
  }
  .services .services__content h3 {
    margin-top: 16px;
    font-size: 40px;
    line-height: 50px;
  }
  .services .services__content .cards {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .services .services__content .cards .card {
    width: 100%;
  }
  .services .services__content .cards .card + .card {
    margin-top: 16px;
    margin-left: 0;
  }
  .certifications__slides {
    padding-left: 0 !important;
  }
  .certifications__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .certifications__logos img + img {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 478px) {
  .about-us__content .nav__politicy__list li {
    font-size: 12px;
  }
  .about-us__content .nav__politicy__list li.active {
    padding: 4px 24px;
  }
  ul.item {
    padding: 0 16px !important;
  }
  .certifications__slides .owl-nav {
    display: none;
  }
  .arrows__mobile {
    width: 362px !important;
  }
}
/*# sourceMappingURL=quem-somos.css.map */