.practice-domains__img {
  position: relative;
  padding-top: 25%;
  margin-bottom: 80px;
}

.practice-domains__img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.practice-domains__title {
  font-size: 36px;
  line-height: 47px;
  color: #ffffff;
  padding: 0px 25px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.practice-domains__title-wrapp {
  position: absolute;
  display: block;
  width: 100%;
  height: 85px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(116, 168, 42, 0.8);
  display: flex;
  align-items: center;
}

.practice-domains__text {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.practice-domains__text p {
  margin-bottom: 30px;
}

.practice-domains__text p:last-child {
  margin-bottom: 0;
}

.service-head {
  align-items: flex-end;
}

.service-menu {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
}

.service-menu__wrapp {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.service-menu li {
  margin-right: 20px;
}

.service-menu li:last-child {
  margin-right: 0;
}

.service-menu li.current-menu-item {
  transition: all 0.3s ease;
  color: #417d19;
  background: #ffffff;
}

.service-menu__head-tab {
  display: block;
  font-family: 'Roboto-Slab', sans-serif;
  cursor: pointer;
  margin-bottom: 0 !important;
  font-size: 23px;
  padding: 20px 50px 15px 50px;
  line-height: 33px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 14px 14px 0 0;
  color: #ffffff;
}

.service-menu__head-tab.active {
  transition: all 0.3s ease;
  color: #417d19;
  background: #ffffff;
}

.service-menu__head-tab:hover {
  transition: all 0.3s ease;
  color: #417d19;
  background: #ffffff;
}

.service-clear-block {
  width: 170px;
  margin-right: auto;
}

.service-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.service-sidebar {
  width: 170px;
  margin-right: 30px;
  position: relative;
}

.service-sidebar__title {
  font-family: 'Roboto-Slab', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #1e1e1e;
  margin-bottom: 20px;
}

.service-sidebar__block {
  margin-bottom: 40px;
}

.service-content {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
}

.options-tab {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.options-tab:hover {
  color: #417d19;
  transition: all 0.3s ease;
}

.options-tab.active {
  color: #417d19;
}

.trademark-protection__type-items {
  display: flex;
  justify-content: space-around;
}

.trademark-protection__type-item {
  text-align: center;
}

.trademark-protection__type-item img {
  height: auto;
}

.regions-content__title {
  width: 100%;
  font-family: 'Roboto-Slab', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 63px;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  color: #417d19;
  border-bottom: 4px solid #417d19;
  text-align: center;
}

.regions-menu li {
  margin-bottom: 10px;
}

.regions-menu li a {
  position: relative;
  display: inline-block;
  line-height: 25px;
}

.regions-menu li a::before {
  content: '';
  display: inline-block;
  height: 4px;
  width: 0px;
  background: #417d19;
  margin-right: 0px;
  margin-bottom: 3px;
  transition: all 0.3s ease;
}

.regions-menu li a:hover {
  color: #417d19;
  transition: all 0.3s ease;
}

.regions-menu li a:hover::before {
  width: 40px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.regions-menu li.current-menu-item a {
  color: #417d19;
  transition: all 0.3s ease;
}

.regions-menu li.current-menu-item a::before {
  width: 40px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

.order-button__wrapp {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.order-button__wrapp span {
  display: block;
  margin-right: 40px;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.page-content h3 {
  font-family: 'Roboto-Slab', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #1e1e1e;
  margin-bottom: 25px;
  margin-top: 50px;
}

.page-content h3:first-child {
  margin-top: 0;
}

.page-content ul {
  margin-bottom: 20px;
}

.page-content ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
  margin-bottom: 20px;
  padding-left: 15px;
}

.page-content ul li:last-child {
  margin-bottom: 0;
}

.page-content ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #417d19;
}

.page-content p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.page-content p:last-child {
  margin-bottom: 0;
}

.page-content b {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: red;
  font-style: italic;
}

.page-content h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

.page-content h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.page-content h6:last-child {
  margin-bottom: 0;
}

.page-content table {
  margin-top: 50px;
  background: #ffffff;
}

.page-content table th {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  padding: 18px 10px;
  text-align: center;
  border-right: 1px solid #000;
}

.page-content table th:last-child {
  border-right: none;
}

.page-content table td {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding: 18px 10px;
  text-align: center;
  border-right: 1px solid #000;
  min-width: 100%;
}

.page-content table td:last-child {
  border-right: none;
}

.page-content table tr {
  border-bottom: 1px solid #000;
}

.page-content table tr:first-child {
  border-top: 1px solid #000;
}

@media (max-width: 1000px) {
  .practice-domains__img {
    margin-bottom: 50px;
  }
  .practice-domains__title {
    font-size: 26px;
    line-height: 32px;
  }
  .practice-domains__title-wrapp {
    height: 60px;
  }
  .practice-domains__text p {
    margin-bottom: 20px;
  }
  .regions-content__title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 10px;
    border-bottom-width: 2px;
  }
  .service-menu__head-tab {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 25px;
  }
  .page-content h3 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .practice-domains__img {
    padding-top: 50%;
  }
  .practice-domains__title {
    font-size: 18px;
    line-height: 24px;
  }
  .practice-domains__title-wrapp {
    height: 50px;
  }
  .trademark-protection__type-item img {
    width: 60%;
  }
  .trademark-protection__type-item {
    width: 33.33%;
  }
  .regions-menu li a::before {
    display: none;
  }
  .service-menu {
    justify-content: space-between;
  }
  .service-menu li {
    margin-right: 10px;
  }
  .service-menu__head-tab {
    font-size: 16px !important;
    line-height: 20px;
    padding: 15px 15px 10px 15px;
    border-radius: 5px 5px 0 0;
  }
  .service-sidebar {
    margin-right: 0;
    width: 100%;
  }
  .service-sidebar__body {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .service-sidebar__block {
    margin-bottom: 20px;
    margin-right: 15px;
    width: 33.33%;
  }
  .service-sidebar__block:last-child {
    margin-right: 0;
  }
  .service-sidebar__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .service-container {
    flex-direction: column;
  }
  .options-tab {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .order-button__wrapp span {
    font-size: 14px;
    line-height: 16px;
  }
  .page-content h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .page-content b {
    font-size: 16px;
    line-height: 18px;
  }
  .page-content h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .page-content h6 {
    font-size: 14px;
    line-height: 16px;
  }
  .page-content table {
    margin-top: 30px;
  }
  .page-content table th {
    padding: 15px 5px;
    text-align: center;
  }
  .page-content table td {
    font-size: 12px;
    line-height: 14px;
    padding: 15px 5px;
  }
}
/*# sourceMappingURL=main.css.map */
