.section {
  min-height: 100vw;
}

.partition {
  margin-top: 150px;
  margin-bottom: 150px;
}

.partition.hero-section {
  position: relative;
  margin-top: 0px;
  margin-bottom: 150px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.partition.head-partition {
  position: relative;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.partition.is-2 {
  padding-top: 150px;
}

.partition.info-partition {
  display: none;
  margin-top: -15%;
}

.partition.middle-partition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7.5%;
  padding-bottom: 7.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d9d9d9;
}

.partition.tradition-partition {
  margin-top: 150px;
}

.partition.testemonials-partition {
  margin-bottom: 100px;
}

.partition.other-site-image-partition {
  position: relative;
  min-height: 33vh;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/JusticeScaleImage.webp');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
}

.partition.other-site-image-partition.is-kontakt {
  background-image: url('../images/TraditionImage.webp');
  background-position: 50% 50%;
}

.partition.other-site-image-partition.is-onama {
  background-image: url('../images/FindUsB.webp');
  background-position: 50% 57%;
}

.partition.other-site-image-partition.is-pomoc {
  background-image: url('../images/DSC08713-1.webp');
  background-position: 50% 30%;
}

.container {
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.form-container.is-contact {
  display: block;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.tradition-container {
  max-width: 1040px;
}

.container.info-container {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: -10vh;
}

.container.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.o-nama-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is-pomoc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.is-karijera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.contact-container {
  text-align: center;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: block;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  max-height: 155px;
  margin-top: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -9;
  min-height: 100%;
  background-color: rgba(26, 28, 32, 0.75);
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  font-family: Lato, sans-serif;
  color: #ecedf0;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.logo-image {
  max-width: 15vh;
}

.menu-button {
  display: none;
}

.nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ecedf0;
  font-size: 22px;
  line-height: 25px;
  text-decoration: none;
}

.nav-link-2 {
  color: #ecedf0;
}

.partition-button {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #465b07;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.partition-button.justice-button {
  margin-top: 50px;
  line-height: 18px;
}

.partition-button.contact-button {
  margin-top: 25px;
  margin-left: 15px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 22px;
}

.partition-button.tradition-button {
  margin-top: 25px;
  line-height: 18px;
}

.partition-button.header-button {
  margin-left: 25px;
  line-height: 18px;
}

.partition-button.action-button {
  line-height: 18px;
}

.partition-button.action-button.is-pomoc {
  margin-top: 30px;
  margin-left: 10px;
  font-size: 18px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.heading {
  margin-top: 0px;
}

.hero-content {
  display: block;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  font-family: Playfairdisplay, Arial, sans-serif;
  font-weight: 400;
}

.hero-heading {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 2.7777777777777777%;
  font-family: Playfairdisplay, Arial, sans-serif;
  color: #ecedf0;
  font-size: 70px;
  line-height: 75px;
  font-weight: 400;
}

.hero-heading.is-1 {
  margin-bottom: 1%;
  font-size: 60px;
  line-height: 65px;
}

.paragraph {
  max-width: 500px;
  margin-bottom: 35px;
  color: #ecedf0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.info-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 250px;
  max-width: 33.33333333333333%;
  min-height: 250px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ecedf0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.info-part.is-middle {
  max-height: 275px;
  min-height: 275px;
  background-color: #465b07;
}

.info-parts {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
}

.info-heading {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #1a1c20;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.info-heading.is-2 {
  margin-top: 15px;
  color: #ecedf0;
}

.info-heading.is-3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.info-par {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1a1c20;
  text-align: left;
}

.info-par.is-2 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ecedf0;
}

.button-2 {
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0);
  color: #1a1c20;
  font-weight: 700;
  letter-spacing: 1px;
}

.button-2.is-2 {
  color: #ecedf0;
}

.paragraph-3 {
  margin-bottom: 0px;
  color: #1a1c20;
  line-height: 18.5px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.justice-image-right {
  max-width: 95%;
  -o-object-fit: cover;
  object-fit: cover;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.justice-image-left {
  display: block;
}

.justice-content-wrapper {
  position: relative;
}

.justice-content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partition-heading {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  color: #1a1c20;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

.partition-heading.contact-heading {
  margin-left: 0px;
  padding-left: 3.4722222222222223%;
  color: #465b07;
}

.partition-heading.testemonials-heading {
  margin-top: 0px;
  margin-left: 0px;
  color: #465b07;
}

.partition-heading.testemonials-name {
  margin-left: 0px;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 2px;
}

.partition-heading.testemonials-profession {
  margin-top: 7.5px;
  margin-left: 0px;
  color: #465b07;
  font-size: 17.5px;
  line-height: 20px;
}

.partition-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Playfairdisplay, Arial, sans-serif;
  color: #1a1c20;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
}

.partition-title.justice-title {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 1px;
}

.partition-title.contact-title {
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}

.partition-title.contact-title.is-2 {
  text-align: left;
}

.partition-title.contact-title.is-first {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
}

.partition-title.middle-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 35px;
  line-height: 38px;
}

.partition-title.testemonials-title {
  max-width: 75%;
  margin-top: 15px;
  font-size: 35px;
  line-height: 40px;
}

.partition-title.tradition-title {
  margin-bottom: 35px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.partition-title.other-site {
  margin-top: 100px;
  margin-bottom: 30px;
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.partition-title.other-site.onama-site {
  margin-top: 10px;
  margin-bottom: 10px;
}

.partition-title.other-site.is-contact {
  margin-top: 50px;
  font-size: 40px;
}

.partition-title.other-site.is-pomoc {
  margin-top: 0px;
}

.partition-title.is-usluge {
  font-size: 45px;
  line-height: 50px;
  text-align: center;
}

.partiton-par {
  color: #1a1c20;
  line-height: 25px;
  font-weight: 400;
}

.partiton-par.justice-par {
  max-width: 95%;
  font-size: 20px;
}

.services-par {
  max-width: 750px;
  margin-top: 25px;
  margin-bottom: 45px;
  color: #1a1c20;
  text-align: center;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 333px;
  min-height: 300px;
  padding: 8.333333333333332%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #678411;
}

.services-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
}

.services-heading.is-services {
  color: #465b07;
}

.services-icon {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-size: 20.1px;
  line-height: 25px;
  text-align: left;
}

.services-link {
  background-color: #39490b;
  color: #ecedf0;
  text-decoration: none;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.0555555555555554%;
  padding-left: 3.0555555555555554%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-par {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #1a1c20;
  font-size: 20px;
  line-height: 28px;
}

.contact-par.is-contact {
  text-align: center;
}

.contact-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.contact-icon {
  margin-top: 0px;
  margin-right: 20px;
}

.contact-text {
  color: #1a1c20;
}

.contact-text.is-1 {
  margin-bottom: 5px;
}

.contact-text.is-1.is-2 {
  margin-bottom: 1px;
}

.content-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-field-name {
  color: #465b07;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.contact-input {
  padding-top: 5%;
  padding-bottom: 5%;
  border-radius: 10px;
  background-color: #d9d9d9;
  color: #1a1c20;
  font-size: 22px;
  line-height: 28px;
}

.contact-input.is-2 {
  min-height: 150px;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.column-6 {
  padding-right: 0px;
  padding-left: 2.5%;
}

.line {
  min-height: 3px;
  min-width: 27.77777777777778%;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #465b07;
}

.middle-par {
  max-width: 50%;
  margin-bottom: 0px;
  color: #1a1c20;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 4.5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-9 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-10 {
  padding-right: 0px;
  padding-left: 0px;
}

.tradition-image {
  max-height: 520px;
}

.tradition-wrapper {
  position: relative;
  text-align: right;
}

.tradition-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 39.42307692307692%;
  padding: 35px 20px;
  background-color: #d9d9d9;
  text-align: left;
}

.tradition-par {
  color: #1a1c20;
  font-size: 20px;
  line-height: 22px;
}

.footer {
  min-height: 400px;
  background-color: #1a1c20;
}

.map {
  min-height: 38px;
  min-width: 381px;
}

.footer-brand-link.w--current {
  text-decoration: none;
}

.footer-brand {
  max-width: 50%;
  margin-top: 0px;
}

.footer-info-text {
  margin-top: 25px;
  color: #ecedf0;
  font-size: 15px;
  line-height: 17.5px;
  font-style: normal;
  text-decoration: none;
}

.footer-info-text.is-2 {
  margin-top: 0px;
  color: #8bb50e;
  font-size: 17.5px;
}

.footer-info-text.footer-contact-header {
  color: #8bb50e;
  font-size: 17.5px;
  line-height: 19px;
  font-weight: 700;
}

.footer-info-text.footer-contact {
  margin-top: 20px;
  font-size: 15px;
  line-height: 17.5px;
}

.footer-info-text.footer-contact.is-2 {
  margin-top: 5px;
  color: #ecedf0;
}

.footer-list-heading {
  color: #465b07;
  font-size: 20px;
  line-height: 22px;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-list-item {
  color: #465b07;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.footer-list-item.w--current {
  margin-top: 10px;
  color: #8bb50e;
}

.footer-list-item.is-2 {
  margin-top: 10px;
  color: #ecedf0;
}

.footer-list-item.is-1 {
  color: #ecedf0;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-12 {
  padding-right: 0px;
  padding-left: 2.5%;
}

.column-13 {
  padding-right: 0px;
  padding-left: 0px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recaptcha {
  overflow: hidden;
  margin-bottom: 0px;
  margin-left: 20px;
}

.text-block {
  color: #1a1c20;
}

.text-block.is-2 {
  margin-top: 15px;
}

.testemonials-wrapper {
  padding: 5%;
}

.testemonials-par {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #1a1c20;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1.5px;
}

.testemonials-par.is-3 {
  max-width: 85%;
  font-size: 17.5px;
  line-height: 20px;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  display: none;
  background-color: #1a0f0f;
}

.image {
  max-width: 60%;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider {
  background-color: hsla(0, 0%, 100%, 0);
}

.arrow-up {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}

.arrow-up-icon {
  z-index: 100;
}

.body-2 {
  background-color: #e3e5ec;
}

.background-overlay2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(26, 28, 32, 0.75);
  box-shadow: 0 2px 5px 2px rgba(26, 28, 32, 0.33);
}

.other-contact-text {
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.other-contact-text.is-2 {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

.other-contact-text.is-2.is--2 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.other-contact-text.is-2.is--2.is-karijera {
  margin-top: 10px;
}

.other-contact-text.is-2.is-1 {
  margin-top: 10px;
  margin-bottom: 0px;
}

.other-contact-text.is-2.is-1.is-onama {
  max-width: 87%;
}

.other-contact-text.is-2.is-pomoc {
  max-width: 75%;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}

.other-contact-text.is-2.is-pomoc.is-end {
  margin-top: 25px;
}

.other-contact-text.is-2.is-karijera {
  max-width: 75%;
  margin-top: 0px;
}

.other-contact-text.is-karijera {
  max-width: 75%;
  margin-top: 10px;
}

.other-site-map {
  margin-top: 50px;
  margin-bottom: 50px;
}

.image-3 {
  max-height: 50vh;
}

.navlinkwrapper {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navlink-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-width: 90%;
  min-height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dfdfdf;
}

.info-part-link {
  max-height: 300px;
  max-width: 0.3333333333333333px;
}

.text-block-2 {
  color: #e5e7eb;
}

.info-text {
  margin-top: 25px;
  font-family: Lato, sans-serif;
  color: #1a1c20;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.info-text.is-middle {
  color: #ecedf0;
}

.uniquesignature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.uniquesignaturestamp {
  color: #ecedf0;
  font-size: 15px;
  line-height: 17.5px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4545;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4e4e4;
}

.preloader-image {
  max-width: 300px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.usluga-wrapper {
  display: block;
  margin-top: 25px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.usluga-wrapper.is-fizicko {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.usluga {
  padding: 5px 15px 15px;
  background-color: #d3d3d3;
}

.usluga.is-pravno {
  padding: 20px;
}

.services-text {
  margin-bottom: 1px;
  font-size: 15px;
}

.services-text.is-pravno {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  color: #333;
  font-size: 25px;
  line-height: 30px;
}

.services-text.is-pravno.dot {
  color: #465b07;
}

.contact-wrapper {
  max-width: 50%;
}

.contact-wrapper.is-contact {
  display: block;
  max-width: 100%;
  min-width: 70%;
}

.contact-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-div {
  background-image: url('../images/DSC08717.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.success-message {
  margin-top: 20px;
  border-radius: 10px;
  background-color: #f3f3f3;
}

.text-block-4 {
  color: #1a1c20;
}

.error-message {
  border-radius: 10px;
  background-color: #ff9393;
}

.services-wrapper-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-wrapper {
  max-height: 50vh;
}

.html-embed {
  height: 381px;
}

.background-image-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.navbaroverlay {
  display: none;
  width: 100%;
}

.phone-map {
  display: none;
}

.justice-image-right-phone {
  display: none;
}

.hero-par {
  display: none;
}

.columns-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .partition.info-partition {
    display: none;
    margin-top: -32.5%;
  }

  .partition.tradition-partition {
    margin-top: 150px;
  }

  .partition.contact {
    margin-bottom: 100px;
  }

  .container {
    max-width: 95%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 85%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.tradition-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.info-container {
    margin-top: -10vh;
    padding-top: 1vh;
  }

  .container.heading-container {
    padding-bottom: 0em;
  }

  .background-image {
    background-position: 87.5% 50%;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    min-height: 75px;
    margin-top: 0%;
    padding-top: 2.5%;
  }

  .logo-image {
    max-width: 20vh;
  }

  .menu-button {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
  }

  .menu-button:hover {
    color: #fff;
  }

  .menu-button:active {
    color: #fff;
  }

  .menu-button:focus {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: hsla(75, 0%, 100%, 0);
  }

  .nav-link {
    text-align: center;
  }

  .partition-button.contact-button {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .partition-button.header-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #ecedf0;
    color: #465b07;
    font-size: 18px;
    font-weight: 700;
  }

  .nav-menu {
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #465b07;
  }

  .column-2 {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-heading {
    font-size: 45px;
    line-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-heading.is-1 {
    font-size: 45px;
    line-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph {
    font-size: 17.5px;
    line-height: 20px;
  }

  .info-part {
    position: relative;
    max-height: none;
    min-height: 250px;
    padding: 10px;
  }

  .info-part.is-middle {
    max-height: none;
  }

  .info-par {
    font-size: 16.5px;
  }

  .button-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .button-2.is-2 {
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
  }

  .services-par {
    max-width: 70%;
  }

  .column-6 {
    padding-left: 5%;
  }

  .middle-par {
    max-width: 65%;
  }

  .columns-5 {
    padding-right: 3%;
    padding-left: 1.5%;
  }

  .map {
    min-height: 26%;
    min-width: 26%;
  }

  .button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .recaptcha {
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .image {
    max-width: 50%;
  }

  .right-arrow {
    margin-right: -40px;
    margin-left: -39px;
  }

  .navlinkwrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navlink-line {
    max-width: 20%;
  }

  .usluga-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .usluga.is-pravno {
    padding-left: 15px;
  }

  .contact-wrapper {
    max-width: 75%;
  }

  .contact-wrapper.is-contact {
    max-width: 100%;
  }

  .image-div {
    margin-top: 50px;
  }

  .html-embed {
    height: 500px;
  }

  .navbaroverlay {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -100;
    display: block;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #465b07;
  }

  .menubuttonwrapper {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .partition {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .partition.head-partition {
    margin-bottom: 0%;
  }

  .partition.info-partition {
    margin-top: -40%;
    margin-bottom: 100px;
  }

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

  .container {
    max-width: 95%;
  }

  .container.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container.form-container.is-contact {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .container.info-container {
    margin-top: -10vh;
  }

  .background-image {
    z-index: -10;
    background-position: 70% 50%;
  }

  .navbar {
    padding-top: 1.5vh;
  }

  .background-overlay {
    z-index: -9;
  }

  .logo-image {
    max-width: 15vh;
  }

  .menu-button {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: right;
  }

  .partition-button.justice-button {
    margin-top: 10px;
  }

  .partition-button.action-button {
    margin-top: 15px;
  }

  .column-2 {
    display: none;
  }

  .hero-heading {
    font-size: 2.34em;
    line-height: 45px;
  }

  .hero-heading.is-1 {
    font-size: 2.19em;
    line-height: 45px;
  }

  .paragraph {
    display: block;
  }

  .info-part {
    display: none;
    padding: 25px;
  }

  .info-part.is-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    min-height: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-par.is-2 {
    max-width: 60%;
    text-align: center;
  }

  .button-2.is-2 {
    position: static;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .partition-heading.justice-heading {
    margin-left: 10px;
    font-size: 17.5px;
  }

  .partition-heading.testemonials-name {
    font-size: 20px;
    line-height: 22px;
  }

  .partition-heading.testemonials-profession {
    font-size: 15px;
  }

  .partition-title.justice-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .partition-title.tradition-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .partition-title.other-site.onama-site {
    font-size: 25px;
    line-height: 30px;
  }

  .partiton-par.justice-par {
    max-width: 90%;
    font-size: 15px;
  }

  .services-par {
    max-width: 80%;
  }

  .services-wrapper {
    min-height: 360px;
  }

  .paragraph-4 {
    font-size: 17.5px;
  }

  .columns-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-6 {
    margin-top: 7.5%;
    padding-left: 0%;
  }

  .middle-par {
    max-width: 75%;
    font-size: 20px;
  }

  .columns-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tradition-box {
    padding: 20px 15px;
  }

  .tradition-par {
    font-size: 17.5px;
    line-height: 20px;
  }

  .column-11 {
    display: none;
  }

  .button-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .recaptcha {
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: 15px;
  }

  .testemonials-wrapper {
    max-width: 95%;
  }

  .testemonials-par {
    font-size: 17.5px;
    line-height: 20px;
  }

  .left-arrow {
    margin-left: -15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-arrow {
    margin-right: -25px;
  }

  .other-contact-text.is-2.is--2 {
    font-size: 17.5px;
    line-height: 22px;
  }

  .other-contact-text.is-2.is-1.is-onama {
    font-size: 17.5px;
    line-height: 22px;
  }

  .other-contact-text.is-2.is-pomoc {
    font-size: 22px;
    line-height: 27px;
  }

  .other-contact-text.is-karijera {
    font-size: 17.5px;
    line-height: 22px;
  }

  .usluga-wrapper.is-fizicko {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .usluga.is-pravno {
    padding-left: 10px;
  }

  .services-text.is-pravno {
    font-size: 22px;
  }

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-wrapper.is-contact {
    max-width: 100%;
    min-width: 85%;
  }

  .image-div {
    margin-top: 10px;
  }

  .map-div {
    display: none;
  }

  .phone-map {
    display: block;
  }

  .justice-image-right-phone {
    display: inline-block;
    margin-top: 15px;
  }

  .hero-par {
    display: none;
  }

  .text-block-5 {
    color: #ecedf0;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .partition {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .partition.head-partition {
    position: relative;
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .partition.info-partition {
    margin-top: -75%;
  }

  .partition.justice-partition {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .partition.middle-partition {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .container {
    max-width: 92.5%;
  }

  .container.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.form-container.is-contact {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }

  .container.info-container {
    margin-top: -15vh;
  }

  .container.heading-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    margin-bottom: 0em;
    padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .background-image {
    position: absolute;
    z-index: -10;
    height: 100vh;
    background-position: 65% 50%;
  }

  .navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .background-overlay {
    position: absolute;
    z-index: -9;
    min-height: 100%;
    background-color: rgba(26, 28, 32, 0.75);
    -o-object-fit: cover;
    object-fit: cover;
  }

  .logo-image {
    max-width: 15vh;
  }

  .menu-button {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partition-button.justice-button {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .partition-button.contact-button {
    min-width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    text-align: center;
  }

  .column-2 {
    display: none;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-content {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    overflow: hidden;
    font-size: 45px;
    line-height: 50px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-heading.is-1 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 45px;
  }

  .hero-heading.word-break-all {
    font-size: 43px;
  }

  .paragraph {
    display: block;
    margin-top: 5%;
    margin-bottom: 10%;
    font-size: 17px;
    line-height: 20px;
  }

  .info-part {
    display: none;
  }

  .info-part.is-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .info-parts {
    position: static;
    display: block;
    margin-top: 0%;
  }

  .info-heading.is-2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
  }

  .info-heading.is-3 {
    font-size: 20px;
  }

  .info-par.is-2 {
    max-width: 95%;
    font-size: 15.5px;
    line-height: 17.5px;
  }

  .button-2.is-2 {
    font-size: 15.5px;
    line-height: 17px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .justice-image-right {
    margin-top: 15%;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .justice-content {
    padding: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .partition-heading.justice-heading {
    font-size: 17.5px;
  }

  .partition-heading.contact-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .partition-title.justice-title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .partition-title.services-title {
    font-size: 22px;
  }

  .partition-title.contact-title {
    font-size: 25px;
    line-height: 30px;
  }

  .partition-title.middle-title {
    font-size: 22px;
    line-height: 25px;
  }

  .partition-title.testemonials-title {
    max-width: 100%;
  }

  .partition-title.is-usluge {
    font-size: 35px;
  }

  .partiton-par.justice-par {
    font-size: 15px;
  }

  .services-par {
    max-width: 95%;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 15px;
  }

  .services-wrapper {
    min-height: 330px;
  }

  .services-heading {
    font-size: 17.5px;
    line-height: 19px;
  }

  .services-heading.is-services {
    font-family: Lato, sans-serif;
  }

  .paragraph-4 {
    font-size: 15.5px;
    line-height: 17.5px;
  }

  .columns-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-par {
    font-size: 15.5px;
    line-height: 17.5px;
  }

  .contact-par.is-contact {
    margin-bottom: 10px;
  }

  .contact-text {
    font-size: 15.5px;
    line-height: 17.5px;
  }

  .contact-text.is-1 {
    font-size: 15.5px;
    line-height: 17.5px;
  }

  .content-text-wrapper {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-field-name {
    font-size: 17.5px;
    line-height: 20px;
  }

  .contact-input {
    font-size: 17.5px;
    line-height: 20px;
  }

  .column-6 {
    margin-top: 0%;
    padding-left: 0px;
  }

  .form {
    margin-top: 25%;
  }

  .column-7 {
    padding-right: 2.5px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 2.5px;
  }

  .line {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
  }

  .middle-par {
    max-width: 85%;
    font-size: 15px;
    line-height: 22.5px;
  }

  .columns-5 {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-10 {
    margin-top: 7.5%;
  }

  .tradition-box {
    position: static;
    max-width: 100%;
  }

  .tradition-par {
    font-size: 15.5px;
    line-height: 17.5px;
  }

  .columns-6 {
    padding-top: 7%;
    padding-bottom: 7%;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .column-12 {
    margin-top: 7.5%;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .column-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .recaptcha {
    overflow: hidden;
    margin-left: 0px;
  }

  .testemonials-par {
    padding-right: 0px;
    padding-left: 10px;
    font-size: 15px;
  }

  .left-arrow {
    left: -5%;
    top: 0%;
    right: auto;
    bottom: 0%;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slide-nav {
    display: none;
  }

  .image {
    max-width: 40%;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: -2%;
    bottom: 0%;
    margin-right: -10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .arrow-up {
    z-index: 1000;
  }

  .other-contact-text.is-2.is-pomoc {
    margin-top: 7px;
    font-size: 17.5px;
    line-height: 22px;
  }

  .usluga-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .usluga-wrapper.is-fizicko {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .usluga {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .usluga.is-pravno {
    padding-left: 10px;
  }

  .services-text {
    font-family: Lato, sans-serif;
  }

  .services-text.is-pravno {
    font-size: 15px;
    line-height: 22px;
  }

  .contact-wrapper {
    max-width: 100%;
  }

  .contact-wrapper.is-contact {
    max-width: 100%;
    min-width: 100%;
  }

  .image-div {
    margin-top: 25px;
  }

  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbaroverlay {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: -100;
    height: 0px;
    background-color: #465b07;
  }

  .justice-image-right-phone {
    margin-top: 15%;
  }
}

@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}