.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/shutterstock_334043420-How-Lawyers-Can-Become-Valuable-Resources-for-Journalists-and-Get-Quoted.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/shutterstock_334043420-How-Lawyers-Can-Become-Valuable-Resources-for-Journalists-and-Get-Quoted.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.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;
  border: 1px solid #fff;
}

.div-block {
  margin: 24px;
  padding: 13px;
  background-color: #d1ba9e;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.tagline {
  padding: 0px 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.section-2 {
  text-align: center;
}

.section__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
  text-transform: none;
}

.body.text-center {
  color: #000;
  text-align: center;
}

.body.text-center.white {
  color: #fff;
}

.body.white {
  color: #fff;
}

.body.white.text-left {
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 300;
}

.body.bold {
  font-weight: 600;
}

.body.bold.text-left {
  color: #000;
  font-size: 14px;
  text-align: left;
}

.body.text-left {
  margin-bottom: 40px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.body.text-left.bold {
  color: #fff;
  font-weight: 700;
}

.body.text-left.white {
  margin-bottom: 4px;
}

.body.h3 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-5 {
  color: #d1ba9e;
  font-weight: 400;
  text-align: left;
  letter-spacing: 2px;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262626;
  background-image: url('../images/balanca.jpg');
  background-position: 50% 19%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.column {
  display: block;
  padding-top: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  padding: 58px 50px;
  background-color: #262626;
}

.section-4 {
  background-color: #fff;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding: 104px 17px 104px 12px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #262626;
  color: #262626;
}

.div-block-3 {
  position: absolute;
  z-index: 10;
  width: 400px;
  margin: 137px 0px 0px 90px;
  padding: 10px;
  float: none;
  background-color: #d1ba9e;
  color: #fff;
}

.heading-6 {
  margin: 14px;
  padding: 30px;
  border: 1px solid #fff;
  font-size: 44px;
  line-height: 50px;
  font-weight: 300;
}

.heading-6.tagline {
  margin: 14px;
  padding: 19px 15px;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
}

.column-4 {
  height: 600px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 21px;
  background-color: #fff;
}

.link-block {
  display: block;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 10px;
  background-color: #000;
}

.map {
  width: 100%;
  height: 100%;
}

.h4 {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 400;
}

.h5 {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.link {
  display: block;
  clear: none;
}

.tel {
  margin-bottom: -1px;
  color: #fff;
  text-align: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #000;
}

.row-3 {
  margin: 48px 3px 27px 0px;
  padding-bottom: 0px;
  border-bottom: 2px none #000;
}

.div-block-4 {
  display: block;
  width: 150px;
  height: 150px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d1ba9e;
}

.div-block-5 {
  height: 1px;
  margin: 38px;
  background-color: #000;
}

.container-3 {
  display: block;
  margin: 46px auto;
}

.heading-7 {
  display: inline-block;
  width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  float: none;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.heading-7.white {
  color: #fff;
  text-align: left;
}

.link-block-2 {
  width: 10%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5 {
  background-color: rgba(0, 152, 255, 0.29);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, 0.6)), color-stop(0, rgba(0, 0, 0, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.55)), to(rgba(17, 17, 17, 0.55))), url('../images/o-LAWYER-facebook-1.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.6) 50%, rgba(0, 0, 0, 0.6) 0), linear-gradient(180deg, rgba(17, 17, 17, 0.55), rgba(17, 17, 17, 0.55)), url('../images/o-LAWYER-facebook-1.jpg');
  background-position: 0px 0px, 0px 0px, 121px 50%;
  background-size: auto, auto, cover;
}

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

.container-4 {
  margin-top: 0px;
  padding: 45px 0px;
}

.column-8 {
  padding-right: 11px;
  padding-left: 25px;
}

.text-left {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  text-align: left;
}

.text-left.white {
  color: #fff;
}

.div-area {
  margin-bottom: 40px;
}

.row-5 {
  margin-top: 35px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000;
}

.paragraph-8 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-6 {
  display: block;
  background-color: #000;
}

.nav-link {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 558ms cubic-bezier(.702, .162, .25, 1), color 1175ms ease;
  transition: background-color 558ms cubic-bezier(.702, .162, .25, 1), color 1175ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d1ba9e;
  font-size: 13px;
  text-transform: uppercase;
  cursor: default;
}

.nav-link:hover {
  background-color: #d1ba9e;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
}

.nav-link.w--current {
  color: #d1ba9e;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link.w--current:hover {
  color: #262626;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #000;
  color: #262626;
  font-size: 14px;
  line-height: 10px;
  text-decoration: line-through;
}

.brand {
  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;
}

.image-2 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.dropdown-list {
  background-color: #d1ba9e;
}

.dropdown-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #262626;
  color: #d1ba9e;
}

.dropdown-link.w--current {
  background-color: #262626;
  color: #d1ba9e;
  text-decoration: none;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../images/P1080243.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/P1080243.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
}

.linha {
  display: block;
  width: 300px;
  height: 1px;
  margin: 20px auto;
  clear: none;
  background-color: #d1ba9e;
  text-align: center;
}

.linha.linha__esq {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.linha.text-left {
  margin-top: 0px;
  margin-left: 0px;
  text-align: left;
}

.text-center.body {
  color: #000;
}

.h1 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.div-block-10 {
  height: 10px;
  background-color: rgba(209, 186, 158, 0.67);
}

.column-9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.19)), to(rgba(0, 0, 0, 0.19))), url('../images/P1080256.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.19), rgba(0, 0, 0, 0.19)), url('../images/P1080256.jpg');
  background-position: 0px 0px, 50% 54%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #000;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.39)), to(rgba(0, 0, 0, 0.39))), url('../images/P1080243.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.39)), url('../images/P1080243.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-12 {
  padding: 11px;
  border-style: none;
  border-color: #fff;
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49));
}

.cover.cover-about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/Notary.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/Notary.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cover.cover-imo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/RealEstate_3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/RealEstate_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cover.cover-inv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/bigstock-Family-portrait-standing-outsi-17009393.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/bigstock-Family-portrait-standing-outsi-17009393.jpg');
  background-position: 0px 0px, 50% 22%;
  background-size: auto, cover;
}

.cover.cover-corporate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/corporate.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/corporate.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
}

.cover.cover-contratos {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/Notary-Public-Law.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/Notary-Public-Law.jpg');
  background-position: 0px 0px, 50% 73%;
  background-size: auto, cover;
}

.cover.cover-contencioso {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/o-LAWYER-facebook-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/o-LAWYER-facebook-1.jpg');
  background-position: 0px 0px, 70% 50%;
  background-size: auto, cover;
}

.cover.cover-fiscal {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/DIR.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/DIR.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cover.caver-familia {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(rgba(0, 0, 0, 0.49))), url('../images/LastWill.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), rgba(0, 0, 0, 0.49)), url('../images/LastWill.jpg');
  background-position: 0px 0px, 50% 67%;
  background-size: auto, cover;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000;
}

.container-9 {
  display: block;
}

.h3 {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

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

.row-6 {
  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;
}

.column-14 {
  padding: 50px;
  background-color: #262626;
}

.submit-button {
  margin-bottom: 0px;
  border: 1px solid #d1ba9e;
  background-color: #d1ba9e;
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-weight: 600;
}

.submit-button:hover {
  border: 1px solid #d1ba9e;
  background-color: #262626;
  color: #d1ba9e;
}

.nav-menu {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: right;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.row-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  margin-top: 51px;
  margin-bottom: 0px;
}

.section-11 {
  padding-top: 66px;
  padding-bottom: 66px;
  background-color: #262626;
}

.dropdown {
  padding-top: 0px;
  padding-bottom: 0px;
}

.h6 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.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: block;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.tab {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.tab.bold {
  font-weight: 600;
}

.tab-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #262626;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tab-label:hover {
  background-color: #d1ba9e;
}

.tab-label.w--current {
  margin-right: 5px;
  background-color: #d1ba9e;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.heading-11 {
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  font-family: 'Open Sans', sans-serif;
  color: #262626;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.equipa {
  margin-bottom: 0px;
  padding-bottom: 5px;
  background-color: #d1ba9e;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 542ms ease;
  transition: -webkit-filter 542ms ease;
  transition: filter 542ms ease;
  transition: filter 542ms ease, -webkit-filter 542ms ease;
}

.equipa:hover {
  -webkit-filter: none;
  filter: none;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.container-10 {
  margin-bottom: 50px;
}

.row-9 {
  margin-bottom: 20px;
}

.container-11 {
  margin-bottom: 50px;
}

.container-12 {
  margin-bottom: 50px;
}

.column-15 {
  position: static;
}

.column-16 {
  position: static;
}

.image-8 {
  display: block;
}

.image-9 {
  display: block;
}

.image-10 {
  display: none;
}

.section-13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/LAW.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/LAW.jpg');
  background-position: 0px 0px, 0px 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.heading-13 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.div-block-13 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 10%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  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-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;
  opacity: 0;
  -webkit-transition: opacity 742ms ease;
  transition: opacity 742ms ease;
}

.div-block-13:hover {
  opacity: 1;
}

.paragraph-16 {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 20px;
  background-color: rgba(209, 186, 158, 0.9);
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.flag {
  height: 100%;
  margin-right: 0px;
  -webkit-transition: background-color 558ms cubic-bezier(.702, .162, .25, 1), color 1175ms ease;
  transition: background-color 558ms cubic-bezier(.702, .162, .25, 1), color 1175ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d1ba9e;
  text-transform: uppercase;
}

.flag:hover {
  background-color: transparent;
  color: #000;
}

.flag.w--current {
  color: #d1ba9e;
  text-decoration: none;
  text-transform: uppercase;
}

.flag.w--current:hover {
  color: #262626;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  padding-top: 0px;
  padding-right: 16px;
  float: right;
  clear: 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;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 325ms ease;
  transition: -webkit-filter 325ms ease;
  transition: filter 325ms ease;
  transition: filter 325ms ease, -webkit-filter 325ms ease;
  text-align: left;
  text-decoration: none;
}

.link-block-3:hover {
  -webkit-filter: none;
  filter: none;
}

.image-13 {
  padding-left: 0px;
  -webkit-filter: grayscale(43%);
  filter: grayscale(43%);
}

.nav-link-drop {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-transition: background-color 558ms cubic-bezier(.702, .162, .25, 1), color 1175ms ease;
  transition: background-color 558ms cubic-bezier(.702, .162, .25, 1), color 1175ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #d1ba9e;
  text-transform: uppercase;
  cursor: default;
}

.nav-link-drop:hover {
  background-color: #d1ba9e;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #000;
}

.nav-link-drop.w--current {
  color: #d1ba9e;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-drop.w--current:hover {
  color: #262626;
}

.div-block-15 {
  float: right;
  clear: none;
  text-align: right;
}

.dropdown-2 {
  display: block;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  padding-top: 0px;
  color: #fff;
}

.dropdown-list-2 {
  background-color: transparent;
}

.paragraph-17 {
  text-align: left;
}

.section-14 {
  padding-top: 62px;
}

.rich-text-block {
  margin-top: 50px;
  margin-bottom: 100px;
  color: #000;
  text-align: left;
}

.checkbox {
  margin-bottom: 28px;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
}

.checkbox-field {
  margin-top: 2px;
  margin-right: 8px;
  font-size: 20px;
}

.field-label {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.field-label-2 {
  color: #fff;
  font-weight: 400;
}

.link-3 {
  color: #fff;
}

.hidden {
  display: none;
}

.preloader {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1201;
  display: none;
  width: 100%;
  height: 100%;
  -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;
  background-color: hsla(0, 0%, 100%, 0.33);
  background-image: none;
}

.preloadercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(209, 186, 158, 0.79)), to(rgba(209, 186, 158, 0.79)));
  background-image: linear-gradient(180deg, rgba(209, 186, 158, 0.79), rgba(209, 186, 158, 0.79));
  text-align: center;
}

.image-14 {
  margin-bottom: 28px;
  text-align: center;
}

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

.nav-menu--ru {
  display: inline-block;
  margin-left: 10%;
  float: none;
  clear: right;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.link-4 {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.link-5 {
  color: #fff;
}

.text-block {
  font-size: 13px;
}

.text-block-2 {
  font-size: 13px;
}

@media (max-width: 991px) {
  .section-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    background-position: 78% 50%;
  }
  .column {
    padding-left: 0px;
  }
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-2 {
    padding: 30px 0px 50px;
  }
  .column-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-3 {
    width: 300px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .column-4 {
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-6 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 34px;
    clear: both;
    -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: transparent;
    text-align: center;
  }
  .nav-link {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
  }
  .dropdown-list.w--open {
    padding-left: 30px;
  }
  .column-9 {
    display: block;
    height: 50vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon {
    color: #d1ba9e;
  }
  .menu-button.w--open {
    top: 0px;
    right: 0px;
    display: block;
    margin-right: 0px;
    float: right;
    background-color: #262626;
    text-align: right;
  }
  .nav-menu {
    background-color: #262626;
  }
  .row-7 {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .dropdown {
    margin-left: 0px;
  }
  .heading-11 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .div-block-14 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .flag {
    position: static;
    width: 20%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
    text-align: left;
  }
  .link-block-3.w--current {
    padding-right: 37px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .nav-link-drop {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 40px;
  }
  .div-block-15 {
    position: static;
    top: 0px;
    right: 0px;
  }
  .dropdown-2 {
    position: absolute;
    width: 90px;
    margin-top: 0px;
    margin-right: 5%;
    margin-left: -91px;
  }
  .dropdown-toggle {
    position: absolute;
    -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;
  }
  .dropdown-toggle.w--open {
    z-index: 2;
    display: block;
    text-align: right;
  }
  .icon-2 {
    margin-top: 26px;
    margin-bottom: 0px;
  }
  .dropdown-list-2.w--open {
    margin-top: 60px;
  }
  .div-block-16 {
    width: 100%;
    text-align: center;
  }
  .flag-menu {
    margin-right: 5%;
  }
  .div-block-17 {
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
  }
  .nav-menu--ru {
    background-color: #262626;
  }
}

@media (max-width: 767px) {
  .body.white.text-left {
    color: #fff;
  }
  .column {
    position: static;
    height: 50vh;
  }
  .row {
    display: block;
  }
  .column-2 {
    display: block;
    padding-right: 26px;
    -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-3 {
    display: block;
    height: 100%;
  }
  .div-block-3 {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-4 {
    height: 74%;
    padding-right: 0px;
    padding-left: 2px;
  }
  .link-block {
    text-decoration: none;
  }
  .link-block:visited {
    color: transparent;
  }
  .column-5 {
    display: block;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -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;
  }
  .row-2 {
    display: block;
  }
  .row-3 {
    margin-right: 0px;
  }
  .div-block-4 {
    width: 100%;
    height: 400px;
    margin-bottom: 9px;
  }
  .heading-7.white {
    color: #262626;
  }
  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d1ba9e), to(#d1ba9e)), url('../images/o-LAWYER-facebook-1.jpg');
    background-image: linear-gradient(180deg, #d1ba9e, #d1ba9e), url('../images/o-LAWYER-facebook-1.jpg');
    background-position: 0px 0px, 121px 50%;
    background-size: auto, cover;
  }
  .column-7 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .column-8 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .text-left.white {
    color: #262626;
  }
  .paragraph-8 {
    padding-left: 20px;
  }
  .section-7 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .column-9 {
    height: 50vh;
    text-align: center;
  }
  .section-8 {
    height: 70vh;
  }
  .column-14 {
    padding-right: 51px;
  }
  .icon {
    color: #d1ba9e;
  }
  .menu-button {
    color: #d1ba9e;
  }
  .row-7 {
    display: block;
    margin-top: 0px;
  }
  .tab-label {
    min-width: 30%;
    text-align: center;
  }
  .tabs-menu-2 {
    margin-right: 1px;
  }
  .equipa {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-bottom: 27px;
    margin-left: auto;
  }
  .section-12 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .container-13 {
    display: block;
    -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;
  }
  .image-11 {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  .black-effect {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media (max-width: 479px) {
  .section {
    padding: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading {
    font-size: 14px;
    text-align: center;
    letter-spacing: 6px;
  }
  .tagline {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 40px;
  }
  .body.white.text-left {
    color: #fff;
  }
  .section-3 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    height: 100%;
    padding-left: 0px;
  }
  .column-5 {
    display: block;
    margin-bottom: 30px;
  }
  .div-block-4 {
    width: 100%;
    height: 250px;
    padding-left: 10px;
  }
  .section-5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 201, 201, 0.51)), to(rgba(204, 201, 201, 0.51))), url('../images/o-LAWYER-facebook-1.jpg');
    background-image: linear-gradient(180deg, rgba(204, 201, 201, 0.51), rgba(204, 201, 201, 0.51)), url('../images/o-LAWYER-facebook-1.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
  }
  .paragraph-8 {
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
  }
  .container-6 {
    padding-left: 0px;
  }
  .nav-link.w--current {
    display: block;
  }
  .linha {
    width: 90%;
  }
  .linha.text-left {
    display: block;
    width: 85%;
    margin-left: 20px;
  }
  .h1 {
    font-size: 30px;
  }
  .section-8 {
    height: 40vh;
  }
  .row-6 {
    display: block;
  }
  .column-14 {
    padding-right: 9px;
    padding-left: 9px;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon {
    color: #d1ba9e;
  }
  .menu-button {
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .nav-menu {
    margin-left: 0%;
    background-color: #000;
  }
  .paragraph-14 {
    text-align: center;
  }
  .paragraph-15 {
    text-align: center;
  }
  .tabs-menu-2 {
    margin-right: 1px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0px;
  }
  .equipa {
    width: 95%;
  }
  .imagem-equipa {
    width: 100%;
  }
  .heading-12 {
    margin-left: 20px;
    padding-left: 0px;
    font-size: 16px;
    letter-spacing: 0px;
  }
  .image-8 {
    width: 100%;
  }
  .section-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-13 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .paragraph-16 {
    padding: 0px;
  }
  .div-block-14 {
    width: auto;
    padding-right: 3%;
    padding-left: 3%;
  }
  .image-12 {
    width: 100%;
  }
  .flag.w--current {
    display: block;
  }
  .image-13 {
    display: block;
  }
  .nav-link-drop.w--current {
    display: block;
  }
  .div-block-15 {
    position: relative;
    float: none;
  }
  .dropdown-2 {
    margin-left: -17%;
    padding-top: 0px;
  }
  .dropdown-toggle {
    display: block;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .icon-2 {
    margin-top: 18px;
    margin-right: -16px;
    margin-left: 78px;
  }
  .nav-menu--ru {
    margin-left: 0%;
    background-color: #000;
  }
}

