/*
*
*  Theme name: komornikskowronski
*  Version: 1.0
*  Author: Wrona.it 
*
*/
@font-face {
  font-family: "Cardo";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Cardo-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Cardo";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/Cardo-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Cardo";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Cardo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("./fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/OpenSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("./fonts/OpenSans-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("./fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #0c0c0c;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.9;
}

/* h1 {
  font-family: "Cardo", serif;
} */

h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.3;
}

ul, ol {
  padding-left: 30px;
}

strong {
  font-weight: 600;
}

.wrapper {
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .wrapper {
    margin: 0 auto;
    max-width: 1200px;
  }
}

.bold {
  font-weight: bold;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.txt-fff {
  color: #fff;
}

.txt-grey,
.txt-gray {
  color: #777777;
}

.txt-more-grey,
.txt-more-gray {
  color: #646363;
}

.g-contact-link {
  text-decoration: none;
}

.g-txt-link {
  color: #474d87;
}

.g-section {
  margin-top: 80px;
}
.g-section:last-of-type {
  margin-bottom: 60px;
}
.g-section-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-size: 32px;
  text-align: center;
}
.g-section-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  height: 2px;
  width: 50px;
  background-color: #474d87;
}
.g-section-subtitle {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.ht-container {
  padding: 0 30px;
}
.ht-container p {
  margin-bottom: 20px;
}

.g-col-title {
  margin-bottom: 30px;
  color: #0c0c0c;
  font-size: 24px;
  font-weight: bold;
}

.g-subtitle-italic {
  margin-bottom: 20px;
  padding-right: 4px;
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
}

.g-content h5 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
}
.g-content p, .g-content ul {
  margin-bottom: 20px;
}
.g-content ul li, .g-content ol li {
  margin-bottom: 8px;
}
.g-content a {
  color: #474d87;
  text-decoration: none;
}
.g-content img {
  max-width: 100%;
}

.header-top {
  margin: 0 auto;
  padding: 10px 0 20px;
  max-width: 270px;
}
@media (min-width: 768px) {
  .header-top {
    display: grid;
    grid-template-columns: 60% 40%;
    padding: 10px 0;
    max-width: 100%;
  }
}
.header-top-name {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .header-top-name {
    margin-bottom: 0;
  }
}
.header-top-name p {
  line-height: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-top-name p {
    text-align: left;
  }
}
.header-top-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .header-top-contact {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.header-top-contact a {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .header-top-contact a {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .header-top-contact a::after {
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    bottom: 0;
    width: 1px;
    background-color: #dedede;
  }
}
.header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header-main {
    padding-bottom: 10px;
  }
}
.header-logo {
  max-width: 200px;
}
.header-logo img {
  width: 100%;
  height: auto;
}
.header-nav {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translatex(-50%);
  background-color: #3a3a3a;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s, z-index 0.3s;
}
@media (min-width: 768px) {
  .header-nav {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .header-nav {
    position: static;
    background-color: transparent;
    opacity: 1;
    z-index: 1;
  }
}
.header-nav.active {
  opacity: 1;
  z-index: 99;
}
.header-nav ul {
  padding-left: 0;
  width: 300px;
  list-style-type: none;
}
@media (min-width: 1200px) {
  .header-nav ul {
    display: flex;
    width: auto;
  }
}
.header-nav .menu-item {
  padding: 15px 20px;
}
@media (min-width: 1200px) {
  .header-nav .menu-item {
    padding: 15px 0 0 15px;
  }
}
@media (min-width: 1200px) {
  .header-nav .menu-item:hover a::before {
    color: #474d87;
  }
}
.header-nav .menu-item a {
  color: #dedede;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header-nav .menu-item a {
    color: #646363;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: color 0.3s;
  }
}
@media (min-width: 1200px) {
  .header-nav .menu-item a::before {
    content: "ll";
    margin-right: 5px;
    color: transparent;
    text-transform: lowercase;
    transition: color 0.3s;
  }
}
@media (min-width: 1200px) {
  .header-nav .menu-item a:hover {
    color: #474d87;
  }
}
.header-nav .current-menu-item a {
  color: #474d87;
}
@media (min-width: 1200px) {
  .header-nav .current-menu-item a::before {
    content: "ll";
    margin-right: 5px;
    color: #474d87;
    text-transform: lowercase;
    transition: color 0.3s;
  }
}

@media (min-width: 1200px) {
  .header-burger {
    display: none;
  }
}

.burger__btn {
  position: relative;
  width: 43px;
  height: 39px;
  border: none;
  background: #0c0c0c;
}
.burger__btn::before {
  content: "";
  position: absolute;
  width: 68%;
  height: 4px;
  background: #fff;
  top: 8px;
  left: 17%;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}

footer {
  padding: 60px 40px 20px;
  color: #fff;
  background-color: #0c0c0c;
}
footer p {
  font-weight: 300;
  letter-spacing: 0.5px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media (min-width: 1200px) {
  .footer-container {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1400px) {
  .footer-container {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.footer-title {
  margin-bottom: 25px;
  font-size: 18px;
  font-style: italic;
}
.footer-contact {
  margin-bottom: 20px;
}
.footer-contact i {
  margin-right: 10px;
}
.footer-link {
  color: #fff;
}
.footer-menu {
  position: relative;
  padding-left: 0;
  list-style-type: none;
}
.footer-menu .menu-item {
  margin-bottom: 9px;
  padding-left: 25px;
  line-height: 16px;
  padding-bottom: 10px;
}
.footer-menu .menu-item::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  display: block;
  margin-top: -1px;
  height: 20px;
  width: 20px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
}
.footer-menu .menu-item a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-menu .menu-item:hover::before {
  color: #c4c4c4;
}
@media (min-width: 1200px) {
  .footer-menu .menu-item:hover a {
    color: #c4c4c4;
  }
}

.wpcf7-form-item {
  margin-bottom: 20px;
}
.wpcf7-form-item .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form label p {
  margin-bottom: 5px;
}
.wpcf7-form input,
.wpcf7-form textarea {
  font-family: "Open Sans", sans-serif;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  padding: 19px 20px;
  width: 100%;
  max-width: 100%;
  color: #8c8c8c;
  background-color: #f5f5f5;
  font-size: 14px;
  border: 0px;
  border-radius: 3px;
  outline: none;
}
.wpcf7-form input[type=text]::-moz-placeholder, .wpcf7-form input[type=email]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: #b4b4b4;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form textarea::placeholder {
  color: #b4b4b4;
}
.wpcf7-form input[type=checkbox] {
  margin-right: 10px;
}
.wpcf7-form input[type=submit] {
  padding: 18px 20px;
  width: 100%;
  color: #fff;
  background-color: #474d87;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .wpcf7-form input[type=submit] {
    cursor: pointer;
  }
}

.sidebar-item:not(:last-of-type) {
  margin-bottom: 60px;
}
.sidebar-newsletter {
  margin-top: 20px;
  max-width: 200px;
}
.sidebar-newsletter form input.tnp-submit {
  padding: 10px 25px;
  color: #fff;
  background-color: #474d87;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
}

.hero__content {
  display: none;
}
@media (min-width: 1200px) {
  .hero__content {
    position: relative;
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero__content img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Cardo";
    font-weight: normal;
    font-size: 36px;
    line-height: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 3px 2px #000;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .hero__title--highlight {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .hero-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: -10px;
  }
}

.col-l {
  color: #fff;
  background-color: #474d87;
}
@media (min-width: 1200px) {
  .col-l {
    display: flex;
    justify-content: flex-end;
  }
}
.col-l-box {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 270px;
}
@media (min-width: 768px) {
  .col-l-box {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .col-l-box {
    margin: 0;
    max-width: 570px;
  }
}
.col-l-head {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.col-l-head .fa-bank {
  font-size: 40px;
}
.col-l-title {
  margin-left: 35px;
  font-size: 28px;
  line-height: 1.1;
}
.col-l-subtitle {
  font-size: 26px;
}

@media (min-width: 1200px) {
  .col-r {
    display: flex;
    justify-content: flex-start;
  }
}
.col-r-box {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 270px;
}
@media (min-width: 768px) {
  .col-r-box {
    max-width: 570px;
  }
}
@media (min-width: 1200px) {
  .col-r-box {
    margin: 0;
    max-width: 100%;
    width: 570px;
  }
}
.col-r-title {
  margin-bottom: 11px;
  font-size: 30px;
  text-align: center;
}
.col-r-body {
  text-align: center;
}
.col-r-contact-btn {
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 15px;
  padding: 10px 25px;
  color: #fff;
  background-color: #474d87;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.icons-container {
  display: grid;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .icons-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .icons-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.icons-item {
  margin: 0 auto;
  max-width: 270px;
  text-align: center;
}
.icons-item__icon {
  color: #474d87;
  font-size: 45px;
}
.icons-item__title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 300;
}
.icons-item__link {
  color: #474d87;
  font-weight: 600;
  text-decoration: none;
}

.faq-item {
  padding: 10px 0;
}
.faq-item:not(:last-of-type) {
  border-bottom: 1px solid #dedede;
}
.faq-item.active .faq-item-btn {
  background-color: #474d87;
}
.faq-item.active .faq-item-btn .fa-plus {
  opacity: 0;
}
.faq-item.active .faq-item-btn .fa-minus {
  opacity: 1;
}
.faq-item.active .faq-item-content {
  margin-left: 50px;
  padding-top: 15px;
  height: 100%;
  text-align: justify;
  opacity: 1;
}
.faq-item-head {
  display: flex;
  cursor: pointer;
}
.faq-item-btn {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  width: 37px;
  height: 35px;
  background-color: #f3f3f3;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}
.faq-item-btn .fa-plus,
.faq-item-btn .fa-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
}
.faq-item-btn .fa-plus {
  color: #777777;
  opacity: 1;
}
.faq-item-btn .fa-minus {
  color: #fff;
  opacity: 0;
}
.faq-item-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
}
.faq-item-content {
  height: 0px;
  overflow: hidden;
  opacity: 0;
}

.page-hero {
  width: 100%;
}
.page-hero-bg {
  width: 100%;
}
.page-hero-bg img {
  max-width: 100%;
  height: auto;
}

.about-container {
  margin: 0 auto;
  max-width: 270px;
}
@media (min-width: 768px) {
  .about-container {
    max-width: 100%;
  }
}
.about-title {
  margin-bottom: 30px;
  font-size: 24px;
}
.about-list {
  padding-left: 20px;
}
.about-list__item {
  font-size: 16px;
}

.char-container p, .char-container ul {
  margin-bottom: 20px;
}
.char-container p {
  text-align: justify;
}

.svg-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.svg-map {
  display: block;
  width: 500px;
  height: 500px;
}

@media (max-width: 959px) {
  .svg-map {
    height: auto;
    margin: 0 20px;
  }
}
.svg-path.active {
  fill: #474D87 !important;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

.jury-list {
  padding: 0;
  list-style-type: none;
}

@media (min-width: 960px) {
  .jury-list {
    margin-left: 20px;
  }
}
@media (max-width: 959px) {
  .jury-list {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
.jury-list__item {
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 11px;
}

.jury-list__item:nth-child(1) {
  border-top: 1px solid #999;
}

.jury-list__item.active {
  background-color: #474D87;
  color: #ffffff;
}

.svg-legend {
  list-style-type: none;
  padding: 0 15px;
}

@media (min-width: 960px) {
  .svg-legend {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
}
@media (max-width: 959px) {
  .svg-legend {
    margin: 20px 0 0;
  }
}
.svg-legend__item {
  margin: 10px 0;
  font-size: 11px;
  line-height: 15px;
  display: grid;
  grid-template-columns: 270px;
}

.svg-legend__item .color {
  display: inline-block;
  width: 50px;
  height: 10px;
  margin-top: 3px;
}

.svg-legend__item:nth-child(1) .color {
  background-color: #555555;
}

.svg-legend__item:nth-child(2) .color {
  background-color: #7a83da;
}

.svg-legend__item:nth-child(3) .color {
  background-color: #dddddd;
}

.svg-legend__item:nth-child(4) .color {
  background-color: #F8A219;
  border: 1px solid #ddd;
}

.svg-legend__item:nth-child(5) .color {
  background-color: #777777;
}

.svg-legend__item:nth-child(6) .color {
  background-color: #eeeeee;
}

.svg-legend__item:nth-child(7) .color {
  background-color: #7a83da;
}

.svg-legend__item:nth-child(8) .color {
  background-color: #F0247C;
}

.svg-legend__item:nth-child(9) .color {
  background-color: #5345DE;
}

.svg-legend__item:nth-child(10) .color {
  background-color: #ca246b;
}

.svg-legend__item:nth-child(11) .color {
  background-color: #8B16D9;
}

.svg-legend__item:nth-child(12) .color {
  background-color: #BBC8E7;
}

.svg-legend__item:nth-child(13) .color {
  background-color: #10B9C1;
}

.svg-legend__item:nth-child(14) .color {
  background-color: #999999;
}

.rodo p {
  margin-bottom: 20px;
  font-size: 13px;
}

.req-grid {
  display: grid;
  row-gap: 60px;
}
@media (min-width: 768px) {
  .req-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .req-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.req-item {
  margin: 0 auto;
  text-align: center;
}
.req-item i {
  margin-bottom: 22px;
  color: #474d87;
  font-size: 45px;
}
.req-item__title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.bailif-actions {
  display: grid;
  row-gap: 50px;
}
@media (min-width: 1200px) {
  .bailif-actions {
    grid-template-columns: 30% auto;
    row-gap: 0px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.bailif-actions-left {
  order: 2;
}
@media (min-width: 1200px) {
  .bailif-actions-left {
    order: 1;
  }
}
.bailif-actions-right {
  order: 1;
}
@media (min-width: 1200px) {
  .bailif-actions-right {
    order: 2;
  }
}
.bailif-actions-right p,
.bailif-actions-right ul {
  margin-bottom: 20px;
}
.bailif-actions-right a {
  color: #474d87;
}

.work-grid {
  display: grid;
  row-gap: 50px;
}
@media (min-width: 1200px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 0;
  }
}
.work-left p,
.work-left ul {
  margin-bottom: 20px;
}
.work-content {
  margin-bottom: 30px;
  font-size: 16px;
}

.contact-grid {
  display: grid;
  row-gap: 50px;
}
@media (min-width: 1200px) {
  .contact-grid {
    grid-template-columns: 67% auto;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.contact-data-title {
  margin-bottom: 20px;
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
}
.contact-data-item {
  margin-bottom: 50px;
}
.contact-data-item p i {
  margin-right: 10px;
  color: #444;
  font-size: 16px;
}
.contact-data-item p strong {
  font-weight: 700;
}
.contact-data-txt {
  margin-bottom: 20px;
}

.changes-2019-table {
  overflow-x: scroll;
}
@media (min-width: 1200px) {
  .changes-2019-table {
    overflow: auto;
  }
}
.changes-2019-table .tabela_2019 {
  width: 100%;
  text-align: center;
  border: 1px solid black;
  border-spacing: 0;
  border-collapse: separate;
}
.changes-2019-table .tabela_2019 tr th,
.changes-2019-table .tabela_2019 tr td {
  text-align: center;
  border: 1px solid black;
}
.changes-2019-table .tabela_2019 tr th {
  padding: 13px 0px;
  min-width: 300px;
  color: #fff;
  background-color: #474d87;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .changes-2019-table .tabela_2019 tr th {
    min-width: 555px;
  }
}
.changes-2019-table .tabela_2019 tr td {
  padding: 15px 0px;
}
.changes-2019-table .tabela_2019 tr td .t-blue {
  color: #474d87;
}
.changes-2019-table .tabela_2019 tr td p {
  margin-bottom: 20px;
}
.changes-2019 p,
.changes-2019 ul,
.changes-2019 hr {
  margin-bottom: 20px;
}
.changes-2019 p,
.changes-2019 ul {
  text-align: justify;
}
.changes-2019 hr {
  border: none;
  border-top: 1px solid #ccc;
}

.directions-data p, .directions-data ul {
  margin-bottom: 20px;
}
.directions-data img {
  width: 100%;
}

.en-content {
  margin-bottom: 50px;
}
.en-content p,
.en-content ul,
.en-content ol {
  margin-bottom: 20px;
  font-size: 16px;
}
.en-content a {
  color: #474d87;
  text-decoration: none;
}
.en-content table td {
  font-size: 16px;
}
.en-content .en-title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
}
.en-content .en-subtitle {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
}
.en-content .en-subtxt {
  font-size: 13px;
}

.blog-grid {
  display: grid;
  row-gap: 50px;
  margin: 0 auto;
  max-width: 270px;
}
@media (min-width: 576px) {
  .blog-grid {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .blog-grid {
    grid-template-columns: 67% auto;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 0px;
  }
}
.blog-post {
  margin-bottom: 70px;
}
.blog-post__title {
  margin-bottom: 10px;
}
.blog-post__title a {
  color: #0c0c0c;
  font-size: 21px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .blog-post__title a:hover {
    color: #474d87;
  }
}
@media (min-width: 1200px) {
  .blog-post__title a {
    transition: color 0.3s;
  }
}
.blog-post__excerpt a {
  display: none;
}
.blog-post__footer {
  margin-top: 10px;
}
.blog-post__footer a {
  color: #474d87;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-pagination ul {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style-type: none;
}
.blog-pagination ul li:not(:last-of-type) {
  margin-right: 6px;
}
.blog-pagination ul li a,
.blog-pagination ul li span {
  display: inline-block;
  padding: 7px 12px;
  color: #979797;
  background-color: #ebebeb;
  border-radius: 3px;
}
.blog-pagination ul li a {
  text-decoration: none;
}
.blog-pagination ul li span.current {
  color: #fff;
  background-color: #474d87;
}

.g-team-box {
  display: grid;
  row-gap: 50px;
}
@media (min-width: 768px) {
  .g-team-box {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .g-team-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.g-team-item {
  margin: 0 auto;
  max-width: 270px;
  text-align: center;
}
@media (min-width: 768px) {
  .g-team-item {
    max-width: 100%;
  }
}
.g-team-item__img {
  width: 100%;
  height: auto;
}
.g-team-item__title {
  margin: 20px 0 10px;
  font-size: 21px;
}
.g-team-item__subtitle {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.fixed-phone-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #0c0c0c;
  font-size: 24px;
  text-decoration: none;
  border-radius: 50%;
  z-index: 9999;
}
@media (min-width: 1200px) {
  .fixed-phone-btn {
    display: none;
  }
}

.posts-list {
  position: relative;
  list-style: none;
  margin-left: 0px;
}
.posts-list ul {
  position: relative;
  padding-left: 0;
  list-style: none;
  margin-left: 0px;
}
.posts-list ul li {
  margin-bottom: 13px;
  padding-left: 25px;
  line-height: 20px;
  padding-bottom: 13px;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #eee;
  text-transform: uppercase;
}
.posts-list ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  text-align: center;
  position: absolute;
  left: 0px;
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -1px;
}
.posts-list ul li a {
  color: #474d87;
  font-weight: 500;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
