#masthead #logo-container-mobile {
  padding: 35px 35px 0;
}
#masthead .main-logo img {
  margin-left: -7px;
}
@media (max-width: 959px) {
  #masthead .menu-primary-inner > li > a {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  #masthead .menu-primary-inner > li > a {
    font-size: 16px !important;
  }
}
#masthead .uncode-menu-additional-text {
  padding: 35px 35px 0;
}
#masthead .uncode-menu-additional-text p a {
  font-size: 18px !important;
  margin-bottom: 8px;
}
#masthead .uncode-menu-additional-text p a i {
  width: 20px;
  display: inline-block;
}
#masthead .extra-menu-area {
  padding: 15px 35px 0 35px;
  margin: 0px;
}
#masthead .extra-menu-area li {
  line-height: 1.35;
}
#masthead .extra-menu-area li a {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
  color: #000;
}
#masthead .menu-accordion .menu-smart a {
  padding: 5px 35px;
}
#masthead .menu-accordion .menu-cta-inner.menu-smart {
  margin-top: 15px;
  padding-left: 35px !important;
}
#masthead .menu-accordion .menu-cta-inner.menu-smart a {
  padding: 0;
}
#masthead .menu-accordion .menu-cta-inner.menu-smart li {
  float: left;
  margin-right: 12px;
}
#masthead .vmenu-container .navbar-social ul {
  padding: 35px 35px 0;
}
@media (max-width: 959px) {
  #masthead .vmenu-container .navbar-social ul li a {
    font-size: 24px !important;
  }
}
#color-scheme-switch {
  position: fixed;
  top: 150px;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(26, 26, 26, 0.2);
}
#color-scheme-switch .color-scheme-light, #color-scheme-switch .color-scheme-dark {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#color-scheme-switch .color-scheme-light {
  background: #fff;
}
#color-scheme-switch .color-scheme-dark {
  background: #1e1e1e;
}
body .main-container .page-hero-bg-text {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
body .main-container .page-hero-bg-text .h1 {
  position: absolute;
  bottom: 0;
  left: -10px;
  user-select: none;
  margin: 0;
  padding: 0;
  font-size: 160px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(26, 26, 26, 0.1);
}
@media (max-width: 1600px) {
  body .main-container .page-hero-bg-text .h1 {
    font-size: calc(48px + 112 * ((100vw - 375px) / 1225));
  }
}
@media (max-width: 375px) {
  body .main-container .page-hero-bg-text .h1 {
    font-size: 48px;
  }
}
body .main-container .page-hero-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .main-container .page-hero.style-color-dark-bg .page-hero-bg-text .h1 {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
}
body.scheme-dark .wpforms-container .wpforms-form .wpforms-page-indicator-page-progress-wrap {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
body.scheme-dark .wpforms-container .wpforms-form .wpforms-page-indicator-page-progress-wrap .wpforms-page-indicator-page-progress {
  background-color: #000 !important;
}
html {
  --primary-color: #fff;
  --primary-color-revert: #fff;
  --primary-color-invert: #1a1a1a;
  --primary-color-rgba: rgba(255, 255, 255, .9);
  --primary-color-rgba-invert: rgba(255, 255, 255, .8);
  --primary-color-rgba-revert: rgba(26, 26, 26, .9);
  --primary-color-contrast: #212121;
  --second-color: #1a1a1a;
  --second-color-rgba: rgba(26, 26, 26, .9);
  --second-color-invert: #fff;
  --three-color: #9c9c9c;
  --three-color-lite: #b1b1b1;
  --three-color-light: #edf0f0;
  --color-rgba: 0, 0, 0;
  --color-rgba-invert: 0, 0, 0;
  --color-rgba-revert: 255, 255, 255;
  --color-rgba-white: 255, 255, 255;
  --filter-icons-invert: invert(0) grayscale(100%);
}
@media (max-width: 960px) {
  body.model-hero-video .model-hero .row-inner, body.model-hero-img .model-hero .row-inner {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 800px;
    margin-left: -36px;
  }
  body.model-hero-video .model-hero .row-inner .hero-col-left, body.model-hero-video .model-hero .row-inner .hero-col-right, body.model-hero-img .model-hero .row-inner .hero-col-left, body.model-hero-img .model-hero .row-inner .hero-col-right {
    display: flex;
    width: 50%;
    padding: 0 0 0 36px;
    vertical-align: middle;
  }
  body.model-hero-video .model-hero .row-inner .hero-col-right .uncont, body.model-hero-img .model-hero .row-inner .hero-col-right .uncont {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  body.model-hero-video .model-hero .row-inner, body.model-hero-img .model-hero .row-inner {
    flex-direction: column;
    min-height: unset;
  }
  body.model-hero-video .model-hero .row-inner .hero-col-left, body.model-hero-img .model-hero .row-inner .hero-col-left {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
  body.model-hero-video .model-hero .row-inner .hero-col-right, body.model-hero-img .model-hero .row-inner .hero-col-right {
    display: block;
    width: 100%;
    height: auto;
    padding: 50px 0 0 !important;
  }
}
body.model-hero-video .model-hero .hero-row-2col, body.model-hero-img .model-hero .hero-row-2col {
  height: auto !important;
  min-height: unset !important;
}
body.model-hero-video .model-hero .hero-row-2col .row-inner, body.model-hero-img .model-hero .hero-row-2col .row-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  height: auto !important;
  min-height: unset !important;
  margin-left: 0 !important;
}
@media (max-width: 1200px) {
  body.model-hero-video .model-hero .hero-row-2col .row-inner, body.model-hero-img .model-hero .hero-row-2col .row-inner {
    gap: 30px;
  }
}
body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6, body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6 {
  display: block;
  height: auto;
  padding: 0 !important;
}
body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(1), body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(1) {
  width: calc(60% - 20px);
}
body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(2), body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(2) {
  width: calc(40% - 20px);
}
@media (max-width: 1200px) {
  body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(1), body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(1) {
    width: calc(65% - 15px);
  }
  body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(2), body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6:nth-child(2) {
    width: calc(35% - 15px);
  }
}
body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6 .uncell, body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6 .uncell {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.model-hero-video .model-hero .hero-row-2col .row-inner .col-lg-6 .uncont, body.model-hero-img .model-hero .hero-row-2col .row-inner .col-lg-6 .uncont {
  margin: 0 !important;
}
.model-hero {
  overflow: clip;
}
.model-img {
  position: relative !important;
  width: 44vw !important;
  height: 100%;
}
@media (max-width: 960px) {
  .model-img {
    width: 50vw !important;
  }
}
@media (max-width: 767px) {
  .model-img {
    width: 100vw !important;
    min-height: unset;
    max-height: unset;
    height: auto;
  }
}
.model-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 44vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: clip;
}
@media (max-width: 960px) {
  .model-img img {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .model-img img {
    position: static;
    width: 100vh;
    height: auto;
    margin-bottom: -5px;
  }
}
.model-video {
  position: relative !important;
  width: 44vw !important;
  height: 100%;
}
@media (max-width: 960px) {
  .model-video {
    width: 50vw !important;
  }
}
@media (max-width: 767px) {
  .model-video {
    width: 100vw !important;
    min-height: unset;
    max-height: unset;
    height: 400px;
  }
}
.model-video::before, .model-video::after {
  z-index: 3;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
}
.model-video::before {
  width: 100%;
  height: 100%;
}
.model-video.loaded::before, .model-video.loaded::after {
  visibility: hidden;
  opacity: 0;
}
.model-video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 44vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  overflow: clip;
}
@media (max-width: 960px) {
  .model-video__player {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .model-video__player {
    width: 100vw;
  }
}
.model-video__mute {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.model-video__mute::before, .model-video__mute::after {
  background: white;
  transition: all 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.model-video__mute::before {
  transform: translateY(0);
  opacity: 1;
  mask: url("../icons/source/volume_off.svg") center/100%;
}
.model-video__mute::after {
  transform: translateY(40px);
  opacity: 0;
  mask: url("../icons/source/volume_on.svg") center/100%;
}
.model-video__mute.active::after {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.model-video__mute.active::before {
  transform: translateY(-40px);
  opacity: 0;
}
.model-video__control {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 80px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.model-video__control::before, .model-video__control::after {
  background: #ffffff;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
}
.model-video__control::before {
  transform: translateY(0);
  opacity: 1;
  mask: url("../icons/source/pause.svg") center/65% no-repeat;
}
.model-video__control::after {
  transform: translateY(40px);
  opacity: 0;
  mask: url("../icons/source/play_v.svg") center/90%;
}
.model-video__control.active::after {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.model-video__control.active::before {
  transform: translateY(-40px);
  opacity: 0;
}
.model-departure {
  display: flex;
  align-items: center;
}
.model-departure__icon {
  width: 36px;
  height: 36px;
  padding: 5px;
}
.model-departure__name {
  margin: 0 0 0 13px;
}
.model-title {
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .model-title {
    margin-top: 10px !important;
  }
}
.model-nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px 40px;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .model-nav-tabs {
    gap: 5px 30px;
    margin-top: 20px !important;
  }
}
.model-nav-tabs a {
  position: relative;
  display: block;
  padding: 0;
  font-size: 26px;
  text-transform: lowercase;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .model-nav-tabs a {
    font-size: calc(18px + 8 * ((100vw - 375px) / 1225));
  }
}
@media (max-width: 375px) {
  .model-nav-tabs a {
    font-size: 18px;
  }
}
.model-nav-tabs a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-15px - 3px);
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--three-color);
  border-radius: 50%;
  pointer-events: none;
}
.model__sub-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .model__sub-panel {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.model__sub-panel .add-panel {
  display: flex;
  align-items: center;
}
.model__sub-panel .button {
  display: flex;
  width: max-content;
  margin: 0 !important;
  position: relative;
  z-index: 2;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.model__sub-panel .button__icon {
  padding: 10px;
  margin: 0 15px 0 0;
  background: var(--second-color);
  transition: background 0.5s ease, fill 0.5s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  fill: var(--primary-color);
  width: 36px;
  height: 36px;
}
@media (max-width: 1200px) {
  .model__sub-panel .button__icon {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }
}
.model__sub-panel .button__name {
  font-size: 18px;
  color: var(--second-color);
  text-transform: uppercase;
  transition: color 0.5s ease, opacity 0.3s ease;
}
@media (max-width: 1400px) {
  .model__sub-panel .button__name {
    font-size: calc(17px + 1 * ((100vw - 1024px) / 376));
  }
}
@media (max-width: 1024px) {
  .model__sub-panel .button__name {
    font-size: 17px;
  }
}
.model__sub-panel .button:hover .button__icon {
  transform: rotate(90deg);
}
.model__sub-panel .button:hover .button__name {
  opacity: 0.6;
}
.model__sub-panel .button-card {
  padding: 10px;
  position: absolute;
  z-index: 2;
  align-self: flex-end;
  background: rgba(0, 0, 0, 0.3);
  color: transparent;
  cursor: pointer;
  user-select: none;
  transition: color 0.3s ease;
  width: 46px;
  height: 46px;
}
.model__sub-panel .button-card_static {
  padding: 6px;
  margin: 0 20px 0;
  position: static;
  background: none;
  width: 36px;
  height: 36px;
}
@media (max-width: 1200px) {
  .model__sub-panel .button-card_static {
    margin: 0 10px 0;
  }
}
.model__sub-panel .button-card_static.active {
  color: var(--primary-color-invert);
}
.model__sub-panel .button-card_static .button-card__icon_cheart {
  stroke: var(--second-color);
}
.model__sub-panel .button-card_add {
  bottom: 0;
  left: 0;
}
.model__sub-panel .button-card.active {
  color: var(--primary-color-invert);
}
.model__sub-panel .button-card.active .button-card__icon_cheart {
  fill: var(--primary-color-invert);
}
.model__sub-panel .button-card__icon {
  fill: var(--primary-color);
  width: 100%;
  height: 100%;
}
.model__sub-panel .button-card__icon_cheart {
  stroke: #ffffff;
  stroke-width: 2px;
}
.model__subtitle {
  font-size: 1.15rem !important;
  color: rgba(var(--color-rgba-invert), 0.3) !important;
  transition: color 0.5s ease;
}
.model-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.model-social__item {
  padding: 10px;
  background: var(--second-color);
  border-radius: 50%;
  transition: opacity 0.3s ease;
  width: 46px;
  height: 46px;
}
@media (max-width: 1200px) {
  .model-social__item {
    width: 36px;
    height: 36px;
    padding: 7px;
  }
}
.model-social__item:hover {
  opacity: 0.6;
}
.model-social__icon {
  transition: fill 0.5s ease;
  fill: var(--primary-color-revert);
  width: 100%;
  height: 100%;
}
.model__params {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
@media (max-width: 768px) {
  .model__params {
    margin-top: 15px !important;
  }
}
.model__params-item {
  display: flex;
  flex-direction: column;
  width: calc(20% - 24px);
}
@media (max-width: 767px) {
  .model__params-item {
    width: calc(33.333% - 20px);
  }
}
.model__params-label {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .model__params-label {
    font-size: 14px;
  }
}
.model__params-value {
  font-size: 16px;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .model__params-value {
    font-size: 14px;
  }
}
.model-tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  font-size: 1.1rem;
  line-height: 1.6;
  text-transform: uppercase;
}
.model-tabs .tabs__nav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 !important;
  border-bottom: 2px solid rgba(26, 26, 26, 0.1);
}
.model-tabs .tabs__nav li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  padding-inline: 20px;
  padding-block: 20px;
  z-index: 2;
  font-size: 26px;
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .model-tabs .tabs__nav li {
    padding-inline: calc(15px + 5 * ((100vw - 375px) / 1225));
  }
}
@media (max-width: 375px) {
  .model-tabs .tabs__nav li {
    padding-inline: 15px;
  }
}
@media (max-width: 1600px) {
  .model-tabs .tabs__nav li {
    padding-block: calc(10px + 10 * ((100vw - 375px) / 1225));
  }
}
@media (max-width: 375px) {
  .model-tabs .tabs__nav li {
    padding-block: 10px;
  }
}
@media (max-width: 1600px) {
  .model-tabs .tabs__nav li {
    font-size: calc(16px + 10 * ((100vw - 375px) / 1225));
  }
}
@media (max-width: 375px) {
  .model-tabs .tabs__nav li {
    font-size: 16px;
  }
}
.model-tabs .tabs__nav li.active {
  background: rgba(26, 26, 26, 0.1);
}
.model-tabs .tabs__nav li:not(.active):hover {
  opacity: 0.5;
  cursor: pointer;
}
.model-tabs .tabs__nav a {
  position: relative;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.model-tabs .tabs__nav svg {
  width: 32px;
  height: 32px;
}
.model-tabs .tabs__inner {
  padding: 10px 0 0;
}
.model-tabs .tabs__item {
  display: none;
}
.model-tabs .tabs__item.active {
  display: block;
}
.model-tabs .grid-wrapper.half-gutter:not(.linear-wrapper) {
  margin-top: 0 !important;
}
.model-tabs .isotope-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 10px;
  height: auto !important;
  margin: 0 !important;
}
.model-tabs .tmb {
  position: static !important;
  width: calc(50% - 5px) !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 5px;
  overflow: clip;
  transform: none !important;
}
@media (max-width: 767px) {
  .model-tabs .tmb {
    width: 100% !important;
  }
}
.model-tabs .tmb.img-h {
  width: 100% !important;
}
.model-tabs .tmb.img-h .dummy {
  padding-top: 62% !important;
}
.model-tabs .tmb .t-inside {
  margin: 0 !important;
  border: none !important;
}
.model-tabs .tmb .dummy {
  padding-top: 150% !important;
}
.model-tabs .tmb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.model-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.model-gallery.disabled {
  user-select: none;
  pointer-events: none;
}
.model-gallery__item {
  display: block;
  width: calc(50% - 5px);
  font-size: 3rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  will-change: transform;
}
@media (max-width: 767px) {
  .model-gallery__item {
    width: 100%;
  }
}
.model-gallery__image {
  display: block;
  max-width: 100%;
  transition: transform 0.5s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.model-gallery__image:active {
  transform: scale(0.98);
}
.photo-tabs__photos .model-gallery__image {
  object-position: top;
}
.style-color-dark-bg .model__subtitle {
  color: rgba(var(--color-rgba-revert), 0.3) !important;
}
.style-color-dark-bg .model-departure__icon {
  fill: var(--primary-color);
}
.style-color-dark-bg .model__sub-panel .button__icon {
  background: var(--primary-color);
  fill: var(--second-color);
}
.style-color-dark-bg .model__sub-panel .button__name {
  color: var(--primary-color);
}
.style-color-dark-bg .model__sub-panel .button-card {
  background: transparent;
  color: transparent;
}
.style-color-dark-bg .model__sub-panel .button-card_static.active {
  color: var(--primary-color-invert);
}
.style-color-dark-bg .model__sub-panel .button-card_static .button-card__icon_cheart {
  stroke: var(--primary-color);
}
.style-color-dark-bg .model__sub-panel .button-card.active {
  color: var(--primary-color);
}
.style-color-dark-bg .model__sub-panel .button-card.active .button-card__icon_cheart {
  fill: var(--primary-color);
}
.style-color-dark-bg .model__sub-panel .button-card__icon {
  fill: var(--second-color);
}
.style-color-dark-bg .model__sub-panel .button-card__icon_cheart {
  stroke: #ffffff;
}
.style-color-dark-bg .model-social__item {
  background: var(--primary-color-revert);
}
.style-color-dark-bg .model-social__icon {
  fill: var(--second-color);
}
.style-color-dark-bg .tabs__nav {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.style-color-dark-bg .tabs__nav li.active {
  background: rgba(255, 255, 255, 0.1);
}
.style-color-dark-bg .tabs__nav svg {
  filter: invert(1);
}
@media (min-width: 769px) {
  body.archive .models-row-container .col-lg-1 {
    width: 200px;
    display: table-cell;
  }
  body.archive .models-row-container .col-lg-11 {
    width: calc(100% - 200px);
    display: table-cell;
  }
}
body.archive .archive-models-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 0 !important;
}
@media (max-width: 600px) {
  body.archive .archive-models-grid {
    gap: 30px;
  }
}
body.archive .archive-models-grid .card-profile {
  width: calc(25% - 30px);
}
@media (max-width: 1900px) {
  body.archive .archive-models-grid .card-profile {
    width: calc(33.333% - 26.667px);
  }
}
@media (max-width: 1400px) {
  body.archive .archive-models-grid .card-profile {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  body.archive .archive-models-grid .card-profile {
    width: 100%;
  }
}
