@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #898989;
  background: #171717;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/*
.neue {
font-family: 'Neue Machina', sans-serif;
}
*/

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  color: rgba(233, 78, 127, 1);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
a:focus {
  color: rgba(233, 78, 127, 1);
  outline: none;
  text-decoration: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
}

svg,
path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

lottie-player {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

input:focus,
button,
button:focus,
button:active,
select,
input,
textarea:focus {
  outline: none !important;
}

:invalid {
  box-shadow: none;
}

input[type="submit"],
button,
select {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[disabled="disabled"],
button[disabled="disabled"],
a[disabled="disabled"] {
  cursor: not-allowed;
}

input[type="number"],
input[type="date"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input,
textarea,
button,
select {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #223C4B;
  background: none;
}

fieldset {
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  width: 100%;
  height: 0;
  clear: both;
}

.clr:after,
.clr:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  clear: both;
}

b,
strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

.tac {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.tar {
  text-align: right;
  margin-left: auto;
}

.ttu {
  text-transform: uppercase;
}


h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

h1 {
  /*font-family: 'Neue Machina', sans-serif;*/
  font-weight: bold;
  font-size: 60px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 20px;
}

h2 {
  font-weight: 300;
  font-size: 36px;
  line-height: normal;
  color: #E8E8E8;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 20px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

p {
  margin-bottom: 15px;
}




.sections_bg {
  background: #0d0d0d;
}

.btn_menu {
  display: none;
}

.wrp_steps {
  position: fixed;
  z-index: 110;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.wrp_steps ul {
  list-style: none;
}

.wrp_steps li {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6px;
}

.wrp_steps li:last-child {
  margin-bottom: 0;
}

.wrp_steps li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 15px;
  width: 41px;
  height: 15px;
  color: #E8E8E8;
  padding-right: 18px;
}

.wrp_steps li a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 0;
  width: 16px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrp_steps li.active a {
  width: 94px;
  font-size: 30px;
  padding-right: 52px;
  text-align: right;
}

.wrp_steps li a:hover {
  width: 94px;
  padding-right: 52px;
  text-align: right;
}

.wrp_steps li.active a:after,
.wrp_steps li a:hover:after {
  width: 50px;
}


.main {}

.container {

  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header_home {
  top: 30px;
  left: 30px;
  right: 30px;
  background: none;
}

.header_active {
  top: 0;
  left: 0;
  right: 0;
  background: rgba(14, 14, 14, 0.8);
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu ul {
  list-style: none;
  display: flex;
}

.menu li {
  position: relative;
}

.menu li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: rgba(196, 196, 196, 0.35);
}

.menu li:last-child:after {
  display: none;
}

.menu a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  height: 120px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  color: #E8E8E8;
  text-transform: uppercase;
  text-align: center;
}

.menu a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background-color: #fff;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}

.menu a:hover:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}

.menu li.current-menu-item a,
.menu a:hover {
  color: #262626;
}

.menu li.current-menu-item a:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}

.header_home.header_active .menu li.current-menu-item a:after,
.header_home.header_active .menu a:hover:after {
  display: none;
}


.wrp_phone {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  padding-right: 50px;
}

a.header_phone {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #E8E8E8;
  margin-left: 58px;
}

.header_phone:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -58px;
  width: 48px;
  height: 50px;
  margin-top: -25px;
  background: url(../img/header_phone.svg) no-repeat left top;
}

.wrp_social {
  position: relative;
  z-index: 10;
  width: 45px;
  margin-left: -10px;
}

.btnsheader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrp_social:hover .btnsheader {
  transform: scale(0.9);
  background-color: rgba(28, 28, 28, .65);
}

.btnsheader i {
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin: 1px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrp_social:hover .btnsheader i:nth-child(1) {
  transform: translateY(5px);
}

.wrp_social:hover .btnsheader i:nth-child(3) {
  transform: translateY(-5px);
}

.social_inner {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrp_social:hover .social_inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social_inner ul {
  list-style: none;
  width: 45px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 58px;
  padding: 15px 12px;
}

.social_inner li {
  margin-bottom: 10px;
}

.social_inner li:last-child {
  margin-bottom: 0;
}

.social_inner a,
.social_inner a img {
  display: block;
}

.social_inner a svg {
  width: 20px;
  height: 20px;
}

.social_inner a:hover {
  transform: scale(1.15);
}

.social_inner a:hover path {
  fill: #F2B111;
}


.wrp_section1 {
  padding: 30px;
}

.section1 {}

.section1_inner {
  position: relative;
  z-index: 0;
  min-height: calc(100vh - 60px);
  min-height: calc((var(--vh, 1vh) * 100) - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-right: 300px;
}

.section1_inner:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.7);
}

@media all and (min-width:1000px) {
  .section1_inner {
    background: url(../img/bgline33.svg) repeat-y center top, url(/wp-content/uploads/section1_bg.jpg) no-repeat center / cover;
  }
}

@media all and (max-width:1000px) {
  .section1_inner {
    background: url(../img/bgline33.svg) repeat-y center top, url(/wp-content/uploads/section1_bg_mob.jpg) no-repeat center / cover;
  }
}

.section1_inner>div:nth-child(1) {
  padding-left: 90px;
  margin-right: 120px;
}

.title1 {
  font-weight: bold;
  font-size: 80px;
  line-height: 77px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.title1-text {
  font-weight: bold;
  font-size: 80px;
  line-height: 77px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.title1-image {
  margin-right: 30px;
  max-width: 300px;
}

.title2 {
  font-size: 64px;
  line-height: 62px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.desc1 {
  position: relative;
  padding-left: 144px;
  font-size: 18px;
  line-height: 160%;
  color: #E8E8E8;
  max-width: 600px;
}

.desc1:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 110px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.5;
}

.wrp_section1_img {
  position: relative;
}

.wrp_section1_img:before {
  content: '';
  position: absolute;
  z-index: 3;
  top: -60px;
  right: -60px;
  bottom: -60px;
  left: -60px;
  background: url(../img/wrp_section1_img.png) no-repeat left top;
  pointer-events: none;
}

.wrp_section1_img:after {
  content: '';
  position: absolute;
  z-index: 4;
  top: 22px;
  right: -12px;
  bottom: -37px;
  left: -12px;
  background: rgba(0, 0, 0, 0.64);
  filter: blur(38px);
  pointer-events: none;
}

.inner_section1_img {
  position: relative;
  z-index: 10;
}

.section1_img {
  position: relative;
  z-index: 5;
  display: block;
  width: 462px;
  height: 654px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section1_img img {
  position: relative;
  z-index: 5;
  display: block;
  width: 462px;
  height: 654px;
  object-fit: cover;
}

.section1_img:before {
  content: '';
  position: absolute;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F2994A;
  opacity: 0.3;
}

.section1_img_border {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 24px;
  bottom: 24px;
  left: 24px;
  opacity: 0.9;
  border: 3px solid #262626;
}

.section1_next {
  position: absolute;
  z-index: 10;
  right: 36px;
  bottom: 36px;
}

.section1_next a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  text-transform: uppercase;
  color: #FFFFFF;
}

.section1_next a svg {
  width: 194px;
  height: 194px;
}

.section1_next a:hover svg {
  transform: scale(0.9);
}

.section1_next a span {
  position: absolute;
  top: 50%;
  left: -62px;
  max-width: 110px;
  transform: translateY(-50%);
}

.section1_next .circle__c2 {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  transition: stroke-dashoffset 1s ease;
}

.section1_next a:hover .circle__c2 {
  stroke-dashoffset: 0;
}


.section {}

.section2_inner {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  background: url(../img/bgline33.svg) repeat-y center top, url(/wp-content/uploads/section2_bg.jpg) no-repeat center / cover;
}

.section3_inner {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: #171717 url(../img/bgline33.svg) repeat-y center top;
}

.section4_inner {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717 url(../img/bgline33.svg) repeat-y center top;
}

.iframe {
  position: absolute;
  top: 120px;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../img/loader.svg) no-repeat center;
}

.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
}

.section5_inner {
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: #171717 url(/wp-content/uploads/section5.png) no-repeat left top / auto 100%;
}


.wrp_title_step {
  position: absolute;
  z-index: 10;
  left: 24px;
  bottom: 50px;
  display: flex;
  align-items: flex-end;
  transform: rotate(-90deg) translateY(100%);
  transform-origin: 0 100%;
}

.title_step_num {
  font-weight: bold;
  font-size: 60px;
  line-height: 58px;
  color: #FFFFFF;
  margin-right: 11px;
}

.title_step {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding-left: 30px;
}

.title_step:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 92px;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.15;
}



.section2slider {
  position: relative;
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.s2drag {
  cursor: grab;
  position: absolute;
  top: 164px;
  left: 0;
  right: 0;
  bottom: 67px;
}

.s2drag.dragged {
  cursor: grabbing;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrps2slimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 74.4%;
}

.wrps2slimg:before {
  content: '';
  position: absolute;
  top: -33px;
  right: -32px;
  bottom: 8px;
  width: 529px;
  background: url(../img/s2bg.png) no-repeat left top;
}

.s2lineimg {
  position: absolute;
  top: 70px;
  right: 15px;
}

.s2slimg {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}

.s2slimgleft {
  padding-top: 112%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 200% auto;
}

.s2slimgright {
  padding-top: 112%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 200% auto;
}

.wrps2slimgleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

.wrps2slimgright {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
}


.s2slline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.s2slline1,
.s2slline2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.s2slline1:before,
.s2slline2:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -1px;
  border: 1px dashed #444444;
}

.s2slline1>div,
.s2slline2>div {
  position: relative;
  z-index: 2;
  width: 2px;
  height: 8px;
  background: #FFFFFF;
}

.s2slline_btn {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 17px;
  margin-left: -9px;
  width: 18px;
  height: 14px;
  -webkit-transition: none;
  transition: none;
}

.s2slline_btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-left: 9px rgba(0, 0, 0, 0) solid;
  border-right: 9px rgba(0, 0, 0, 0) solid;
  border-bottom: 12px #fff solid;
}

.s2slline_btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.wrp_s2slline2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
  overflow: hidden;
}

.s2slline2:before {
  border: 1px dashed #F2B111;
}

.s2slline2>div {
  background: #F2B111;
}

.wrps2sl3d {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 100px;
  width: 32.6%;
  height: 0;
  perspective: 1000px;
  perspective-origin: center center;
}

.s2sl3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translateZ(-250px);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.s2sl3d.anim {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.side {
  position: absolute;
  width: 100%;
  height: 100%;
}

.side div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: drop-shadow(0px 10px 41px #000000);
}

.front {
  transform: translateZ(250px);
}

.left {
  transform: translateX(-50%) rotateY(-90deg);
}

.right {
  transform: translateX(50%) rotateY(90deg);
}

.back {
  transform: translateZ(-250px) rotateY(180deg);
}

.wrps2text {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
}

.s2text {
  display: flex;
  line-height: 12px;
  color: #E8E8E8;
}

.s2text ul {
  list-style: none;
  display: flex;
}

.s2text>div,
.s2text li {
  position: relative;
  padding-left: 7px;
  margin-right: 30px;
}

.s2text>div:before,
.s2text li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #F2B111;
}

.s2text b {
  color: #898989;
}


.s3drag {
  cursor: grab;
  height: 100%;
}

.s3drag.dragged {
  cursor: grabbing;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section3_inner {
  display: flex;
  justify-content: center;
  padding-top: 169px;
}

.wrps3 {
  position: relative;
  width: 100%;
  max-width: 1500px;
}

.wrps3text {
  position: absolute;
  top: 45px;
  left: 0;
  bottom: 45px;
  width: 60.6%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.wrps3text.bg {
  background: rgba(22, 22, 22, 0.8);
}

.wrps3text>div {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: right;
  padding: 0 50px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.wrps3text>div.active {
  opacity: 1;
  z-index: 2;
}

.s3title {
  font-weight: bold;
  font-size: 96px;
  line-height: 90.34%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.s3text {
  width: 100%;
  max-width: 550px;
}

.s3hr {
  height: 1px;
  max-width: 263px;
  background: #3B3B3B;
  margin-left: auto;
}

a.s3more {
  display: inline-flex;
  align-items: center;
  height: 40px;
  background: #ED8F14;
  padding: 0 20px;
  font-weight: 800;
  font-size: 14px;
  color: #FFFFFF;
}

.s3more svg {
  margin-left: 10px;
  margin-top: 4px;
}

.wrps3img {
  position: absolute;
  top: 0;
  right: 111px;
  left: 50%;
  height: 100%;
  -webkit-transition: left 0.7s;
  transition: left 0.7s;
  perspective: 1000px;
  perspective-origin: center center;
}

.wrps3img.width100 {
  left: 110px !important;
}

.s3img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.s3img.anim {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.s3img>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #171717;
}

.s3img>div .inner_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s3img>div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s2arrow {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 30px;
  display: flex;
}

.s2arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  margin-left: 20px;
}

.s2arrow a svg {
  margin-right: 3px;
  transform: rotate(-90deg);
}

.s2arrow a:hover path {
  fill: #F2B111;
}

.s2prevcircle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s2prevcircle .circle__c2 {
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  transform-origin: 50% 50%;
  transform: rotate(180deg);
  transition: stroke-dashoffset 1s ease;
}

.s2arrow a:hover .s2prevcircle {
  transform: scale(0.9);
}

.s2arrow a:hover .s2prevcircle .circle__c2 {
  stroke-dashoffset: 0;
}

.s2dots {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 100px;
  width: 100%;
  padding-right: 200px;
  display: flex;
  justify-content: center;
}

.s2dots button {
  position: relative;
  background: none;
  width: 16px;
  height: 16px;
  border: 1px solid #444444;
  border-radius: 50%;
  margin-left: 5px;
}

.s2dots button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  background: #262626;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.s2dots button.active,
.s2dots button:hover {
  border-color: rgba(0, 0, 0, 0);
}

.s2dots button.active:after,
.s2dots button:hover:after {
  background: #F2B111;
}

.s5title {
  position: absolute;
  top: 200px;
  left: 100px;
  font-weight: bold;
  font-size: 60px;
  color: #FFFFFF;
}

.section5_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_mod {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 480px;
  background: rgba(0, 0, 0, 0.85);
  color: #898989;
  font-size: 12px;
  box-shadow: 0px 4px 20px #000000;
}

.contact_mod:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -26px;
  width: 0;
  height: 0;
  border-top: 26px rgba(0, 0, 0, 0.85) solid;
  border-right: 22px rgba(0, 0, 0, 0) solid;
  border-left: 22px rgba(0, 0, 0, 0) solid;
}

.contact_mod>div {
  width: 50%;
}

.contact_mod>div:nth-child(1) img {
  display: block;
}

.contact_mod>div:nth-child(2) {
  padding: 15px 25px;
}

.s5hr {
  height: 1px;
  background: #212121;
}

.contact_mod_soc {
  display: flex;
  align-items: center;
}

.contact_mod_soc>div:nth-child(2) {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.contact_mod_soc a {
  display: block;
  margin-right: 7px;
}

.contact_mod_soc a svg {
  display: block;
  width: 33px;
  height: 33px;
}

.contact_mod_soc a:hover {
  transform: scale(1.15);
}

.contact_mod_soc a:hover path {
  fill: #F2B111;
}

.about {
  padding-bottom: 155px;

}

.about_inner {
  padding-top: 180px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1320px;
  margin: 0 auto;
  background: url(../img/bgline33.svg) repeat-y center top;
}

@media (min-width:1050px) {
  .wrp_section3 .about_inner {
    padding-top: 0;
    /*  margin-top: -200px; */
  }
}

.about_inner ul,
.about_inner ol {
  margin-bottom: 15px;
  margin-left: 20px;
}

/* ul.about-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 240px));
  grid-gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-left: 0;
}

ul.about-list li {
  position: relative;
  min-height: 280px;
  padding-top: 165px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 140px;
}

ul.about-list li:before {
  content: '';
  position: absolute;
  top: 165px;
  left: -12px;
  width: 4px;
  height: 70px;
  background: #F2B111;
} */

/* ul.about-list li:nth-child(1) {
  background-image: url(../img/about_list1.svg);
}

ul.about-list li:nth-child(2) {
  background-image: url(../img/about_list2.svg);
}

ul.about-list li:nth-child(3) {
  background-image: url(../img/about_list3.svg);
}

ul.about-list li:nth-child(4) {
  background-image: url(../img/about_list4.svg);
}

ul.about-list li:nth-child(5) {
  background-image: url(../img/about_list5.svg);
}

ul.about-list li:nth-child(6) {
  background-image: url(../img/about_list6.svg);
}

ul.about-list li:nth-child(7) {
  background-image: url(../img/about_list7.svg);
}

ul.about-list li:nth-child(8) {
  background-image: url(../img/about_list8.svg);
} */

ul.about-list,
ul.about-list1 {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 240px));
  grid-gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-left: 0;
  counter-reset: list1;
}

ul.about-list li,
ul.about-list1 li {
  position: relative;
  min-height: 280px;
  padding-top: 165px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 140px;
}

ul.about-list li::after,
ul.about-list1 li::after {
  content: '';
  position: absolute;
  top: 165px;
  left: -12px;
  width: 4px;
  height: 70px;
  background: #F2B111;
}

ul.about-list li::before,
ul.about-list1 li::before {
  content: counter(list1);
  counter-increment: list1;
  position: absolute;
  top: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid #595959;
  color: #595959;
  font-size: 35px;
  height: 70px;
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ul.about-list1 li:nth-child(1) {
  background-image: url(../img/about_list1.png);
}

ul.about-list1 li:nth-child(2) {
  background-image: url(../img/about_list2.png);
}

ul.about-list1 li:nth-child(3) {
  background-image: url(../img/about_list3.png);
}

ul.about-list1 li:nth-child(4) {
  background-image: url(../img/about_list4.png);
}

ul.about-list1 li:nth-child(5) {
  background-image: url(../img/about_list5.png);
}

ul.about-list1 li:nth-child(6) {
  background-image: url(../img/about_list6.png);
}

ul.about-list1 li:nth-child(7) {
  background-image: url(../img/about_list7.png);
}

ul.about-list1 li:nth-child(8) {
  background-image: url(../img/about_list8.png);
} */


.about_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
}

.block-column-2 .wp-block-column {
  width: 50%;
  padding: 40px;
}

.block-column-3 {
  align-items: center;
}

.about_inner .block-column-3 {
  flex-wrap: nowrap;
}

.block-column-3 .wp-block-column {
  width: 33.33%;
}

.about_inner .block-column-3 .wp-block-column {
  width: auto;
}

.about_inner .block-column-3 .wp-block-column:nth-child(1),
.about_inner .block-column-3 .wp-block-column:nth-child(3) {
  max-width: 335px;
}

.block-column-2 .wp-block-column:nth-child(1) {
  text-align: right;
}

.block-column-2 .wp-block-column .wp-block-image {
  margin: -40px;
}

.about_flex>div {
  width: 50%;
}

.about_flex_text {
  padding: 40px;
}

.about_title {
  font-weight: bold;
  font-size: 60px;
  line-height: 58px;
  color: #fff;
}

.wrp_doc {
  position: relative;
  padding: 0 50px;
}

.wrp_doc img {
  display: block;
  margin: 0 auto;
}

.doc_text1 {
  position: absolute;
  top: 16%;
  left: 15px;
  max-width: 335px;
}

.doc_text2 {
  position: absolute;
  top: 42%;
  right: 15px;
  max-width: 335px;
}

a.doc_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100px;
  padding: 0 30px;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #171717;
  background: #FFFFFF;
}

.doc_btn svg {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
}

.doc_btn rect {
  fill: none;
  stroke: #F2CFA5;
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  transition: all 0.35s linear;
}

.doc_btn:hover rect {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.doc_title {
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  color: #E8E8E8;
}

.section5 .wrp_title_step {
  top: auto;
  bottom: 100px;
}

.footer {
  position: absolute;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
}

.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_inner a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 72px;
  padding: 0 30px;
  background: #000;
  font-size: 14px;
  color: #C6C6C6;
}

.footer_inner div:nth-child(2) {
  font-size: 14px;
  color: #C6C6C6;
  padding: 0 35px;
}

.menu__link-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  border: 1px solid #444444;
  border-radius: 50%;
  opacity: 0;
  outline: 120px solid transparent;
}

.footer_inner a:hover .menu__link-deco,
.footer_inner a.active .menu__link-deco {
  opacity: 1;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}




















.cursor {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: block;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.cursor__inner {
  fill: none;
  stroke: #ED8F14;
  stroke-width: 1px;
}

.cursor__arrow {
  display: none;
}



@media only screen and (min-width: 1050px) {
  body[data-hijacking="on"] {
    overflow: hidden;
  }
}

body::before {
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 1050px) {
  body::before {
    content: 'desktop';
  }
}

.cd-section {
  height: 100vh;
}

.cd-section.section3>div {
  position: static;
}


@media only screen and (min-width: 1050px) {
  .cd-section>div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateY(100vh) scale(1);
  }

  .cd-section.visible>div {
    transform: translateY(0) scale(1);
  }

  [data-hijacking="on"] .cd-section>div {
    position: absolute;
  }

  [data-animation="rotate"] .cd-section>div {
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}



.map-canvas {
  position: absolute !important;
  width: 100%;
  height: 100%;
}









.gallery_inner {
  position: relative;
  padding-top: 120px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrp_gallery {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
}

.section4 .wrp_gallery {
  top: 0px;
}

.gallery_title {
  position: absolute;
  z-index: 10;
  top: 140px;
  left: 100px;
  font-weight: bold;
  font-size: 60px;
  line-height: 90.1%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.gallery_title2 {
  position: absolute;
  bottom: 150px;
  left: 100px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #E8E8E8;
}

.gallery_title_circle {
  position: absolute;
  z-index: -1;
  top: 240px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 16.5px;
  color: #444444;
}

.gallery_title_circle:before {
  content: '';
  position: absolute;
  top: -103px;
  left: 50%;
  transform: translateX(-50%);
  width: 844px;
  height: 844px;
  border: 1px solid #262626;
  border-radius: 50%;
  pointer-events: none;
}

.scroll {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.scroll-content {
  position: absolute;
  top: 183px;
  left: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  pointer-events: none;
}

.scroll-zone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  white-space: nowrap;
  pointer-events: none;
  width: 100%;
  height: 40vh;
}

.scroll-content a {
  position: relative;
  z-index: 10;
  color: #898989;
  pointer-events: all;
}

.scroll-content--last {
  position: absolute;
  top: 183px;
  left: 0;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 31.25vw;
  display: flex;
}

.slide:nth-child(odd) {
  padding-top: 100px;
}

.slide__inner {
  width: 23.75vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide__inner a {
  position: relative;
  z-index: 10;
}

.slide__img {}

.slide__date {
  margin-bottom: 14px;
}

.scroll-content--last .slide__inner {
  padding-top: 400px;
  white-space: normal;
}

.slide__title {
  font-size: 48px;
  line-height: 1;
  color: #E8E8E8;
  margin-bottom: 15px;
  margin-left: -40px;
  text-transform: uppercase;
}

.slide__project {
  font-weight: 250;
  font-size: 48px;
  line-height: 90.4%;
  color: #E8E8E8;
  margin-left: -40px;
}



.scrollbar {
  position: absolute;
  bottom: 7.5%;
  left: 20%;
  right: 20%;
  height: 1px;
}

.scrollbar__handle {
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scaleX(0);
  transform-origin: left;
  background: #F2B111;
}

.gallery_single {
  max-width: 1700px;
  margin: 0 auto;
  padding-top: 187px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: url(../img/bgline33.svg) repeat-y center top;
}

.inner_gallery_single {
  padding: 0 20px;
}

.gallery_single_flex {
  display: flex;
  justify-content: space-between;
}

.gallery_single_flex>div {
  max-width: 50%;
}

.gallery_single_title {
  font-weight: bold;
  font-size: 66px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}

.gallery_single_flex .s2text {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 15px;
}

.gallery_single_flex .s2text>div {
  margin: 0;
}

.wrpshare {
  display: inline-flex;
  align-items: center;
}

.wrpshare>div {
  margin-right: 5px;
}

.wrpshare a {
  margin-left: 5px;
}

.wrpshare a:hover {
  transform: scale(1.3);
}

.wrpshare a:hover path {
  fill: #F2B111;
}

.glimg {
  margin-bottom: 100px;
}

.glimg img {
  display: block;
}

.gltext {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

.glgrid {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 60px;
}

.gallery_content {
  padding-bottom: 60px;
}

.gallery_content h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

@media (min-width:768px) {
  .gallery_content h2 {
    font-size: 40px;
  }
}

@media (min-width:1050px) {
  .gallery_content h2 {
    font-size: 60px;
  }
}

@media (min-width:1500px) {
  .gallery_content h2 {
    font-size: 66px;
  }
}

.gallery_single_bottom {
  position: relative;
  height: 482px;
  background: url(../img/gallery_single_bottom.png) no-repeat center top / cover;
}

.gallery_single_bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  opacity: 0.75;
}

.gallery_single_bottom .section1_next {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.single_title {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 55px;
}

.single_content {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 100px;
}


.gallery_content .block-column-2 .wp-block-column {
  width: auto;
  padding: 0;
}

.gallery_content .block-column-2 .wp-block-column:nth-child(1) {
  text-align: left;
}

.gallery_content .block-column-2 .wp-block-column .wp-block-image {
  margin: 0;
}

.gallery_content .wp-block-columns {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 60px;
}

.gallery_content .block-column-2 {
  grid-template-columns: auto auto;
}

.gallery_content .block-column-3 {
  grid-template-columns: auto auto auto;
}

.gallery_content .block-column-3 .wp-block-column {
  width: auto;
}

.gallery_content .wp-block-image img {
  display: block;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.gallery_content p {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

a.btn_back {
  position: fixed;
  z-index: 50;
  bottom: 50px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #262626;
}

a.btn_back svg {
  margin-right: 13px;
}

.btn_back:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background-color: #fff;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
}

.btn_back:hover::before {
  transform: scaleY(1);
  transform-origin: center bottom;
}


html:not(.no-js) [data-aos="custom-fade"],
html:not(.no-js) .gallery_content p,
html:not(.no-js) .about_inner .wp-block-image,
html:not(.no-js) .about_inner p,
html:not(.no-js) .about_inner li,
html:not(.no-js) .about_inner h2,
html:not(.no-js) .about_inner h3 {
  transition: opacity 1s ease, transform 1s ease;
  transform: translate3d(0, 50px, 0) scaleY(1.3) rotate(1deg);
  opacity: 0;
  transform-origin: 0 0;
}

html:not(.no-js) .aos-animate,
html:not(.no-js) .gallery_content p.aos-animate,
html:not(.no-js) .about_inner .wp-block-image.aos-animate,
html:not(.no-js) .about_inner p.aos-animate,
html:not(.no-js) .about_inner li.aos-animate,
html:not(.no-js) .about_inner h2.aos-animate,
html:not(.no-js) .about_inner h3.aos-animate {
  transform: none;
  opacity: 1;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}


.error404 {
  padding: 120px 100px 0 100px;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.inner_error404 {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lettering span {
  display: inline-block;
}

.lettering div {
  display: inline-block;
}

.title404 {
  font-weight: 800;
  font-size: 9vw;
  line-height: 1.2;
  color: #FFFFFF;
}

.lettering span.t404 {
  font-weight: bold;
  font-size: 144px;
  font-size: 7.5vw;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  padding: 0 3vw;
  background: #fff;
  color: #262626;
  height: 9.6vw;
  border-radius: 9.6vw;
  vertical-align: middle;
}

.cta-block {
  width: 21.42855vw;
  height: 21.42855vw;
}

.cta-block a {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  font-size: 1.25vw;
  line-height: 1.2;
  color: #000000;
}

.cta-block a i {
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #F2B111;
  display: block;
  position: absolute;
  overflow: hidden;
}

.cta-block a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.cta-block a:hover i {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.cta-block a i::before {
  content: "";
  -webkit-transition: -webkit-transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #C8920D;
  border-radius: 50%;
}

.cta-block a:hover i::before {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
}

.cta-block a i::after {
  content: "";
  -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  -o-transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #AA7C0A;
  border-radius: 50%;
}

.cta-block a:hover i::after {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


.loader {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171717;
}

.loader_name {
  position: absolute;
  left: 5%;
  bottom: 5%;
  font-size: 24px;
  color: #444444;
}

.loader_percent_line {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 27%;
  height: 1px;
  background: #F2CFA5;
}

.loader_percent_line div {
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  background: #F2B111;
}

.loader_percent {
  position: absolute;
  left: 4%;
  bottom: 29%;
  font-size: 72px;
  line-height: 1;
  color: #262626;
  display: flex;
  align-items: flex-start;
}

.loader_percent span {
  font-weight: bold;
  font-size: 185px;
}

.loader_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
}

.wrp_worker {
  display: flex;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  max-width: 1560px;
  min-width: 320px;
  margin: 0 auto;
}

.worker {
  min-width: 0;
  flex-grow: 1;
  display: flex;
  align-items: center;
}

.worker>div {
  min-width: 0;
  max-width: 50%;
}

.wrp_worker_img {
  max-width: 674px;
  flex-grow: 1;
  margin-right: 95px;
}

.worker_img {
  position: relative;
  padding-top: 100%;
}

.worker_img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.worker_title {
  font-weight: 600;
  font-size: 64px;
  line-height: normal;
  color: #F2B111;
}

.worker_desc {
  font-size: 24px;
  line-height: normal;
  color: #898989;
  margin-bottom: 50px;
}

.worker_btn {
  margin-bottom: 30px;
}

.worker_btn a {
  display: inline-flex;
  align-items: center;
  height: 85px;
  padding: 0 20px;
  border-radius: 45px;
  background: #fff;
  font-weight: bold;
  font-size: 48px;
  color: #262626;
  line-height: normal;
  white-space: nowrap;
}

.worker_btn_whatsapp a {
  color: #56A87C;
  padding-left: 96px;
  background: #fff url(../img/whatsapp.svg) no-repeat 15px center;
}

.worker_btn_telegram a {
  color: #71B7EA;
  padding-left: 96px;
  background: #fff url(../img/telegram2.svg) no-repeat 15px center;
}

.worker_btn_instagram a {
  padding-left: 96px;
  background: #fff url(../img/instagram2.svg) no-repeat 15px center;
}

.worker_btn_instagram a span {
  display: inline-block;
  background: linear-gradient(90deg, #6F1DD0 0.07%, #FF3B7F 49.03%, #FBDF1E 100.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.wrpgallery {
  padding: 30px;
}

.gallery {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
}

.page_rent {
  max-width: 1660px;
  background: none;
}

.top_rent {
  max-width: 684px;
  margin-bottom: 50px;
}

.rent_cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  padding-bottom: 100px;
}

.rent_cats a {
  position: relative;
  display: block;
  width: 100%;
  height: 377px;
  border: 1px solid #262626;
  font-weight: normal;
  font-size: 24px;
  color: #898989;
  padding: 26px 30px;
}

.rent_cats .image {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.rent_cats rect,
.rent_cats circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.rent_cats a:hover {
  color: #262626;
  border-color: #F2B111;
  background: #F2B111;
}

.rent_cats a:hover .image [stroke="#696969"] {
  stroke: #262626;
}

.arrow_icon {
  position: absolute;
  left: 30px;
  bottom: 44px;
}

.arrow_icon svg {
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease-in;
}

.arrow_icon svg:first-child {
  transition-delay: 300ms;
  transform: scaleX(1) translateX(0);
  opacity: 1;
}

.arrow_icon svg:last-child {
  transition: opacity 300ms ease-in;
  transform: scaleX(1.5) translateX(0);
}

.rent_cats a:hover .arrow_icon svg {
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.rent_cats a:hover .arrow_icon svg:first-child {
  opacity: 0;
  transform: scaleX(1) translateX(200%);
}

.rent_cats a:hover .arrow_icon svg:last-child {
  animation-name: arrowEnterLeft;
  animation-timing-function: ease-in-out;
  animation-duration: 400ms;
  opacity: 1;
}

@keyframes arrowEnterLeft {
  from {
    opacity: 0;
    transform: scaleX(1.5) translateX(-40px);
  }

  to {
    opacity: 1;
    transform: scaleX(1.5) translateX(0);
  }
}

.rent_cats a:hover .arrow_icon [stroke="#444444"] {
  stroke: #262626;
}

.rent_cats a:hover .arrow_icon [fill="#444444"] {
  fill: #262626;
}

.rent_items {
  display: none;
}

.rent_wrp {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow: hidden;
}

.rent_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 28% auto;
  grid-gap: 0;
  height: 100vh;
  transform: translateX(100%);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 1000ms;
}

.rent_inner>div {
  min-width: 0;
  height: 100vh;
}

.rent_left {
  position: relative;
  z-index: 1;
  background: #F2B111;
  transform: translateX(100%);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 1000ms;
  padding: 80px 0 40px 40px;
  overflow-y: auto;
}

.rent_right {
  position: relative;
  z-index: 2;
  background: #F5F5F5;
}

.rent_right_scroll {
  height: 100vh;
  overflow-y: auto;
  padding: 70px 50px 50px 50px;
}

.rent_right.loading:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../img/loading.svg?1) no-repeat center;
}

.ovh {
  overflow: hidden;
}

.openrent .rent_inner {
  transform: translateX(0);
}

.openrent .rent_left {
  transform: translateX(0);
}

.rent_close {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 50px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #F2B111 url(../img/rent_close.svg) no-repeat center;
  animation-name: close-button-appear;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  animation-delay: 800ms;
  transform: scale(1);
  animation-fill-mode: backwards;
  transition: transform 200ms ease-in-out;
}

.rent_close:hover {
  transform: scale(1.3) !important;
}

@keyframes close-button-appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.rent_close:before {
  content: "";
  position: absolute;
  transform-origin: center center;
  height: 30px;
  width: 2px;
  animation-duration: 700ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  will-change: transform, opacity;
  top: calc(50% + 1px);
  left: calc(50% - 0px);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scaleX(0.5) translateY(50%) translateY(6px);
  transform: translate3d(-50%, -50%, 0) rotate(45deg) scaleX(0.5) translateY(50%);
  background-color: #F2B111;
  background-image: linear-gradient(#F2B111 0%, #F2B111 2px, #5a6925 3px, #5a6925 12px, rgba(90, 105, 37, 0.5) 16px, #F2B111 100%);
  background-size: 100% 100%;
}

.rent_close:hover:before {
  animation-name: lineA;
}

.rent_close:after {
  content: "";
  position: absolute;
  transform-origin: center center;
  left: 50%;
  height: 30px;
  width: 2px;
  animation-duration: 700ms;
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  will-change: transform, opacity;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.5) translateY(50%) translateY(9px);
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.5) translateY(50%);
  background-color: #F2B111;
  background-image: linear-gradient(#F2B111 0%, #F2B111 4px, #5a6925 5px, #5a6925 12px, rgba(90, 105, 37, 0.5) 17px, #F2B111 100%);
  background-size: 100% 100%;
  animation-delay: 75ms;
}

.rent_close:hover:after {
  animation-name: lineB;
}

@keyframes lineA {
  0% {
    opacity: 1;
    background-position: 0% 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(0.75) translateY(25%) translateY(-12px);
    background-position: 0% 100%;
    opacity: 0;
  }
}

@keyframes lineB {
  0% {
    opacity: 1;
    background-position: 0% 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.75) translateY(25%) translateY(-14px);
    background-position: 0% 100%;
    opacity: 0;
  }
}


.rent_left_title {
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  color: #171717;
  margin-bottom: 100px;
}

.rent_left_title_list {
  font-weight: 500;
  font-size: 24px;
  color: #262626;
  margin-bottom: 18px;
  padding-left: 2.5em;
}

.rent_left_list ul {
  list-style: none;
  border-top: 1px solid #000000;
}

.rent_left_list a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 3em;
  padding: 10px 4em 10px 2.5em;
  font-weight: bold;
  font-size: 24px;
  color: #262626;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}

.rent_left_list a:hover,
.rent_left_list a.active {
  background: #171717;
  color: #fff;
}

.rent_left_list a .icon {
  position: absolute;
  top: 50%;
  right: 1.55em;
  margin-top: -1.05em;
  width: 2.1em;
  height: 2.1em;
  border: 1px solid #262626;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.rent_left_list a .icon svg {
  max-width: 100%;
  height: auto;
}

.rent_left_list a:hover .icon path,
.rent_left_list a.active .icon path {
  stroke: #fff;
}

.rent_single_title {
  font-weight: normal;
  font-size: 48px;
  line-height: 1;
  color: #262626;
  margin-bottom: 20px;
}

.rent_single_content {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 40px;
}

.rent_slider img {
  display: block;
  margin: 0 auto;
}

.rent_slider_thumb {
  padding: 10px 148px;
  background: #E8E8E8;
}

.rent_slider_thumb .slick-slide {
  padding: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rent_slider_thumb .slick-slide span {
  position: relative;
  cursor: pointer;
  display: block;
}

.rent_slider_thumb .slick-slide.slick-current span:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(242, 177, 17, 0.5), rgba(242, 177, 17, 0.5));
}

.rent_slider_thumb img {
  display: block;
  max-width: 200px;
}

.rent_slider_thumb .slick-prev,
.rent_slider_thumb .slick-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 114px;
  height: 114px;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #C6C6C6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}

.rent_slider_thumb .slick-prev {
  left: 24px;
}

.rent_slider_thumb .slick-next {
  right: 24px;
}

.rent_slider_thumb .slick-prev:hover path,
.rent_slider_thumb .slick-next:hover path {
  fill: #444;
}

.wrp_rent_slider {
  margin-bottom: 50px;
}

.wrp_rent_single_info {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 60px;
}

.wrp_rent_single_info>div {
  min-width: 0;
}

.rent_single_info_left {
  background: #E8E8E8;
  padding: 50px 30px 30px 30px;
}

.rent_single_info_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  margin-bottom: 30px;
}

.rent_single_info_left table {
  width: 100%;
}

.rent_single_info_left td {
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #000000;
  padding: 10px 20px;
  border-bottom: 5px #E8E8E8 solid;
}

.rent_single_info_left td:nth-child(1) {
  background: #F5F5F5;
}

.rent_single_info_left td:last-child {
  background: #FFFFFF;
}

a.rent_single_video {
  display: block;
  max-width: 428px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #000000;
}

.rent_single_video img {
  display: block;
  margin-bottom: 20px;
}

.rent_video_modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 38, 38, 0.95);
}

.rent_video_modal_iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  max-height: 554px;
}

.rent_video_modal_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_rent_flex {
  display: flex;
  justify-content: space-between;
  max-width: none;
}

.top_rent_flex>div:nth-child(1) {
  max-width: 684px;
  margin-right: 20px;
}

a.rent_phone {
  font-weight: bold;
  font-size: 60px;
  color: #F2B111;
  line-height: 1;
}

.rent_single_info_right a.rent_phone {
  font-size: 48px;
  color: #262626;
  text-transform: uppercase;
}


a.btn_menu_gallery {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  background: #0E0E0E;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
}

.btn_menu_gallery .menu-icon__line {
  display: block;
  height: 1px;
  background: #fff;
  width: 33px;
  margin-bottom: 5px;
  -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, background-color 0.5s ease;
  transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease;
}

.btn_menu_gallery .menu-icon__line-left {
  width: 16px;
}

.btn_menu_gallery .menu-icon__line-right {
  width: 16px;
  margin-left: auto;
}

.page_gallery .header {
  transform: translateY(-100%);
}

.openmenu_gallery .header {
  transform: none;
}

.openmenu_gallery .btn_menu_gallery {
  display: none;
}

.about_img_bg .wp-block-image {
  position: relative;
  z-index: 0;
}

.about_img_bg .wp-block-image.wp-block-image1:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -41px;
  right: -33px;
  width: 551px;
  height: 97px;
  background: url(../img/about_img_bg1.png) no-repeat left top;
}

.about_img_bg .wp-block-image.wp-block-image2:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -33px;
  left: -33px;
  width: 97px;
  height: 356px;
  background: url(../img/about_img_bg2.png) no-repeat left top;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.padd-left-none {
  padding-left: 0 !important;
}

.js-transition-img__inner video {
  max-width: 100%;
  height: auto;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 100 100" ><circle cx="50" cy="50" fill="none" stroke="white" stroke-width="5" r="10" stroke-dasharray="47.12388980384689 17.707963267948966"><animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1.2048192771084336s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform></circle></svg>') no-repeat center;
}

.s3img video {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video::-webkit-media-controls-enclosure {
  display: none !important;
  -webkit-appearance: none;
}

.service_wrp {
  padding-bottom: 155px;
}

.service_category {
  font-weight: 300;
  font-size: 48px;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #262626;
}

.service_item_wrp {
  margin-bottom: 90px;
}

.service_item {
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #262626;
}

.service_item:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1B1B1B;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.service_item:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service_item_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 150px;
  padding-right: 50px;
  min-height: 117px;
}

.service_item_title {
  font-weight: 500;
  font-size: 24px;
  color: #ED8F14;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_item:hover .service_item_title {
  margin-left: 60px;
}

.service_item_num {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 96px;
  color: #F2B111;
}

.service_item_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  min-width: 79px;
  height: 79px;
  border: 1px solid #262626;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_item.active .service_item_arrow {
  transform: rotate(180deg);
}

.service_item_desc {
  display: none;
  font-weight: 500;
  font-size: 20px;
  color: #898989;
  margin-left: auto;
  margin-right: 100px;
  padding-bottom: 50px;
  max-width: 1300px;
}


@property --angle {
  syntax: '<angle>';
  initial-value: 90deg;
  inherits: true;
}

@property --gradX {
  syntax: '<percentage>';
  initial-value: 50%;
  inherits: true;
}

@property --gradY {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: true;
}

:root {
  --d: 5000ms;
  --angle: 0deg;
  --gradX: 100%;
  --gradY: 50%;
  --c1: rgba(255, 248, 240, 1);
  --c2: rgba(242, 177, 17, 1);
}

.service_btn {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 125px;
  padding: 0 40px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.service_btn span {
  white-space: nowrap;
}

a.service_btn {
  color: #FFFFFF;
}

.service_btn:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ED8F14;
  border: 8px solid;
  border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30;
  animation: borderRotate var(--d) linear infinite forwards;
}

@keyframes borderRotate {
  100% {
    --angle: 360deg;
  }
}


@media all and (max-width:766px) {

  .gallery_inner {
    position: relative;
    padding-top: 0px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }

  .wrp_gallery {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
  }

  ul.about-list li:before {
    height: 40px;
  }

  *,
  *:before,
  *:after {
    margin: 0;
    padding: 0;

  }

}