html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

:root {
  --dark-color: #000;
  --light-color: #fff;
  --primary-color: #B19682;
  --secontary-color: #DADADA;
  --primary-color-gradient: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  --secontary-color-gradient: linear-gradient(90deg, #BDBDBD 0%, #696969 100%);
  --font-size-xl: clamp(1.4117647059rem, 1.5686vw + 17.882px, 2.8235294118rem);
  --font-size-lg: clamp(1.1764705882rem, .6536vw + 17.451px, 1.7647058824rem);
  --font-size-md: clamp(.9411764706rem, .2614vw + 14.981px, 1.1764705882rem);
  --font-size-sm: clamp(.8235294118rem, .1304vw + 13.491px, .9411764706rem);
  --font-size-xs: clamp(.7058823529rem, 14px - .104vw, .8235294118rem);
  --container-padding: clamp(1.1764705882rem, 3.398vw + 6.748px, 4.2352941176rem);
  --ff-alumni: "Alumni Sans", sans-serif;
  --ff-roboto: "Roboto", sans-serif;
  --ff-roboto-condensed: "Roboto Condensed", sans-serif;
  --full-screan: calc(100vh - 101px)
}

body {
  font-family: "Roboto", sans-serif;
  font-size: .9411764706rem;
  line-height: 1.2;
  font-weight: 400;
  background: #f9f9f9
}

a {
  color: #000;
  text-decoration: none
}

a:visited {
  color: #000;
  text-decoration: none
}

a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none
}

a:hover,
a:active {
  outline: 0
}

.h1-title,
.reviews h1,
.jobs h1,
.sertificates .slider-lightbox h1,
.single-teem h1,
.team h1,
.single-service__title,
.single-case__title,
.single-post__title,
.services-list h2 {
  font-size: clamp(1.7647058824rem, 1vw + 1.4705882353rem, 2.8235294118rem);
  line-height: 1.2;
  color: #242222;
  font-family: var(--ff-alumni);
  padding: clamp(1.1764705882rem, 1.302vw + .8777058824rem, 2.6470588235rem) 1.7647058824rem
}

@media screen and (max-width:768px) {

  .h1-title,
  .reviews h1,
  .jobs h1,
  .sertificates .slider-lightbox h1,
  .single-teem h1,
  .team h1,
  .single-service__title,
  .single-case__title,
  .single-post__title,
  .services-list h2 {
    font-size: 1.7647058824rem
  }
}

.h2-title,
.slider-lightbox h2,
.info-text h2,
.info-text .content h2,
.info-text-content h2 {
  text-align: center;
  font-family: var(--ff-alumni);
  font-size: clamp(1.7647058824rem, 1.1765vw + 1.4948235294rem, 2.8235294118rem);
  line-height: .9
}

.pre-footer-divider {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  height: clamp(2.9411764706rem, 1.3072vw + 2.6412941176rem, 4.1176470588rem)
}

.header {
  background: #676767;
  box-sizing: border-box;
  padding-top: .8823529412rem;
  padding-bottom: .8823529412rem;
  height: 5.9411764706rem
}

@media screen and (max-width:45.1764705882rem) {
  .header {
    height: auto
  }
}

.header .container {
  height: 100%
}

.header__row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header a,
.header span {
  color: var(--light-color)
}

.header__left {
  padding-left: .1764705882rem
}

@media screen and (max-width:56.5882352941rem) {
  .header__left {
    display: none
  }
}

.header__logo {
  display: none
}

@media screen and (max-width:56.5882352941rem) {
  .header__logo {
    display: block
  }
}

@media screen and (max-width:37.6470588235rem) {
  .header__logo {
    width: 108px
  }
}

@media screen and (max-width:56.5882352941rem) {
  .header__center {
    display: none
  }
}

.header .container {
  position: relative
}

.header__search {
  display: none !important;
  width: 2.9411764706rem;
  height: 2.9411764706rem;
  right: .7058823529rem;
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%)
}

.header__search a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width:56.5882352941rem) {
  .header__search {
    position: static;
    margin-top: 2.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .header__search {
    margin-top: 1.1764705882rem;
    height: auto
  }
}

.header__burger {
  display: none
}

@media screen and (max-width:56.5882352941rem) {
  .header__burger {
    display: block
  }
}

.promo {
  background-color: #5e5e5e;
  background-image: url("../img/promo.webp");
  background-size: cover
}

@media screen and (max-width:88.2352941176rem) {
  .promo {
    background-image: url("../img/promo-1350.webp")
  }
}

@media screen and (max-width:27.3529411765rem) {
  .promo {
    background-image: url("../img/promo-sm.webp")
  }
}

.promo .header__burger {
  opacity: .5
}

.promo .header {
  background: rgba(0, 0, 0, 0)
}

.promo .bdt,
.promo .bdb,
.promo .bdl,
.promo .bdr {
  border-color: dimgray
}

.promo__row {
  position: relative;
  box-sizing: border-box;
  position: relative;
  height: calc(100vh - 5.9411764706rem);
  max-height: 53.5294117647rem;
  padding: 3.7647058824rem 3.8235294118rem;
  min-height: 892px
}

@media screen and (max-width:58.3529411765rem) {
  .promo__row {
    padding: 3.1764705882rem 1.3529411765rem;
    min-height: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    min-height: 31.7647058824rem;
    height: calc(100vh - 8.8235294118rem)
  }
}

.promo .subtext {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1176470588rem;
  margin-bottom: 1rem
}

@media screen and (max-width:58.3529411765rem) {
  .promo .subtext {
    font-size: .9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo .subtext {
    font-size: .8823529412rem;
    margin-bottom: .5294117647rem
  }
}

.promo h1 {
  font-family: "Alumni Sans";
  text-transform: uppercase;
  line-height: .8;
  background: linear-gradient(236.99deg, #E6D1BE 3.58%, #E5CEBC 31.37%, #C9A58B 68.75%, #DDAD93 92.85%, #C99E82 101.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 7.2352941176rem
}

@media screen and (max-width:58.3529411765rem) {
  .promo h1 {
    font-size: 4.7058823529rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo h1 {
    font-size: 2.8823529412rem
  }
}

.promo__schedule {
  margin-top: 5%;
  display: flex;
  gap: 1.1764705882rem;
  align-items: center;
  font-size: var(--font-size-md);
  font-weight: 200;
  color: #fff
}

.promo__schedule span {
  margin-left: -.8823529412rem;
  font-weight: normal;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DEB194 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .promo__schedule {
    font-size: .9411764706rem
  }
}

.promo__buttons {
  display: flex;
  gap: 2.9411764706rem;
  margin-top: 10%
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons {
    margin-top: 0
  }
}

.promo__buttons .btn__gold {
  width: 22.2352941176rem;
  height: 3.9411764706rem;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons .btn__gold {
    height: 2.6470588235rem;
    font-size: .9411764706rem;
    width: 100%
  }
}

.promo__buttons .btn__empty-silver {
  color: #fff;
  width: 19.8823529412rem;
  height: 3.9411764706rem;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons .btn__empty-silver {
    height: 2.6470588235rem;
    font-size: .9411764706rem;
    width: 100%
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons {
    gap: 1.1764705882rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .promo__buttons {
    flex-direction: column
  }
}

.promo .promo-to-down {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 4%
}

@media screen and (max-width:45.1764705882rem) {
  .promo .promo-to-down {
    display: none
  }
}

.promo__social-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: var(--container-padding);
  height: 100%;
  left: 0;
  transform: translate(-100%, 0);
  top: 0;
  align-items: center;
  gap: 1.3529411765rem;
  justify-content: center
}

@media screen and (max-width:45.1764705882rem) {
  .promo__social-bar {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    flex-direction: row;
    height: 1.2941176471rem;
    gap: .8235294118rem;
    padding-top: 1.2352941176rem;
    padding-bottom: 1.0588235294rem;
    box-sizing: content-box
  }
}

.promo__contacts-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  top: 0;
  height: .2352941176rem;
  opacity: .5;
  width: var(--container-padding);
  align-items: center;
  gap: 1.3529411765rem;
  padding-top: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__contacts-bar {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    flex-direction: row;
    height: 1.2941176471rem;
    gap: .8235294118rem;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.0588235294rem;
    box-sizing: content-box
  }
}

.menu-logo {
  padding-left: .8823529412rem;
  padding-right: .8823529412rem
}

@media screen and (max-width:75.8235294118rem) {
  .menu-logo {
    width: 170px
  }
}

@media screen and (max-width:68.1764705882rem) {
  .menu-logo {
    display: none
  }
}

.main-menu ul {
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6470588235rem
}

@media screen and (max-width:75.8235294118rem) {
  .main-menu ul {
    gap: 1.4705882353rem
  }
}

.language-switcher {
  padding-right: .9411764706rem
}

.language-switcher ul {
  display: flex;
  flex-direction: row-reverse
}

.language-switcher ul span {
  font-size: .9411764706rem;
  text-transform: uppercase
}

.language-switcher ul li:last-child {
  border-right: 1px solid #fff;
  margin-right: .4117647059rem;
  padding-right: .4117647059rem
}

.language-switcher ul .wpml-ls-current-language {
  background: linear-gradient(80.48deg, #E6D1BE 61.81%, #896954 85.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:56.5882352941rem) {
  .language-switcher {
    padding-right: 0
  }
}

.mobile-menu {
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
  padding: 1.7647058824rem;
  padding-bottom: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background: #676767;
  overflow: auto;
  pointer-events: none
}

.mobile-menu.active {
  transform: translateX(0);
  pointer-events: auto
}

.mobile-menu .mobile-menu-wr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

@media screen and (max-width:768px) {
  .mobile-menu .mobile-menu-wr {
    justify-content: space-between
  }
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container {
  padding-top: 4.1176470588rem;
  padding-bottom: .8823529412rem
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container li {
  padding: .9411764706rem 0;
  max-width: 17.6470588235rem
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container li:not(last-child) {
  border-bottom: 1px solid #787878
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container a {
  font-size: 1.1764705882rem;
  font-weight: 500;
  padding: .5882352941rem 0
}

.mobile-menu .mobile-menu-wr .mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mobile-menu .mobile-menu-wr .menu__social-bar {
  display: flex;
  gap: .8235294118rem;
  align-items: center;
  justify-content: center;
  padding-top: 4.1176470588rem;
  padding-bottom: 1.7647058824rem
}

.breadcrumbs__row {
  overflow: hidden;
  color: #111;
  font-weight: 200;
  display: flex;
  gap: .7647058824rem;
  font-size: .8823529412rem;
  padding: 1rem 1.2941176471rem;
  position: relative;
  white-space: nowrap
}

.breadcrumbs__row.overflow:after {
  text-align: center;
  content: "...";
  height: 2.3529411765rem;
  width: 1.1764705882rem;
  position: absolute;
  right: 0;
  background: #f9f9f9;
  top: .7647058824rem
}

@media screen and (max-width:768px) {
  .breadcrumbs__row {
    font-size: .8235294118rem;
    padding: .8235294118rem .7647058824rem;
    gap: .2941176471rem
  }
}

.btn {
  position: relative
}

.btn span {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.btn__gold span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff
}

.btn__gold span:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.btn__silver2 span {
  color: #b19682;
  background: #f1f1f1;
  gap: 1rem
}

.btn__silver2::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bcbcbc;
  z-index: 5
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2::before {
    width: 1px
  }
}

.btn__silver2::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: dimgray
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2::after {
    width: 1px
  }
}

.btn__silver2 span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2 span::before {
    height: 1px
  }
}

.btn__silver2 span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2 span::after {
    height: 1px
  }
}

.btn__empty-gold::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #b69b87
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold::before {
    width: 1px
  }
}

.btn__empty-gold::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #896954
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold::after {
    width: 1px
  }
}

.btn__empty-gold span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text
}

.btn__empty-gold span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #B69B87 0%, #896954 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold span::before {
    height: 1px
  }
}

.btn__empty-gold span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #B69B87 0%, #896954 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold span::after {
    height: 1px
  }
}

.btn__empty-silver::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bcbcbc
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver::before {
    width: 1px
  }
}

.btn__empty-silver::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: dimgray
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver::after {
    width: 1px
  }
}

.btn__empty-silver span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver span::before {
    height: 1px
  }
}

.btn__empty-silver span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver span::after {
    height: 1px
  }
}

.pag {
  display: inline-flex;
  align-items: center
}

.pag__wrapp {
  margin-top: -1px;
  display: flex;
  justify-content: flex-end;
  height: 4.1176470588rem
}

.pag__item {
  font-size: 1.1176470588rem;
  color: #838383;
  padding: .4705882353rem
}

.pag__current {
  color: #b19682
}

.pag__btn {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  width: 4.1176470588rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.pag__pages {
  padding-left: .5882352941rem;
  padding-right: .5882352941rem
}

.pag__prev {
  margin-right: .4705882353rem
}

.pag__next {
  margin-left: .4705882353rem
}

.daily-stats ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:1360px) {
  .daily-stats ul {
    display: block
  }
}

.daily-stats__item {
  border-bottom: 1px solid var(--secontary-color);
  padding: .4705882353rem;
  padding-left: 1.3529411765rem;
  color: #4d4d4d;
  font-size: .8823529412rem;
  font-weight: 300;
  display: flex;
  align-items: center
}

.daily-stats__item span {
  display: inline-block;
  margin-left: .3529411765rem;
  color: #896954;
  font-weight: normal
}

.daily-stats__item::before {
  content: "";
  display: inline-block;
  width: .2941176471rem;
  height: .2941176471rem;
  background-color: #00b30c;
  border-radius: 100%;
  margin-right: .3529411765rem
}

.daily-stats__item:last-child {
  padding-left: .4705882353rem;
  text-align: center;
  justify-content: center;
  grid-column: span 2
}

@media screen and (max-width:45.1764705882rem) {
  .daily-stats__item:last-child {
    text-align: left !important;
    justify-content: flex-start !important;
    padding-left: 1.3529411765rem !important
  }
}

.daily-stats__item:last-child:before {
  background: none
}

.daily-stats__item:first-child {
  border-right: 1px solid var(--secontary-color)
}

.pop-up {
  max-width: 63.5294117647rem;
  margin: auto
}

.pop-up__row {
  display: grid;
  grid-template-columns: auto 34.4117647059rem
}

@media screen and (max-width:50.5882352941rem) {
  .pop-up__row {
    display: block
  }
}

.pop-up__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18.2352941176rem;
  background: #f6f6f6
}

.pop-up .wpcf7-tel {
  border: 1px solid var(--secontary-color) !important
}

.pop-up__body {
  padding: 1.0588235294rem 1.3529411765rem
}

.pop-up__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:50.5882352941rem) {
  .pop-up__cover {
    height: 27vh
  }
}

.pop-up__title {
  font-weight: 600;
  text-align: center;
  font-family: var(--ff-alumni);
  font-size: 2.8235294118rem;
  line-height: 1
}

.pop-up__subtitle {
  line-height: 1;
  text-align: center;
  margin-top: .5882352941rem
}

.pop-up__form {
  padding-top: 3.4117647059rem;
  max-width: 29.1764705882rem;
  margin: auto
}

.pop-up__form form {
  display: grid;
  grid-template-columns: auto 12.3529411765rem
}

.pop-up__form form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-left: 1.1764705882rem;
  height: 2.9411764706rem;
  margin: 0;
  border-radius: 0
}

.pop-up__form form input[type=submit] {
  display: none
}

.pop-up__form form label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff;
  font-weight: normal
}

.pop-up__form form label span {
  display: inline-block;
  position: relative
}

.pop-up__form form label span::before {
  z-index: 10;
  position: absolute;
  margin-top: .2352941176rem;
  left: -1.0588235294rem;
  content: "";
  display: block;
  background-image: url(../img/phone-arr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: .7647058824rem;
  height: .7647058824rem
}

.pop-up__form form label .wpcf7-spinner {
  position: absolute
}

.pop-up__form form label:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.pop-up__items {
  padding-bottom: 2.3529411765rem
}

.pop-up__items ul {
  padding-top: 2.6470588235rem;
  max-width: 41.1764705882rem;
  padding-left: 2.9411764706rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(9.4117647059rem, 1fr));
  -moz-column-gap: 1.7647058824rem;
  column-gap: 1.7647058824rem;
  row-gap: .8823529412rem;
  text-align: left;
  font-size: .7647058824rem;
  font-weight: 300
}

.pop-up__items ul span {
  margin-right: .7058823529rem
}

.pop-up__items ul li {
  display: flex;
  align-items: center
}

.pop-up__bar {
  display: flex;
  height: 3.5294117647rem;
  align-items: center
}

.pop-up .feedback__s-links {
  width: 100%;
  justify-content: center
}

.pop-up .feedback__s-links ul {
  width: 100%;
  justify-content: center
}

.pop-up__close {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.pop-up__footer {
  display: flex;
  height: 3.5294117647rem;
  align-items: center;
  justify-content: center
}

#pop-up .is-close-btn {
  display: none
}

.person .divider {
  height: clamp(2.3529411765rem, 4.8vw + 1.4352941176rem, 6.7647058824rem)
}

@media screen and (max-width:45.1764705882rem) {
  .person .row {
    border-bottom: 0 !important
  }
}

.person__box {
  padding-bottom: 1rem;
  display: flex;
  margin: auto;
  max-width: 83.5294117647rem;
  gap: 5.8823529412rem;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:58.3529411765rem) {
  .person__box {
    gap: 2.3529411765rem;
    flex-direction: column-reverse
  }
}

@media screen and (max-width:45.1764705882rem) {
  .person__box {
    gap: 0
  }
}

.person__left {
  text-align: center;
  max-width: 37.3529411765rem;
  padding-left: 1.7647058824rem;
  padding-bottom: 5rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__left {
    padding: 0 1.7058823529rem 1.1764705882rem
  }
}

.person__s-links {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: .9411764706rem;
  margin-bottom: 1.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__s-links {
    padding-top: 15px
  }
}

.person__title {
  padding-bottom: .8235294118rem;
  font-family: "Alumni Sans", sans-serif;
  line-height: .9;
  font-size: clamp(1.4117647059rem, 1.5686vw + 1.0518823529rem, 2.8235294118rem)
}

@media screen and (max-width:45.1764705882rem) {
  .person__title {
    padding-bottom: 7px
  }
}

.person__position {
  color: #803d11;
  line-height: .9;
  font-size: .9411764706rem;
  margin-bottom: .8823529412rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__position {
    margin-bottom: .5882352941rem;
    font-size: .8823529412rem
  }
}

.person__text {
  font-size: clamp(.8823529412rem, 1.0458vw + .5835882353rem, 1.7647058824rem);
  font-style: italic;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .person__text {
    font-size: .8823529412rem
  }
}

.person__img {
  position: relative
}

.person__img--inner {
  max-width: 33.1176470588rem;
  max-height: 33.7058823529rem;
  overflow: hidden
}

.person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.person__img::before {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  right: -1rem;
  top: 1rem;
  position: absolute;
  background: #d8cec8
}

.person__img::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  left: 1rem;
  bottom: -1rem;
  position: absolute;
  background: #d8cec8
}

@media screen and (max-width:45.1764705882rem) {
  .person__img {
    padding-right: .5294117647rem
  }

  .person__img::before {
    width: .5294117647rem;
    right: 0;
    top: .5294117647rem
  }

  .person__img::after {
    width: calc(100% - 9px);
    left: .5294117647rem;
    bottom: -.5294117647rem;
    height: .5294117647rem
  }
}

.person__photo {
  width: 11.7647058824rem;
  height: 11.7647058824rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 1.7647058824rem auto 1.1764705882rem
}

.person__name {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: var(--ff-monsterrat)
}

.person__posada {
  text-align: center;
  font-size: .8823529412rem;
  color: #b19682;
  font-family: var(--ff-outfit);
  margin-bottom: 1.2352941176rem;
  padding-top: .5882352941rem;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem
}

.person__description {
  font-size: .8823529412rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem;
  margin-bottom: 2.8235294118rem
}

@media screen and (max-width:58.3529411765rem) {
  .person__description {
    padding-left: .5882352941rem;
    padding-right: .5882352941rem;
    margin-bottom: 1.1764705882rem;
    font-size: .7647058824rem
  }
}

.person__btn .btn {
  width: 100% !important
}

.person__author {
  padding-top: 2.0588235294rem;
  text-align: center
}

@media screen and (max-width:58.3529411765rem) {
  .person__author {
    padding-top: .8823529412rem
  }
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1764705882rem;
  position: relative
}

@media screen and (max-width:82.3529411765rem) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:55.8823529412rem) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__grid {
    gap: .8823529412rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:28.2352941176rem) {
  .services__grid {
    display: block
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services .divider {
    display: none
  }
}

.services__item {
  margin: -1px -1px -1px -1px;
  min-height: 14.1176470588rem;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--secontary-color);
  background: #fff
}

.services__item h3 {
  font-family: "Alumni Sans", sans-serif;
  font-size: clamp(1.1764705882rem, .6536vw + 1.0265294118rem, 1.7647058824rem)
}

.services__item::before {
  content: "";
  position: absolute;
  top: -1.1764705882rem;
  right: -1.1764705882rem;
  width: 1.1764705882rem;
  height: 1.1764705882rem;
  border: 1px solid var(--secontary-color)
}

@media screen and (min-width:82.4117647059rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(2)::before,
  .services__item:nth-child(3)::before,
  .services__item:nth-child(5)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(4)::before,
  .services__item:nth-child(9)::before,
  .services__item:nth-child(14)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(24)::before {
    display: none
  }

  .services__item:nth-child(6)::before {
    border-top: 0;
    border-left: 0
  }
}

.services__item:last-child::before {
  border-right: 0;
  border-bottom: 0
}

@media screen and (max-width:82.3529411765rem)and (min-width:56.5294117647rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(2)::before,
  .services__item:nth-child(4)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(3)::before,
  .services__item:nth-child(7)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(15)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(23)::before {
    display: none
  }

  .services__item:nth-child(5)::before {
    border-top: 0;
    border-left: 0
  }
}

@media screen and (max-width:55.8823529412rem)and (min-width:45.2352941176rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(3)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(2)::before,
  .services__item:nth-child(5)::before,
  .services__item:nth-child(8)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(14)::before,
  .services__item:nth-child(17)::before,
  .services__item:nth-child(20)::before,
  .services__item:nth-child(23)::before,
  .services__item:nth-child(26)::before,
  .services__item:nth-child(23)::before {
    display: none
  }

  .services__item:nth-child(4)::before {
    border-top: 0;
    border-left: 0
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__item::before {
    top: -.8823529412rem;
    right: -.8823529412rem;
    width: .8823529412rem;
    height: .8823529412rem
  }

  .services__item:nth-child(2)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(1)::before,
  .services__item:nth-child(3)::before,
  .services__item:nth-child(5)::before,
  .services__item:nth-child(7)::before,
  .services__item:nth-child(9)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(13)::before,
  .services__item:nth-child(15)::before,
  .services__item:nth-child(17)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(21)::before,
  .services__item:nth-child(23)::before,
  .services__item:nth-child(25)::before {
    display: none
  }
}

@media screen and (max-width:28.2352941176rem) {
  .services__item {
    min-height: auto;
    margin-bottom: .8823529412rem
  }

  .services__item::before {
    display: none
  }
}

.services__first {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: 1.4117647059rem 1.4117647059rem .2941176471rem 1.4117647059rem;
  justify-content: space-between;
  border-bottom: 0;
  border-right: 0;
  background: #f9f9f9
}

@media screen and (max-width:28.2352941176rem) {
  .services__first {
    border-top: 0
  }
}

.services__first h2 {
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: .9;
  padding-bottom: .7058823529rem
}

.services__first .btn__gold {
  width: 15rem;
  height: 3.0588235294rem;
  font-size: 1.0764705882rem;
  display: block
}

@media screen and (max-width:29.4117647059rem) {
  .services__first {
    padding: 2.5882352941rem 1rem
  }

  .services__first h2 {
    font-size: 1.4117647059rem
  }

  .services__first .services__text {
    font-weight: 300;
    font-size: .8823529412rem;
    padding-bottom: .8823529412rem
  }

  .services__first .btn__gold {
    width: 10.4117647059rem;
    height: 2.6470588235rem;
    font-size: .8823529412rem
  }
}

.services__text {
  font-size: .9411764706rem
}

.services__btns {
  display: flex;
  gap: 1.1764705882rem;
  align-items: center
}

.services__btns ul {
  padding-left: .5882352941rem;
  display: flex;
  gap: 1.5294117647rem
}

.services__box {
  display: block;
  width: 100%;
  box-sizing: border-box
}

.services__box__inner {
  padding: 1.1764705882rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .3s;
  background: #fff
}

.services__box2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.1764705882rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .3s
}

@media screen and (max-width:28.2352941176rem) {
  .services__box2 {
    display: grid;
    grid-template-columns: 2.5882352941rem 1fr;
    padding: .8823529412rem 1.2941176471rem;
    gap: 1.4705882353rem;
    align-items: center
  }
}

.services-page .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%
}

.services-page .swiper-slide a:before {
  transition-duration: .2s;
  opacity: 0
}

.services-page .swiper-slide a:hover {
  background-color: #fff
}

.services-page .swiper-slide a:hover:before {
  opacity: 1
}

.services-page .swiper-slide a img {
  transition-duration: .2s;
  height: auto;
  width: 100%
}

.services-page .slider-lightbox__slide a:before {
  background-size: 87px 87px
}

.home .services__item::nth-last-child(-n+5) {
  border-bottom: none
}

.home .services__item::nth-child(-n+4) {
  border-top: none
}

.home .services__item::nth-child(-n+4)::before {
  display: none
}

.home .services__first {
  padding-bottom: 1.1764705882rem
}

.home .services__item::last-child a {
  align-items: center;
  justify-content: center
}

.home .services__item::last-child::before {
  display: none
}

.home .services__item {
  padding: 1.4705882353rem;
  transition-duration: .2s
}

@media screen and (max-width:28.2352941176rem) {
  .home .services__item {
    padding: .8823529412rem 1.2941176471rem
  }
}

.home .services__item .services__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width:28.2352941176rem) {
  .home .services__item .services__box {
    display: grid;
    grid-template-columns: 2.5882352941rem 1fr;
    gap: 1.4705882353rem;
    align-items: center
  }
}

.home .services__item:hover {
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.home .services__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center
}

.home .services__item:last-child:before {
  display: none
}

.home .services__item:nth-child(4n):before {
  display: none
}

@media screen and (max-width:28.2352941176rem) {
  .home .services .row {
    border-top: 0 !important;
    border-bottom: 0 !important
  }

  .home .services__item:last-child {
    margin: 0
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__first {
    padding-bottom: 1.1764705882rem;
    padding-top: 1.1764705882rem
  }
}

.trusted .row {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .trusted .row {
    flex-direction: column
  }
}

.trusted__title {
  width: 34.3529411765rem;
  grid-column: span 4;
  padding: 1.4705882353rem 1.4117647059rem;
  font-size: 1.7647058824rem;
  box-sizing: border-box
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__title {
    font-size: 1.1764705882rem;
    padding: .8823529412rem 1.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__title {
    width: 100%;
    min-height: 5rem;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.trusted__item {
  width: 22.9411764706rem;
  display: flex;
  flex-direction: column;
  gap: 1.1764705882rem;
  padding: 1.0588235294rem 1.7058823529rem;
  grid-column: span 3;
  border-left: 1px solid var(--secontary-color)
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item {
    padding: .8823529412rem 1.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__item {
    width: 100%;
    gap: .5882352941rem;
    min-height: 5rem;
    border-bottom: 1px solid var(--secontary-color)
  }

  .trusted__item:last-child {
    border: 0
  }
}

.trusted__item span {
  font-size: 3.7647058824rem;
  font-weight: 900;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item span {
    font-size: 2.9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__item span {
    font-size: 2.3529411765rem
  }
}

.trusted__item p {
  font-weight: 300;
  font-size: .9411764706rem
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item p {
    font-size: .8823529412rem
  }
}

.lawyers-slider h2 {
  padding: clamp(1.9411764706rem, 1.3725vw + 1.6262941176rem, 3.1764705882rem) 0
}

.lawyers-slider__item {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  text-align: center
}

.lawyers-slider__slider {
  overflow: hidden
}

.lawyers-slider__img {
  display: block;
  width: 100%;
  height: 32.7058823529rem;
  position: relative
}

.lawyers-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lawyers-slider__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.7647058824rem;
  height: 1px;
  right: -1.7647058824rem;
  bottom: 1px;
  background: var(--secontary-color)
}

.lawyers-slider__name {
  font-family: var(--ff-alumni);
  font-size: clamp(1.1764705882rem, .6536vw + 1.0265294118rem, 1.7647058824rem);
  padding-bottom: .1764705882rem;
  line-height: 1.4
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__name {
    padding-top: .8823529412rem;
    font-size: 1.1764705882rem
  }
}

.lawyers-slider__info {
  padding: 0 .8823529412rem .8823529412rem;
  min-height: 12.9411764706rem
}

.lawyers-slider__position {
  color: #b19682;
  font-size: clamp(.7647058824rem, .35vw + .6255882353rem, .9411764706rem);
  padding-bottom: .3529411765rem
}

.lawyers-slider__description {
  max-width: 20.8823529412rem;
  margin: auto;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__description {
    font-size: .8823529412rem
  }
}

.lawyers-slider__more {
  border-top: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.lawyers-slider__navigation {
  border-top: 1px solid var(--secontary-color);
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.lawyers-slider__prev {
  border-left: 1px solid var(--secontary-color);
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__prev {
    height: 2.6470588235rem
  }

  .lawyers-slider__prev svg {
    height: .9411764706rem
  }
}

.lawyers-slider__prev:not(:hover) svg path {
  fill: #7d7d7d
}

.lawyers-slider__prev:hover {
  background: #f8f3ec
}

.lawyers-slider__next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__next {
    height: 2.6470588235rem
  }

  .lawyers-slider__next svg {
    height: .9411764706rem
  }
}

.lawyers-slider__next:not(:hover) svg path {
  fill: #7d7d7d
}

.lawyers-slider__next:hover {
  background: #f8f3ec
}

.lawyers-slider .swiper-slide {
  height: calc(100% + 1.1764705882rem) !important
}

.masmedia h2 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.masmedia .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.masmedia__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2352941176rem
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:61.4705882353rem) {
  .masmedia__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .masmedia__grid {
    grid-template-columns: 1fr
  }
}

.masmedia__item {
  height: clamp(20.5882352941rem, 6vw + 19.2117647059rem, 25.1764705882rem);
  position: relative
}

.masmedia__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .47);
  transition-duration: .3s
}

.masmedia__item:hover::after {
  height: 40%
}

.masmedia__item:first-child {
  grid-column: span 2
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__item:first-child {
    grid-column: span 1
  }
}

.masmedia__item:nth-child(4) {
  grid-column: span 2
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__item:nth-child(4) {
    grid-column: span 1
  }
}

@media screen and (max-width:45.1764705882rem) {

  .masmedia__item:nth-child(4),
  .masmedia__item:nth-child(5),
  .masmedia__item:nth-child(6) {
    display: none
  }
}

.masmedia__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block
}

.masmedia__inner {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 1.3529411765rem 1.7058823529rem;
  height: 100%;
  width: 100%;
  gap: 72%
}

.masmedia__tag {
  text-align: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.masmedia__tag span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5882352941rem .8823529412rem;
  background: rgba(0, 0, 0, .51)
}

.masmedia__title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  max-width: 22.2941176471rem
}

.masmedia__more {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color)
}

.masmedia__more:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem);
  border-bottom: 1px solid var(--secontary-color)
}

.masmedia .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .masmedia .btn {
    height: 2.6470588235rem
  }
}

.masmedia2 .masmedia__item {
  height: 18.2352941176rem
}

.masmedia2 .masmedia__title {
  font-size: .7647058824rem
}

.masmedia2 .masmedia__tag span {
  font-size: .8823529412rem;
  padding: .4117647059rem
}

.case-slider h2 {
  padding: clamp(1.9411764706rem, 1.3725vw + 1.6262941176rem, 3.1764705882rem) 0
}

.case-slider__grid {
  overflow: hidden
}

.case-slider .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.case-slider__gridwrap {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

.case-slider__item {
  display: block;
  height: clamp(20.5882352941rem, 6vw + 19.2117647059rem, 25.0588235294rem);
  position: relative
}

.case-slider__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  transition-duration: .3s
}

.case-slider__item:hover .case-slider__tag span {
  background: #b98a49
}

.case-slider__item:hover::after {
  height: 40%
}

.case-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block
}

.case-slider__inner {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.3529411765rem 1.5294117647rem;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box
}

.case-slider__tag {
  text-align: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.case-slider__tag span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5882352941rem .5882352941rem;
  background: rgba(185, 138, 73, .41)
}

.case-slider__title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  max-width: 22.2941176471rem
}

.case-slider__more {
  position: relative;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  box-sizing: border-box;
  padding-top: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem)
}

.case-slider__more:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem);
  border-bottom: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__more {
    border-left: 0;
    border-right: 0
  }
}

.case-slider__navigation {
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.case-slider__navigation .case-slider-prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation .case-slider-prev {
    height: 2.6470588235rem
  }

  .case-slider__navigation .case-slider-prev svg {
    height: .9411764706rem
  }
}

.case-slider__navigation .case-slider-prev:not(:hover) svg path {
  fill: #7d7d7d
}

.case-slider__navigation .case-slider-next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation .case-slider-next {
    height: 2.6470588235rem
  }

  .case-slider__navigation .case-slider-next svg {
    height: .9411764706rem
  }
}

.case-slider__navigation .case-slider-next:not(:hover) svg path {
  fill: #7d7d7d
}

.case-slider .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.1176470588rem
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider .btn {
    height: 2.6470588235rem
  }
}

.reviews-slider h2 {
  padding: clamp(2.5294117647rem, .4575vw + 2.4244705882rem, 2.9411764706rem) 0
}

.reviews-slider .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.reviews-slider__grid {
  border: 1px solid var(--secontary-color);
  position: relative;
  overflow: hidden
}

@media screen and (max-width:31.7647058824rem) {
  .reviews-slider__grid {
    background: #fff
  }
}

.reviews-slider__grid:before {
  content: "";
  width: 100vw;
  left: calc(-100vw - 1px);
  height: 120%;
  position: absolute;
  background: #f9f9f9;
  display: block;
  top: -10%;
  z-index: 100
}

.reviews-slider__item {
  height: 100%;
  min-height: 16.2352941176rem;
  box-sizing: border-box;
  padding: 1.6470588235rem 1.7647058824rem 1.0588235294rem 1.2941176471rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff
}

.reviews-slider .swiper-slide {
  box-sizing: border-box;
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  width: calc(20% + 17px);
  flex-shrink: 0
}

@media screen and (max-width:31.7647058824rem) {
  .reviews-slider .swiper-slide {
    border: 0
  }
}

.reviews-slider .swiper-slide-active {
  border-left: none !important
}

.reviews-slider__reit {
  font-size: 1.7647058824rem;
  color: #ffb924;
  padding-bottom: 1.4117647059rem
}

.reviews-slider__author {
  margin-top: 1.1764705882rem;
  font-weight: 600;
  color: #b19682
}

.reviews-slider__text {
  font-size: .8823529412rem;
  font-weight: 300;
  line-height: 1.2
}

.reviews-slider__more {
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color)
}

.reviews-slider__navigation {
  background: #f9f9f9;
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.reviews-slider__prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__prev {
    height: 2.6470588235rem
  }

  .reviews-slider__prev svg {
    height: .9411764706rem
  }
}

.reviews-slider__prev:not(:hover) svg path {
  fill: #7d7d7d
}

.reviews-slider__prev:hover {
  background: #f8f3ec
}

.reviews-slider__next {
  border-top: 1px solid var(--secontary-color);
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__next {
    height: 2.6470588235rem
  }

  .reviews-slider__next svg {
    height: .9411764706rem
  }
}

.reviews-slider__next:not(:hover) svg path {
  fill: #7d7d7d
}

.reviews-slider__next:hover {
  background: #f8f3ec
}

.reviews-slider .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.0588235294rem
}

.comment-awaiting-moderation {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px
}

.feedback .divider {
  height: 3.8235294118rem
}

.feedback__grid {
  display: grid;
  grid-template-columns: auto 38.9411764706rem
}

@media screen and (max-width:76.4705882353rem) {
  .feedback__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:58.3529411765rem) {
  .feedback__grid {
    display: block
  }
}

.feedback__header {
  box-sizing: border-box;
  height: 7.2352941176rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__header {
    height: auto
  }
}

.feedback__body {
  box-sizing: border-box;
  height: 26.4705882353rem
}

.feedback__footer {
  box-sizing: border-box;
  height: 4.1176470588rem
}

.feedback__s-links ul {
  gap: .8823529412rem;
  display: flex
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__s-links ul {
    gap: .4705882353rem
  }
}

.feedback__left .feedback__header {
  padding-left: 1.9411764706rem;
  padding-right: 1.9411764706rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header {
    padding: 1.4117647059rem .8823529412rem
  }
}

.feedback__left .feedback__header .promo__schedule {
  margin-top: 0;
  font-size: .9411764706rem;
  color: #000
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header .promo__schedule {
    font-size: .7647058824rem;
    gap: .2941176471rem
  }
}

.feedback__left .feedback__header .promo__schedule img {
  width: 1.0588235294rem;
  height: 1.0588235294rem
}

.feedback__left .feedback__header .promo__schedule span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header .promo__schedule span {
    margin-left: 0
  }
}

.feedback__left .feedback__body {
  padding: 2.6470588235rem;
  text-align: center
}

.feedback__left .feedback__body img {
  height: 100%;
  width: auto
}

.feedback__left .feedback__body--map {
  padding: 0
}

.feedback__left .feedback__body--map iframe {
  width: 100%;
  height: 100%
}

.feedback__left .feedback__footer {
  padding-left: 1.9411764706rem;
  padding-right: 1.9411764706rem;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.feedback__left .feedback__footer a {
  text-decoration: underline;
  font-weight: 600;
  color: #b59a86
}

.feedback__left .feedback__footer a img {
  margin-bottom: .1176470588rem
}

.feedback__right {
  overflow: hidden
}

.feedback__right .feedback__header {
  padding-left: 1.4705882353rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__right .feedback__header {
    padding-left: 0
  }
}

@media screen and (max-width:58.3529411765rem) {
  .feedback__right {
    border-top: 1px solid var(--secontary-color)
  }
}

.feedback__title {
  max-width: 20.5882352941rem;
  font-size: 1.7647058824rem;
  color: #323232;
  line-height: .9
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__title {
    padding: 1.1764705882rem .8235294118rem;
    font-size: .9411764706rem
  }
}

.feedback__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 8.4705882353rem;
  height: 100%;
  border-left: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__phone {
    height: 100%;
    flex-shrink: 0;
    width: 4.4117647059rem;
    min-height: 3.2352941176rem
  }

  .feedback__phone img {
    width: 1.0588235294rem;
    height: 1.0588235294rem
  }
}

.feedback form {
  padding-top: 2.7058823529rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form {
    padding-top: .8823529412rem
  }
}

.feedback form input {
  width: 100%;
  border: 0;
  padding: 0 .8823529412rem;
  border-radius: 0;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  height: 2.9411764706rem;
  box-sizing: border-box;
  background: #f0f0f0
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form input {
    height: 2.3529411765rem;
    font-size: .7647058824rem;
    font-weight: 300;
    padding-left: .4705882353rem
  }
}

.feedback form textarea {
  resize: none;
  border: 0;
  padding: .5882352941rem .8823529412rem;
  border-radius: 0;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  background: #f0f0f0;
  box-sizing: border-box;
  height: 7.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form textarea {
    height: 3.8235294118rem;
    font-size: .7647058824rem;
    font-weight: 300;
    padding: .4705882353rem
  }
}

.feedback form .form-item {
  position: relative
}

.feedback form .form-item:not(:nth-child(4)) {
  margin-bottom: 1.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form .form-item:not(:nth-child(4)) {
    margin-bottom: .8823529412rem
  }
}

.feedback form .form-file {
  border-bottom: 1px solid var(--secontary-color);
  display: block;
  background: url("../img/clip.svg") no-repeat 18px 12px;
  padding: .8823529412rem 2.8235294118rem
}

.feedback form .form-file span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.feedback form .form-file input {
  display: none
}

.feedback form .form-checkbox {
  position: relative;
  padding-top: 1.1764705882rem;
  padding-bottom: 1.1764705882rem;
  font-size: .7647058824rem;
  font-weight: 300
}

.feedback form .form-checkbox label {
  display: flex;
  gap: .7647058824rem
}

.feedback form .form-checkbox input {
  background: #f0f0f0;
  border: 1px solid var(--secontary-color);
  flex-shrink: 0;
  width: 1.4705882353rem;
  height: 1.4705882353rem
}

.feedback form .form-submit {
  height: 4.2941176471rem;
  margin-bottom: -4.1176470588rem
}

.feedback form .form-submit input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  font-size: 1.4117647059rem;
  color: #fff
}

.feedback form .wpcf7-not-valid-tip {
  font-size: .8823529412rem;
  position: absolute;
  left: .8823529412rem
}

.location {
  gap: .7058823529rem;
  align-items: center;
  display: flex
}

.location a {
  color: #b59a86;
  font-weight: 300
}

.info-text h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text h2 {
    padding-bottom: .5882352941rem
  }
}

.info-text .content {
  padding: clamp(1.4705882353rem, .7vw + 1.31rem, 2.3529411765rem) clamp(1.1764705882rem, .5vw + 1.0617647059rem, 1.7647058824rem)
}

.info-text .content h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content h2 {
    padding-bottom: .5882352941rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content {
    font-size: .7647058824rem
  }
}

.info-text .content h3 {
  font-family: var(--ff-alumni);
  font-size: 2.3529411765rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:768px) {
  .info-text .content h3 {
    font-size: 1.5294117647rem;
    padding-bottom: .5882352941rem
  }
}

.info-text .content h4 {
  font-family: var(--ff-alumni);
  font-size: 2.0588235294rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:768px) {
  .info-text .content h4 {
    font-size: 1.2941176471rem;
    padding-bottom: .5882352941rem
  }
}

.info-text .content strong {
  font-weight: bold
}

.info-text .content p {
  margin-bottom: 1rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content p {
    font-size: .7647058824rem
  }
}

.info-text .content ul,
.info-text .content ol {
  padding-left: 1.6470588235rem
}

.info-text .content ul {
  font-weight: normal;
  list-style: disc
}

.info-text .content ol {
  list-style: decimal
}

.info-text .content b,
.info-text .content strong {
  font-weight: 700
}

.info-text .content em,
.info-text .content i {
  font-style: italic
}

.info-text .content a {
  color: #b19682 !important;
  text-decoration: underline
}

.info-text-content {
  font-size: .9411764706rem;
  font-weight: 300;
  padding: clamp(1.4705882353rem, .7vw + 1.31rem, 2.3529411765rem) clamp(1.1764705882rem, .5vw + 1.0617647059rem, 1.7647058824rem)
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content {
    font-size: .7647058824rem
  }
}

.info-text-content h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h2 {
    padding-bottom: .5882352941rem
  }
}

.info-text-content h3 {
  font-family: var(--ff-alumni);
  font-size: clamp(1.4705882353rem, 1.3vw + 1.1723529412rem, 2.3529411765rem);
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h3 {
    padding-bottom: .5882352941rem
  }
}

.info-text-content h4 {
  font-family: var(--ff-alumni);
  font-size: 2.0588235294rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h4 {
    font-size: 1.2941176471rem;
    padding-bottom: .5882352941rem
  }
}

.info-text-content strong {
  font-weight: normal
}

.info-text-content p {
  font-weight: 300;
  margin-bottom: 1rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content p {
    font-size: .7647058824rem
  }
}

.info-text-content ul,
.info-text-content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem;
  padding-bottom: 1.1764705882rem
}

.info-text-content ul {
  font-weight: normal;
  list-style: disc
}

.info-text-content ol {
  list-style: decimal
}

.info-text-content b,
.info-text-content strong {
  font-weight: 700
}

.info-text-content em,
.info-text-content i {
  font-style: italic
}

.info-text-content a {
  color: #b19682 !important;
  text-decoration: underline
}

.consultation {
  color: #fff
}

.consultation__row {
  background-image: url(../img/consultation-l.webp), url(../img/consultation-r.webp);
  background-color: #2c2c2c;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  padding-top: 3.3529411765rem;
  padding-bottom: 4.1176470588rem;
  gap: 6.7647058824rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__row {
    padding: 1.2941176471rem 2.3529411765rem;
    gap: 1.7647058824rem
  }
}

@media screen and (max-width:540px) {
  .consultation__row {
    flex-direction: column;
    background-image: url(../img/consultation-mob.webp);
    background-size: cover;
    background-position: 50% 100%;
    text-align: left;
    align-items: flex-start
  }
}

.consultation__left {
  text-transform: uppercase;
  text-align: center;
  padding-left: 3.4117647059rem;
  font-size: clamp(3.7058823529rem, 1.8vw + 3.2929411765rem, 5.6470588235rem);
  font-family: var(--ff-alumni);
  line-height: .9
}

.consultation__left span {
  font-size: 9.7058823529rem;
  display: block
}

.consultation__left b {
  font-family: var(--ff-roboto);
  font-size: 7.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__left {
    padding-left: 0;
    font-size: 3.7058823529rem
  }

  .consultation__left span {
    font-size: 6.3529411765rem
  }

  .consultation__left b {
    font-size: 4.9411764706rem
  }
}

.consultation__right .btn {
  height: 3.9411764706rem;
  width: 15.1764705882rem;
  font-size: 1.4117647059rem;
  display: block;
  margin: 0 !important
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__right .btn {
    font-size: 1.4117647059rem;
    width: 15rem
  }
}

.consultation__title {
  max-width: 38.2352941176rem;
  font-size: 3.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: .9;
  padding-bottom: 2.6470588235rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__title {
    font-size: 1.8823529412rem
  }
}

.consultation2 .consultation__row {
  gap: 2.9411764706rem
}

.slider-lightbox__title {
  padding-top: clamp(1.0588235294rem, 2.569vw + .5278823529rem, 3.2352941176rem) !important;
  padding-bottom: clamp(1.1764705882rem, 2.209vw + .6965294118rem, 3rem) !important
}

.slider-lightbox__slider {
  overflow: hidden
}

.slider-lightbox .slider-lightbox__row {
  position: relative;
  padding-top: clamp(1.7647058824rem, 1.979vw + 1.3110588235rem, 3.1176470588rem);
  padding-left: clamp(2.3529411765rem, 5.333vw + 1.1294117647rem, 7.0588235294rem);
  padding-right: clamp(2.3529411765rem, 5.333vw + 1.1294117647rem, 7.0588235294rem);
  padding-bottom: clamp(2.3529411765rem, 1.389vw + 2.0342941176rem, 3.5294117647rem)
}

.slider-lightbox__slide a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/lens.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(2.8235294118rem, 2.708vw + 2.2025882353rem, 5.1176470588rem)
}

.slider-lightbox__nav-left {
  cursor: pointer;
  padding-left: clamp(.8823529412rem, 1.042vw + .6434117647rem, 1.7647058824rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}

.slider-lightbox__nav-left svg {
  width: auto;
  height: clamp(3.0588235294rem, 3.611vw + 2.232rem, 6.1176470588rem)
}

.slider-lightbox__nav-right {
  cursor: pointer;
  padding-right: clamp(.8823529412rem, 1.042vw + .6434117647rem, 1.7647058824rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%
}

.slider-lightbox__nav-right svg {
  width: auto;
  height: clamp(3.0588235294rem, 3.611vw + 2.232rem, 6.1176470588rem)
}

.slider-lightbox svg:not(:hover) path {
  fill: #a1a1a1
}

.order .divider {
  height: 5rem
}

.order__row {
  text-align: center;
  padding-top: clamp(.8235294118rem, 1.042vw + .5845882353rem, 1.7647058824rem);
  padding-left: clamp(.7647058824rem, .39vw + .6166470588rem, 1.1764705882rem);
  padding-right: clamp(.7647058824rem, .39vw + .6166470588rem, 1.1764705882rem);
  background: url(../img/order-bg.webp) #2c2c2c no-repeat 0 0
}

.order__title {
  font-weight: 600;
  font-size: clamp(.9411764706rem, .98vw + .8338823529rem, 1.7647058824rem);
  text-align: center;
  font-family: var(--ff-alumni);
  padding-top: 1.3529411765rem;
  color: #fff
}

.order__logo {
  width: clamp(6.5294117647rem, 1.538vw + 5.8959411765rem, 10rem);
  margin: auto
}

.order__logo img {
  width: 100%;
  height: auto
}

.order__form {
  padding-top: clamp(.5882352941rem, .679vw + .4325882353rem, 1.3529411765rem);
  max-width: 45.5882352941rem;
  margin: auto
}

.order__form form {
  display: grid;
  grid-template-columns: auto 19.4117647059rem
}

@media screen and (max-width:768px) {
  .order__form form {
    grid-template-columns: auto 4.7058823529rem
  }
}

.order__form form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 4rem;
  margin: 0;
  border-radius: 0
}

@media screen and (max-width:768px) {
  .order__form form input {
    height: 2.5882352941rem
  }
}

.order__form form input[type=submit] {
  display: none
}

.order__form form label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.4117647059rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff;
  font-weight: normal
}

@media screen and (max-width:768px) {
  .order__form form label {
    background-image: url(../img/button-bg.svg);
    background-size: cover
  }
}

.order__form form label span {
  display: inline-block;
  position: relative;
  display: block
}

@media screen and (max-width:768px) {
  .order__form form label span {
    text-indent: -9999px
  }
}

.order__form form label .wpcf7-spinner {
  position: absolute
}

.order__form form label:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.order__items {
  padding-bottom: 2.3529411765rem
}

.order__items ul {
  padding-top: 1.1764705882rem;
  max-width: 41.1764705882rem;
  padding-left: 2.9411764706rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(9.4117647059rem, 1fr));
  -moz-column-gap: 1.7647058824rem;
  column-gap: 1.7647058824rem;
  row-gap: .8823529412rem;
  text-align: left;
  color: #fff;
  font-size: .9411764706rem;
  font-weight: 300
}

.order__items ul span {
  margin-right: .7058823529rem
}

.order__items ul li {
  display: flex;
  align-items: center
}

@media screen and (max-width:768px) {
  .order__items {
    padding-top: 1.1764705882rem
  }

  .order__items ul {
    padding-left: 0;
    -moz-column-gap: .8823529412rem;
    column-gap: .8823529412rem
  }
}

@media screen and (max-width:576px) {
  .order__items ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .7647058824rem
  }

  .order__items ul img {
    height: 15px;
    width: auto
  }

  .order__items ul span {
    margin-right: .3529411765rem
  }
}

.order__more {
  position: relative
}

.order__more .btn {
  display: block;
  width: 8.9411764706rem;
  height: 2.8823529412rem;
  margin: auto
}

.order__more .btn span {
  font-family: var(--ff-roboto);
  font-weight: 300;
  font-size: .9411764706rem;
  gap: .5882352941rem
}

.order .order-service {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-100%);
  width: calc(100% - 7.0588235294rem);
  background: #fff;
  font-family: var(--ff-alumni)
}

.order .order-service.active {
  display: block
}

.order .order-service__title {
  padding: 0 3.5294117647rem;
  font-size: clamp(1.4117647059rem, 1.667vw + 1.0294117647rem, 2.8235294118rem);
  line-height: 1.8;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:992px) {
  .order .order-service__title {
    padding: 0 1.4705882353rem
  }
}

.order .order-service__close {
  cursor: pointer
}

.order .order-service__body {
  grid-row-gap: .5882352941rem;
  grid-column-gap: 2.3529411765rem;
  font-size: clamp(.8823529412rem, 1.0458vw + .5835882353rem, 1.7647058824rem);
  padding: 1.7647058824rem 3.5294117647rem 2.9411764706rem;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

@media screen and (max-width:1560px) {
  .order .order-service__body {
    padding: 1.1764705882rem 2.3529411765rem 1.7647058824rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:1300px) {
  .order .order-service__body {
    padding: 1.1764705882rem 1.7647058824rem 1.7647058824rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:992px) {
  .order .order-service__body {
    padding: 1.4705882353rem .8235294118rem 1.7647058824rem 1.4705882353rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:640px) {
  .order .order-service__body {
    grid-template-columns: repeat(1, 1fr);
    max-height: 70vh;
    overflow: auto
  }
}

.order .order-service a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.articles h2 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.articles .h2-title h1 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.articles .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.articles__section-title {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  padding: 1.4705882353rem;
  line-height: .9
}

.articles__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7647058824rem
}

@media screen and (max-width:58.3529411765rem) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .articles__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.articles__item {
  margin-top: -1px;
  border: 1px solid var(--secontary-color);
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px
}

.articles__item figure {
  width: 100%;
  height: 18.8235294118rem
}

.articles__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.articles__title {
  padding: .8823529412rem;
  box-sizing: border-box;
  font-size: 1.2941176471rem;
  color: #242222;
  line-height: 1.4;
  border-bottom: 1px solid var(--secontary-color)
}

.articles__more {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  color: #8e6f5a !important;
  font-family: var(--ff-alumni);
  box-sizing: border-box;
  padding: 1.4117647059rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.articles__more img {
  width: 1.8823529412rem;
  height: auto
}

.articles #videos .articles__grid {
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:58.3529411765rem) {
  .articles #videos .articles__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.articles #videos .articles__item figure {
  position: relative
}

.articles #videos .articles__item figure::before {
  content: "";
  position: absolute;
  width: 5.2941176471rem;
  height: 5.2941176471rem;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, .4)
}

.articles #videos .articles__item figure::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-left: 1.1764705882rem solid rgba(0, 0, 0, 0);
  border-right: 1.1764705882rem solid rgba(0, 0, 0, 0);
  border-bottom: 1.7647058824rem solid #000;
  transform: translate(-50%, -50%) rotate(90deg)
}

@media screen and (max-width:45.1764705882rem) {
  .articles__section-title {
    padding-top: .7058823529rem;
    padding-bottom: .7058823529rem;
    padding-left: .8823529412rem
  }

  .articles__item figure {
    height: 11.4705882353rem
  }

  .articles__title {
    font-size: .7647058824rem;
    padding: .5882352941rem .6470588235rem
  }

  .articles__more {
    font-size: 1.0588235294rem;
    padding: .8235294118rem .8823529412rem
  }

  .pag__btn {
    height: 2.7058823529rem;
    width: 2.7058823529rem
  }

  .pag__wrapp {
    height: 2.7058823529rem
  }

  .pag {
    display: flex;
    justify-content: space-between
  }

  .pag__wrapp {
    display: block
  }
}

.services-list h2 {
  padding: 1.5882352941rem 2rem 0
}

.services-list__row ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:83.5294117647rem) {
  .services-list__row ul {
    grid-template-columns: repeat(2, 1fr)
  }
}

.services-list__item {
  margin-bottom: -1px;
  border-bottom: 1px solid var(--secontary-color);
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  padding: 1.7058823529rem 0
}

.services-list__item a {
  display: flex;
  align-items: center;
  padding-left: 1rem
}

.services-list__item a::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  width: .4705882353rem;
  height: .4705882353rem;
  border-radius: 100%;
  background: #000;
  margin-top: .2941176471rem;
  margin-right: 1.0588235294rem;
  flex-shrink: 0
}

.services-list__item a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list__item a:hover::before {
  background: #e6d1be
}

.services-list__item a:hover svg path {
  fill: #896954
}

.services-list__item:nth-child(3n+1) {
  padding-left: 2.1764705882rem
}

.services-list__item:nth-child(3n) {
  padding-right: 2.1764705882rem
}

@media screen and (max-width:83.5294117647rem) {
  .services-list__item {
    padding-left: 0 !important
  }
}

.services-list .has-sub-child a svg {
  margin-left: 1.1764705882rem
}

.services-list .has-sub-child ul {
  display: none
}

.services-list .has-sub-child.active a {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list .has-sub-child.active a::before {
  background: #e6d1be
}

.services-list .has-sub-child.active a svg path {
  fill: #896954
}

.services-list .has-sub-child.active ul {
  display: block;
  border: 0;
  font-size: 1.1764705882rem;
  margin: .5882352941rem 0 .5882352941rem 2.7647058824rem
}

.services-list .has-sub-child.active ul a {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list .has-sub-child.active ul a:before {
  display: none
}

.services-list .has-sub-child.active ul a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list__item2 {
  line-height: 1.4;
  font-size: 1.6470588235rem
}

@media screen and (max-width:58.3529411765rem) {
  .services-list__item {
    padding-top: .8235294118rem;
    padding-bottom: .8235294118rem;
    font-size: 1.4117647059rem
  }

  .services-list__item2 {
    font-size: 1.2941176471rem;
    line-height: 1.2;
    margin-bottom: .4705882353rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services-list__row ul {
    grid-template-columns: 1fr
  }
}

.faq .h1-title {
  text-transform: uppercase
}

.faq__item {
  padding-left: 2.3529411765rem;
  padding-right: 7.9411764706rem;
  padding-top: 2.9411764706rem;
  padding-bottom: 1.8823529412rem;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2.3529411765rem) 33%
}

@media screen and (max-width:45.1764705882rem) {
  .faq__item {
    padding-left: .8823529412rem;
    padding-right: 2.7058823529rem;
    padding-top: 1.4117647059rem;
    padding-bottom: 1.5294117647rem;
    background-position: calc(100% - .7647058824rem) 17%
  }
}

.faq__item.active {
  background-image: url("../img/minus.svg")
}

.faq__question {
  font-size: 1.4117647059rem;
  line-height: 1.2;
  padding-bottom: 1.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .faq__question {
    font-weight: 600;
    font-size: .8823529412rem;
    padding-bottom: .6470588235rem
  }
}

.faq__question h2 {
  padding: 0
}

.faq__answer {
  font-size: .9411764706rem;
  font-weight: 300;
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .faq__answer {
    font-size: .7647058824rem
  }
}

.faq__subtext {
  padding: 2.3529411765rem 2.0588235294rem;
  font-size: .9411764706rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .faq__subtext {
    font-size: .7647058824rem;
    padding: .8823529412rem
  }
}

.faq__item.active .faq__answer {
  display: block
}

@media screen and (max-width:45.1764705882rem) {
  .faq-page .case-slider {
    display: none
  }
}

.footer {
  padding-top: 1.7647058824rem;
  padding-bottom: 2.3529411765rem;
  background-color: #181818;
  color: var(--secondary-color)
}

.footer__title {
  line-height: .9;
  font-size: 1.4117647059rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1.7647058824rem
}

@media screen and (max-width:62.3529411765rem) {
  .footer__title {
    text-align: center
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__title {
    display: none
  }
}

.footer__services {
  padding-bottom: 3.5294117647rem
}

.footer__services ul {
  color: #fff;
  max-width: 94.1176470588rem;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:62.3529411765rem) {
  .footer__services ul {
    justify-content: center
  }
}

.footer__services ul li {
  padding-bottom: .5882352941rem;
  padding-right: .8823529412rem
}

.footer__services ul li:before {
  content: "";
  display: inline-block;
  width: .2352941176rem;
  height: .2352941176rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: .4705882353rem;
  margin-left: .4705882353rem;
  margin-bottom: .1764705882rem
}

.footer__services ul a {
  color: #fff;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .footer__services {
    display: none
  }
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.1764705882rem
}

@media screen and (max-width:62.3529411765rem) {
  .footer__row {
    flex-direction: column;
    margin: auto;
    max-width: 33.5294117647rem
  }
}

.footer__contacts {
  display: flex;
  gap: 2.9411764706rem;
  padding-bottom: 2.3529411765rem
}

.footer__contacts .location {
  margin-bottom: 1.1764705882rem
}

.footer__contacts .location a {
  display: flex;
  gap: .5882352941rem;
  align-items: center
}

.footer__contacts .location img {
  height: .6470588235rem;
  width: auto
}

@media screen and (max-width:30.5882352941rem) {
  .footer__contacts .location {
    display: none
  }
}

.footer__contacts .rozklad {
  margin-bottom: 1.1764705882rem;
  display: flex;
  gap: .5882352941rem;
  color: #fff;
  font-weight: 300
}

.footer__contacts .rozklad img {
  width: .6470588235rem;
  height: .6470588235rem
}

.footer__contacts .rozklad span {
  font-weight: normal
}

@media screen and (max-width:45.1764705882rem) {
  .footer__contacts {
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.footer__phones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 23.5294117647rem;
  gap: 1.1764705882rem
}

.footer__phones a {
  display: flex;
  gap: .5882352941rem;
  color: #b59a86;
  font-weight: 300
}

.footer__phones span {
  text-decoration: underline
}

.footer__phones img {
  width: .8235294118rem;
  height: auto
}

@media screen and (max-width:45.1764705882rem) {
  .footer__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto
  }
}

.footer__pay {
  padding-bottom: 1rem;
  align-items: center;
  text-transform: uppercase;
  display: flex;
  gap: .5882352941rem;
  color: #b1b2b2
}

.footer__pay b {
  padding-right: 2.1176470588rem
}

.footer__pay span {
  width: 3.6470588235rem;
  height: 2.3529411765rem
}

.footer__pay span img {
  max-width: 100%;
  max-height: 100%
}

@media screen and (max-width:62.3529411765rem) {
  .footer__pay {
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__pay {
    flex-wrap: wrap;
    justify-content: center
  }

  .footer__pay b {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0
  }
}

.footer .subfooter {
  padding-top: 1.7647058824rem;
  padding-bottom: 1.7647058824rem;
  color: #fff;
  font-weight: 300;
  border-top: 1px solid #545454
}

.footer .subfooter__menu ul {
  gap: 4.4117647059rem;
  display: flex
}

.footer .subfooter__menu a {
  color: #b59a86;
  text-decoration: underline
}

@media screen and (max-width:45.1764705882rem) {
  .footer .subfooter__menu {
    display: none
  }
}

@media screen and (max-width:62.3529411765rem) {
  .footer .subfooter {
    text-align: center
  }

  .footer .subfooter .subfooter__copywrite {
    margin: auto
  }
}

.footer-menu-mob {
  display: none
}

.location-mob {
  display: none
}

@media screen and (max-width:30.5882352941rem) {
  .footer__contacts {
    gap: 2.1176470588rem;
    padding-bottom: 0
  }

  .footer__contacts .rozklad {
    font-size: 14px;
    margin-bottom: .9411764706rem
  }

  .footer__phones {
    font-size: 14px;
    gap: 14px
  }

  .footer__pay {
    font-size: .7647058824rem;
    gap: .5294117647rem
  }

  .footer__pay span {
    height: 1.4117647059rem;
    width: 2.1764705882rem
  }

  .footer__row {
    gap: 0
  }

  .location-mob {
    text-align: center;
    display: block;
    margin-bottom: .5882352941rem
  }

  .location-mob a {
    text-decoration: underline;
    font-weight: 300;
    font-size: .8823529412rem;
    color: #b59a86
  }

  .footer {
    padding-bottom: 0
  }

  .footer .subfooter {
    padding: 1.4705882353rem 4.4117647059rem;
    font-size: .7647058824rem;
    font-weight: 300;
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer-menu-mob {
    padding: 1.7647058824rem 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    gap: .7647058824rem
  }

  .footer-menu-mob a {
    color: #b59a86
  }
}

.err-404 {
  height: var(--full-screan);
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center
}

.err-404__img {
  padding-top: 1.1764705882rem
}

.err-404__text {
  padding-top: clamp(3.5294117647rem, 1.563vw + 1.7095882353rem, 5.2941176471rem);
  text-align: center;
  font-weight: 300;
  font-size: clamp(.7647058824rem, .208vw + .6581764706rem, .9411764706rem)
}

.err-404__title {
  padding-bottom: .3529411765rem;
  display: block;
  font-size: clamp(.9411764706rem, .208vw + .8934705882rem, 1.1764705882rem);
  font-weight: normal
}

.err-404__btn {
  padding-top: clamp(3.8235294118rem, .26vw + 3.5205882353rem, 4.1176470588rem);
  width: 100%;
  max-width: 45rem;
  display: flex;
  gap: clamp(1rem, 1.667vw + .2342941176rem, 2.8823529412rem);
  padding-left: .5882352941rem;
  padding-right: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .err-404__btn {
    flex-wrap: wrap;
    justify-content: center
  }
}

.err-404__btn .btn {
  width: 50%;
  height: clamp(2.6470588235rem, 1.146vw + 1.7781764706rem, 3.9411764706rem);
  font-size: clamp(.8823529412rem, .521vw + .7039411765rem, 1.4117647059rem);
  font-weight: 600
}

@media screen and (max-width:640px) {
  .err-404__btn .btn {
    width: 199%
  }
}

.single-post .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-post .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-post .row {
    display: block
  }
}

.single-post .article {
  padding: 2.2352941176rem 3.0588235294rem
}

@media screen and (max-width:88.2352941176rem) {
  .single-post .article {
    grid-column: span 2
  }
}

.single-post__cover img {
  display: block
}

.single-post__info {
  padding-top: 1.5882352941rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.single-post__read-time {
  padding-left: .3529411765rem;
  padding-right: .3529411765rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-post__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-post__date b {
  color: #000
}

.single-post__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-post .btn {
  display: block;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

.single-post .btn span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

.single-post .content {
  padding-left: .4705882353rem;
  padding-right: .4705882353rem;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

.single-post .content h2 {
  padding-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-post .content h4 {
  font-size: 1.1764705882rem
}

.single-post .content ul,
.single-post .content ol {
  padding-left: 1.6470588235rem
}

.single-post .content ul {
  list-style: disc
}

.single-post .content ol {
  list-style: decimal
}

.single-post .content b,
.single-post .content strong {
  font-weight: 700
}

.single-post .content em,
.single-post .content i {
  font-style: italic
}

.single-post__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-post__conclusion .content {
  padding-bottom: 0
}

.single-post__order .order .divider {
  display: none
}

.article__content__title {
  font-size: 1.4117647059rem;
  height: 4.1176470588rem;
  padding-left: 1.7647058824rem;
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  align-items: center;
  line-height: 1.4
}

.article__content__content {
  padding: 1rem 1.7647058824rem;
  line-height: 1.4
}

.article__content__content ul {
  flex-direction: column;
  gap: 1.1764705882rem;
  display: flex
}

.article__content__content a {
  font-size: .9411764706rem
}

.article__content__content .active {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.post-template-default .person__name {
  font-weight: 600
}

.post-template-default .person__description {
  margin-bottom: 1.1764705882rem
}

.post-template-default .person__btn .btn span {
  position: relative
}

.post-template-default .person__btn .btn span::after {
  right: .8823529412rem;
  top: .8823529412rem;
  width: 23px;
  height: 23px;
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/phone-white-2.svg");
  background-size: cover;
  z-index: 130
}

.post-template-default .sidebar.mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .post-template-default .sidebar.pc {
    display: none
  }

  .post-template-default .sidebar.mobile {
    display: block !important
  }

  .post-template-default .article {
    padding: 0
  }

  .single-post .content {
    padding-left: .7058823529rem;
    padding-right: .7058823529rem
  }

  .single-post__info,
  .single-post__exerpt {
    padding-left: .7058823529rem;
    padding-right: .7058823529rem;
    padding-top: .4705882353rem
  }

  .single-post__info {
    flex-wrap: wrap
  }

  .single-post .content h2 {
    font-size: .9411764706rem;
    padding-bottom: .4705882353rem;
    padding-top: .8823529412rem
  }

  .single-post .content {
    font-size: .7647058824rem
  }

  .article__content {
    display: none
  }

  .single-post__conclusion {
    margin: 2.3529411765rem 0
  }

  .article {
    overflow: hidden
  }

  .single-post__conclusion {
    padding: 1.0588235294rem .8823529412rem
  }

  .single-post .content h4 {
    font-size: .7647058824rem;
    font-weight: 600
  }

  .single-post .content {
    padding-bottom: .5882352941rem
  }

  .single-post__exerpt {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:550px) {
  .single-post .btn {
    width: 85%;
    height: 45px
  }

  .single-post .btn span {
    font-size: .8823529412rem
  }
}

.single-case__head {
  display: none;
  visibility: hidden
}

.single-case .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-case .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .row {
    display: block
  }
}

.single-case__wrapp {
  padding-left: 2.0588235294rem;
  padding-right: 2.0588235294rem
}

.single-case__wrapp--mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .single-case__wrapp {
    padding-left: 1.2941176471rem;
    padding-right: 1.2941176471rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__wrapp {
    padding-left: 0;
    padding-right: 0
  }

  .single-case__wrapp--mobile {
    display: block
  }

  .single-case__wrapp--pc {
    display: none
  }
}

.single-case .article {
  padding: 2.6470588235rem 0 4.1176470588rem
}

@media screen and (max-width:88.2352941176rem) {
  .single-case .article {
    grid-column: span 2
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .article {
    padding: 0 1.1764705882rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .article {
    padding-top: 1.5882352941rem
  }
}

.single-case .h1 {
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-bottom: 1.4117647059rem
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .h1 {
    font-size: 2.2352941176rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .h1 {
    font-size: 1.4117647059rem;
    margin-bottom: .5882352941rem
  }
}

.single-case .content {
  font-family: var(--ff-roboto);
  margin-top: 1.7647058824rem;
  font-weight: 300;
  line-height: 1.3
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .content {
    margin-top: 0
  }
}

.single-case .content h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-top: 1.7647058824rem
}

.single-case .content li {
  margin-bottom: .7647058824rem
}

.single-case .content p {
  margin-bottom: 1.1764705882rem
}

.single-case .content li,
.single-case .content p {
  font-weight: 300;
  font-size: 1.1764705882rem
}

@media screen and (max-width:58.3529411765rem) {

  .single-case .content li,
  .single-case .content p {
    font-size: .9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {

  .single-case .content li,
  .single-case .content p {
    font-size: .7647058824rem
  }
}

.single-case__cover img {
  display: block
}

.single-case__info {
  display: flex;
  align-items: center;
  gap: .5882352941rem
}

@media screen and (max-width:58.3529411765rem) {
  .single-case__info {
    flex-wrap: wrap
  }
}

.single-case__direction {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-case__direction a {
  color: #8a5929
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__direction {
    font-size: .8823529412rem;
    padding: .5294117647rem;
    height: auto
  }
}

.single-case__time {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #2b3d2e;
  background: #b0deb7
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__time {
    font-size: .8823529412rem;
    padding: .5294117647rem;
    height: auto
  }
}

.single-case__link a {
  display: flex;
  gap: .5882352941rem;
  align-items: center;
  margin-left: 1.1764705882rem;
  color: #b19682
}

.single-case__link a span {
  text-decoration: underline
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__link a {
    font-size: .8823529412rem
  }
}

.single-case__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-case__date b {
  color: #000
}

.single-case__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-case .btn__gold {
  display: block;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .btn__gold {
    height: 2.6470588235rem
  }
}

@media screen and (max-width:29.4117647059rem) {
  .single-case .btn__gold {
    width: 100%
  }
}

.single-case .btn__gold span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .btn__gold span {
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .btn__gold span {
    font-size: .8823529412rem
  }
}

.single-case .content {
  padding-left: .4705882353rem;
  padding-right: .4705882353rem;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .content {
    padding-left: 0;
    padding-right: 0
  }
}

.single-case .content h2 {
  margin-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-case .content h4 {
  font-size: 1.1764705882rem
}

.single-case .content ul,
.single-case .content ol {
  padding-left: 1.6470588235rem
}

.single-case .content ul {
  list-style: disc
}

.single-case .content ol {
  list-style: decimal
}

.single-case .content b,
.single-case .content strong {
  font-weight: 700
}

.single-case .content em,
.single-case .content i {
  font-style: italic
}

.single-case__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-case__conclusion .content {
  padding-bottom: 0
}

.single-case .slider-lightbox__wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  padding-left: 5.2941176471rem;
  padding-right: 5.2941176471rem
}

.single-case .slider-lightbox__wrapp img {
  display: block;
  margin: auto
}

.single-case .slider-lightbox__slide {
  background: #d9d9d9
}

.single-case .slider-lightbox__slide a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.single-case .slider-lightbox__slide a:before {
  width: 3.7058823529rem;
  height: 3.7058823529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  display: none
}

.single-case .slider-lightbox-next svg,
.single-case .slider-lightbox-prev svg {
  height: 4.4117647059rem;
  width: auto
}

.single-case .order .divider {
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .article .content p {
    margin-bottom: .5882352941rem
  }

  .single-case .article {
    padding: 0
  }

  .single-case .article .content {
    padding: 1.3529411765rem
  }

  .single-case__wrapp--mobile .h1 {
    padding-left: 0;
    padding-right: 0
  }

  .single-case__wrapp--mobile {
    padding: .7647058824rem;
    padding-top: 0
  }

  .single-case .case-slider .btn {
    max-width: 17.6470588235rem;
    width: calc(100% - 5.2941176471rem)
  }
}

.single-service__img.mobile {
  display: none
}

.single-service__header {
  padding: 1.1764705882rem 1.1764705882rem 0;
  display: grid;
  grid-template-columns: 4.2352941176rem auto;
  gap: 1.4705882353rem
}

.single-service__header h1 {
  padding-top: .5882352941rem;
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-bottom: 1rem
}

.single-service__text {
  line-height: 1.2;
  max-width: 61.7647058824rem;
  font-weight: 300
}

.single-service__text p {
  margin-bottom: 1.0588235294rem;
  font-weight: 300
}

.single-service__text strong {
  font-weight: normal
}

.single-service__text a {
  color: #b19682 !important;
  text-decoration: underline
}

.single-service__content a.btn__gold {
  width: 21.1764705882rem;
  height: 3.9411764706rem;
  margin: 1.5882352941rem -1.1764705882rem 0 auto !important
}

.single-service__page .cost-calc {
  margin-top: 3.8235294118rem
}

.single-service .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-service .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-service .row {
    display: block
  }
}

@media screen and (max-width:88.2352941176rem) {
  .single-service__body {
    grid-column: span 2
  }
}

.single-service__wrapp {
  padding-left: 2.0588235294rem;
  padding-right: 2.0588235294rem
}

.single-service .article .content {
  margin-top: 1.7647058824rem
}

.single-service .article .content h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-top: 1.7647058824rem
}

.single-service .article .content li {
  margin-bottom: .7647058824rem
}

.single-service .article .content p {
  margin-bottom: 1.1764705882rem
}

.single-service .article .content li,
.single-service .article .content p {
  font-weight: 300;
  font-size: 1.1764705882rem
}

.single-service__cover img {
  display: block
}

.single-service__info {
  display: flex;
  align-items: center;
  gap: .5882352941rem
}

.single-service__direction {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-service__direction a {
  color: #8a5929
}

.single-service__time {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #2b3d2e;
  background: #b0deb7
}

.single-service__link a {
  display: flex;
  gap: .5882352941rem;
  align-items: center;
  margin-left: 1.1764705882rem;
  color: #b19682
}

.single-service__link a span {
  text-decoration: underline
}

.single-service__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-service__date b {
  color: #000
}

.single-service__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-service .btn__gold {
  display: block;
  max-width: 100%;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

.single-service .btn__gold span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

.single-service .content {
  padding-top: .5882352941rem;
  padding-left: .8235294118rem;
  padding-right: .8235294118rem;
  line-height: 1.3;
  padding-bottom: 2.9411764706rem
}

.single-service .content h2 {
  line-height: .9;
  margin-top: 1.7058823529rem;
  font-size: 1.1764705882rem;
  margin-bottom: .8823529412rem
}

.single-service .content p {
  font-weight: 300;
  margin-bottom: 1.2941176471rem
}

.single-service .content h4 {
  font-size: 1.1764705882rem
}

.single-service .content ul,
.single-service .content ol {
  padding-left: 1.6470588235rem;
  margin-bottom: 1.2941176471rem
}

.single-service .content ul {
  list-style: disc
}

.single-service .content ol {
  list-style: decimal
}

.single-service .content li {
  line-height: 1.4
}

.single-service .content b,
.single-service .content strong {
  font-weight: 700
}

.single-service .content em,
.single-service .content i {
  font-style: italic
}

.single-service .content img {
  max-width: 100%;
  display: block
}

.single-service__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-service__conclusion .content {
  padding-bottom: 0
}

.single-service .slider-lightbox__wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  padding-left: 5.2941176471rem;
  padding-right: 5.2941176471rem
}

.single-service .slider-lightbox__wrapp img {
  display: block;
  margin: auto
}

.single-service .slider-lightbox__slide {
  background: #d9d9d9
}

.single-service .slider-lightbox__slide a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.single-service .slider-lightbox__slide a:before {
  width: 3.7058823529rem;
  height: 3.7058823529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  display: none;
  flex-shrink: 0
}

.single-service .slider-lightbox-next svg,
.single-service .slider-lightbox-prev svg {
  height: 4.4117647059rem;
  width: auto
}

.single-service .divider {
  height: 3.9411764706rem
}

.single-service .faq {
  border-left: 0 !important;
  border-right: 0 !important
}

.single-service .case-slider__more {
  border-left: 0;
  border-right: 0
}

.single-service .case-slider__gridwrap {
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.single-service .feedback .container {
  padding: 0 !important
}

.single-service .feedback .divider,
.single-service .feedback .bdl.bdt.bdr.bdb {
  border-left: 0;
  border-right: 0
}

.ss-services {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  padding-top: 3.2352941176rem
}

.ss-services .h2-title {
  padding-bottom: 2.9411764706rem
}

.ss-services__slider {
  overflow: hidden
}

.ss-services__icon img {
  width: 3.5294117647rem;
  height: auto
}

.ss-services__item {
  margin-top: 20px;
  margin-bottom: -1px;
  box-sizing: border-box;
  height: 20rem;
  position: relative;
  padding: 1.4705882353rem 1.4705882353rem 4.2941176471rem;
  border: 1px solid #dadada;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .2s
}

@media screen and (max-width: 600px) {
  .ss-services__item {
    height: 15rem;
  }
}

.ss-services__item:hover {
  z-index: 100;
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.ss-services__item h3 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni)
}

.ss-services__item a {
  position: absolute;
  bottom: 1.0588235294rem;
  right: 1.0588235294rem;
  display: flex;
  gap: 1rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.ss-services__slider__more {
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.ss-services__slider__navigation {
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.ss-services__slider-prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

.ss-services__slider-prev:not(:hover) svg path {
  fill: #7d7d7d
}

.ss-services__slider-next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.ss-services__slider-next:not(:hover) svg path {
  fill: #7d7d7d
}

.ss-posts {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  margin-bottom: -1px
}

.ss-posts .h2-title {
  padding-top: 3.2352941176rem;
  padding-bottom: 2.9411764706rem
}

.ss-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.ss-posts__item {
  border: 1px solid var(--secontary-color);
  display: flex;
  padding: .7647058824rem;
  padding-left: 2.9411764706rem;
  height: 7.0588235294rem;
  align-items: center;
  position: relative;
  font-size: .9411764706rem;
  margin-top: -1px;
  transition-duration: .2s
}

.ss-posts__item:hover {
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.ss-posts__item:nth-child(2n) {
  border-left: none
}

.ss-posts__number {
  color: #b19682;
  position: absolute;
  left: .7647058824rem;
  top: .7647058824rem;
  font-size: 1.4117647059rem;
  font-family: var(--ff-alumni)
}

.single-service__page .feedback {
  padding-bottom: 3.2352941176rem
}

.single-service__page .feedback .divider {
  display: none
}

.single-service__page .feedback .feedback__grid {
  grid-template-columns: repeat(2, 1fr)
}

.single-service__page-content {
  line-height: 1.3;
  margin: 2.3529411765rem 2.9411764706rem 2.9411764706rem;
  font-size: .9411764706rem;
  font-weight: 300
}

.single-service__page-content p {
  margin-bottom: 1.1764705882rem
}

.single-service__page-content ul {
  margin-top: 1.1764705882rem;
  margin-bottom: 1.1764705882rem
}

.single-service__page-content h2 {
  font-weight: normal;
  font-size: 1.1764705882rem;
  line-height: .9;
  margin-top: 1.1764705882rem;
  margin-bottom: .8823529412rem
}

.single-service__page-content h3 {
  font-size: 1.1176470588rem;
  font-weight: normal;
  margin-bottom: 1.4705882353rem
}

.single-service__page-content h4 {
  font-size: 1.0588235294rem;
  font-weight: normal;
  margin-bottom: 1.4705882353rem
}

.single-service__page-content h5 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1.4705882353rem
}

.single-service__page-content h6 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1.4705882353rem
}

.single-service__page-content ul,
.single-service__page-content ol {
  padding-left: 1.6470588235rem
}

.single-service__page-content ul {
  font-weight: normal;
  list-style: disc
}

.single-service__page-content ol {
  list-style: decimal
}

.sidebar.mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .single-service__img.pc {
    display: none
  }

  .single-service__img.mobile {
    display: block
  }

  .single-service__header {
    display: block
  }

  .single-service__titles {
    display: grid;
    grid-template-columns: 2.6470588235rem 1fr;
    align-items: center;
    gap: .9411764706rem;
    padding-bottom: .8235294118rem
  }

  .single-service__header h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
  }

  .single-service__content a.btn__gold {
    height: 2.3529411765rem;
    max-width: 14.7058823529rem
  }

  .single-service__content a.btn__gold span {
    font-size: .8823529412rem
  }

  .single-service .btn__gold {
    height: 2.3529411765rem
  }

  .single-service .btn__gold span {
    font-size: .8823529412rem
  }
}

@media screen and (max-width:58.3529411765rem)and (max-width:58.3529411765rem) {
  .sidebar.mobile {
    display: block
  }

  .sidebar.pc {
    display: none
  }
}

@media screen and (max-width:1220px) {
  .single-service .consultation__btn .btn__gold {
    width: 90%;
    box-sizing: border-box
  }
}

@media screen and (max-width:455px) {
  .single-service .consultation__btn .btn__gold {
    width: 100%;
    box-sizing: border-box
  }

  .single-service__content a.btn__gold {
    max-width: none;
    box-sizing: border-box;
    margin-left: -1.1764705882rem !important;
    margin-right: -1.1764705882rem !important;
    width: calc(100% + 40px) !important
  }

  .poslugy-template-default .pre-footer-divider {
    display: none
  }

  .poslugy-template-default .feedback__footer {
    display: none
  }

  .poslugy-template-default .feedback {
    padding-bottom: 0;
    border-bottom: 0
  }
}

@media screen and (max-width:992px) {
  .single-service__page-content {
    margin-left: .8235294118rem;
    margin-right: .8235294118rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .poslugy-template-default .cost-calc {
    margin-top: 0
  }

  .ss-posts__grid {
    display: block
  }

  .ss-posts .h2-title {
    padding: 1.8235294118rem 0
  }

  .ss-services {
    padding-top: 1.4705882353rem;
    padding-bottom: 0
  }

  .ss-services .h2-title {
    padding-bottom: 1rem;
    padding-left: .8823529412rem;
    padding-right: .8823529412rem
  }

  .poslugy-template-default .feedback__left .feedback__body {
    height: 11.7647058824rem
  }

  .ss-services__slider__navigation {
    width: 5.2941176471rem;
    height: 2.6470588235rem
  }

  .ss-services__slider-next,
  .ss-services__slider-prev {
    height: 2.6470588235rem;
    width: 2.6470588235rem
  }

  .single-service__header h1 {
    font-size: 1.7647058824rem
  }
}

.ss-services__slider__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

.single-job__header {
  width: 100%;
  padding: .9411764706rem 1.7647058824rem;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__header {
    padding: .7058823529rem
  }
}

.single-job__header .h1-title {
  text-transform: uppercase;
  padding: 0 !important
}

.single-job__header span {
  background: #ebdbc5;
  display: inline-block;
  padding: .2941176471rem .9411764706rem;
  line-height: 1.4;
  color: #8a5929
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__header {
    flex-direction: column
  }
}

.single-job__title {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.single-job__price {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto);
  padding-top: 1.5294117647rem;
  padding-bottom: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__price {
    font-size: .8823529412rem;
    padding-top: .7647058824rem
  }
}

.single-job__info {
  padding: 1.4117647059rem 1.7647058824rem;
  display: flex;
  align-items: center;
  gap: 1.1764705882rem;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__info {
    padding: .5882352941rem .6470588235rem
  }
}

.single-job__info span {
  color: #b19682
}

.single-job__grafik {
  font-size: 1.4117647059rem;
  display: flex;
  gap: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__grafik {
    font-size: .8823529412rem
  }
}

.single-job__description {
  font-size: .9411764706rem;
  line-height: 1.4;
  margin: 1.6470588235rem 1.7647058824rem 1.1764705882rem;
  max-width: 70.5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__description {
    font-size: .7647058824rem;
    margin: .8235294118rem .6470588235rem .8235294118rem
  }
}

.single-job__description p {
  margin-bottom: .8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__description p {
    margin-bottom: .4705882353rem
  }
}

.single-job__table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__table {
    display: block
  }
}

.single-job__thead {
  padding: 1.1764705882rem 1.7647058824rem 1.1764705882rem;
  line-height: 1.4;
  font-size: 1.4117647059rem;
  font-weight: 600
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__thead {
    padding: .7058823529rem .4705882353rem .4705882353rem;
    font-size: .9411764706rem
  }
}

.single-job__tbody {
  margin-top: 1.0588235294rem;
  padding-left: 1.7647058824rem;
  padding-right: 1.1764705882rem;
  overflow: hidden;
  line-height: 1.4;
  padding-bottom: 8.8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__tbody {
    margin-top: 0;
    padding-left: .4705882353rem;
    font-size: .7647058824rem
  }
}

.single-job__tbody h4 {
  font-size: 1.1764705882rem
}

.single-job__tbody p {
  font-weight: 300
}

.single-job__tbody ul,
.single-job__tbody ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.single-job__tbody ul {
  list-style: disc
}

.single-job__tbody ol {
  list-style: decimal
}

.single-job__tbody b,
.single-job__tbody strong {
  font-weight: 700
}

.single-job__tbody em,
.single-job__tbody i {
  font-style: italic
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__tbody {
    padding-bottom: .5882352941rem;
    border-right: 0;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.single-job textarea {
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--secontary-color);
  border-radius: 0;
  resize: none;
  height: 12.9411764706rem;
  box-sizing: border-box;
  padding: 1.4705882353rem 1.1764705882rem;
  font-size: .9411764706rem;
  font-weight: 300;
  line-height: .9;
  font-family: var(--ff-roboto);
  color: #737373
}

@media screen and (max-width:45.1764705882rem) {
  .single-job textarea {
    height: 7.6470588235rem;
    padding: .5882352941rem;
    font-size: .7647058824rem
  }
}

.single-job textarea::-moz-placeholder {
  color: #737373
}

.single-job textarea::placeholder {
  color: #737373
}

.single-job__form-controls {
  position: relative;
  height: 4rem;
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls {
    height: 2.2941176471rem
  }
}

.single-job__form-controls .wpcf7-submit {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  border-radius: 0;
  width: 15.1764705882rem;
  height: 100%;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  color: #fff;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls .wpcf7-submit {
    width: 8.8235294118rem;
    font-size: .8823529412rem
  }
}

.single-job__form-controls .wpcf7-spinner {
  position: absolute
}

.single-job__form-controls .form-file {
  display: block;
  background-image: url("../img/clip.svg");
  background-repeat: no-repeat;
  padding: 0 2.8235294118rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 1.3529411765rem;
  background-position: .4705882353rem 50%
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls .form-file {
    background-size: .8823529412rem
  }
}

.single-job__form-controls span {
  font-size: 1.2352941176rem;
  font-weight: 300;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls span {
    font-size: .7647058824rem
  }
}

.single-job__form-controls input {
  display: none
}

.single-job .mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {

  .single-job__thead,
  .single-job__titem {
    border-right: 0 !important
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-job .single-job__date.pc {
    display: none
  }

  .single-job .single-job__date.mobile {
    display: block;
    text-align: right
  }
}

@media screen and (max-width:58.3529411765rem)and (max-width:45.1764705882rem) {
  .single-job .single-job__date.mobile {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-job .job__tags.pc {
    display: none
  }

  .single-job .job__tags.mobile {
    margin-top: 11px;
    display: block
  }

  .single-job .single-job__grafik {
    width: 100%;
    justify-content: space-between
  }

  .single-job .single-job__thead {
    border-bottom: 0
  }
}

@media screen and (max-width:25.8823529412rem) {
  .single-job .form-file {
    padding-right: 1.1764705882rem;
    padding-left: 1.7647058824rem
  }
}

.team h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .team h1 {
    padding-left: .8823529412rem
  }
}

.team .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5294117647rem
}

@media screen and (max-width:82.3529411765rem) {
  .team .grid {
    grid-template-columns: 1fr
  }
}

@media screen and (max-width:45.1764705882rem) {
  .team .grid {
    gap: 1.4705882353rem
  }
}

.team__item {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: 312px auto;
  margin-bottom: -1px;
  margin-top: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .team__item {
    grid-template-columns: 1fr
  }
}

.team__item h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 2.2235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .team__item h2 {
    font-size: 1.4117647059rem;
    line-height: 1.6352941176rem
  }
}

.team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:45.1764705882rem) {
  .team__photo {
    height: 700px
  }
}

@media screen and (max-width:31.7647058824rem) {
  .team__photo {
    height: 500px
  }
}

@media screen and (max-width:23.5294117647rem) {
  .team__photo {
    height: 460px
  }
}

.team__info {
  position: relative;
  padding-bottom: 3.2352941176rem
}

.team-info__wrapp {
  padding: 1.7647058824rem 1.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__wrapp {
    padding: .8823529412rem .7058823529rem
  }
}

.team-info__position {
  font-size: 1.1764705882rem;
  color: #b19682;
  padding-top: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__position {
    font-size: .9411764706rem;
    padding-top: 0
  }
}

.team-info__description {
  padding-top: 1.2941176471rem;
  font-weight: 300;
  padding-bottom: 3.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__description {
    font-size: 12px;
    padding-top: 1.0588235294rem;
    padding-bottom: 1.4705882353rem
  }
}

.team-info__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2941176471rem
}

.team-info__tags span {
  padding-left: .5882352941rem;
  padding-right: .5882352941rem;
  height: 2.3529411765rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #896954;
  background: #decab0
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__tags {
    gap: .5882352941rem
  }

  .team-info__tags span {
    padding: .5882352941rem;
    height: auto;
    font-size: .7647058824rem
  }
}

.team-info__btn {
  border-top: 1px solid var(--secontary-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 3.2352941176rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.team-info__btn .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4117647059rem;
  color: #8a6a55;
  font-family: var(--ff-roboto)
}

.team-info__btn .btn {
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__btn {
    height: 2.3529411765rem
  }

  .team-info__btn .more {
    font-size: .8823529412rem
  }

  .team-info__btn .btn {
    font-size: .8823529412rem
  }
}

.single-teem h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem h1 {
    padding-left: .7058823529rem
  }
}

.single-teem .team__item {
  border-right: 0;
  border-left: 0;
  width: 100%
}

.single-teem .team-info {
  padding-bottom: 5.8823529412rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info {
    padding-bottom: 0
  }
}

.single-teem .team-info__wrapp {
  padding-top: .5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__wrapp {
    padding: 1.2352941176rem 1.1176470588rem
  }
}

.single-teem .team-info__description {
  padding-top: .4117647059rem;
  max-width: 26.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__description {
    padding-top: 1.1764705882rem;
    font-size: .7647058824rem
  }
}

.single-teem .team-info__btn {
  left: 1.4705882353rem;
  bottom: 2.5294117647rem;
  display: block;
  max-width: 18.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__btn {
    position: static
  }
}

@media screen and (max-width:24.7058823529rem) {
  .single-teem .team-info__btn {
    width: 100%;
    max-width: none
  }
}

.single-teem .services__box__inner {
  min-height: 14.1176470588rem
}

.single-teem .services__item {
  border: 0
}

.advocat-services__wrapper {
  padding-top: 1.7647058824rem;
  padding-bottom: 1.1764705882rem;
  border: 1px solid var(--secontary-color)
}

@media screen and (max-width:36.4705882353rem) {
  .advocat-services__wrapper {
    display: none
  }
}

.advocat-services__wrapper .swiper-horizontal {
  overflow: hidden
}

.background {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .background {
    display: block
  }
}

.background__row {
  display: grid;
  grid-template-columns: 1fr 200px
}

@media screen and (max-width:36.4705882353rem) {
  .background__row {
    grid-template-columns: 1fr 150px
  }
}

.background__header {
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 1.7647058824rem;
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  margin-left: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .background__header {
    padding: 1.1764705882rem 1.0588235294rem;
    font-size: 1.4117647059rem
  }
}

.background__cell {
  box-sizing: border-box;
  padding: 1.7647058824rem;
  font-size: .9411764706rem;
  line-height: 1.1;
  font-weight: 300;
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  margin-left: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .background__cell {
    padding: 1.1764705882rem 1.0588235294rem;
    font-size: .7647058824rem
  }
}

.background span {
  font-weight: normal;
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  color: #b19682;
  display: block;
  padding-bottom: .5294117647rem;
  line-height: 1.2
}

@media screen and (max-width:45.1764705882rem) {
  .background span {
    font-size: 1.4117647059rem;
    padding-bottom: .7058823529rem
  }
}

.background b {
  display: flex;
  align-items: flex-start
}

.background b:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: .5882352941rem;
  height: .5882352941rem;
  border-radius: 100%;
  margin-top: .2352941176rem;
  margin-right: .4117647059rem;
  background: #d6b07c;
  margin-bottom: .1176470588rem
}

.sertificates h1 {
  text-align: left;
  text-transform: uppercase
}

.sertificates .order .divider {
  display: none
}

.sertificates .slider-lightbox h1 {
  padding-left: clamp(.7058823529rem, 2.481vw + .3132352941rem, 2.9411764706rem)
}

.sertificates .slider-lightbox__slide a:before {
  display: none
}

.sertificates__noslider {
  padding: clamp(.5882352941rem, 3.02vw - .1047058824rem, 3.8235294118rem);
  display: grid;
  gap: 2.3529411765rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:768px) {
  .sertificates__noslider {
    gap: .5882352941rem
  }
}

@media screen and (max-width:660px) {
  .sertificates__noslider {
    display: flex;
    flex-direction: column
  }
}

.sertificates__noslider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.cases__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4705882353rem;
  grid-row-gap: 1.1764705882rem
}

@media screen and (max-width:82.3529411765rem) {
  .cases__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:60.2352941176rem) {
  .cases__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cases__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.cases .divider {
  height: 2.8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .cases .divider {
    height: 1.1764705882rem
  }
}

.cases .h1-title {
  padding: 2.3529411765rem 1.7647058824rem !important
}

@media screen and (max-width:45.1764705882rem) {
  .cases .h1-title {
    padding: 1.0588235294rem .6470588235rem !important
  }
}

.cases__filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px
}

.cases__filter-title {
  display: none
}

.cases__filter-title {
  display: none
}

.cases__filter-item {
  cursor: pointer;
  display: flex;
  padding: 1.1176470588rem .8823529412rem;
  align-items: center;
  justify-self: center;
  border: 1px solid var(--secontary-color);
  margin-bottom: -1px;
  margin-left: -1px;
  position: relative;
  color: #6d6d6d;
  transition-duration: .3s
}

@media screen and (max-width:45.1764705882rem) {
  .cases__filter-item {
    padding: .5882352941rem .8823529412rem
  }
}

.cases__filter-item:hover {
  color: #b19682;
  border: 1px solid #b19682;
  z-index: 2
}

.cases__filter-item.active {
  color: #b19682;
  border: 1px solid #b19682;
  z-index: 2
}

@media screen and (max-width:520px) {
  .cases__filter {
    flex-direction: column
  }

  .cases__filter-title {
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: block;
    background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    padding: 1.1176470588rem .8823529412rem;
    border: 1px solid var(--secontary-color)
  }
}

@media screen and (max-width:520px)and (max-width:45.1764705882rem) {
  .cases__filter-title {
    padding: .5882352941rem .8823529412rem
  }
}

@media screen and (max-width:520px) {
  .cases__filter-item {
    display: none;
    font-size: .7647058824rem;
    padding: .3529411765rem .5882352941rem;
    border: 0 !important
  }

  .cases__filter-item.open {
    display: block
  }
}

.cases__item {
  margin-top: -1px;
  border: 1px solid var(--secontary-color)
}

.cases__item figure {
  width: 100%;
  height: 14.1176470588rem;
  overflow: hidden
}

.cases__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.cases__title {
  min-height: 4.1176470588rem;
  padding: .6470588235rem;
  box-sizing: border-box;
  font-size: .9411764706rem;
  color: #242222;
  line-height: 1.4;
  border-bottom: 1px solid var(--secontary-color)
}

.cases__more {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  color: #b19682 !important;
  font-family: var(--ff-alumni);
  box-sizing: border-box;
  padding: .8235294118rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cases__more img {
  width: 1.8823529412rem;
  height: auto;
  opacity: .7
}

.cases__direction {
  font-weight: 600;
  box-sizing: border-box;
  padding: .7058823529rem;
  border-bottom: 1px solid var(--secontary-color)
}

.cases__direction span {
  font-size: .7647058824rem;
  display: block;
  margin-bottom: .2941176471rem
}

.cases__map iframe {
  display: block;
  height: 472px;
  width: 100%
}

.jobs h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .jobs h1 {
    padding-left: .7058823529rem
  }
}

.jobs__grid {
  display: grid;
  grid-template-columns: auto 25.8823529412rem;
  gap: 1.1764705882rem
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__grid {
    display: block
  }
}

.jobs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .8823529412rem
}

.jobs__title {
  padding-left: 1.7647058824rem;
  padding-top: 1.4705882353rem;
  line-height: 1.4;
  padding-top: 2.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title {
    padding-left: .9411764706rem;
    padding-bottom: 1.4117647059rem
  }
}

.jobs__title h2 {
  font-size: 1.7647058824rem;
  margin-bottom: 1.1176470588rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title h2 {
    font-size: .9411764706rem;
    margin-bottom: .5882352941rem
  }
}

.jobs__title span {
  background: #ebdbc5;
  display: inline-block;
  padding: .9411764706rem;
  line-height: 1.4;
  font-size: .9411764706rem;
  color: #8a5929
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title span {
    padding: .2941176471rem .5882352941rem;
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__options {
    border-left: 0 !important
  }
}

.jobs__options__item {
  font-size: .9411764706rem;
  width: 100%;
  padding: .5882352941rem 1.4705882353rem;
  height: 50%;
  color: #949494;
  box-sizing: border-box;
  display: flex;
  gap: 1.1764705882rem;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__options__item {
    font-size: .7647058824rem
  }
}

.jobs__options__item span {
  font-size: .9411764706rem;
  color: #ab8f7b
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__options__item span {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__options__item {
    padding: 1.1764705882rem
  }
}

.jobs__info {
  display: flex;
  align-items: center;
  height: 3.9411764706rem;
  padding-left: 1.7647058824rem;
  gap: 1.4117647059rem
}

.jobs__info span {
  color: #ab8f7b
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__info {
    border-top: 1px solid var(--secontary-color);
    border-bottom: 1px solid var(--secontary-color);
    padding: 1.1764705882rem;
    justify-content: space-between
  }
}

.jobs__more {
  height: 3.9411764706rem
}

.jobs__more span {
  font-size: clamp(.8823529412rem, .521vw + .7039411765rem, 1.4117647059rem);
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__more {
    height: 3.0588235294rem
  }

  .jobs__more span {
    font-size: .8823529412rem
  }
}

.jobs .mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .jobs .pc {
    display: none
  }

  .jobs .mobile {
    display: flex
  }
}

.h1-title {
  padding-top: 2rem !important
}

.history {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.history__row {
  display: grid;
  grid-template-columns: clamp(7.2941176471rem, 19.688vw + .2573529412rem, 22.2352941176rem) auto 23.5294117647rem
}

@media screen and (max-width:82.3529411765rem) {
  .history__row {
    grid-template-columns: clamp(7.2941176471rem, 19.688vw + .2573529412rem, 22.2352941176rem) auto;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.history__slider.mobile {
  display: none
}

@media screen and (max-width:82.3529411765rem) {
  .history__slider.pc {
    display: none
  }

  .history__slider.mobile {
    border: none;
    display: block
  }

  .history__slider.mobile .reviews-slider__item {
    border-right: 1px solid var(--secontary-color)
  }
}

.history__logo {
  text-align: center;
  padding: 2.5294117647rem 1.1764705882rem;
  box-sizing: border-box
}

.history__logo img {
  width: 100%;
  height: auto;
  max-width: 13.7058823529rem
}

.history__text {
  margin: clamp(.4705882353rem, 1.667vw + .0195882353rem, 1.8823529412rem) clamp(.8235294118rem, 3.542vw + .0563529412rem, 2rem)
}

.history__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:58.3529411765rem) {
  .history__items {
    display: block
  }
}

.history__item {
  padding: 1.7647058824rem
}

@media screen and (max-width:58.3529411765rem) {
  .history__item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--secontary-color);
    padding: 1.1764705882rem
  }
}

.history .trusted .divider {
  display: none
}

.page-template-templatespro-nas-php .reviews-slider__grid {
  border: none;
  overflow: hidden;
  height: 100%
}

.page-template-templatespro-nas-php .reviews-slider__item {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  position: relative
}

.page-template-templatespro-nas-php .reviews-slider__grid:before {
  display: none
}

.page-template-templatespro-nas-php .reviews-slider__author {
  position: absolute;
  bottom: 15px;
  left: 20px
}

.page-template-templatespro-nas-php .reviews-slider__item {
  justify-content: flex-start
}

.page-template-templatespro-nas-php .history__slider {
  position: relative
}

.page-template-templatespro-nas-php .reviews-slider__more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-left: 0
}

.about-us__content {
  line-height: 1.4;
  font-weight: 300;
  font-size: clamp(.7647058824rem, 3.125vw + .0367647059rem, .9411764706rem)
}

.about-us__content h2 {
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem;
  font-weight: 600
}

.about-us__content h4 {
  font-size: 1.1764705882rem
}

.about-us__content p {
  font-weight: 300;
  margin-bottom: clamp(.4705882353rem, 2.083vw + .0318823529rem, 1.2352941176rem)
}

.about-us__content ul,
.about-us__content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.about-us__content ul {
  list-style: disc
}

.about-us__content ol {
  list-style: decimal
}

.about-us__content b,
.about-us__content strong {
  font-weight: normal
}

.about-us__content em,
.about-us__content i {
  font-style: italic
}

.reviews h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

.reviews .two-col-row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .reviews .two-col-row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .reviews .two-col-row {
    display: block
  }
}

@media screen and (max-width:88.2352941176rem) {
  .reviews .article {
    grid-column: span 2
  }
}

.reviews .person__btn .btn__gold span {
  height: 67px;
  font-size: 1.4117647059rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto)
}

.reviews__add {
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.reviews__add .btn__gold {
  display: inline-block
}

.reviews__add .btn__gold span {
  padding: 1.1176470588rem 2.1764705882rem;
  font-size: 1.4117647059rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto)
}

.reviews .average-rating {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #ffb924
}

.reviews .average-rating h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px
}

.reviews .stars-display {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviews .stars-display .stars {
  font-size: 24px;
  color: #ffb924
}

.reviews .rating-text {
  font-size: 14px;
  color: #666;
  font-weight: 500
}

.reviews .rating-field {
  margin-bottom: 20px
}

.reviews .rating-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333
}

.reviews .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px
}

.reviews .star-rating input[type=radio] {
  display: none
}

.reviews .star-rating label {
  font-size: 3.5294117647rem;
  color: #ddd;
  cursor: pointer;
  transition: color .2s ease;
  margin: 0
}

.reviews .star-rating label:hover,
.reviews .star-rating label:hover~label,
.reviews .star-rating input[type=radio]:checked~label {
  color: #ffb924
}

.reviews .star-rating:hover label {
  color: #ddd
}

.reviews .star-rating label:hover,
.reviews .star-rating label:hover~label {
  color: #ffb924
}

.reviews .comment-rating .stars {
  color: #ffb924;
  font-size: 1.7647058824rem;
  margin-right: .2352941176rem
}

.reviews .comment-rating .rating-value {
  font-size: 14px;
  color: #666;
  font-weight: 500
}

.reviews .comment-form-title {
  margin-bottom: 20px
}

.reviews .comment-form-title label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333
}

.reviews .comment-form-title input[type=text] {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color .3s
}

.reviews .comment-form-title input[type=text]:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, .3)
}

.reviews .comment-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4
}

@media(max-width:768px) {
  .reviews .star-rating label {
    font-size: 25px
  }

  .reviews .stars-display {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }

  .reviews .average-rating {
    padding: 15px
  }
}

.reviews .comment-list .comment {
  padding: 1.7647058824rem;
  padding-bottom: 1.1764705882rem;
  border-bottom: 1px solid var(--secontary-color)
}

.reviews .comment-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.1764705882rem
}

.reviews .comment-date {
  font-size: .9411764706rem;
  font-weight: 300
}

.reviews .comment-date a {
  color: #5c5c5c
}

.reviews .comment-author {
  font-size: .9411764706rem;
  font-weight: 600;
  color: #b19682;
  margin-bottom: 1rem
}

.reviews .comment-author a {
  color: inherit
}

.reviews .logged-in-as {
  display: none
}

.reviews #reply-title {
  display: none
}

.reviews .rating-field .stars-title {
  text-align: center;
  font-size: 1.7647058824rem;
  font-weight: normal;
  line-height: .9;
  padding-top: 2.3529411765rem;
  padding-top: 1.7647058824rem
}

.reviews .star-rating {
  justify-content: center
}

.reviews .comment-form-cookies-consent {
  display: none
}

.reviews textarea {
  font-size: .9411764706rem;
  font-weight: 300;
  color: #737373;
  border-radius: 0;
  padding: 1.1764705882rem;
  margin: 0;
  width: 100%;
  height: 220px;
  resize: none;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  border: 1px solid var(--secontary-color) !important
}

.reviews textarea::-moz-placeholder {
  color: #737373
}

.reviews textarea::placeholder {
  color: #737373
}

.reviews input {
  font-size: .9411764706rem;
  font-weight: 300;
  color: #737373;
  border-radius: 0;
  padding: 1.1764705882rem;
  margin: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  height: 50px;
  border: 1px solid var(--secontary-color) !important
}

.reviews input::-moz-placeholder {
  color: #737373
}

.reviews input::placeholder {
  color: #737373
}

.reviews #commentform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2941176471rem
}

.reviews .rating-field {
  grid-column: span 2
}

.reviews .comment-form-comment {
  grid-column: span 2
}

.reviews .comment-form-author {
  grid-row-start: 2;
  grid-row-end: 3
}

.reviews .comment-form-email {
  grid-row-start: 2;
  grid-row-end: 3
}

.reviews .form-submit {
  grid-column: span 2
}

.reviews .reply {
  padding-top: .8823529412rem;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  gap: 7px
}

.reviews .reply a {
  color: #b19682
}

.reviews .reply svg {
  width: 10px;
  height: 14px
}

.reviews .depth-2,
.reviews .depth-3 {
  background-image: url("../img/reply.svg");
  background-repeat: no-repeat;
  padding-left: 6.8823529412rem !important;
  background-position: 2.6470588235rem 50%
}

.reviews .user-id-1 {
  background-image: url("../img/admin-logo.svg");
  background-color: #fffbf6;
  background-repeat: no-repeat;
  padding-left: 6.8823529412rem !important;
  background-position: 1.7647058824rem 50%
}

.reviews .form-submit {
  margin-top: -1.4705882353rem;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--secontary-color)
}

.reviews .form-submit input {
  width: 260px;
  height: 67px;
  font-size: 1.2631578947rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto);
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff
}

.reviews .pre-footer-divider {
  border-left: 0;
  border-right: 0
}

input,
textarea {
  outline: none !important
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  border-color: none !important
}

@media screen and (max-width:58.3529411765rem) {
  .page-template-reviews .sidebar.mobile {
    display: block
  }

  .page-template-reviews .sidebar.pc {
    display: none
  }

  .page-template-reviews .person {
    max-width: 26.4705882353rem;
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .reviews h1 {
    padding-left: .7058823529rem
  }

  .reviews__add .btn__gold span {
    font-size: .8823529412rem
  }

  .reviews__add .btn__gold {
    height: 2.2941176471rem
  }

  .reviews .comment-list .comment {
    padding: 1rem .9411764706rem
  }

  .reviews .comment-rating {
    margin-left: -.1764705882rem
  }

  .reviews .comment-info {
    padding-bottom: 1.1764705882rem
  }

  .reviews .user-id-1 {
    background-position: .9411764706rem .9411764706rem !important;
    background-size: 2.7647058824rem 2.7647058824rem !important;
    padding-left: 4.8235294118rem !important
  }

  .comment-content {
    font-size: .7647058824rem;
    font-weight: 300
  }

  .reviews .comment-author {
    margin-bottom: .2941176471rem
  }

  .reviews .rating-field .stars-title {
    font-size: .9411764706rem
  }

  .reviews #commentform {
    gap: 0;
    display: flex;
    flex-direction: column
  }

  .rating-field {
    order: 1
  }

  .reviews .comment-form-author {
    order: 2
  }

  .reviews .comment-form-email {
    order: 3
  }

  .reviews .comment-form-comment {
    order: 4
  }

  .reviews .form-submit input {
    height: 2.6470588235rem;
    font-size: .8823529412rem;
    padding: 0;
    position: static;
    margin: 0;
    display: block;
    border: 0;
    margin-top: -.2941176471rem;
    width: 9.4117647059rem
  }

  .reviews .form-submit {
    order: 5;
    height: 2.3529411765rem !important;
    margin: 0;
    padding: 0
  }

  .reviews .person__btn .btn__gold {
    height: 2.6470588235rem !important;
    display: flex
  }

  .reviews .person__btn .btn__gold span {
    height: 100%;
    font-size: .8823529412rem
  }

  .reviews textarea {
    height: 12.9411764706rem
  }
}

.reviews .user-id-1 .comment-info,
.reviews .user-id-1 .comment-date {
  display: none
}

html {
  scroll-behavior: smooth
}

.bd0 {
  border: 0 !important
}

.bd {
  border: 1px solid var(--secontary-color)
}

.bdl {
  border-left: 1px solid var(--secontary-color)
}

.bdr {
  border-right: 1px solid var(--secontary-color)
}

.bdt {
  border-top: 1px solid var(--secontary-color)
}

.bdb {
  border-bottom: 1px solid var(--secontary-color)
}

.divider {
  height: clamp(3.0588235294rem, 7.2vw + 1.4070588235rem, 8.8235294118rem)
}

.container {
  max-width: 112.9411764706rem;
  margin: 0 auto;
  padding: 0 var(--container-padding)
}

.overflow-hidden {
  overflow: hidden
}

.container--no-padding {
  width: 112.9411764706rem;
  margin: 0 auto
}

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

.cost-calc__vstup {
  display: flex;
  justify-content: center;
  font-size: 1.4117647059rem;
  padding: 2.5882352941rem 1.1764705882rem
}

.cost-calc__vstup span {
  width: 85%
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__vstup span {
    width: 100%;
    text-align: center
  }
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__vstup {
    padding: 1.7647058824rem .8823529412rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__vstup {
    font-size: 1.0588235294rem;
    padding: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__vstup {
    font-size: .7647058824rem
  }
}

.cost-calc__body {
  padding: 3.2352941176rem 2.5294117647rem 2.6470588235rem;
  background: #2c2c2c
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__body {
    padding: 2.3529411765rem 1.7647058824rem 1.7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__body {
    padding: 1.7647058824rem 1.1764705882rem 1.1764705882rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__body {
    padding: 1.1764705882rem .7647058824rem .7647058824rem
  }
}

.cost-calc__title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  padding-bottom: 1.1764705882rem;
  color: #fff
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__title {
    padding-bottom: .8823529412rem;
    font-size: 2.3529411765rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__title {
    font-size: 1.7647058824rem
  }
}

.cost-calc__item {
  padding: 2.2352941176rem 0;
  font-size: 1.1764705882rem;
  color: #fff;
  gap: .5882352941rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #474747
}

.cost-calc__item:first-child {
  border: 0
}

.cost-calc__item:nth-child(2) {
  border: 0
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__item {
    padding: 1.7647058824rem 0
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__item {
    padding: 1.4705882353rem 0;
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__item {
    padding: 1.1176470588rem 0;
    font-size: .8823529412rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__item {
    flex-direction: column
  }
}

.cost-calc__select {
  display: flex;
  gap: 2.0588235294rem
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__select {
    gap: 1.4705882353rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__select {
    justify-content: flex-end
  }
}

.cost-calc__yes-no {
  cursor: pointer;
  width: 3.8823529412rem;
  height: 2.9411764706rem;
  font-size: 1.4117647059rem;
  font-weight: 300;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-sizing: border-box
}

.cost-calc__yes-no.active {
  border: 3px solid #b19682 !important;
  color: #b19682
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__yes-no {
    width: 2.9411764706rem;
    height: 2.3529411765rem;
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__yes-no {
    width: 2.8235294118rem;
    height: 2.1176470588rem;
    font-size: .9411764706rem
  }
}

.cost-calc__btn {
  display: block
}

.cost-calc__btn .btn {
  margin-right: 0;
  margin-left: auto;
  width: 20rem
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__btn .btn {
    width: 100%
  }
}

.single-page .content {
  margin-top: 1.7647058824rem;
  padding-left: 2.8235294118rem;
  padding-right: 2.8235294118rem;
  overflow: hidden;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

.single-page .content h2 {
  padding-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-page .content h4 {
  font-size: 1.1764705882rem
}

.single-page .content p {
  font-weight: 300
}

.single-page .content ul,
.single-page .content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.single-page .content ul {
  list-style: disc
}

.single-page .content ol {
  list-style: decimal
}

.single-page .content b,
.single-page .content strong {
  font-weight: 700
}

.single-page .content em,
.single-page .content i {
  font-style: italic
}

.article-author {
  position: sticky;
  top: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .article-author {
    position: static
  }
}

.fancybox__content {
  padding: 0 !important
}

.wpcf7-response-output {
  display: none !important
}

.copy-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  pointer-events: none
}

.comment-awaiting-moderation {
  padding: .5294117647rem .5882352941rem;
  color: #fff;
  margin-bottom: 1.1764705882rem;
  font-size: 1.1764705882rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%)
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-family: sans-serif
}

th,
td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left
}

th {
  background-color: #f4f4f4;
  font-weight: bold
}

tr:nth-child(even) {
  background-color: #f9f9f9
}

tr:hover {
  background-color: #f1f1f1
}

.short_button {
  display: inline-block;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff !important;
  padding: .8235294118rem;
  font-size: 1.4117647059rem;
  text-decoration: none;
  max-width: 60%;
  min-width: 20rem
}

.short_button:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

@media screen and (max-width:44.7058823529rem) {
  .short_button {
    font-size: .8823529412rem;
    padding: prem(10)
  }
}

@media screen and (max-width:35.2941176471rem) {
  .short_button {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box
  }
}

.wpcf7-not-valid-tip {
  width: 23.5294117647rem;
  margin-top: 1.7647058824rem;
  margin-left: 0
}

span[data-name=all_answers] {
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .home .feedback .divider {
    display: none
  }

  .feedback form .form-submit {
    margin-bottom: 0
  }

  .feedback__body {
    height: auto
  }

  .feedback__left .feedback__body {
    height: 13.5294117647rem
  }

  .feedback__right .feedback__footer {
    display: none
  }

  .home .pre-footer-divider {
    border-top: 0 !important
  }
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1.2941176471rem
}

.cost-calc__item.error .cost-calc__yes-no {
  border: 2px solid red
}

.consultation,
.h2-title,
.subtitle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.copy-link {
  cursor: pointer
}

.location {
  position: relative
}

.form-submit {
  position: relative
}

.wpcf7-spinner {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100
}

.wpcf7-submit {
  cursor: pointer
}

.swiper-slide {
  height: auto !important;
  min-height: 0 !important
}

.home .swiper-slide {
  background: #fff
}

#pop-up-thank button {
  display: none
}

.v-title {
  display: none
}

.person__text {
  font-family: var(--ff-roboto-condensed)
}

@media screen and (max-width:45.1764705882rem) {
  .person .row.bdt {
    border-top: 0 !important
  }

  .person__position {
    font-weight: 300
  }

  .person__text {
    font-weight: 300
  }

  .services__first {
    border-right: 1px solid var(--secontary-color) !important
  }

  .person__text {
    font-family: var(--ff-roboto-condensed);
    font-size: .8823529412rem
  }

  .trusted__item:nth-child(2),
  .trusted__item:nth-child(3) {
    border-left: 0
  }

  .masmedia .btn {
    width: 100%
  }

  .case-slider__more {
    border-left: 1px solid var(--secontary-color) !important;
    border-right: 1px solid var(--secontary-color) !important
  }

  .case-slider .btn {
    width: 100%
  }

  .reviews-slider__reit {
    padding-bottom: 1.4705882353rem
  }

  .reviews-slider .swiper-slide {
    border-left: 0
  }

  .home .reviews-slider__prev,
  .home .reviews-slider__next {
    border-top: 0
  }

  .subfooter__copywrite br {
    display: block !important
  }

  .cases__filter-title {
    border-left: 0;
    border-right: 0
  }

  .cases__item {
    border-left: 0;
    border-right: 0
  }

  .order .divider {
    height: 2.0588235294rem
  }

  .page-template-cases .cases {
    border-bottom: 0
  }

  .page-template-cases .cases__grid {
    border-bottom: 0 !important
  }

  .page-template-cases .order {
    border-top: 0 !important
  }

  .page-template-cases .order .divider {
    border-top: 0 !important
  }

  .background b:before {
    width: .4117647059rem;
    height: .4117647059rem;
    margin-right: .4117647059rem;
    margin-top: .1176470588rem
  }

  .person__img {
    margin-bottom: 1.4705882353rem !important
  }

  .person__s-links {
    padding-top: 0;
    margin-bottom: 1.1764705882rem !important
  }

  .single-case__wrapp--mobile {
    padding-top: .7647058824rem
  }

  .single-case__wrapp--mobile h1 {
    font-size: 1.7647058824rem;
    margin-bottom: 1.1764705882rem
  }

  .single-case__direction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - .2941176471rem);
    text-align: center;
    line-height: 1.2;
    justify-content: center
  }

  .single-case__time {
    width: calc(50% - .2941176471rem);
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .single-case__info {
    text-align: center;
    justify-content: center;
    gap: .5882352941rem
  }

  .single-case__link a {
    margin-left: 0
  }

  .daily-stats__item {
    border-right: 0 !important;
    padding-left: 1.3529411765rem;
    text-align: left;
    justify-content: start
  }

  .daily-stats {
    border-right: 0
  }

  .single-post__order .divider,
  .single-case .divider {
    height: 2.3529411765rem;
    display: block !important
  }

  .single-case .case-slider .btn {
    max-width: none
  }

  .single-case .order .btn__gold {
    width: 8.8235294118rem
  }

  .single-post__title {
    padding: 1.0588235294rem .8823529412rem
  }

  .ss-services__slider__more {
    margin-bottom: 2.3529411765rem
  }

  .pop-up__title {
    font-size: 1.4117647059rem
  }

  .pop-up__subtitle {
    font-size: .7647058824rem
  }

  .pop-up__row .feedback__s-links {
    padding-left: 2.1176470588rem
  }

  .pop-up__row .feedback__s-links img {
    height: .7647058824rem;
    width: auto
  }

  .pop-up__close {
    width: 2.1176470588rem;
    height: 2.1176470588rem
  }

  .pop-up__close img {
    width: .8235294118rem;
    height: auto
  }

  .pop-up__bar {
    height: 2.1176470588rem !important
  }

  .pop-up__form {
    padding-top: 1.7647058824rem !important
  }

  .pop-up__form input {
    height: 1.7647058824rem !important;
    font-size: .7647058824rem !important
  }

  .pop-up__form .submit-label span {
    font-size: .7647058824rem !important
  }

  .pop-up__form form label span::before {
    margin-top: .1176470588rem;
    width: .5882352941rem;
    height: .5882352941rem;
    left: -.8823529412rem
  }

  .pop-up__form form {
    grid-template-columns: auto 9.4117647059rem
  }

  .pop-up__footer {
    height: 1.7647058824rem !important
  }

  .pop-up__items {
    padding-bottom: 0
  }

  .pop-up__footer .location {
    font-size: .4705882353rem !important
  }

  .pop-up__footer .location img {
    width: .7647058824rem !important;
    height: auto
  }

  .pop-up {
    margin: auto
  }

  .pop-up__items ul {
    padding: 1.4117647059rem 0 !important;
    font-size: .7647058824rem !important;
    gap: .5882352941rem !important
  }

  .pop-up__items ul img {
    width: 1rem !important;
    height: auto
  }

  .menu-futer-menyu-container li {
    margin-bottom: .7058823529rem;
    font-size: .7647058824rem
  }

  .menu-futer-menyu-container li a {
    text-decoration: underline
  }
}

@media screen and (max-width:36.4705882353rem) {
  .consultation__right .btn {
    width: 100%
  }

  .consultation__title {
    margin-bottom: 3.5294117647rem
  }
}

.subfooter__copywrite br {
  display: none
}

.pop-up__form input.phone-input,
.order__row input.phone-input {
  padding-left: 3.8823529412rem !important;
  background-image: url(../img/flag.webp) !important;
  background-repeat: no-repeat !important;
  background-position: 1.1764705882rem 50% !important
}

@media screen and (max-width:45.1764705882rem) {

  .pop-up__form input.phone-input,
  .order__row input.phone-input {
    padding-left: 2.0588235294rem !important;
    background-size: 1rem 1rem;
    background-position: .5294117647rem 50% !important
  }
}

.person__photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important
}

h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: normal !important
}

.reviews-slider__navigation,
.lawyers-slider__navigation {
  margin-top: -1px
}

.content-container-service {
  font-size: .9411764706rem;
  font-weight: 300
}

.content-container-service h2 {
  margin-top: 1.7647058824rem;
  font-size: 1.1764705882rem;
  font-weight: normal
}

.content-container-service h4 {
  font-size: 1.1764705882rem
}

.content-container-service p {
  font-weight: 300;
  margin-top: .8823529412rem
}

.content-container-service ul {
  margin-top: 1.7647058824rem;
  list-style: disc;
  margin-top: .8823529412rem;
  font-weight: normal
}

.content-container-service ol {
  list-style: decimal;
  margin-top: .8823529412rem;
  font-weight: 300
}

.content-container-service b,
.content-container-service strong {
  font-weight: normal
}

.content-container-service em,
.content-container-service i {
  font-weight: 300;
  font-style: italic
}

.content-container-case {
  font-size: 1.1764705882rem;
  font-weight: 300;
  line-height: 1.3
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case {
    font-size: .7647058824rem
  }
}

.content-container-case h2,
.content-container-case h3 {
  font-family: var(--ff-alumni);
  margin-top: 1.7647058824rem;
  font-size: 1.7647058824rem;
  font-weight: normal
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case h2,
  .content-container-case h3 {
    font-size: 1.4117647059rem;
    margin-top: .8823529412rem
  }
}

.content-container-case h2 strong,
.content-container-case h3 strong {
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  font-weight: normal !important
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case h2 strong,
  .content-container-case h3 strong {
    font-size: 1.4117647059rem
  }
}

.content-container-case p {
  margin-top: 1.2941176471rem;
  font-weight: 300;
  font-size: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case p {
    margin-top: .8823529412rem;
    font-size: .7647058824rem
  }
}

.content-container-case ul,
.content-container-case ol {
  margin-top: 1.1764705882rem;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case ul,
  .content-container-case ol {
    margin-top: .8823529412rem
  }
}

.content-container-case b,
.content-container-case strong {
  font-weight: 600
}

.content-container-case li {
  margin-top: .7647058824rem;
  font-size: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case li {
    margin-top: .5882352941rem;
    font-size: .7647058824rem
  }
}

.content-container-case em,
.content-container-case i {
  font-weight: 300;
  font-style: italic
}

.content-container-case ol::marker,
.content-container-case ul::marker,
.content-container-case ol span,
.content-container-case ul span,
.content-container-case li,
.content-container-case li span,
.content-container-case p span {
  font-weight: 300 !important
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

:root {
  --dark-color: #000;
  --light-color: #fff;
  --primary-color: #B19682;
  --secontary-color: #DADADA;
  --primary-color-gradient: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  --secontary-color-gradient: linear-gradient(90deg, #BDBDBD 0%, #696969 100%);
  --font-size-xl: clamp(1.4117647059rem, 1.5686vw + 17.882px, 2.8235294118rem);
  --font-size-lg: clamp(1.1764705882rem, .6536vw + 17.451px, 1.7647058824rem);
  --font-size-md: clamp(.9411764706rem, .2614vw + 14.981px, 1.1764705882rem);
  --font-size-sm: clamp(.8235294118rem, .1304vw + 13.491px, .9411764706rem);
  --font-size-xs: clamp(.7058823529rem, 14px - .104vw, .8235294118rem);
  --container-padding: clamp(1.1764705882rem, 3.398vw + 6.748px, 4.2352941176rem);
  --ff-alumni: "Alumni Sans", sans-serif;
  --ff-roboto: "Roboto", sans-serif;
  --ff-roboto-condensed: "Roboto Condensed", sans-serif;
  --full-screan: calc(100vh - 101px)
}

body {
  font-family: "Roboto", sans-serif;
  font-size: .9411764706rem;
  line-height: 1.2;
  font-weight: 400;
  background: #f9f9f9
}

a {
  color: #000;
  text-decoration: none
}

a:visited {
  color: #000;
  text-decoration: none
}

a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none
}

a:hover,
a:active {
  outline: 0
}

.h1-title,
.reviews h1,
.jobs h1,
.sertificates .slider-lightbox h1,
.single-teem h1,
.team h1,
.single-service__title,
.single-case__title,
.single-post__title,
.services-list h2 {
  font-size: clamp(1.7647058824rem, 1vw + 1.4705882353rem, 2.8235294118rem);
  line-height: 1.2;
  color: #242222;
  font-family: var(--ff-alumni);
  padding: clamp(1.1764705882rem, 1.302vw + .8777058824rem, 2.6470588235rem) 1.7647058824rem
}

@media screen and (max-width:768px) {

  .h1-title,
  .reviews h1,
  .jobs h1,
  .sertificates .slider-lightbox h1,
  .single-teem h1,
  .team h1,
  .single-service__title,
  .single-case__title,
  .single-post__title,
  .services-list h2 {
    font-size: 1.7647058824rem
  }
}

.h2-title,
.slider-lightbox h2,
.info-text h2,
.info-text .content h2,
.info-text-content h2 {
  text-align: center;
  font-family: var(--ff-alumni);
  font-size: clamp(1.7647058824rem, 1.1765vw + 1.4948235294rem, 2.8235294118rem);
  line-height: .9
}

.pre-footer-divider {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  height: clamp(2.9411764706rem, 1.3072vw + 2.6412941176rem, 4.1176470588rem)
}

.header {
  background: #676767;
  box-sizing: border-box;
  padding-top: .8823529412rem;
  padding-bottom: .8823529412rem;
  height: 5.9411764706rem
}

@media screen and (max-width:45.1764705882rem) {
  .header {
    height: auto
  }
}

.header .container {
  height: 100%
}

.header__row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header a,
.header span {
  color: var(--light-color)
}

.header__left {
  padding-left: .1764705882rem
}

@media screen and (max-width:56.5882352941rem) {
  .header__left {
    display: none
  }
}

.header__logo {
  display: none
}

@media screen and (max-width:56.5882352941rem) {
  .header__logo {
    display: block
  }
}

@media screen and (max-width:37.6470588235rem) {
  .header__logo {
    width: 108px
  }
}

@media screen and (max-width:56.5882352941rem) {
  .header__center {
    display: none
  }
}

.header .container {
  position: relative
}

.header__search {
  display: none !important;
  width: 2.9411764706rem;
  height: 2.9411764706rem;
  right: .7058823529rem;
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%)
}

.header__search a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width:56.5882352941rem) {
  .header__search {
    position: static;
    margin-top: 2.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .header__search {
    margin-top: 1.1764705882rem;
    height: auto
  }
}

.header__burger {
  display: none
}

@media screen and (max-width:56.5882352941rem) {
  .header__burger {
    display: block
  }
}

.promo {
  background-color: #5e5e5e;
  background-image: url("../img/promo.webp");
  background-size: cover
}

@media screen and (max-width:88.2352941176rem) {
  .promo {
    background-image: url("../img/promo-1350.webp")
  }
}

@media screen and (max-width:27.3529411765rem) {
  .promo {
    background-image: url("../img/promo-sm.webp")
  }
}

.promo .header__burger {
  opacity: .5
}

.promo .header {
  background: rgba(0, 0, 0, 0)
}

.promo .bdt,
.promo .bdb,
.promo .bdl,
.promo .bdr {
  border-color: dimgray
}

.promo__row {
  position: relative;
  box-sizing: border-box;
  position: relative;
  height: calc(100vh - 5.9411764706rem);
  max-height: 53.5294117647rem;
  padding: 3.7647058824rem 3.8235294118rem;
  min-height: 892px
}

@media screen and (max-width:58.3529411765rem) {
  .promo__row {
    padding: 3.1764705882rem 1.3529411765rem;
    min-height: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    min-height: 31.7647058824rem;
    height: calc(100vh - 8.8235294118rem)
  }
}

.promo .subtext {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1176470588rem;
  margin-bottom: 1rem
}

@media screen and (max-width:58.3529411765rem) {
  .promo .subtext {
    font-size: .9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo .subtext {
    font-size: .8823529412rem;
    margin-bottom: .5294117647rem
  }
}

.promo h1 {
  font-family: "Alumni Sans";
  text-transform: uppercase;
  line-height: .8;
  background: linear-gradient(236.99deg, #E6D1BE 3.58%, #E5CEBC 31.37%, #C9A58B 68.75%, #DDAD93 92.85%, #C99E82 101.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 7.2352941176rem
}

@media screen and (max-width:58.3529411765rem) {
  .promo h1 {
    font-size: 4.7058823529rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo h1 {
    font-size: 2.8823529412rem
  }
}

.promo__schedule {
  margin-top: 5%;
  display: flex;
  gap: 1.1764705882rem;
  align-items: center;
  font-size: var(--font-size-md);
  font-weight: 200;
  color: #fff
}

.promo__schedule span {
  margin-left: -.8823529412rem;
  font-weight: normal;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DEB194 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .promo__schedule {
    font-size: .9411764706rem
  }
}

.promo__buttons {
  display: flex;
  gap: 2.9411764706rem;
  margin-top: 10%
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons {
    margin-top: 0
  }
}

.promo__buttons .btn__gold {
  width: 22.2352941176rem;
  height: 3.9411764706rem;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons .btn__gold {
    height: 2.6470588235rem;
    font-size: .9411764706rem;
    width: 100%
  }
}

.promo__buttons .btn__empty-silver {
  color: #fff;
  width: 19.8823529412rem;
  height: 3.9411764706rem;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons .btn__empty-silver {
    height: 2.6470588235rem;
    font-size: .9411764706rem;
    width: 100%
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons {
    gap: 1.1764705882rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .promo__buttons {
    flex-direction: column
  }
}

.promo .promo-to-down {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 4%
}

@media screen and (max-width:45.1764705882rem) {
  .promo .promo-to-down {
    display: none
  }
}

.promo__social-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: var(--container-padding);
  height: 100%;
  left: 0;
  transform: translate(-100%, 0);
  top: 0;
  align-items: center;
  gap: 1.3529411765rem;
  justify-content: center
}

@media screen and (max-width:45.1764705882rem) {
  .promo__social-bar {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    flex-direction: row;
    height: 1.2941176471rem;
    gap: .8235294118rem;
    padding-top: 1.2352941176rem;
    padding-bottom: 1.0588235294rem;
    box-sizing: content-box
  }
}

.promo__contacts-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  top: 0;
  height: .2352941176rem;
  opacity: .5;
  width: var(--container-padding);
  align-items: center;
  gap: 1.3529411765rem;
  padding-top: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__contacts-bar {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    flex-direction: row;
    height: 1.2941176471rem;
    gap: .8235294118rem;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.0588235294rem;
    box-sizing: content-box
  }
}

.menu-logo {
  padding-left: .8823529412rem;
  padding-right: .8823529412rem
}

@media screen and (max-width:75.8235294118rem) {
  .menu-logo {
    width: 170px
  }
}

@media screen and (max-width:68.1764705882rem) {
  .menu-logo {
    display: none
  }
}

.main-menu ul {
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6470588235rem
}

@media screen and (max-width:75.8235294118rem) {
  .main-menu ul {
    gap: 1.4705882353rem
  }
}

.language-switcher {
  padding-right: .9411764706rem
}

.language-switcher ul {
  display: flex;
  flex-direction: row-reverse
}

.language-switcher ul span {
  font-size: .9411764706rem;
  text-transform: uppercase
}

.language-switcher ul li:last-child {
  border-right: 1px solid #fff;
  margin-right: .4117647059rem;
  padding-right: .4117647059rem
}

.language-switcher ul .wpml-ls-current-language {
  background: linear-gradient(80.48deg, #E6D1BE 61.81%, #896954 85.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:56.5882352941rem) {
  .language-switcher {
    padding-right: 0
  }
}

.mobile-menu {
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
  padding: 1.7647058824rem;
  padding-bottom: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background: #676767;
  overflow: auto;
  pointer-events: none
}

.mobile-menu.active {
  transform: translateX(0);
  pointer-events: auto
}

.mobile-menu .mobile-menu-wr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

@media screen and (max-width:768px) {
  .mobile-menu .mobile-menu-wr {
    justify-content: space-between
  }
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container {
  padding-top: 4.1176470588rem;
  padding-bottom: .8823529412rem
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container li {
  padding: .9411764706rem 0;
  max-width: 17.6470588235rem
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container li:not(last-child) {
  border-bottom: 1px solid #787878
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container a {
  font-size: 1.1764705882rem;
  font-weight: 500;
  padding: .5882352941rem 0
}

.mobile-menu .mobile-menu-wr .mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mobile-menu .mobile-menu-wr .menu__social-bar {
  display: flex;
  gap: .8235294118rem;
  align-items: center;
  justify-content: center;
  padding-top: 4.1176470588rem;
  padding-bottom: 1.7647058824rem
}

.breadcrumbs__row {
  overflow: hidden;
  color: #111;
  font-weight: 200;
  display: flex;
  gap: .7647058824rem;
  font-size: .8823529412rem;
  padding: 1rem 1.2941176471rem;
  position: relative;
  white-space: nowrap
}

.breadcrumbs__row.overflow:after {
  text-align: center;
  content: "...";
  height: 2.3529411765rem;
  width: 1.1764705882rem;
  position: absolute;
  right: 0;
  background: #f9f9f9;
  top: .7647058824rem
}

@media screen and (max-width:768px) {
  .breadcrumbs__row {
    font-size: .8235294118rem;
    padding: .8235294118rem .7647058824rem;
    gap: .2941176471rem
  }
}

.btn {
  position: relative
}

.btn span {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.btn__gold span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff
}

.btn__gold span:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.btn__silver2 span {
  color: #b19682;
  background: #f1f1f1;
  gap: 1rem
}

.btn__silver2::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bcbcbc;
  z-index: 5
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2::before {
    width: 1px
  }
}

.btn__silver2::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: dimgray
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2::after {
    width: 1px
  }
}

.btn__silver2 span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2 span::before {
    height: 1px
  }
}

.btn__silver2 span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2 span::after {
    height: 1px
  }
}

.btn__empty-gold::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #b69b87
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold::before {
    width: 1px
  }
}

.btn__empty-gold::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #896954
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold::after {
    width: 1px
  }
}

.btn__empty-gold span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text
}

.btn__empty-gold span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #B69B87 0%, #896954 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold span::before {
    height: 1px
  }
}

.btn__empty-gold span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #B69B87 0%, #896954 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold span::after {
    height: 1px
  }
}

.btn__empty-silver::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bcbcbc
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver::before {
    width: 1px
  }
}

.btn__empty-silver::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: dimgray
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver::after {
    width: 1px
  }
}

.btn__empty-silver span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver span::before {
    height: 1px
  }
}

.btn__empty-silver span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver span::after {
    height: 1px
  }
}

.pag {
  display: inline-flex;
  align-items: center
}

.pag__wrapp {
  margin-top: -1px;
  display: flex;
  justify-content: flex-end;
  height: 4.1176470588rem
}

.pag__item {
  font-size: 1.1176470588rem;
  color: #838383;
  padding: .4705882353rem
}

.pag__current {
  color: #b19682
}

.pag__btn {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  width: 4.1176470588rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.pag__pages {
  padding-left: .5882352941rem;
  padding-right: .5882352941rem
}

.pag__prev {
  margin-right: .4705882353rem
}

.pag__next {
  margin-left: .4705882353rem
}

.daily-stats ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:1360px) {
  .daily-stats ul {
    display: block
  }
}

.daily-stats__item {
  border-bottom: 1px solid var(--secontary-color);
  padding: .4705882353rem;
  padding-left: 1.3529411765rem;
  color: #4d4d4d;
  font-size: .8823529412rem;
  font-weight: 300;
  display: flex;
  align-items: center
}

.daily-stats__item span {
  display: inline-block;
  margin-left: .3529411765rem;
  color: #896954;
  font-weight: normal
}

.daily-stats__item::before {
  content: "";
  display: inline-block;
  width: .2941176471rem;
  height: .2941176471rem;
  background-color: #00b30c;
  border-radius: 100%;
  margin-right: .3529411765rem
}

.daily-stats__item:last-child {
  padding-left: .4705882353rem;
  text-align: center;
  justify-content: center;
  grid-column: span 2
}

@media screen and (max-width:45.1764705882rem) {
  .daily-stats__item:last-child {
    text-align: left !important;
    justify-content: flex-start !important;
    padding-left: 1.3529411765rem !important
  }
}

.daily-stats__item:last-child:before {
  background: none
}

.daily-stats__item:first-child {
  border-right: 1px solid var(--secontary-color)
}

.pop-up {
  max-width: 63.5294117647rem;
  margin: auto
}

.pop-up__row {
  display: grid;
  grid-template-columns: auto 34.4117647059rem
}

@media screen and (max-width:50.5882352941rem) {
  .pop-up__row {
    display: block
  }
}

.pop-up__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18.2352941176rem;
  background: #f6f6f6
}

.pop-up .wpcf7-tel {
  border: 1px solid var(--secontary-color) !important
}

.pop-up__body {
  padding: 1.0588235294rem 1.3529411765rem
}

.pop-up__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:50.5882352941rem) {
  .pop-up__cover {
    height: 27vh
  }
}

.pop-up__title {
  font-weight: 600;
  text-align: center;
  font-family: var(--ff-alumni);
  font-size: 2.8235294118rem;
  line-height: 1
}

.pop-up__subtitle {
  line-height: 1;
  text-align: center;
  margin-top: .5882352941rem
}

.pop-up__form {
  padding-top: 3.4117647059rem;
  max-width: 29.1764705882rem;
  margin: auto
}

.pop-up__form form {
  display: grid;
  grid-template-columns: auto 12.3529411765rem
}

.pop-up__form form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-left: 1.1764705882rem;
  height: 2.9411764706rem;
  margin: 0;
  border-radius: 0
}

.pop-up__form form input[type=submit] {
  display: none
}

.pop-up__form form label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff;
  font-weight: normal
}

.pop-up__form form label span {
  display: inline-block;
  position: relative
}

.pop-up__form form label span::before {
  z-index: 10;
  position: absolute;
  margin-top: .2352941176rem;
  left: -1.0588235294rem;
  content: "";
  display: block;
  background-image: url(../img/phone-arr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: .7647058824rem;
  height: .7647058824rem
}

.pop-up__form form label .wpcf7-spinner {
  position: absolute
}

.pop-up__form form label:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.pop-up__items {
  padding-bottom: 2.3529411765rem
}

.pop-up__items ul {
  padding-top: 2.6470588235rem;
  max-width: 41.1764705882rem;
  padding-left: 2.9411764706rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(9.4117647059rem, 1fr));
  -moz-column-gap: 1.7647058824rem;
  column-gap: 1.7647058824rem;
  row-gap: .8823529412rem;
  text-align: left;
  font-size: .7647058824rem;
  font-weight: 300
}

.pop-up__items ul span {
  margin-right: .7058823529rem
}

.pop-up__items ul li {
  display: flex;
  align-items: center
}

.pop-up__bar {
  display: flex;
  height: 3.5294117647rem;
  align-items: center
}

.pop-up .feedback__s-links {
  width: 100%;
  justify-content: center
}

.pop-up .feedback__s-links ul {
  width: 100%;
  justify-content: center
}

.pop-up__close {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.pop-up__footer {
  display: flex;
  height: 3.5294117647rem;
  align-items: center;
  justify-content: center
}

#pop-up .is-close-btn {
  display: none
}

.person .divider {
  height: clamp(2.3529411765rem, 4.8vw + 1.4352941176rem, 6.7647058824rem)
}

@media screen and (max-width:45.1764705882rem) {
  .person .row {
    border-bottom: 0 !important
  }
}

.person__box {
  padding-bottom: 1rem;
  display: flex;
  margin: auto;
  max-width: 83.5294117647rem;
  gap: 5.8823529412rem;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:58.3529411765rem) {
  .person__box {
    gap: 2.3529411765rem;
    flex-direction: column-reverse
  }
}

@media screen and (max-width:45.1764705882rem) {
  .person__box {
    gap: 0
  }
}

.person__left {
  text-align: center;
  max-width: 37.3529411765rem;
  padding-left: 1.7647058824rem;
  padding-bottom: 5rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__left {
    padding: 0 1.7058823529rem 1.1764705882rem
  }
}

.person__s-links {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: .9411764706rem;
  margin-bottom: 1.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__s-links {
    padding-top: 15px
  }
}

.person__title {
  padding-bottom: .8235294118rem;
  font-family: "Alumni Sans", sans-serif;
  line-height: .9;
  font-size: clamp(1.4117647059rem, 1.5686vw + 1.0518823529rem, 2.8235294118rem)
}

@media screen and (max-width:45.1764705882rem) {
  .person__title {
    padding-bottom: 7px
  }
}

.person__position {
  color: #803d11;
  line-height: .9;
  font-size: .9411764706rem;
  margin-bottom: .8823529412rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__position {
    margin-bottom: .5882352941rem;
    font-size: .8823529412rem
  }
}

.person__text {
  font-size: clamp(.8823529412rem, 1.0458vw + .5835882353rem, 1.7647058824rem);
  font-style: italic;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .person__text {
    font-size: .8823529412rem
  }
}

.person__img {
  position: relative
}

.person__img--inner {
  max-width: 33.1176470588rem;
  max-height: 33.7058823529rem;
  overflow: hidden
}

.person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.person__img::before {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  right: -1rem;
  top: 1rem;
  position: absolute;
  background: #d8cec8
}

.person__img::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  left: 1rem;
  bottom: -1rem;
  position: absolute;
  background: #d8cec8
}

@media screen and (max-width:45.1764705882rem) {
  .person__img {
    padding-right: .5294117647rem
  }

  .person__img::before {
    width: .5294117647rem;
    right: 0;
    top: .5294117647rem
  }

  .person__img::after {
    width: calc(100% - 9px);
    left: .5294117647rem;
    bottom: -.5294117647rem;
    height: .5294117647rem
  }
}

.person__photo {
  width: 11.7647058824rem;
  height: 11.7647058824rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 1.7647058824rem auto 1.1764705882rem
}

.person__name {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: var(--ff-monsterrat)
}

.person__posada {
  text-align: center;
  font-size: .8823529412rem;
  color: #b19682;
  font-family: var(--ff-outfit);
  margin-bottom: 1.2352941176rem;
  padding-top: .5882352941rem;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem
}

.person__description {
  font-size: .8823529412rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem;
  margin-bottom: 2.8235294118rem
}

@media screen and (max-width:58.3529411765rem) {
  .person__description {
    padding-left: .5882352941rem;
    padding-right: .5882352941rem;
    margin-bottom: 1.1764705882rem;
    font-size: .7647058824rem
  }
}

.person__btn .btn {
  width: 100% !important
}

.person__author {
  padding-top: 2.0588235294rem;
  text-align: center
}

@media screen and (max-width:58.3529411765rem) {
  .person__author {
    padding-top: .8823529412rem
  }
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1764705882rem;
  position: relative
}

@media screen and (max-width:82.3529411765rem) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:55.8823529412rem) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__grid {
    gap: .8823529412rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:28.2352941176rem) {
  .services__grid {
    display: block
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services .divider {
    display: none
  }
}

.services__item {
  margin: -1px -1px -1px -1px;
  min-height: 14.1176470588rem;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--secontary-color);
  background: #fff
}

.services__item h3 {
  font-family: "Alumni Sans", sans-serif;
  font-size: clamp(1.1764705882rem, .6536vw + 1.0265294118rem, 1.7647058824rem)
}

.services__item::before {
  content: "";
  position: absolute;
  top: -1.1764705882rem;
  right: -1.1764705882rem;
  width: 1.1764705882rem;
  height: 1.1764705882rem;
  border: 1px solid var(--secontary-color)
}

@media screen and (min-width:82.4117647059rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(2)::before,
  .services__item:nth-child(3)::before,
  .services__item:nth-child(5)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(4)::before,
  .services__item:nth-child(9)::before,
  .services__item:nth-child(14)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(24)::before {
    display: none
  }

  .services__item:nth-child(6)::before {
    border-top: 0;
    border-left: 0
  }
}

.services__item:last-child::before {
  border-right: 0;
  border-bottom: 0
}

@media screen and (max-width:82.3529411765rem)and (min-width:56.5294117647rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(2)::before,
  .services__item:nth-child(4)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(3)::before,
  .services__item:nth-child(7)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(15)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(23)::before {
    display: none
  }

  .services__item:nth-child(5)::before {
    border-top: 0;
    border-left: 0
  }
}

@media screen and (max-width:55.8823529412rem)and (min-width:45.2352941176rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(3)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(2)::before,
  .services__item:nth-child(5)::before,
  .services__item:nth-child(8)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(14)::before,
  .services__item:nth-child(17)::before,
  .services__item:nth-child(20)::before,
  .services__item:nth-child(23)::before,
  .services__item:nth-child(26)::before,
  .services__item:nth-child(23)::before {
    display: none
  }

  .services__item:nth-child(4)::before {
    border-top: 0;
    border-left: 0
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__item::before {
    top: -.8823529412rem;
    right: -.8823529412rem;
    width: .8823529412rem;
    height: .8823529412rem
  }

  .services__item:nth-child(2)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(1)::before,
  .services__item:nth-child(3)::before,
  .services__item:nth-child(5)::before,
  .services__item:nth-child(7)::before,
  .services__item:nth-child(9)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(13)::before,
  .services__item:nth-child(15)::before,
  .services__item:nth-child(17)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(21)::before,
  .services__item:nth-child(23)::before,
  .services__item:nth-child(25)::before {
    display: none
  }
}

@media screen and (max-width:28.2352941176rem) {
  .services__item {
    min-height: auto;
    margin-bottom: .8823529412rem
  }

  .services__item::before {
    display: none
  }
}

.services__first {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: 1.4117647059rem 1.4117647059rem .2941176471rem 1.4117647059rem;
  justify-content: space-between;
  border-bottom: 0;
  border-right: 0;
  background: #f9f9f9
}

@media screen and (max-width:28.2352941176rem) {
  .services__first {
    border-top: 0
  }
}

.services__first h2 {
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: .9;
  padding-bottom: .7058823529rem
}

.services__first .btn__gold {
  width: 15rem;
  height: 3.0588235294rem;
  font-size: 1.0764705882rem;
  display: block
}

@media screen and (max-width:29.4117647059rem) {
  .services__first {
    padding: 2.5882352941rem 1rem
  }

  .services__first h2 {
    font-size: 1.4117647059rem
  }

  .services__first .services__text {
    font-weight: 300;
    font-size: .8823529412rem;
    padding-bottom: .8823529412rem
  }

  .services__first .btn__gold {
    width: 10.4117647059rem;
    height: 2.6470588235rem;
    font-size: .8823529412rem
  }
}

.services__text {
  font-size: .9411764706rem
}

.services__btns {
  display: flex;
  gap: 1.1764705882rem;
  align-items: center
}

.services__btns ul {
  padding-left: .5882352941rem;
  display: flex;
  gap: 1.5294117647rem
}

.services__box {
  display: block;
  width: 100%;
  box-sizing: border-box
}

.services__box__inner {
  padding: 1.1764705882rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .3s;
  background: #fff
}

.services__box2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.1764705882rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .3s
}

@media screen and (max-width:28.2352941176rem) {
  .services__box2 {
    display: grid;
    grid-template-columns: 2.5882352941rem 1fr;
    padding: .8823529412rem 1.2941176471rem;
    gap: 1.4705882353rem;
    align-items: center
  }
}

.services-page .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%
}

.services-page .swiper-slide a:before {
  transition-duration: .2s;
  opacity: 0
}

.services-page .swiper-slide a:hover {
  background-color: #fff
}

.services-page .swiper-slide a:hover:before {
  opacity: 1
}

.services-page .swiper-slide a img {
  transition-duration: .2s;
  height: auto;
  width: 100%
}

.services-page .slider-lightbox__slide a:before {
  background-size: 87px 87px
}

.home .services__item::nth-last-child(-n+5) {
  border-bottom: none
}

.home .services__item::nth-child(-n+4) {
  border-top: none
}

.home .services__item::nth-child(-n+4)::before {
  display: none
}

.home .services__first {
  padding-bottom: 1.1764705882rem
}

.home .services__item::last-child a {
  align-items: center;
  justify-content: center
}

.home .services__item::last-child::before {
  display: none
}

.home .services__item {
  padding: 1.4705882353rem;
  transition-duration: .2s
}

@media screen and (max-width:28.2352941176rem) {
  .home .services__item {
    padding: .8823529412rem 1.2941176471rem
  }
}

.home .services__item .services__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width:28.2352941176rem) {
  .home .services__item .services__box {
    display: grid;
    grid-template-columns: 2.5882352941rem 1fr;
    gap: 1.4705882353rem;
    align-items: center
  }
}

.home .services__item:hover {
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.home .services__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center
}

.home .services__item:last-child:before {
  display: none
}

.home .services__item:nth-child(4n):before {
  display: none
}

@media screen and (max-width:28.2352941176rem) {
  .home .services .row {
    border-top: 0 !important;
    border-bottom: 0 !important
  }

  .home .services__item:last-child {
    margin: 0
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__first {
    padding-bottom: 1.1764705882rem;
    padding-top: 1.1764705882rem
  }
}

.trusted .row {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .trusted .row {
    flex-direction: column
  }
}

.trusted__title {
  width: 34.3529411765rem;
  grid-column: span 4;
  padding: 1.4705882353rem 1.4117647059rem;
  font-size: 1.7647058824rem;
  box-sizing: border-box
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__title {
    font-size: 1.1764705882rem;
    padding: .8823529412rem 1.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__title {
    width: 100%;
    min-height: 5rem;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.trusted__item {
  width: 22.9411764706rem;
  display: flex;
  flex-direction: column;
  gap: 1.1764705882rem;
  padding: 1.0588235294rem 1.7058823529rem;
  grid-column: span 3;
  border-left: 1px solid var(--secontary-color)
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item {
    padding: .8823529412rem 1.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__item {
    width: 100%;
    gap: .5882352941rem;
    min-height: 5rem;
    border-bottom: 1px solid var(--secontary-color)
  }

  .trusted__item:last-child {
    border: 0
  }
}

.trusted__item span {
  font-size: 3.7647058824rem;
  font-weight: 900;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item span {
    font-size: 2.9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__item span {
    font-size: 2.3529411765rem
  }
}

.trusted__item p {
  font-weight: 300;
  font-size: .9411764706rem
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item p {
    font-size: .8823529412rem
  }
}

.lawyers-slider h2 {
  padding: clamp(1.9411764706rem, 1.3725vw + 1.6262941176rem, 3.1764705882rem) 0
}

.lawyers-slider__item {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  text-align: center
}

.lawyers-slider__slider {
  overflow: hidden
}

.lawyers-slider__img {
  display: block;
  width: 100%;
  height: 32.7058823529rem;
  position: relative
}

.lawyers-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lawyers-slider__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.7647058824rem;
  height: 1px;
  right: -1.7647058824rem;
  bottom: 1px;
  background: var(--secontary-color)
}

.lawyers-slider__name {
  font-family: var(--ff-alumni);
  font-size: clamp(1.1764705882rem, .6536vw + 1.0265294118rem, 1.7647058824rem);
  padding-bottom: .1764705882rem;
  line-height: 1.4
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__name {
    padding-top: .8823529412rem;
    font-size: 1.1764705882rem
  }
}

.lawyers-slider__info {
  padding: 0 .8823529412rem .8823529412rem;
  min-height: 12.9411764706rem
}

.lawyers-slider__position {
  color: #b19682;
  font-size: clamp(.7647058824rem, .35vw + .6255882353rem, .9411764706rem);
  padding-bottom: .3529411765rem
}

.lawyers-slider__description {
  max-width: 20.8823529412rem;
  margin: auto;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__description {
    font-size: .8823529412rem
  }
}

.lawyers-slider__more {
  border-top: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.lawyers-slider__navigation {
  border-top: 1px solid var(--secontary-color);
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.lawyers-slider__prev {
  border-left: 1px solid var(--secontary-color);
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__prev {
    height: 2.6470588235rem
  }

  .lawyers-slider__prev svg {
    height: .9411764706rem
  }
}

.lawyers-slider__prev:not(:hover) svg path {
  fill: #7d7d7d
}

.lawyers-slider__prev:hover {
  background: #f8f3ec
}

.lawyers-slider__next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__next {
    height: 2.6470588235rem
  }

  .lawyers-slider__next svg {
    height: .9411764706rem
  }
}

.lawyers-slider__next:not(:hover) svg path {
  fill: #7d7d7d
}

.lawyers-slider__next:hover {
  background: #f8f3ec
}

.lawyers-slider .swiper-slide {
  height: calc(100% + 1.1764705882rem) !important
}

.masmedia h2 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.masmedia .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.masmedia__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2352941176rem
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:61.4705882353rem) {
  .masmedia__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .masmedia__grid {
    grid-template-columns: 1fr
  }
}

.masmedia__item {
  height: clamp(20.5882352941rem, 6vw + 19.2117647059rem, 25.1764705882rem);
  position: relative
}

.masmedia__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .47);
  transition-duration: .3s
}

.masmedia__item:hover::after {
  height: 40%
}

.masmedia__item:first-child {
  grid-column: span 2
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__item:first-child {
    grid-column: span 1
  }
}

.masmedia__item:nth-child(4) {
  grid-column: span 2
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__item:nth-child(4) {
    grid-column: span 1
  }
}

@media screen and (max-width:45.1764705882rem) {

  .masmedia__item:nth-child(4),
  .masmedia__item:nth-child(5),
  .masmedia__item:nth-child(6) {
    display: none
  }
}

.masmedia__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block
}

.masmedia__inner {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 1.3529411765rem 1.7058823529rem;
  height: 100%;
  width: 100%;
  gap: 72%
}

.masmedia__tag {
  text-align: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.masmedia__tag span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5882352941rem .8823529412rem;
  background: rgba(0, 0, 0, .51)
}

.masmedia__title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  max-width: 22.2941176471rem
}

.masmedia__more {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color)
}

.masmedia__more:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem);
  border-bottom: 1px solid var(--secontary-color)
}

.masmedia .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .masmedia .btn {
    height: 2.6470588235rem
  }
}

.masmedia2 .masmedia__item {
  height: 18.2352941176rem
}

.masmedia2 .masmedia__title {
  font-size: .7647058824rem
}

.masmedia2 .masmedia__tag span {
  font-size: .8823529412rem;
  padding: .4117647059rem
}

.case-slider h2 {
  padding: clamp(1.9411764706rem, 1.3725vw + 1.6262941176rem, 3.1764705882rem) 0
}

.case-slider__grid {
  overflow: hidden
}

.case-slider .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.case-slider__gridwrap {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

.case-slider__item {
  display: block;
  height: clamp(20.5882352941rem, 6vw + 19.2117647059rem, 25.0588235294rem);
  position: relative
}

.case-slider__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  transition-duration: .3s
}

.case-slider__item:hover .case-slider__tag span {
  background: #b98a49
}

.case-slider__item:hover::after {
  height: 40%
}

.case-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block
}

.case-slider__inner {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.3529411765rem 1.5294117647rem;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box
}

.case-slider__tag {
  text-align: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.case-slider__tag span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5882352941rem .5882352941rem;
  background: rgba(185, 138, 73, .41)
}

.case-slider__title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  max-width: 22.2941176471rem
}

.case-slider__more {
  position: relative;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  box-sizing: border-box;
  padding-top: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem)
}

.case-slider__more:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem);
  border-bottom: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__more {
    border-left: 0;
    border-right: 0
  }
}

.case-slider__navigation {
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.case-slider__navigation .case-slider-prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation .case-slider-prev {
    height: 2.6470588235rem
  }

  .case-slider__navigation .case-slider-prev svg {
    height: .9411764706rem
  }
}

.case-slider__navigation .case-slider-prev:not(:hover) svg path {
  fill: #7d7d7d
}

.case-slider__navigation .case-slider-next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation .case-slider-next {
    height: 2.6470588235rem
  }

  .case-slider__navigation .case-slider-next svg {
    height: .9411764706rem
  }
}

.case-slider__navigation .case-slider-next:not(:hover) svg path {
  fill: #7d7d7d
}

.case-slider .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.1176470588rem
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider .btn {
    height: 2.6470588235rem
  }
}

.reviews-slider h2 {
  padding: clamp(2.5294117647rem, .4575vw + 2.4244705882rem, 2.9411764706rem) 0
}

.reviews-slider .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.reviews-slider__grid {
  border: 1px solid var(--secontary-color);
  position: relative;
  overflow: hidden
}

@media screen and (max-width:31.7647058824rem) {
  .reviews-slider__grid {
    background: #fff
  }
}

.reviews-slider__grid:before {
  content: "";
  width: 100vw;
  left: calc(-100vw - 1px);
  height: 120%;
  position: absolute;
  background: #f9f9f9;
  display: block;
  top: -10%;
  z-index: 100
}

.reviews-slider__item {
  height: 100%;
  min-height: 16.2352941176rem;
  box-sizing: border-box;
  padding: 1.6470588235rem 1.7647058824rem 1.0588235294rem 1.2941176471rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff
}

.reviews-slider .swiper-slide {
  box-sizing: border-box;
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  width: calc(20% + 17px);
  flex-shrink: 0
}

@media screen and (max-width:31.7647058824rem) {
  .reviews-slider .swiper-slide {
    border: 0
  }
}

.reviews-slider .swiper-slide-active {
  border-left: none !important
}

.reviews-slider__reit {
  font-size: 1.7647058824rem;
  color: #ffb924;
  padding-bottom: 1.4117647059rem
}

.reviews-slider__author {
  margin-top: 1.1764705882rem;
  font-weight: 600;
  color: #b19682
}

.reviews-slider__text {
  font-size: .8823529412rem;
  font-weight: 300;
  line-height: 1.2
}

.reviews-slider__more {
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color)
}

.reviews-slider__navigation {
  background: #f9f9f9;
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.reviews-slider__prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__prev {
    height: 2.6470588235rem
  }

  .reviews-slider__prev svg {
    height: .9411764706rem
  }
}

.reviews-slider__prev:not(:hover) svg path {
  fill: #7d7d7d
}

.reviews-slider__prev:hover {
  background: #f8f3ec
}

.reviews-slider__next {
  border-top: 1px solid var(--secontary-color);
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__next {
    height: 2.6470588235rem
  }

  .reviews-slider__next svg {
    height: .9411764706rem
  }
}

.reviews-slider__next:not(:hover) svg path {
  fill: #7d7d7d
}

.reviews-slider__next:hover {
  background: #f8f3ec
}

.reviews-slider .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.0588235294rem
}

.comment-awaiting-moderation {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px
}

.feedback .divider {
  height: 3.8235294118rem
}

.feedback__grid {
  display: grid;
  grid-template-columns: auto 38.9411764706rem
}

@media screen and (max-width:76.4705882353rem) {
  .feedback__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:58.3529411765rem) {
  .feedback__grid {
    display: block
  }
}

.feedback__header {
  box-sizing: border-box;
  height: 7.2352941176rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__header {
    height: auto
  }
}

.feedback__body {
  box-sizing: border-box;
  height: 26.4705882353rem
}

.feedback__footer {
  box-sizing: border-box;
  height: 4.1176470588rem
}

.feedback__s-links ul {
  gap: .8823529412rem;
  display: flex
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__s-links ul {
    gap: .4705882353rem
  }
}

.feedback__left .feedback__header {
  padding-left: 1.9411764706rem;
  padding-right: 1.9411764706rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header {
    padding: 1.4117647059rem .8823529412rem
  }
}

.feedback__left .feedback__header .promo__schedule {
  margin-top: 0;
  font-size: .9411764706rem;
  color: #000
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header .promo__schedule {
    font-size: .7647058824rem;
    gap: .2941176471rem
  }
}

.feedback__left .feedback__header .promo__schedule img {
  width: 1.0588235294rem;
  height: 1.0588235294rem
}

.feedback__left .feedback__header .promo__schedule span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header .promo__schedule span {
    margin-left: 0
  }
}

.feedback__left .feedback__body {
  padding: 2.6470588235rem;
  text-align: center
}

.feedback__left .feedback__body img {
  height: 100%;
  width: auto
}

.feedback__left .feedback__body--map {
  padding: 0
}

.feedback__left .feedback__body--map iframe {
  width: 100%;
  height: 100%
}

.feedback__left .feedback__footer {
  padding-left: 1.9411764706rem;
  padding-right: 1.9411764706rem;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.feedback__left .feedback__footer a {
  text-decoration: underline;
  font-weight: 600;
  color: #b59a86
}

.feedback__left .feedback__footer a img {
  margin-bottom: .1176470588rem
}

.feedback__right {
  overflow: hidden
}

.feedback__right .feedback__header {
  padding-left: 1.4705882353rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__right .feedback__header {
    padding-left: 0
  }
}

@media screen and (max-width:58.3529411765rem) {
  .feedback__right {
    border-top: 1px solid var(--secontary-color)
  }
}

.feedback__title {
  max-width: 20.5882352941rem;
  font-size: 1.7647058824rem;
  color: #323232;
  line-height: .9
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__title {
    padding: 1.1764705882rem .8235294118rem;
    font-size: .9411764706rem
  }
}

.feedback__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 8.4705882353rem;
  height: 100%;
  border-left: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__phone {
    height: 100%;
    flex-shrink: 0;
    width: 4.4117647059rem;
    min-height: 3.2352941176rem
  }

  .feedback__phone img {
    width: 1.0588235294rem;
    height: 1.0588235294rem
  }
}

.feedback form {
  padding-top: 2.7058823529rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form {
    padding-top: .8823529412rem
  }
}

.feedback form input {
  width: 100%;
  border: 0;
  padding: 0 .8823529412rem;
  border-radius: 0;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  height: 2.9411764706rem;
  box-sizing: border-box;
  background: #f0f0f0
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form input {
    height: 2.3529411765rem;
    font-size: .7647058824rem;
    font-weight: 300;
    padding-left: .4705882353rem
  }
}

.feedback form textarea {
  resize: none;
  border: 0;
  padding: .5882352941rem .8823529412rem;
  border-radius: 0;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  background: #f0f0f0;
  box-sizing: border-box;
  height: 7.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form textarea {
    height: 3.8235294118rem;
    font-size: .7647058824rem;
    font-weight: 300;
    padding: .4705882353rem
  }
}

.feedback form .form-item {
  position: relative
}

.feedback form .form-item:not(:nth-child(4)) {
  margin-bottom: 1.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form .form-item:not(:nth-child(4)) {
    margin-bottom: .8823529412rem
  }
}

.feedback form .form-file {
  border-bottom: 1px solid var(--secontary-color);
  display: block;
  background: url("../img/clip.svg") no-repeat 18px 12px;
  padding: .8823529412rem 2.8235294118rem
}

.feedback form .form-file span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.feedback form .form-file input {
  display: none
}

.feedback form .form-checkbox {
  position: relative;
  padding-top: 1.1764705882rem;
  padding-bottom: 1.1764705882rem;
  font-size: .7647058824rem;
  font-weight: 300
}

.feedback form .form-checkbox label {
  display: flex;
  gap: .7647058824rem
}

.feedback form .form-checkbox input {
  background: #f0f0f0;
  border: 1px solid var(--secontary-color);
  flex-shrink: 0;
  width: 1.4705882353rem;
  height: 1.4705882353rem
}

.feedback form .form-submit {
  height: 4.2941176471rem;
  margin-bottom: -4.1176470588rem
}

.feedback form .form-submit input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  font-size: 1.4117647059rem;
  color: #fff
}

.feedback form .wpcf7-not-valid-tip {
  font-size: .8823529412rem;
  position: absolute;
  left: .8823529412rem
}

.location {
  gap: .7058823529rem;
  align-items: center;
  display: flex
}

.location a {
  color: #b59a86;
  font-weight: 300
}

.info-text h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text h2 {
    padding-bottom: .5882352941rem
  }
}

.info-text .content {
  padding: clamp(1.4705882353rem, .7vw + 1.31rem, 2.3529411765rem) clamp(1.1764705882rem, .5vw + 1.0617647059rem, 1.7647058824rem)
}

.info-text .content h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content h2 {
    padding-bottom: .5882352941rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content {
    font-size: .7647058824rem
  }
}

.info-text .content h3 {
  font-family: var(--ff-alumni);
  font-size: 2.3529411765rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:768px) {
  .info-text .content h3 {
    font-size: 1.5294117647rem;
    padding-bottom: .5882352941rem
  }
}

.info-text .content h4 {
  font-family: var(--ff-alumni);
  font-size: 2.0588235294rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:768px) {
  .info-text .content h4 {
    font-size: 1.2941176471rem;
    padding-bottom: .5882352941rem
  }
}

.info-text .content strong {
  font-weight: bold
}

.info-text .content p {
  margin-bottom: 1rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content p {
    font-size: .7647058824rem
  }
}

.info-text .content ul,
.info-text .content ol {
  padding-left: 1.6470588235rem
}

.info-text .content ul {
  font-weight: normal;
  list-style: disc
}

.info-text .content ol {
  list-style: decimal
}

.info-text .content b,
.info-text .content strong {
  font-weight: 700
}

.info-text .content em,
.info-text .content i {
  font-style: italic
}

.info-text .content a {
  color: #b19682 !important;
  text-decoration: underline
}

.info-text-content {
  font-size: .9411764706rem;
  font-weight: 300;
  padding: clamp(1.4705882353rem, .7vw + 1.31rem, 2.3529411765rem) clamp(1.1764705882rem, .5vw + 1.0617647059rem, 1.7647058824rem)
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content {
    font-size: .7647058824rem
  }
}

.info-text-content h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h2 {
    padding-bottom: .5882352941rem
  }
}

.info-text-content h3 {
  font-family: var(--ff-alumni);
  font-size: clamp(1.4705882353rem, 1.3vw + 1.1723529412rem, 2.3529411765rem);
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h3 {
    padding-bottom: .5882352941rem
  }
}

.info-text-content h4 {
  font-family: var(--ff-alumni);
  font-size: 2.0588235294rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h4 {
    font-size: 1.2941176471rem;
    padding-bottom: .5882352941rem
  }
}

.info-text-content strong {
  font-weight: normal
}

.info-text-content p {
  font-weight: 300;
  margin-bottom: 1rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content p {
    font-size: .7647058824rem
  }
}

.info-text-content ul,
.info-text-content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem;
  padding-bottom: 1.1764705882rem
}

.info-text-content ul {
  font-weight: normal;
  list-style: disc
}

.info-text-content ol {
  list-style: decimal
}

.info-text-content b,
.info-text-content strong {
  font-weight: 700
}

.info-text-content em,
.info-text-content i {
  font-style: italic
}

.info-text-content a {
  color: #b19682 !important;
  text-decoration: underline
}

.consultation {
  color: #fff
}

.consultation__row {
  background-image: url(../img/consultation-l.webp), url(../img/consultation-r.webp);
  background-color: #2c2c2c;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  padding-top: 3.3529411765rem;
  padding-bottom: 4.1176470588rem;
  gap: 6.7647058824rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__row {
    padding: 1.2941176471rem 2.3529411765rem;
    gap: 1.7647058824rem
  }
}

@media screen and (max-width:540px) {
  .consultation__row {
    flex-direction: column;
    background-image: url(../img/consultation-mob.webp);
    background-size: cover;
    background-position: 50% 100%;
    text-align: left;
    align-items: flex-start
  }
}

.consultation__left {
  text-transform: uppercase;
  text-align: center;
  padding-left: 3.4117647059rem;
  font-size: clamp(3.7058823529rem, 1.8vw + 3.2929411765rem, 5.6470588235rem);
  font-family: var(--ff-alumni);
  line-height: .9
}

.consultation__left span {
  font-size: 9.7058823529rem;
  display: block
}

.consultation__left b {
  font-family: var(--ff-roboto);
  font-size: 7.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__left {
    padding-left: 0;
    font-size: 3.7058823529rem
  }

  .consultation__left span {
    font-size: 6.3529411765rem
  }

  .consultation__left b {
    font-size: 4.9411764706rem
  }
}

.consultation__right .btn {
  height: 3.9411764706rem;
  width: 15.1764705882rem;
  font-size: 1.4117647059rem;
  display: block;
  margin: 0 !important
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__right .btn {
    font-size: 1.4117647059rem;
    width: 15rem
  }
}

.consultation__title {
  max-width: 38.2352941176rem;
  font-size: 3.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: .9;
  padding-bottom: 2.6470588235rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__title {
    font-size: 1.8823529412rem
  }
}

.consultation2 .consultation__row {
  gap: 2.9411764706rem
}

.slider-lightbox__title {
  padding-top: clamp(1.0588235294rem, 2.569vw + .5278823529rem, 3.2352941176rem) !important;
  padding-bottom: clamp(1.1764705882rem, 2.209vw + .6965294118rem, 3rem) !important
}

.slider-lightbox__slider {
  overflow: hidden
}

.slider-lightbox .slider-lightbox__row {
  position: relative;
  padding-top: clamp(1.7647058824rem, 1.979vw + 1.3110588235rem, 3.1176470588rem);
  padding-left: clamp(2.3529411765rem, 5.333vw + 1.1294117647rem, 7.0588235294rem);
  padding-right: clamp(2.3529411765rem, 5.333vw + 1.1294117647rem, 7.0588235294rem);
  padding-bottom: clamp(2.3529411765rem, 1.389vw + 2.0342941176rem, 3.5294117647rem)
}

.slider-lightbox__slide a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/lens.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(2.8235294118rem, 2.708vw + 2.2025882353rem, 5.1176470588rem)
}

.slider-lightbox__nav-left {
  cursor: pointer;
  padding-left: clamp(.8823529412rem, 1.042vw + .6434117647rem, 1.7647058824rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}

.slider-lightbox__nav-left svg {
  width: auto;
  height: clamp(3.0588235294rem, 3.611vw + 2.232rem, 6.1176470588rem)
}

.slider-lightbox__nav-right {
  cursor: pointer;
  padding-right: clamp(.8823529412rem, 1.042vw + .6434117647rem, 1.7647058824rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%
}

.slider-lightbox__nav-right svg {
  width: auto;
  height: clamp(3.0588235294rem, 3.611vw + 2.232rem, 6.1176470588rem)
}

.slider-lightbox svg:not(:hover) path {
  fill: #a1a1a1
}

.order .divider {
  height: 5rem
}

.order__row {
  text-align: center;
  padding-top: clamp(.8235294118rem, 1.042vw + .5845882353rem, 1.7647058824rem);
  padding-left: clamp(.7647058824rem, .39vw + .6166470588rem, 1.1764705882rem);
  padding-right: clamp(.7647058824rem, .39vw + .6166470588rem, 1.1764705882rem);
  background: url(../img/order-bg.webp) #2c2c2c no-repeat 0 0
}

.order__title {
  font-weight: 600;
  font-size: clamp(.9411764706rem, .98vw + .8338823529rem, 1.7647058824rem);
  text-align: center;
  font-family: var(--ff-alumni);
  padding-top: 1.3529411765rem;
  color: #fff
}

.order__logo {
  width: clamp(6.5294117647rem, 1.538vw + 5.8959411765rem, 10rem);
  margin: auto
}

.order__logo img {
  width: 100%;
  height: auto
}

.order__form {
  padding-top: clamp(.5882352941rem, .679vw + .4325882353rem, 1.3529411765rem);
  max-width: 45.5882352941rem;
  margin: auto
}

.order__form form {
  display: grid;
  grid-template-columns: auto 19.4117647059rem
}

@media screen and (max-width:768px) {
  .order__form form {
    grid-template-columns: auto 4.7058823529rem
  }
}

.order__form form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 4rem;
  margin: 0;
  border-radius: 0
}

@media screen and (max-width:768px) {
  .order__form form input {
    height: 2.5882352941rem
  }
}

.order__form form input[type=submit] {
  display: none
}

.order__form form label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.4117647059rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff;
  font-weight: normal
}

@media screen and (max-width:768px) {
  .order__form form label {
    background-image: url(../img/button-bg.svg);
    background-size: cover
  }
}

.order__form form label span {
  display: inline-block;
  position: relative;
  display: block
}

@media screen and (max-width:768px) {
  .order__form form label span {
    text-indent: -9999px
  }
}

.order__form form label .wpcf7-spinner {
  position: absolute
}

.order__form form label:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.order__items {
  padding-bottom: 2.3529411765rem
}

.order__items ul {
  padding-top: 1.1764705882rem;
  max-width: 41.1764705882rem;
  padding-left: 2.9411764706rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(9.4117647059rem, 1fr));
  -moz-column-gap: 1.7647058824rem;
  column-gap: 1.7647058824rem;
  row-gap: .8823529412rem;
  text-align: left;
  color: #fff;
  font-size: .9411764706rem;
  font-weight: 300
}

.order__items ul span {
  margin-right: .7058823529rem
}

.order__items ul li {
  display: flex;
  align-items: center
}

@media screen and (max-width:768px) {
  .order__items {
    padding-top: 1.1764705882rem
  }

  .order__items ul {
    padding-left: 0;
    -moz-column-gap: .8823529412rem;
    column-gap: .8823529412rem
  }
}

@media screen and (max-width:576px) {
  .order__items ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .7647058824rem
  }

  .order__items ul img {
    height: 15px;
    width: auto
  }

  .order__items ul span {
    margin-right: .3529411765rem
  }
}

.order__more {
  position: relative
}

.order__more .btn {
  display: block;
  width: 8.9411764706rem;
  height: 2.8823529412rem;
  margin: auto
}

.order__more .btn span {
  font-family: var(--ff-roboto);
  font-weight: 300;
  font-size: .9411764706rem;
  gap: .5882352941rem
}

.order .order-service {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-100%);
  width: calc(100% - 7.0588235294rem);
  background: #fff;
  font-family: var(--ff-alumni)
}

.order .order-service.active {
  display: block
}

.order .order-service__title {
  padding: 0 3.5294117647rem;
  font-size: clamp(1.4117647059rem, 1.667vw + 1.0294117647rem, 2.8235294118rem);
  line-height: 1.8;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:992px) {
  .order .order-service__title {
    padding: 0 1.4705882353rem
  }
}

.order .order-service__close {
  cursor: pointer
}

.order .order-service__body {
  grid-row-gap: .5882352941rem;
  grid-column-gap: 2.3529411765rem;
  font-size: clamp(.8823529412rem, 1.0458vw + .5835882353rem, 1.7647058824rem);
  padding: 1.7647058824rem 3.5294117647rem 2.9411764706rem;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

@media screen and (max-width:1560px) {
  .order .order-service__body {
    padding: 1.1764705882rem 2.3529411765rem 1.7647058824rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:1300px) {
  .order .order-service__body {
    padding: 1.1764705882rem 1.7647058824rem 1.7647058824rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:992px) {
  .order .order-service__body {
    padding: 1.4705882353rem .8235294118rem 1.7647058824rem 1.4705882353rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:640px) {
  .order .order-service__body {
    grid-template-columns: repeat(1, 1fr);
    max-height: 70vh;
    overflow: auto
  }
}

.order .order-service a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.articles h2 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.articles .h2-title h1 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.articles .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.articles__section-title {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  padding: 1.4705882353rem;
  line-height: .9
}

.articles__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7647058824rem
}

@media screen and (max-width:58.3529411765rem) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .articles__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.articles__item {
  margin-top: -1px;
  border: 1px solid var(--secontary-color);
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px
}

.articles__item figure {
  width: 100%;
  height: 18.8235294118rem
}

.articles__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.articles__title {
  padding: .8823529412rem;
  box-sizing: border-box;
  font-size: 1.2941176471rem;
  color: #242222;
  line-height: 1.4;
  border-bottom: 1px solid var(--secontary-color)
}

.articles__more {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  color: #8e6f5a !important;
  font-family: var(--ff-alumni);
  box-sizing: border-box;
  padding: 1.4117647059rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.articles__more img {
  width: 1.8823529412rem;
  height: auto
}

.articles #videos .articles__grid {
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:58.3529411765rem) {
  .articles #videos .articles__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.articles #videos .articles__item figure {
  position: relative
}

.articles #videos .articles__item figure::before {
  content: "";
  position: absolute;
  width: 5.2941176471rem;
  height: 5.2941176471rem;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, .4)
}

.articles #videos .articles__item figure::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-left: 1.1764705882rem solid rgba(0, 0, 0, 0);
  border-right: 1.1764705882rem solid rgba(0, 0, 0, 0);
  border-bottom: 1.7647058824rem solid #000;
  transform: translate(-50%, -50%) rotate(90deg)
}

@media screen and (max-width:45.1764705882rem) {
  .articles__section-title {
    padding-top: .7058823529rem;
    padding-bottom: .7058823529rem;
    padding-left: .8823529412rem
  }

  .articles__item figure {
    height: 11.4705882353rem
  }

  .articles__title {
    font-size: .7647058824rem;
    padding: .5882352941rem .6470588235rem
  }

  .articles__more {
    font-size: 1.0588235294rem;
    padding: .8235294118rem .8823529412rem
  }

  .pag__btn {
    height: 2.7058823529rem;
    width: 2.7058823529rem
  }

  .pag__wrapp {
    height: 2.7058823529rem
  }

  .pag {
    display: flex;
    justify-content: space-between
  }

  .pag__wrapp {
    display: block
  }
}

.services-list h2 {
  padding: 1.5882352941rem 2rem 0
}

.services-list__row ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:83.5294117647rem) {
  .services-list__row ul {
    grid-template-columns: repeat(2, 1fr)
  }
}

.services-list__item {
  margin-bottom: -1px;
  border-bottom: 1px solid var(--secontary-color);
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  padding: 1.7058823529rem 0
}

.services-list__item a {
  display: flex;
  align-items: center;
  padding-left: 1rem
}

.services-list__item a::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  width: .4705882353rem;
  height: .4705882353rem;
  border-radius: 100%;
  background: #000;
  margin-top: .2941176471rem;
  margin-right: 1.0588235294rem;
  flex-shrink: 0
}

.services-list__item a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list__item a:hover::before {
  background: #e6d1be
}

.services-list__item a:hover svg path {
  fill: #896954
}

.services-list__item:nth-child(3n+1) {
  padding-left: 2.1764705882rem
}

.services-list__item:nth-child(3n) {
  padding-right: 2.1764705882rem
}

@media screen and (max-width:83.5294117647rem) {
  .services-list__item {
    padding-left: 0 !important
  }
}

.services-list .has-sub-child a svg {
  margin-left: 1.1764705882rem
}

.services-list .has-sub-child ul {
  display: none
}

.services-list .has-sub-child.active a {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list .has-sub-child.active a::before {
  background: #e6d1be
}

.services-list .has-sub-child.active a svg path {
  fill: #896954
}

.services-list .has-sub-child.active ul {
  display: block;
  border: 0;
  font-size: 1.1764705882rem;
  margin: .5882352941rem 0 .5882352941rem 2.7647058824rem
}

.services-list .has-sub-child.active ul a {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list .has-sub-child.active ul a:before {
  display: none
}

.services-list .has-sub-child.active ul a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list__item2 {
  line-height: 1.4;
  font-size: 1.6470588235rem
}

@media screen and (max-width:58.3529411765rem) {
  .services-list__item {
    padding-top: .8235294118rem;
    padding-bottom: .8235294118rem;
    font-size: 1.4117647059rem
  }

  .services-list__item2 {
    font-size: 1.2941176471rem;
    line-height: 1.2;
    margin-bottom: .4705882353rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services-list__row ul {
    grid-template-columns: 1fr
  }
}

.faq .h1-title {
  text-transform: uppercase
}

.faq__item {
  padding-left: 2.3529411765rem;
  padding-right: 7.9411764706rem;
  padding-top: 2.9411764706rem;
  padding-bottom: 1.8823529412rem;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2.3529411765rem) 33%
}

@media screen and (max-width:45.1764705882rem) {
  .faq__item {
    padding-left: .8823529412rem;
    padding-right: 2.7058823529rem;
    padding-top: 1.4117647059rem;
    padding-bottom: 1.5294117647rem;
    background-position: calc(100% - .7647058824rem) 17%
  }
}

.faq__item.active {
  background-image: url("../img/minus.svg")
}

.faq__question {
  font-size: 1.4117647059rem;
  line-height: 1.2;
  padding-bottom: 1.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .faq__question {
    font-weight: 600;
    font-size: .8823529412rem;
    padding-bottom: .6470588235rem
  }
}

.faq__question h2 {
  padding: 0
}

.faq__answer {
  font-size: .9411764706rem;
  font-weight: 300;
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .faq__answer {
    font-size: .7647058824rem
  }
}

.faq__subtext {
  padding: 2.3529411765rem 2.0588235294rem;
  font-size: .9411764706rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .faq__subtext {
    font-size: .7647058824rem;
    padding: .8823529412rem
  }
}

.faq__item.active .faq__answer {
  display: block
}

@media screen and (max-width:45.1764705882rem) {
  .faq-page .case-slider {
    display: none
  }
}

.footer {
  padding-top: 1.7647058824rem;
  padding-bottom: 2.3529411765rem;
  background-color: #181818;
  color: var(--secondary-color)
}

.footer__title {
  line-height: .9;
  font-size: 1.4117647059rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1.7647058824rem
}

@media screen and (max-width:62.3529411765rem) {
  .footer__title {
    text-align: center
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__title {
    display: none
  }
}

.footer__services {
  padding-bottom: 3.5294117647rem
}

.footer__services ul {
  color: #fff;
  max-width: 94.1176470588rem;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:62.3529411765rem) {
  .footer__services ul {
    justify-content: center
  }
}

.footer__services ul li {
  padding-bottom: .5882352941rem;
  padding-right: .8823529412rem
}

.footer__services ul li:before {
  content: "";
  display: inline-block;
  width: .2352941176rem;
  height: .2352941176rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: .4705882353rem;
  margin-left: .4705882353rem;
  margin-bottom: .1764705882rem
}

.footer__services ul a {
  color: #fff;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .footer__services {
    display: none
  }
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.1764705882rem
}

@media screen and (max-width:62.3529411765rem) {
  .footer__row {
    flex-direction: column;
    margin: auto;
    max-width: 33.5294117647rem
  }
}

.footer__contacts {
  display: flex;
  gap: 2.9411764706rem;
  padding-bottom: 2.3529411765rem
}

.footer__contacts .location {
  margin-bottom: 1.1764705882rem
}

.footer__contacts .location a {
  display: flex;
  gap: .5882352941rem;
  align-items: center
}

.footer__contacts .location img {
  height: .6470588235rem;
  width: auto
}

@media screen and (max-width:30.5882352941rem) {
  .footer__contacts .location {
    display: none
  }
}

.footer__contacts .rozklad {
  margin-bottom: 1.1764705882rem;
  display: flex;
  gap: .5882352941rem;
  color: #fff;
  font-weight: 300
}

.footer__contacts .rozklad img {
  width: .6470588235rem;
  height: .6470588235rem
}

.footer__contacts .rozklad span {
  font-weight: normal
}

@media screen and (max-width:45.1764705882rem) {
  .footer__contacts {
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.footer__phones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 23.5294117647rem;
  gap: 1.1764705882rem
}

.footer__phones a {
  display: flex;
  gap: .5882352941rem;
  color: #b59a86;
  font-weight: 300
}

.footer__phones span {
  text-decoration: underline
}

.footer__phones img {
  width: .8235294118rem;
  height: auto
}

@media screen and (max-width:45.1764705882rem) {
  .footer__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto
  }
}

.footer__pay {
  padding-bottom: 1rem;
  align-items: center;
  text-transform: uppercase;
  display: flex;
  gap: .5882352941rem;
  color: #b1b2b2
}

.footer__pay b {
  padding-right: 2.1176470588rem
}

.footer__pay span {
  width: 3.6470588235rem;
  height: 2.3529411765rem
}

.footer__pay span img {
  max-width: 100%;
  max-height: 100%
}

@media screen and (max-width:62.3529411765rem) {
  .footer__pay {
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__pay {
    flex-wrap: wrap;
    justify-content: center
  }

  .footer__pay b {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0
  }
}

.footer .subfooter {
  padding-top: 1.7647058824rem;
  padding-bottom: 1.7647058824rem;
  color: #fff;
  font-weight: 300;
  border-top: 1px solid #545454
}

.footer .subfooter__menu ul {
  gap: 4.4117647059rem;
  display: flex
}

.footer .subfooter__menu a {
  color: #b59a86;
  text-decoration: underline
}

@media screen and (max-width:45.1764705882rem) {
  .footer .subfooter__menu {
    display: none
  }
}

@media screen and (max-width:62.3529411765rem) {
  .footer .subfooter {
    text-align: center
  }

  .footer .subfooter .subfooter__copywrite {
    margin: auto
  }
}

.footer-menu-mob {
  display: none
}

.location-mob {
  display: none
}

@media screen and (max-width:30.5882352941rem) {
  .footer__contacts {
    gap: 2.1176470588rem;
    padding-bottom: 0
  }

  .footer__contacts .rozklad {
    font-size: 14px;
    margin-bottom: .9411764706rem
  }

  .footer__phones {
    font-size: 14px;
    gap: 14px
  }

  .footer__pay {
    font-size: .7647058824rem;
    gap: .5294117647rem
  }

  .footer__pay span {
    height: 1.4117647059rem;
    width: 2.1764705882rem
  }

  .footer__row {
    gap: 0
  }

  .location-mob {
    text-align: center;
    display: block;
    margin-bottom: .5882352941rem
  }

  .location-mob a {
    text-decoration: underline;
    font-weight: 300;
    font-size: .8823529412rem;
    color: #b59a86
  }

  .footer {
    padding-bottom: 0
  }

  .footer .subfooter {
    padding: 1.4705882353rem 4.4117647059rem;
    font-size: .7647058824rem;
    font-weight: 300;
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer-menu-mob {
    padding: 1.7647058824rem 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    gap: .7647058824rem
  }

  .footer-menu-mob a {
    color: #b59a86
  }
}

.err-404 {
  height: var(--full-screan);
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center
}

.err-404__img {
  padding-top: 1.1764705882rem
}

.err-404__text {
  padding-top: clamp(3.5294117647rem, 1.563vw + 1.7095882353rem, 5.2941176471rem);
  text-align: center;
  font-weight: 300;
  font-size: clamp(.7647058824rem, .208vw + .6581764706rem, .9411764706rem)
}

.err-404__title {
  padding-bottom: .3529411765rem;
  display: block;
  font-size: clamp(.9411764706rem, .208vw + .8934705882rem, 1.1764705882rem);
  font-weight: normal
}

.err-404__btn {
  padding-top: clamp(3.8235294118rem, .26vw + 3.5205882353rem, 4.1176470588rem);
  width: 100%;
  max-width: 45rem;
  display: flex;
  gap: clamp(1rem, 1.667vw + .2342941176rem, 2.8823529412rem);
  padding-left: .5882352941rem;
  padding-right: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .err-404__btn {
    flex-wrap: wrap;
    justify-content: center
  }
}

.err-404__btn .btn {
  width: 50%;
  height: clamp(2.6470588235rem, 1.146vw + 1.7781764706rem, 3.9411764706rem);
  font-size: clamp(.8823529412rem, .521vw + .7039411765rem, 1.4117647059rem);
  font-weight: 600
}

@media screen and (max-width:640px) {
  .err-404__btn .btn {
    width: 199%
  }
}

.single-post .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-post .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-post .row {
    display: block
  }
}

.single-post .article {
  padding: 2.2352941176rem 3.0588235294rem
}

@media screen and (max-width:88.2352941176rem) {
  .single-post .article {
    grid-column: span 2
  }
}

.single-post__cover img {
  display: block
}

.single-post__info {
  padding-top: 1.5882352941rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.single-post__read-time {
  padding-left: .3529411765rem;
  padding-right: .3529411765rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-post__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-post__date b {
  color: #000
}

.single-post__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-post .btn {
  display: block;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

.single-post .btn span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

.single-post .content {
  padding-left: .4705882353rem;
  padding-right: .4705882353rem;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

.single-post .content h2 {
  padding-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-post .content h4 {
  font-size: 1.1764705882rem
}

.single-post .content ul,
.single-post .content ol {
  padding-left: 1.6470588235rem
}

.single-post .content ul {
  list-style: disc
}

.single-post .content ol {
  list-style: decimal
}

.single-post .content b,
.single-post .content strong {
  font-weight: 700
}

.single-post .content em,
.single-post .content i {
  font-style: italic
}

.single-post__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-post__conclusion .content {
  padding-bottom: 0
}

.single-post__order .order .divider {
  display: none
}

.article__content__title {
  font-size: 1.4117647059rem;
  height: 4.1176470588rem;
  padding-left: 1.7647058824rem;
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  align-items: center;
  line-height: 1.4
}

.article__content__content {
  padding: 1rem 1.7647058824rem;
  line-height: 1.4
}

.article__content__content ul {
  flex-direction: column;
  gap: 1.1764705882rem;
  display: flex
}

.article__content__content a {
  font-size: .9411764706rem
}

.article__content__content .active {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.post-template-default .person__name {
  font-weight: 600
}

.post-template-default .person__description {
  margin-bottom: 1.1764705882rem
}

.post-template-default .person__btn .btn span {
  position: relative
}

.post-template-default .person__btn .btn span::after {
  right: .8823529412rem;
  top: .8823529412rem;
  width: 23px;
  height: 23px;
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/phone-white-2.svg");
  background-size: cover;
  z-index: 130
}

.post-template-default .sidebar.mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .post-template-default .sidebar.pc {
    display: none
  }

  .post-template-default .sidebar.mobile {
    display: block !important
  }

  .post-template-default .article {
    padding: 0
  }

  .single-post .content {
    padding-left: .7058823529rem;
    padding-right: .7058823529rem
  }

  .single-post__info,
  .single-post__exerpt {
    padding-left: .7058823529rem;
    padding-right: .7058823529rem;
    padding-top: .4705882353rem
  }

  .single-post__info {
    flex-wrap: wrap
  }

  .single-post .content h2 {
    font-size: .9411764706rem;
    padding-bottom: .4705882353rem;
    padding-top: .8823529412rem
  }

  .single-post .content {
    font-size: .7647058824rem
  }

  .article__content {
    display: none
  }

  .single-post__conclusion {
    margin: 2.3529411765rem 0
  }

  .article {
    overflow: hidden
  }

  .single-post__conclusion {
    padding: 1.0588235294rem .8823529412rem
  }

  .single-post .content h4 {
    font-size: .7647058824rem;
    font-weight: 600
  }

  .single-post .content {
    padding-bottom: .5882352941rem
  }

  .single-post__exerpt {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:550px) {
  .single-post .btn {
    width: 85%;
    height: 45px
  }

  .single-post .btn span {
    font-size: .8823529412rem
  }
}

.single-case__head {
  display: none;
  visibility: hidden
}

.single-case .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-case .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .row {
    display: block
  }
}

.single-case__wrapp {
  padding-left: 2.0588235294rem;
  padding-right: 2.0588235294rem
}

.single-case__wrapp--mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .single-case__wrapp {
    padding-left: 1.2941176471rem;
    padding-right: 1.2941176471rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__wrapp {
    padding-left: 0;
    padding-right: 0
  }

  .single-case__wrapp--mobile {
    display: block
  }

  .single-case__wrapp--pc {
    display: none
  }
}

.single-case .article {
  padding: 2.6470588235rem 0 4.1176470588rem
}

@media screen and (max-width:88.2352941176rem) {
  .single-case .article {
    grid-column: span 2
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .article {
    padding: 0 1.1764705882rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .article {
    padding-top: 1.5882352941rem
  }
}

.single-case .h1 {
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-bottom: 1.4117647059rem
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .h1 {
    font-size: 2.2352941176rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .h1 {
    font-size: 1.4117647059rem;
    margin-bottom: .5882352941rem
  }
}

.single-case .content {
  font-family: var(--ff-roboto);
  margin-top: 1.7647058824rem;
  font-weight: 300;
  line-height: 1.3
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .content {
    margin-top: 0
  }
}

.single-case .content h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-top: 1.7647058824rem
}

.single-case .content li {
  margin-bottom: .7647058824rem
}

.single-case .content p {
  margin-bottom: 1.1764705882rem
}

.single-case .content li,
.single-case .content p {
  font-weight: 300;
  font-size: 1.1764705882rem
}

@media screen and (max-width:58.3529411765rem) {

  .single-case .content li,
  .single-case .content p {
    font-size: .9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {

  .single-case .content li,
  .single-case .content p {
    font-size: .7647058824rem
  }
}

.single-case__cover img {
  display: block
}

.single-case__info {
  display: flex;
  align-items: center;
  gap: .5882352941rem
}

@media screen and (max-width:58.3529411765rem) {
  .single-case__info {
    flex-wrap: wrap
  }
}

.single-case__direction {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-case__direction a {
  color: #8a5929
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__direction {
    font-size: .8823529412rem;
    padding: .5294117647rem;
    height: auto
  }
}

.single-case__time {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #2b3d2e;
  background: #b0deb7
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__time {
    font-size: .8823529412rem;
    padding: .5294117647rem;
    height: auto
  }
}

.single-case__link a {
  display: flex;
  gap: .5882352941rem;
  align-items: center;
  margin-left: 1.1764705882rem;
  color: #b19682
}

.single-case__link a span {
  text-decoration: underline
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__link a {
    font-size: .8823529412rem
  }
}

.single-case__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-case__date b {
  color: #000
}

.single-case__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-case .btn__gold {
  display: block;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .btn__gold {
    height: 2.6470588235rem
  }
}

@media screen and (max-width:29.4117647059rem) {
  .single-case .btn__gold {
    width: 100%
  }
}

.single-case .btn__gold span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .btn__gold span {
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .btn__gold span {
    font-size: .8823529412rem
  }
}

.single-case .content {
  padding-left: .4705882353rem;
  padding-right: .4705882353rem;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .content {
    padding-left: 0;
    padding-right: 0
  }
}

.single-case .content h2 {
  margin-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-case .content h4 {
  font-size: 1.1764705882rem
}

.single-case .content ul,
.single-case .content ol {
  padding-left: 1.6470588235rem
}

.single-case .content ul {
  list-style: disc
}

.single-case .content ol {
  list-style: decimal
}

.single-case .content b,
.single-case .content strong {
  font-weight: 700
}

.single-case .content em,
.single-case .content i {
  font-style: italic
}

.single-case__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-case__conclusion .content {
  padding-bottom: 0
}

.single-case .slider-lightbox__wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  padding-left: 5.2941176471rem;
  padding-right: 5.2941176471rem
}

.single-case .slider-lightbox__wrapp img {
  display: block;
  margin: auto
}

.single-case .slider-lightbox__slide {
  background: #d9d9d9
}

.single-case .slider-lightbox__slide a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.single-case .slider-lightbox__slide a:before {
  width: 3.7058823529rem;
  height: 3.7058823529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  display: none
}

.single-case .slider-lightbox-next svg,
.single-case .slider-lightbox-prev svg {
  height: 4.4117647059rem;
  width: auto
}

.single-case .order .divider {
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .article .content p {
    margin-bottom: .5882352941rem
  }

  .single-case .article {
    padding: 0
  }

  .single-case .article .content {
    padding: 1.3529411765rem
  }

  .single-case__wrapp--mobile .h1 {
    padding-left: 0;
    padding-right: 0
  }

  .single-case__wrapp--mobile {
    padding: .7647058824rem;
    padding-top: 0
  }

  .single-case .case-slider .btn {
    max-width: 17.6470588235rem;
    width: calc(100% - 5.2941176471rem)
  }
}

.single-service__img.mobile {
  display: none
}

.single-service__header {
  padding: 1.1764705882rem 1.1764705882rem 0;
  display: grid;
  grid-template-columns: 4.2352941176rem auto;
  gap: 1.4705882353rem
}

.single-service__header h1 {
  padding-top: .5882352941rem;
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-bottom: 1rem
}

.single-service__text {
  line-height: 1.2;
  max-width: 61.7647058824rem;
  font-weight: 300
}

.single-service__text p {
  margin-bottom: 1.0588235294rem;
  font-weight: 300
}

.single-service__text strong {
  font-weight: normal
}

.single-service__text a {
  color: #b19682 !important;
  text-decoration: underline
}

.single-service__content a.btn__gold {
  width: 21.1764705882rem;
  height: 3.9411764706rem;
  margin: 1.5882352941rem -1.1764705882rem 0 auto !important
}

.single-service__page .cost-calc {
  margin-top: 3.8235294118rem
}

.single-service .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-service .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-service .row {
    display: block
  }
}

@media screen and (max-width:88.2352941176rem) {
  .single-service__body {
    grid-column: span 2
  }
}

.single-service__wrapp {
  padding-left: 2.0588235294rem;
  padding-right: 2.0588235294rem
}

.single-service .article .content {
  margin-top: 1.7647058824rem
}

.single-service .article .content h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-top: 1.7647058824rem
}

.single-service .article .content li {
  margin-bottom: .7647058824rem
}

.single-service .article .content p {
  margin-bottom: 1.1764705882rem
}

.single-service .article .content li,
.single-service .article .content p {
  font-weight: 300;
  font-size: 1.1764705882rem
}

.single-service__cover img {
  display: block
}

.single-service__info {
  display: flex;
  align-items: center;
  gap: .5882352941rem
}

.single-service__direction {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-service__direction a {
  color: #8a5929
}

.single-service__time {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #2b3d2e;
  background: #b0deb7
}

.single-service__link a {
  display: flex;
  gap: .5882352941rem;
  align-items: center;
  margin-left: 1.1764705882rem;
  color: #b19682
}

.single-service__link a span {
  text-decoration: underline
}

.single-service__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-service__date b {
  color: #000
}

.single-service__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-service .btn__gold {
  display: block;
  max-width: 100%;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

.single-service .btn__gold span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

.single-service .content {
  padding-top: .5882352941rem;
  padding-left: .8235294118rem;
  padding-right: .8235294118rem;
  line-height: 1.3;
  padding-bottom: 2.9411764706rem
}

.single-service .content h2 {
  line-height: .9;
  margin-top: 1.7058823529rem;
  font-size: 1.1764705882rem;
  margin-bottom: .8823529412rem
}

.single-service .content p {
  font-weight: 300;
  margin-bottom: 1.2941176471rem
}

.single-service .content h4 {
  font-size: 1.1764705882rem
}

.single-service .content ul,
.single-service .content ol {
  padding-left: 1.6470588235rem;
  margin-bottom: 1.2941176471rem
}

.single-service .content ul {
  list-style: disc
}

.single-service .content ol {
  list-style: decimal
}

.single-service .content li {
  line-height: 1.4
}

.single-service .content b,
.single-service .content strong {
  font-weight: 700
}

.single-service .content em,
.single-service .content i {
  font-style: italic
}

.single-service .content img {
  max-width: 100%;
  display: block
}

.single-service__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-service__conclusion .content {
  padding-bottom: 0
}

.single-service .slider-lightbox__wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  padding-left: 5.2941176471rem;
  padding-right: 5.2941176471rem
}

.single-service .slider-lightbox__wrapp img {
  display: block;
  margin: auto
}

.single-service .slider-lightbox__slide {
  background: #d9d9d9
}

.single-service .slider-lightbox__slide a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.single-service .slider-lightbox__slide a:before {
  width: 3.7058823529rem;
  height: 3.7058823529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  display: none;
  flex-shrink: 0
}

.single-service .slider-lightbox-next svg,
.single-service .slider-lightbox-prev svg {
  height: 4.4117647059rem;
  width: auto
}

.single-service .divider {
  height: 3.9411764706rem
}

.single-service .faq {
  border-left: 0 !important;
  border-right: 0 !important
}

.single-service .case-slider__more {
  border-left: 0;
  border-right: 0
}

.single-service .case-slider__gridwrap {
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.single-service .feedback .container {
  padding: 0 !important
}

.single-service .feedback .divider,
.single-service .feedback .bdl.bdt.bdr.bdb {
  border-left: 0;
  border-right: 0
}

.ss-services {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  padding-top: 3.2352941176rem
}

.ss-services .h2-title {
  padding-bottom: 2.9411764706rem
}

.ss-services__slider {
  overflow: hidden
}

.ss-services__icon img {
  width: 3.5294117647rem;
  height: auto
}

.ss-services__item:hover {
  z-index: 100;
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.ss-services__item h3 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni)
}

.ss-services__item a {
  position: absolute;
  bottom: 1.0588235294rem;
  right: 1.0588235294rem;
  display: flex;
  gap: 1rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.ss-services__slider__more {
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.ss-services__slider__navigation {
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.ss-services__slider-prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

.ss-services__slider-prev:not(:hover) svg path {
  fill: #7d7d7d
}

.ss-services__slider-next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.ss-services__slider-next:not(:hover) svg path {
  fill: #7d7d7d
}

.ss-posts {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  margin-bottom: -1px
}

.ss-posts .h2-title {
  padding-top: 3.2352941176rem;
  padding-bottom: 2.9411764706rem
}

.ss-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.ss-posts__item {
  border: 1px solid var(--secontary-color);
  display: flex;
  padding: .7647058824rem;
  padding-left: 2.9411764706rem;
  height: 7.0588235294rem;
  align-items: center;
  position: relative;
  font-size: .9411764706rem;
  margin-top: -1px;
  transition-duration: .2s
}

.ss-posts__item:hover {
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.ss-posts__item:nth-child(2n) {
  border-left: none
}

.ss-posts__number {
  color: #b19682;
  position: absolute;
  left: .7647058824rem;
  top: .7647058824rem;
  font-size: 1.4117647059rem;
  font-family: var(--ff-alumni)
}

.single-service__page .feedback {
  padding-bottom: 3.2352941176rem
}

.single-service__page .feedback .divider {
  display: none
}

.single-service__page .feedback .feedback__grid {
  grid-template-columns: repeat(2, 1fr)
}

.single-service__page-content {
  line-height: 1.3;
  margin: 2.3529411765rem 2.9411764706rem 2.9411764706rem;
  font-size: .9411764706rem;
  font-weight: 300
}

.single-service__page-content ul {
  margin-top: 1.1764705882rem;
  margin-bottom: 1.1764705882rem
}

.single-service__page-content h2 {
  font-weight: normal;
  font-size: 1.1764705882rem;
  line-height: .9;
  margin-top: 1.1764705882rem;
  margin-bottom: .8823529412rem
}

.single-service__page-content ul,
.single-service__page-content ol {
  padding-left: 1.6470588235rem
}

.single-service__page-content ul {
  font-weight: normal;
  list-style: disc
}

.single-service__page-content ol {
  list-style: decimal
}

.sidebar.mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .single-service__img.pc {
    display: none
  }

  .single-service__img.mobile {
    display: block
  }

  .single-service__header {
    display: block
  }

  .single-service__titles {
    display: grid;
    grid-template-columns: 2.6470588235rem 1fr;
    align-items: center;
    gap: .9411764706rem;
    padding-bottom: .8235294118rem
  }

  .single-service__header h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
  }

  .single-service__content a.btn__gold {
    height: 2.3529411765rem;
    max-width: 14.7058823529rem
  }

  .single-service__content a.btn__gold span {
    font-size: .8823529412rem
  }

  .single-service .btn__gold {
    height: 2.3529411765rem
  }

  .single-service .btn__gold span {
    font-size: .8823529412rem
  }
}

@media screen and (max-width:58.3529411765rem)and (max-width:58.3529411765rem) {
  .sidebar.mobile {
    display: block
  }

  .sidebar.pc {
    display: none
  }
}

@media screen and (max-width:1220px) {
  .single-service .consultation__btn .btn__gold {
    width: 90%;
    box-sizing: border-box
  }
}

@media screen and (max-width:455px) {
  .single-service .consultation__btn .btn__gold {
    width: 100%;
    box-sizing: border-box
  }

  .single-service__content a.btn__gold {
    max-width: none;
    box-sizing: border-box;
    margin-left: -1.1764705882rem !important;
    margin-right: -1.1764705882rem !important;
    width: calc(100% + 40px) !important
  }

  .poslugy-template-default .pre-footer-divider {
    display: none
  }

  .poslugy-template-default .feedback__footer {
    display: none
  }

  .poslugy-template-default .feedback {
    padding-bottom: 0;
    border-bottom: 0
  }
}

@media screen and (max-width:992px) {
  .single-service__page-content {
    margin-left: .8235294118rem;
    margin-right: .8235294118rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .poslugy-template-default .cost-calc {
    margin-top: 0
  }

  .ss-posts__grid {
    display: block
  }

  .ss-posts .h2-title {
    padding: 1.8235294118rem 0
  }

  .ss-services {
    padding-top: 1.4705882353rem;
    padding-bottom: 0
  }

  .ss-services .h2-title {
    padding-bottom: 1rem;
    padding-left: .8823529412rem;
    padding-right: .8823529412rem
  }

  .poslugy-template-default .feedback__left .feedback__body {
    height: 11.7647058824rem
  }

  .ss-services__slider__navigation {
    width: 5.2941176471rem;
    height: 2.6470588235rem
  }

  .ss-services__slider-next,
  .ss-services__slider-prev {
    height: 2.6470588235rem;
    width: 2.6470588235rem
  }

  .single-service__header h1 {
    font-size: 1.7647058824rem
  }
}

.ss-services__slider__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

.single-job__header {
  width: 100%;
  padding: .9411764706rem 1.7647058824rem;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__header {
    padding: .7058823529rem
  }
}

.single-job__header .h1-title {
  text-transform: uppercase;
  padding: 0 !important
}

.single-job__header span {
  background: #ebdbc5;
  display: inline-block;
  padding: .2941176471rem .9411764706rem;
  line-height: 1.4;
  color: #8a5929
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__header {
    flex-direction: column
  }
}

.single-job__title {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.single-job__price {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto);
  padding-top: 1.5294117647rem;
  padding-bottom: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__price {
    font-size: .8823529412rem;
    padding-top: .7647058824rem
  }
}

.single-job__info {
  padding: 1.4117647059rem 1.7647058824rem;
  display: flex;
  align-items: center;
  gap: 1.1764705882rem;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__info {
    padding: .5882352941rem .6470588235rem
  }
}

.single-job__info span {
  color: #b19682
}

.single-job__grafik {
  font-size: 1.4117647059rem;
  display: flex;
  gap: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__grafik {
    font-size: .8823529412rem
  }
}

.single-job__description {
  font-size: .9411764706rem;
  line-height: 1.4;
  margin: 1.6470588235rem 1.7647058824rem 1.1764705882rem;
  max-width: 70.5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__description {
    font-size: .7647058824rem;
    margin: .8235294118rem .6470588235rem .8235294118rem
  }
}

.single-job__description p {
  margin-bottom: .8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__description p {
    margin-bottom: .4705882353rem
  }
}

.single-job__table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__table {
    display: block
  }
}

.single-job__thead {
  padding: 1.1764705882rem 1.7647058824rem 1.1764705882rem;
  line-height: 1.4;
  font-size: 1.4117647059rem;
  font-weight: 600
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__thead {
    padding: .7058823529rem .4705882353rem .4705882353rem;
    font-size: .9411764706rem
  }
}

.single-job__tbody {
  margin-top: 1.0588235294rem;
  padding-left: 1.7647058824rem;
  padding-right: 1.1764705882rem;
  overflow: hidden;
  line-height: 1.4;
  padding-bottom: 8.8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__tbody {
    margin-top: 0;
    padding-left: .4705882353rem;
    font-size: .7647058824rem
  }
}

.single-job__tbody h4 {
  font-size: 1.1764705882rem
}

.single-job__tbody p {
  font-weight: 300
}

.single-job__tbody ul,
.single-job__tbody ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.single-job__tbody ul {
  list-style: disc
}

.single-job__tbody ol {
  list-style: decimal
}

.single-job__tbody b,
.single-job__tbody strong {
  font-weight: 700
}

.single-job__tbody em,
.single-job__tbody i {
  font-style: italic
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__tbody {
    padding-bottom: .5882352941rem;
    border-right: 0;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.single-job textarea {
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--secontary-color);
  border-radius: 0;
  resize: none;
  height: 12.9411764706rem;
  box-sizing: border-box;
  padding: 1.4705882353rem 1.1764705882rem;
  font-size: .9411764706rem;
  font-weight: 300;
  line-height: .9;
  font-family: var(--ff-roboto);
  color: #737373
}

@media screen and (max-width:45.1764705882rem) {
  .single-job textarea {
    height: 7.6470588235rem;
    padding: .5882352941rem;
    font-size: .7647058824rem
  }
}

.single-job textarea::-moz-placeholder {
  color: #737373
}

.single-job textarea::placeholder {
  color: #737373
}

.single-job__form-controls {
  position: relative;
  height: 4rem;
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls {
    height: 2.2941176471rem
  }
}

.single-job__form-controls .wpcf7-submit {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  border-radius: 0;
  width: 15.1764705882rem;
  height: 100%;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  color: #fff;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls .wpcf7-submit {
    width: 8.8235294118rem;
    font-size: .8823529412rem
  }
}

.single-job__form-controls .wpcf7-spinner {
  position: absolute
}

.single-job__form-controls .form-file {
  display: block;
  background-image: url("../img/clip.svg");
  background-repeat: no-repeat;
  padding: 0 2.8235294118rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 1.3529411765rem;
  background-position: .4705882353rem 50%
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls .form-file {
    background-size: .8823529412rem
  }
}

.single-job__form-controls span {
  font-size: 1.2352941176rem;
  font-weight: 300;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls span {
    font-size: .7647058824rem
  }
}

.single-job__form-controls input {
  display: none
}

.single-job .mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {

  .single-job__thead,
  .single-job__titem {
    border-right: 0 !important
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-job .single-job__date.pc {
    display: none
  }

  .single-job .single-job__date.mobile {
    display: block;
    text-align: right
  }
}

@media screen and (max-width:58.3529411765rem)and (max-width:45.1764705882rem) {
  .single-job .single-job__date.mobile {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-job .job__tags.pc {
    display: none
  }

  .single-job .job__tags.mobile {
    margin-top: 11px;
    display: block
  }

  .single-job .single-job__grafik {
    width: 100%;
    justify-content: space-between
  }

  .single-job .single-job__thead {
    border-bottom: 0
  }
}

@media screen and (max-width:25.8823529412rem) {
  .single-job .form-file {
    padding-right: 1.1764705882rem;
    padding-left: 1.7647058824rem
  }
}

.team h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .team h1 {
    padding-left: .8823529412rem
  }
}

.team .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5294117647rem
}

@media screen and (max-width:82.3529411765rem) {
  .team .grid {
    grid-template-columns: 1fr
  }
}

@media screen and (max-width:45.1764705882rem) {
  .team .grid {
    gap: 1.4705882353rem
  }
}

.team__item {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: 312px auto;
  margin-bottom: -1px;
  margin-top: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .team__item {
    grid-template-columns: 1fr
  }
}

.team__item h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 2.2235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .team__item h2 {
    font-size: 1.4117647059rem;
    line-height: 1.6352941176rem
  }
}

.team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:45.1764705882rem) {
  .team__photo {
    height: 700px
  }
}

@media screen and (max-width:31.7647058824rem) {
  .team__photo {
    height: 500px
  }
}

@media screen and (max-width:23.5294117647rem) {
  .team__photo {
    height: 460px
  }
}

.team__info {
  position: relative;
  padding-bottom: 3.2352941176rem
}

.team-info__wrapp {
  padding: 1.7647058824rem 1.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__wrapp {
    padding: .8823529412rem .7058823529rem
  }
}

.team-info__position {
  font-size: 1.1764705882rem;
  color: #b19682;
  padding-top: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__position {
    font-size: .9411764706rem;
    padding-top: 0
  }
}

.team-info__description {
  padding-top: 1.2941176471rem;
  font-weight: 300;
  padding-bottom: 3.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__description {
    font-size: 12px;
    padding-top: 1.0588235294rem;
    padding-bottom: 1.4705882353rem
  }
}

.team-info__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2941176471rem
}

.team-info__tags span {
  padding-left: .5882352941rem;
  padding-right: .5882352941rem;
  height: 2.3529411765rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #896954;
  background: #decab0
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__tags {
    gap: .5882352941rem
  }

  .team-info__tags span {
    padding: .5882352941rem;
    height: auto;
    font-size: .7647058824rem
  }
}

.team-info__btn {
  border-top: 1px solid var(--secontary-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 3.2352941176rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.team-info__btn .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4117647059rem;
  color: #8a6a55;
  font-family: var(--ff-roboto)
}

.team-info__btn .btn {
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__btn {
    height: 2.3529411765rem
  }

  .team-info__btn .more {
    font-size: .8823529412rem
  }

  .team-info__btn .btn {
    font-size: .8823529412rem
  }
}

.single-teem h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem h1 {
    padding-left: .7058823529rem
  }
}

.single-teem .team__item {
  border-right: 0;
  border-left: 0;
  width: 100%
}

.single-teem .team-info {
  padding-bottom: 5.8823529412rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info {
    padding-bottom: 0
  }
}

.single-teem .team-info__wrapp {
  padding-top: .5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__wrapp {
    padding: 1.2352941176rem 1.1176470588rem
  }
}

.single-teem .team-info__description {
  padding-top: .4117647059rem;
  max-width: 26.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__description {
    padding-top: 1.1764705882rem;
    font-size: .7647058824rem
  }
}

.single-teem .team-info__btn {
  left: 1.4705882353rem;
  bottom: 2.5294117647rem;
  display: block;
  max-width: 18.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__btn {
    position: static
  }
}

@media screen and (max-width:24.7058823529rem) {
  .single-teem .team-info__btn {
    width: 100%;
    max-width: none
  }
}

.single-teem .services__box__inner {
  min-height: 14.1176470588rem
}

.single-teem .services__item {
  border: 0
}

.advocat-services__wrapper {
  padding-top: 1.7647058824rem;
  padding-bottom: 1.1764705882rem;
  border: 1px solid var(--secontary-color)
}

@media screen and (max-width:36.4705882353rem) {
  .advocat-services__wrapper {
    display: none
  }
}

.advocat-services__wrapper .swiper-horizontal {
  overflow: hidden
}

.background {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .background {
    display: block
  }
}

.background__row {
  display: grid;
  grid-template-columns: 1fr 200px
}

@media screen and (max-width:36.4705882353rem) {
  .background__row {
    grid-template-columns: 1fr 150px
  }
}

.background__header {
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 1.7647058824rem;
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  margin-left: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .background__header {
    padding: 1.1764705882rem 1.0588235294rem;
    font-size: 1.4117647059rem
  }
}

.background__cell {
  box-sizing: border-box;
  padding: 1.7647058824rem;
  font-size: .9411764706rem;
  line-height: 1.1;
  font-weight: 300;
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  margin-left: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .background__cell {
    padding: 1.1764705882rem 1.0588235294rem;
    font-size: .7647058824rem
  }
}

.background span {
  font-weight: normal;
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  color: #b19682;
  display: block;
  padding-bottom: .5294117647rem;
  line-height: 1.2
}

@media screen and (max-width:45.1764705882rem) {
  .background span {
    font-size: 1.4117647059rem;
    padding-bottom: .7058823529rem
  }
}

.background b {
  display: flex;
  align-items: flex-start
}

.background b:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: .5882352941rem;
  height: .5882352941rem;
  border-radius: 100%;
  margin-top: .2352941176rem;
  margin-right: .4117647059rem;
  background: #d6b07c;
  margin-bottom: .1176470588rem
}

.sertificates h1 {
  text-align: left;
  text-transform: uppercase
}

.sertificates .order .divider {
  display: none
}

.sertificates .slider-lightbox h1 {
  padding-left: clamp(.7058823529rem, 2.481vw + .3132352941rem, 2.9411764706rem)
}

.sertificates .slider-lightbox__slide a:before {
  display: none
}

.sertificates__noslider {
  padding: clamp(.5882352941rem, 3.02vw - .1047058824rem, 3.8235294118rem);
  display: grid;
  gap: 2.3529411765rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:768px) {
  .sertificates__noslider {
    gap: .5882352941rem
  }
}

@media screen and (max-width:660px) {
  .sertificates__noslider {
    display: flex;
    flex-direction: column
  }
}

.sertificates__noslider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.cases__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4705882353rem;
  grid-row-gap: 1.1764705882rem
}

@media screen and (max-width:82.3529411765rem) {
  .cases__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:60.2352941176rem) {
  .cases__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cases__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.cases .divider {
  height: 2.8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .cases .divider {
    height: 1.1764705882rem
  }
}

.cases .h1-title {
  padding: 2.3529411765rem 1.7647058824rem !important
}

@media screen and (max-width:45.1764705882rem) {
  .cases .h1-title {
    padding: 1.0588235294rem .6470588235rem !important
  }
}

.cases__filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px
}

.cases__filter-title {
  display: none
}

.cases__filter-title {
  display: none
}

.cases__filter-item {
  cursor: pointer;
  display: flex;
  padding: 1.1176470588rem .8823529412rem;
  align-items: center;
  justify-self: center;
  border: 1px solid var(--secontary-color);
  margin-bottom: -1px;
  margin-left: -1px;
  position: relative;
  color: #6d6d6d;
  transition-duration: .3s
}

@media screen and (max-width:45.1764705882rem) {
  .cases__filter-item {
    padding: .5882352941rem .8823529412rem
  }
}

.cases__filter-item:hover {
  color: #b19682;
  border: 1px solid #b19682;
  z-index: 2
}

.cases__filter-item.active {
  color: #b19682;
  border: 1px solid #b19682;
  z-index: 2
}

@media screen and (max-width:520px) {
  .cases__filter {
    flex-direction: column
  }

  .cases__filter-title {
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: block;
    background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    padding: 1.1176470588rem .8823529412rem;
    border: 1px solid var(--secontary-color)
  }
}

@media screen and (max-width:520px)and (max-width:45.1764705882rem) {
  .cases__filter-title {
    padding: .5882352941rem .8823529412rem
  }
}

@media screen and (max-width:520px) {
  .cases__filter-item {
    display: none;
    font-size: .7647058824rem;
    padding: .3529411765rem .5882352941rem;
    border: 0 !important
  }

  .cases__filter-item.open {
    display: block
  }
}

.cases__item {
  margin-top: -1px;
  border: 1px solid var(--secontary-color)
}

.cases__item figure {
  width: 100%;
  height: 14.1176470588rem;
  overflow: hidden
}

.cases__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.cases__title {
  min-height: 4.1176470588rem;
  padding: .6470588235rem;
  box-sizing: border-box;
  font-size: .9411764706rem;
  color: #242222;
  line-height: 1.4;
  border-bottom: 1px solid var(--secontary-color)
}

.cases__more {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  color: #b19682 !important;
  font-family: var(--ff-alumni);
  box-sizing: border-box;
  padding: .8235294118rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cases__more img {
  width: 1.8823529412rem;
  height: auto;
  opacity: .7
}

.cases__direction {
  font-weight: 600;
  box-sizing: border-box;
  padding: .7058823529rem;
  border-bottom: 1px solid var(--secontary-color)
}

.cases__direction span {
  font-size: .7647058824rem;
  display: block;
  margin-bottom: .2941176471rem
}

.cases__map iframe {
  display: block;
  height: 472px;
  width: 100%
}

.jobs h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .jobs h1 {
    padding-left: .7058823529rem
  }
}

.jobs__grid {
  display: grid;
  grid-template-columns: auto 25.8823529412rem;
  gap: 1.1764705882rem
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__grid {
    display: block
  }
}

.jobs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .8823529412rem
}

.jobs__title {
  padding-left: 1.7647058824rem;
  padding-top: 1.4705882353rem;
  line-height: 1.4;
  padding-top: 2.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title {
    padding-left: .9411764706rem;
    padding-bottom: 1.4117647059rem
  }
}

.jobs__title h2 {
  font-size: 1.7647058824rem;
  margin-bottom: 1.1176470588rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title h2 {
    font-size: .9411764706rem;
    margin-bottom: .5882352941rem
  }
}

.jobs__title span {
  background: #ebdbc5;
  display: inline-block;
  padding: .9411764706rem;
  line-height: 1.4;
  font-size: .9411764706rem;
  color: #8a5929
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title span {
    padding: .2941176471rem .5882352941rem;
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__options {
    border-left: 0 !important
  }
}

.jobs__options__item {
  font-size: .9411764706rem;
  width: 100%;
  padding: .5882352941rem 1.4705882353rem;
  height: 50%;
  color: #949494;
  box-sizing: border-box;
  display: flex;
  gap: 1.1764705882rem;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__options__item {
    font-size: .7647058824rem
  }
}

.jobs__options__item span {
  font-size: .9411764706rem;
  color: #ab8f7b
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__options__item span {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__options__item {
    padding: 1.1764705882rem
  }
}

.jobs__info {
  display: flex;
  align-items: center;
  height: 3.9411764706rem;
  padding-left: 1.7647058824rem;
  gap: 1.4117647059rem
}

.jobs__info span {
  color: #ab8f7b
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__info {
    border-top: 1px solid var(--secontary-color);
    border-bottom: 1px solid var(--secontary-color);
    padding: 1.1764705882rem;
    justify-content: space-between
  }
}

.jobs__more {
  height: 3.9411764706rem
}

.jobs__more span {
  font-size: clamp(.8823529412rem, .521vw + .7039411765rem, 1.4117647059rem);
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__more {
    height: 3.0588235294rem
  }

  .jobs__more span {
    font-size: .8823529412rem
  }
}

.jobs .mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .jobs .pc {
    display: none
  }

  .jobs .mobile {
    display: flex
  }
}

.h1-title {
  padding-top: 2rem !important
}

.history {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.history__row {
  display: grid;
  grid-template-columns: clamp(7.2941176471rem, 19.688vw + .2573529412rem, 22.2352941176rem) auto 23.5294117647rem
}

@media screen and (max-width:82.3529411765rem) {
  .history__row {
    grid-template-columns: clamp(7.2941176471rem, 19.688vw + .2573529412rem, 22.2352941176rem) auto;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.history__slider.mobile {
  display: none
}

@media screen and (max-width:82.3529411765rem) {
  .history__slider.pc {
    display: none
  }

  .history__slider.mobile {
    border: none;
    display: block
  }

  .history__slider.mobile .reviews-slider__item {
    border-right: 1px solid var(--secontary-color)
  }
}

.history__logo {
  text-align: center;
  padding: 2.5294117647rem 1.1764705882rem;
  box-sizing: border-box
}

.history__logo img {
  width: 100%;
  height: auto;
  max-width: 13.7058823529rem
}

.history__text {
  margin: clamp(.4705882353rem, 1.667vw + .0195882353rem, 1.8823529412rem) clamp(.8235294118rem, 3.542vw + .0563529412rem, 2rem)
}

.history__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:58.3529411765rem) {
  .history__items {
    display: block
  }
}

.history__item {
  padding: 1.7647058824rem
}

@media screen and (max-width:58.3529411765rem) {
  .history__item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--secontary-color);
    padding: 1.1764705882rem
  }
}

.history .trusted .divider {
  display: none
}

.page-template-templatespro-nas-php .reviews-slider__grid {
  border: none;
  overflow: hidden;
  height: 100%
}

.page-template-templatespro-nas-php .reviews-slider__item {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  position: relative
}

.page-template-templatespro-nas-php .reviews-slider__grid:before {
  display: none
}

.page-template-templatespro-nas-php .reviews-slider__author {
  position: absolute;
  bottom: 15px;
  left: 20px
}

.page-template-templatespro-nas-php .reviews-slider__item {
  justify-content: flex-start
}

.page-template-templatespro-nas-php .history__slider {
  position: relative
}

.page-template-templatespro-nas-php .reviews-slider__more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-left: 0
}

.about-us__content {
  line-height: 1.4;
  font-weight: 300;
  font-size: clamp(.7647058824rem, 3.125vw + .0367647059rem, .9411764706rem)
}

.about-us__content h2 {
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem;
  font-weight: 600
}

.about-us__content h4 {
  font-size: 1.1764705882rem
}

.about-us__content p {
  font-weight: 300;
  margin-bottom: clamp(.4705882353rem, 2.083vw + .0318823529rem, 1.2352941176rem)
}

.about-us__content ul,
.about-us__content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.about-us__content ul {
  list-style: disc
}

.about-us__content ol {
  list-style: decimal
}

.about-us__content b,
.about-us__content strong {
  font-weight: normal
}

.about-us__content em,
.about-us__content i {
  font-style: italic
}

.reviews h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

.reviews .two-col-row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .reviews .two-col-row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .reviews .two-col-row {
    display: block
  }
}

@media screen and (max-width:88.2352941176rem) {
  .reviews .article {
    grid-column: span 2
  }
}

.reviews .person__btn .btn__gold span {
  height: 67px;
  font-size: 1.4117647059rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto)
}

.reviews__add {
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.reviews__add .btn__gold {
  display: inline-block
}

.reviews__add .btn__gold span {
  padding: 1.1176470588rem 2.1764705882rem;
  font-size: 1.4117647059rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto)
}

.reviews .average-rating {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #ffb924
}

.reviews .average-rating h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px
}

.reviews .stars-display {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviews .stars-display .stars {
  font-size: 24px;
  color: #ffb924
}

.reviews .rating-text {
  font-size: 14px;
  color: #666;
  font-weight: 500
}

.reviews .rating-field {
  margin-bottom: 20px
}

.reviews .rating-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333
}

.reviews .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px
}

.reviews .star-rating input[type=radio] {
  display: none
}

.reviews .star-rating label {
  font-size: 3.5294117647rem;
  color: #ddd;
  cursor: pointer;
  transition: color .2s ease;
  margin: 0
}

.reviews .star-rating label:hover,
.reviews .star-rating label:hover~label,
.reviews .star-rating input[type=radio]:checked~label {
  color: #ffb924
}

.reviews .star-rating:hover label {
  color: #ddd
}

.reviews .star-rating label:hover,
.reviews .star-rating label:hover~label {
  color: #ffb924
}

.reviews .comment-rating .stars {
  color: #ffb924;
  font-size: 1.7647058824rem;
  margin-right: .2352941176rem
}

.reviews .comment-rating .rating-value {
  font-size: 14px;
  color: #666;
  font-weight: 500
}

.reviews .comment-form-title {
  margin-bottom: 20px
}

.reviews .comment-form-title label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333
}

.reviews .comment-form-title input[type=text] {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color .3s
}

.reviews .comment-form-title input[type=text]:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, .3)
}

.reviews .comment-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4
}

@media(max-width:768px) {
  .reviews .star-rating label {
    font-size: 25px
  }

  .reviews .stars-display {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }

  .reviews .average-rating {
    padding: 15px
  }
}

.reviews .comment-list .comment {
  padding: 1.7647058824rem;
  padding-bottom: 1.1764705882rem;
  border-bottom: 1px solid var(--secontary-color)
}

.reviews .comment-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.1764705882rem
}

.reviews .comment-date {
  font-size: .9411764706rem;
  font-weight: 300
}

.reviews .comment-date a {
  color: #5c5c5c
}

.reviews .comment-author {
  font-size: .9411764706rem;
  font-weight: 600;
  color: #b19682;
  margin-bottom: 1rem
}

.reviews .comment-author a {
  color: inherit
}

.reviews .logged-in-as {
  display: none
}

.reviews #reply-title {
  display: none
}

.reviews .rating-field .stars-title {
  text-align: center;
  font-size: 1.7647058824rem;
  font-weight: normal;
  line-height: .9;
  padding-top: 2.3529411765rem;
  padding-top: 1.7647058824rem
}

.reviews .star-rating {
  justify-content: center
}

.reviews .comment-form-cookies-consent {
  display: none
}

.reviews textarea {
  font-size: .9411764706rem;
  font-weight: 300;
  color: #737373;
  border-radius: 0;
  padding: 1.1764705882rem;
  margin: 0;
  width: 100%;
  height: 220px;
  resize: none;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  border: 1px solid var(--secontary-color) !important
}

.reviews textarea::-moz-placeholder {
  color: #737373
}

.reviews textarea::placeholder {
  color: #737373
}

.reviews input {
  font-size: .9411764706rem;
  font-weight: 300;
  color: #737373;
  border-radius: 0;
  padding: 1.1764705882rem;
  margin: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  height: 50px;
  border: 1px solid var(--secontary-color) !important
}

.reviews input::-moz-placeholder {
  color: #737373
}

.reviews input::placeholder {
  color: #737373
}

.reviews #commentform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2941176471rem
}

.reviews .rating-field {
  grid-column: span 2
}

.reviews .comment-form-comment {
  grid-column: span 2
}

.reviews .comment-form-author {
  grid-row-start: 2;
  grid-row-end: 3
}

.reviews .comment-form-email {
  grid-row-start: 2;
  grid-row-end: 3
}

.reviews .form-submit {
  grid-column: span 2
}

.reviews .reply {
  padding-top: .8823529412rem;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  gap: 7px
}

.reviews .reply a {
  color: #b19682
}

.reviews .reply svg {
  width: 10px;
  height: 14px
}

.reviews .depth-2,
.reviews .depth-3 {
  background-image: url("../img/reply.svg");
  background-repeat: no-repeat;
  padding-left: 6.8823529412rem !important;
  background-position: 2.6470588235rem 50%
}

.reviews .user-id-1 {
  background-image: url("../img/admin-logo.svg");
  background-color: #fffbf6;
  background-repeat: no-repeat;
  padding-left: 6.8823529412rem !important;
  background-position: 1.7647058824rem 50%
}

.reviews .form-submit {
  margin-top: -1.4705882353rem;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--secontary-color)
}

.reviews .form-submit input {
  width: 260px;
  height: 67px;
  font-size: 1.2631578947rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto);
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff
}

.reviews .pre-footer-divider {
  border-left: 0;
  border-right: 0
}

input,
textarea {
  outline: none !important
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  border-color: none !important
}

@media screen and (max-width:58.3529411765rem) {
  .page-template-reviews .sidebar.mobile {
    display: block
  }

  .page-template-reviews .sidebar.pc {
    display: none
  }

  .page-template-reviews .person {
    max-width: 26.4705882353rem;
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .reviews h1 {
    padding-left: .7058823529rem
  }

  .reviews__add .btn__gold span {
    font-size: .8823529412rem
  }

  .reviews__add .btn__gold {
    height: 2.2941176471rem
  }

  .reviews .comment-list .comment {
    padding: 1rem .9411764706rem
  }

  .reviews .comment-rating {
    margin-left: -.1764705882rem
  }

  .reviews .comment-info {
    padding-bottom: 1.1764705882rem
  }

  .reviews .user-id-1 {
    background-position: .9411764706rem .9411764706rem !important;
    background-size: 2.7647058824rem 2.7647058824rem !important;
    padding-left: 4.8235294118rem !important
  }

  .comment-content {
    font-size: .7647058824rem;
    font-weight: 300
  }

  .reviews .comment-author {
    margin-bottom: .2941176471rem
  }

  .reviews .rating-field .stars-title {
    font-size: .9411764706rem
  }

  .reviews #commentform {
    gap: 0;
    display: flex;
    flex-direction: column
  }

  .rating-field {
    order: 1
  }

  .reviews .comment-form-author {
    order: 2
  }

  .reviews .comment-form-email {
    order: 3
  }

  .reviews .comment-form-comment {
    order: 4
  }

  .reviews .form-submit input {
    height: 2.6470588235rem;
    font-size: .8823529412rem;
    padding: 0;
    position: static;
    margin: 0;
    display: block;
    border: 0;
    margin-top: -.2941176471rem;
    width: 9.4117647059rem
  }

  .reviews .form-submit {
    order: 5;
    height: 2.3529411765rem !important;
    margin: 0;
    padding: 0
  }

  .reviews .person__btn .btn__gold {
    height: 2.6470588235rem !important;
    display: flex
  }

  .reviews .person__btn .btn__gold span {
    height: 100%;
    font-size: .8823529412rem
  }

  .reviews textarea {
    height: 12.9411764706rem
  }
}

.reviews .user-id-1 .comment-info,
.reviews .user-id-1 .comment-date {
  display: none
}

html {
  scroll-behavior: smooth
}

.bd0 {
  border: 0 !important
}

.bd {
  border: 1px solid var(--secontary-color)
}

.bdl {
  border-left: 1px solid var(--secontary-color)
}

.bdr {
  border-right: 1px solid var(--secontary-color)
}

.bdt {
  border-top: 1px solid var(--secontary-color)
}

.bdb {
  border-bottom: 1px solid var(--secontary-color)
}

.divider {
  height: clamp(3.0588235294rem, 7.2vw + 1.4070588235rem, 8.8235294118rem)
}

.container {
  max-width: 112.9411764706rem;
  margin: 0 auto;
  padding: 0 var(--container-padding)
}

.overflow-hidden {
  overflow: hidden
}

.container--no-padding {
  width: 112.9411764706rem;
  margin: 0 auto
}

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

.cost-calc__vstup {
  display: flex;
  justify-content: center;
  font-size: 1.4117647059rem;
  padding: 2.5882352941rem 1.1764705882rem
}

.cost-calc__vstup span {
  width: 85%
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__vstup span {
    width: 100%;
    text-align: center
  }
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__vstup {
    padding: 1.7647058824rem .8823529412rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__vstup {
    font-size: 1.0588235294rem;
    padding: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__vstup {
    font-size: .7647058824rem
  }
}

.cost-calc__body {
  padding: 3.2352941176rem 2.5294117647rem 2.6470588235rem;
  background: #2c2c2c
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__body {
    padding: 2.3529411765rem 1.7647058824rem 1.7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__body {
    padding: 1.7647058824rem 1.1764705882rem 1.1764705882rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__body {
    padding: 1.1764705882rem .7647058824rem .7647058824rem
  }
}

.cost-calc__title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  padding-bottom: 1.1764705882rem;
  color: #fff
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__title {
    padding-bottom: .8823529412rem;
    font-size: 2.3529411765rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__title {
    font-size: 1.7647058824rem
  }
}

.cost-calc__item {
  padding: 2.2352941176rem 0;
  font-size: 1.1764705882rem;
  color: #fff;
  gap: .5882352941rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #474747
}

.cost-calc__item:first-child {
  border: 0
}

.cost-calc__item:nth-child(2) {
  border: 0
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__item {
    padding: 1.7647058824rem 0
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__item {
    padding: 1.4705882353rem 0;
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__item {
    padding: 1.1176470588rem 0;
    font-size: .8823529412rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__item {
    flex-direction: column
  }
}

.cost-calc__select {
  display: flex;
  gap: 2.0588235294rem
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__select {
    gap: 1.4705882353rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__select {
    justify-content: flex-end
  }
}

.cost-calc__yes-no {
  cursor: pointer;
  width: 3.8823529412rem;
  height: 2.9411764706rem;
  font-size: 1.4117647059rem;
  font-weight: 300;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-sizing: border-box
}

.cost-calc__yes-no.active {
  border: 3px solid #b19682 !important;
  color: #b19682
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__yes-no {
    width: 2.9411764706rem;
    height: 2.3529411765rem;
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__yes-no {
    width: 2.8235294118rem;
    height: 2.1176470588rem;
    font-size: .9411764706rem
  }
}

.cost-calc__btn {
  display: block
}

.cost-calc__btn .btn {
  margin-right: 0;
  margin-left: auto;
  width: 20rem
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__btn .btn {
    width: 100%
  }
}

.single-page .content {
  margin-top: 1.7647058824rem;
  padding-left: 2.8235294118rem;
  padding-right: 2.8235294118rem;
  overflow: hidden;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

.single-page .content h2 {
  padding-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-page .content h4 {
  font-size: 1.1764705882rem
}

.single-page .content p {
  font-weight: 300
}

.single-page .content ul,
.single-page .content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.single-page .content ul {
  list-style: disc
}

.single-page .content ol {
  list-style: decimal
}

.single-page .content b,
.single-page .content strong {
  font-weight: 700
}

.single-page .content em,
.single-page .content i {
  font-style: italic
}

.article-author {
  position: sticky;
  top: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .article-author {
    position: static
  }
}

.fancybox__content {
  padding: 0 !important
}

.wpcf7-response-output {
  display: none !important
}

.copy-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  pointer-events: none
}

.comment-awaiting-moderation {
  padding: .5294117647rem .5882352941rem;
  color: #fff;
  margin-bottom: 1.1764705882rem;
  font-size: 1.1764705882rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%)
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-family: sans-serif
}

th,
td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left
}

th {
  background-color: #f4f4f4;
  font-weight: bold
}

tr:nth-child(even) {
  background-color: #f9f9f9
}

tr:hover {
  background-color: #f1f1f1
}

.short_button {
  display: inline-block;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff !important;
  padding: .8235294118rem;
  font-size: 1.4117647059rem;
  text-decoration: none;
  max-width: 60%;
  min-width: 20rem
}

.short_button:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

@media screen and (max-width:44.7058823529rem) {
  .short_button {
    font-size: .8823529412rem;
    padding: prem(10)
  }
}

@media screen and (max-width:35.2941176471rem) {
  .short_button {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box
  }
}

.wpcf7-not-valid-tip {
  width: 23.5294117647rem;
  margin-top: 1.7647058824rem;
  margin-left: 0
}

span[data-name=all_answers] {
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .home .feedback .divider {
    display: none
  }

  .feedback form .form-submit {
    margin-bottom: 0
  }

  .feedback__body {
    height: auto
  }

  .feedback__left .feedback__body {
    height: 13.5294117647rem
  }

  .feedback__right .feedback__footer {
    display: none
  }

  .home .pre-footer-divider {
    border-top: 0 !important
  }
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1.2941176471rem
}

.cost-calc__item.error .cost-calc__yes-no {
  border: 2px solid red
}

.consultation,
.h2-title,
.subtitle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.copy-link {
  cursor: pointer
}

.location {
  position: relative
}

.form-submit {
  position: relative
}

.wpcf7-spinner {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100
}

.wpcf7-submit {
  cursor: pointer
}

.swiper-slide {
  height: auto !important;
  min-height: 0 !important
}

.home .swiper-slide {
  background: #fff
}

#pop-up-thank button {
  display: none
}

.v-title {
  display: none
}

.person__text {
  font-family: var(--ff-roboto-condensed)
}

@media screen and (max-width:45.1764705882rem) {
  .person .row.bdt {
    border-top: 0 !important
  }

  .person__position {
    font-weight: 300
  }

  .person__text {
    font-weight: 300
  }

  .services__first {
    border-right: 1px solid var(--secontary-color) !important
  }

  .person__text {
    font-family: var(--ff-roboto-condensed);
    font-size: .8823529412rem
  }

  .trusted__item:nth-child(2),
  .trusted__item:nth-child(3) {
    border-left: 0
  }

  .masmedia .btn {
    width: 100%
  }

  .case-slider__more {
    border-left: 1px solid var(--secontary-color) !important;
    border-right: 1px solid var(--secontary-color) !important
  }

  .case-slider .btn {
    width: 100%
  }

  .reviews-slider__reit {
    padding-bottom: 1.4705882353rem
  }

  .reviews-slider .swiper-slide {
    border-left: 0
  }

  .home .reviews-slider__prev,
  .home .reviews-slider__next {
    border-top: 0
  }

  .subfooter__copywrite br {
    display: block !important
  }

  .cases__filter-title {
    border-left: 0;
    border-right: 0
  }

  .cases__item {
    border-left: 0;
    border-right: 0
  }

  .order .divider {
    height: 2.0588235294rem
  }

  .page-template-cases .cases {
    border-bottom: 0
  }

  .page-template-cases .cases__grid {
    border-bottom: 0 !important
  }

  .page-template-cases .order {
    border-top: 0 !important
  }

  .page-template-cases .order .divider {
    border-top: 0 !important
  }

  .background b:before {
    width: .4117647059rem;
    height: .4117647059rem;
    margin-right: .4117647059rem;
    margin-top: .1176470588rem
  }

  .person__img {
    margin-bottom: 1.4705882353rem !important
  }

  .person__s-links {
    padding-top: 0;
    margin-bottom: 1.1764705882rem !important
  }

  .single-case__wrapp--mobile {
    padding-top: .7647058824rem
  }

  .single-case__wrapp--mobile h1 {
    font-size: 1.7647058824rem;
    margin-bottom: 1.1764705882rem
  }

  .single-case__direction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - .2941176471rem);
    text-align: center;
    line-height: 1.2;
    justify-content: center
  }

  .single-case__time {
    width: calc(50% - .2941176471rem);
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .single-case__info {
    text-align: center;
    justify-content: center;
    gap: .5882352941rem
  }

  .single-case__link a {
    margin-left: 0
  }

  .daily-stats__item {
    border-right: 0 !important;
    padding-left: 1.3529411765rem;
    text-align: left;
    justify-content: start
  }

  .daily-stats {
    border-right: 0
  }

  .single-post__order .divider,
  .single-case .divider {
    height: 2.3529411765rem;
    display: block !important
  }

  .single-case .case-slider .btn {
    max-width: none
  }

  .single-case .order .btn__gold {
    width: 8.8235294118rem
  }

  .single-post__title {
    padding: 1.0588235294rem .8823529412rem
  }

  .ss-services__slider__more {
    margin-bottom: 2.3529411765rem
  }

  .pop-up__title {
    font-size: 1.4117647059rem
  }

  .pop-up__subtitle {
    font-size: .7647058824rem
  }

  .pop-up__row .feedback__s-links {
    padding-left: 2.1176470588rem
  }

  .pop-up__row .feedback__s-links img {
    height: .7647058824rem;
    width: auto
  }

  .pop-up__close {
    width: 2.1176470588rem;
    height: 2.1176470588rem
  }

  .pop-up__close img {
    width: .8235294118rem;
    height: auto
  }

  .pop-up__bar {
    height: 2.1176470588rem !important
  }

  .pop-up__form {
    padding-top: 1.7647058824rem !important
  }

  .pop-up__form input {
    height: 1.7647058824rem !important;
    font-size: .7647058824rem !important
  }

  .pop-up__form .submit-label span {
    font-size: .7647058824rem !important
  }

  .pop-up__form form label span::before {
    margin-top: .1176470588rem;
    width: .5882352941rem;
    height: .5882352941rem;
    left: -.8823529412rem
  }

  .pop-up__form form {
    grid-template-columns: auto 9.4117647059rem
  }

  .pop-up__footer {
    height: 1.7647058824rem !important
  }

  .pop-up__items {
    padding-bottom: 0
  }

  .pop-up__footer .location {
    font-size: .4705882353rem !important
  }

  .pop-up__footer .location img {
    width: .7647058824rem !important;
    height: auto
  }

  .pop-up {
    margin: auto
  }

  .pop-up__items ul {
    padding: 1.4117647059rem 0 !important;
    font-size: .7647058824rem !important;
    gap: .5882352941rem !important
  }

  .pop-up__items ul img {
    width: 1rem !important;
    height: auto
  }

  .menu-futer-menyu-container li {
    margin-bottom: .7058823529rem;
    font-size: .7647058824rem
  }

  .menu-futer-menyu-container li a {
    text-decoration: underline
  }
}

@media screen and (max-width:36.4705882353rem) {
  .consultation__right .btn {
    width: 100%
  }

  .consultation__title {
    margin-bottom: 3.5294117647rem
  }
}

.subfooter__copywrite br {
  display: none
}

.pop-up__form input.phone-input,
.order__row input.phone-input {
  padding-left: 3.8823529412rem !important;
  background-image: url(../img/flag.webp) !important;
  background-repeat: no-repeat !important;
  background-position: 1.1764705882rem 50% !important
}

@media screen and (max-width:45.1764705882rem) {

  .pop-up__form input.phone-input,
  .order__row input.phone-input {
    padding-left: 2.0588235294rem !important;
    background-size: 1rem 1rem;
    background-position: .5294117647rem 50% !important
  }
}

.person__photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important
}

h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: normal !important
}

.reviews-slider__navigation,
.lawyers-slider__navigation {
  margin-top: -1px
}

.content-container-service {
  font-size: .9411764706rem;
  font-weight: 300
}

.content-container-service h2 {
  margin-top: 1.7647058824rem;
  font-size: 1.1764705882rem;
  font-weight: normal
}

.content-container-service h4 {
  font-size: 1.1764705882rem
}

.content-container-service p {
  font-weight: 300;
  margin-top: .8823529412rem
}

.content-container-service ul {
  margin-top: 1.7647058824rem;
  list-style: disc;
  margin-top: .8823529412rem;
  font-weight: normal
}

.content-container-service ol {
  list-style: decimal;
  margin-top: .8823529412rem;
  font-weight: 300
}

.content-container-service b,
.content-container-service strong {
  font-weight: normal
}

.content-container-service em,
.content-container-service i {
  font-weight: 300;
  font-style: italic
}

.content-container-case {
  font-size: 1.1764705882rem;
  font-weight: 300;
  line-height: 1.3
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case {
    font-size: .7647058824rem
  }
}

.content-container-case h2,
.content-container-case h3 {
  font-family: var(--ff-alumni);
  margin-top: 1.7647058824rem;
  font-size: 1.7647058824rem;
  font-weight: normal
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case h2,
  .content-container-case h3 {
    font-size: 1.4117647059rem;
    margin-top: .8823529412rem
  }
}

.content-container-case h2 strong,
.content-container-case h3 strong {
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  font-weight: normal !important
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case h2 strong,
  .content-container-case h3 strong {
    font-size: 1.4117647059rem
  }
}

.content-container-case p {
  margin-top: 1.2941176471rem;
  font-weight: 300;
  font-size: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case p {
    margin-top: .8823529412rem;
    font-size: .7647058824rem
  }
}

.content-container-case ul,
.content-container-case ol {
  margin-top: 1.1764705882rem;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case ul,
  .content-container-case ol {
    margin-top: .8823529412rem
  }
}

.content-container-case b,
.content-container-case strong {
  font-weight: 600
}

.content-container-case li {
  margin-top: .7647058824rem;
  font-size: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case li {
    margin-top: .5882352941rem;
    font-size: .7647058824rem
  }
}

.content-container-case em,
.content-container-case i {
  font-weight: 300;
  font-style: italic
}

.content-container-case ol::marker,
.content-container-case ul::marker,
.content-container-case ol span,
.content-container-case ul span,
.content-container-case li,
.content-container-case li span,
.content-container-case p span {
  font-weight: 300 !important
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

:root {
  --dark-color: #000;
  --light-color: #fff;
  --primary-color: #B19682;
  --secontary-color: #DADADA;
  --primary-color-gradient: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  --secontary-color-gradient: linear-gradient(90deg, #BDBDBD 0%, #696969 100%);
  --font-size-xl: clamp(1.4117647059rem, 1.5686vw + 17.882px, 2.8235294118rem);
  --font-size-lg: clamp(1.1764705882rem, .6536vw + 17.451px, 1.7647058824rem);
  --font-size-md: clamp(.9411764706rem, .2614vw + 14.981px, 1.1764705882rem);
  --font-size-sm: clamp(.8235294118rem, .1304vw + 13.491px, .9411764706rem);
  --font-size-xs: clamp(.7058823529rem, 14px - .104vw, .8235294118rem);
  --container-padding: clamp(1.1764705882rem, 3.398vw + 6.748px, 4.2352941176rem);
  --ff-alumni: "Alumni Sans", sans-serif;
  --ff-roboto: "Roboto", sans-serif;
  --ff-roboto-condensed: "Roboto Condensed", sans-serif;
  --full-screan: calc(100vh - 101px)
}

body {
  font-family: "Roboto", sans-serif;
  font-size: .9411764706rem;
  line-height: 1.2;
  font-weight: 400;
  background: #f9f9f9
}

a {
  color: #000;
  text-decoration: none
}

a:visited {
  color: #000;
  text-decoration: none
}

a:hover,
a:focus,
a:active {
  color: #000;
  text-decoration: none
}

a:hover,
a:active {
  outline: 0
}

.h1-title,
.reviews h1,
.jobs h1,
.sertificates .slider-lightbox h1,
.single-teem h1,
.team h1,
.single-service__title,
.single-case__title,
.single-post__title,
.services-list h2 {
  font-size: clamp(1.7647058824rem, 1vw + 1.4705882353rem, 2.8235294118rem);
  line-height: 1.2;
  color: #242222;
  font-family: var(--ff-alumni);
  padding: clamp(1.1764705882rem, 1.302vw + .8777058824rem, 2.6470588235rem) 1.7647058824rem
}

@media screen and (max-width:768px) {

  .h1-title,
  .reviews h1,
  .jobs h1,
  .sertificates .slider-lightbox h1,
  .single-teem h1,
  .team h1,
  .single-service__title,
  .single-case__title,
  .single-post__title,
  .services-list h2 {
    font-size: 1.7647058824rem
  }
}

.h2-title,
.slider-lightbox h2,
.info-text h2,
.info-text .content h2,
.info-text-content h2 {
  text-align: center;
  font-family: var(--ff-alumni);
  font-size: clamp(1.7647058824rem, 1.1765vw + 1.4948235294rem, 2.8235294118rem);
  line-height: .9
}

.pre-footer-divider {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  height: clamp(2.9411764706rem, 1.3072vw + 2.6412941176rem, 4.1176470588rem)
}

.header {
  background: #676767;
  box-sizing: border-box;
  padding-top: .8823529412rem;
  padding-bottom: .8823529412rem;
  height: 5.9411764706rem
}

@media screen and (max-width:45.1764705882rem) {
  .header {
    height: auto
  }
}

.header .container {
  height: 100%
}

.header__row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header a,
.header span {
  color: var(--light-color)
}

.header__left {
  padding-left: .1764705882rem
}

@media screen and (max-width:56.5882352941rem) {
  .header__left {
    display: none
  }
}

.header__logo {
  display: none
}

@media screen and (max-width:56.5882352941rem) {
  .header__logo {
    display: block
  }
}

@media screen and (max-width:37.6470588235rem) {
  .header__logo {
    width: 108px
  }
}

@media screen and (max-width:56.5882352941rem) {
  .header__center {
    display: none
  }
}

.header .container {
  position: relative
}

.header__search {
  display: none !important;
  width: 2.9411764706rem;
  height: 2.9411764706rem;
  right: .7058823529rem;
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0, -50%)
}

.header__search a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

@media screen and (max-width:56.5882352941rem) {
  .header__search {
    position: static;
    margin-top: 2.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .header__search {
    margin-top: 1.1764705882rem;
    height: auto
  }
}

.header__burger {
  display: none
}

@media screen and (max-width:56.5882352941rem) {
  .header__burger {
    display: block
  }
}

.promo {
  background-color: #5e5e5e;
  background-image: url("../img/promo.webp");
  background-size: cover
}

@media screen and (max-width:88.2352941176rem) {
  .promo {
    background-image: url("../img/promo-1350.webp")
  }
}

@media screen and (max-width:27.3529411765rem) {
  .promo {
    background-image: url("../img/promo-sm.webp")
  }
}

.promo .header__burger {
  opacity: .5
}

.promo .header {
  background: rgba(0, 0, 0, 0)
}

.promo .bdt,
.promo .bdb,
.promo .bdl,
.promo .bdr {
  border-color: dimgray
}

.promo__row {
  position: relative;
  box-sizing: border-box;
  position: relative;
  height: calc(100vh - 5.9411764706rem);
  max-height: 53.5294117647rem;
  padding: 3.7647058824rem 3.8235294118rem;
  min-height: 892px
}

@media screen and (max-width:58.3529411765rem) {
  .promo__row {
    padding: 3.1764705882rem 1.3529411765rem;
    min-height: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo__row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0;
    min-height: 31.7647058824rem;
    height: calc(100vh - 8.8235294118rem)
  }
}

.promo .subtext {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1176470588rem;
  margin-bottom: 1rem
}

@media screen and (max-width:58.3529411765rem) {
  .promo .subtext {
    font-size: .9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo .subtext {
    font-size: .8823529412rem;
    margin-bottom: .5294117647rem
  }
}

.promo h1 {
  font-family: "Alumni Sans";
  text-transform: uppercase;
  line-height: .8;
  background: linear-gradient(236.99deg, #E6D1BE 3.58%, #E5CEBC 31.37%, #C9A58B 68.75%, #DDAD93 92.85%, #C99E82 101.29%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 7.2352941176rem
}

@media screen and (max-width:58.3529411765rem) {
  .promo h1 {
    font-size: 4.7058823529rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo h1 {
    font-size: 2.8823529412rem
  }
}

.promo__schedule {
  margin-top: 5%;
  display: flex;
  gap: 1.1764705882rem;
  align-items: center;
  font-size: var(--font-size-md);
  font-weight: 200;
  color: #fff
}

.promo__schedule span {
  margin-left: -.8823529412rem;
  font-weight: normal;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DEB194 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .promo__schedule {
    font-size: .9411764706rem
  }
}

.promo__buttons {
  display: flex;
  gap: 2.9411764706rem;
  margin-top: 10%
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons {
    margin-top: 0
  }
}

.promo__buttons .btn__gold {
  width: 22.2352941176rem;
  height: 3.9411764706rem;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons .btn__gold {
    height: 2.6470588235rem;
    font-size: .9411764706rem;
    width: 100%
  }
}

.promo__buttons .btn__empty-silver {
  color: #fff;
  width: 19.8823529412rem;
  height: 3.9411764706rem;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons .btn__empty-silver {
    height: 2.6470588235rem;
    font-size: .9411764706rem;
    width: 100%
  }
}

@media screen and (max-width:45.1764705882rem) {
  .promo__buttons {
    gap: 1.1764705882rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .promo__buttons {
    flex-direction: column
  }
}

.promo .promo-to-down {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  bottom: 4%
}

@media screen and (max-width:45.1764705882rem) {
  .promo .promo-to-down {
    display: none
  }
}

.promo__social-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: var(--container-padding);
  height: 100%;
  left: 0;
  transform: translate(-100%, 0);
  top: 0;
  align-items: center;
  gap: 1.3529411765rem;
  justify-content: center
}

@media screen and (max-width:45.1764705882rem) {
  .promo__social-bar {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    flex-direction: row;
    height: 1.2941176471rem;
    gap: .8235294118rem;
    padding-top: 1.2352941176rem;
    padding-bottom: 1.0588235294rem;
    box-sizing: content-box
  }
}

.promo__contacts-bar {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  transform: translate(100%, 0);
  top: 0;
  height: .2352941176rem;
  opacity: .5;
  width: var(--container-padding);
  align-items: center;
  gap: 1.3529411765rem;
  padding-top: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .promo__contacts-bar {
    position: static;
    width: 100%;
    transform: translate(0, 0);
    flex-direction: row;
    height: 1.2941176471rem;
    gap: .8235294118rem;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1.0588235294rem;
    box-sizing: content-box
  }
}

.menu-logo {
  padding-left: .8823529412rem;
  padding-right: .8823529412rem
}

@media screen and (max-width:75.8235294118rem) {
  .menu-logo {
    width: 170px
  }
}

@media screen and (max-width:68.1764705882rem) {
  .menu-logo {
    display: none
  }
}

.main-menu ul {
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6470588235rem
}

@media screen and (max-width:75.8235294118rem) {
  .main-menu ul {
    gap: 1.4705882353rem
  }
}

.language-switcher {
  padding-right: .9411764706rem
}

.language-switcher ul {
  display: flex;
  flex-direction: row-reverse
}

.language-switcher ul span {
  font-size: .9411764706rem;
  text-transform: uppercase
}

.language-switcher ul li:last-child {
  border-right: 1px solid #fff;
  margin-right: .4117647059rem;
  padding-right: .4117647059rem
}

.language-switcher ul .wpml-ls-current-language {
  background: linear-gradient(80.48deg, #E6D1BE 61.81%, #896954 85.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:56.5882352941rem) {
  .language-switcher {
    padding-right: 0
  }
}

.mobile-menu {
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
  padding: 1.7647058824rem;
  padding-bottom: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background: #676767;
  overflow: auto;
  pointer-events: none
}

.mobile-menu.active {
  transform: translateX(0);
  pointer-events: auto
}

.mobile-menu .mobile-menu-wr {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

@media screen and (max-width:768px) {
  .mobile-menu .mobile-menu-wr {
    justify-content: space-between
  }
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container {
  padding-top: 4.1176470588rem;
  padding-bottom: .8823529412rem
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container li {
  padding: .9411764706rem 0;
  max-width: 17.6470588235rem
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container li:not(last-child) {
  border-bottom: 1px solid #787878
}

.mobile-menu .mobile-menu-wr .menu-golovne-menyu-container a {
  font-size: 1.1764705882rem;
  font-weight: 500;
  padding: .5882352941rem 0
}

.mobile-menu .mobile-menu-wr .mobile-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.mobile-menu .mobile-menu-wr .menu__social-bar {
  display: flex;
  gap: .8235294118rem;
  align-items: center;
  justify-content: center;
  padding-top: 4.1176470588rem;
  padding-bottom: 1.7647058824rem
}

.breadcrumbs__row {
  overflow: hidden;
  color: #111;
  font-weight: 200;
  display: flex;
  gap: .7647058824rem;
  font-size: .8823529412rem;
  padding: 1rem 1.2941176471rem;
  position: relative;
  white-space: nowrap
}

.breadcrumbs__row.overflow:after {
  text-align: center;
  content: "...";
  height: 2.3529411765rem;
  width: 1.1764705882rem;
  position: absolute;
  right: 0;
  background: #f9f9f9;
  top: .7647058824rem
}

@media screen and (max-width:768px) {
  .breadcrumbs__row {
    font-size: .8235294118rem;
    padding: .8235294118rem .7647058824rem;
    gap: .2941176471rem
  }
}

.btn {
  position: relative
}

.btn span {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box
}

.btn__gold span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff
}

.btn__gold span:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.btn__silver2 span {
  color: #b19682;
  background: #f1f1f1;
  gap: 1rem
}

.btn__silver2::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bcbcbc;
  z-index: 5
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2::before {
    width: 1px
  }
}

.btn__silver2::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: dimgray
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2::after {
    width: 1px
  }
}

.btn__silver2 span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2 span::before {
    height: 1px
  }
}

.btn__silver2 span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__silver2 span::after {
    height: 1px
  }
}

.btn__empty-gold::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #b69b87
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold::before {
    width: 1px
  }
}

.btn__empty-gold::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #896954
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold::after {
    width: 1px
  }
}

.btn__empty-gold span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text
}

.btn__empty-gold span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #B69B87 0%, #896954 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold span::before {
    height: 1px
  }
}

.btn__empty-gold span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #B69B87 0%, #896954 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-gold span::after {
    height: 1px
  }
}

.btn__empty-silver::before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bcbcbc
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver::before {
    width: 1px
  }
}

.btn__empty-silver::after {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: dimgray
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver::after {
    width: 1px
  }
}

.btn__empty-silver span::before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver span::before {
    height: 1px
  }
}

.btn__empty-silver span::after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #BCBCBC 0%, #696969 100%)
}

@media screen and (max-width:45.1764705882rem) {
  .btn__empty-silver span::after {
    height: 1px
  }
}

.pag {
  display: inline-flex;
  align-items: center
}

.pag__wrapp {
  margin-top: -1px;
  display: flex;
  justify-content: flex-end;
  height: 4.1176470588rem
}

.pag__item {
  font-size: 1.1176470588rem;
  color: #838383;
  padding: .4705882353rem
}

.pag__current {
  color: #b19682
}

.pag__btn {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  width: 4.1176470588rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.pag__pages {
  padding-left: .5882352941rem;
  padding-right: .5882352941rem
}

.pag__prev {
  margin-right: .4705882353rem
}

.pag__next {
  margin-left: .4705882353rem
}

.daily-stats ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:1360px) {
  .daily-stats ul {
    display: block
  }
}

.daily-stats__item {
  border-bottom: 1px solid var(--secontary-color);
  padding: .4705882353rem;
  padding-left: 1.3529411765rem;
  color: #4d4d4d;
  font-size: .8823529412rem;
  font-weight: 300;
  display: flex;
  align-items: center
}

.daily-stats__item span {
  display: inline-block;
  margin-left: .3529411765rem;
  color: #896954;
  font-weight: normal
}

.daily-stats__item::before {
  content: "";
  display: inline-block;
  width: .2941176471rem;
  height: .2941176471rem;
  background-color: #00b30c;
  border-radius: 100%;
  margin-right: .3529411765rem
}

.daily-stats__item:last-child {
  padding-left: .4705882353rem;
  text-align: center;
  justify-content: center;
  grid-column: span 2
}

@media screen and (max-width:45.1764705882rem) {
  .daily-stats__item:last-child {
    text-align: left !important;
    justify-content: flex-start !important;
    padding-left: 1.3529411765rem !important
  }
}

.daily-stats__item:last-child:before {
  background: none
}

.daily-stats__item:first-child {
  border-right: 1px solid var(--secontary-color)
}

.pop-up {
  max-width: 63.5294117647rem;
  margin: auto
}

.pop-up__row {
  display: grid;
  grid-template-columns: auto 34.4117647059rem
}

@media screen and (max-width:50.5882352941rem) {
  .pop-up__row {
    display: block
  }
}

.pop-up__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 18.2352941176rem;
  background: #f6f6f6
}

.pop-up .wpcf7-tel {
  border: 1px solid var(--secontary-color) !important
}

.pop-up__body {
  padding: 1.0588235294rem 1.3529411765rem
}

.pop-up__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:50.5882352941rem) {
  .pop-up__cover {
    height: 27vh
  }
}

.pop-up__title {
  font-weight: 600;
  text-align: center;
  font-family: var(--ff-alumni);
  font-size: 2.8235294118rem;
  line-height: 1
}

.pop-up__subtitle {
  line-height: 1;
  text-align: center;
  margin-top: .5882352941rem
}

.pop-up__form {
  padding-top: 3.4117647059rem;
  max-width: 29.1764705882rem;
  margin: auto
}

.pop-up__form form {
  display: grid;
  grid-template-columns: auto 12.3529411765rem
}

.pop-up__form form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  padding-left: 1.1764705882rem;
  height: 2.9411764706rem;
  margin: 0;
  border-radius: 0
}

.pop-up__form form input[type=submit] {
  display: none
}

.pop-up__form form label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff;
  font-weight: normal
}

.pop-up__form form label span {
  display: inline-block;
  position: relative
}

.pop-up__form form label span::before {
  z-index: 10;
  position: absolute;
  margin-top: .2352941176rem;
  left: -1.0588235294rem;
  content: "";
  display: block;
  background-image: url(../img/phone-arr.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: .7647058824rem;
  height: .7647058824rem
}

.pop-up__form form label .wpcf7-spinner {
  position: absolute
}

.pop-up__form form label:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.pop-up__items {
  padding-bottom: 2.3529411765rem
}

.pop-up__items ul {
  padding-top: 2.6470588235rem;
  max-width: 41.1764705882rem;
  padding-left: 2.9411764706rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(9.4117647059rem, 1fr));
  -moz-column-gap: 1.7647058824rem;
  column-gap: 1.7647058824rem;
  row-gap: .8823529412rem;
  text-align: left;
  font-size: .7647058824rem;
  font-weight: 300
}

.pop-up__items ul span {
  margin-right: .7058823529rem
}

.pop-up__items ul li {
  display: flex;
  align-items: center
}

.pop-up__bar {
  display: flex;
  height: 3.5294117647rem;
  align-items: center
}

.pop-up .feedback__s-links {
  width: 100%;
  justify-content: center
}

.pop-up .feedback__s-links ul {
  width: 100%;
  justify-content: center
}

.pop-up__close {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.pop-up__footer {
  display: flex;
  height: 3.5294117647rem;
  align-items: center;
  justify-content: center
}

#pop-up .is-close-btn {
  display: none
}

.person .divider {
  height: clamp(2.3529411765rem, 4.8vw + 1.4352941176rem, 6.7647058824rem)
}

@media screen and (max-width:45.1764705882rem) {
  .person .row {
    border-bottom: 0 !important
  }
}

.person__box {
  padding-bottom: 1rem;
  display: flex;
  margin: auto;
  max-width: 83.5294117647rem;
  gap: 5.8823529412rem;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:58.3529411765rem) {
  .person__box {
    gap: 2.3529411765rem;
    flex-direction: column-reverse
  }
}

@media screen and (max-width:45.1764705882rem) {
  .person__box {
    gap: 0
  }
}

.person__left {
  text-align: center;
  max-width: 37.3529411765rem;
  padding-left: 1.7647058824rem;
  padding-bottom: 5rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__left {
    padding: 0 1.7058823529rem 1.1764705882rem
  }
}

.person__s-links {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: .9411764706rem;
  margin-bottom: 1.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__s-links {
    padding-top: 15px
  }
}

.person__title {
  padding-bottom: .8235294118rem;
  font-family: "Alumni Sans", sans-serif;
  line-height: .9;
  font-size: clamp(1.4117647059rem, 1.5686vw + 1.0518823529rem, 2.8235294118rem)
}

@media screen and (max-width:45.1764705882rem) {
  .person__title {
    padding-bottom: 7px
  }
}

.person__position {
  color: #803d11;
  line-height: .9;
  font-size: .9411764706rem;
  margin-bottom: .8823529412rem
}

@media screen and (max-width:45.1764705882rem) {
  .person__position {
    margin-bottom: .5882352941rem;
    font-size: .8823529412rem
  }
}

.person__text {
  font-size: clamp(.8823529412rem, 1.0458vw + .5835882353rem, 1.7647058824rem);
  font-style: italic;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .person__text {
    font-size: .8823529412rem
  }
}

.person__img {
  position: relative
}

.person__img--inner {
  max-width: 33.1176470588rem;
  max-height: 33.7058823529rem;
  overflow: hidden
}

.person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.person__img::before {
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  right: -1rem;
  top: 1rem;
  position: absolute;
  background: #d8cec8
}

.person__img::after {
  content: "";
  width: 100%;
  height: 1rem;
  display: block;
  left: 1rem;
  bottom: -1rem;
  position: absolute;
  background: #d8cec8
}

@media screen and (max-width:45.1764705882rem) {
  .person__img {
    padding-right: .5294117647rem
  }

  .person__img::before {
    width: .5294117647rem;
    right: 0;
    top: .5294117647rem
  }

  .person__img::after {
    width: calc(100% - 9px);
    left: .5294117647rem;
    bottom: -.5294117647rem;
    height: .5294117647rem
  }
}

.person__photo {
  width: 11.7647058824rem;
  height: 11.7647058824rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 1.7647058824rem auto 1.1764705882rem
}

.person__name {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: var(--ff-monsterrat)
}

.person__posada {
  text-align: center;
  font-size: .8823529412rem;
  color: #b19682;
  font-family: var(--ff-outfit);
  margin-bottom: 1.2352941176rem;
  padding-top: .5882352941rem;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem
}

.person__description {
  font-size: .8823529412rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding-left: 1.1764705882rem;
  padding-right: 1.1764705882rem;
  margin-bottom: 2.8235294118rem
}

@media screen and (max-width:58.3529411765rem) {
  .person__description {
    padding-left: .5882352941rem;
    padding-right: .5882352941rem;
    margin-bottom: 1.1764705882rem;
    font-size: .7647058824rem
  }
}

.person__btn .btn {
  width: 100% !important
}

.person__author {
  padding-top: 2.0588235294rem;
  text-align: center
}

@media screen and (max-width:58.3529411765rem) {
  .person__author {
    padding-top: .8823529412rem
  }
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1764705882rem;
  position: relative
}

@media screen and (max-width:82.3529411765rem) {
  .services__grid {
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:55.8823529412rem) {
  .services__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__grid {
    gap: .8823529412rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:28.2352941176rem) {
  .services__grid {
    display: block
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services .divider {
    display: none
  }
}

.services__item {
  margin: -1px -1px -1px -1px;
  min-height: 14.1176470588rem;
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--secontary-color);
  background: #fff
}

.services__item h3 {
  font-family: "Alumni Sans", sans-serif;
  font-size: clamp(1.1764705882rem, .6536vw + 1.0265294118rem, 1.7647058824rem)
}

.services__item::before {
  content: "";
  position: absolute;
  top: -1.1764705882rem;
  right: -1.1764705882rem;
  width: 1.1764705882rem;
  height: 1.1764705882rem;
  border: 1px solid var(--secontary-color)
}

@media screen and (min-width:82.4117647059rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(2)::before,
  .services__item:nth-child(3)::before,
  .services__item:nth-child(5)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(4)::before,
  .services__item:nth-child(9)::before,
  .services__item:nth-child(14)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(24)::before {
    display: none
  }

  .services__item:nth-child(6)::before {
    border-top: 0;
    border-left: 0
  }
}

.services__item:last-child::before {
  border-right: 0;
  border-bottom: 0
}

@media screen and (max-width:82.3529411765rem)and (min-width:56.5294117647rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(2)::before,
  .services__item:nth-child(4)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(3)::before,
  .services__item:nth-child(7)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(15)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(23)::before {
    display: none
  }

  .services__item:nth-child(5)::before {
    border-top: 0;
    border-left: 0
  }
}

@media screen and (max-width:55.8823529412rem)and (min-width:45.2352941176rem) {

  .services__item:nth-child(1)::before,
  .services__item:nth-child(3)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(2)::before,
  .services__item:nth-child(5)::before,
  .services__item:nth-child(8)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(14)::before,
  .services__item:nth-child(17)::before,
  .services__item:nth-child(20)::before,
  .services__item:nth-child(23)::before,
  .services__item:nth-child(26)::before,
  .services__item:nth-child(23)::before {
    display: none
  }

  .services__item:nth-child(4)::before {
    border-top: 0;
    border-left: 0
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__item::before {
    top: -.8823529412rem;
    right: -.8823529412rem;
    width: .8823529412rem;
    height: .8823529412rem
  }

  .services__item:nth-child(2)::before {
    border-top: 0;
    border-left: 0;
    border-right: 0
  }

  .services__item:nth-child(1)::before,
  .services__item:nth-child(3)::before,
  .services__item:nth-child(5)::before,
  .services__item:nth-child(7)::before,
  .services__item:nth-child(9)::before,
  .services__item:nth-child(11)::before,
  .services__item:nth-child(13)::before,
  .services__item:nth-child(15)::before,
  .services__item:nth-child(17)::before,
  .services__item:nth-child(19)::before,
  .services__item:nth-child(21)::before,
  .services__item:nth-child(23)::before,
  .services__item:nth-child(25)::before {
    display: none
  }
}

@media screen and (max-width:28.2352941176rem) {
  .services__item {
    min-height: auto;
    margin-bottom: .8823529412rem
  }

  .services__item::before {
    display: none
  }
}

.services__first {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  padding: 1.4117647059rem 1.4117647059rem .2941176471rem 1.4117647059rem;
  justify-content: space-between;
  border-bottom: 0;
  border-right: 0;
  background: #f9f9f9
}

@media screen and (max-width:28.2352941176rem) {
  .services__first {
    border-top: 0
  }
}

.services__first h2 {
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: .9;
  padding-bottom: .7058823529rem
}

.services__first .btn__gold {
  width: 15rem;
  height: 3.0588235294rem;
  font-size: 1.0764705882rem;
  display: block
}

@media screen and (max-width:29.4117647059rem) {
  .services__first {
    padding: 2.5882352941rem 1rem
  }

  .services__first h2 {
    font-size: 1.4117647059rem
  }

  .services__first .services__text {
    font-weight: 300;
    font-size: .8823529412rem;
    padding-bottom: .8823529412rem
  }

  .services__first .btn__gold {
    width: 10.4117647059rem;
    height: 2.6470588235rem;
    font-size: .8823529412rem
  }
}

.services__text {
  font-size: .9411764706rem
}

.services__btns {
  display: flex;
  gap: 1.1764705882rem;
  align-items: center
}

.services__btns ul {
  padding-left: .5882352941rem;
  display: flex;
  gap: 1.5294117647rem
}

.services__box {
  display: block;
  width: 100%;
  box-sizing: border-box
}

.services__box__inner {
  padding: 1.1764705882rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .3s;
  background: #fff
}

.services__box2 {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1.1764705882rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition-duration: .3s
}

@media screen and (max-width:28.2352941176rem) {
  .services__box2 {
    display: grid;
    grid-template-columns: 2.5882352941rem 1fr;
    padding: .8823529412rem 1.2941176471rem;
    gap: 1.4705882353rem;
    align-items: center
  }
}

.services-page .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%
}

.services-page .swiper-slide a:before {
  transition-duration: .2s;
  opacity: 0
}

.services-page .swiper-slide a:hover {
  background-color: #fff
}

.services-page .swiper-slide a:hover:before {
  opacity: 1
}

.services-page .swiper-slide a img {
  transition-duration: .2s;
  height: auto;
  width: 100%
}

.services-page .slider-lightbox__slide a:before {
  background-size: 87px 87px
}

.home .services__item::nth-last-child(-n+5) {
  border-bottom: none
}

.home .services__item::nth-child(-n+4) {
  border-top: none
}

.home .services__item::nth-child(-n+4)::before {
  display: none
}

.home .services__first {
  padding-bottom: 1.1764705882rem
}

.home .services__item::last-child a {
  align-items: center;
  justify-content: center
}

.home .services__item::last-child::before {
  display: none
}

.home .services__item {
  padding: 1.4705882353rem;
  transition-duration: .2s
}

@media screen and (max-width:28.2352941176rem) {
  .home .services__item {
    padding: .8823529412rem 1.2941176471rem
  }
}

.home .services__item .services__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

@media screen and (max-width:28.2352941176rem) {
  .home .services__item .services__box {
    display: grid;
    grid-template-columns: 2.5882352941rem 1fr;
    gap: 1.4705882353rem;
    align-items: center
  }
}

.home .services__item:hover {
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.home .services__item:last-child {
  display: flex;
  justify-content: center;
  align-items: center
}

.home .services__item:last-child:before {
  display: none
}

.home .services__item:nth-child(4n):before {
  display: none
}

@media screen and (max-width:28.2352941176rem) {
  .home .services .row {
    border-top: 0 !important;
    border-bottom: 0 !important
  }

  .home .services__item:last-child {
    margin: 0
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services__first {
    padding-bottom: 1.1764705882rem;
    padding-top: 1.1764705882rem
  }
}

.trusted .row {
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .trusted .row {
    flex-direction: column
  }
}

.trusted__title {
  width: 34.3529411765rem;
  grid-column: span 4;
  padding: 1.4705882353rem 1.4117647059rem;
  font-size: 1.7647058824rem;
  box-sizing: border-box
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__title {
    font-size: 1.1764705882rem;
    padding: .8823529412rem 1.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__title {
    width: 100%;
    min-height: 5rem;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.trusted__item {
  width: 22.9411764706rem;
  display: flex;
  flex-direction: column;
  gap: 1.1764705882rem;
  padding: 1.0588235294rem 1.7058823529rem;
  grid-column: span 3;
  border-left: 1px solid var(--secontary-color)
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item {
    padding: .8823529412rem 1.3529411765rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__item {
    width: 100%;
    gap: .5882352941rem;
    min-height: 5rem;
    border-bottom: 1px solid var(--secontary-color)
  }

  .trusted__item:last-child {
    border: 0
  }
}

.trusted__item span {
  font-size: 3.7647058824rem;
  font-weight: 900;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item span {
    font-size: 2.9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .trusted__item span {
    font-size: 2.3529411765rem
  }
}

.trusted__item p {
  font-weight: 300;
  font-size: .9411764706rem
}

@media screen and (max-width:58.3529411765rem) {
  .trusted__item p {
    font-size: .8823529412rem
  }
}

.lawyers-slider h2 {
  padding: clamp(1.9411764706rem, 1.3725vw + 1.6262941176rem, 3.1764705882rem) 0
}

.lawyers-slider__item {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  text-align: center
}

.lawyers-slider__slider {
  overflow: hidden
}

.lawyers-slider__img {
  display: block;
  width: 100%;
  height: 32.7058823529rem;
  position: relative
}

.lawyers-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.lawyers-slider__img::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.7647058824rem;
  height: 1px;
  right: -1.7647058824rem;
  bottom: 1px;
  background: var(--secontary-color)
}

.lawyers-slider__name {
  font-family: var(--ff-alumni);
  font-size: clamp(1.1764705882rem, .6536vw + 1.0265294118rem, 1.7647058824rem);
  padding-bottom: .1764705882rem;
  line-height: 1.4
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__name {
    padding-top: .8823529412rem;
    font-size: 1.1764705882rem
  }
}

.lawyers-slider__info {
  padding: 0 .8823529412rem .8823529412rem;
  min-height: 12.9411764706rem
}

.lawyers-slider__position {
  color: #b19682;
  font-size: clamp(.7647058824rem, .35vw + .6255882353rem, .9411764706rem);
  padding-bottom: .3529411765rem
}

.lawyers-slider__description {
  max-width: 20.8823529412rem;
  margin: auto;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__description {
    font-size: .8823529412rem
  }
}

.lawyers-slider__more {
  border-top: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.lawyers-slider__navigation {
  border-top: 1px solid var(--secontary-color);
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.lawyers-slider__prev {
  border-left: 1px solid var(--secontary-color);
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__prev {
    height: 2.6470588235rem
  }

  .lawyers-slider__prev svg {
    height: .9411764706rem
  }
}

.lawyers-slider__prev:not(:hover) svg path {
  fill: #7d7d7d
}

.lawyers-slider__prev:hover {
  background: #f8f3ec
}

.lawyers-slider__next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .lawyers-slider__next {
    height: 2.6470588235rem
  }

  .lawyers-slider__next svg {
    height: .9411764706rem
  }
}

.lawyers-slider__next:not(:hover) svg path {
  fill: #7d7d7d
}

.lawyers-slider__next:hover {
  background: #f8f3ec
}

.lawyers-slider .swiper-slide {
  height: calc(100% + 1.1764705882rem) !important
}

.masmedia h2 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.masmedia .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.masmedia__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2352941176rem
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:61.4705882353rem) {
  .masmedia__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .masmedia__grid {
    grid-template-columns: 1fr
  }
}

.masmedia__item {
  height: clamp(20.5882352941rem, 6vw + 19.2117647059rem, 25.1764705882rem);
  position: relative
}

.masmedia__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .47);
  transition-duration: .3s
}

.masmedia__item:hover::after {
  height: 40%
}

.masmedia__item:first-child {
  grid-column: span 2
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__item:first-child {
    grid-column: span 1
  }
}

.masmedia__item:nth-child(4) {
  grid-column: span 2
}

@media screen and (max-width:76.4705882353rem) {
  .masmedia__item:nth-child(4) {
    grid-column: span 1
  }
}

@media screen and (max-width:45.1764705882rem) {

  .masmedia__item:nth-child(4),
  .masmedia__item:nth-child(5),
  .masmedia__item:nth-child(6) {
    display: none
  }
}

.masmedia__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block
}

.masmedia__inner {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 1.3529411765rem 1.7058823529rem;
  height: 100%;
  width: 100%;
  gap: 72%
}

.masmedia__tag {
  text-align: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.masmedia__tag span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5882352941rem .8823529412rem;
  background: rgba(0, 0, 0, .51)
}

.masmedia__title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  max-width: 22.2941176471rem
}

.masmedia__more {
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color)
}

.masmedia__more:before {
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem);
  border-bottom: 1px solid var(--secontary-color)
}

.masmedia .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .masmedia .btn {
    height: 2.6470588235rem
  }
}

.masmedia2 .masmedia__item {
  height: 18.2352941176rem
}

.masmedia2 .masmedia__title {
  font-size: .7647058824rem
}

.masmedia2 .masmedia__tag span {
  font-size: .8823529412rem;
  padding: .4117647059rem
}

.case-slider h2 {
  padding: clamp(1.9411764706rem, 1.3725vw + 1.6262941176rem, 3.1764705882rem) 0
}

.case-slider__grid {
  overflow: hidden
}

.case-slider .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.case-slider__gridwrap {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

.case-slider__item {
  display: block;
  height: clamp(20.5882352941rem, 6vw + 19.2117647059rem, 25.0588235294rem);
  position: relative
}

.case-slider__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  transition-duration: .3s
}

.case-slider__item:hover .case-slider__tag span {
  background: #b98a49
}

.case-slider__item:hover::after {
  height: 40%
}

.case-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block
}

.case-slider__inner {
  z-index: 5;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.3529411765rem 1.5294117647rem;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box
}

.case-slider__tag {
  text-align: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase
}

.case-slider__tag span {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .5882352941rem .5882352941rem;
  background: rgba(185, 138, 73, .41)
}

.case-slider__title {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  max-width: 22.2941176471rem
}

.case-slider__more {
  position: relative;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  box-sizing: border-box;
  padding-top: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem)
}

.case-slider__more:before {
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  height: clamp(2.6470588235rem, 1.7vw + 2.2570588235rem, 3.9411764706rem);
  border-bottom: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__more {
    border-left: 0;
    border-right: 0
  }
}

.case-slider__navigation {
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.case-slider__navigation .case-slider-prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation .case-slider-prev {
    height: 2.6470588235rem
  }

  .case-slider__navigation .case-slider-prev svg {
    height: .9411764706rem
  }
}

.case-slider__navigation .case-slider-prev:not(:hover) svg path {
  fill: #7d7d7d
}

.case-slider__navigation .case-slider-next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider__navigation .case-slider-next {
    height: 2.6470588235rem
  }

  .case-slider__navigation .case-slider-next svg {
    height: .9411764706rem
  }
}

.case-slider__navigation .case-slider-next:not(:hover) svg path {
  fill: #7d7d7d
}

.case-slider .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.1176470588rem
}

@media screen and (max-width:45.1764705882rem) {
  .case-slider .btn {
    height: 2.6470588235rem
  }
}

.reviews-slider h2 {
  padding: clamp(2.5294117647rem, .4575vw + 2.4244705882rem, 2.9411764706rem) 0
}

.reviews-slider .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.reviews-slider__grid {
  border: 1px solid var(--secontary-color);
  position: relative;
  overflow: hidden
}

@media screen and (max-width:31.7647058824rem) {
  .reviews-slider__grid {
    background: #fff
  }
}

.reviews-slider__grid:before {
  content: "";
  width: 100vw;
  left: calc(-100vw - 1px);
  height: 120%;
  position: absolute;
  background: #f9f9f9;
  display: block;
  top: -10%;
  z-index: 100
}

.reviews-slider__item {
  height: 100%;
  min-height: 16.2352941176rem;
  box-sizing: border-box;
  padding: 1.6470588235rem 1.7647058824rem 1.0588235294rem 1.2941176471rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff
}

.reviews-slider .swiper-slide {
  box-sizing: border-box;
  margin-top: -1px;
  margin-bottom: -1px;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  width: calc(20% + 17px);
  flex-shrink: 0
}

@media screen and (max-width:31.7647058824rem) {
  .reviews-slider .swiper-slide {
    border: 0
  }
}

.reviews-slider .swiper-slide-active {
  border-left: none !important
}

.reviews-slider__reit {
  font-size: 1.7647058824rem;
  color: #ffb924;
  padding-bottom: 1.4117647059rem
}

.reviews-slider__author {
  margin-top: 1.1764705882rem;
  font-weight: 600;
  color: #b19682
}

.reviews-slider__text {
  font-size: .8823529412rem;
  font-weight: 300;
  line-height: 1.2
}

.reviews-slider__more {
  display: flex;
  justify-content: flex-end;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color)
}

.reviews-slider__navigation {
  background: #f9f9f9;
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__navigation {
    height: 2.6470588235rem;
    width: 5.2941176471rem
  }
}

.reviews-slider__prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__prev {
    height: 2.6470588235rem
  }

  .reviews-slider__prev svg {
    height: .9411764706rem
  }
}

.reviews-slider__prev:not(:hover) svg path {
  fill: #7d7d7d
}

.reviews-slider__prev:hover {
  background: #f8f3ec
}

.reviews-slider__next {
  border-top: 1px solid var(--secontary-color);
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

@media screen and (max-width:45.1764705882rem) {
  .reviews-slider__next {
    height: 2.6470588235rem
  }

  .reviews-slider__next svg {
    height: .9411764706rem
  }
}

.reviews-slider__next:not(:hover) svg path {
  fill: #7d7d7d
}

.reviews-slider__next:hover {
  background: #f8f3ec
}

.reviews-slider .btn {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: 16.7058823529rem;
  height: 4.0588235294rem
}

.comment-awaiting-moderation {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px
}

.feedback .divider {
  height: 3.8235294118rem
}

.feedback__grid {
  display: grid;
  grid-template-columns: auto 38.9411764706rem
}

@media screen and (max-width:76.4705882353rem) {
  .feedback__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:58.3529411765rem) {
  .feedback__grid {
    display: block
  }
}

.feedback__header {
  box-sizing: border-box;
  height: 7.2352941176rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__header {
    height: auto
  }
}

.feedback__body {
  box-sizing: border-box;
  height: 26.4705882353rem
}

.feedback__footer {
  box-sizing: border-box;
  height: 4.1176470588rem
}

.feedback__s-links ul {
  gap: .8823529412rem;
  display: flex
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__s-links ul {
    gap: .4705882353rem
  }
}

.feedback__left .feedback__header {
  padding-left: 1.9411764706rem;
  padding-right: 1.9411764706rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header {
    padding: 1.4117647059rem .8823529412rem
  }
}

.feedback__left .feedback__header .promo__schedule {
  margin-top: 0;
  font-size: .9411764706rem;
  color: #000
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header .promo__schedule {
    font-size: .7647058824rem;
    gap: .2941176471rem
  }
}

.feedback__left .feedback__header .promo__schedule img {
  width: 1.0588235294rem;
  height: 1.0588235294rem
}

.feedback__left .feedback__header .promo__schedule span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__left .feedback__header .promo__schedule span {
    margin-left: 0
  }
}

.feedback__left .feedback__body {
  padding: 2.6470588235rem;
  text-align: center
}

.feedback__left .feedback__body img {
  height: 100%;
  width: auto
}

.feedback__left .feedback__body--map {
  padding: 0
}

.feedback__left .feedback__body--map iframe {
  width: 100%;
  height: 100%
}

.feedback__left .feedback__footer {
  padding-left: 1.9411764706rem;
  padding-right: 1.9411764706rem;
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.feedback__left .feedback__footer a {
  text-decoration: underline;
  font-weight: 600;
  color: #b59a86
}

.feedback__left .feedback__footer a img {
  margin-bottom: .1176470588rem
}

.feedback__right {
  overflow: hidden
}

.feedback__right .feedback__header {
  padding-left: 1.4705882353rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__right .feedback__header {
    padding-left: 0
  }
}

@media screen and (max-width:58.3529411765rem) {
  .feedback__right {
    border-top: 1px solid var(--secontary-color)
  }
}

.feedback__title {
  max-width: 20.5882352941rem;
  font-size: 1.7647058824rem;
  color: #323232;
  line-height: .9
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__title {
    padding: 1.1764705882rem .8235294118rem;
    font-size: .9411764706rem
  }
}

.feedback__phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 8.4705882353rem;
  height: 100%;
  border-left: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .feedback__phone {
    height: 100%;
    flex-shrink: 0;
    width: 4.4117647059rem;
    min-height: 3.2352941176rem
  }

  .feedback__phone img {
    width: 1.0588235294rem;
    height: 1.0588235294rem
  }
}

.feedback form {
  padding-top: 2.7058823529rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form {
    padding-top: .8823529412rem
  }
}

.feedback form input {
  width: 100%;
  border: 0;
  padding: 0 .8823529412rem;
  border-radius: 0;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  height: 2.9411764706rem;
  box-sizing: border-box;
  background: #f0f0f0
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form input {
    height: 2.3529411765rem;
    font-size: .7647058824rem;
    font-weight: 300;
    padding-left: .4705882353rem
  }
}

.feedback form textarea {
  resize: none;
  border: 0;
  padding: .5882352941rem .8823529412rem;
  border-radius: 0;
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  background: #f0f0f0;
  box-sizing: border-box;
  height: 7.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form textarea {
    height: 3.8235294118rem;
    font-size: .7647058824rem;
    font-weight: 300;
    padding: .4705882353rem
  }
}

.feedback form .form-item {
  position: relative
}

.feedback form .form-item:not(:nth-child(4)) {
  margin-bottom: 1.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .feedback form .form-item:not(:nth-child(4)) {
    margin-bottom: .8823529412rem
  }
}

.feedback form .form-file {
  border-bottom: 1px solid var(--secontary-color);
  display: block;
  background: url("../img/clip.svg") no-repeat 18px 12px;
  padding: .8823529412rem 2.8235294118rem
}

.feedback form .form-file span {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.feedback form .form-file input {
  display: none
}

.feedback form .form-checkbox {
  position: relative;
  padding-top: 1.1764705882rem;
  padding-bottom: 1.1764705882rem;
  font-size: .7647058824rem;
  font-weight: 300
}

.feedback form .form-checkbox label {
  display: flex;
  gap: .7647058824rem
}

.feedback form .form-checkbox input {
  background: #f0f0f0;
  border: 1px solid var(--secontary-color);
  flex-shrink: 0;
  width: 1.4705882353rem;
  height: 1.4705882353rem
}

.feedback form .form-submit {
  height: 4.2941176471rem;
  margin-bottom: -4.1176470588rem
}

.feedback form .form-submit input {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  font-size: 1.4117647059rem;
  color: #fff
}

.feedback form .wpcf7-not-valid-tip {
  font-size: .8823529412rem;
  position: absolute;
  left: .8823529412rem
}

.location {
  gap: .7058823529rem;
  align-items: center;
  display: flex
}

.location a {
  color: #b59a86;
  font-weight: 300
}

.info-text h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text h2 {
    padding-bottom: .5882352941rem
  }
}

.info-text .content {
  padding: clamp(1.4705882353rem, .7vw + 1.31rem, 2.3529411765rem) clamp(1.1764705882rem, .5vw + 1.0617647059rem, 1.7647058824rem)
}

.info-text .content h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content h2 {
    padding-bottom: .5882352941rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content {
    font-size: .7647058824rem
  }
}

.info-text .content h3 {
  font-family: var(--ff-alumni);
  font-size: 2.3529411765rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:768px) {
  .info-text .content h3 {
    font-size: 1.5294117647rem;
    padding-bottom: .5882352941rem
  }
}

.info-text .content h4 {
  font-family: var(--ff-alumni);
  font-size: 2.0588235294rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:768px) {
  .info-text .content h4 {
    font-size: 1.2941176471rem;
    padding-bottom: .5882352941rem
  }
}

.info-text .content strong {
  font-weight: bold
}

.info-text .content p {
  margin-bottom: 1rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text .content p {
    font-size: .7647058824rem
  }
}

.info-text .content ul,
.info-text .content ol {
  padding-left: 1.6470588235rem
}

.info-text .content ul {
  font-weight: normal;
  list-style: disc
}

.info-text .content ol {
  list-style: decimal
}

.info-text .content b,
.info-text .content strong {
  font-weight: 700
}

.info-text .content em,
.info-text .content i {
  font-style: italic
}

.info-text .content a {
  color: #b19682 !important;
  text-decoration: underline
}

.info-text-content {
  font-size: .9411764706rem;
  font-weight: 300;
  padding: clamp(1.4705882353rem, .7vw + 1.31rem, 2.3529411765rem) clamp(1.1764705882rem, .5vw + 1.0617647059rem, 1.7647058824rem)
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content {
    font-size: .7647058824rem
  }
}

.info-text-content h2 {
  text-align: left;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h2 {
    padding-bottom: .5882352941rem
  }
}

.info-text-content h3 {
  font-family: var(--ff-alumni);
  font-size: clamp(1.4705882353rem, 1.3vw + 1.1723529412rem, 2.3529411765rem);
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h3 {
    padding-bottom: .5882352941rem
  }
}

.info-text-content h4 {
  font-family: var(--ff-alumni);
  font-size: 2.0588235294rem;
  line-height: .9;
  padding-bottom: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content h4 {
    font-size: 1.2941176471rem;
    padding-bottom: .5882352941rem
  }
}

.info-text-content strong {
  font-weight: normal
}

.info-text-content p {
  font-weight: 300;
  margin-bottom: 1rem
}

@media screen and (max-width:45.1764705882rem) {
  .info-text-content p {
    font-size: .7647058824rem
  }
}

.info-text-content ul,
.info-text-content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem;
  padding-bottom: 1.1764705882rem
}

.info-text-content ul {
  font-weight: normal;
  list-style: disc
}

.info-text-content ol {
  list-style: decimal
}

.info-text-content b,
.info-text-content strong {
  font-weight: 700
}

.info-text-content em,
.info-text-content i {
  font-style: italic
}

.info-text-content a {
  color: #b19682 !important;
  text-decoration: underline
}

.consultation {
  color: #fff
}

.consultation__row {
  background-image: url(../img/consultation-l.webp), url(../img/consultation-r.webp);
  background-color: #2c2c2c;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  padding-top: 3.3529411765rem;
  padding-bottom: 4.1176470588rem;
  gap: 6.7647058824rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__row {
    padding: 1.2941176471rem 2.3529411765rem;
    gap: 1.7647058824rem
  }
}

@media screen and (max-width:540px) {
  .consultation__row {
    flex-direction: column;
    background-image: url(../img/consultation-mob.webp);
    background-size: cover;
    background-position: 50% 100%;
    text-align: left;
    align-items: flex-start
  }
}

.consultation__left {
  text-transform: uppercase;
  text-align: center;
  padding-left: 3.4117647059rem;
  font-size: clamp(3.7058823529rem, 1.8vw + 3.2929411765rem, 5.6470588235rem);
  font-family: var(--ff-alumni);
  line-height: .9
}

.consultation__left span {
  font-size: 9.7058823529rem;
  display: block
}

.consultation__left b {
  font-family: var(--ff-roboto);
  font-size: 7.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__left {
    padding-left: 0;
    font-size: 3.7058823529rem
  }

  .consultation__left span {
    font-size: 6.3529411765rem
  }

  .consultation__left b {
    font-size: 4.9411764706rem
  }
}

.consultation__right .btn {
  height: 3.9411764706rem;
  width: 15.1764705882rem;
  font-size: 1.4117647059rem;
  display: block;
  margin: 0 !important
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__right .btn {
    font-size: 1.4117647059rem;
    width: 15rem
  }
}

.consultation__title {
  max-width: 38.2352941176rem;
  font-size: 3.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: .9;
  padding-bottom: 2.6470588235rem
}

@media screen and (max-width:45.1764705882rem) {
  .consultation__title {
    font-size: 1.8823529412rem
  }
}

.consultation2 .consultation__row {
  gap: 2.9411764706rem
}

.slider-lightbox__title {
  padding-top: clamp(1.0588235294rem, 2.569vw + .5278823529rem, 3.2352941176rem) !important;
  padding-bottom: clamp(1.1764705882rem, 2.209vw + .6965294118rem, 3rem) !important
}

.slider-lightbox__slider {
  overflow: hidden
}

.slider-lightbox .slider-lightbox__row {
  position: relative;
  padding-top: clamp(1.7647058824rem, 1.979vw + 1.3110588235rem, 3.1176470588rem);
  padding-left: clamp(2.3529411765rem, 5.333vw + 1.1294117647rem, 7.0588235294rem);
  padding-right: clamp(2.3529411765rem, 5.333vw + 1.1294117647rem, 7.0588235294rem);
  padding-bottom: clamp(2.3529411765rem, 1.389vw + 2.0342941176rem, 3.5294117647rem)
}

.slider-lightbox__slide a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/lens.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: clamp(2.8235294118rem, 2.708vw + 2.2025882353rem, 5.1176470588rem)
}

.slider-lightbox__nav-left {
  cursor: pointer;
  padding-left: clamp(.8823529412rem, 1.042vw + .6434117647rem, 1.7647058824rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%
}

.slider-lightbox__nav-left svg {
  width: auto;
  height: clamp(3.0588235294rem, 3.611vw + 2.232rem, 6.1176470588rem)
}

.slider-lightbox__nav-right {
  cursor: pointer;
  padding-right: clamp(.8823529412rem, 1.042vw + .6434117647rem, 1.7647058824rem);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%
}

.slider-lightbox__nav-right svg {
  width: auto;
  height: clamp(3.0588235294rem, 3.611vw + 2.232rem, 6.1176470588rem)
}

.slider-lightbox svg:not(:hover) path {
  fill: #a1a1a1
}

.order .divider {
  height: 5rem
}

.order__row {
  text-align: center;
  padding-top: clamp(.8235294118rem, 1.042vw + .5845882353rem, 1.7647058824rem);
  padding-left: clamp(.7647058824rem, .39vw + .6166470588rem, 1.1764705882rem);
  padding-right: clamp(.7647058824rem, .39vw + .6166470588rem, 1.1764705882rem);
  background: url(../img/order-bg.webp) #2c2c2c no-repeat 0 0
}

.order__title {
  font-weight: 600;
  font-size: clamp(.9411764706rem, .98vw + .8338823529rem, 1.7647058824rem);
  text-align: center;
  font-family: var(--ff-alumni);
  padding-top: 1.3529411765rem;
  color: #fff
}

.order__logo {
  width: clamp(6.5294117647rem, 1.538vw + 5.8959411765rem, 10rem);
  margin: auto
}

.order__logo img {
  width: 100%;
  height: auto
}

.order__form {
  padding-top: clamp(.5882352941rem, .679vw + .4325882353rem, 1.3529411765rem);
  max-width: 45.5882352941rem;
  margin: auto
}

.order__form form {
  display: grid;
  grid-template-columns: auto 19.4117647059rem
}

@media screen and (max-width:768px) {
  .order__form form {
    grid-template-columns: auto 4.7058823529rem
  }
}

.order__form form input {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  height: 4rem;
  margin: 0;
  border-radius: 0
}

@media screen and (max-width:768px) {
  .order__form form input {
    height: 2.5882352941rem
  }
}

.order__form form input[type=submit] {
  display: none
}

.order__form form label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.4117647059rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff;
  font-weight: normal
}

@media screen and (max-width:768px) {
  .order__form form label {
    background-image: url(../img/button-bg.svg);
    background-size: cover
  }
}

.order__form form label span {
  display: inline-block;
  position: relative;
  display: block
}

@media screen and (max-width:768px) {
  .order__form form label span {
    text-indent: -9999px
  }
}

.order__form form label .wpcf7-spinner {
  position: absolute
}

.order__form form label:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

.order__items {
  padding-bottom: 2.3529411765rem
}

.order__items ul {
  padding-top: 1.1764705882rem;
  max-width: 41.1764705882rem;
  padding-left: 2.9411764706rem;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(9.4117647059rem, 1fr));
  -moz-column-gap: 1.7647058824rem;
  column-gap: 1.7647058824rem;
  row-gap: .8823529412rem;
  text-align: left;
  color: #fff;
  font-size: .9411764706rem;
  font-weight: 300
}

.order__items ul span {
  margin-right: .7058823529rem
}

.order__items ul li {
  display: flex;
  align-items: center
}

@media screen and (max-width:768px) {
  .order__items {
    padding-top: 1.1764705882rem
  }

  .order__items ul {
    padding-left: 0;
    -moz-column-gap: .8823529412rem;
    column-gap: .8823529412rem
  }
}

@media screen and (max-width:576px) {
  .order__items ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .7647058824rem
  }

  .order__items ul img {
    height: 15px;
    width: auto
  }

  .order__items ul span {
    margin-right: .3529411765rem
  }
}

.order__more {
  position: relative
}

.order__more .btn {
  display: block;
  width: 8.9411764706rem;
  height: 2.8823529412rem;
  margin: auto
}

.order__more .btn span {
  font-family: var(--ff-roboto);
  font-weight: 300;
  font-size: .9411764706rem;
  gap: .5882352941rem
}

.order .order-service {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%) translateY(-100%);
  width: calc(100% - 7.0588235294rem);
  background: #fff;
  font-family: var(--ff-alumni)
}

.order .order-service.active {
  display: block
}

.order .order-service__title {
  padding: 0 3.5294117647rem;
  font-size: clamp(1.4117647059rem, 1.667vw + 1.0294117647rem, 2.8235294118rem);
  line-height: 1.8;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media screen and (max-width:992px) {
  .order .order-service__title {
    padding: 0 1.4705882353rem
  }
}

.order .order-service__close {
  cursor: pointer
}

.order .order-service__body {
  grid-row-gap: .5882352941rem;
  grid-column-gap: 2.3529411765rem;
  font-size: clamp(.8823529412rem, 1.0458vw + .5835882353rem, 1.7647058824rem);
  padding: 1.7647058824rem 3.5294117647rem 2.9411764706rem;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(5, 1fr)
}

@media screen and (max-width:1560px) {
  .order .order-service__body {
    padding: 1.1764705882rem 2.3529411765rem 1.7647058824rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:1300px) {
  .order .order-service__body {
    padding: 1.1764705882rem 1.7647058824rem 1.7647058824rem;
    grid-template-columns: repeat(4, 1fr)
  }
}

@media screen and (max-width:992px) {
  .order .order-service__body {
    padding: 1.4705882353rem .8235294118rem 1.7647058824rem 1.4705882353rem;
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:640px) {
  .order .order-service__body {
    grid-template-columns: repeat(1, 1fr);
    max-height: 70vh;
    overflow: auto
  }
}

.order .order-service a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.articles h2 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.articles .h2-title h1 {
  padding-top: clamp(1.5294117647rem, .5229vw + 1.4094705882rem, 2rem);
  padding-bottom: .9411764706rem
}

.articles .subtitle {
  text-align: center;
  font-size: clamp(.7647058824rem, .5229vw + .5859411765rem, 1.1764705882rem);
  padding-bottom: clamp(1.4705882353rem, .7843vw + 1.2906470588rem, 2.0588235294rem)
}

.articles__section-title {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  padding: 1.4705882353rem;
  line-height: .9
}

.articles__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.7647058824rem
}

@media screen and (max-width:58.3529411765rem) {
  .articles__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .articles__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.articles__item {
  margin-top: -1px;
  border: 1px solid var(--secontary-color);
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px
}

.articles__item figure {
  width: 100%;
  height: 18.8235294118rem
}

.articles__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.articles__title {
  padding: .8823529412rem;
  box-sizing: border-box;
  font-size: 1.2941176471rem;
  color: #242222;
  line-height: 1.4;
  border-bottom: 1px solid var(--secontary-color)
}

.articles__more {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  color: #8e6f5a !important;
  font-family: var(--ff-alumni);
  box-sizing: border-box;
  padding: 1.4117647059rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.articles__more img {
  width: 1.8823529412rem;
  height: auto
}

.articles #videos .articles__grid {
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:58.3529411765rem) {
  .articles #videos .articles__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.articles #videos .articles__item figure {
  position: relative
}

.articles #videos .articles__item figure::before {
  content: "";
  position: absolute;
  width: 5.2941176471rem;
  height: 5.2941176471rem;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, .4)
}

.articles #videos .articles__item figure::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  border-left: 1.1764705882rem solid rgba(0, 0, 0, 0);
  border-right: 1.1764705882rem solid rgba(0, 0, 0, 0);
  border-bottom: 1.7647058824rem solid #000;
  transform: translate(-50%, -50%) rotate(90deg)
}

@media screen and (max-width:45.1764705882rem) {
  .articles__section-title {
    padding-top: .7058823529rem;
    padding-bottom: .7058823529rem;
    padding-left: .8823529412rem
  }

  .articles__item figure {
    height: 11.4705882353rem
  }

  .articles__title {
    font-size: .7647058824rem;
    padding: .5882352941rem .6470588235rem
  }

  .articles__more {
    font-size: 1.0588235294rem;
    padding: .8235294118rem .8823529412rem
  }

  .pag__btn {
    height: 2.7058823529rem;
    width: 2.7058823529rem
  }

  .pag__wrapp {
    height: 2.7058823529rem
  }

  .pag {
    display: flex;
    justify-content: space-between
  }

  .pag__wrapp {
    display: block
  }
}

.services-list h2 {
  padding: 1.5882352941rem 2rem 0
}

.services-list__row ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

@media screen and (max-width:83.5294117647rem) {
  .services-list__row ul {
    grid-template-columns: repeat(2, 1fr)
  }
}

.services-list__item {
  margin-bottom: -1px;
  border-bottom: 1px solid var(--secontary-color);
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  padding: 1.7058823529rem 0
}

.services-list__item a {
  display: flex;
  align-items: center;
  padding-left: 1rem
}

.services-list__item a::before {
  content: "";
  display: inline-block;
  left: 0;
  top: 50%;
  width: .4705882353rem;
  height: .4705882353rem;
  border-radius: 100%;
  background: #000;
  margin-top: .2941176471rem;
  margin-right: 1.0588235294rem;
  flex-shrink: 0
}

.services-list__item a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list__item a:hover::before {
  background: #e6d1be
}

.services-list__item a:hover svg path {
  fill: #896954
}

.services-list__item:nth-child(3n+1) {
  padding-left: 2.1764705882rem
}

.services-list__item:nth-child(3n) {
  padding-right: 2.1764705882rem
}

@media screen and (max-width:83.5294117647rem) {
  .services-list__item {
    padding-left: 0 !important
  }
}

.services-list .has-sub-child a svg {
  margin-left: 1.1764705882rem
}

.services-list .has-sub-child ul {
  display: none
}

.services-list .has-sub-child.active a {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list .has-sub-child.active a::before {
  background: #e6d1be
}

.services-list .has-sub-child.active a svg path {
  fill: #896954
}

.services-list .has-sub-child.active ul {
  display: block;
  border: 0;
  font-size: 1.1764705882rem;
  margin: .5882352941rem 0 .5882352941rem 2.7647058824rem
}

.services-list .has-sub-child.active ul a {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list .has-sub-child.active ul a:before {
  display: none
}

.services-list .has-sub-child.active ul a:hover {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.services-list__item2 {
  line-height: 1.4;
  font-size: 1.6470588235rem
}

@media screen and (max-width:58.3529411765rem) {
  .services-list__item {
    padding-top: .8235294118rem;
    padding-bottom: .8235294118rem;
    font-size: 1.4117647059rem
  }

  .services-list__item2 {
    font-size: 1.2941176471rem;
    line-height: 1.2;
    margin-bottom: .4705882353rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .services-list__row ul {
    grid-template-columns: 1fr
  }
}

.faq .h1-title {
  text-transform: uppercase
}

.faq__item {
  padding-left: 2.3529411765rem;
  padding-right: 7.9411764706rem;
  padding-top: 2.9411764706rem;
  padding-bottom: 1.8823529412rem;
  background-image: url("../img/plus.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2.3529411765rem) 33%
}

@media screen and (max-width:45.1764705882rem) {
  .faq__item {
    padding-left: .8823529412rem;
    padding-right: 2.7058823529rem;
    padding-top: 1.4117647059rem;
    padding-bottom: 1.5294117647rem;
    background-position: calc(100% - .7647058824rem) 17%
  }
}

.faq__item.active {
  background-image: url("../img/minus.svg")
}

.faq__question {
  font-size: 1.4117647059rem;
  line-height: 1.2;
  padding-bottom: 1.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .faq__question {
    font-weight: 600;
    font-size: .8823529412rem;
    padding-bottom: .6470588235rem
  }
}

.faq__question h2 {
  padding: 0
}

.faq__answer {
  font-size: .9411764706rem;
  font-weight: 300;
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .faq__answer {
    font-size: .7647058824rem
  }
}

.faq__subtext {
  padding: 2.3529411765rem 2.0588235294rem;
  font-size: .9411764706rem;
  line-height: 1.5;
  border-bottom: 1px solid var(--secontary-color)
}

@media screen and (max-width:45.1764705882rem) {
  .faq__subtext {
    font-size: .7647058824rem;
    padding: .8823529412rem
  }
}

.faq__item.active .faq__answer {
  display: block
}

@media screen and (max-width:45.1764705882rem) {
  .faq-page .case-slider {
    display: none
  }
}

.footer {
  padding-top: 1.7647058824rem;
  padding-bottom: 2.3529411765rem;
  background-color: #181818;
  color: var(--secondary-color)
}

.footer__title {
  line-height: .9;
  font-size: 1.4117647059rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 1.7647058824rem
}

@media screen and (max-width:62.3529411765rem) {
  .footer__title {
    text-align: center
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__title {
    display: none
  }
}

.footer__services {
  padding-bottom: 3.5294117647rem
}

.footer__services ul {
  color: #fff;
  max-width: 94.1176470588rem;
  display: flex;
  flex-wrap: wrap
}

@media screen and (max-width:62.3529411765rem) {
  .footer__services ul {
    justify-content: center
  }
}

.footer__services ul li {
  padding-bottom: .5882352941rem;
  padding-right: .8823529412rem
}

.footer__services ul li:before {
  content: "";
  display: inline-block;
  width: .2352941176rem;
  height: .2352941176rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: .4705882353rem;
  margin-left: .4705882353rem;
  margin-bottom: .1764705882rem
}

.footer__services ul a {
  color: #fff;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {
  .footer__services {
    display: none
  }
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.1764705882rem
}

@media screen and (max-width:62.3529411765rem) {
  .footer__row {
    flex-direction: column;
    margin: auto;
    max-width: 33.5294117647rem
  }
}

.footer__contacts {
  display: flex;
  gap: 2.9411764706rem;
  padding-bottom: 2.3529411765rem
}

.footer__contacts .location {
  margin-bottom: 1.1764705882rem
}

.footer__contacts .location a {
  display: flex;
  gap: .5882352941rem;
  align-items: center
}

.footer__contacts .location img {
  height: .6470588235rem;
  width: auto
}

@media screen and (max-width:30.5882352941rem) {
  .footer__contacts .location {
    display: none
  }
}

.footer__contacts .rozklad {
  margin-bottom: 1.1764705882rem;
  display: flex;
  gap: .5882352941rem;
  color: #fff;
  font-weight: 300
}

.footer__contacts .rozklad img {
  width: .6470588235rem;
  height: .6470588235rem
}

.footer__contacts .rozklad span {
  font-weight: normal
}

@media screen and (max-width:45.1764705882rem) {
  .footer__contacts {
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
  }
}

.footer__phones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 23.5294117647rem;
  gap: 1.1764705882rem
}

.footer__phones a {
  display: flex;
  gap: .5882352941rem;
  color: #b59a86;
  font-weight: 300
}

.footer__phones span {
  text-decoration: underline
}

.footer__phones img {
  width: .8235294118rem;
  height: auto
}

@media screen and (max-width:45.1764705882rem) {
  .footer__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto
  }
}

.footer__pay {
  padding-bottom: 1rem;
  align-items: center;
  text-transform: uppercase;
  display: flex;
  gap: .5882352941rem;
  color: #b1b2b2
}

.footer__pay b {
  padding-right: 2.1176470588rem
}

.footer__pay span {
  width: 3.6470588235rem;
  height: 2.3529411765rem
}

.footer__pay span img {
  max-width: 100%;
  max-height: 100%
}

@media screen and (max-width:62.3529411765rem) {
  .footer__pay {
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer__pay {
    flex-wrap: wrap;
    justify-content: center
  }

  .footer__pay b {
    text-align: center;
    display: block;
    width: 100%;
    padding: 0
  }
}

.footer .subfooter {
  padding-top: 1.7647058824rem;
  padding-bottom: 1.7647058824rem;
  color: #fff;
  font-weight: 300;
  border-top: 1px solid #545454
}

.footer .subfooter__menu ul {
  gap: 4.4117647059rem;
  display: flex
}

.footer .subfooter__menu a {
  color: #b59a86;
  text-decoration: underline
}

@media screen and (max-width:45.1764705882rem) {
  .footer .subfooter__menu {
    display: none
  }
}

@media screen and (max-width:62.3529411765rem) {
  .footer .subfooter {
    text-align: center
  }

  .footer .subfooter .subfooter__copywrite {
    margin: auto
  }
}

.footer-menu-mob {
  display: none
}

.location-mob {
  display: none
}

@media screen and (max-width:30.5882352941rem) {
  .footer__contacts {
    gap: 2.1176470588rem;
    padding-bottom: 0
  }

  .footer__contacts .rozklad {
    font-size: 14px;
    margin-bottom: .9411764706rem
  }

  .footer__phones {
    font-size: 14px;
    gap: 14px
  }

  .footer__pay {
    font-size: .7647058824rem;
    gap: .5294117647rem
  }

  .footer__pay span {
    height: 1.4117647059rem;
    width: 2.1764705882rem
  }

  .footer__row {
    gap: 0
  }

  .location-mob {
    text-align: center;
    display: block;
    margin-bottom: .5882352941rem
  }

  .location-mob a {
    text-decoration: underline;
    font-weight: 300;
    font-size: .8823529412rem;
    color: #b59a86
  }

  .footer {
    padding-bottom: 0
  }

  .footer .subfooter {
    padding: 1.4705882353rem 4.4117647059rem;
    font-size: .7647058824rem;
    font-weight: 300;
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .footer-menu-mob {
    padding: 1.7647058824rem 0;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    align-items: center;
    gap: .7647058824rem
  }

  .footer-menu-mob a {
    color: #b59a86
  }
}

.err-404 {
  height: var(--full-screan);
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center
}

.err-404__img {
  padding-top: 1.1764705882rem
}

.err-404__text {
  padding-top: clamp(3.5294117647rem, 1.563vw + 1.7095882353rem, 5.2941176471rem);
  text-align: center;
  font-weight: 300;
  font-size: clamp(.7647058824rem, .208vw + .6581764706rem, .9411764706rem)
}

.err-404__title {
  padding-bottom: .3529411765rem;
  display: block;
  font-size: clamp(.9411764706rem, .208vw + .8934705882rem, 1.1764705882rem);
  font-weight: normal
}

.err-404__btn {
  padding-top: clamp(3.8235294118rem, .26vw + 3.5205882353rem, 4.1176470588rem);
  width: 100%;
  max-width: 45rem;
  display: flex;
  gap: clamp(1rem, 1.667vw + .2342941176rem, 2.8823529412rem);
  padding-left: .5882352941rem;
  padding-right: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .err-404__btn {
    flex-wrap: wrap;
    justify-content: center
  }
}

.err-404__btn .btn {
  width: 50%;
  height: clamp(2.6470588235rem, 1.146vw + 1.7781764706rem, 3.9411764706rem);
  font-size: clamp(.8823529412rem, .521vw + .7039411765rem, 1.4117647059rem);
  font-weight: 600
}

@media screen and (max-width:640px) {
  .err-404__btn .btn {
    width: 199%
  }
}

.single-post .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-post .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-post .row {
    display: block
  }
}

.single-post .article {
  padding: 2.2352941176rem 3.0588235294rem
}

@media screen and (max-width:88.2352941176rem) {
  .single-post .article {
    grid-column: span 2
  }
}

.single-post__cover img {
  display: block
}

.single-post__info {
  padding-top: 1.5882352941rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.single-post__read-time {
  padding-left: .3529411765rem;
  padding-right: .3529411765rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-post__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-post__date b {
  color: #000
}

.single-post__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-post .btn {
  display: block;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

.single-post .btn span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

.single-post .content {
  padding-left: .4705882353rem;
  padding-right: .4705882353rem;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

.single-post .content h2 {
  padding-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-post .content h4 {
  font-size: 1.1764705882rem
}

.single-post .content ul,
.single-post .content ol {
  padding-left: 1.6470588235rem
}

.single-post .content ul {
  list-style: disc
}

.single-post .content ol {
  list-style: decimal
}

.single-post .content b,
.single-post .content strong {
  font-weight: 700
}

.single-post .content em,
.single-post .content i {
  font-style: italic
}

.single-post__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-post__conclusion .content {
  padding-bottom: 0
}

.single-post__order .order .divider {
  display: none
}

.article__content__title {
  font-size: 1.4117647059rem;
  height: 4.1176470588rem;
  padding-left: 1.7647058824rem;
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  align-items: center;
  line-height: 1.4
}

.article__content__content {
  padding: 1rem 1.7647058824rem;
  line-height: 1.4
}

.article__content__content ul {
  flex-direction: column;
  gap: 1.1764705882rem;
  display: flex
}

.article__content__content a {
  font-size: .9411764706rem
}

.article__content__content .active {
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.post-template-default .person__name {
  font-weight: 600
}

.post-template-default .person__description {
  margin-bottom: 1.1764705882rem
}

.post-template-default .person__btn .btn span {
  position: relative
}

.post-template-default .person__btn .btn span::after {
  right: .8823529412rem;
  top: .8823529412rem;
  width: 23px;
  height: 23px;
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/phone-white-2.svg");
  background-size: cover;
  z-index: 130
}

.post-template-default .sidebar.mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .post-template-default .sidebar.pc {
    display: none
  }

  .post-template-default .sidebar.mobile {
    display: block !important
  }

  .post-template-default .article {
    padding: 0
  }

  .single-post .content {
    padding-left: .7058823529rem;
    padding-right: .7058823529rem
  }

  .single-post__info,
  .single-post__exerpt {
    padding-left: .7058823529rem;
    padding-right: .7058823529rem;
    padding-top: .4705882353rem
  }

  .single-post__info {
    flex-wrap: wrap
  }

  .single-post .content h2 {
    font-size: .9411764706rem;
    padding-bottom: .4705882353rem;
    padding-top: .8823529412rem
  }

  .single-post .content {
    font-size: .7647058824rem
  }

  .article__content {
    display: none
  }

  .single-post__conclusion {
    margin: 2.3529411765rem 0
  }

  .article {
    overflow: hidden
  }

  .single-post__conclusion {
    padding: 1.0588235294rem .8823529412rem
  }

  .single-post .content h4 {
    font-size: .7647058824rem;
    font-weight: 600
  }

  .single-post .content {
    padding-bottom: .5882352941rem
  }

  .single-post__exerpt {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:550px) {
  .single-post .btn {
    width: 85%;
    height: 45px
  }

  .single-post .btn span {
    font-size: .8823529412rem
  }
}

.single-case__head {
  display: none;
  visibility: hidden
}

.single-case .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-case .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .row {
    display: block
  }
}

.single-case__wrapp {
  padding-left: 2.0588235294rem;
  padding-right: 2.0588235294rem
}

.single-case__wrapp--mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .single-case__wrapp {
    padding-left: 1.2941176471rem;
    padding-right: 1.2941176471rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__wrapp {
    padding-left: 0;
    padding-right: 0
  }

  .single-case__wrapp--mobile {
    display: block
  }

  .single-case__wrapp--pc {
    display: none
  }
}

.single-case .article {
  padding: 2.6470588235rem 0 4.1176470588rem
}

@media screen and (max-width:88.2352941176rem) {
  .single-case .article {
    grid-column: span 2
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .article {
    padding: 0 1.1764705882rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .article {
    padding-top: 1.5882352941rem
  }
}

.single-case .h1 {
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-bottom: 1.4117647059rem
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .h1 {
    font-size: 2.2352941176rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .h1 {
    font-size: 1.4117647059rem;
    margin-bottom: .5882352941rem
  }
}

.single-case .content {
  font-family: var(--ff-roboto);
  margin-top: 1.7647058824rem;
  font-weight: 300;
  line-height: 1.3
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .content {
    margin-top: 0
  }
}

.single-case .content h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-top: 1.7647058824rem
}

.single-case .content li {
  margin-bottom: .7647058824rem
}

.single-case .content p {
  margin-bottom: 1.1764705882rem
}

.single-case .content li,
.single-case .content p {
  font-weight: 300;
  font-size: 1.1764705882rem
}

@media screen and (max-width:58.3529411765rem) {

  .single-case .content li,
  .single-case .content p {
    font-size: .9411764706rem
  }
}

@media screen and (max-width:45.1764705882rem) {

  .single-case .content li,
  .single-case .content p {
    font-size: .7647058824rem
  }
}

.single-case__cover img {
  display: block
}

.single-case__info {
  display: flex;
  align-items: center;
  gap: .5882352941rem
}

@media screen and (max-width:58.3529411765rem) {
  .single-case__info {
    flex-wrap: wrap
  }
}

.single-case__direction {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-case__direction a {
  color: #8a5929
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__direction {
    font-size: .8823529412rem;
    padding: .5294117647rem;
    height: auto
  }
}

.single-case__time {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #2b3d2e;
  background: #b0deb7
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__time {
    font-size: .8823529412rem;
    padding: .5294117647rem;
    height: auto
  }
}

.single-case__link a {
  display: flex;
  gap: .5882352941rem;
  align-items: center;
  margin-left: 1.1764705882rem;
  color: #b19682
}

.single-case__link a span {
  text-decoration: underline
}

@media screen and (max-width:45.1764705882rem) {
  .single-case__link a {
    font-size: .8823529412rem
  }
}

.single-case__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-case__date b {
  color: #000
}

.single-case__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-case .btn__gold {
  display: block;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .btn__gold {
    height: 2.6470588235rem
  }
}

@media screen and (max-width:29.4117647059rem) {
  .single-case .btn__gold {
    width: 100%
  }
}

.single-case .btn__gold span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

@media screen and (max-width:58.3529411765rem) {
  .single-case .btn__gold span {
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .btn__gold span {
    font-size: .8823529412rem
  }
}

.single-case .content {
  padding-left: .4705882353rem;
  padding-right: .4705882353rem;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .content {
    padding-left: 0;
    padding-right: 0
  }
}

.single-case .content h2 {
  margin-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-case .content h4 {
  font-size: 1.1764705882rem
}

.single-case .content ul,
.single-case .content ol {
  padding-left: 1.6470588235rem
}

.single-case .content ul {
  list-style: disc
}

.single-case .content ol {
  list-style: decimal
}

.single-case .content b,
.single-case .content strong {
  font-weight: 700
}

.single-case .content em,
.single-case .content i {
  font-style: italic
}

.single-case__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-case__conclusion .content {
  padding-bottom: 0
}

.single-case .slider-lightbox__wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  padding-left: 5.2941176471rem;
  padding-right: 5.2941176471rem
}

.single-case .slider-lightbox__wrapp img {
  display: block;
  margin: auto
}

.single-case .slider-lightbox__slide {
  background: #d9d9d9
}

.single-case .slider-lightbox__slide a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.single-case .slider-lightbox__slide a:before {
  width: 3.7058823529rem;
  height: 3.7058823529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  display: none
}

.single-case .slider-lightbox-next svg,
.single-case .slider-lightbox-prev svg {
  height: 4.4117647059rem;
  width: auto
}

.single-case .order .divider {
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .single-case .article .content p {
    margin-bottom: .5882352941rem
  }

  .single-case .article {
    padding: 0
  }

  .single-case .article .content {
    padding: 1.3529411765rem
  }

  .single-case__wrapp--mobile .h1 {
    padding-left: 0;
    padding-right: 0
  }

  .single-case__wrapp--mobile {
    padding: .7647058824rem;
    padding-top: 0
  }

  .single-case .case-slider .btn {
    max-width: 17.6470588235rem;
    width: calc(100% - 5.2941176471rem)
  }
}

.single-service__img.mobile {
  display: none
}

.single-service__header {
  padding: 1.1764705882rem 1.1764705882rem 0;
  display: grid;
  grid-template-columns: 4.2352941176rem auto;
  gap: 1.4705882353rem
}

.single-service__header h1 {
  padding-top: .5882352941rem;
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-bottom: 1rem
}

.single-service__text {
  line-height: 1.2;
  max-width: 61.7647058824rem;
  font-weight: 300
}

.single-service__text p {
  margin-bottom: 1.0588235294rem;
  font-weight: 300
}

.single-service__text strong {
  font-weight: normal
}

.single-service__text a {
  color: #b19682 !important;
  text-decoration: underline
}

.single-service__content a.btn__gold {
  width: 21.1764705882rem;
  height: 3.9411764706rem;
  margin: 1.5882352941rem -1.1764705882rem 0 auto !important
}

.single-service__page .cost-calc {
  margin-top: 3.8235294118rem
}

.single-service .row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .single-service .row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-service .row {
    display: block
  }
}

@media screen and (max-width:88.2352941176rem) {
  .single-service__body {
    grid-column: span 2
  }
}

.single-service__wrapp {
  padding-left: 2.0588235294rem;
  padding-right: 2.0588235294rem
}

.single-service .article .content {
  margin-top: 1.7647058824rem
}

.single-service .article .content h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 1;
  margin-top: 1.7647058824rem
}

.single-service .article .content li {
  margin-bottom: .7647058824rem
}

.single-service .article .content p {
  margin-bottom: 1.1764705882rem
}

.single-service .article .content li,
.single-service .article .content p {
  font-weight: 300;
  font-size: 1.1764705882rem
}

.single-service__cover img {
  display: block
}

.single-service__info {
  display: flex;
  align-items: center;
  gap: .5882352941rem
}

.single-service__direction {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #8a5929;
  background: #ebdbc5
}

.single-service__direction a {
  color: #8a5929
}

.single-service__time {
  text-transform: uppercase;
  padding-left: .8823529412rem;
  padding-right: .8823529412rem;
  height: 1.8823529412rem;
  display: flex;
  align-items: center;
  color: #2b3d2e;
  background: #b0deb7
}

.single-service__link a {
  display: flex;
  gap: .5882352941rem;
  align-items: center;
  margin-left: 1.1764705882rem;
  color: #b19682
}

.single-service__link a span {
  text-decoration: underline
}

.single-service__date {
  color: #8d8d8d;
  padding-left: .3529411765rem;
  padding-right: .3529411765rem
}

.single-service__date b {
  color: #000
}

.single-service__exerpt {
  line-height: 1.4;
  padding-top: 1.5294117647rem
}

.single-service .btn__gold {
  display: block;
  max-width: 100%;
  width: 18.8235294118rem;
  height: 3.3529411765rem;
  margin: 1.1764705882rem auto 0
}

.single-service .btn__gold span {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto)
}

.single-service .content {
  padding-top: .5882352941rem;
  padding-left: .8235294118rem;
  padding-right: .8235294118rem;
  line-height: 1.3;
  padding-bottom: 2.9411764706rem
}

.single-service .content h2 {
  line-height: .9;
  margin-top: 1.7058823529rem;
  font-size: 1.1764705882rem;
  margin-bottom: .8823529412rem
}

.single-service .content p {
  font-weight: 300;
  margin-bottom: 1.2941176471rem
}

.single-service .content h4 {
  font-size: 1.1764705882rem
}

.single-service .content ul,
.single-service .content ol {
  padding-left: 1.6470588235rem;
  margin-bottom: 1.2941176471rem
}

.single-service .content ul {
  list-style: disc
}

.single-service .content ol {
  list-style: decimal
}

.single-service .content li {
  line-height: 1.4
}

.single-service .content b,
.single-service .content strong {
  font-weight: 700
}

.single-service .content em,
.single-service .content i {
  font-style: italic
}

.single-service .content img {
  max-width: 100%;
  display: block
}

.single-service__conclusion {
  padding-top: 1.3529411765rem;
  padding-bottom: 1.3529411765rem;
  background: #fbf2e6;
  margin-left: -3.0588235294rem;
  margin-right: -3.0588235294rem;
  padding-left: 3.0588235294rem;
  padding-right: 3.0588235294rem
}

.single-service__conclusion .content {
  padding-bottom: 0
}

.single-service .slider-lightbox__wrapp {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
  padding-left: 5.2941176471rem;
  padding-right: 5.2941176471rem
}

.single-service .slider-lightbox__wrapp img {
  display: block;
  margin: auto
}

.single-service .slider-lightbox__slide {
  background: #d9d9d9
}

.single-service .slider-lightbox__slide a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center
}

.single-service .slider-lightbox__slide a:before {
  width: 3.7058823529rem;
  height: 3.7058823529rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
  display: none;
  flex-shrink: 0
}

.single-service .slider-lightbox-next svg,
.single-service .slider-lightbox-prev svg {
  height: 4.4117647059rem;
  width: auto
}

.single-service .divider {
  height: 3.9411764706rem
}

.single-service .faq {
  border-left: 0 !important;
  border-right: 0 !important
}

.single-service .case-slider__more {
  border-left: 0;
  border-right: 0
}

.single-service .case-slider__gridwrap {
  border-left: 0;
  border-right: 0;
  border-bottom: 0
}

.single-service .feedback .container {
  padding: 0 !important
}

.single-service .feedback .divider,
.single-service .feedback .bdl.bdt.bdr.bdb {
  border-left: 0;
  border-right: 0
}

.ss-services {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  padding-top: 3.2352941176rem
}

.ss-services .h2-title {
  padding-bottom: 2.9411764706rem
}

.ss-services__slider {
  overflow: hidden
}

.ss-services__icon img {
  width: 3.5294117647rem;
  height: auto
}

.ss-services__item:hover {
  z-index: 100;
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.ss-services__item h3 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni)
}

.ss-services__item a {
  position: absolute;
  bottom: 1.0588235294rem;
  right: 1.0588235294rem;
  display: flex;
  gap: 1rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

.ss-services__slider__more {
  border-top: 1px solid var(--secontary-color);
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.ss-services__slider__navigation {
  width: 8.2352941176rem;
  height: 4.1176470588rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.ss-services__slider-prev {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--secontary-color);
  border-right: 1px solid var(--secontary-color);
  cursor: pointer
}

.ss-services__slider-prev:not(:hover) svg path {
  fill: #7d7d7d
}

.ss-services__slider-next {
  height: 4.1176470588rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.ss-services__slider-next:not(:hover) svg path {
  fill: #7d7d7d
}

.ss-posts {
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  margin-bottom: -1px
}

.ss-posts .h2-title {
  padding-top: 3.2352941176rem;
  padding-bottom: 2.9411764706rem
}

.ss-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.ss-posts__item {
  border: 1px solid var(--secontary-color);
  display: flex;
  padding: .7647058824rem;
  padding-left: 2.9411764706rem;
  height: 7.0588235294rem;
  align-items: center;
  position: relative;
  font-size: .9411764706rem;
  margin-top: -1px;
  transition-duration: .2s
}

.ss-posts__item:hover {
  box-shadow: 0 0 13px rgba(255, 210, 148, .53)
}

.ss-posts__item:nth-child(2n) {
  border-left: none
}

.ss-posts__number {
  color: #b19682;
  position: absolute;
  left: .7647058824rem;
  top: .7647058824rem;
  font-size: 1.4117647059rem;
  font-family: var(--ff-alumni)
}

.single-service__page .feedback {
  padding-bottom: 3.2352941176rem
}

.single-service__page .feedback .divider {
  display: none
}

.single-service__page .feedback .feedback__grid {
  grid-template-columns: repeat(2, 1fr)
}

.single-service__page-content {
  line-height: 1.3;
  margin: 2.3529411765rem 2.9411764706rem 2.9411764706rem;
  font-size: .9411764706rem;
  font-weight: 300
}

.single-service__page-content ul {
  margin-top: 1.1764705882rem;
  margin-bottom: 1.1764705882rem
}

.single-service__page-content h2 {
  font-weight: normal;
  font-size: 1.1764705882rem;
  line-height: .9;
  margin-top: 1.1764705882rem;
  margin-bottom: .8823529412rem
}

.single-service__page-content ul,
.single-service__page-content ol {
  padding-left: 1.6470588235rem
}

.single-service__page-content ul {
  font-weight: normal;
  list-style: disc
}

.single-service__page-content ol {
  list-style: decimal
}

.sidebar.mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .single-service__img.pc {
    display: none
  }

  .single-service__img.mobile {
    display: block
  }

  .single-service__header {
    display: block
  }

  .single-service__titles {
    display: grid;
    grid-template-columns: 2.6470588235rem 1fr;
    align-items: center;
    gap: .9411764706rem;
    padding-bottom: .8235294118rem
  }

  .single-service__header h1 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
  }

  .single-service__content a.btn__gold {
    height: 2.3529411765rem;
    max-width: 14.7058823529rem
  }

  .single-service__content a.btn__gold span {
    font-size: .8823529412rem
  }

  .single-service .btn__gold {
    height: 2.3529411765rem
  }

  .single-service .btn__gold span {
    font-size: .8823529412rem
  }
}

@media screen and (max-width:58.3529411765rem)and (max-width:58.3529411765rem) {
  .sidebar.mobile {
    display: block
  }

  .sidebar.pc {
    display: none
  }
}

@media screen and (max-width:1220px) {
  .single-service .consultation__btn .btn__gold {
    width: 90%;
    box-sizing: border-box
  }
}

@media screen and (max-width:455px) {
  .single-service .consultation__btn .btn__gold {
    width: 100%;
    box-sizing: border-box
  }

  .single-service__content a.btn__gold {
    max-width: none;
    box-sizing: border-box;
    margin-left: -1.1764705882rem !important;
    margin-right: -1.1764705882rem !important;
    width: calc(100% + 40px) !important
  }

  .poslugy-template-default .pre-footer-divider {
    display: none
  }

  .poslugy-template-default .feedback__footer {
    display: none
  }

  .poslugy-template-default .feedback {
    padding-bottom: 0;
    border-bottom: 0
  }
}

@media screen and (max-width:992px) {
  .single-service__page-content {
    margin-left: .8235294118rem;
    margin-right: .8235294118rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .poslugy-template-default .cost-calc {
    margin-top: 0
  }

  .ss-posts__grid {
    display: block
  }

  .ss-posts .h2-title {
    padding: 1.8235294118rem 0
  }

  .ss-services {
    padding-top: 1.4705882353rem;
    padding-bottom: 0
  }

  .ss-services .h2-title {
    padding-bottom: 1rem;
    padding-left: .8823529412rem;
    padding-right: .8823529412rem
  }

  .poslugy-template-default .feedback__left .feedback__body {
    height: 11.7647058824rem
  }

  .ss-services__slider__navigation {
    width: 5.2941176471rem;
    height: 2.6470588235rem
  }

  .ss-services__slider-next,
  .ss-services__slider-prev {
    height: 2.6470588235rem;
    width: 2.6470588235rem
  }

  .single-service__header h1 {
    font-size: 1.7647058824rem
  }
}

.ss-services__slider__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  position: relative
}

.single-job__header {
  width: 100%;
  padding: .9411764706rem 1.7647058824rem;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__header {
    padding: .7058823529rem
  }
}

.single-job__header .h1-title {
  text-transform: uppercase;
  padding: 0 !important
}

.single-job__header span {
  background: #ebdbc5;
  display: inline-block;
  padding: .2941176471rem .9411764706rem;
  line-height: 1.4;
  color: #8a5929
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__header {
    flex-direction: column
  }
}

.single-job__title {
  width: 100%;
  display: flex;
  justify-content: space-between
}

.single-job__price {
  font-size: 1.4117647059rem;
  font-family: var(--ff-roboto);
  padding-top: 1.5294117647rem;
  padding-bottom: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__price {
    font-size: .8823529412rem;
    padding-top: .7647058824rem
  }
}

.single-job__info {
  padding: 1.4117647059rem 1.7647058824rem;
  display: flex;
  align-items: center;
  gap: 1.1764705882rem;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__info {
    padding: .5882352941rem .6470588235rem
  }
}

.single-job__info span {
  color: #b19682
}

.single-job__grafik {
  font-size: 1.4117647059rem;
  display: flex;
  gap: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__grafik {
    font-size: .8823529412rem
  }
}

.single-job__description {
  font-size: .9411764706rem;
  line-height: 1.4;
  margin: 1.6470588235rem 1.7647058824rem 1.1764705882rem;
  max-width: 70.5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__description {
    font-size: .7647058824rem;
    margin: .8235294118rem .6470588235rem .8235294118rem
  }
}

.single-job__description p {
  margin-bottom: .8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__description p {
    margin-bottom: .4705882353rem
  }
}

.single-job__table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__table {
    display: block
  }
}

.single-job__thead {
  padding: 1.1764705882rem 1.7647058824rem 1.1764705882rem;
  line-height: 1.4;
  font-size: 1.4117647059rem;
  font-weight: 600
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__thead {
    padding: .7058823529rem .4705882353rem .4705882353rem;
    font-size: .9411764706rem
  }
}

.single-job__tbody {
  margin-top: 1.0588235294rem;
  padding-left: 1.7647058824rem;
  padding-right: 1.1764705882rem;
  overflow: hidden;
  line-height: 1.4;
  padding-bottom: 8.8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__tbody {
    margin-top: 0;
    padding-left: .4705882353rem;
    font-size: .7647058824rem
  }
}

.single-job__tbody h4 {
  font-size: 1.1764705882rem
}

.single-job__tbody p {
  font-weight: 300
}

.single-job__tbody ul,
.single-job__tbody ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.single-job__tbody ul {
  list-style: disc
}

.single-job__tbody ol {
  list-style: decimal
}

.single-job__tbody b,
.single-job__tbody strong {
  font-weight: 700
}

.single-job__tbody em,
.single-job__tbody i {
  font-style: italic
}

@media screen and (max-width:58.3529411765rem) {
  .single-job__tbody {
    padding-bottom: .5882352941rem;
    border-right: 0;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.single-job textarea {
  display: block;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid var(--secontary-color);
  border-radius: 0;
  resize: none;
  height: 12.9411764706rem;
  box-sizing: border-box;
  padding: 1.4705882353rem 1.1764705882rem;
  font-size: .9411764706rem;
  font-weight: 300;
  line-height: .9;
  font-family: var(--ff-roboto);
  color: #737373
}

@media screen and (max-width:45.1764705882rem) {
  .single-job textarea {
    height: 7.6470588235rem;
    padding: .5882352941rem;
    font-size: .7647058824rem
  }
}

.single-job textarea::-moz-placeholder {
  color: #737373
}

.single-job textarea::placeholder {
  color: #737373
}

.single-job__form-controls {
  position: relative;
  height: 4rem;
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls {
    height: 2.2941176471rem
  }
}

.single-job__form-controls .wpcf7-submit {
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
  border-radius: 0;
  width: 15.1764705882rem;
  height: 100%;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  color: #fff;
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls .wpcf7-submit {
    width: 8.8235294118rem;
    font-size: .8823529412rem
  }
}

.single-job__form-controls .wpcf7-spinner {
  position: absolute
}

.single-job__form-controls .form-file {
  display: block;
  background-image: url("../img/clip.svg");
  background-repeat: no-repeat;
  padding: 0 2.8235294118rem;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: 1.3529411765rem;
  background-position: .4705882353rem 50%
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls .form-file {
    background-size: .8823529412rem
  }
}

.single-job__form-controls span {
  font-size: 1.2352941176rem;
  font-weight: 300;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-clip: text;
  text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width:45.1764705882rem) {
  .single-job__form-controls span {
    font-size: .7647058824rem
  }
}

.single-job__form-controls input {
  display: none
}

.single-job .mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {

  .single-job__thead,
  .single-job__titem {
    border-right: 0 !important
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-job .single-job__date.pc {
    display: none
  }

  .single-job .single-job__date.mobile {
    display: block;
    text-align: right
  }
}

@media screen and (max-width:58.3529411765rem)and (max-width:45.1764705882rem) {
  .single-job .single-job__date.mobile {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .single-job .job__tags.pc {
    display: none
  }

  .single-job .job__tags.mobile {
    margin-top: 11px;
    display: block
  }

  .single-job .single-job__grafik {
    width: 100%;
    justify-content: space-between
  }

  .single-job .single-job__thead {
    border-bottom: 0
  }
}

@media screen and (max-width:25.8823529412rem) {
  .single-job .form-file {
    padding-right: 1.1764705882rem;
    padding-left: 1.7647058824rem
  }
}

.team h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .team h1 {
    padding-left: .8823529412rem
  }
}

.team .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5294117647rem
}

@media screen and (max-width:82.3529411765rem) {
  .team .grid {
    grid-template-columns: 1fr
  }
}

@media screen and (max-width:45.1764705882rem) {
  .team .grid {
    gap: 1.4705882353rem
  }
}

.team__item {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: 312px auto;
  margin-bottom: -1px;
  margin-top: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .team__item {
    grid-template-columns: 1fr
  }
}

.team__item h2 {
  font-size: 1.7647058824rem;
  font-family: var(--ff-alumni);
  line-height: 2.2235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .team__item h2 {
    font-size: 1.4117647059rem;
    line-height: 1.6352941176rem
  }
}

.team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:45.1764705882rem) {
  .team__photo {
    height: 700px
  }
}

@media screen and (max-width:31.7647058824rem) {
  .team__photo {
    height: 500px
  }
}

@media screen and (max-width:23.5294117647rem) {
  .team__photo {
    height: 460px
  }
}

.team__info {
  position: relative;
  padding-bottom: 3.2352941176rem
}

.team-info__wrapp {
  padding: 1.7647058824rem 1.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__wrapp {
    padding: .8823529412rem .7058823529rem
  }
}

.team-info__position {
  font-size: 1.1764705882rem;
  color: #b19682;
  padding-top: .5882352941rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__position {
    font-size: .9411764706rem;
    padding-top: 0
  }
}

.team-info__description {
  padding-top: 1.2941176471rem;
  font-weight: 300;
  padding-bottom: 3.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__description {
    font-size: 12px;
    padding-top: 1.0588235294rem;
    padding-bottom: 1.4705882353rem
  }
}

.team-info__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2941176471rem
}

.team-info__tags span {
  padding-left: .5882352941rem;
  padding-right: .5882352941rem;
  height: 2.3529411765rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #896954;
  background: #decab0
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__tags {
    gap: .5882352941rem
  }

  .team-info__tags span {
    padding: .5882352941rem;
    height: auto;
    font-size: .7647058824rem
  }
}

.team-info__btn {
  border-top: 1px solid var(--secontary-color);
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 3.2352941176rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

.team-info__btn .more {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4117647059rem;
  color: #8a6a55;
  font-family: var(--ff-roboto)
}

.team-info__btn .btn {
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .team-info__btn {
    height: 2.3529411765rem
  }

  .team-info__btn .more {
    font-size: .8823529412rem
  }

  .team-info__btn .btn {
    font-size: .8823529412rem
  }
}

.single-teem h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem h1 {
    padding-left: .7058823529rem
  }
}

.single-teem .team__item {
  border-right: 0;
  border-left: 0;
  width: 100%
}

.single-teem .team-info {
  padding-bottom: 5.8823529412rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info {
    padding-bottom: 0
  }
}

.single-teem .team-info__wrapp {
  padding-top: .5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__wrapp {
    padding: 1.2352941176rem 1.1176470588rem
  }
}

.single-teem .team-info__description {
  padding-top: .4117647059rem;
  max-width: 26.4705882353rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__description {
    padding-top: 1.1764705882rem;
    font-size: .7647058824rem
  }
}

.single-teem .team-info__btn {
  left: 1.4705882353rem;
  bottom: 2.5294117647rem;
  display: block;
  max-width: 18.5294117647rem
}

@media screen and (max-width:45.1764705882rem) {
  .single-teem .team-info__btn {
    position: static
  }
}

@media screen and (max-width:24.7058823529rem) {
  .single-teem .team-info__btn {
    width: 100%;
    max-width: none
  }
}

.single-teem .services__box__inner {
  min-height: 14.1176470588rem
}

.single-teem .services__item {
  border: 0
}

.advocat-services__wrapper {
  padding-top: 1.7647058824rem;
  padding-bottom: 1.1764705882rem;
  border: 1px solid var(--secontary-color)
}

@media screen and (max-width:36.4705882353rem) {
  .advocat-services__wrapper {
    display: none
  }
}

.advocat-services__wrapper .swiper-horizontal {
  overflow: hidden
}

.background {
  display: grid;
  grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width:45.1764705882rem) {
  .background {
    display: block
  }
}

.background__row {
  display: grid;
  grid-template-columns: 1fr 200px
}

@media screen and (max-width:36.4705882353rem) {
  .background__row {
    grid-template-columns: 1fr 150px
  }
}

.background__header {
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  font-weight: normal;
  line-height: 1.2;
  padding: 1.7647058824rem;
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  margin-left: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .background__header {
    padding: 1.1764705882rem 1.0588235294rem;
    font-size: 1.4117647059rem
  }
}

.background__cell {
  box-sizing: border-box;
  padding: 1.7647058824rem;
  font-size: .9411764706rem;
  line-height: 1.1;
  font-weight: 300;
  border-bottom: 1px solid var(--secontary-color);
  border-left: 1px solid var(--secontary-color);
  margin-left: -1px
}

@media screen and (max-width:45.1764705882rem) {
  .background__cell {
    padding: 1.1764705882rem 1.0588235294rem;
    font-size: .7647058824rem
  }
}

.background span {
  font-weight: normal;
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  color: #b19682;
  display: block;
  padding-bottom: .5294117647rem;
  line-height: 1.2
}

@media screen and (max-width:45.1764705882rem) {
  .background span {
    font-size: 1.4117647059rem;
    padding-bottom: .7058823529rem
  }
}

.background b {
  display: flex;
  align-items: flex-start
}

.background b:before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: .5882352941rem;
  height: .5882352941rem;
  border-radius: 100%;
  margin-top: .2352941176rem;
  margin-right: .4117647059rem;
  background: #d6b07c;
  margin-bottom: .1176470588rem
}

.sertificates h1 {
  text-align: left;
  text-transform: uppercase
}

.sertificates .order .divider {
  display: none
}

.sertificates .slider-lightbox h1 {
  padding-left: clamp(.7058823529rem, 2.481vw + .3132352941rem, 2.9411764706rem)
}

.sertificates .slider-lightbox__slide a:before {
  display: none
}

.sertificates__noslider {
  padding: clamp(.5882352941rem, 3.02vw - .1047058824rem, 3.8235294118rem);
  display: grid;
  gap: 2.3529411765rem;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:768px) {
  .sertificates__noslider {
    gap: .5882352941rem
  }
}

@media screen and (max-width:660px) {
  .sertificates__noslider {
    display: flex;
    flex-direction: column
  }
}

.sertificates__noslider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.cases__grid {
  border: 1px solid var(--secontary-color);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 1.4705882353rem;
  grid-row-gap: 1.1764705882rem
}

@media screen and (max-width:82.3529411765rem) {
  .cases__grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media screen and (max-width:60.2352941176rem) {
  .cases__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cases__grid {
    grid-template-columns: repeat(1, 1fr)
  }
}

.cases .divider {
  height: 2.8235294118rem
}

@media screen and (max-width:45.1764705882rem) {
  .cases .divider {
    height: 1.1764705882rem
  }
}

.cases .h1-title {
  padding: 2.3529411765rem 1.7647058824rem !important
}

@media screen and (max-width:45.1764705882rem) {
  .cases .h1-title {
    padding: 1.0588235294rem .6470588235rem !important
  }
}

.cases__filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1px
}

.cases__filter-title {
  display: none
}

.cases__filter-title {
  display: none
}

.cases__filter-item {
  cursor: pointer;
  display: flex;
  padding: 1.1176470588rem .8823529412rem;
  align-items: center;
  justify-self: center;
  border: 1px solid var(--secontary-color);
  margin-bottom: -1px;
  margin-left: -1px;
  position: relative;
  color: #6d6d6d;
  transition-duration: .3s
}

@media screen and (max-width:45.1764705882rem) {
  .cases__filter-item {
    padding: .5882352941rem .8823529412rem
  }
}

.cases__filter-item:hover {
  color: #b19682;
  border: 1px solid #b19682;
  z-index: 2
}

.cases__filter-item.active {
  color: #b19682;
  border: 1px solid #b19682;
  z-index: 2
}

@media screen and (max-width:520px) {
  .cases__filter {
    flex-direction: column
  }

  .cases__filter-title {
    cursor: pointer;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: block;
    background: linear-gradient(104.34deg, #E6D1BE -79.79%, #896954 75.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    padding: 1.1176470588rem .8823529412rem;
    border: 1px solid var(--secontary-color)
  }
}

@media screen and (max-width:520px)and (max-width:45.1764705882rem) {
  .cases__filter-title {
    padding: .5882352941rem .8823529412rem
  }
}

@media screen and (max-width:520px) {
  .cases__filter-item {
    display: none;
    font-size: .7647058824rem;
    padding: .3529411765rem .5882352941rem;
    border: 0 !important
  }

  .cases__filter-item.open {
    display: block
  }
}

.cases__item {
  margin-top: -1px;
  border: 1px solid var(--secontary-color)
}

.cases__item figure {
  width: 100%;
  height: 14.1176470588rem;
  overflow: hidden
}

.cases__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.cases__title {
  min-height: 4.1176470588rem;
  padding: .6470588235rem;
  box-sizing: border-box;
  font-size: .9411764706rem;
  color: #242222;
  line-height: 1.4;
  border-bottom: 1px solid var(--secontary-color)
}

.cases__more {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  color: #b19682 !important;
  font-family: var(--ff-alumni);
  box-sizing: border-box;
  padding: .8235294118rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.cases__more img {
  width: 1.8823529412rem;
  height: auto;
  opacity: .7
}

.cases__direction {
  font-weight: 600;
  box-sizing: border-box;
  padding: .7058823529rem;
  border-bottom: 1px solid var(--secontary-color)
}

.cases__direction span {
  font-size: .7647058824rem;
  display: block;
  margin-bottom: .2941176471rem
}

.cases__map iframe {
  display: block;
  height: 472px;
  width: 100%
}

.jobs h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

@media screen and (max-width:45.1764705882rem) {
  .jobs h1 {
    padding-left: .7058823529rem
  }
}

.jobs__grid {
  display: grid;
  grid-template-columns: auto 25.8823529412rem;
  gap: 1.1764705882rem
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__grid {
    display: block
  }
}

.jobs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: .8823529412rem
}

.jobs__title {
  padding-left: 1.7647058824rem;
  padding-top: 1.4705882353rem;
  line-height: 1.4;
  padding-top: 2.0588235294rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title {
    padding-left: .9411764706rem;
    padding-bottom: 1.4117647059rem
  }
}

.jobs__title h2 {
  font-size: 1.7647058824rem;
  margin-bottom: 1.1176470588rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title h2 {
    font-size: .9411764706rem;
    margin-bottom: .5882352941rem
  }
}

.jobs__title span {
  background: #ebdbc5;
  display: inline-block;
  padding: .9411764706rem;
  line-height: 1.4;
  font-size: .9411764706rem;
  color: #8a5929
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__title span {
    padding: .2941176471rem .5882352941rem;
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__options {
    border-left: 0 !important
  }
}

.jobs__options__item {
  font-size: .9411764706rem;
  width: 100%;
  padding: .5882352941rem 1.4705882353rem;
  height: 50%;
  color: #949494;
  box-sizing: border-box;
  display: flex;
  gap: 1.1764705882rem;
  align-items: center;
  justify-content: space-between
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__options__item {
    font-size: .7647058824rem
  }
}

.jobs__options__item span {
  font-size: .9411764706rem;
  color: #ab8f7b
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__options__item span {
    font-size: .7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__options__item {
    padding: 1.1764705882rem
  }
}

.jobs__info {
  display: flex;
  align-items: center;
  height: 3.9411764706rem;
  padding-left: 1.7647058824rem;
  gap: 1.4117647059rem
}

.jobs__info span {
  color: #ab8f7b
}

@media screen and (max-width:58.3529411765rem) {
  .jobs__info {
    border-top: 1px solid var(--secontary-color);
    border-bottom: 1px solid var(--secontary-color);
    padding: 1.1764705882rem;
    justify-content: space-between
  }
}

.jobs__more {
  height: 3.9411764706rem
}

.jobs__more span {
  font-size: clamp(.8823529412rem, .521vw + .7039411765rem, 1.4117647059rem);
  font-size: 1.4117647059rem
}

@media screen and (max-width:45.1764705882rem) {
  .jobs__more {
    height: 3.0588235294rem
  }

  .jobs__more span {
    font-size: .8823529412rem
  }
}

.jobs .mobile {
  display: none
}

@media screen and (max-width:58.3529411765rem) {
  .jobs .pc {
    display: none
  }

  .jobs .mobile {
    display: flex
  }
}

.h1-title {
  padding-top: 2rem !important
}

.history {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.history__row {
  display: grid;
  grid-template-columns: clamp(7.2941176471rem, 19.688vw + .2573529412rem, 22.2352941176rem) auto 23.5294117647rem
}

@media screen and (max-width:82.3529411765rem) {
  .history__row {
    grid-template-columns: clamp(7.2941176471rem, 19.688vw + .2573529412rem, 22.2352941176rem) auto;
    border-bottom: 1px solid var(--secontary-color)
  }
}

.history__slider.mobile {
  display: none
}

@media screen and (max-width:82.3529411765rem) {
  .history__slider.pc {
    display: none
  }

  .history__slider.mobile {
    border: none;
    display: block
  }

  .history__slider.mobile .reviews-slider__item {
    border-right: 1px solid var(--secontary-color)
  }
}

.history__logo {
  text-align: center;
  padding: 2.5294117647rem 1.1764705882rem;
  box-sizing: border-box
}

.history__logo img {
  width: 100%;
  height: auto;
  max-width: 13.7058823529rem
}

.history__text {
  margin: clamp(.4705882353rem, 1.667vw + .0195882353rem, 1.8823529412rem) clamp(.8235294118rem, 3.542vw + .0563529412rem, 2rem)
}

.history__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr))
}

@media screen and (max-width:58.3529411765rem) {
  .history__items {
    display: block
  }
}

.history__item {
  padding: 1.7647058824rem
}

@media screen and (max-width:58.3529411765rem) {
  .history__item {
    border-right: 0 !important;
    border-bottom: 1px solid var(--secontary-color);
    padding: 1.1764705882rem
  }
}

.history .trusted .divider {
  display: none
}

.page-template-templatespro-nas-php .reviews-slider__grid {
  border: none;
  overflow: hidden;
  height: 100%
}

.page-template-templatespro-nas-php .reviews-slider__item {
  height: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  position: relative
}

.page-template-templatespro-nas-php .reviews-slider__grid:before {
  display: none
}

.page-template-templatespro-nas-php .reviews-slider__author {
  position: absolute;
  bottom: 15px;
  left: 20px
}

.page-template-templatespro-nas-php .reviews-slider__item {
  justify-content: flex-start
}

.page-template-templatespro-nas-php .history__slider {
  position: relative
}

.page-template-templatespro-nas-php .reviews-slider__more {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  border-left: 0
}

.about-us__content {
  line-height: 1.4;
  font-weight: 300;
  font-size: clamp(.7647058824rem, 3.125vw + .0367647059rem, .9411764706rem)
}

.about-us__content h2 {
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem;
  font-weight: 600
}

.about-us__content h4 {
  font-size: 1.1764705882rem
}

.about-us__content p {
  font-weight: 300;
  margin-bottom: clamp(.4705882353rem, 2.083vw + .0318823529rem, 1.2352941176rem)
}

.about-us__content ul,
.about-us__content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.about-us__content ul {
  list-style: disc
}

.about-us__content ol {
  list-style: decimal
}

.about-us__content b,
.about-us__content strong {
  font-weight: normal
}

.about-us__content em,
.about-us__content i {
  font-style: italic
}

.reviews h1 {
  padding-left: 2.6470588235rem;
  text-transform: uppercase
}

.reviews .two-col-row {
  display: grid;
  grid-template-columns: 28.2352941176rem auto
}

@media screen and (max-width:88.2352941176rem) {
  .reviews .two-col-row {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media screen and (max-width:58.3529411765rem) {
  .reviews .two-col-row {
    display: block
  }
}

@media screen and (max-width:88.2352941176rem) {
  .reviews .article {
    grid-column: span 2
  }
}

.reviews .person__btn .btn__gold span {
  height: 67px;
  font-size: 1.4117647059rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto)
}

.reviews__add {
  border-bottom: 1px solid var(--secontary-color);
  display: flex;
  justify-content: flex-end
}

.reviews__add .btn__gold {
  display: inline-block
}

.reviews__add .btn__gold span {
  padding: 1.1176470588rem 2.1764705882rem;
  font-size: 1.4117647059rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto)
}

.reviews .average-rating {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #ffb924
}

.reviews .average-rating h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px
}

.reviews .stars-display {
  display: flex;
  align-items: center;
  gap: 10px
}

.reviews .stars-display .stars {
  font-size: 24px;
  color: #ffb924
}

.reviews .rating-text {
  font-size: 14px;
  color: #666;
  font-weight: 500
}

.reviews .rating-field {
  margin-bottom: 20px
}

.reviews .rating-field label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333
}

.reviews .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px
}

.reviews .star-rating input[type=radio] {
  display: none
}

.reviews .star-rating label {
  font-size: 3.5294117647rem;
  color: #ddd;
  cursor: pointer;
  transition: color .2s ease;
  margin: 0
}

.reviews .star-rating label:hover,
.reviews .star-rating label:hover~label,
.reviews .star-rating input[type=radio]:checked~label {
  color: #ffb924
}

.reviews .star-rating:hover label {
  color: #ddd
}

.reviews .star-rating label:hover,
.reviews .star-rating label:hover~label {
  color: #ffb924
}

.reviews .comment-rating .stars {
  color: #ffb924;
  font-size: 1.7647058824rem;
  margin-right: .2352941176rem
}

.reviews .comment-rating .rating-value {
  font-size: 14px;
  color: #666;
  font-weight: 500
}

.reviews .comment-form-title {
  margin-bottom: 20px
}

.reviews .comment-form-title label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333
}

.reviews .comment-form-title input[type=text] {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color .3s
}

.reviews .comment-form-title input[type=text]:focus {
  outline: none;
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0, 115, 170, .3)
}

.reviews .comment-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.4
}

@media(max-width:768px) {
  .reviews .star-rating label {
    font-size: 25px
  }

  .reviews .stars-display {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }

  .reviews .average-rating {
    padding: 15px
  }
}

.reviews .comment-list .comment {
  padding: 1.7647058824rem;
  padding-bottom: 1.1764705882rem;
  border-bottom: 1px solid var(--secontary-color)
}

.reviews .comment-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.1764705882rem
}

.reviews .comment-date {
  font-size: .9411764706rem;
  font-weight: 300
}

.reviews .comment-date a {
  color: #5c5c5c
}

.reviews .comment-author {
  font-size: .9411764706rem;
  font-weight: 600;
  color: #b19682;
  margin-bottom: 1rem
}

.reviews .comment-author a {
  color: inherit
}

.reviews .logged-in-as {
  display: none
}

.reviews #reply-title {
  display: none
}

.reviews .rating-field .stars-title {
  text-align: center;
  font-size: 1.7647058824rem;
  font-weight: normal;
  line-height: .9;
  padding-top: 2.3529411765rem;
  padding-top: 1.7647058824rem
}

.reviews .star-rating {
  justify-content: center
}

.reviews .comment-form-cookies-consent {
  display: none
}

.reviews textarea {
  font-size: .9411764706rem;
  font-weight: 300;
  color: #737373;
  border-radius: 0;
  padding: 1.1764705882rem;
  margin: 0;
  width: 100%;
  height: 220px;
  resize: none;
  margin-left: -1px;
  margin-right: -1px;
  width: calc(100% + 2px);
  border: 1px solid var(--secontary-color) !important
}

.reviews textarea::-moz-placeholder {
  color: #737373
}

.reviews textarea::placeholder {
  color: #737373
}

.reviews input {
  font-size: .9411764706rem;
  font-weight: 300;
  color: #737373;
  border-radius: 0;
  padding: 1.1764705882rem;
  margin: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  height: 50px;
  border: 1px solid var(--secontary-color) !important
}

.reviews input::-moz-placeholder {
  color: #737373
}

.reviews input::placeholder {
  color: #737373
}

.reviews #commentform {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2941176471rem
}

.reviews .rating-field {
  grid-column: span 2
}

.reviews .comment-form-comment {
  grid-column: span 2
}

.reviews .comment-form-author {
  grid-row-start: 2;
  grid-row-end: 3
}

.reviews .comment-form-email {
  grid-row-start: 2;
  grid-row-end: 3
}

.reviews .form-submit {
  grid-column: span 2
}

.reviews .reply {
  padding-top: .8823529412rem;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  gap: 7px
}

.reviews .reply a {
  color: #b19682
}

.reviews .reply svg {
  width: 10px;
  height: 14px
}

.reviews .depth-2,
.reviews .depth-3 {
  background-image: url("../img/reply.svg");
  background-repeat: no-repeat;
  padding-left: 6.8823529412rem !important;
  background-position: 2.6470588235rem 50%
}

.reviews .user-id-1 {
  background-image: url("../img/admin-logo.svg");
  background-color: #fffbf6;
  background-repeat: no-repeat;
  padding-left: 6.8823529412rem !important;
  background-position: 1.7647058824rem 50%
}

.reviews .form-submit {
  margin-top: -1.4705882353rem;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid var(--secontary-color)
}

.reviews .form-submit input {
  width: 260px;
  height: 67px;
  font-size: 1.2631578947rem;
  line-height: 1.2;
  font-weight: normal;
  font-family: var(--ff-roboto);
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff
}

.reviews .pre-footer-divider {
  border-left: 0;
  border-right: 0
}

input,
textarea {
  outline: none !important
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  border-color: none !important
}

@media screen and (max-width:58.3529411765rem) {
  .page-template-reviews .sidebar.mobile {
    display: block
  }

  .page-template-reviews .sidebar.pc {
    display: none
  }

  .page-template-reviews .person {
    max-width: 26.4705882353rem;
    margin: auto
  }
}

@media screen and (max-width:45.1764705882rem) {
  .reviews h1 {
    padding-left: .7058823529rem
  }

  .reviews__add .btn__gold span {
    font-size: .8823529412rem
  }

  .reviews__add .btn__gold {
    height: 2.2941176471rem
  }

  .reviews .comment-list .comment {
    padding: 1rem .9411764706rem
  }

  .reviews .comment-rating {
    margin-left: -.1764705882rem
  }

  .reviews .comment-info {
    padding-bottom: 1.1764705882rem
  }

  .reviews .user-id-1 {
    background-position: .9411764706rem .9411764706rem !important;
    background-size: 2.7647058824rem 2.7647058824rem !important;
    padding-left: 4.8235294118rem !important
  }

  .comment-content {
    font-size: .7647058824rem;
    font-weight: 300
  }

  .reviews .comment-author {
    margin-bottom: .2941176471rem
  }

  .reviews .rating-field .stars-title {
    font-size: .9411764706rem
  }

  .reviews #commentform {
    gap: 0;
    display: flex;
    flex-direction: column
  }

  .rating-field {
    order: 1
  }

  .reviews .comment-form-author {
    order: 2
  }

  .reviews .comment-form-email {
    order: 3
  }

  .reviews .comment-form-comment {
    order: 4
  }

  .reviews .form-submit input {
    height: 2.6470588235rem;
    font-size: .8823529412rem;
    padding: 0;
    position: static;
    margin: 0;
    display: block;
    border: 0;
    margin-top: -.2941176471rem;
    width: 9.4117647059rem
  }

  .reviews .form-submit {
    order: 5;
    height: 2.3529411765rem !important;
    margin: 0;
    padding: 0
  }

  .reviews .person__btn .btn__gold {
    height: 2.6470588235rem !important;
    display: flex
  }

  .reviews .person__btn .btn__gold span {
    height: 100%;
    font-size: .8823529412rem
  }

  .reviews textarea {
    height: 12.9411764706rem
  }
}

.reviews .user-id-1 .comment-info,
.reviews .user-id-1 .comment-date {
  display: none
}

html {
  scroll-behavior: smooth
}

.bd0 {
  border: 0 !important
}

.bd {
  border: 1px solid var(--secontary-color)
}

.bdl {
  border-left: 1px solid var(--secontary-color)
}

.bdr {
  border-right: 1px solid var(--secontary-color)
}

.bdt {
  border-top: 1px solid var(--secontary-color)
}

.bdb {
  border-bottom: 1px solid var(--secontary-color)
}

.divider {
  height: clamp(3.0588235294rem, 7.2vw + 1.4070588235rem, 8.8235294118rem)
}

.container {
  max-width: 112.9411764706rem;
  margin: 0 auto;
  padding: 0 var(--container-padding)
}

.overflow-hidden {
  overflow: hidden
}

.container--no-padding {
  width: 112.9411764706rem;
  margin: 0 auto
}

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

.cost-calc__vstup {
  display: flex;
  justify-content: center;
  font-size: 1.4117647059rem;
  padding: 2.5882352941rem 1.1764705882rem
}

.cost-calc__vstup span {
  width: 85%
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__vstup span {
    width: 100%;
    text-align: center
  }
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__vstup {
    padding: 1.7647058824rem .8823529412rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__vstup {
    font-size: 1.0588235294rem;
    padding: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__vstup {
    font-size: .7647058824rem
  }
}

.cost-calc__body {
  padding: 3.2352941176rem 2.5294117647rem 2.6470588235rem;
  background: #2c2c2c
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__body {
    padding: 2.3529411765rem 1.7647058824rem 1.7647058824rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__body {
    padding: 1.7647058824rem 1.1764705882rem 1.1764705882rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__body {
    padding: 1.1764705882rem .7647058824rem .7647058824rem
  }
}

.cost-calc__title {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 2.8235294118rem;
  font-family: var(--ff-alumni);
  padding-bottom: 1.1764705882rem;
  color: #fff
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__title {
    padding-bottom: .8823529412rem;
    font-size: 2.3529411765rem
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__title {
    font-size: 1.7647058824rem
  }
}

.cost-calc__item {
  padding: 2.2352941176rem 0;
  font-size: 1.1764705882rem;
  color: #fff;
  gap: .5882352941rem;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #474747
}

.cost-calc__item:first-child {
  border: 0
}

.cost-calc__item:nth-child(2) {
  border: 0
}

@media screen and (max-width:66.1176470588rem) {
  .cost-calc__item {
    padding: 1.7647058824rem 0
  }
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__item {
    padding: 1.4705882353rem 0;
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__item {
    padding: 1.1176470588rem 0;
    font-size: .8823529412rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__item {
    flex-direction: column
  }
}

.cost-calc__select {
  display: flex;
  gap: 2.0588235294rem
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__select {
    gap: 1.4705882353rem
  }
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__select {
    justify-content: flex-end
  }
}

.cost-calc__yes-no {
  cursor: pointer;
  width: 3.8823529412rem;
  height: 2.9411764706rem;
  font-size: 1.4117647059rem;
  font-weight: 300;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-sizing: border-box
}

.cost-calc__yes-no.active {
  border: 3px solid #b19682 !important;
  color: #b19682
}

@media screen and (max-width:58.3529411765rem) {
  .cost-calc__yes-no {
    width: 2.9411764706rem;
    height: 2.3529411765rem;
    font-size: 1.0588235294rem
  }
}

@media screen and (max-width:45.1764705882rem) {
  .cost-calc__yes-no {
    width: 2.8235294118rem;
    height: 2.1176470588rem;
    font-size: .9411764706rem
  }
}

.cost-calc__btn {
  display: block
}

.cost-calc__btn .btn {
  margin-right: 0;
  margin-left: auto;
  width: 20rem
}

@media screen and (max-width:32.3529411765rem) {
  .cost-calc__btn .btn {
    width: 100%
  }
}

.single-page .content {
  margin-top: 1.7647058824rem;
  padding-left: 2.8235294118rem;
  padding-right: 2.8235294118rem;
  overflow: hidden;
  line-height: 1.4;
  padding-bottom: 2.9411764706rem
}

.single-page .content h2 {
  padding-top: 1.4705882353rem;
  font-size: 1.4117647059rem;
  padding-bottom: .8235294118rem
}

.single-page .content h4 {
  font-size: 1.1764705882rem
}

.single-page .content p {
  font-weight: 300
}

.single-page .content ul,
.single-page .content ol {
  font-weight: 300;
  padding-left: 1.6470588235rem
}

.single-page .content ul {
  list-style: disc
}

.single-page .content ol {
  list-style: decimal
}

.single-page .content b,
.single-page .content strong {
  font-weight: 700
}

.single-page .content em,
.single-page .content i {
  font-style: italic
}

.article-author {
  position: sticky;
  top: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .article-author {
    position: static
  }
}

.fancybox__content {
  padding: 0 !important
}

.wpcf7-response-output {
  display: none !important
}

.copy-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity .2s ease-in-out;
  pointer-events: none
}

.comment-awaiting-moderation {
  padding: .5294117647rem .5882352941rem;
  color: #fff;
  margin-bottom: 1.1764705882rem;
  font-size: 1.1764705882rem;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%)
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-family: sans-serif
}

th,
td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  text-align: left
}

th {
  background-color: #f4f4f4;
  font-weight: bold
}

tr:nth-child(even) {
  background-color: #f9f9f9
}

tr:hover {
  background-color: #f1f1f1
}

.short_button {
  display: inline-block;
  background: linear-gradient(104.34deg, #E6D1BE -79.79%, #DFC8B4 -48.95%, #CBA78D -6.03%, #84644F 75.87%);
  color: #fff !important;
  padding: .8235294118rem;
  font-size: 1.4117647059rem;
  text-decoration: none;
  max-width: 60%;
  min-width: 20rem
}

.short_button:hover {
  background: linear-gradient(104.34deg, rgba(230, 209, 190, .8) -79.79%, rgba(223, 200, 180, .8) -48.95%, rgba(203, 167, 141, .8) -6.03%, rgba(132, 100, 79, .8) 75.87%);
  box-shadow: 0 0 .7647058824rem rgba(255, 192, 105, .66);
  color: #fff
}

@media screen and (max-width:44.7058823529rem) {
  .short_button {
    font-size: .8823529412rem;
    padding: prem(10)
  }
}

@media screen and (max-width:35.2941176471rem) {
  .short_button {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box
  }
}

.wpcf7-not-valid-tip {
  width: 23.5294117647rem;
  margin-top: 1.7647058824rem;
  margin-left: 0
}

span[data-name=all_answers] {
  display: none
}

@media screen and (max-width:45.1764705882rem) {
  .home .feedback .divider {
    display: none
  }

  .feedback form .form-submit {
    margin-bottom: 0
  }

  .feedback__body {
    height: auto
  }

  .feedback__left .feedback__body {
    height: 13.5294117647rem
  }

  .feedback__right .feedback__footer {
    display: none
  }

  .home .pre-footer-divider {
    border-top: 0 !important
  }
}

.wpcf7-form-control-wrap {
  position: relative
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -1.2941176471rem
}

.cost-calc__item.error .cost-calc__yes-no {
  border: 2px solid red
}

.consultation,
.h2-title,
.subtitle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.copy-link {
  cursor: pointer
}

.location {
  position: relative
}

.form-submit {
  position: relative
}

.wpcf7-spinner {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100
}

.wpcf7-submit {
  cursor: pointer
}

.swiper-slide {
  height: auto !important;
  min-height: 0 !important
}

.home .swiper-slide {
  background: #fff
}

#pop-up-thank button {
  display: none
}

.v-title {
  display: none
}

.person__text {
  font-family: var(--ff-roboto-condensed)
}

@media screen and (max-width:45.1764705882rem) {
  .person .row.bdt {
    border-top: 0 !important
  }

  .person__position {
    font-weight: 300
  }

  .person__text {
    font-weight: 300
  }

  .services__first {
    border-right: 1px solid var(--secontary-color) !important
  }

  .person__text {
    font-family: var(--ff-roboto-condensed);
    font-size: .8823529412rem
  }

  .trusted__item:nth-child(2),
  .trusted__item:nth-child(3) {
    border-left: 0
  }

  .masmedia .btn {
    width: 100%
  }

  .case-slider__more {
    border-left: 1px solid var(--secontary-color) !important;
    border-right: 1px solid var(--secontary-color) !important
  }

  .case-slider .btn {
    width: 100%
  }

  .reviews-slider__reit {
    padding-bottom: 1.4705882353rem
  }

  .reviews-slider .swiper-slide {
    border-left: 0
  }

  .home .reviews-slider__prev,
  .home .reviews-slider__next {
    border-top: 0
  }

  .subfooter__copywrite br {
    display: block !important
  }

  .cases__filter-title {
    border-left: 0;
    border-right: 0
  }

  .cases__item {
    border-left: 0;
    border-right: 0
  }

  .order .divider {
    height: 2.0588235294rem
  }

  .page-template-cases .cases {
    border-bottom: 0
  }

  .page-template-cases .cases__grid {
    border-bottom: 0 !important
  }

  .page-template-cases .order {
    border-top: 0 !important
  }

  .page-template-cases .order .divider {
    border-top: 0 !important
  }

  .background b:before {
    width: .4117647059rem;
    height: .4117647059rem;
    margin-right: .4117647059rem;
    margin-top: .1176470588rem
  }

  .person__img {
    margin-bottom: 1.4705882353rem !important
  }

  .person__s-links {
    padding-top: 0;
    margin-bottom: 1.1764705882rem !important
  }

  .single-case__wrapp--mobile {
    padding-top: .7647058824rem
  }

  .single-case__wrapp--mobile h1 {
    font-size: 1.7647058824rem;
    margin-bottom: 1.1764705882rem
  }

  .single-case__direction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - .2941176471rem);
    text-align: center;
    line-height: 1.2;
    justify-content: center
  }

  .single-case__time {
    width: calc(50% - .2941176471rem);
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .single-case__info {
    text-align: center;
    justify-content: center;
    gap: .5882352941rem
  }

  .single-case__link a {
    margin-left: 0
  }

  .daily-stats__item {
    border-right: 0 !important;
    padding-left: 1.3529411765rem;
    text-align: left;
    justify-content: start
  }

  .daily-stats {
    border-right: 0
  }

  .single-post__order .divider,
  .single-case .divider {
    height: 2.3529411765rem;
    display: block !important
  }

  .single-case .case-slider .btn {
    max-width: none
  }

  .single-case .order .btn__gold {
    width: 8.8235294118rem
  }

  .single-post__title {
    padding: 1.0588235294rem .8823529412rem
  }

  .ss-services__slider__more {
    margin-bottom: 2.3529411765rem
  }

  .pop-up__title {
    font-size: 1.4117647059rem
  }

  .pop-up__subtitle {
    font-size: .7647058824rem
  }

  .pop-up__row .feedback__s-links {
    padding-left: 2.1176470588rem
  }

  .pop-up__row .feedback__s-links img {
    height: .7647058824rem;
    width: auto
  }

  .pop-up__close {
    width: 2.1176470588rem;
    height: 2.1176470588rem
  }

  .pop-up__close img {
    width: .8235294118rem;
    height: auto
  }

  .pop-up__bar {
    height: 2.1176470588rem !important
  }

  .pop-up__form {
    padding-top: 1.7647058824rem !important
  }

  .pop-up__form input {
    height: 1.7647058824rem !important;
    font-size: .7647058824rem !important
  }

  .pop-up__form .submit-label span {
    font-size: .7647058824rem !important
  }

  .pop-up__form form label span::before {
    margin-top: .1176470588rem;
    width: .5882352941rem;
    height: .5882352941rem;
    left: -.8823529412rem
  }

  .pop-up__form form {
    grid-template-columns: auto 9.4117647059rem
  }

  .pop-up__footer {
    height: 1.7647058824rem !important
  }

  .pop-up__items {
    padding-bottom: 0
  }

  .pop-up__footer .location {
    font-size: .4705882353rem !important
  }

  .pop-up__footer .location img {
    width: .7647058824rem !important;
    height: auto
  }

  .pop-up {
    margin: auto
  }

  .pop-up__items ul {
    padding: 1.4117647059rem 0 !important;
    font-size: .7647058824rem !important;
    gap: .5882352941rem !important
  }

  .pop-up__items ul img {
    width: 1rem !important;
    height: auto
  }

  .menu-futer-menyu-container li {
    margin-bottom: .7058823529rem;
    font-size: .7647058824rem
  }

  .menu-futer-menyu-container li a {
    text-decoration: underline
  }
}

@media screen and (max-width:36.4705882353rem) {
  .consultation__right .btn {
    width: 100%
  }

  .consultation__title {
    margin-bottom: 3.5294117647rem
  }
}

.subfooter__copywrite br {
  display: none
}

.pop-up__form input.phone-input,
.order__row input.phone-input {
  padding-left: 3.8823529412rem !important;
  background-image: url(../img/flag.webp) !important;
  background-repeat: no-repeat !important;
  background-position: 1.1764705882rem 50% !important
}

@media screen and (max-width:45.1764705882rem) {

  .pop-up__form input.phone-input,
  .order__row input.phone-input {
    padding-left: 2.0588235294rem !important;
    background-size: 1rem 1rem;
    background-position: .5294117647rem 50% !important
  }
}

.person__photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important
}

h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  font-weight: normal !important
}

.reviews-slider__navigation,
.lawyers-slider__navigation {
  margin-top: -1px
}

.content-container-service {
  font-size: .9411764706rem;
  font-weight: 300
}

.content-container-service h2 {
  margin-top: 1.7647058824rem;
  font-size: 1.1764705882rem;
  font-weight: normal
}

.content-container-service h4 {
  font-size: 1.1764705882rem
}

.content-container-service p {
  font-weight: 300;
  margin-top: .8823529412rem
}

.content-container-service ul {
  margin-top: 1.7647058824rem;
  list-style: disc;
  margin-top: .8823529412rem;
  font-weight: normal
}

.content-container-service ol {
  list-style: decimal;
  margin-top: .8823529412rem;
  font-weight: 300
}

.content-container-service b,
.content-container-service strong {
  font-weight: normal
}

.content-container-service em,
.content-container-service i {
  font-weight: 300;
  font-style: italic
}

.content-container-case {
  font-size: 1.1764705882rem;
  font-weight: 300;
  line-height: 1.3
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case {
    font-size: .7647058824rem
  }
}

.content-container-case h2,
.content-container-case h3 {
  font-family: var(--ff-alumni);
  margin-top: 1.7647058824rem;
  font-size: 1.7647058824rem;
  font-weight: normal
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case h2,
  .content-container-case h3 {
    font-size: 1.4117647059rem;
    margin-top: .8823529412rem
  }
}

.content-container-case h2 strong,
.content-container-case h3 strong {
  font-family: var(--ff-alumni);
  font-size: 1.7647058824rem;
  font-weight: normal !important
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case h2 strong,
  .content-container-case h3 strong {
    font-size: 1.4117647059rem
  }
}

.content-container-case p {
  margin-top: 1.2941176471rem;
  font-weight: 300;
  font-size: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case p {
    margin-top: .8823529412rem;
    font-size: .7647058824rem
  }
}

.content-container-case ul,
.content-container-case ol {
  margin-top: 1.1764705882rem;
  font-weight: 300
}

@media screen and (max-width:45.1764705882rem) {

  .content-container-case ul,
  .content-container-case ol {
    margin-top: .8823529412rem
  }
}

.content-container-case b,
.content-container-case strong {
  font-weight: 600
}

.content-container-case li {
  margin-top: .7647058824rem;
  font-size: 1.1764705882rem
}

@media screen and (max-width:45.1764705882rem) {
  .content-container-case li {
    margin-top: .5882352941rem;
    font-size: .7647058824rem
  }
}

.content-container-case em,
.content-container-case i {
  font-weight: 300;
  font-style: italic
}

.content-container-case ol::marker,
.content-container-case ul::marker,
.content-container-case ol span,
.content-container-case ul span,
.content-container-case li,
.content-container-case li span,
.content-container-case p span {
  font-weight: 300 !important
}