body a,
body a:hover {
  color: #8E8E8E;
  text-decoration: none;
  outline: none;
}

input,
button {
  outline: none !important;
}

input {
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-mob {
  display: none;
}

body span.sq-sq {
  opacity: 1;
}

.ncontainer {
  width: 1720px;
  max-width: 1720px;
  margin: 0 auto;
}

.logo,
.main-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 240px;
  height: 40px;
}

.logo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.screen-1 {
  background: #4B433C;
}

.main-image {
  background-size: cover;
  background-position: top;
  height: 600px;
  width: 100%;
}

.ncontainer-inner {
  padding-left: 5%;
  padding-right: 5%;
}

.main-text {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #FFFFFF;
  max-width: 320px;
  margin-left: auto;
}

.mob-header,
.mob-lang {
  display: none;
}

.main-name-1,
.main-name-2,
.contact-title {
  font-style: normal;
  font-weight: 800;
  font-size: 115px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  line-height: 100px;
}

.main-name-2 span,
.main-name-1 span {
  position: relative;
  top: 10px;
  left: 10px;
  opacity: 0;
}

.main-name-1 {
  margin-top: 20px;
}

.main-name-2 {
  font-weight: 400;
  margin-bottom: 60px;
}

.team-one {
  transition: all 0.2s ease-out;
}

.team-one-a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 95px;
}

.left-side,
.right-side {
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 100%;
  border-right: 1px solid #b6b3b0;
  z-index: 10;
}

.right-side {
  right: 0;
  left: unset;
  border-right: unset;
  margin-left: auto;
  margin-right: 0;
}

.hl-news {
  margin-left: 55px;
}

.hl-news2 {
  margin-left: 70px;
}

.right-side>div.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  background: #4B433C;
  position: fixed;
  width: 55px;
  border-left: 1px solid #b6b3b0;
}

.right-side>div.menu>div {
  text-align: center;
  color: #fff;
  height: 10%;
}

.right-side .lang {
  padding-top: 5vh;
}

.right-side .lang>a {
  display: block;
  color: #8E8E8E;
  text-transform: uppercase;
}

.right-side .lang>a.active,
.right-side .lang>a:hover {
  color: #fff;
}

.right-side>div.menu .menu-button {
  cursor: pointer;
}

.right-side>div.menu .menu-button>span {
  display: inline-block;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  text-transform: uppercase;
  transform: rotate(-180deg);
}

.right-side .menu-icon {
  width: 24px;
  height: 24px;
  display: block;
  margin-top: 5px;
}

.right-side div.menu-button .open.menu-icon {
  display: none;
}

.right-side div.menu-button.open .open.menu-icon {
  display: block;
}

.right-side div.menu-button.open .regular.menu-icon {
  display: none;
}

span.sq-sq {
  font-size: 19px;
  display: inline-block;
  color: #3D362F;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: #3D362F;
  line-height: 22px;
  vertical-align: baseline;
  margin-right: 5px;
}

.sq-hdr {
  font-size: 19px;
  color: #3D362F;
  line-height: 22px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-weight: 500;
  padding-top: 120px;
  padding-bottom: 90px;
}

.one-service-hdr,
body h3 {
  font-weight: 500;
  font-size: 16px;
  color: #3D362F;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}

.hl,
.hl2 {
  height: 1px;
  background: #b6b3b0;
  width: 100%;
}

.hl2 {
  background: #b6b3b0;
  height: 1px;
}

.one-service-text {
  line-height: 140%;
  font-size: 16px;
  color: #3D362F;
  font-style: normal;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 55px;
}

.btn,
.btn2 {
  border: 1px solid #3D362F;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #3D362F;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 15px 30px;
  padding-right: 55px;
  box-sizing: border-box;
  background-image: url(../images/arrr.svg);
  background-position: calc(100% - 30px);
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  transition: background-color 0.5 s;
}

.btn:hover {
  background-image: url(../images/arrrw2.svg);
  background-color: #3D362F;
  color: #fff;
}

.btn2 {
  background-image: url(../images/arrr2.svg);
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  border: 0;
  letter-spacing: 0;
  background-position: calc(100% - 1px);

  padding: 5px;
  padding-right: 35px;
}

.screen-2 {
  padding-bottom: 85px;
}

.screen {
  position: relative;
}

.menu-slide {
  background: #4B433C;
  width: 300px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -401px;
  z-index: -1;
  transition: all 0.5s ease;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

body .menu-slide.open {
  right: -1px;
  overflow-y: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

body .menu-slide.open::-webkit-scrollbar {
  width: 0 !important
}

.menu-slide-logo {
  display: block;
  padding: 75px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: opacity .3s linear;
}

.menu-slide-logo:hover {
  opacity: 0.6;
}

.menu-slide-item .menu-slide-item-sub a {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.menu-slide-item .menu-slide-item-sub a:hover {
  opacity: 1;
}

.menu-slide-logo img {
  display: block;
  margin: 0 auto;
  width: 55%;
}

.team-text {
  color: #3D362F;
  font-style: normal;
  margin-bottom: 100px;
  text-align: left;
  padding-right: 15px;
  font-size: 25px;
  position: relative;
  line-height: 140%;
  font-weight: 500;
}

.team-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.team-grid-item {
  flex: 50% 0;
  position: relative;
  margin-bottom: 35px;
  cursor: pointer;
  color: #3D362F;
}

.team-grid-item img {
  display: inline-block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.team-grid-item:nth-child(even) {
  padding-right: 10%;
}

.team-grid-item:nth-child(odd) {
  padding-right: 10%;
}

.btn2-2 {
  color: #fff;
}

.team-grid-item>span {
  writing-mode: vertical-lr;
  display: block;
  position: absolute;
  bottom: 0;
  left: -11%;
  text-transform: uppercase;
  transform: rotate(-180deg);
}

.cm-2 {
  display: none;
}

.cm-1 {
  display: block;
}

.single-career-year-mob {
  display: none;
}

.team-one img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 435px;
  object-position: top;
}

.team-one-subtitle>span {
  display: block;
  float: right;
}

.team-one-hdr {
  font-weight: 500;
  font-size: 25px;
  color: #3D362F;
  padding-top: 25px;
}

.team-one-subtitle {

  color: #3D362F;
  padding-bottom: 25px !important;
}

.clients-text {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: #FFFFFF;
}

i.t {
  font-style: normal;
}

.screen-4 {
  background: transparent;
  transition: background 1s ease-out;
}

.screen-4 .ncontainer {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.screen-4.active .ncontainer {
  opacity: 1;
}

.screen-4.active {
  background: #4B433C;
}

.screen-4.active .sq-hdr {
  color: #fff;
}

.screen-4.active span.sq-sq {
  color: #fff;
  background: #fff
}

.screen-3 {
  overflow: hidden;
}

.screen-3 .one-service-text {
  padding-bottom: 100px;
}

.clients-image>img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.clients-image {
  margin-bottom: 120px;
}

.features-image-one>img {
  display: block;
  object-fit: cover;
  width: 100%;
}

.features-image-one {
  margin-bottom: 90px;
}

.features-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #534B44;
}

.features-text strong {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}

.features-text-2 {
  padding-bottom: 80px;
}

.features-two-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.screen-5 {
  padding-bottom: 120px;
}

.features-two-images>div {
  flex: 46% 0;
}

.features-two-images img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.news-grid,
.news-grid-reverse {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 520px;
  justify-content: space-between;
}

.news-grid-item {
  width: 46%;
  height: 46%;
  background: #4B433C;
  color: #fff;
  padding: 25px;
  position: relative;
}

.news-grid .news-grid-item:nth-child(1) {
  background: #4B433C;
  flex-basis: 100%;
  height: 100%;
}

.news-grid-reverse .news-grid-item:nth-child(3) {
  background: #4B433C;
  flex-basis: 100%;
  height: 100%;
}

.footer-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 232px;
  justify-content: space-between;
  margin-left: 55px;
  margin-right: 55px;
}

.footer-grid-item {
  width: 44%;
  height: 65%;
  color: #fff;
  padding: 0 40px;
  border-right: 1px solid #b6b3b0;
  border-bottom: 1px solid #b6b3b0;
  position: relative;
}

.footer-grid-item:nth-child(1) {
  flex-basis: 100%;
  height: 100%;
  width: 22%;
  border-bottom: 0;
}

.footer-grid-item:nth-child(2),
.footer-grid-item:nth-child(4) {
  height: 35%;
}

.footer-grid-item:nth-child(5),
.footer-grid-item:nth-child(3) {
  border-bottom: 0;
}

.footer-grid-item-hdr {
  display: flex;
  align-items: center;
}

.footer-grid-inline {
  display: flex;

  flex-wrap: wrap;
  justify-content: start;
  box-sizing: border-box;
  width: 100%;
}

.footer-grid-inline>div {
  flex-grow: 1;

}

.footer-grid-inline>div>a {
  color: #fff;
  font-size: 14px;
}

.footer-address>div {
  width: 50%;
}

.footer-address a,
.footer-address a:hover {
  color: #fff;
  font-weight: 400;
}

.footer-address-one {
  padding-bottom: 7px;
}

.footer-grid-item:nth-child(3),
.footer-grid-item:nth-child(2) {
  width: 34%;
}

.screen-6 {
  background-image: radial-gradient(circle at 266px 482px, rgb(220, 212, 207), rgb(255, 255, 255));
}

.btn2-1 {
  height: 35px;
  background-image: url(../images/arrrw.svg);
}

.main-text-flex {
  display: flex;
  flex-direction: column-reverse;
}

.main-text {
  margin-bottom: 60px;
}

.screen-6 {
  overflow: hidden;
}

footer {
  background: #4B433C;
  overflow: hidden;
  position: relative;
}

.copyright {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #fff;
  padding: 17px 55px;
  background: #4B433C;
  position: relative;
  z-index: 99;
  border-top: 1px solid #b6b3b0;
}

.copyright>div>a,
.copyright>div {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.copyright>div {
  margin-right: 15px;
}

.arr-d {
  position: relative;
  width: 14px;
  top: -1px;
}

.news-button-container {
  margin-top: 120px;
  margin-bottom: 120px;
  padding-left: 50%;
}

.footer-logo {
  display: block;
  width: 80%;
  position: relative;
  right: 0;
  margin: 0 auto;
}

footer .sq-hdr {
  padding: 0;
  color: #fff;
  font-size: 18px;
}

footer span.sq-sq {
  color: #fff;
  background: #fff;
  font-size: 18px;
  width: 13px;
  height: 13px;
}

.news-link,
.news-hdr {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px;
  z-index: 1;
  width: 100%;
}

.news-link {
  width: auto;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  padding-bottom: 15px;
}

.news-hdr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 14px;
}

.news-hdr .news-hdr-2 {
  width: 70%;
  height: 1px;
  background: #b6b3b0;
}

.news-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}

.news-subtitle {
  padding-top: 20px;
}

.news-grid-item .hor-ver-center>div {
  width: 100%;
}

.footer-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}

body .footer-menu a {
  color: #fff;
}

img.footer-phone {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  vertical-align: baseline;
  object-fit: contain;
}

.bc {
  color: #8E8E8E;
  padding: 50px 0;
}

.category-title {
  color: #3D362F;
  text-transform: none;
  margin-bottom: 90px;
}

.tpl-practices .category-title {
  margin-bottom: 70px;
}

.screen.tpl-news {
  padding-bottom: 70px;
}

.screen.tpl-news .news-grid,
.screen.tpl-news .news-grid-reverse {
  margin-bottom: 50px;
}

.screen.tpl-news .news-button-container {
  margin: 0;
}

.btn>a,
.btn>a:hover {
  display: block;
  width: 100%;
  color: inherit;
  height: 100%;
}

.single-news-title {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 60px;
  color: #4B433C;
}

body .single-news-content h3 {
  font-size: 24px;
  color: #4B433C;

}

.single-news-date {
  text-align: right;
  text-transform: uppercase;
}

.single-news-image>img {
  display: block;
  width: 100%;
  object-fit: cover;
  margin-top: 25px;
  margin-bottom: 70px;
}

.single-news-slide {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
}

.single-news-content,
.single-news-slider {
  margin-top: 60px;
}

.single-news-slider {
  padding-left: 20px;
  padding-right: 20px;
}

.single-news-slide-caption {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 10px;
  color: #4B433C;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .single-news-slide-caption {
    font-size: calc(16px + 6 * ((100vw - 768px) / (1920 - 768)));
  }
}

@media screen and (min-width: 1920px) {
  .single-news-slide-caption {
    font-size: 22px;
  }
}

html body .pre-pre-single-news-slide {
  padding-left: 20px;
}

.pre-single-news-slide .btn2 {
  padding: 10px;
  justify-content: end;
}

body .sfilter {
  position: relative;
}

body .sfilter::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(233, 216, 178, 0.67) 0%, rgba(233, 216, 178, 0) 100%);
  opacity: 0.8;
}

.pre-single-news-slide-sub {
  text-transform: uppercase;
  padding-top: 10px;
  color: #4B433C;
}

.pre-single-news-slide-btn {
  text-align: right;
  padding-top: 10px;
}

.tpl-single-team {
  background: #4B433C;
}

.single-team-img>img,
.single-team-page-image>img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 120px;
}

.contact-title {
  text-transform: none;
  margin-top: 0;
  font-size: 100px;
  color: #fff;
  letter-spacing: 0;
  line-height: 74%;
}

.contact-text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 44px;
  margin-bottom: 88px;
}

.contact-details,
.contact-details a {
  font-size: 16px;
  color: #fff;
}

.contact-details>div {
  padding-bottom: 15px;
}

.single-team-name {
  margin-bottom: 70px;
}

.single-team-img>img {
  height: 300px;
  width: 300px;
}

.tpl-single-team .sq-hdr,
body .tpl-single-team h3 {
  color: #fff;

}

.tpl-single-team span.sq-sq {
  background: #fff;
}

.single-team-text,
.single-team-page-prizes {
  color: #fff;
  font-size: 25px;
  font-weight: 400;
}

.single-team-text h3 {
  font-size: 30px;
}

.tpl-practices {
  background: #4B433C;
}

body .practices-title {
  font-size: 90px;
  color: #fff;
}

body .tpl-practices .one-service-text,
body .tpl-practices .one-service h3 {
  color: #fff;
}

body .tpl-practices .one-service .hl {
  background: rgba(255, 255, 255, 0.4);
}

body span.sq-sqw {
  background: #fff;
}

body .sq-hdrw {
  color: #fff;
}

.practices-contacts {
  padding: 30px 0;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.practices-contacts img {
  display: none;
  position: absolute;
  top: -30px;
  right: calc(50% - 75px);
  z-index: 1;
  width: 150px;
  height: 200px;
  object-fit: cover;
}

.practice-text {
  color: #fff;
  padding-bottom: 90px;
  font-size: 19px;
}

.practice-text-2 {
  width: 50%;
  margin-left: auto;
  margin-top: 50px;
}

.tpl-single-team-page {
  padding-bottom: 120px;
}

.single-team-page-image>img {
  height: 656px;
  object-fit: cover;
}

.menu-slide-item,
.menu-slide-item a,
.menu-slide-item a:hover {
  padding: 30px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.menu-slide-item a span {
  display: inline-block;
  font-size: 13px;
  color: #8E8E8E;
}

.menu-slide-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.menu-slide-item>div>a>img {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.menu-slide-item-sub {
  display: none;
  padding-top: 15px;
}

.menu-slide-soc>a>img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.menu-slide-soc>a {
  display: block;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-top: 25px;
  margin-right: 15px;
}

.menu-slide-item .menu-slide-item-sub a {
  padding: 8px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

@media screen and (min-width: 1200px) {
  .menu-slide-item .menu-slide-item-sub a {
    padding-top: 15px;
  }
}

.tpl-all-team {
  padding-bottom: 120px;
}

.single-team-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.single-team-box>div:nth-child(2) {
  font-weight: 500;
  font-size: 22px;
  height: 187px;
  padding: 0 50px;
}

.single-team-box>div:nth-child(1),
.single-team-box>div:nth-child(3) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  box-sizing: border-box;
  padding: 17px 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.single-team-box>div:nth-child(3) {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
  padding: 0;
  justify-content: center;
}

.single-team-box>div:nth-child(3)>div,
.single-team-box>div:nth-child(1)>div {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
  flex-grow: 1;
}

.single-team-box>div:nth-child(3)>div {
  font-size: 16px;
  box-sizing: border-box;
  background-image: url(../images/arrrw2.svg);
  background-position: calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 16px;
  text-transform: none;
  padding-right: 35px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.single-team-box>div:nth-child(1)>div {
  padding-top: 0;
  padding-bottom: 0;
  cursor: auto;
}

.single-team-box>div:nth-child(3)>div:last-child,
.single-team-box>div:nth-child(1)>div:last-child {
  border: 0;
}

.single-career,
.single-career-year {
  color: #fff;
  font-size: 25px;
  padding: 30px 0;
  padding-top: 0;
  cursor: pointer;
  position: relative;
  line-height: 140%;
  font-weight: 400;
}

.single-career {
  opacity: 0.5;
}

.single-career.active::before {
  content: "";
  display: block;
  position: absolute;
  top: 14%;
  left: -30%;
  height: 1px;
  width: 130px;
  background: rgba(255, 255, 255, 0.3);
}

.single-team-page-prizes {
  height: 535px;
  overflow: auto;
  overflow-x: hidden;
}

.single-team-page-prizes>div {
  padding: 40px 0;
  border-top: 1px solid #b6b3b0;
  margin-right: 14%;
}

.single-team-page-prizes:last-child>div {
  border-bottom: 1px solid #b6b3b0;
}

.single-team-page-prizes {
  scrollbar-width: thin;
  scrollbar-color: #EAE6DD #5e5e5e;
}

.single-team-page-prizes::-webkit-scrollbar {
  width: 2px;
}

.single-team-page-prizes::-webkit-scrollbar-track {
  background: #5e5e5e;

}

.single-team-page-prizes::-webkit-scrollbar-thumb {
  background-color: #EAE6DD;
  width: 3px;
}

.btn3 {
  border: 1px solid #fff;
  background-color: #4B433C;
  color: #fff;
  background-image: url(../images/arrrw2.svg);
}

.tpl-single-team-page textarea,
.tpl-single-team-page input {
  border: 1px solid #fff;
  background-color: #4B433C;
  color: #fff;
  width: 100%;
  height: 150px;
  resize: none;
  outline: none;
  padding: 20px;
  font-size: 16px;
}

.tpl-single-team-page .btn3 {
  margin-top: 50px;
}

.tpl-single-team-page input,
.tpl-single-team-page input:focus,
.tpl-single-team-page input:active {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 29px;
  padding-left: 0;
  margin-bottom: 30px;
  background-color: #4B433C !important;
}



.tpl-single-team-page input:last-child {
  margin-bottom: 0;
}

.single-team-page-prize>div:nth-child(1) {
  color: #fff;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}

.single-team-page-prize>div:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
}

body .oh {
  overflow: hidden;
}

body .zi21 {
  z-index: 21;
}

body .w100 {
  width: 100%;
}

body .bgm {
  background: #4B433C;
}

.tpl-single-practices {
  background: #4B433C;
  color: #fff;
}

body .tpl-single-practices h3 {
  color: #fff;
}

body .rli {
  height: 100%;
}

body .df {
  display: flex;
}

body .fdcr {
  flex-direction: column-reverse;
}

body .brc1 {
  border-right: 1px solid #b6b3b0;
}

body .blc1 {
  border-left: 1px solid #b6b3b0;
  z-index: 1;
}

body .btc1 {
  border-top: 1px solid #b6b3b0;
}

body .pcpbs-72 {
  padding: 0 72px;
}

body .pcpbs-72-r1 {
  padding-right: 72px;
}

body .pcpbsls-72 {
  padding-left: 72px;
}

body .pcpbs-72-r {
  padding-right: 144px;
}

body .pcpbs-72-l {
  padding-left: 144px;
}

body .pr-0 {
  padding-right: 0;
}

body .pl-0 {
  padding-left: 0;
}

body .br-534B44 {
  border-right: 1px solid #534B44;
}

.top-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center !important;
}

.top-menu>div {
  margin-right: auto;
}

.top-menu .logo {
  margin-right: unset;
  margin-left: auto;
}

.top-menu .logo>a {
  display: block;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 282px;
  height: 61px;
}

.top-menu .menu-item a {
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
  color: #ECECEC;
}

.top-menu .menu-item a:hover {
  text-decoration: underline;
  color: #901923;
}

.hor-ver-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hor-ver-center>div {
  overflow: hidden;
}

body .s-m {
  display: none;
}

body .t-a-r {

  text-align: right;
}

.single-news-slider {
  position: relative;
}

.single-news-slider .slick-arrow {
  position: absolute;
  right: -54px;
  top: calc(50% - 60px);
  z-index: 1;
  background-image: url(../images/arrrr.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 0;
  outline: none;
  font-size: 0;
}

.single-news-slider .slick-arrow.slick-disabled {
  opacity: 0.6;
}

.single-news-slider .slick-prev.slick-arrow {
  background-image: url(../images/arrrl.svg);
  right: -22px;

}

.practices-contacts .btn2 {
  background-image: url(../images/arrrw.svg);
  color: #fff;
}

.tpl-practices-contacts {
  padding-bottom: 120px;
}

.tpl-single-practices .single-news-slider .slick-arrow {
  background-image: url(../images/arrrw2.svg);
  top: 100%;
  right: 0%;
}

.tpl-single-practices .single-news-slider .slick-prev.slick-arrow {
  background-image: url(../images/arrrwl2.svg);
  right: -22px;
}

.pr-filler {
  height: 65px;
}

.tpl-single-practices .single-news-content {
  margin-bottom: 60px;
}

.pre-team-one {
  position: relative;
}

.team-one-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background: #4B433C;
  height: 435px;
}

.the-team-one-line {
  position: relative;
  width: 1px;
  height: 100%;
  background: #4B433C;
  margin: 0 auto;
}

.team-one-line>div,
.the-team-one-line>div {
  width: 5px;
  position: absolute;
  top: 0;
  right: -1.7px;
  background: #4B433C;
  height: calc(435px / 5);
  cursor: pointer;
  transition: all 0.3s ease;
}

.pre-the-team-one-line {
  cursor: ns-resize;
}

body .w100 {
  width: 100%;
}

body .ls0 {
  letter-spacing: 0;
}

.one-service-text p {
  margin: 0;
}

body .pr-50 {
  padding-right: 50px !important;
}

.tpl-single-team .main-name-1 {
  margin-top: 0;
}

.tpl-single-team .main-name-2 {
  margin-bottom: 30px;

}

.tpl-single-team .single-team-name {
  margin-bottom: 50px;
}

.bc a {
  display: inline-block;
  margin: 0 7px;
}

.bc a:first-child {
  margin-left: 0;
}

.tpl-single-team .single-team-page-image>img {
  margin-bottom: 0;
}

.tpl-single-team .single-team-text h3 {
  font-size: 25px;
}

.single-team-page-image>img {
  height: 535px;
}

.single-team-text {
  font-size: 16px;
}

.menu-slide-item>div {
  text-align: left;
  margin: 0 auto;
  width: 55%;
}

.menu-slide-soc>a>img {
  width: 27px;
  height: 27px;
}

.menu-slide-item-sub-item>div {
  width: 178%;
  position: relative;
  left: -40%;
  text-align: center;
}

body div.menu-slide-item-line {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

body div.menu-slide-item-line>div {
  height: 1px;
  background: #fff;
  width: 0%;
  transition: width 0.3s ease-out;
}

body .menu-slide-item:hover div.menu-slide-item-line>div {
  width: 60%;
}

.home .screen-3 .one-service-text-3 {
  padding-top: 0%;
  top: -4%;
  position: relative;
}

.bc a:last-child {
  color: #fff;
}

.tpl-news .bc a:last-child,
.tpl-single-news .bc a:last-child,
.page-template-tpl-team .bc a:last-child {
  color: #3D362F;
}

.tpl-single-practices .single-news-title {
  color: #fff;
}

.news-hdr {
  font-weight: 300;
  overflow: hidden;
}

.news-hdr .news-hdr-2 {
  width: 85%;
  top: 39px;
  position: absolute;
  z-index: -1;
}

.news-hdr-1 {
  text-transform: lowercase;
  padding-right: 5px;
}

.news-hdr-1,
.news-hdr-3 {
  background: #4B433C;
}

.news-hdr-3 {
  padding-left: 5px;
}

.tpl-single-news .single-news-content {
  margin-bottom: 60px;
  font-size: 16px;
}

body .mpcpbs-72 {
  margin-right: 0;
  padding-right: 0;
}

.team-one img {
  width: 410px;
  height: 435px;
}

.tpl-single-news .single-news-content {
  color: #4B433C;
}

body .team-one-subtitle {
  padding-top: 5px !important;
}

body .tpl-single-team-page1 img {
  height: 380px;
}

.the-team-grid {
  padding: 0 72px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 75vh;
}

.the-team-grid>div {
  height: 100%;
}

.the-team-grid>div:nth-child(1) {
  width: 43%;
}

.the-team-grid>div:nth-child(2) {
  width: 14%;
}

.the-team-grid>div:nth-child(3) {
  width: 43%;
}

.the-team-grid-main-image {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: block;
  width: 100%;
  height: inherit;
  transition: all 0.3s ease-out;
}

.the-team-minigrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}

.the-team-minigrid>div {
  width: 100%;
  flex: 44% 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;

}

.the-team-grid-mob-img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.3s ease-out;
  position: relative;
  width: 100%;
  height: 55vh;
}

.the-team-minigrid-item>span.name {
  writing-mode: vertical-lr;
  display: block;
  position: absolute;
  bottom: 0;
  left: -14%;
  text-transform: uppercase;
  transform: rotate(-180deg);
  font-size: 16px;
  letter-spacing: 0.035em;
}

.the-team-minigrid>div:nth-child(1),
.the-team-minigrid>div:nth-child(2) {
  margin-bottom: 4%;
}

.the-team-minigrid>div:nth-child(3),
.the-team-minigrid>div:nth-child(4) {
  margin-top: 4%;
}

.sub-the-team-grid {
  padding-top: 120px;
}

.tpl-all-team {
  padding-bottom: 240px;
}

.the-team-grid-mob {
  display: none;
}

.footer-grid-item:nth-child(4),
.footer-grid-item:nth-child(5) {
  border-right: 0;
}

.btn2 {
  background-size: 25px;
}

.single-news-slide-caption:empty {
  display: none;
}

.footer-grid-item:nth-child(3) .footer-grid-inline>div:nth-child(3) {
  padding-left: 17px;
}

body .practices-title,
body .category-title,
body .contact-title {
  font-size: 100px
}

.single-news-content img {
  display: block;
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}