.show_mobile {
  display: none!important;
}
.show_simbol {display:none;}
.header-right {
	display:flex; gap:40px; align-items: center;
}
/*new menu*/
.mm-menu--position-bottom {
    height: calc(100vh - 103px)!important;
}
/*new menu*/
.simple {
	background:#fff;
	padding: 90px 0;
}
.mm-wrapper_opened .working {
  width: 100%;
}
.mm-wrapper_opened .menu_trigger .slicknav_icon span:nth-child(1) {
  top: -3px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-wrapper_opened .menu_trigger .slicknav_icon span:nth-child(2) {
  top: 15px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  height: 1px;
}
.mm-wrapper_opened .menu_trigger .slicknav_icon span:nth-child(3) {
  display: none;
}
.menu_trigger {
  box-sizing: border-box;
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0;
  display: none;
}
.menu_trigger .slicknav_icon {
  width: 35px;
  height: auto;
  margin: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.menu_trigger .slicknav_icon span {
  height: 1px;
  width: 100%;
  background: #eae3db;
  border-radius: 0px;
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  display: block;
  position: absolute;
}
.menu_trigger .slicknav_icon span:nth-child(1) {
  top: 1;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  background: #090909;
}
.menu_trigger .slicknav_icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  background: #090909;
}
.menu_trigger .slicknav_icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  background: #090909;
}
#menu-helper {
  display: none;
}
.menu_trigger:hover .slicknav_icon span:nth-child(1) {
  animation: burger-hover 1s infinite ease-in-out alternate;
}
.menu_trigger:hover .slicknav_icon span:nth-child(2) {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.menu_trigger:hover .slicknav_icon span:nth-child(3) {
  animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms;
}
.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}
@keyframes burger-hover {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.mm-wrapper_opened .slicknav_icon span:nth-child(1) {
  top: -3px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}
.mm-navbar {
  border: none;
  padding: 70px 0;
}
.mm-navbar .mm-title {
  color: #fff !important;
  text-transform: uppercase;
  text-align: left;
  font-size: 22px;
}
.mm-navbar {
  padding: 0 20px;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  text-align: center;
}
html .mm-menu_position-top {
  height: 40vh;
  min-height: 140px;
  max-height: 880px;
  top: 120px;
  background-image: -webkit-gradient(linear, left bottom, right bottom, from(#eae3db), to(#eae3db));
  background-image: linear-gradient(120deg, #eae3db, #eae3db);
}
.mm-menu_offcanvas {
  top: 126px !important;
}
.mm-wrapper_background .mm-page {
  background: #eae3db !important;
}
.working .mm-listview li {
  padding: 0;
}
html .mm-searchfield__input {
  padding: 6.6px 30px 0 30px;
}
html .mm-navbar {
  --mm-color-background: transparent;
  --mm-color-text-dimmed: #fff;
  --mm-color-button: #fff;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  height: 62px;
}
html .mm-navbars_top > .mm-navbar {
  height: 100%;
}
html .mm-panels {
  --mm-color-background: transparent;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
  background-image: -webkit-gradient(linear, left bottom, right bottom, from(#eae3db), to(#eae3db));
  background-image: linear-gradient(120deg, #eae3db, #eae3db);
  width: 100%;
  margin: 0 auto;
}
html .mm-panel {
  --mm-color-background: transparent;
  --mm-color-text: #fff;
  --mm-color-button: #fff;
  background-image: -webkit-gradient(linear, left bottom, right bottom, from(#eae3db), to(#eae3db));
  background-image: linear-gradient(120deg, #eae3db, #eae3db);
}
html .mm-navbars_top {
  border-width: 1px;
  height: 100px;
  background: url(../images/logo2x.png) no-repeat center;
  background-size: 145px auto;
}
html .mm-listitem__text {
  font-size: 15px;
  letter-spacing: 1px;
  padding: 18px 30px;
  text-transform: uppercase;
  font-weight: normal;
}

html .mm-listitem:after, html .mm-listitem__btn, html .mm-navbars_bottom, html .mm-navbars_top, html .mm-navbar {
  border-color: rgba(255, 255, 255, 0.2);
}
html .mm-navbars_bottom {
  border-color: rgba(255, 255, 255, 0);
  background-color: #eae3db;
}
html .mm-navbars_bottom > .mm-navbar {
  max-width: 1080px;
  margin: 0 auto;
  width: 90%;
}

html .sub-menu .mm-listitem__text {
  font-size: 18px;
  padding: 18px 20px;
  letter-spacing: 0.5px;
}
html .mm-navbar__title {
  padding: 18px 0px;
  letter-spacing: 0.5px;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 27px;
}
html .mm-btn {
  margin-right: 0px;
}
html .mm-btn.mm-btn_prev {
  margin-right: 0px;
}
.menu.mm-listview {
  display: block;
  padding: 20px 0;
}
.mm-listview li:last-of-type a {
  display: inline-block;
}
li.mm-listitem:last-of-type {
  display: block;
  padding-right: 25px;
  padding-left: 25px;
}
html .mm-listitem:after {
  display: none;
}
html {
  font-size: 1rem;
}
.box-inner {
	display: block; width:100%;
}
@media screen and (max-width:1920px) {
  html {
    font-size: calc(0.49999999999999994rem + 0.41666666666666674vw);
  }
}
@media screen and (max-width:1440px) {
  html {
    font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
  }
}
@media screen and (max-width:479px) {
  .mm-menu_offcanvas {
    top: 130px !important;
  }
  .arrows-wr {
    display: none !important;
  }
  html {
    font-size: 0.875rem;
  }
}
.half-inner p:last-of-type {
  margin-bottom: 0
}
.box-inner p:last-of-type {
  margin-bottom: 0
}
.team-txt p:last-of-type {
  margin-bottom: 0
}
.slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  width: 100%;
  padding: 20px 0;
}
.slick-dots li {
  padding: 6px;
  font-size: 0;
  line-height: 0;
  margin: 4px;
}
.slick-dots li button {
  text-indent: 9999px;
  border-radius: 50%;
  border: 1px solid #cfc9c2;
  width: 5px;
  height: 5px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: #cfc9c2;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
  background-color: #090909;
  border: 1px solid #090909;
}
.blog-pagination-wr .nav-links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 400;
}
.blog-pagination-wr .nav-links .page-numbers.current {
  color: #ffffff;
  background: #090909;
  margin: 0 7px;
  font-weight: 300;
}
.blog-pagination-wr .nav-links .page-numbers {
  color: #090909;
  text-decoration: none;
  margin: 0 7px;
  padding: 6px 10px;
  border: 1px solid #090909;
  border-radius: 0px;
  font-weight: 300;
}
.blog-pagination-wr .nav-links .page-numbers:hover {
  color: #ffffff;
  background-color: #090909;
}
label.error {
  font-size: 10px;
  text-align: left;
  display: table;
  font-weight: 400;
  padding: 7px 10px;
  color: #fff;
  background: red;
  border-radius: 20px;
  margin: -1px 0 10px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: auto !important;
  line-height: 100%;
}
label.error:after, label.error:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.error:before {
  border-color: rgba(255, 0, 4, 0);
  border-bottom-color: #FF0004;
  border-width: 10px;
  margin-left: -10px;
}
.error {
  position: relative;
}
.test {
  position: relative;
}
.slick-slide .slider img {
  display: inline-block;
}
.arrows-wr {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 43%;
  display: flex;
  justify-content: space-between;
  transition: all ease .3s;
  max-width: 1440px;
}
.slick-arrow:hover img {
  filter: brightness(0) saturate(100%);
}
body {
  font-family: Inter, sans-serif;
  color: #090909;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 400;
}
h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 400;
}
h3 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
p {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
}
.page-wr {
  background-color: #eae3db!important;
}
.header {
  border-bottom: 1px solid #090909;
}
.content {
  width: 80%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.content.header-c {
  padding-top: 15px;
  padding-bottom: 15px;
}
.content.banner-c {
  max-width: 600px;
  padding-top: 160px;
  padding-bottom: 160px;
}
.content.banner-c.thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.content.services-c {
  max-width: 1280px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.content.team-c {
  padding-top: 120px;
  padding-bottom: 0px;
}
.content.test-c {
  max-width: 1000px;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.content.contact-c {
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 10;
}
.content.footer-c {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content.blog-c {
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content.article-c {
  max-width: 1280px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.header-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.brand {
  width: 10vw;
}
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
	margin:0;
}
.menu-item {
  display: inline-block;
  overflow: hidden;
  margin-right: 30px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.menu-item.no-marg {
  margin-right: 0px;
}
.menu-link {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #252525;
  text-decoration: none;
}
.link-underline {
  height: 1px;
  background-color: #000;
  -webkit-transform: translate(-110%, 0px);
  -ms-transform: translate(-110%, 0px);
  transform: translate(-110%, 0px);
}
.cta {
  padding: 14px 23px;
  border: 1px solid #090909;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #090909;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.cta:hover {
  background-color: #090909;
  color: #fff;
}
.cta.sub {
  padding-left: 0px;
  border-width: 0px;
  font-size: 11px;
  text-decoration: underline;
}
.cta.sub:hover {
  background-color: transparent;
  color: #090909;
  text-decoration: none;
}
.header-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-holder.thanks {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner.thanks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #090909;
}
.banner-wr {
  text-align: center;
}
.italic {
  font-style: italic;
}
.about {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  background-image: url('../images/about-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-row.mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.half {
  width: 50%;
}
.half.section-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30vh;
  padding-bottom: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.half.section-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 360px;
  padding-bottom: 360px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.half-inner {
  width: 40vw;
  max-width: 480px;
}
.half-img {
  width: 50%;
}
.half-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.section {
  border-bottom: 1px solid #090909;
}
.mobile-img {
  display: none;
}
.services-wr {
  text-align: center;
}
.box-wr {
  display: -ms-grid;
  display: grid;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  transition: all ease .3s;
}
.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #090909;
  text-align: left;
  color: #090909;
  text-decoration: none;
}
.about-service {
  width: 100%;
  height: 16px;
  font-size: 0;
  line-height: 0;
  transition: all ease .5s;
  overflow: hidden;
  padding-right: 40px;
  position: relative;
  background-size: 11px auto;
  display: block;
}
.box-arrow {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotateZ(-180deg);
}
.about-service.show .box-arrow {
  transform: none;
  top: 55px;
}
.about-service p {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
.about-service.show {
  padding-top: 30px;
  display: block;
}
.about-service.show, .about-service.show p {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
}
/*
.box:hover .about-service {
  padding-top: 30px;
  display: block;
}
.box:hover .about-service, .box:hover .about-service p {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
}
*/
.price {
  font-size: 13px;
  text-transform: uppercase;
}
.box-icon {
  width: 4vw;
  margin-bottom: 30px;
}
.team {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
.team-wr {
  text-align: center;
}
.team-heading {
  margin-bottom: 100px;
}
.team-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; padding-bottom: 120px;
}
.team-holder.mirror {
	
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.mirror .team-img {
	margin-top:0; margin-left:0;
}
.mirror .team-txt {
	margin-top:120px;
	margin-left: -60px;
	position: relative;
	z-index: 20;
}
.team-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 150px 8vw 150px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: left;
}
.upper-p, h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.team-img {
  width: 50%;
  margin-top: 120px;
  margin-left: -60px;
}
.alina-img {
  width: 100%;
}
.test {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
.home .test {
  border: none;
}
.qq {
  width: 20px;
  margin-bottom: 30px;
}
.test-p {
  margin-bottom: 50px;
}
.test-p p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.8rem;
  font-style: italic;
}
.author {
  margin-bottom: 0px;
}
.book {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
  background-image: url('../images/book-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.book-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #090909;
}
.contact-row:last-of-type {
  margin-bottom: 0px;
  border-bottom-style: none;
}
.contact-icon {
  width: 30px;
  margin-right: 45px;
}
.contact-txt {
  width: 100%;
}
.contact-h {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-p {
  margin-bottom: 0px;
}
.tel-nb {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #090909;
  text-decoration: none;
}
.tel-nb:hover {
  text-decoration: underline;
}
.contact-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-wr {
  width: 35%;
}
.map {
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
.map p {
  margin: 0;
}
.map iframe {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  margin: 0 0 -7px !important;
  width: 100%;
  min-height: 50vh !important;
}
.footer-wr {
  text-align: center;
}
.footer-logo {
  width: 10vw;
  margin-bottom: 30px;
}
.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-link {
  margin-right: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #090909;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-link:hover {
  text-decoration: underline;
}
.eleven {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: 1;
}
.contact-half {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  border-right: 1px solid #090909;
}
.blog-top {
  max-width: 480px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  text-align: center;
}
.blog-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #090909;
  color:#090909;
	text-decoration: none;transition: all ease .5s;
}

.blog-row:hover h2, .blog-row:hover .read-more {
	text-decoration: underline;
}
.blog-row:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.blog-img-wr {
    width: 57%;
    border-right: 1px solid #090909;
    background: #000;
    position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.blog-img-wr:after { content:'';
    transition: all ease .5s;
	  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
	position: absolute; left:0; top:0; z-index: 10;
}
.blog-row:hover .blog-img-wr:after {
	background: rgba(0,0,0,0.5);
}
.blog-row:nth-of-type(2n) .blog-img-wr {
  border-left: 1px solid #090909;
  border-right-style: none;
}
.blog-txt-wr {
  width: 43%;
  padding: 60px 80px;
  text-align: center;
}
.blog-txt-inner {
  margin-bottom: 100px;
}
.read-more {
  display: inline-block;
  padding-right: 30px;
  background-image: url('../images/arrow.png');
  background-position: 97% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #090909;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more:hover {
  background-position: 100% 50%;
}
.article-top {
  padding-bottom: 50px;
  border-bottom: 1px solid #090909;
}
.back {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: -3px;
  padding-left: 33px;
  background-image: url('../images/arrrow-mirror.png');
  background-position: 2% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #090909;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.back:hover {
  background-position: 0% 50%;
}
.article-sub-top {
  padding-top: 60px;
}
.article-heading {
  font-size: 3.5rem;
}
.article-p {
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.5rem;
}
.article-img {
  width: 100%;
  margin-bottom: 80px;
}
.studies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #090909;
  border-bottom: 1px solid #090909;
}
.studies.mirror {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-top-style: none;
}
.studies-txt {
  width: 65%;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 100px;
  border-right: 1px solid #090909;
}
.studies-txt.mirror {
  padding-right: 0px;
  padding-left: 40px;
  border-left: 1px solid #090909;
  border-right-style: none;
}
.nb {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.studies h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #cfc9c2;
}
.studies-img-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.studies-img-wr.mirror {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.studies-wr {
  margin-bottom: 100px;
  padding-top: 40px;
}
.left-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.studies-half {
  width: 47%;
  margin-bottom: 40px;
}
.resources {
  padding-top: 40px;
  padding-bottom: 100px;
  border-top: 1px solid #090909;
}
.list, .resources ul {
  margin-bottom: 0px;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  list-style-type: none;
}
.list-item, .resources ul li {
  margin-bottom: 15px;
  padding-left: 40px;
  background-image: url('../images/dot.png');
  background-position: 0px 6px;
  background-size: auto;
  background-repeat: no-repeat;
}
.strong {
  font-weight: 700;
}
.author-wr {
  margin-bottom: 100px;
  padding-top: 40px;
  border-top: 1px solid #090909;
}
.author-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.author-img {
  min-width: 160px;
  margin-right: 30px;
}
.author-info {
  padding-left: 60px;
  border-left: 1px solid #090909;
}
.prev-article {
  width: 40%;
}
.article-name, .article-name a {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  color: #090909;
}
.article-name a:hover {
  text-decoration: underline;
}
.next-art {
  width: 40%;
  text-align: right;
}
.thanks-heading {
  font-size: 3.5rem;
}
.thanks-p {
  font-size: 1.5rem;
}
.c-field {
  min-height: 54px;
  border-style: solid;
  border-width: 1px;
  border-color: #cfc9c2;
  background-color: #fdf3ea;
  color: #b2aba3;
  font-size: 13px;
}
.c-field:focus {
  border-color: #090909;
  color: #090909;
}
.c-field.textarea {
  min-height: 110px;
}
.c-field-wr.c-half {
  width: 49%;
}
.c-fields-sides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width:1440px) {
	.studies-img-wr {padding:0 3vw;}
}
@media screen and (max-width:1280px) {
.eu-logos {
		width: 100px;
	}

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

.eu-logos {
    width: 140px;
}		
	.studies-img-wr {padding:0;}
	.blog-img-wr img {
	  width: 100%;
  height: auto;
  object-fit: initial;
}
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .content.banner-c {
    max-width: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content.services-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content.team-c {
    padding-top: 80px;
    padding-bottom: 0px;
  }
	.team-holder { padding-bottom: 80px;}	
  .content.test-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content.contact-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content.footer-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.blog-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content.article-c {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .brand {
    width: 150px;
  }
  .cta.cta-header {
    display: none;
  }
  .header-holder {
display:block;
    position: relative;
	  width:auto;
  }
  .about-c {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .half.section-left {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .half.section-right {
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .half-inner {
    padding-right: 40px;
  }
  .half-inner.mirror {
    padding-right: 0px;
    padding-left: 40px;
  }
  .box-wr {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .box {
    padding: 30px;
  }
  .price {
    font-size: 12px;
  }
  .box-icon {
    width: 8vw;
  }
  .team-heading {
    margin-bottom: 60px;
  }
  .team-holder {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team-txt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .team-img {
    margin-top: 0px;
    margin-left: -40px;
  }
	.mirror .team-txt {margin-top:0; margin-left:0;}	
  .test-p p {
    font-size: 1.5rem;
  }
  .book-c {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .contact-row {
    padding-right: 20px;
  }
  .contact-icon {
    margin-right: 25px;
  }
  .form-wr {
    width: 45%;
  }
  .map {
    height: 40vh;
  }
  .footer-logo {
    width: 20vw;
  }
  .blog-top {
    margin-bottom: 80px;
  }
  .blog-row {
    display: block;
  }
  .blog-img-wr {
    width: 100%; height: 50vh;
  }
  .blog-txt-wr {
    width: 100%;
    padding: 60px;
  }
  .blog-txt-inner {
    margin-bottom: 60px;
  }
  .article-heading {
    font-size: 3.1rem;
  }
  .article-p {
    font-size: 1.2rem;
  }
  .article-img {
    margin-bottom: 60px;
  }
  .studies {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-bottom-style: none;
  }
  .studies.mirror {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-top-style: solid;
  }
  .studies-txt {
    width: 100%;
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 60px;
    border-right-style: none;
  }
  .studies-txt.mirror {
    padding-left: 0px;
    border-left-style: none;
  }
  .studies-img-wr {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .studies-wr {
    margin-bottom: 60px;
    border-top: 1px solid #090909;
  }
  .resources {
    padding-bottom: 60px;
  }
  .author-wr {
    margin-bottom: 60px;
  }
  .author-info {
    padding-left: 30px;
  }
  .article-name {
    font-size: 1rem;
  }
  .thanks-heading {
    font-size: 3rem;
  }
  .thanks-p {
    font-size: 1.3rem;
  }
  nav:not(.mm-menu) {
    display: none;
  }
  .menu:not(.mm-panels .menu) {
    display: none;
  }
  .menu_trigger {
    display: inline-block;
    color: #fff;
  }
  html .mm-menu_position-bottom {
    height: calc(100vh - 120px);
  }
  .menu, .menu-item {
    display: block; margin:0!important;
  }
  .menu .menu-link {
    padding: 20px 0 10px; margin-bottom:10px;
    color: #090909 !important;
    text-transform: uppercase;
	  display: inline-block;
  }
.mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span {
    background: none!important;
}
  .menu .menu-link:hover {
    text-decoration: none;
  }
  .menu {
    text-align: center;
  }
  .menu-link:not(.cta) {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.4px;
    border-bottom: 1px solid #eae3db;
  }
	.mm-panel:after, .mm-panel:before {height:50px!important;}
  .menu-link.cta {padding: 13px 30px; margin-top:60px; min-height: 40px;}
	.menu-link.cta:hover {color:#fff!important;}
  .menu-link {
    display: inline-block;
  }
  .menu-link:hover:not(.cta) {
    border-bottom: 1px solid #090909;
  }
  .show_mobile {
    display: block!important;
  }
  .team-holder, .team-holder.mirror {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .team-txt {
    width: 100%;
    padding: 60px 40px;
  }  
	.team-img {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }
	
}
@media screen and (max-width: 767px) {
.team-holder.mirror { padding:60px 0;}		
  .arrows-wr img {
    width: 30px !important;
  }
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  .content.banner-c, .simple {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  	
  .content.banner-c.thanks {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .content.services-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.team-c {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .content.test-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.contact-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.footer-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.blog-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content.article-c {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner.thanks {
    min-height: auto;
  }
  .about-c {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .section-row {
    display: block;
  }
  .half {
    width: 100%;
  }
  .half.section-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half.section-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .half-inner {
    width: 80%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .half-inner.mirror {
    padding-left: 0px;
  }
  .half-img {
    width: 100%;
  }
  .mobile-img {
    display: block;
  }
  .box-wr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .box-icon {
    width: 10vw;
  }
  .team-heading {
    margin-bottom: 40px;
  }

  .upper-p, h6 {
    margin-bottom: 20px;
  }

  .test-p {
    margin-bottom: 30px;
  }
  .test-p p {
    font-size: 1.3rem;
  }
  .book-c {
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .contact-left {
    margin-bottom: 60px;
    order: 2;
  }
  .contact-wr {
    flex-wrap: wrap;
  }
  .form-wr {
    width: 100%;
    order: 1;
    padding-bottom: 30px;
  }
  .map {
    height: 30vh;
  }
  .footer-logo {
    width: 26vw;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .contact-half {
    display: none;
  }
  .blog-top {
    margin-bottom: 60px;
  }
  .blog-row {
    margin-bottom: 40px;
  }
  .blog-txt-wr {
    padding: 40px;
  }
  .blog-txt-inner {
    margin-bottom: 40px;
  }
  .article-top {
    padding-bottom: 40px;
  }
  .article-sub-top {
    padding-top: 40px;
  }
  .article-heading {
    font-size: 2.5rem;
  }
  .article-img {
    margin-bottom: 40px;
  }
  .studies {
    padding-top: 40px;
  }
  .studies-txt {
    padding-bottom: 40px;
  }
  .studies-wr {
    margin-bottom: 40px;
  }
  .left-right {
    display: block;
  }
  .studies-half {
    width: 100%;
  }
  .resources {
    padding-bottom: 40px;
  }
  .list, .resources ul {
    padding-left: 0px;
  }
  .author-wr {
    margin-bottom: 40px;
  }
  .author-holder {
    display: block;
  }
  .author-img {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .author-info {
    padding-left: 0px;
    border-left-style: none;
  }
  .prev-article {
    width: 100%;
    margin-bottom: 40px;
  }
  .next-art {
    width: 100%;
    text-align: left;
  }
  .thanks-heading {
    font-size: 2.5rem;
  }
  .thanks-p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
.eu-logos {
    width: 100px;
}
.brand {
    width: 120px;
}	
}
@media screen and (max-width: 479px) {
  .blog-img-wr {
     height: 35vh;
  }	
  .arrows-wr {
    display: none !important;
  }
  h1 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  .content.banner-c, .simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.banner-c.thanks {
    padding-top: 40px;
  }
  .content.services-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.team-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.test-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.contact-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.footer-c {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content.blog-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content.article-c {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-c {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .half.section-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .half.section-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .box-wr {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .box {
    min-height: auto;
    padding: 20px;
  }
  .box-icon {
    width: 16vw;
  }
  .team-txt {
    padding: 40px 20px;
  }
  .upper-p, h6 {
    font-size: 12px;
  }
  .test-p {
    margin-bottom: 25px;
  }
  .test-p p {
    font-size: 1.2rem;
  }
  .book-c {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .contact-left {
    margin-bottom: 40px;
  }
  .footer-logo {
    width: 40vw;
  }
  .blog-top {
    margin-bottom: 40px;
  }
  .blog-txt-wr {
    padding: 20px;
  }
  .article-heading {
    font-size: 2rem;
  }
  .article-p {
    font-size: 1.1rem;
  }
  .list-item, .resources ul li {
    padding-left: 20px;
  }
  .thanks-heading {
    font-size: 2rem;
  }
  .thanks-p {
    font-size: 1rem;
  }
  .c-field-wr.c-half {
    width: 100%;
  }
  .c-fields-sides {
    display: block;
  }
	.brand .hide_mobile {display:none;}	
	.show_simbol {display:block;}
	.brand {
    width: 110px;
}
	.header-right {	gap: 25px;}
}
@media screen and (max-width: 379px) {
	.content.header-c {width:90%;}
	
}