@font-face {
  font-family: 'URLKHM Display';
  src: url('../../fonts/URLKHM-Display.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

html,body {
  height: unset !important;
}

.container .content .realwork img {
  max-width: none;
}

.headline-carousel,
.container .container-header,
.title,
.page-title {
  display: none;
}

.container>.container-content>.center {
  width: 100%;
  padding: 0;
}

.container.container-col-1 {
  padding: 0;
}

.realwork {
  overflow: hidden;
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 1279px) {
  .realwork {
    font-size: 24px;
  }
}

@media (max-width: 799px) {
  .realwork {
    font-size: 20px;
  }
}

.realwork ul {
  margin: 0;
  padding-left: 24px;
}

.tab-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}

@media (max-width: 1279px) {
  .tab-nav {
    flex-direction: column;
  }
}

.tab-link.active {
  background-color: #000CB5;
  color: white;
}

.spoiler-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.spoiler {
  border-radius: 20px;
  background-color: white;
  padding-bottom: 10px;
}

.spoiler-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: black;
  padding: 30px 30px 20px;
  cursor: pointer;
}

@media (max-width: 799px) {
  .spoiler-name {
    padding: 20px 16px 10px;
    gap: 0;
  }
}

.spoiler-icon {
  position: relative;
  height: 50px;
  width: 50px;
  flex: none;
}

.spoiler-icon>div:first-child {
  width: 30px;
  height: 4px;
  border-radius: 4px;
  background-color: #000CB5;
  position: absolute;
  top: 23px;
  left: 10px;
}

.spoiler-icon>div:last-child {
  height: 30px;
  width: 4px;
  border-radius: 4px;
  background-color: #000CB5;
  position: absolute;
  top: 10px;
  left: 23px;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.spoiler-content {
  display: none;
}

.spoiler-inner {
  padding: 0 30px 20px;
  font-size: 20px;
  line-height: 120%;
}

@media (max-width: 799px) {
  .spoiler-inner {
    padding: 0 16px 10px;
  }
}

.spoiler.open .spoiler-name {
  padding-bottom: 20px;
}

.spoiler.open .spoiler-icon>div:last-child {
  opacity: 0;
}

.realwork-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 1279px) {
  .realwork-container {
    padding: 0 32px;
  }
}

@media (max-width: 799px) {
  .realwork-container {
    padding: 0 16px;
  }
}

.realwork-title {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 400;
  line-height: 76%;
  text-transform: uppercase;
  font-family: 'URLKHM Display' !important;
}

@media (max-width: 799px) {
  .realwork-title {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 87%;
  }
}

.realwork-section {
  padding-bottom: 60px;
}

@media (max-width: 799px) {
  .realwork-section {
    padding-bottom: 40px;
  }
}

.realwork-hero1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 76%;
  font-family: 'URLKHM Display' !important;
  text-transform: uppercase;
}

@media (max-width: 799px) {
  .realwork-hero1 {
    font-size: 24px;
  }
}

.realwork-hero2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
  font-family: 'URLKHM Display' !important;
  text-transform: uppercase;
}

@media (max-width: 799px) {
  .realwork-hero2 {
    font-size: 20px;
    line-height: 87%;
  }
}

.realwork-hero3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 799px) {
  .realwork-hero3 {
    font-size: 12px;
  }
}

.realwork-h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 76%;
  font-family: 'URLKHM Display' !important;
  text-transform: uppercase;
}

.realwork-h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 87%;
  font-family: 'URLKHM Display' !important;
  text-transform: uppercase;
}

@media (max-width: 1439px) {
  .realwork-h2 {
    font-size: 34px;
  }
}

@media (max-width: 1279px) {
  .realwork-h2 {
    font-size: 40px;
  }
}

@media (max-width: 799px) {
  .realwork-h2 {
    font-size: 30px;
  }
}

.realwork-h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.realwork-p1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 799px) {
  .realwork-p2 {
    line-height: 120%;
  }
}

.realwork-p2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  font-family: 'URLKHM Display' !important;
  text-transform: uppercase;
}

@media (max-width: 799px) {
  .realwork-p2 {
    line-height: 87%;
  }
}

.realwork-p3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 1439px) {
  .realwork-p3 {
    font-size: 18px;
  }
}

@media (max-width: 799px) {
  .realwork-p3 {
    font-size: 16px;
    line-height: 120%;
  }
}

.realwork-p4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 799px) {
  .realwork-p4 {
    font-size: 24px;
    line-height: 100%;
  }
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.color-blue,
.color-blue * {
  color: #000CB5;
}

.color-white,
.color-white *,
.color-white a:hover {
  color: white;
}

.ff-main {
  font-family: 'UralchemUnitySans' !important;
  font-weight: 700;
  font-size: smaller;
}

.mb-20 {
  margin-bottom: 20px;
}

.realwork-button {
  background-color: #000CB5;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-left: auto;
  position: fixed;
  right: 60px;
  bottom: 37px;
  z-index: 10;
}

@media (max-width: 1279px) {
  .realwork-button {
    height: 160px;
    width: 160px;
    right: 32px;
    bottom: 64px;
  }
}

@media (max-width: 799px) {
  .realwork-button {
    height: 146px;
    width: 146px;
    right: 16px;
    bottom: 80px;
    padding: 10px;
  }
}

.realwork-button-text {
  height: 100%;
  width: 100%;
  background: url(../../images/realwork/button-2.svg) center / contain no-repeat;
  animation: spin 60s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@media (min-width: 800px) {
  .realwork-bg-element {
    animation: transform 60s linear infinite;
  }

  .realwork-bg-element.reverse {
    animation: transform-reverse 60s linear infinite;
  }
}

@keyframes transform {
  0% {
    transform: scale(0.9) skew(0.5rad) /* translateX(0%) */;
  }

  25% {
    transform: scale(1) skew(-0.5rad) /* translateX(50%) */;
  }

  50% {
    transform: scale(0.9) skew(0.5rad) /* translateX(100%) */;
  }

  75% {
    transform: scale(1) skew(-0.5rad) /* translateX(50%) */;
  }

  100% {
    transform: scale(0.9) skew(0.5rad) /* translateX(0%) */;
  }
}

@keyframes transform-reverse {
  0% {
    transform: scale(1) skew(-0.5rad) /* translateX(0%) */;
  }

  25% {
    transform: scale(0.9) skew(0.5rad) /* translateX(-50%) */;
  }

  50% {
    transform: scale(1) skew(-0.5rad) /* translateX(-100%) */;
  }

  75% {
    transform: scale(0.9) skew(0.5rad) /* translateX(-50%) */;
  }

  100% {
    transform: scale(1) skew(-0.5rad) /* translateX(0%) */;
  }
}

.fancybox-close,
.fancybox-close:hover {
  background: transparent url(../../images/realwork/close.svg) center / contain no-repeat !important;
  top: 50px !important;
  right: 60px !important;
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 1439px) {

  .fancybox-close,
  .fancybox-close:hover {
    width: 28px !important;
    height: 28px !important;
  }
}

@media (max-width: 1279px) {

  .fancybox-close,
  .fancybox-close:hover {
    right: 32px !important;
  }
}

@media (max-width: 799px) {

  .fancybox-close,
  .fancybox-close:hover {
    top: 40px !important;
    right: 16px !important;
    width: 26px !important;
    height: 26px !important;
  }
}

.fancybox-skin {
  background: white !important;
}

@media (max-width: 799px){
  .header-lang,
  .header-links,
  .header-burger {
    margin-left: 8px !important;
  }
}