/*! locomotive-scroll v4.1.1 */
html.has-scroll-smooth {
  overflow: hidden; }

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.has-scroll-smooth body {
  overflow: hidden; }

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh; }

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap; }

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%; }

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0; }
  .c-scrollbar:hover {
    transform: scaleX(1.45); }
  .c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; }
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1); }
    [data-scroll-direction="horizontal"] .c-scrollbar:hover {
      transform: scaleY(1.3); }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab; }
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; }
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0; }
	
/*! END locomotive-scroll v4.1.1 */

body {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
	background: #d7d8dd;
}
header {
	position: relative;
	z-index: 1;
}
.logo {
	position: absolute;
	top: 2.0833vw;
	left: 3.4722vw;
	z-index: 1;
}
section {
	position: relative;
	height: 100vh;
	color: #222;
	display: grid;
	place-content: center;
}
h1 {
	font-weight: 800;
}

.lerp-wrap {
	display: inline-block;
	vertical-align: bottom;
	line-height: 120%;
	margin-bottom: 1vw;
}
.lerp-wrap span {
	display: inline-block;
	font-size: clamp(32px, 5vw, 8vw);
}

/* вращающаяся сфера */
#sphere-wrap {
    height: 26.0416vw;
	position: absolute;
	top: 5vw;
	left: 10vw;
}
#sphere {
    width: 100%;
    height: 100%;
}
/* вращающаяся сфера */


.home-1 {
	background: #000;
	color: #d7d8dd;
}

.title-wrap {
	position: absolute;
	top: 17.0208vw;
	left: 10.4166vw;
}
.title-line-before {
	position: relative;
}
.title-line-before:before {
	content: '';
	width: 2.0833vw;
	height: 0.2083vw;
	background: #FDBB1C;
	position: absolute;
	top: 2.3229vw;
	left: -2.9166vw;
}
.empty-character-right {
	margin-right: 0.3em;
}
.gif_wrap {
    position: absolute;
    top: 5vw;
    right: 4.8611vw;
}
.gif_wrap img {
    width: 40.5555vw;
    height: 21.8vw;
}
span.subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 1.25vw;
    line-height: 1.4583vw;
    letter-spacing: 0.05em;
    color: #ECECED;
    opacity: 0.75;
    width: 38.5416vw;
    min-height: 3.3333vw;
    display: block;
}
.our_place {
	position: absolute;
	display: block;
	top: 31vw;
	left: 10.4166vw;
}
.our_place .title {
    font-style: normal;
    font-weight: 800;
    font-size: 1.25vw;
    line-height: 1.5277vw;
    letter-spacing: 0.05em;
    color: #ECECED;
	display: block;
}
.place_wrap {
    display: inline-flex;
    margin-top: 3.0555vw;
}
.place_wrap .place_item {
    width: 12.5vw;
    margin-right: 2.0833vw;
    position: relative;
    opacity: 0;
    transition: opacity .7s linear;
}
.place_wrap .place_item::after {
    content: '';
    width: 0.3472vw;
    height: 0.3472vw;
    border-radius: 50%;
    background: #FDBB1C;
    position: absolute;
    bottom: -0.3703vw;
    left: 1.1111vw;
}
.place_wrap .place_item.show {
    opacity: 1;
    transition: opacity .7s linear;
}
.place_wrap .place_item img {
    width: 2.7083vw;
    height: 2.3611vw;
    display: block;
    margin-bottom: 0.6944vw;
}
.place_wrap .place_item span.place_title {
    font-style: normal;
    font-weight: 600;
    font-size: 0.8333vw;
    line-height: 0.9722vw;
    color: #ECECED;
    opacity: 0.35;
    display: block;
}
.place_wrap .place_item p.place_desc {
    font-style: normal;
    font-weight: 500;
    font-size: 0.6944vw;
    line-height: 0.8333vw;
    color: #ECECED;
    opacity: 0.35;
}

/*плавающая кнопка*/
a.btn_ancor {
    position: absolute;
    top: 68%;
	right: 23%;
}
a.btn_ancor span.button_write4 {
    width: 10.4166vw;
    height: 10.4166vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.btn_ancor .text4 {
    font-style: normal;
    font-weight: bold;
    font-size: 1.1111vw;
    line-height: 1.3194vw;
    text-align: center;
    color: #121212;
    background: #FDBB1C;
    width: 6.9444vw;
    height: 6.9444vw;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.btn_ancor .circle4 svg {
    width: 10.4166vw;
    height: 10.4166vw;
}
.circle svg,
.circle2 svg,
.circle3 svg,
.circle4 svg {
    -webkit-animation: rotating 30s linear infinite;
    -moz-animation: rotating 30s linear infinite;
    -ms-animation: rotating 30s linear infinite;
    -o-animation: rotating 30s linear infinite;
    animation: rotating 30s linear infinite;
}
@-webkit-keyframes rotating
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*END плавающая кнопка*/














