.vc_grid-loading {
  animation: none !important;
  -webkit-animation: none !important;
}

.vc_grid-loading::before {
  left: -10px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.vc_grid-loading::after {
  left: 10px;

  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  animation-direction: reverse;
}

.error-404.not-found {
  padding: 10vw;
}
.qtranxs-available-languages-message {
  display: none !important;
}

.site-info,
.site-header,
.site-footer,
.site-inner {
  max-width: none;
}
:root {
  --black: #000;
  --white: #fff;
  --back_gray: #8e8d89;
  --back_light_gray: #f7f7f7;
  --yellow: #fefec2;
  --text_gray: rgba(255, 255, 255, 0.6);
}

* {
  outline: none !important;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='127' height='80' viewport='100 100 100 100' style='fill:black;font-size:300px;'><text y='26%' x='-70%'></text></svg>")
      16 0,
    auto !important;
  cursor: none !important;
}

html {
  font-size: 1vw;
  font-size: 14px;
  font-family: "Beatrice";
  font-weight: normal;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  /* scroll-behavior: smooth; */
}

body {
  position: relative;
  font-size: 1rem;
  margin: 0;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.05em;
  letter-spacing: 0;
  /*
  font-weight: 500;
  */
  overscroll-behavior: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

.full_cursor {
  position: fixed;
  z-index: 99999;
  width: 20px;
  height: 20px;
  background-color: #fff;
  /* 
  background-color: #d2d2d2;
  background-color: #000; 
  */
  mix-blend-mode: difference;

  opacity: 0;
  top: -10px;
  left: -10px;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.1s ease-in-out;
  transition-property: top, left, width, height;
}

body:hover .full_cursor {
  opacity: 1;
}

.full_cursor.white {
  background-color: #fff;
}

.full_cursor.active {
  /* background-color: #d2d2d2; */
  /*
  mix-blend-mode: normal;
  transform: scale(1.05);
  */
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
}
.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  float: none;
}

.site-main a,
.site-main a:hover,
.site-main a:link {
  color: #000;
  position: relative;
  text-decoration: none;
}

.site-main a:hover::after {
  background-color: #000;
}

.site-main a,
.site-main a:hover,
.site-main a:link {
  color: rgba(128, 128, 128, 1);
  position: relative;
  text-decoration: none;
}

.site-main a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(128, 128, 128, 1);
  position: absolute;
  bottom: 3px;
  left: 0;
  top: auto;
}

.site-main a:hover {
  color: rgba(0, 0, 0, 1);
}

.site-main a:hover::after {
  background-color: rgba(0, 0, 0, 1);
}

.top_logo a {
  color: unset;
}

.top_logo a::after {
  display: none;
}

.btn {
  /*
  pointer-events: none;
*/
}

a.btn_text::after,
.site-main a.btn_text::after,
.block_single_work .next_project .text_box .container a::after {
  display: none;
}

body::before,
body::after,
.entry-header,
.edit-link {
  display: none !important;
}

.site-info {
  display: none;
}

#content {
  overflow-x: hidden;
}

.content-area {
  width: 100%;
  margin-right: 0;
}

.sidebar.widget-area {
  display: none;
}

.comments-area {
  display: none;
}

.site-branding,
.site-header-menu,
.header-image {
  margin-top: 0;
  margin-bottom: 0;
}

.vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.post-thumbnail {
  margin: 0;
}
.no-sidebar .post-thumbnail img {
  width: 100%;
  max-height: 100vh;
  min-height: 500px;
  height: 75vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu-toggle {
  border: none;
  margin: 0;
  height: 1.4vw;
  padding: 0;
  display: block;
  position: relative;
  transition: all 0.5s;
  border-radius: 0;
}
.menu-toggle:hover {
}
.menu-toggle span {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transition: all 0.3s;
  transition-timing-function: ease-in-out;
  opacity: 1;
  transform: translateY(-50%);
}
.menu-toggle,
.menu-toggle span {
  width: 1.6vw;
}
.menu-toggle.toggled-on span {
  opacity: 0;
}
.menu-toggle span:first-of-type {
  top: 0;
  transform: translateY(-50%);
}
.menu-toggle span:last-of-type {
  bottom: 0;
  top: auto;
  transform: translateY(50%);
}
.menu-toggle.toggled-on span:first-of-type {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
.menu-toggle.toggled-on span:last-of-type {
  opacity: 1;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-225deg);
}

.search-submit:before {
  line-height: 1rem;
}
body {
  background-color: #fff;
}
#page {
  position: relative;
}
.top_logo {
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 21px;
  left: 32px;
  z-index: 9998;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  mix-blend-mode: difference;
  height: auto;
  display: flex;
  align-items: center;
}
.top_logo img {
  width: auto;
  height: 28px;
}
.top_logo figure {
  margin-bottom: 0;
}
.top_logo.hide {
  opacity: 0;
  visibility: hidden;
}

/***menu_top***/

.menu_top_phone {
  display: none;
}
.menu_top {
  position: fixed;
  top: 16px;
  left: auto;
  right: 32px;
  z-index: 9998;
  cursor: pointer;
  background-color: rgba(241, 241, 241, 0.5);
  /* font-size: 15px; */
  font-size: 1.04rem;
  line-height: 1.3;
  border-radius: 20px;
  /* width: 6.8em; */
  width: fit-content;
  text-align: center;
  transition: all 0.6s ease-in-out;
}

.menu_top {
  display: flex;
  min-width: 6em;
}

.menu_top .menu-menu-top-container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  top: 0;
  left: auto;
  right: 0;

  box-sizing: border-box;
  transition: all 0.8s ease-in-out 0.3s;
}

.menu-menu-top-container .menu-top {
  margin-left: 30px;
  margin-right: 30px;
}

.menu_top:hover {
  /* width: 33.5em; */
  background-color: rgba(241, 241, 241, 0.8);
  transition: all 0.6s ease-in-out;
}

.menu_top:hover .menu-menu-top-container {
  opacity: 1;
  max-width: 200vw;
  transition: all 0.8s ease-in-out;
}
.menu_top > text {
  max-width: 200vw;
}

.menu_top .text {
  width: fit-content;

  box-sizing: border-box;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 200vw;
  transition: all 0.6s ease-in-out 0.8s;
}

.menu_top .text span {
  padding: 16px 30px;
}

.menu_top:hover .text {
  opacity: 0;
  max-width: 0px;
  transition: all 0s ease-in-out;
  transition-duration: 0s;
}
.menu_top a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
}
.menu_top a:hover,
.menu_top .current_page_item a {
  color: rgba(0, 0, 0, 1);
}

.menu-top,
.menu-top * {
  user-select: none;
  -webkit-user-select: none;
}

.menu_top .menu-top {
  padding-left: 0;
  display: flex;
}

/***menu_top***/

li::marker {
  display: none;
}

li {
  list-style: none;
  position: relative;
}

li::before {
  display: inline-block;
  content: "";
  color: currentColor;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: -0.6em;
  top: 0.6em;
}

.menu_top li {
  list-style: none;
  margin-right: 2.2em;
}

.menu_top li::before {
  display: none;
}

.menu_top li:last-child {
  margin-right: 0;
}
.site-footer {
  z-index: 9999;
  position: relative;

  margin-top: 224px;
}

/*****/

#block_contact_model {
  background-color: #fff;
}
