*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

button {
  cursor: pointer;
  border: none;
  background: 0 0;
}

body {
  background: #F7F5F1;
  font-family: "GT Eesti Pro Display";
  color: #665145;
}

input, textarea {
  font-family: "GT Eesti Pro Display";
}

.wrapper {
  width: 1146px;
  margin: 0 auto;
}

header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  background: #F7F5F1;
  position: sticky;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 10;
}
header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F09C6C;
}
header::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F09C6C;
}

.logo {
  width: 250px;
  height: 45px;
  background: url(../img/svg/logo.svg) center no-repeat;
  background-size: contain;
}

.header_nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 43px;
  list-style: none;
  margin: 0;
}
.header_nav ul .sub_trigger a, .header_nav ul a {
  color: rgb(102, 81, 69);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  text-transform: uppercase;
  text-decoration: none;
}

.sub_trigger {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
}
.sub_trigger span {
  width: 8px;
  height: 5px;
  background: url(../img/svg/arrow.svg) center no-repeat;
  background-size: contain;
  margin-bottom: 4px;
}

.submenu_container {
  position: relative;
}
.submenu_container:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.submenu {
  position: absolute;
  left: 0;
  padding-top: 9px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.submenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  padding: 20px 16px;
  width: 296px;
  background: #F7F5F1;
  border: 1px solid #F09C6C;
}

.main_img_section {
  margin-top: 27px;
  overflow: hidden;
}
.main_img_section img {
  width: 100%;
}
.main_img_section.in {
  margin-bottom: -6px;
}
.main_img_section.in img {
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 72px;
}
.nav_list a {
  color: rgb(255, 255, 255);
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.63rem;
  text-transform: uppercase;
  text-decoration: none;
}
.nav_list a:hover {
  text-decoration: underline;
}

.nav_section {
  background: #CA4A00;
  padding: 37px 0;
  padding-bottom: 27px;
  margin-top: -6px;
}

.bio_grid {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 60px;
}

.bio_photo_and_description {
  width: 219px;
  flex-shrink: 0;
}

.default_txt_container {
  width: 100%;
}
.default_txt_container ul {
  margin-left: 20px;
  margin-bottom: 35px;
}
.default_txt_container h2, .default_txt_container h3, .default_txt_container h1 {
  color: rgb(102, 81, 69);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.19rem;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.default_txt_container p {
  color: rgb(102, 81, 69);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 15px;
}
.default_txt_container a {
  color: inherit;
}
.default_txt_container .main_btn {
  margin-top: 50px;
}

.bio_section {
  padding: 68px 0;
  background: url(../img/bg.jpg) center no-repeat;
  background-size: cover;
}

.contacts_container {
  margin-top: 50px;
}

.contacts_container p {
  margin-bottom: 0;
}

.main_btn {
  min-width: 304px;
  height: 57px;
  border-radius: 30px;
  border: 1px solid #CA4A00;
  text-decoration: underline;
  color: rgb(202, 74, 0);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  text-decoration-line: underline;
}

.advokat {
  width: 100%;
  height: 277px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 13px;
}

.bio_description {
  width: 100%;
}

.bio_name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: rgb(102, 81, 69);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.19rem;
  width: 100%;
  margin-bottom: 5px;
}
.bio_name::after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/svg/plus.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.bio_position {
  color: rgb(203, 181, 148);
  font-size: 0.63rem;
  font-weight: 300;
  line-height: 0.75rem;
}

.divider {
  width: 100%;
  height: 1px;
  background: #CA4A00;
  margin: 37px 0;
}

.contacts_section {
  padding: 85px 0;
  background: url(../img/contacts.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}

.contacts_title {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.19rem;
  text-transform: uppercase;
  padding-bottom: 13px;
  position: relative;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}
.contacts_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 1px;
  background: #CA4A00;
}

.contacts_list {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.19rem;
  text-transform: uppercase;
}
.contacts_list a {
  color: inherit;
}
.contacts_list li + li {
  margin-top: 15px;
}

.contacts_wrapper {
  width: 588px;
  padding: 85px 0;
  padding-right: 188px;
  position: relative;
}
.contacts_wrapper::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
}

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer {
  padding: 37px 0;
  background: #CA4A00;
  padding-bottom: 27px;
}
footer a {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.19rem;
  text-transform: uppercase;
  text-decoration: none;
}

.footer_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 114px;
}

.multzavod {
  width: 113px;
  height: 17px;
  background: url(../img/svg/multzavod.svg) center no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}

.hidden_burger_menu {
  opacity: 0;
  visibility: 0;
}

.burger {
  display: none;
}

@media screen and (max-width: 1146px) {
  section > * {
    width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 95% !important;
  }
  .nav_list {
    gap: 20px;
  }
  .bio_grid {
    gap: 20px;
  }
  .footer_left {
    gap: 10px;
  }
  .submenu {
    max-width: none;
    padding: 20px;
    padding-left: 0;
    width: auto;
  }
  .submenu a {
    white-space: nowrap;
  }
  .header_nav ul {
    width: auto;
  }
}
@media screen and (max-width: 920px) {
  .nav_list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width: 920px) {
  header .header_nav {
    display: none;
  }
  .bio_grid {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .footer_left {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .contacts_wrapper::after {
    width: 100%;
  }
  .contacts_wrapper {
    width: 100%;
    padding: 0;
    padding-right: 0;
  }
  .contacts_wrapper::after {
    display: none;
  }
  .contacts_title::after {
    width: 100%;
  }
  .contacts_section {
    padding: 30px 0;
  }
  .burger {
    display: block;
    width: 60px;
    height: 30px;
    position: relative;
  }
  .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #CA4A00;
  }
  .burger span:nth-child(2) {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .burger span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .burger.active span {
    background: #CA4A00;
  }
  header.active .burger span {
    background: #CA4A00;
  }
  .burger {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .burger span {
    transition: all 0.2s ease-in-out;
  }
  .burger.active span:nth-child(1) {
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .burger.active span:nth-child(3) {
    top: auto;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 100%;
  }
  .hidden_burger_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    background: #F7F5F1;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
  }
  .hidden_burger_menu .wrapper {
    height: 100%;
    padding-top: 120px;
  }
  .hidden_burger_menu nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .hidden_burger_menu.active {
    visibility: visible;
    opacity: 1;
  }
  .header_nav ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
  }
  .submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
  .header_nav ul {
    background: none;
    border: none;
  }
}/*# sourceMappingURL=styles.css.map */