*,
*::after,
*::before {
  backface-visibility: inherit;
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

html,
body {
  backface-visibility: hidden;
  box-sizing: border-box;
  font-family: 'Martel Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  margin: 0;
  padding: 0;
}

.path {
  stroke: #23acb4;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: 'Lora', serif;
  font-weight: 700;
  line-height: 1.3em;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  color: #2c3e50;
  text-transform: none;
}

.section-title,
.section-title_center {
  color: #2c3e50;
  font-size: 2.5em;
  text-transform: none;
}

.section-big-title_center {
  font-size: 3.75em;
}
.copy-right p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  h2,
  .section-title,
  .section-title_center {
    font-size: 2em;
  }
}

#home-page .full-height {
  align-items: center;
  background-color: #ffffff;
  min-height: 100vh;
  height: 100vh;
  position: relative;
}

.full-height {
  position: relative;

}

#home-page .full-height {
  /* color: #ffffff; */
  color: #2C3E50;
}

.full-height .reorder {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.full-height .reorder>*:first-child {
  order: 2;
}

.full-height .reorder>*:last-child {
  order: 1;
}

.full-height .reorder>* {
  margin: 0;
  padding: 0;
}

#home-page .full-height h1 {
  color: #2C3E50;
}

#kancelaria .full-height p,
#uslugi .full-height p,
#oplaty_page .full-height p,
#oplaty_page .full-height p b,
#dokumenty .full-height p,
#page_404 .full-height p {
  color: #ffffff;
}

#oplaty_page h2, #dokumenty h2 {
  margin: 0;
}

.full-height h1 {
  font-size: 3.75em;
}

.full-height h2 {
  font-size: 2.4em;
  font-weight: 400;
  color: #2C3E50;
}

@media (max-width: 375px) {
  .full-height h1 {
    font-size: 3.0em;
  }
  .full-height h2 {
    font-size: 1.8em;
  }
}

.full-height .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#home-page .full-height .row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 108px;
}

/* #home-page .full-height .row {
  padding-bottom: 50px;
  padding-top: 150px;
  position: relative;
} */

.full-height picture,
.full-height picture>img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#home-page .full-height picture,
#home-page .full-height picture>img,
#page_404 .full-height picture,
#page_404 .full-height picture>img {
  width: 100%;
  height: 100%;
}

#home-page .full-height picture,
#page_404 .full-height picture {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  /* z-index: -1; */
}

.full-height {
  margin-top: 108px;
  position: relative;
}

.full-height img {
  height: auto;
  max-width: 100%;
  width: 100%;
  position: relative;
  float: left;
}

#home-page .full-height {
  margin-top: 0;
}

/* .full-height picture {
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
} */

#home-page .full-height picture>img {
  object-fit: cover;
  object-position: center;
}

.default-color {
  color: #23acb4;
}

.row::after {
  display: block;
  height: 0;
  width: 100%;
}

.row::before {
  display: none !important;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
}

/* @media (max-width: 705px) {
  .flex {
    display: block;
  }
} */

.flex-center {
  align-content: center;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 1199px) {
  .flex-bottom {
    align-content: stretch;
    align-items: flex-start;
    justify-content: center;
  }
}

h1.section-big-title_center {
  margin: 100px 0;
  font-weight: 400;
}

h1.section-big-title_left {
  color: #ffffff;
}

.section-title::after,
.section-title_center::after,
h1.section-big-title_center::after,
h1.section-big-title_left::after {
  content: '';
  background-color: #1daeb3;
  background-image: none;
  display: block;
  height: 5px;
  top: 100%;
  width: 58px;
}

h1.section-big-title_center::after {
  margin: 0 auto;
}

.section-title::after {
  left: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  #uslugi .bullets-uslugi {
    margin-top: 50px;
  }
  #kancelaria .section-title::after {
    left: inherit;
    right: inherit;
    margin: 0;
  }

}

.section-title,
.section-title_center {
  font-weight: 400;
}
.section-title_center::after {
  left: 0;
  margin-left: 0;
  right: auto;
}

/* Wyśrodkowany nagłówek + kreska od pierwszej litery */
.text-center .section-title,
.text-center .section-title_center,
.section-title.text-center,
.section-title_center.text-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: auto;
}

.section-title.text-center::after,
.section-title_center.text-center::after,
.text-center .section-title::after,
.text-center .section-title_center::after {
  left: 0;
  margin-left: 0;
  margin-right: 0;
  right: auto;
}

h3 {
  font-size: 1.4em;
}

.practice-area-full h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  text-transform: none;
}

.footer_short7 h3 {
  color: #23acb4;
  font-size: 1.4em;
  font-weight: 700;
  padding: 0;
  text-transform: none;
}

a,
a:visited,
a:hover,
.tp-caption a {
  color: inherit !important;
}

.tp-caption a:hover {
  color: #23acb4;
}

a {
  text-decoration: underline;
}

@media (max-width: 500px) {
  .br-sm-remove br {
    content: " ";
  }
  .br-sm-remove br::after {
    content: " ";
  }
}

@media (min-width: 528px) {
  .br-sm-visible br {
    content: " ";
  }
  .br-sm-visible br::after {
    content: " ";
  }
}

@media (max-width: 527px) {
  .hidden-xs-down {
    display: none !important;
  }
}

.container-full {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.btn-default,
.btn-default:visited,
.btn-default:hover {
  border-radius: 1px;
  box-shadow: 0 0 0 5px transparent inset;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Martel Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em !important;
  padding: 25px 50px 21px !important;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-default:hover {
  background-color: transparent;
  box-shadow: 0 0 0 5px #23acb4 inset;
  color: #23acb4 !important;
}

.btn-dark {
  background-color: #2c3e50;
}

.btn-dark:hover {
  box-shadow: 0 0 0 5px #2c3e50 inset;
  color: #2c3e50 !important;
}

@media (min-width: 768px) {
  .header_ten .navbar-header {
    padding: 0;
  }
}

.header_ten .menu_inner {
  align-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  /* padding-left: 70px;
  padding-right: 70px; */
}

/* @media (max-width: 1199px) {
  .header_ten .menu_inner {
    padding-left: 20px;
    padding-right: 20px;
  }
} */

@media (max-width: 991px) {
  .header_ten .menu_inner {
    display: block;
  }
}

.sticky-navigation {
  background-color: #ffffff;
  bottom: auto;
  /* box-shadow: 0 0 7px 0 #212121; */
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.header_ten .navbar.navbar-bg-light {
  position: static;
  top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.header_ten .navbar.navbar-bg-light .navbar-nav>li:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .header_ten .navbar.navbar-bg-light .navbar-nav>li:not(:last-of-type) {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .navbar-collapse {
    max-height: unset;
  }
}

.header_ten .navbar.navbar-bg-light .navbar-nav>li>a {
  border-bottom: none;
  border-left-color: transparent;
  border-top-color: transparent;
  border-top-width: 8px;
  font-size: 0.875em;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  text-transform: none;
}

@media (max-width: 767px) {
  .header_ten .navbar.navbar-bg-light .navbar-nav>li>a {
    padding-left: 10px;
  }
}

.header_ten .navbar.navbar-bg-light .navbar-nav>li>a:hover {
  border-left-color: #23acb4;
  border-top-color: #23acb4;
  border-top-width: 8px;
}

.header_ten .navbar.navbar-bg-light .navbar-nav>li.active>a {
  border-left-color: #23acb4;
  border-top-color: #23acb4;
  color: #23acb4 !important;
}

@media (max-width: 767px) {
  .header_ten .navbar.navbar-bg-light .navbar-nav>li>a,
  .header_ten .navbar.navbar-bg-light .navbar-nav>li>a:hover {
    border-left-width: 8px;
    border-top-width: 0;
  }
}

@media (max-width: 991px) {
  .header_ten .navbar-brand {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navbar-toggle {
    margin-right: 0;
    margin-top: 29px;
  }
}

@media (max-width: 767px) {
  .header_ten .navbar-brand {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 425px) {
  .navbar-toggle {
    margin-top: 17px;
  }
}

.header_ten .navbar-brand>img {
  max-width: 175px;
  width: 100%;
  height: auto;
}

/* @media (max-width: 991px) {
  .header_ten .navbar-header .navbar-brand>img {
    max-width: 100%;
    width: 175px;
  }
} */

/* @media (max-width: 479px) {
  .header_ten .navbar-header .navbar-brand>img {
    width: 175px;
  }
}

@media (max-width: 425px) {
  .header_ten .navbar-header .navbar-brand>img {
    width: 128px;
  }
} */

.logo-footer {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 991px) {
  .logo-footer {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.logo-footer>img {
  /* max-width: 50%; */
  /* height: 60px; */
  max-width: 175px;
  width: 100%;
  height: auto;
}

@media (max-width: 375px) {
  .logo-footer>img {
    max-width: 60%;
  }
}

.practice_full {
  background-color: #d2eaeb;
}

p,
.practice-area-color p,
.subheadings_top {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.practice-area-color p {
  text-align: left;
}

.practice-area-color h3 {
  margin: 15px 0;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 769px) {
  .practice-area-color:hover h3 {
    color: #ffffff;
  }
}

.practice-area-color {
  align-self: stretch;
  background-color: transparent;
  display: flex;
  padding: 10px;
}

@media (max-width: 1024px) {
  .practice-area-color {
    width: 50%;
  }
}

@media (max-width: 705px) {
  .practice-area-color {
    width: 100%;
  }
}

.practice-area-color>div {
  background-color: #ffffff;
  /* padding: 80px 50px 50px; */
  padding: 80px 40px 60px;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
  .practice-area-color>div {
    padding: 50px 25px;
  }
}

@media (min-width: 769px) {
  .practice-area-color:hover>div {
    background-color: #23acb4;
    color: #ffffff;
  }
}

.practice-area-color i.fa {
  background-color: #23acb4;
  color: #ffffff;
  font-size: 31px;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 23px;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .practice-area-color:hover i.fa {
    background-color: #ffffff;
    color: #23acb4;
  }
}

@media (max-width: 767px) {
  .how-we-work-main {
    display: block;
  }
}

.how-we-work {
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .how-we-work {
    padding-bottom: 25px;
    padding-top: 35px;
  }
}

.practice-area p {
  color: #ffffff;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}

/* @media (max-width: 1440px) {
  .practice-area p {
    font-size: 1.2em;
  }
} */

footer {
  background-color: #d2eaeb;
  color: #2c3e50;
}

.footer_short7 {
  background-color: #2c3e50;
  background-image: none;
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer_short7 {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .footer_short7 .col:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.footer_short7 p,
footer li a,
footer a,
footer p {
  color: inherit !important;
}

.footer_short7 p,
footer li a,
footer p {
  font-size: 0.875em;
}

.kolab-logo-footer {
  vertical-align: top;
  height: 25px;
  /* max-width: 175px;
  width: 100%;
  height: auto; */
  margin-left: 10px;
  margin-top: -4px;
}

p:last-of-type,
.footer_short7 p:last-of-type,
footer p:last-of-type {
  margin: 0;
}

@media (max-width: 991px) {
  p:last-of-type,
  .footer_short7 p:last-of-type,
  footer p:last-of-type {
    margin-bottom: 10px;
  }
}

.copyright_section {
  padding: 20px 0 14px;
  margin-bottom: -13px;
}

@media (max-width: 768px) {
  .copyright_section {
    margin-bottom: 0;
  }
}

.copy-right {
  padding-top: 0;
}

.built-by {
  text-align: right;
}

@media (max-width: 991px) {
  .built-by {
    text-align: center;
  }
  .navbar-collapse {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .who_we_are .top-margin-40 {
    margin-top: 0;
  }
  .who_we_are strong.normal {
    font-size: 1.25em;
    line-height: 1.75em;
  }
}

@media (max-width: 479px) {
  .bottom-margin-70 {
    margin-bottom: 20px;
  }
  .top-pad-100 {
    padding-top: 50px;
  }
  .top-pad-80 {
    padding-top: 30px;
  }
  .bottom-pad-100 {
    padding-bottom: 50px;
  }
}

@media (max-width: 425px) {
  .how_we_work_row {
    display: none;
  }
}

/* #contact-page .header_ten,
#contact-page .map {
  background-color: #d2eaeb;
} */

/* #contact-page .sticky-navigation {
  position: static;
} */

/* #contact-page .header_ten {
  padding-bottom: 30px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  #contact-page .header_ten {
    padding-top: 0;
  }
} */

#contact-page .map #map {
  height: 500px;
}

/* #contact-page .header_ten .navbar.navbar-bg-light {
  background-color: transparent;
  position: static;
} */

#contact-page .contact-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

@media (max-width: 991px) {
  #contact-page .contact-section .flex {
    display: block;
  }
  #contact-page .contact-section .flex>div:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

/* @media (max-width: 768px) {
  #contact-page .contact-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
} */

#contact-page .contact-section #map {
  height: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  #contact-page .contact-section #map {
    height: 500px;
  }
}

#contact-page strong {
  /* display: block; */
  font-size: 1.25em;
  margin-bottom: 20px;
}

#contact-page strong.alert,
.who_we_are strong.alert {
  display: inline;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

#contact-page strong:not(:first-of-type) {
  margin-top: 20px;
}

#contact-page .contact-section p {
  margin: 0;
}

.bottom-margin-100 {
  margin-bottom: 100px;

}
.top-margin-100 {
  margin-top: 100px;
}

span.job,
h3.job {
  font-size: 30px;
  line-height: 30px;
	text-align: left;
  color: #1daeb3;
  font-weight: 400;
  margin: 0;
}

.section-responsive {
  margin-top: 0;
}

.who_we_are {
  padding: 0;
}

#home-page #who-we-are {
  padding-bottom: 100px;
}

#home-page #who-we-are .who-we-are-intro {
  text-align: center;
}

#kancelaria .team-cards {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#kancelaria .team-cards > [class*="col-"] {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
}

#kancelaria .team-card {
  background-color: #ffffff;
  border: 1px solid #d2eaeb;
  border-top: 4px solid #23acb4;
  box-shadow: 0 2px 16px rgba(44, 62, 80, 0.06);
  height: 100%;
  padding: 40px 35px;
  width: 100%;
}

#kancelaria .team-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #kancelaria .team-card {
    padding: 30px 25px;
  }
}

ul.bullets  {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}

ul.bullets li {
  text-indent: -20px;
  padding-left: 30px;
}

ul.bullets li:before {
  content: "•"; /* Insert content that looks like bullets */
  padding-right: 8px;
  color: #1daeb3; /* Or a color you prefer */
  font-size: 24px;
  vertical-align: middle;
}

li a {
  text-decoration: none;
}

.panel-body ol li a {
  text-decoration: underline;
  color: #23acb4 !important;
}

.panel-body ol li a:hover {
  text-decoration: none;
}

.tab-content {
  margin: 0;
}

.tab-content.vertical-tab-content {
  padding: 0;
}

.tab-content.vertical-tab-content > .tab-pane {
  padding: 30px;
}

.panel-group {
  margin-bottom: 0;
}

.panel-group .panel:first-child {
  margin-top: 0 !important;
}

.panel-title {
  margin-bottom: 0;
}

.panel-title a {
  text-decoration: none;
}

/* .panel-group .panel .panel-heading > .panel-title > a, */
.panel-group .panel .panel-heading > .panel-title > a h3 {
  font-size: 24px !important;
  font-weight: 400 !important;
  margin: 0;
}

.panel-title > a.collapsed::before {
  background-image: url('../img/arrow.svg');
  background-size: 52px 26px;
  width: 52px;
  height: 26px;
  -ms-transform: rotate(0); /* IE 9 */
  -webkit-transform: rotate(0); /* Safari 3-8 */
  transform: rotate(0);
}

.panel-title > a::before {
  background-image: url('../img/arrow.svg');
  background-size: 52px 26px;
  width: 52px;
  height: 26px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari 3-8 */
  transform: rotate(180deg);
}

.panel-group.list-style .panel .panel-heading > .panel-title > a {
  text-transform: none;
}

.contact-section h3 {
  margin: 20px 0 5px;
}

.contact-section h3:first-child {
  margin: 0 0 5px;
}

li a h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 400;
}

li a:hover h3,
li.active a h3 {
  color: #ffffff;
}

.full-height .row {
  margin: 0;
}

#page_404 div.full-height {
  z-index: 0;
}
#page_404 div.full-height:before {
  z-index: 1;
  background-color: #577288;
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page_404  div.full-height .container {
  position: relative;
  z-index: 2;
}

#page_404 .content_404 {
  width: 100%;
  text-align: center;
}

#page_404 .section-big-title_left:after {
  display: none;
}

#page_404 .section-big-title_left {
  font-size: 250px;
  line-height: 250px;
  color: #1daeb3;
}

#page_404 .row .text_404 {
  font-size: 40px;
  margin-bottom: 50px;
}

#page_404 .full-height {
  margin-top: 0;
}

#page_404 .full-height img {
  height: 100vh;
  object-fit: cover;
}

#page_404 .content_404 {
  padding-top: 108px;
}


@media (max-width: 1025px) {
  .full-height h1 {
    font-size: 2em;
    line-height: 1.4em;
  }
  .full-height h2 {
    font-size: 1.5em;
  }
  .full-height p {
    font-size: 0.85em;
    line-height: 1.75em;
  }
  .full-height .row {
    padding-top: 0;
  }
  #page_404 .section-big-title_left {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 0;
  }
  #page_404 .row .text_404 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  #page_404 .content_404 {
    padding-top: 143px;
  }
}

/* responsive */
@media (max-width: 991px) {
  .full-height {
    margin-top: 143px;
  }
  .copy-right p:first-child {
    margin-bottom: 0;
  }
  #who-we-are .flex-bottom {
    display: -webkit-flex; /* Safari */
    display: flex;
  }
  #who-we-are .order-one {
    order: 1;
    -webkit-order: 1;
  }
  #who-we-are .order-two {
    order: 2;
    -webkit-order: 2;
  }
  .panel-group .panel .panel-heading > .panel-title > a h3 {
    font-size: 0.6em !important;
    line-height: 1.3em;
  }
  h3.job {
    text-align: left;
  }
  .tab-pane li,
  .tab-pane h4,
  .bullets-uslugi,
  #uslugi .bullets-uslugi li {
    text-align: left;
  }
  .logo-footer {
    width: 100%;
    text-align: center;
  }
  .logo-footer img {
    display: inline-block;
  }
  .footer_short7 .col:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #oplaty .bullets-oplaty {
    padding-top: 50px;
  }
  #kancelaria .section-title_center,
  #kancelaria .section-title {
    text-align: left;
  }
  #kancelaria p {
    text-align: left;
  }
  .full-height h1 {
    font-size: 2em;
    line-height: 1.4em;
  }
  .full-height h2 {
    font-size: 1.5em;
  }
  .full-height p {
    font-size: 0.75em;
    line-height: 1.75em;
  }
}
@media (max-width: 767px) {
  #home-page .full-height {
    height: auto;
  }
  .footer_short7 .col:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #page_404 .content_404 {
    padding-top: 60px;
  }
  .logo-footer > img {
    width: 100px;
  }
  div.full-height {
    z-index: 0;
  }
  div.full-height:before {
    z-index: 1;
    background-color: #577288;
    opacity: 0.7;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #home-page div.full-height:before {
    background-color: #ffffff;
    opacity: 0.5;
  }
  div.full-height .container {
    position: relative;
    z-index: 2;
  }
  #home-page div.full-height .container {
    z-index: 6;
    top: 50%;
  }
  .navbar-collapse .navbar-nav {
    padding: 5px 0;
  }
  .header_ten .navbar.navbar-bg-light .navbar-nav > li,
  .header_ten .navbar.navbar-bg-light .navbar-nav > li:not(:last-of-type) {
    margin-bottom: 2px;
  }
  .header_ten .navbar.navbar-bg-light .navbar-nav > li:last-child {
    margin-bottom: 0;
  }
  .navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header_ten .navbar-header {
    padding: 5px 0px;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .header_ten .navbar-header .navbar-brand > img {
    width: 100px;
    margin-top: 5px;
  }
  .full-height .row {
    /* margin: 0; */
  }
  #home-page .full-height .row {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 60px;
  }
  .tab-content.vertical-tab-content {
    margin-bottom: 20px;
  }
  .text-header-uslugi {
    padding-top: 20px;
  }
  #uslugi .full-height p {
    text-align: left;
  }
  #contact-page .contact-section #map {
    height: 250px;
  }
  .contact-section h3 {
    font-size: 1.2em;
  }
  .contact-section p,
  .contact-section ol li,
  ol li {
    font-size: 0.75em;
    line-height: 1.75em;
  }
  .contact-section {
    padding-bottom: 20px !important;
    padding-top: 80px !important;
  }
  h1.section-big-title_center {
    font-size: 2em;
    line-height: 1.0em;
    margin: 10px 0 20px;
  }
  .panel-title > a.collapsed::before {
    top: 50%;
    transform: translateY(-50%);
    background-size: 26px 13px;
    width: 26px;
    height: 13px;
    right: -10px;
  }
  .panel-title > a::before {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-size: 26px 13px;
    width: 26px;
    height: 13px;
    right: -10px;
  }
  #accordion .panel-collapse ol li {
    font-size: 0.75em;
    line-height: 1.75em;
    text-align: left;
  }
  #accordion .panel-collapse ol li ul li {
    font-size: 1em;
    line-height: 1.75em;
  }
  #dokumenty .top-pad-100 {
    padding-top: 20px;
  }
  #dokumenty-wymagane {
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
  .panel-group .panel {
    padding: 20px;
    margin-top: 5px !important;
  }
  .panel-group .panel .panel-heading > .panel-title > a h3 {
    font-size: 0.8em !important;
    line-height: 1.3em;
  }
  .title-oplaty {
    padding-top: 20px;
  }
  #oplaty {
    padding-top: 0;
  }
  #oplaty .bullets-oplaty {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #oplaty h3 {
    font-size: 1em;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 10px;
  }
  #oplaty .bullets-oplaty h3 {
    text-align: left;
  }
  ul.bullets li {
    font-size: 0.75em;
    line-height: 1.75em;
    text-align: left;
  }
  .uslugi-tabs {
    margin-bottom: 20px;
  }
  .same-height-table {
    height: auto !important;
  }
  .all-vertical-tabs {
    padding: 0 15px;
  }
  .vertical-nav-tabs.nav-tabs > li > a {
    padding: 10px !important;
  }
  .nav-tabs.vertical-nav-tabs li {
    width: 100%;
  }
  li a h3 {
    font-size: 16px;
  }
  #uslugi .bullets-uslugi {
    margin: 20px 0;
  }
  #uslugi .bullets-uslugi h3 {
    font-size: 1em;
  }
  #uslugi .bullets-uslugi li {
    font-size: 0.75em;
    line-height: 1.75em;
    /* text-align: left; */
  }
  #uslugi p {
    font-size: 0.75em;
    line-height: 1.75em;
    text-align: left;
  }
  #uslugi footer p,
  #kancelaria footer p  {
    text-align: center;
  }
  h3.job {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .top-margin-100 {
    margin-top: 0px;
  }
  .bottom-margin-100 {
    margin-bottom: 0px;
  }
  .full-height {
    margin-top: 0;
  }
  .full-height img {
    object-fit: cover;
    object-position: 85% 0;
    height: 100vh;
  }
  /* .full-height h1 {
    font-size: 2em;
    line-height: 1.4em;
  }
  .full-height h2 {
    font-size: 1.5em;
  }
  .full-height p {
    font-size: 0.75em;
    line-height: 1.75em;
  } */
  .full-height .row {
    padding-top: 60px;
  }
  .bottom-pad-40 {
    padding-bottom: 20px;
  }
  .top-pad-40 {
    padding-top: 20px;
  }
  #practice_full {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  #home-page #who-we-are,
  #who-we-are {
    padding: 0;
    padding-bottom: 20px;
    margin: 0;
  }
  #who-we-are p,
  #practice_full p {
    font-size: 0.75em;
    line-height: 1.75em;
    margin-bottom: 5px;
  }
  .bottom-pad-100 {
    padding-bottom: 20px;
  }
  .section-title_center,
  .section-title {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 20px;
  }

  .section-title_center:not(.text-center),
  .section-title:not(.text-center) {
    text-align: left;
  }

  #kancelaria .section-title_center,
  #kancelaria .section-title {
    text-align: left;
  }
  div.practice-area-color {
    padding-top: 0;
  }
  .top-pad-80 {
    padding-top: 10px;
  }
  .practice-area-color h3 {
    font-size: 1.2em;
  }
  .practice-area-color p {
    font-size: 0.75em;
    line-height: 1.75em;
    text-align: center;
  }
  .practice-area-color > div {
    padding: 25px;
  }
  .btn-default {
    font-size: 12px;
    padding: 25px 25px !important;
  }
  .btn-default:hover {
    font-size: 12px;
    padding: 25px 25px !important;
  }
  .upper-footer .col {
    text-align: center;
  }
  .upper-footer span {
    float: none;
  }
  .upper-footer img {
    display: inline-block;
  }
  .footer_short7 {
    padding: 20px 0;
  }
  .footer_short7 h3 {
    font-size: 1em;
    line-height: 2em;
    margin-bottom: 0;
  }
  .footer_short7 p {
    font-size: 0.75em;
    line-height: 1.75em;
    margin-bottom: 10px;
  }
  /* footer bottom */
  .copy-right p,
  .copy-right p a {
    font-size: 11px;
    line-height: 21px;
  }
  .built-by p {
    font-size: 11px;
    line-height: 21px;
  }
  .copyright_section {
    padding: 20px 0;
  }
  .kolab-logo-footer {
    height: 21px;
  }
  #page_404 .content_404 {
    margin-right: -15px;
    margin-left: -15px;
  }
}