@font-face {
  font-family: 'Body Text Trial';
  src: url('../fonts/BodyTextTrial-Regular.woff2') format('woff2'),
    url('../fonts/BodyTextTrial-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Body Text Trial';
  src: url('../fonts/BodyTextTrial-Bold.woff2') format('woff2'),
    url('../fonts/BodyTextTrial-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Body Text Large';
  src: url('../fonts/BodyTextLarge-Bold.woff2') format('woff2'),
    url('../fonts/BodyTextLarge-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Body Text Large';
  src: url('../fonts/BodyTextLarge-ExtraBold.woff2') format('woff2'),
    url('../fonts/BodyTextLarge-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
    url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Regular.woff2') format('woff2'),
    url('../fonts/Play-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Play';
  src: url('../fonts/Play-Bold.woff2') format('woff2'),
    url('../fonts/Play-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #005F59 #fff;
}

::-webkit-scrollbar-thumb {
  background: #005F59;
}

body {
  margin: 0;
  font-family: 'Play';
  font-size: 1.25vw;
  line-height: 2.12vw;
  -webkit-tap-highlight-color: transparent;
  background-color: #f4f4f4;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  padding: 0 6.95vw;
}

p,
ul {
  margin: 1.25vw 0;
}

h1,
h2 {
  font-family: 'Play';
  font-size: 1.8vw;
  line-height: 2.16vw;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 2.08vw;
}

h3 {
  font-family: 'Play';
  font-size: 1.25vw;
  line-height: 1.75vw;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 0.48vw;
}

.header_pc .container {
  position: relative;
}

.header_pc_empty {
  height: 6.56vw;
}

.header_pc_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f4f4f4;
  padding: 0.7vw 6.95vw;
  z-index: 99;
}

.logo {
  line-height: 0;
}

.header_pc .logo {
  position: absolute;
  top: 0.3vw;
  left: 50%;
  transform: translatex(-50%);
}

.logo img {
  width: 9vw;
}

.address_header {
  font-family: 'Play';
  font-size: 0.97vw;
  line-height: 1.35vw;
  margin-left: 2.43vw;
  padding-left: 2.43vw;
  border-left: 0.07vw solid #E6E6E6;
  width: 15%;
}

.address_header a {
  transition: 0.2s;
}

.address_header a:hover {
  color: #005F59;
  transition: 0.2s;
}

.address_header:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.address_header:nth-child(2) {
  flex-grow: 1;
}

.address_header:nth-child(3) {
  margin-left: 0;
  border-left: 0;
}

.address_label {
  display: flex;
  align-items: center;
  gap: 0.55vw;
  font-family: 'Play';
  color: #005F59;
  font-size: 0.7vw;
  font-weight: 800;
  line-height: 0.98vw;
  text-transform: uppercase;
  margin-bottom: 0.42vw;
}

.address_header_icon_box {
  min-width: 1.39vw;
  height: 1.39vw;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.address_header_icon_box img {
  width: 100%;
  height: 100%;
  max-width: 1.39vw;
  max-height: 1.39vw;
  position: relative;
  bottom: 0.14vw;
}

.address_header_box {
  display: flex;
  width: 100%;
}

.socials_header_box {
  display: flex;
  align-items: center;
  gap: 1vw;
}

.socials_header_box a {
  line-height: 0;
  width: 1.11vw;
  height: 1.11vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.socials_header_box a:hover {
  bottom: 0.2vw;
  transition: 0.2s;
}

.socials_header_box img {
  width: 100%;
  height: 100%;
  max-width: 1.11vw;
  max-height: 1.11vw;
}

.socials_header .address_label {
  margin-bottom: 0.65vw;
}

.header_pc_bottom {
  padding: 1.39vw 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.07vw solid #E6E6E6;
}

.header_pc_bottom ul {
  font-family: 'Play';
  list-style: none;
  padding: 0;
  margin: 0;
}

.main_menu ul {
  display: flex;
  gap: 2.08vw;
  font-weight: 700;
  font-size: 1.5vw;
  line-height: 1.18vw;
  text-transform: uppercase;
}

.header_pc_bottom a {
  transition: 0.2s;
}

.header_pc_bottom a:hover {
  color: #005F59;
  transition: 0.2s;
}

.lang_switcher {
  display: flex;
  font-weight: 800;
  font-size: 0.97vw;
  line-height: 1.36vw;
  color: rgba(0, 0, 0, 0.3);
}

.lang_switcher li:not(:first-child) {
  margin-left: 0.9vw;
  padding-left: 0.9vw;
  border-left: 0.14vw solid rgba(0, 0, 0, 0.3);
}

.current-lang {
  color: #005F59;
}

.lang-item-en {
  pointer-events: none;
}

.header_pc_contact {
  background-color: #005F59;
  background-color: #005F59;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.18vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6vw;
}

.header_pc_contact_text {
  color: #FFF;
  font-family: 'Play';
  font-size: 1.25vw;
  line-height: 1.5vw;
  font-weight: 700;
}

.main_btn {
  cursor: pointer;
  height: 2.97vw;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3vw 1.39vw 0;
  position: relative;
  text-transform: uppercase;
  font-family: 'Play';
  font-size: 1.11vw;
  line-height: 1.55vw;
  font-weight: 800;
  white-space: nowrap;
  text-align: center;
}

.main_btn::after {
  content: '';
  position: absolute;
  bottom: -0.55vw;
  right: -0.55vw;
  width: 1px;
  height: 1.39vw;
  background-color: #005F59;
  transition: 0.3s;
}

.main_btn::before {
  content: '';
  position: absolute;
  bottom: -0.55vw;
  right: -0.55vw;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
  transition: 0.3s;
}

.main_btn:hover::after {
  height: 100%;
  transition: 0.3s;
}

.main_btn:hover::before {
  width: 100%;
  transition: 0.3s;
}

.header_btn {
  background-color: #FFF;
  font-size: 1.5vw;
}

.header_btn::after,
.header_btn::before {
  background-color: #FFF;
}

.main_swiper {
  overflow: hidden;
}

.main_swiper_wrapper {
  display: grid;
}

.main_slide {
  grid-area: 1 / 1;
  position: relative;
  overflow: hidden;
  padding: 6.9vw 0;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 2s ease, visibility 0s linear 2s;
}

.main_slide_img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  z-index: 0;
  pointer-events: none;
}

.main_slide>.container {
  position: relative;
  z-index: 1;
}

.main_slide.is-active {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  transition: opacity 2s ease;
}

.main_content h1,
.main_content h2 {
  color: #FFF;
}

.main_price {
  font-family: 'Play';
  display: flex;
  align-items: center;
  gap: 0.83vw;
  color: #FFF;
}

.main_price img {
  width: 1.39vw;
}

.main_content>p {
  color: #fff;
  margin: 1.39vw 0;
}

.main_btn_1 {
  background-color: #005F59;
  color: #FFF;
}

.main_btn_2 {
  border: 1px solid #fff;
  color: #fff !important;
}

.main_btn_2::before,
.main_btn_2::after {
  background-color: #FFF;
}

.main_btns {
  display: flex;
  gap: 1.39vw;
}

.swiper_box {
  position: relative;
}

.main_swiper_pagination {
  position: absolute;
  width: 100%;
  bottom: 1.04vw !important;
  display: flex;
  justify-content: center;
  z-index: 10;
}

.main_swiper_pagination button {
  margin: 0 0.5vw !important;
  width: 0.76vw;
  height: 0.76vw;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}

.main_swiper_pagination button.is-active {
  background-color: #FFF;
}

.main_swiper .main_slide {
  height: auto !important;
}

.mt_80 {
  margin-top: 5.55vw;
}

.mt-80 {
  margin-bottom: -5.55vw;
}

.about {
  margin-top: 2.08vw;
}

.scroll_top {
  scroll-margin-top: 8vw;
}

.title_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.08vw;
  text-align: center;
}

.line {
  width: 7.15vw;
  height: 0.14vw;
  background-color: #005F59;
  position: relative;
  bottom: 1vw;
}

.about_box {
  display: flex;
  gap: 4vw;
}

.about_left {
  width: 40%;
}

.about_text {
  width: 60%;
}

.about_img {
  line-height: 0;
}

.about_img img {
  width: 100%;
}

.about_contacts {
  background-color: #fff;
  border: 1px solid #005F59;
  padding: 2.43vw 2.5vw 2.43vw 2vw;
  position: relative;
  margin-top: 1.39vw;
}

.about_contact {
  display: flex;
  align-items: center;
  gap: 0.8vw;
  line-height: 1.75vw;
}

.about_contact a {
  transition: 0.3s;
}

.about_contact a:hover {
  color: #005F59;
  transition: 0.3s;
}

.about_contact_icon {
  min-width: 1.39vw;
  height: 1.39vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_contact_icon img {
  width: 100%;
  height: 100%;
  max-width: 1.39vw;
  max-height: 1.39vw;
}

.about_contacts {
  display: flex;
  flex-direction: column;
  gap: 1.18vw;
}

.about_socials_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.7vw;
}

.about_socials_list {
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
  padding: 0.7vw 0.48vw;
  background-color: #005F59;
}

.about_socials_list a {
  line-height: 0;
  width: 1.45vw;
  height: 1.45vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(1);
  transition: 0.2s;
}

.about_socials_list a:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.about_socials_list img {
  width: 100%;
  height: 100%;
  max-width: 1.45vw;
  max-height: 1.45vw;
}

.about_socials_box span:first-child {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7vw 0 0 0.7vw;
  border-color: transparent transparent transparent #000000;
}

.about_socials_box span:last-child {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7vw 0.7vw 0 0;
  border-color: #000000 transparent transparent transparent;
}

.about_text p:first-child {
  margin-top: 0;
}

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

.about_btns {
  display: flex;
  gap: 1.18vw;
  margin-top: 1.38vw;
}

.about_btns .main_btn {
  padding-left: 1.22vw;
  padding-right: 1.22vw;
  width: 100%;
}

.about_btn_2 {
  color: #005F59;
  border: 1px solid #005F59;
}

.principles {
  background-color: #000;
  color: #fff;
  margin-top: 8.33vw;
  position: relative;
  padding-bottom: 2.08vw;
}

.principles_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.principles_top_text {
  font-family: 'Play';
  font-size: 1.52vw;
  font-weight: 700;
  color: #fff;
  background-color: #3D3D3D;
  padding: 1.18vw 3.68vw 1.04vw;
  border: 2px solid #005F59;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  top: -2.21vw;
}

.principles_top_text span:first-child::before {
  content: '';
  position: absolute;
  top: -0.56vw;
  left: -0.56vw;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
}

.principles_top_text span:first-child::after {
  content: '';
  position: absolute;
  top: -0.56vw;
  left: -0.56vw;
  width: 1px;
  height: 1.39vw;
  background-color: #005F59;
}

.principles_top_text span:last-child::before {
  content: '';
  position: absolute;
  bottom: -0.56vw;
  right: -0.56vw;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
}

.principles_top_text span:last-child::after {
  content: '';
  position: absolute;
  bottom: -0.56vw;
  right: -0.56vw;
  width: 1px;
  height: 1.39vw;
  background-color: #005F59;
}

.principles_box {
  display: flex;
  justify-content: space-between;
  gap: 2.91vw;
  margin-top: 0.8vw;
  position: relative;
}

.principles_content {
  width: 57%;
  padding-top: 1vw;
}

.principles_content h3 {
  font-size: 1.11vw;
  line-height: 1.55vw;
  margin-bottom: 0.69vw;
}

.principles_content h2 {
  font-size: 1.52vw;
  line-height: 2.1vw;
  margin-bottom: 1.11vw;
}

.principles_list {
  width: 43%;
}

.principles_descr {
  color: rgba(255, 255, 255, 0.8);
}

.principles_descr ul {
  list-style: none;
  padding: 0;
}

.principles_descr li {
  padding-left: 1.66vw;
  line-height: 2.27vw;
  position: relative;
}

.principles_descr li::before {
  content: '';
  position: absolute;
  top: 0.8vw;
  left: 0;
  min-width: 0.625vw;
  height: 0.625vw;
  background-color: #005F59;
  border-radius: 50%;
}

.principles_btn {
  background-color: #005F59;
  margin-top: 1.875vw;
}

.principles_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7vw;
}

.principle {
  width: calc(50% - 0.36vw);
  background-color: #3D3D3D;
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 1.38vw 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.principle:nth-child(odd) {
  position: relative;
  top: -2vw;
}

.principle_icon {
  width: 3.68vw;
  height: 3.68vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.principle_icon img {
  width: 100%;
  height: 100%;
  max-width: 3.68vw;
  max-height: 3.68vw;
}

.principle h4 {
  margin: 1.04vw 0 0 0;
  font-size: 1.52vw;
  line-height: 2.12vw;
}

.principle p {
  margin: 0;
  line-height: 1.35vw;
  text-align: center;
}

.principle_marquee {
  width: 100%;
  overflow: hidden;
  padding: 2.08vw 0 1.8vw;
  border-bottom: 1px solid #000;
  color: #fff;
  text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
  text-transform: uppercase;
  font-family: 'Play';
  font-weight: 700;
  font-size: 1.66vw;
  line-height: 2.32vw;
  letter-spacing: 0.2vw;
}

.marquee_inner {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  will-change: transform;
}

.marquee_inner span {
  white-space: nowrap;
}

.star {
  font-size: 3.47vw;
  line-height: 0;
  padding: 0 2.64vw;
  position: relative;
  top: 1.1vw;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.expert_descr {
  color: #000;
}

.expert_btn {
  color: #fff;
}

.expert_content {
  width: 60%;
}

.expert_img {
  width: 40%;
  text-align: center;
}

.expert_img img {
  width: 29vw;
}

.services_descr_hidden {
  display: none;
}

.services_descr_hidden p:first-child {
  margin-top: 0;
}

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

.services_btn_1 {
  margin: 2vw 0 0 auto;
  position: relative;
  text-transform: uppercase;
  font-family: 'Play';
  font-size: 1.11vw;
  line-height: 1.55vw;
  font-weight: 800;
  color: #005F59;
  width: fit-content;
  cursor: pointer;
  padding: 0.7vw 1.38vw 0.55vw;
}

.services_btn_1 span:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
  transition: 0.3s;
}

.services_btn_1 span:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1.38vw;
  background-color: #005F59;
  transition: 0.3s;
}

.services_btn_1 span:last-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
  transition: 0.3s;
}

.services_btn_1 span:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1.38vw;
  background-color: #005F59;
  transition: 0.3s;
}

.services_btn_1:hover span:first-child::before {
  width: 100%;
  transition: 0.3s;
}

.services_btn_1:hover span:first-child::after {
  height: 100%;
  transition: 0.3s;
}

.services_btn_1:hover span:last-child::before {
  width: 100%;
  transition: 0.3s;
}

.services_btn_1:hover span:last-child::after {
  height: 100%;
  transition: 0.3s;
}

.services_box {
  background-color: rgba(0, 77, 169, 0.1);
  padding: 2.08vw 0;
}

.services_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.38vw;
}

.service {
  width: calc(25% - 1.04vw);
  padding: 0.5vw 1.2vw 1vw;
  position: relative;
  display: flex;
  flex-direction: column;
}

.service span:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
  transition: 0.3s;
}

.service span:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1.38vw;
  background-color: #005F59;
  transition: 0.3s;
}

.service span:last-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.58vw;
  height: 1px;
  background-color: #005F59;
  transition: 0.3s;
}

.service span:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1.38vw;
  background-color: #005F59;
  transition: 0.3s;
}

.service:hover span:first-child::before,
.service:hover span:last-child::before {
  width: 100%;
  transition: 0.3s;
}

.service:hover span:first-child::after,
.service:hover span:last-child::after {
  height: 100%;
  transition: 0.3s;
}

.service h3 {
  font-size: 1.32vw;
  line-height: 1.58vw;
  font-weight: 800;
  min-height: 3.15vw;
  display: flex;
  align-items: center;
}

.services_page_descr {
  font-size: 0.97vw;
  line-height: 1.16vw;
  flex-grow: 1;
}

.services_page_descr p {
  margin: 1.11vw 0;
}

.services_page_descr p:first-child {
  margin-top: 0;
}

.services_page_descr ul {
  margin: 1.11vw 0;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
}

.services_page_descr li {
  padding-left: 1.11vw;
  position: relative;
}

.services_page_descr li::before {
  content: '';
  position: absolute;
  top: 0.1vw;
  left: 0;
  width: 0.48vw;
  height: 0.9vw;
  background-image: url(..//img/marker.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.service_btn::after,
.service_btn::before {
  display: none;
}

.service_btn {
  background-color: #005F59;
  color: #fff;
  width: 100%;
}

.services_adv {
  background-color: #000;
  padding: 2.78vw 0;
  position: relative;
}

.services_adv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services_adv_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.4vw;
  position: relative;
}

.services_btn_2 {
  width: 30%;
  background-color: #005F59;
  color: #fff !important;
}

.services_adv_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.08vw;
}

.services_adv_item {
  display: flex;
  align-items: center;
  gap: 1.52vw;
}

.services_adv_icon {
  min-width: 4.44vw;
  height: 4.44vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_adv_icon img {
  width: 100%;
  height: 100%;
  max-width: 4.44vw;
  max-height: 4.44vw;
}

.services_adv_number {
  color: #005F59;
  font-size: 1.11vw;
  line-height: 1.55vw;
  font-weight: 800;
  letter-spacing: 0.1vw;
}

.services_adv_text {
  font-family: 'Play';
  font-size: 1.11vw;
  line-height: 1.55vw;
  font-weight: 800;
  color: #fff;
}

.management {
  padding-left: 4.86vw;
  padding-right: 4.86vw;
}

.management_pagination {
  display: none;
}

.management_item {
  display: flex !important;
  align-items: center;
  gap: 6.59vw;
  background-color: #fff;
  padding: 2.22vw 4.44vw 3.05vw;
  height: auto !important;
}

.management_item:nth-child(even) {
  flex-direction: row-reverse;
}

.management_blue_text {
  margin-top: 2.77vw;
  color: #005F59;
  position: relative;
}

.management_blue_text span:first-child::before {
  content: '';
  position: absolute;
  top: -0.69vw;
  left: -1.38vw;
  width: 5.27vw;
  height: 1px;
  background-color: #005F59;
}

.management_blue_text span:first-child::after {
  content: '';
  position: absolute;
  top: -0.69vw;
  left: -1.38vw;
  width: 1px;
  height: 1.38vw;
  background-color: #005F59;
}

.management_blue_text span:last-child::before {
  content: '';
  position: absolute;
  bottom: -0.69vw;
  right: -1.38vw;
  width: 5.27vw;
  height: 1px;
  background-color: #005F59;
}

.management_blue_text span:last-child::after {
  content: '';
  position: absolute;
  bottom: -0.69vw;
  right: -1.38vw;
  width: 1px;
  height: 1.38vw;
  background-color: #005F59;
}

.management_item_meta {
  min-width: 22.1vw;
}

.management_img {
  line-height: 0;
  text-align: center;
}

.management_img img {
  width: 16.11vw;
  aspect-ratio: 1/1;
  object-fit: cover;
  outline: 2px solid #005F59;
}

.management_name {
  font-family: 'Play';
  font-weight: 800;
  font-size: 1.66vw;
  line-height: 1.99vw;
  text-align: center;
  margin-top: 2.5vw;
}

.management_descr {
  font-size: 0.97vw;
  line-height: 1.16vw;
  text-align: center;
  margin: 0.69vw 0;
}

.management_btn {
  background-color: #005F59;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.swiper_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.15vw;
  height: 13.47vw;
  background-color: #005F59;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.swiper_prev {
  left: -1.04vw;
}

.swiper_next {
  right: -1.04vw;
}

.swiper_arrows>div img {
  width: 1.11vw;
}

.post_cases_prev {
  left: -3vw;
}

.post_cases_next {
  right: -3vw;
}

.post_case_img {
  line-height: 0;
  display: block;
}

.post_case_img img {
  width: 100%;
  height: 12.13vw;
  object-fit: cover;
}

.post_case h4 {
  margin: 1vw 0 0;
  color: #005F59;
  line-height: 1.2;
  font-size: 1vw;
}

.swiper_arrows>div.swiper-button-disabled {
  display: none;
}

.help_box {
  display: flex;
  align-items: center;
  gap: 8.33vw;
}

.help_list {
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 0.69vw;
}

.help_img {
  width: 45%;
  text-align: center;
}

.help_img img {
  width: 37.36vw;
}

.question {
  background-color: #fff;
  padding: 0.55vw 0.55vw 0.55vw 1.18vw;
  border: 1px solid #005F59;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
  font-family: 'Play';
  font-weight: 700;
  line-height: 1.5vw;
}

.question_arrow {
  min-width: 2.77vw;
  height: 2.77vw;
  background-color: #005F59;
  display: flex;
  justify-content: center;
  align-items: center;
}

.question_arrow img {
  width: 0.9vw;
  transform: rotate(0);
  transition: 0.4s;
}

.question.active .question_arrow img {
  transform: rotate(-180deg);
  transition: 0.4s;
}

.answer {
  padding: 0 1.18vw;
  background-color: rgba(0, 77, 169, 0.1);
  border: 1px solid #005F59;
  display: none;
}

.reviews {
  margin-top: 1.4vw;
  background-color: #000;
  padding: 3.88vw 0;
  position: relative;
}

.reviews_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews .container {
  position: relative;
}

.reviews .title h2 {
  color: #fff;
}

.reviews .line {
  background-color: #fff;
}

.contact_form {
  padding: 0 14.58vw;
}

.contact_form_box {
  background-color: #005F59;
  padding: 3.26vw 5.3vw;
  margin-top: 2.08vw;
  position: relative;
}

.contact_form_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf1_descr {
  text-align: center;
}

.fields_box {
  column-count: 2;
  column-gap: 0.7vw;
}

.wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}

.contact_form .privacy_text {
  display: none;
}

.fields_item {
  position: relative;
  padding: 0.35vw 0;
}

.fields_item:not(.submit_btn, .privacy_text)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1vw;
  width: 1.32vw;
  height: 1.32vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact_form .fields_item_name::after {
  background-image: url(..//img/field_name.svg);
}

.contact_form .fields_item_phone::after {
  background-image: url(..//img/field_phone.svg);
}

.contact_form .fields_item_textarea::after {
  background-image: url(..//img/field_textarea.svg);
}

.fields_item input,
.fields_item textarea {
  height: 2.92vw;
  padding: 0 1.04vw 0 3vw !important;
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  width: 100%;
  resize: none;
}

.fields_item textarea {
  padding-top: 0.7vw !important;
}

.contact_form .fields_item input:not(.iti__search-input) {
  border-color: #fff;
  color: #fff;
}

.fields_item input::placeholder,
.fields_item textarea::placeholder {
  font-family: 'Play';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.11vw;
}

.contact_form .fields_item input::placeholder,
.contact_form .fields_item textarea::placeholder {
  color: #fff;
}

.fields_item textarea {
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
}

.contact_form .fields_item textarea {
  border-color: #fff;
  color: #fff;
}

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.contact_form .submit_btn input {
  background-color: #fff;
  color: #005F59 !important;
}

.submit_btn input {
  font-family: 'Play';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.11vw;
  cursor: pointer;
  padding: 0 !important;
}

.submit_btn::before {
  content: '';
  position: absolute;
  right: -0.7vw;
  bottom: -0.35vw;
  width: 6.6vw;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}

.submit_btn::after {
  content: '';
  position: absolute;
  right: -0.7vw;
  bottom: -0.35vw;
  width: 1px;
  height: 1.66vw;
  background-color: #fff;
  transition: 0.3s;
}

.submit_btn:hover::before {
  width: 100%;
  transition: 0.3s;
}

.submit_btn:hover::after {
  height: calc(100% - 0.7vw);
  transition: 0.3s;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1vw;
  width: 1.25vw;
  height: 1.25vw;
  margin: 0;
}

.wpcf7-spinner::before {
  top: 0.2vw;
  left: 0.2vw;
  width: 0.3125vw;
  height: 0.3125vw;
  transform-origin: 0.42vw 0.42vw;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 2vw 0 0 0;
  font-weight: 700;
  color: #46b450;
  position: relative;
}

.guarantees {
  background-color: #000;
  padding: 3.75vw 0;
  color: #fff;
  position: relative;
}

.guarantees .principles_content {
  width: 43%;
}

.guarantees .principles_list {
  width: 57%;
}

.iti__country-container {
  display: none;
}

.focus .iti__country-container {
  display: block;
}

.focus input[type="tel"]::placeholder {
  font-size: 0;
}

.focus.fields_item::after {
  display: none;
}

.fields_item .iti__flag {
  background-image: var(--iti-path-flags-2x) !important;
}

.iti__selected-country-primary {
  padding-left: 1vw !important;
}

.fields_item.focus input {
  padding-left: 8vw !important;
}

div.iti__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.41vw 0.3125vw 0 0.3125vw;
  border-color: rgba(255, 255, 255, 0.79) transparent transparent transparent;
  margin-left: 0.625vw;
}

.fields_item.focus input.iti__search-input {
  padding: 0 1vw !important;
}

.contact_form .iti__selected-dial-code {
  color: rgba(255, 255, 255, 0.79);
}

.iti--inline-dropdown ul.iti__country-list {
  max-height: 14vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.79) !important;
}

.ti-footer strong,
.ti-footer .ti-rating-text>span {
  color: #fff !important;
}

.whyus_box {
  position: relative;
  background-color: #005F59;
}

.whyus_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whyus_flex {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4.16vw;
  padding: 2.43vw 0;
}

.whyus_img {
  min-width: 47vw;
  line-height: 0;
  text-align: center;
}

.whyus_img img {
  width: 100%;
}

.whyus_text h3 {
  color: #fff;
  font-size: 1.11vw;
  line-height: 1.55vw;
  margin-bottom: 0.7vw;
}

.whyus_text h2 {
  color: #fff;
  font-size: 1.53vw;
  line-height: 2.14vw;
  margin-bottom: 1.38vw;
}

.whyus_text {
  color: #fff;
}

.whyus_text ul {
  list-style: none;
  padding: 0;
}

.whyus_text li {
  padding-left: 1.66vw;
  font-size: 1.11vw;
  line-height: 2.27vw;
  position: relative;
}

.whyus_text li::before {
  content: '';
  position: absolute;
  top: 0.8vw;
  left: 0;
  min-width: 0.625vw;
  height: 0.625vw;
  background-color: #fff;
  border-radius: 50%;
}

.stages_list {
  display: flex;
  gap: 1.38vw;
  margin-bottom: 2.08vw;
}

.stages_titles {
  min-width: 35vw;
}

.stages_descrs_item {
  display: none;
}

.stages_descrs_item.active {
  display: block;
}

.stages_descrs_item.active {
  display: block;
}

.stages_titles {
  display: flex;
  flex-direction: column;
  gap: 0.7vw;
}

.stages_titles_item {
  min-height: 4vw;
  display: flex;
  align-items: center;
  background-color: rgba(0, 95, 89, 0.38);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  line-height: 1.75vw;
  text-transform: uppercase;
  padding: 0.5vw 1.38vw;
  cursor: pointer;
}

.triangle {
  display: none;
}

.stages_titles_item.active {
  background-color: #005F59;
  color: #fff;
  position: relative;
}

.stages_titles_item.active .triangle {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}

.triangle img {
  height: calc(100% + 0.065vw);
  margin-left: -0.07vw;
  margin-top: -0.04vw;
}

.stages_descrs {
  border: 1px solid rgba(0, 95, 89, 0.38);
  padding: 3.47vw 3.47vw 5.27vw;
  position: relative;
  overflow: hidden;
}

.stages_descrs_item_title {
  font-weight: 800;
  line-height: 1.75vw;
  text-transform: uppercase;
  color: #005F59;
  margin-bottom: 1.38vw;
}

.stages_descrs_item_btn {
  margin-top: 1.38vw;
  background-color: #005F59;
  color: #fff;
}

.stages_descrs_item_logo {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Play';
  font-size: 6vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #f4f4f4;
  text-shadow: -1px -1px 0 #005F59, 1px -1px 0 #005F59, -1px 1px 0 #005F59, 1px 1px 0 #005F59;
}

.stages_btn {
  white-space: unset;
  height: 4.72vw;
}

.contact_form_3 .privacy_text {
  display: none;
}

.contact_form_3 {
  position: relative;
  padding: 3.88vw 0;
  background-color: #005F59;
}

.contact_form_3_box {
  padding-left: 9.44vw;
  padding-right: 9.44vw;
  position: relative;
}

.contact_form_3_box {
  display: flex;
  align-items: center;
  gap: 7.77vw;
}

.contact_form_3_box .wpcf7 {
  min-width: 30.1vw;
}

.contact_form_3 .fields_box {
  column-count: 1;
}

.cf3_text {
  position: relative;
  padding: 2vw;
  font-family: 'Play';
  font-weight: 700;
  font-size: 1.52vw;
  line-height: 2.12vw;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.cf3_text span:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4.58vw;
  height: 2px;
  background-color: #fff;
}

.cf3_text span:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 1.38vw;
  background-color: #fff;
}

.cf3_text span:last-child::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.27vw;
  height: 2px;
  background-color: #fff;
}

.cf3_text span:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 1.38vw;
  background-color: #fff;
}

.contacts_box {
  display: flex;
  justify-content: space-between;
  gap: 6.6vw;
}

.contacts_map {
  min-width: 42.36vw;
  position: relative;
}

.contacts_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts_items {
  margin-top: 1.38vw;
  display: flex;
  flex-direction: column;
  gap: 0.9vw;
  padding: 1.94vw 3.5vw;
  background-color: #fff;
  border: 1px solid #005F59;
}

.contacts_item {
  display: flex;
  align-items: center;
  gap: 1.18vw;
  line-height: 1.55vw;
}

.contacts_item_icon_box {
  min-width: 1.38vw;
  height: 1.38vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts_item_icon_box img {
  width: 100%;
  height: 100%;
  max-width: 1.38vw;
  max-height: 1.38vw;
}

.contacts_item a {
  transition: 0.2s;
}

.contacts_item a:hover {
  color: #005F59;
  transition: 0.2s;
}

.contacts_map span:first-child::before {
  content: '';
  position: absolute;
  top: -1.94vw;
  left: -1.94vw;
  width: 6.6vw;
  height: 2px;
  background-color: #005F59;
}

.contacts_map span:first-child::after {
  content: '';
  position: absolute;
  top: -1.94vw;
  left: -1.94vw;
  width: 2px;
  height: 1.66vw;
  background-color: #005F59;
}

.contacts_map span:last-child::before {
  content: '';
  position: absolute;
  bottom: -1.94vw;
  right: -1.94vw;
  width: 6.6vw;
  height: 2px;
  background-color: #005F59;
}

.contacts_map span:last-child::after {
  content: '';
  position: absolute;
  bottom: -1.94vw;
  right: -1.94vw;
  width: 2px;
  height: 1.66vw;
  background-color: #005F59;
}

.main_footer {
  position: relative;
  padding: 2.77vw 0;
  background-color: #005F59;
}

.footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.footer_box {
  display: flex;
  justify-content: space-between;
  gap: 3.47vw;
  color: #fff;
}

.footer_col {
  width: 25%;
}

.footer_col:last-child {
  min-width: 24vw;
}

.under_logo_text {
  font-size: 0.83vw;
  line-height: 1.33vw;
  margin-top: 1.18vw;
}

.footer_col:first-child {
  display: flex;
  flex-direction: column;
}

.copyright {
  font-size: 0.83vw;
  line-height: 1.33vw;
  font-weight: 500;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}

.footer_col_title {
  font-family: 'Play';
  font-weight: 700;
  margin-bottom: 0.7vw;
}

.footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_col ul a {
  display: flex;
  align-items: center;
  gap: 0.7vw;
  padding: 0.7vw 0 0.7vw 1.4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.41);
  position: relative;
  font-size: 0.97vw;
  line-height: 1.35vw;
}

.footer_col ul li:last-child a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}

.footer_col ul a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.42vw;
  height: 0.84vw;
  background-image: url(..//img/footer_menu_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}

.footer_col ul a:hover::before {
  left: 0.5vw;
  transition: 0.3s;
}

.footer_contact {
  display: flex;
  align-items: center;
  gap: 1.04vw;
  font-size: 0.97vw;
  line-height: 1.35vw;
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.footer_contact_icon_box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.73vw;
  height: 1.73vw;
}

.footer_contact_icon_box img {
  width: 100%;
  height: 100%;
  max-width: 1.73vw;
  max-height: 1.73vw;
}

.footer_socials_list {
  margin-top: 2.08vw;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.19vw;
  row-gap: 2.08vw;
  max-width: 12.84vw;
}

.footer_socials_list a {
  width: calc(33.33333% - 2.13vw);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_socials_list img {
  width: 100%;
  height: 100%;
  max-width: 2.29vw;
  max-height: 2.29vw;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.footer_socials_list a:hover img {
  bottom: 0.3vw;
  transition: 0.2s;
}

.footer_contact a {
  position: relative;
  left: 0;
  transition: 0.2s;
}

.footer_contact a:hover {
  left: 0.3vw;
  transition: 0.2s;
}

.getprice_popup,
.contact_lawyer_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 99999;
}

.getprice_popup.active,
.contact_lawyer_popup.active {
  visibility: visible;
}

.getprice_popup_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(0.27vw);
}

.getprice_popup_content {
  position: relative;
  background-color: #fff;
  padding: 5vw 5.42vw;
  display: flex;
  align-items: center;
  width: 81vw;
  max-height: 95%;
  overflow-y: auto;
  top: 10vw;
  transform: scale(0);
  opacity: 0;
  transition: 0.3s;
}

.getprice_popup.active .getprice_popup_content,
.contact_lawyer_popup.active .getprice_popup_content {
  top: 0;
  transform: scale(1);
  opacity: 1;
  transition: 0.3s;
}

.getprice_popup_close {
  position: absolute;
  top: 1.8vw;
  right: 1.8vw;
  width: 2.08vw;
  height: 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.getprice_popup_close span {
  position: absolute;
  width: 2.08vw;
  height: 2px;
  background-color: #005F59;
  transform: rotate(-45deg);
}

.getprice_popup_close span:last-child {
  transform: rotate(45deg);
}

.getprice_popup_contacts {
  font-size: 0.97vw;
  line-height: 1.36vw;
  display: flex;
  flex-direction: column;
  gap: 3.3vw;
  min-width: 17vw;
  padding: 2.08vw 2.77vw 2.08vw 0;
  margin-right: 4vw;
  border-right: 1px solid #005F59;
}

.getprice_popup_title {
  font-size: 1.38vw;
  line-height: 1.93vw;
  font-weight: 700;
  text-align: center;
  color: #005F59;
}

.getprice_popup_descr {
  text-align: center;
  line-height: 1.62vw;
  margin: 2.08vw 0;
}

.getprice_popup .getprice_popup_right .fields_item_textarea {
  display: none;
}

.getprice_popup .getprice_popup_right .fields_box {
  column-count: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.getprice_popup .getprice_popup_right .fields_item {
  width: 50%;
  padding: 0.35vw;
}

.getprice_popup_right .privacy_text {
  font-size: 0.7vw;
  line-height: 1vw;
}

.getprice_popup .submit_btn::before,
.getprice_popup .submit_btn::after {
  background-color: #005F59;
  right: -0.35vw;
  bottom: -0.35vw;
}

.getprice_popup .submit_btn:hover::before {
  width: calc(100% - 0.7vw);
}

.getprice_popup_right .fields_item:not(.submit_btn) input,
.getprice_popup_right .fields_item textarea {
  border-color: #005F59;
  color: #005F59;
}

.getprice_popup_right .submit_btn input {
  background-color: #005F59;
  color: #fff;
}

.getprice_popup_right .fields_item_name::after {
  background-image: url(..//img/field_name_blue.svg);
}

.getprice_popup_right .fields_item_phone::after {
  background-image: url(..//img/field_phone_blue.svg);
}

.getprice_popup_right .fields_item_textarea::after {
  background-image: url(..//img/field_textarea_blue.svg);
}

.getprice_popup_right .fields_item input::placeholder,
.getprice_popup_right .fields_item textarea::placeholder {
  color: #005F59;
}

.getprice_popup_right .fields_item textarea {
  border-color: #005F59;
  color: #005F59;
}

.getprice_popup_right .iti__selected-dial-code {
  color: #005F59;
}

.iti__search-input::placeholder {
  font-size: 0 !important;
}

.getprice_popup_right div.iti__arrow {
  border-color: #005F59 transparent transparent transparent;
}

.no_scroll {
  overflow: hidden;
}

.contact_lawyer_popup .fields_item textarea::placeholder {
  font-size: 0.8vw;
}

.contact_lawyer_popup .fields_item textarea {
  height: 6.54vw;
}

.contact_lawyer_popup .fields_item_textarea::after {
  transform: unset;
  top: 1vw;
}

.contact_lawyer_popup .submit_btn::before,
.contact_lawyer_popup .submit_btn::after {
  background-color: #005F59;
}

.contactlawyer_popup_under_form_box {
  margin-top: 2.77vw;
  display: flex;
  align-items: center;
  gap: 7vw;
}

.contactlawyer_popup_under_form {
  font-size: 1.38vw;
  line-height: 1.93vw;
  font-weight: 700;
  color: #005F59;
}

.contactlawyer_socials_list {
  display: flex;
  gap: 2.08vw;
}

.contactlawyer_socials_list a {
  line-height: 0;
  width: 2.5vw;
  height: 2.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactlawyer_socials_list img {
  width: 100%;
  height: 100%;
  max-width: 2.5vw;
  max-height: 2.5vw;
  object-fit: contain;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.contactlawyer_socials_list a:hover img {
  position: relative;
  bottom: 0.27vw;
  transition: 0.2s;
}

.breadcrumbs {
  font-family: 'Play';
  font-size: 0.83vw;
  line-height: 1.16vw;
  text-transform: uppercase;
  width: fit-content;
  margin: 2.08vw auto;
}

.breadcrumbs span {
  color: #005F59;
}

.post_header {
  position: relative;
  padding: 3.125vw 0;
}

.post_header_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post_header h2 {
  margin: 0;
  padding: 1.1vw 3.47vw 0.8vw;
  width: fit-content;
  font-size: 3.3vw;
  line-height: 4.8vw;
  color: #fff;
  background-color: #005F59;
  position: relative;
}

.post_content_box {
  margin-top: 2.77vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.post_sidebar_box,
.post_sidebar {
  width: 27.77vw;
}

.the_content {
  width: 55vw;
  text-align: justify;
}

.the_content h1 {
  margin-bottom: 1vw;
}

.the_content h2,
.the_content h3,
.the_content h4 {
  font-size: 100%;
  margin-bottom: -0.5vw;
  margin-top: 2vw;
  text-transform: unset;
  line-height: 1.33;
}

.the_content p {
  margin: 0.5vw 0;
}

.post_sidebar {
  padding: 2.08vw;
  background-color: #fff;
  box-shadow: 0 0.27vw 1.38vw rgba(185, 185, 185, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post_sidebar_img {
  width: 16.11vw;
  height: 16.11vw;
  position: relative;
}

.post_sidebar_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border: 0.14vw solid #005F59;
}

.post_sidebar .management_name {
  margin-top: 1.45vw;
}

.post_sidebar .management_descr {
  margin: 1.38vw 0;
}

.post_sidebar_contacts {
  color: #005F59;
  margin-bottom: 1.38vw;
  display: flex;
  flex-direction: column;
  gap: 0.97vw;
}

.the_content_about {
  text-align: justify;
}

.contact_lawyer_btn_2 {
  margin-top: 1.38vw;
  width: 100%;
  border: 1px solid #005F59;
  color: #005F59;
}

.price_row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #005F59;
  border-left: 1px solid #005F59;
  border-right: 1px solid #005F59;
}

.price_row>div {
  padding: 1vw 2.43vw;
}

.price_row:first-child {
  background-color: #005F59;
  color: #fff;
}

.price_value {
  border-left: 1px solid #005F59;
  min-width: 21.875vw;
}

.services_page_box {
  margin-top: 4vw;
}

.services_contact_form .principles_top_text {
  top: 0;
  margin-bottom: 1.25vw;
}

.about_btn {
  color: #fff;
  background-color: #005F59;
  margin: 2.77vw auto;
}

.management_about {
  margin: 2.77vw 0;
}

.case {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5.55vw;
  padding: 1.74vw 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.case:nth-child(even) {
  flex-direction: row-reverse;
}

.case:first-child {
  border-top: 0;
}

.case_img {
  min-width: 35vw;
  text-align: center;
  line-height: 0;
}

.case_content h2 {
  font-family: 'Play';
  text-transform: unset;
  color: #005F59;
  font-size: 1.25vw;
  line-height: 1.75vw;
  position: relative;
  padding: 0 0 1.18vw 1.73vw;
}

.case_content h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.26vw;
  height: 0.14vw;
  background-color: #005F59;
}

.case_content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.14vw;
  height: 2.43vw;
  background-color: #005F59;
}

.case_descr {
  padding-left: 1.73vw;
  font-size: 0.97vw;
  font-weight: 500;
  line-height: 1.65vw;
}

.case_descr a {
  text-decoration: underline;
}

.actual_services_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.36vw;
}

.actual_services_list li {
  width: calc(50% - 1.19vw);
  position: relative;
  padding-left: 1.8vw;
  line-height: 1.75vw;
  font-weight: 500;
}

.actual_services_list li::before {
  content: '';
  position: absolute;
  top: 0.3vw;
  left: 0;
  width: 0.97vw;
  height: 0.97vw;
  background-color: #005F59;
}

.actual_services_list a {
  transition: 0.2s;
}

.actual_services_list a:hover {
  color: #005F59;
  transition: 0.2s;
}

.articles_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.38vw;
}

.articles_list li {
  width: calc(33.33333% - 0.93vw);
  position: relative;
}

.attachment-post-thumbnail {
  width: 100%;
  height: 17.36vw;
  object-fit: cover;
}

.post_date {
  position: absolute;
  top: 0.7vw;
  left: 0.7vw;
  padding: 0.7vw;
  background-color: #005F59;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7vw;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.32vw;
  min-width: 9.5vw;
}

.post_date img {
  min-width: 0.78vw;
}

.articles_list h4 {
  margin: 1.4vw 0 0;
  font-size: 1.11vw;
  font-weight: 500;
  line-height: 1.77vw;
}

.articles_list a {
  display: block;
  line-height: 0;
  position: relative;
}

.articles_list li:nth-child(n+4) {
  padding-top: 1.4vw;
}

.articles_list li:nth-child(n+4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.date_views_box {
  display: flex;
  gap: 1.04vw;
  margin-bottom: 1.73vw;
  font-size: 1.11vw;
  line-height: 1.66vw;
  color: #005F59;
  font-weight: 500;
}

.date_views_box span {
  width: 0.55vw;
  height: 0.55vw;
  background-color: #005F59;
}

.date_views_box>div {
  display: flex;
  align-items: center;
  gap: 0.7vw;
}

.page-numbers:not(.next, .prev) {
  width: 2.77vw;
  height: 2.77vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005F59;
  font-size: 0.83vw;
  font-weight: 500;
}

.page-numbers.current {
  background-color: #005F59;
  color: #fff;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7vw;
  margin-top: 3.47vw;
}

.page-numbers img {
  position: relative;
  bottom: 0.05vw;
  width: 0.51vw;
}

.header_mob {
  display: none;
}

.menu_mob_popup {
  position: fixed;
  visibility: hidden;
}

.services_adv_bg_mob,
.principles_bg_mob {
  display: none;
}

.stages_titles_item_mob {
  display: none;
}

.callback {
  position: fixed;
  right: -100%;
  bottom: 1vw;
  width: 40vw;
  padding: 1.5vw 2vw 1vw;
  background-color: #005F59;
  color: #fff;
  z-index: 999;
  transition: 0.2s;
}

.callback.active {
  right: 1vw;
  transition: 0.2s;
}

.callback h2 {
  font-size: 1vw;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.4vw;
}

.callback_descr {
  text-align: center;
  font-size: 1vw;
  line-height: 1.2;
  margin-bottom: 0.5vw;
}

.callback .fields_item input {
  border-color: #fff;
  height: 2.5vw;
  font-size: 1vw;
  color: #fff;
}

.callback .fields_item:not(.focus) input::placeholder {
  font-size: 0.8vw;
  color: #fff;
}

.callback .iti__selected-country {
  font-size: 1vw;
}

.callback .submit_btn input {
  font-size: 0.8vw;
  color: #005F59;
  background-color: #fff;
}

.callback .fields_item_phone::after {
  background-image: url(..//img/field_phone.svg);
}

.callback_socials_box {
  display: flex;
  gap: 1vw;
  align-items: center;
  font-size: 1vw;
  margin-top: 1vw;
}

.callback_socials_list {
  display: flex;
  gap: 1vw;
}

.callback_socials_list a {
  line-height: 0;
}

.callback_socials_list img {
  width: 1.5vw;
}

.callback_socials_list a:first-child img {
  background-color: #fff;
  padding: 0.2vw;
  border-radius: 50%;
}

.callback .fields_item.focus input.iti__search-input {
  color: #000;
}

.callback .iti--inline-dropdown ul.iti__country-list {
  font-size: 1vw;
  color: #000;
}

.callback #iti-5__dropdown-content {
  bottom: 2.5vw;
}

.callback .wpcf7 form.sent .wpcf7-response-output {
  margin-top: 0.5vw;
  font-size: 1vw;
}

.grecaptcha-badge {
  right: -100% !important;
}

.contacts_sticky_btn {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  width: 70px;
  height: 70px;
  background-color: #2a9400;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  animation: hoverWave linear 2s infinite;
  z-index: 999;
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(42, 148, 0, 0.3), 0 0 0 0 rgba(42, 148, 0, 0.2), 0 0 0 0 rgba(42, 148, 0, 0.2)
  }

  40% {
    box-shadow: 0 8px 10px rgba(42, 148, 0, 0.3), 0 0 0 15px rgba(42, 148, 0, 0.2), 0 0 0 0 rgba(42, 148, 0, 0.2)
  }

  80% {
    box-shadow: 0 8px 10px rgba(42, 148, 0, 0.3), 0 0 0 30px rgba(42, 148, 0, 0), 0 0 0 26.7px rgba(42, 148, 0, 0.067)
  }

  100% {
    box-shadow: 0 8px 10px rgba(42, 148, 0, 0.3), 0 0 0 30px rgba(42, 148, 0, 0), 0 0 0 40px rgba(42, 148, 0, 0.0)
  }
}

.callback_close {
  position: absolute;
  right: 1vw;
  top: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 1.5vw;
  height: 1.5vw;
}

.callback_close span {
  position: absolute;
  width: 1.5vw;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.callback_close span:last-child {
  transform: rotate(-45deg);
}

.footer_col .logo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* Custom main slider */
.main_swiper_pagination button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  min-width: 0;
  min-height: 0;
  line-height: 0;
  box-shadow: none;
}

/* ============================================ adaptive ================================================= */

@media(max-width:768px) {
  body {
    font-size: 3.18vw;
    line-height: 5.4vw;
  }

  h1,
  h2 {
    font-size: 4.54vw;
    line-height: 6.36vw;
    margin-bottom: 4.54vw;
  }

  h3 {
    font-size: 3.18vw;
    line-height: 4.45vw;
    margin-bottom: 4.54vw;
  }

  .container {
    padding: 0 4.54vw;
  }

  .header_pc {
    display: none;
  }

  .header_mob_empty {
    height: 18.97vw;
  }

  .header_mob {
    display: block;
    padding: 3.4vw 0;
    background-color: #f4f4f4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }

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

  .burger {
    width: 10vw;
    height: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.14vw;
  }

  .burger span {
    width: 8.86vw;
    height: 0.68vw;
    background-color: #005F59;
  }

  .burger span:nth-child(2) {
    margin-left: auto;
  }

  .logo {
    line-height: 0;
  }

  .logo img {
    width: 30vw;
  }
	
	.menu_mob_header .logo img{
		filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
	}

  .phone_mob {
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005F59;
  }

  .phone_mob img .phone_mob_menu img {
    width: 6.13vw;
  }

  .phone_mob_menu {
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
  }

  .menu_mob_popup {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: 0.3s;
  }

  .menu_mob_popup.active {
    visibility: visible;
    left: 0;
    transition: 0.3s;
  }

  .menu_mob_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #005F59;
    color: #fff;
    padding: 3.4vw 4.54vw 8.4vw;
  }

  .menu_mob_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10.9vw;
  }

  .menu_mob_close {
    width: 6.81vw;
    height: 6.81vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu_mob_close span {
    position: absolute;
    width: 8.86vw;
    height: 0.68vw;
    background-color: #fff;
    transform: rotate(45deg);
  }

  .menu_mob_close span:last-child {
    transform: rotate(-45deg);
  }

  .main_menu_mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.81vw;
    font-family: 'Play';
    font-weight: 700;
    font-size: 4.1vw;
    line-height: 5.7vw;
    text-transform: uppercase;
  }

  .menu_mob_footer_box {
    margin-top: 6.81vw;
    padding-top: 5.45vw;
    padding-left: 5.9vw;
    padding-right: 5.9vw;
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.81vw;
  }

  .menu_mob_footer_label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.27vw;
    font-family: 'Play';
    font-size: 2.27vw;
    line-height: 3.18vw;
    text-transform: uppercase;
    margin-bottom: 2.27vw;
  }

  .menu_mob_icon_box {
    width: 4.54vw;
    height: 4.54vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu_mob_icon_box img {
    width: 100%;
    height: 100%;
    max-width: 4.54vw;
    max-height: 4.54vw;
    object-fit: contain;
  }

  .menu_mob_socials_box {
    display: flex;
    justify-content: center;
    gap: 4.54vw;
  }

  .menu_mob_socials_box a {
    width: 3.63vw;
    height: 3.63vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu_mob_socials_box img {
    max-width: 3.63vw;
    max-height: 3.63vw;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .lang_switcher_mob {
    list-style: none;
    padding: 5.22vw 0 0;
    margin: 5.22vw 0 0;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    font-family: 'Play';
    font-weight: 800;
    color: rgba(255, 255, 255, 0.71);
  }

  .current-lang {
    color: #FFF;
  }

  .lang_switcher_mob li:not(:first-child) {
    margin-left: 3.4vw;
    padding-left: 3.4vw;
    border-left: 0.45vw solid rgba(255, 255, 255, 0.71);
  }

  .main_content br {
    display: none;
  }

  .main_content h1,
  .main_content h2 {
    margin-bottom: 4.54vw;
  }

  .main_price {
    gap: 1.82vw;
  }

  .main_price img {
    width: 4.54vw;
  }

  .main_slide {
    padding: 11.36vw 0;
  }

  .main_content>p {
    margin: 4.54vw 0;
  }

  .main_btn {
    width: 100%;
    height: 10.22vw;
    padding: 1vw 5vw 0;
    font-size: 3.63vw;
    line-height: 5vw;
  }

  .main_btns {
    flex-direction: column;
    gap: 4.54vw;
  }

  .main_btn::before {
    width: 17.27vw;
    bottom: -2.27vw;
    right: -2.27vw;
  }

  .main_btn::after {
    bottom: -2.27vw;
    right: -2.27vw;
    height: 4.54vw;
  }

  .main_swiper_pagination {
    position: unset;
    margin-top: 9vw;
  }

  .main_swiper_pagination button {
    width: 2.5vw;
    height: 2.5vw;
    border-color: #005F59;
  }

  .main_swiper_pagination button.is-active {
    background-color: #005F59;
  }

  .mt_80 {
    margin-top: 13.63vw;
  }

  .mt-80 {
    margin-bottom: -13.9vw;
  }

  .about {
    margin-top: 13.63vw;
  }

  .scroll_top {
    scroll-margin-top: 20vw;
  }

  .title h3 {
    margin-bottom: 1.82vw;
  }

  .line {
    min-width: 9vw;
    height: 0.45vw;
  }

  .title_box {
    justify-content: space-between;
    gap: 0;
  }

  .about_box {
    flex-direction: column-reverse;
    gap: 9vw;
    position: relative;
    padding-top: 69vw;
  }

  .about_box>div {
    width: 100%;
  }

  .about_img {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
  }

  .about_img img {
    width: 72.72vw;
    height: 60vw;
    object-fit: cover;
  }

  .about_contacts {
    padding: 4.54vw 8vw 4.54vw 2.27vw;
    gap: 3.86vw;
    margin: 0 -1.1vw;
  }

  .about_contact {
    font-size: 3.86vw;
    line-height: 5.5vw;
    gap: 2vw;
  }

  .about_contact_icon {
    min-width: 4.54vw;
    height: 4.54vw;
  }

  .about_contact_icon img {
    max-width: 4.54vw;
    max-height: 4.54vw;
  }

  .about_socials_list a {
    width: 4.77vw;
    height: 4.77vw;
  }

  .about_socials_list img {
    max-width: 4.77vw;
    max-height: 4.77vw;
  }

  .about_socials_list {
    gap: 2.27vw;
    padding: 2.27vw 1.81vw;
  }

  .about_socials_box span:first-child {
    border-width: 2.27vw 0 0 2.27vw;
  }

  .about_socials_box span:last-child {
    border-width: 2.27vw 2.27vw 0 0;
  }

  .about_socials_box {
    right: -2.27vw;
  }

  .about_btns {
    flex-direction: column;
    gap: 4.54vw;
    margin-top: 6.81vw;
  }

  .principles_top_text {
    font-size: 4.09vw;
    line-height: 5.7vw;
    padding: 1.59vw 6.13vw;
    text-align: center;
    border: 0;
  }

  .principles_top_text span:first-child::before {
    top: -1.81vw;
    left: -1.81vw;
    width: 15vw;
    background-color: #3D3D3D;
  }

  .principles_top_text span:first-child::after {
    top: -1.81vw;
    left: -1.81vw;
    height: 4.54vw;
    background-color: #3D3D3D;
  }

  .principles_top_text span:last-child::before {
    right: -1.81vw;
    bottom: -1.81vw;
    width: 15vw;
    background-color: #3D3D3D;
  }

  .principles_top_text span:last-child::after {
    right: -1.81vw;
    bottom: -1.81vw;
    height: 4.54vw;
    background-color: #3D3D3D;
  }

  .principles_box {
    flex-direction: column;
    gap: 6.81vw;
    margin-top: 4.61vw;
  }

  .principles_box>div {
    width: 100%;
  }

  .principles_content h3 {
    font-size: 3.18vw;
    line-height: 5.4vw;
    margin-bottom: 2.72vw;
  }

  .principles_content h2 {
    font-size: 3.63vw;
    line-height: 5.08vw;
    margin-bottom: 3.86vw;
  }

  .principles_descr li {
    font-size: 3.18vw;
    line-height: 5.4vw;
    padding-left: 5.22vw;
  }

  p,
  ul {
    margin: 3.4vw 0;
  }

  .principles_descr li::before {
    min-width: 2.04vw;
    height: 2.04vw;
    top: 1.4vw;
  }

  .principle:nth-child(odd) {
    position: unset;
  }

  .principles_list {
    gap: 1.36vw;
  }

  .principle {
    width: calc(50% - 1.14vw);
    padding: 2.27vw 1.81vw 1vw;
    justify-content: flex-start;
  }

  .principle_icon {
    width: 7.95vw;
    height: 7.95vw;
  }

  .principle_icon img {
    max-width: 7.95vw;
    max-height: 7.95vw;
  }

  .principle h4 {
    margin-top: 2.27vw;
    font-size: 3.4vw;
    line-height: 4.76vw;
    margin-bottom: 1.13vw;
  }

  .principle p {
    font-size: 2.72vw;
    line-height: 3.8vw;
  }

  .principle_marquee {
    padding: 4.68vw 0 4.48vw;
    font-size: 4.09vw;
    line-height: 5.7vw;
    letter-spacing: 0.5vw;
  }

  .star {
    font-size: 6vw;
    line-height: 0;
    padding: 0 5vw;
    top: 1.5vw;
  }

  .expert .principles_box {
    flex-direction: column-reverse;
    gap: 6.81vw;
  }

  .expert_img img {
    width: 80vw;
  }

  .services_btn_1 {
    margin: 4.54vw auto;
    font-size: 3.18vw;
    line-height: 5.4vw;
    padding: 2.14vw 4.54vw 1.94vw;
  }

  .services_btn_1 span:first-child::before,
  .services_btn_1 span:last-child::before {
    width: 15vw;
  }

  .services_btn_1 span:first-child::after,
  .services_btn_1 span:last-child::after {
    height: 4.54vw;
  }

  .principles {
    padding-bottom: 6.36vw;
  }

  .services_box {
    padding: 8.18vw 0;
  }

  .service {
    width: 100%;
    padding: 3.4vw 5.68vw;
  }

  .service h3 {
    min-height: 0;
    font-size: 3.18vw;
    line-height: 4vw;
    margin-bottom: 3.4vw;
  }

  .services_page_descr {
    font-size: 3.18vw;
    line-height: 5.4vw;
  }

  .services_page_descr ul {
    margin: 3.4vw 0;
    gap: 1.2vw;
  }

  .services_page_descr li::before {
    min-width: 1.59vw;
    height: 2.95vw;
    top: 1vw;
  }

  .services_page_descr li {
    padding-left: 3.63vw;
  }

  .service span:first-child::before,
  .service span:last-child::before {
    width: 15vw;
  }

  .service span:first-child::after,
  .service span:last-child::after {
    height: 4.54vw;
  }

  .services_list {
    gap: 2.27vw;
  }

  .services_adv {
    padding: 9.09vw 0;
  }

  .services_adv_box {
    flex-direction: column-reverse;
    gap: 6.81vw;
  }

  .services_adv_list {
    width: 100%;
    max-width: 68vw;
    margin: 0 auto;
    gap: 6.81vw;
  }

  .services_adv_item {
    width: 100%;
    gap: 9.09vw;
  }

  .services_adv_icon {
    min-width: 14.54vw;
    height: 14.54vw;
  }

  .services_adv_icon img {
    max-width: 14.54vw;
    max-height: 14.54vw;
  }

  .services_adv_number,
  .services_adv_text {
    font-size: 3.18vw;
    line-height: 4.45vw;
  }

  .services_adv_bg {
    display: none;
  }

  .services_adv_bg_mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .management_item,
  .management_item:nth-child(even) {
    flex-direction: column;
    padding: 4.54vw 4.54vw 7.95vw;
  }

  .management_black_text p {
    margin: 0;
  }

  .management_blue_text {
    margin-top: 5.22vw;
  }

  .management_blue_text span:first-child::before {
    top: -2.27vw;
    left: -2.27vw;
    width: 17.27vw;
  }

  .management_blue_text span:first-child::after {
    top: -2.27vw;
    left: -2.27vw;
    height: 4.54vw;
  }

  .management_blue_text span:last-child::before {
    right: -2.27vw;
    bottom: -2.27vw;
    width: 17.27vw;
  }

  .management_blue_text span:last-child::after {
    right: -2.27vw;
    bottom: -2.27vw;
    height: 4.54vw;
  }

  .swiper_arrows {
    display: none;
  }

  .management_img img {
    width: 52.72vw;
  }

  .management_name {
    font-size: 4.54vw;
    line-height: 5.44vw;
    margin-top: 5.9vw;
  }

  .management_descr {
    font-size: 3.18vw;
    line-height: 3.8vw;
    margin: 2.27vw 0;
  }

  .management_pagination {
    display: flex;
    justify-content: center;
    margin-top: 2.27vw;
  }

  .management_pagination span {
    width: 2.5vw;
    height: 2.5vw;
    border: 1px solid #005F59;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
    margin: 0 0.45vw !important;
  }

  .management_pagination span.swiper-pagination-bullet-active {
    background-color: #005F59;
  }

  .help_box {
    flex-direction: column;
    gap: 15.45vw;
  }

  .help_box>div {
    width: 100%;
  }

  .help_list {
    gap: 2.27vw;
  }

  .question {
    line-height: 4.35vw;
    padding: 2.5vw 1.59vw 2.5vw 3.4vw;
  }

  .question_arrow {
    min-width: 9.09vw;
    height: 9.09vw;
  }

  .question_arrow img {
    width: 2.95vw;
  }

  .answer {
    padding: 0 2.5vw;
  }

  .help_img img {
    width: 100%;
  }

  .reviews {
    margin-top: 15.45vw;
    padding: 6.81vw 0;
  }

  .contact_form {
    padding: 0 4.54vw;
  }

  .cf1_descr br {
    display: none;
  }

  .cf1_descr {
    margin-top: 4.54vw;
  }

  .contact_form_box {
    margin-top: 4.54vw;
    padding: 6.81vw 2.27vw;
  }

  .fields_box {
    display: flex;
    flex-direction: column;
    gap: 2.72vw;
  }

  .fields_item input,
  .fields_item textarea {
    height: 9.09vw;
    font-size: 3.18vw;
    line-height: 4.45vw;
    padding: 0 2.27vw 0 9.77vw !important;
    width: 100%;
  }

  .fields_item input::placeholder,
  .fields_item textarea::placeholder {
    font-size: 3.18vw;
    line-height: 4.45vw;
  }

  .fields_item:not(.submit_btn, .privacy_text)::after {
    width: 4.31vw;
    height: 4.31vw;
    left: 3.4vw;
  }

  .iti {
    width: 100%;
  }

  .fields_item textarea {
    padding-top: 2vw !important;
  }

  div.iti__arrow {
    border-width: 1.1vw 1vw 0 1vw;
  }

  div.iti__arrow {
    margin-left: 2vw;
  }

  .fields_item.focus input {
    padding-left: 22vw !important;
  }

  .iti__search-input {
    min-height: 10vw;
    border: 1px solid #005F59;
    padding: 0 3vw;
  }

  .submit_btn::before {
    right: -1.59vw;
    bottom: -1.59vw;
    width: 21.6vw;
  }

  .submit_btn::after {
    right: -1.59vw;
    bottom: -1.59vw;
    height: 5.45vw;
  }

  .submit_btn input {
    padding: 0 !important;
  }

  .wpcf7-spinner {
    width: 4.44vw;
    height: 4.44vw;
    right: 3vw;
  }

  .wpcf7-spinner::before {
    top: 0.71vw;
    left: 0.71vw;
    width: 1.11vw;
    height: 1.11vw;
    transform-origin: 1.49vw 1.49vw;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 5vw;
  }

  .guarantees .principles_box>div {
    width: 100%;
  }

  .principles_bg_mob {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .principles_bg {
    display: none;
  }

  .guarantees {
    padding: 11.36vw 0 13.63vw;
  }

  .whyus_flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 11.36vw;
    padding: 6.81vw 0;
  }

  .whyus_text h3 {
    font-size: 3.18vw;
    line-height: 4.45vw;
    margin-bottom: 2.5vw;
  }

  .whyus_text h2 {
    font-size: 4.09vw;
    line-height: 5.7vw;
    margin-bottom: 2.5vw;
  }

  .whyus_text li {
    font-size: 3.18vw;
    line-height: 6.4vw;
    padding-left: 4.54vw;
  }

  .whyus_text li::before {
    top: 2vw;
    min-width: 2.04vw;
    height: 2.04vw;
  }

  .stages_titles {
    display: none;
  }

  .stages_titles_item_mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
    min-height: 13.18vw;
    padding: 1vw 4.09vw;
    background-color: #005F59;
    color: #fff;
    text-transform: uppercase;
    font-size: 3.18vw;
    font-weight: 800;
    line-height: 4.45vw;
    margin-bottom: 2.27vw;
  }

  .stages_descrs_item_title {
    display: none;
  }

  .stages_descrs {
    border: 0;
    padding: 0;
    width: 100%;
  }

  .stage_arrow {
    width: 2.95vw;
    transform: rotate(0);
    transition: 0.4s;
  }

  .stages_titles_item_mob.active .stage_arrow {
    transform: rotate(-180deg);
    transition: 0.4s;
  }

  .stages_descrs_item {
    padding: 1vw 4.09vw 6vw;
  }

  .stages_descrs_item_btn {
    margin-top: 6vw;
  }

  .stages_descrs_item_logo {
    display: none;
  }

  .stages_descrs_item.active {
    display: none;
  }

  .stages_list {
    margin-bottom: 5vw;
  }

  .contact_form_3_box {
    flex-direction: column-reverse;
    align-items: unset;
    gap: 6.13vw;
    padding: 9.09vw 0;
  }

  .cf3_text {
    font-size: 3.63vw;
    line-height: 5vw;
    padding: 3.2vw;
  }

  .cf3_text span:first-child::before,
  .cf3_text span:last-child::before {
    width: 15vw;
  }

  .cf3_text span:first-child::after,
  .cf3_text span:last-child::after {
    height: 4.54vw;
  }

  .fields_item {
    padding: 0;
  }

  .contacts_box {
    flex-direction: column;
    gap: 12vw;
  }

  .contacts_content h3 {
    margin-bottom: 3.4vw;
  }

  .contacts_items {
    margin-top: 3.4vw;
    padding: 4.54vw;
    gap: 4.54vw;
  }

  .contacts_item {
    gap: 3.86vw;
  }

  .contacts_item_icon_box {
    min-width: 4.54vw;
    height: 4.54vw;
  }

  .contacts_item_icon_box img {
    max-width: 4.54vw;
    max-height: 4.54vw;
  }

  .contacts_map iframe {
    position: unset;
    height: 57.95vw;
  }

  .contacts_map {
    line-height: 0;
    padding: 4.54vw;
  }

  .contacts_map span:first-child::before {
    top: 0;
    left: 0;
    width: 12.95vw;
  }

  .contacts_map span:first-child::after {
    top: 0;
    left: 0;
    height: 3.18vw;
  }

  .contacts_map span:last-child::before {
    right: 0;
    bottom: 0;
    width: 12.95vw;
  }

  .contacts_map span:last-child::after {
    right: 0;
    bottom: 0;
    height: 3.18vw;
  }

  .footer_box {
    flex-direction: column;
    align-items: center;
    gap: 6.81vw;
  }

  .footer_col {
    width: 100%;
  }

  .under_logo_text {
    font-size: 2.72vw;
    line-height: 4.35vw;
    text-align: center;
    margin-top: 8.18vw;
  }

  .main_footer {
    padding: 6.81vw 0 20.45vw;
    position: relative;
  }

  .copyright {
    position: absolute;
    left: 0;
    bottom: 6.81vw;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 2.72vw;
    line-height: 4.35vw;
  }

  .footer_col .logo {
    text-align: center;
  }

  .footer_col:nth-child(2) {
    display: none;
  }

  .footer_col_title {
    font-size: 4.09vw;
    line-height: 5.7vw;
    margin-bottom: 7.5vw;
    text-align: center;
  }

  .footer_contact {
    gap: 1.59vw;
    font-size: 3.18vw;
    line-height: 4.45vw;
    justify-content: center;
  }

  .footer_contact_icon_box {
    min-width: 5.68vw;
    height: 5.68vw;
  }

  .footer_contact_icon_box img {
    max-width: 5.68vw;
    max-height: 5.68vw;
  }

  .footer_contacts {
    gap: 4.54vw;
  }

  .footer_socials_list {
    justify-content: center;
    column-gap: 10.45vw;
    row-gap: 6.81vw;
    margin-top: 6.81vw;
    max-width: 42vw;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_socials_list a {
    width: calc(33.33333% - 6.97vw);
  }

  .footer_socials_list img {
    min-width: 6.81vw;
    min-height: 6.81vw;
    object-fit: contain;
  }

  .management_item {
    justify-content: space-between;
  }

  .getprice_popup_contacts {
    display: none;
  }

  .getprice_popup_close {
    top: 5.68vw;
    right: 5.68vw;
    width: 5.22vw;
    height: 5.22vw;
  }

  .getprice_popup_close span {
    width: 5.22vw;
  }

  .getprice_popup_content {
    padding: 19.09vw 4.54vw 10.45vw;
    width: 94.31vw;
  }

  .getprice_popup_title {
    font-size: 3.63vw;
    line-height: 5vw;
  }

  .getprice_popup_descr {
    margin: 5.68vw 0;
    font-size: 3.18vw;
    line-height: 4.13vw;
  }

  .getprice_popup .getprice_popup_right .fields_item {
    width: 100%;
  }

  .getprice_popup .getprice_popup_right .fields_item {
    padding: 0;
  }

  .getprice_popup .getprice_popup_right .fields_box {
    gap: 3.4vw;
  }

  .iti--fullscreen-popup.iti--container {
    z-index: 999999;
  }

  .getprice_popup_right .privacy_text {
    font-size: 2.27vw;
    line-height: 3.86vw;
    margin-bottom: -3.4vw;
  }

  .contact_lawyer_popup .fields_item_name {
    order: 1;
  }

  .contact_lawyer_popup .fields_item_phone {
    order: 2;
  }

  .contact_lawyer_popup .fields_item_textarea {
    order: 3;
  }

  .contact_lawyer_popup .privacy_text {
    order: 4;
  }

  .contact_lawyer_popup .fields_item_hidden {
    order: 5;
  }

  .contact_lawyer_popup .submit_btn {
    order: 6;
  }

  .contact_lawyer_popup .fields_item textarea::placeholder {
    font-size: 3.18vw;
    line-height: 4.45vw;
  }

  .contact_lawyer_popup .fields_item textarea {
    height: 19.09vw;
  }

  .contact_lawyer_popup .fields_item_textarea::after {
    top: 2vw;
  }

  .contactlawyer_popup_under_form_box {
    flex-direction: column;
    align-items: center;
    gap: 5.9vw;
    margin-top: 7.95vw;
  }

  .contactlawyer_popup_under_form {
    font-size: 3.63vw;
    line-height: 5vw;
    text-align: center;
  }

  .contactlawyer_socials_list a {
    width: 8.4vw;
    height: 8.4vw;
  }

  .contactlawyer_socials_list img {
    max-width: 8.4vw;
    max-height: 8.4vw;
  }

  .contactlawyer_socials_list {
    gap: 6.81vw;
  }

  .getprice_popup .submit_btn input {
    border: 0;
  }

  .getprice_popup .submit_btn::before,
  .getprice_popup .submit_btn::after {
    right: -2.27vw;
    bottom: -2.27vw;
  }

  .breadcrumbs {
    font-size: 2.72vw;
    line-height: 3.8vw;
    margin: 4.54vw 0 6.81vw;
  }

  .post_header {
    display: none;
  }

  .post_content_box {
    flex-direction: column;
    gap: 13.63vw;
  }

  .post_content_box>div {
    width: 100%;
  }

  .post_sidebar {
    width: 100%;
    padding: 6.81vw;
  }

  .post_sidebar_img {
    width: 52.72vw;
    height: 52.72vw;
  }

  .post_sidebar .management_name {
    margin-top: 4.77vw;
  }

  .post_sidebar .management_descr {
    margin: 4.54vw 0;
  }

  .post_sidebar_contacts {
    margin-bottom: 4.54vw;
    gap: 3.18vw;
  }

  .contact_lawyer_btn_2 {
    margin-top: 4.54vw;
  }

  .price_row>div {
    padding: 2.27vw;
  }

  .price_value {
    min-width: 28vw;
    max-width: 28vw;
    display: flex;
    align-items: center;
  }

  .price_row:first-child {
    font-size: 4.09vw;
  }

  .about_btn {
    margin: 6.81vw auto;
  }

  .actual_services_list {
    gap: 6.81vw;
  }

  .actual_services_list li {
    width: 100%;
    font-size: 3.18vw;
    line-height: 5.4vw;
    padding-left: 6vw;
  }

  .actual_services_list li::before {
    top: 1.1vw;
    width: 2.5vw;
    height: 2.5vw;
  }

  .case,
  .case:nth-child(even) {
    flex-direction: column-reverse;
    gap: 4.54vw;
    padding: 4.54vw 0;
  }

  .case_content h2 {
    font-size: 3.18vw;
    line-height: 4.45vw;
    padding: 0 0 4.09vw 4.09vw;
  }

  .case_content h2::before {
    width: 27.04vw;
    height: 0.45vw;
  }

  .case_content h2::after {
    width: 0.45vw;
    height: 7.95vw;
  }

  .case_descr {
    font-size: 3.18vw;
    line-height: 5.4vw;
  }

  .articles_list li {
    width: 100%;
  }

  .articles_list {
    gap: 4.54vw;
  }

  .articles_list li:nth-child(n+2) {
    padding-top: 4.54vw;
  }

  .articles_list li:nth-child(n+2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .attachment-post-thumbnail {
    height: 56.81vw;
  }

  .post_date {
    top: 2.27vw;
    left: 2.27vw;
    padding: 2.27vw;
    gap: 2.27vw;
    font-size: 2.72vw;
    line-height: 4.35vw;
    min-width: 32.27vw;
  }

  .post_date img {
    min-width: 3.4vw;
  }

  .articles_list h4 {
    margin: 4.54vw 0 0;
    font-size: 3.63vw;
    line-height: 5.8vw;
  }

  .page-numbers:not(.next, .prev) {
    width: 8.86vw;
    height: 8.86vw;
    font-size: 2.73vw;
    line-height: 4.37vw;
  }

  .page-numbers img {
    width: 1.81vw;
    bottom: auto;
    top: 0.4vw;
  }

  .date_views_box {
    margin-bottom: 6.81vw;
    gap: 3.4vw;
    font-size: 3.63vw;
    line-height: 5.44vw;
  }

  .date_views_box span {
    width: 1.81vw;
    height: 1.81vw;
  }

  .date_views_box>div {
    gap: 2.27vw;
  }

  .callback {
    width: 100%;
    padding: 4vw 6vw;
    right: 0;
    bottom: -100%;
  }

  .callback.active {
    bottom: 0;
  }

  .callback h2 {
    font-size: 3vw;
    margin-bottom: 1vw;
  }

  .callback_descr {
    font-size: 3vw;
    margin-bottom: 1.5vw;
  }

  .callback .fields_item input {
    font-size: 3vw;
    height: 7vw;
  }

  .callback .fields_item:not(.focus) input::placeholder {
    font-size: 3vw;
    color: #fff;
  }

  .callback .iti__selected-country {
    font-size: 3vw;
  }

  .callback .fields_box {
    gap: 1vw;
  }

  .callback_socials_box {
    font-size: 3vw;
    margin-top: 5vw;
    gap: 3vw;
  }

  .callback_socials_list img {
    width: 5vw;
  }

  .callback_socials_list a:first-child img {
    padding: 0.7vw;
  }

  .callback_socials_list {
    gap: 3vw;
  }

  .callback .wpcf7 form.sent .wpcf7-response-output {
    font-size: 3vw;
    margin-top: 3vw;
  }

  .callback_close {
    width: 5vw;
    height: 5vw;
    top: 3vw;
    right: 3vw;
  }

  .callback_close span {
    width: 5vw;
  }

  .post_case_img img {
    height: 44vw;
  }

  .post_case h4 {
    margin: 3vw 0 0;
    font-size: 4vw;
  }

  .main_slide {
    padding: 11.36vw 0;
  }

  .main_swiper_pagination {
    position: static;
    width: 100%;
    margin-top: 9vw;
  }

  .main_swiper_pagination button {
    flex: 0 0 2.5vw;
    width: 2.5vw;
    height: 2.5vw;
    margin: 0 0.5vw !important;
    padding: 0;
    border: 1px solid #005F59;
    border-radius: 0;
    background-color: transparent;
  }

  .main_swiper_pagination button.is-active {
    background-color: #005F59;
  }
}

/* SEO SEMANTIC TAGS V2 2026-08-13 */

/* Hero: old H3 */
.main_content>.main_subtitle_seo {
  font-family: 'Play';
  font-size: 1.25vw;
  line-height: 1.75vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 .48vw;
}

/* Hero: old H1/H2 */
.main_content>.main_title_seo {
  font-family: 'Play';
  font-size: 1.8vw;
  line-height: 2.16vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 2.08vw;
}

/* Standard title_box H3 -> P */
.title .seo_title_subtitle {
  font-family: 'Play';
  font-size: 1.25vw;
  line-height: 1.75vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 .48vw;
}

/* Principles: 13 / 12.72 at 1920 */
.principles .principles_content .principles_subtitle_seo {
  font-family: 'Play';
  font-weight: 700;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 .69vw;
}

.principles .principles_content .principles_title_seo {
  font-family: 'Play';
  font-weight: 700;
  color: inherit;
  margin: 0 0 1.11vw;
}

/* Principles and guarantees item H4 -> P */
.principle .principle_title_seo {
  margin: 1.04vw 0 0;
  font-family: 'Play';
  font-size: 1.52vw;
  line-height: 2.12vw;
  font-weight: 700;
  text-align: initial;
}

/* Expert */
.expert_content .expert_subtitle_seo {
  font-family: 'Play';
  font-size: 1.11vw;
  line-height: 1.55vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 .69vw;
}

.expert_content .expert_title_seo {
  font-family: 'Play';
  font-size: 1.52vw;
  line-height: 2.1vw;
  font-weight: 800;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 1.11vw;
}

/* FAQ */
.question .question_title_seo {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  text-transform: inherit;
}

/* Guarantees subtitle */
.guarantees .principles_content .guarantees_subtitle_seo {
  font-family: 'Play';
  font-size: 1.11vw;
  line-height: 1.55vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 .69vw;
}

/* Why us H2 -> P */
.title .whyus_title_seo {
  font-family: 'Play';
  font-size: 1.8vw;
  line-height: 2.16vw;
  font-weight: 800;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 2.08vw;
}

/* Stage DIV -> H3 */
.stages_descrs_item .stages_descrs_item_title {
  margin: 0 0 1.38vw;
}

/* Contacts H3 -> H2 */
.contacts_content .contacts_subtitle_seo {
  font-family: 'Play';
  font-size: 1.25vw;
  line-height: 1.75vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #005F59;
  margin: 0 0 .48vw;
}

/* Contacts H2 -> P */
.contacts_content .contacts_title_seo {
  font-family: 'Play';
  font-size: 1.8vw;
  line-height: 2.16vw;
  font-weight: 800;
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 2.08vw;
}

@media(max-width:768px) {
  .main_content>.main_subtitle_seo {
    font-size: 3.18vw;
    line-height: 4.45vw;
    margin: 0 0 4.54vw;
  }

  .main_content>.main_title_seo {
    font-size: 4.54vw;
    line-height: 6.36vw;
    margin: 0 0 4.54vw;
  }

  .title .seo_title_subtitle {
    font-size: 3.18vw;
    line-height: 4.45vw;
    margin: 0 0 1.82vw;
  }

  /* 13 / 12.72 at 390 */
  .principles .principles_content .principles_subtitle_seo {
    margin: 0 0 2.72vw;
  }

  .principles .principles_content .principles_title_seo {
    margin: 0 0 3.86vw;
  }

  .principle .principle_title_seo {
    margin: 2.27vw 0 1.13vw;
    font-size: 3.4vw;
    line-height: 4.76vw;
  }

  .expert_content .expert_subtitle_seo,
  .guarantees .principles_content .guarantees_subtitle_seo {
    font-size: 3.18vw;
    line-height: 5.4vw;
    margin: 0 0 2.72vw;
  }

  .expert_content .expert_title_seo {
    font-size: 3.63vw;
    line-height: 5.08vw;
    margin: 0 0 3.86vw;
  }

  .title .whyus_title_seo {
    font-size: 4.54vw;
    line-height: 6.36vw;
    margin: 0 0 4.54vw;
  }

  .contacts_content .contacts_subtitle_seo {
    font-size: 3.18vw;
    line-height: 4.45vw;
    margin: 0 0 3.4vw;
  }

  .contacts_content .contacts_title_seo {
    font-size: 4.54vw;
    line-height: 6.36vw;
    margin: 0 0 4.54vw;
  }
}