html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  margin: 0;
  padding: 0;
  border: 0;
  color: #FAF9F7;
  letter-spacing: 0;
  font-weight: 300;
}

img {
  max-width: 100%;
  height: auto;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, time, img {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Coco Gothic", sans-serif;
  font-weight: 300;
}

ol, ul {
  list-style: none;
}

p, li {
  color: #FAF9F7;
  font-weight: 300;
}

p, li, a {
  font-size: 16px;
  line-height: 2;
  color: #FAF9F7;
  font-weight: 300;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Coco Gothic";
  src: url("fonts/coco-gothic.ultralight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-UltraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("fonts/HelveticaNeueCyr-Medium.ttf");
  font-weight: 500;
}
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  * html body {
    margin-top: 0 !important;
  }
}
.so-anim-letters, .so-header-menu ul li a {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.so-anim-letters span, .so-anim-letters div, .so-header-menu ul li a span, .so-header-menu ul li a div {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}
.so-anim-letters span, .so-header-menu ul li a span {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  will-change: transform;
  display: inline-block;
}
.so-anim-letters span.so-anim-letters_space, .so-header-menu ul li a span.so-anim-letters_space {
  width: 5px;
}
.so-anim-letters .so-anim-letters-lines, .so-header-menu ul li a .so-anim-letters-lines {
  position: relative;
}
.so-anim-letters .so-anim-letters-line_2, .so-header-menu ul li a .so-anim-letters-line_2 {
  position: absolute;
  top: 0;
  left: 0;
}
.so-anim-letters .so-anim-letters-line_2 span, .so-header-menu ul li a .so-anim-letters-line_2 span {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -o-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}
.so-anim-letters:hover .so-anim-letters-line_1 span, .so-header-menu ul li a:hover .so-anim-letters-line_1 span {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  -o-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}
.so-anim-letters:hover .so-anim-letters-line_2 span, .so-header-menu ul li a:hover .so-anim-letters-line_2 span {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.so-anim-image {
  overflow: hidden;
  position: relative;
}
.so-anim-image:before {
  position: absolute;
  width: auto;
  height: auto;
  transition: all 1s ease-in;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  content: "";
}
.so-anim-image-left.animated:before {
  left: 100%;
}
.so-anim-image-top.animated:before {
  top: 100%;
}

.wpcf7-form-control input {
  display: none;
}
.wpcf7-form-control .wpcf7-list-item-label {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 300;
  padding-left: 25px;
}
.wpcf7-form-control .wpcf7-list-item-label:before {
  position: absolute;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  left: 0;
  top: 50%;
  margin-top: -13px;
  border: 1px solid #fff;
  cursor: pointer;
  content: "";
}
.wpcf7-form-control .wpcf7-list-item-label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  left: 8px;
  top: 50%;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  opacity: 0;
  content: "";
}
.wpcf7-form-control .wpcf7-list-item-label a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
}
.wpcf7-form-control .wpcf7-list-item-label a:hover {
  color: #FFC893;
}
.wpcf7-form-control input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.so-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0B0B0C;
  z-index: 999;
}
.so-loader .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.so-loader .so-row {
  text-align: center;
}
.so-loader-text {
  display: inline-block;
  margin: auto;
  position: relative;
}
.so-loader-text img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.1;
}
.so-loader-text-2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 240px;
  height: 880px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/loader_text_2.png");
  top: 50%;
  left: 50%;
  margin-left: -120px;
  margin-top: -440px;
  opacity: 0.2;
  content: "";
}
.so-loader-text-key {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: 14px;
  height: 130px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/loader.png");
  transform-origin: center;
  top: 50%;
  left: 50%;
  margin-top: -65px;
  margin-left: -7px;
  opacity: 0.7;
  content: "";
}
.so-loader-progress {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 100px;
  right: 145px;
  opacity: 0.3;
}
.so-loader-progress span {
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
}
.so-loader.so-active .so-loader-progress {
  opacity: 1;
}
.so-loader.so-active .so-loader-text img {
  opacity: 1;
}
.so-loader.so-active .so-loader-text-2 {
  opacity: 1;
}
.so-loader.so-active .so-loader-text-key {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

#so-wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  position: fixed;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

html {
  background-color: #0B0B0C;
}

body {
  font-family: "HelveticaNeueCyr", sans-serif;
  overflow-x: hidden;
  background-color: #0B0B0C;
}
.so-row {
  max-width: 1160px;
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Coco Gothic", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 30px;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #FFC893;
}

h1 {
  font-size: 88px;
  line-height: 1.1;
  padding-bottom: 60px;
}

h2 {
  font-size: 88px;
  line-height: 1.1;
  padding-bottom: 60px;
}

h3 {
  font-size: 64px;
  line-height: 1.2;
}

h4 {
  font-size: 40px;
  line-height: 1.2;
}

h5 {
  font-size: 30px;
  line-height: 1.2;
}

h6 {
  font-size: 20px;
  line-height: 1.2;
}

.so-button-simple {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 22px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #545455;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.so-button-simple:hover {
  border-color: #FFC893;
  color: #FFC893;
}

.so-button {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  color: #3F3F3F;
  display: inline-block;
  outline: none;
  padding: 22px 44px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  background-color: #FFC893;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.so-button:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: auto;
  height: auto;
  clip-path: circle(0% at 0 0);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  content: "";
}
.so-button:hover {
  color: #0B0B0C;
}
.so-button:hover:after {
  clip-path: circle(150% at 0 0);
}

.plyr .plyr__time, .plyr .plyr__control {
  color: #fff;
}
.plyr > .plyr__control {
  background: #FFC893;
}
.plyr > .plyr__control:hover {
  background: #FFC893;
}
.plyr .plyr__control:hover, .plyr .plyr--video .plyr__control[aria-expanded=true],
.plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before,
.plyr .plyr__control.plyr__tab-focus {
  background: #FFC893;
}
.plyr input[type=range] {
  color: #FFC893;
}

@keyframes so_stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes so_fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes so_circles {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.so-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 30px;
  z-index: 100;
}
.so-header.so-header_scroll {
  opacity: 0;
}
.so-header-menu-scroll {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 6;
  left: -400px;
}
.so-header-menu-scroll .so-header-lang {
  display: block;
  margin-left: 18px;
  margin-top: 15px;
}
.so-header-menu-scroll .so-header-lang li {
  color: #fff;
  margin-left: 0;
}
.so-header-menu-scroll.so-active {
  left: 0 !important;
}
.so-header-menu-scroll .so-header-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1c1c1e;
}
.so-header-menu-scroll .so-header-menu-content ul {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  top: 0;
  left: 0;
}
.so-header-menu-scroll .so-header-menu-content ul li {
  display: block;
  padding-bottom: 20px;
  margin-left: 25px;
}
.so-header-menu-scroll .so-header-menu-content ul li.current-menu-item:before, .so-header-menu-scroll .so-header-menu-content ul li.current-menu-item:after {
  display: none;
}
.so-header-menu-scroll .so-header-menu-content ul li a {
  font-size: 30px;
}
.so-header-menu-scroll .so-header-menu-content ul li:last-child {
  padding-bottom: 0;
}
.so-header.so-scrolled {
  background-color: #0B0B0C;
  padding-bottom: 30px;
  position: fixed;
  opacity: 1;
}
.so-header.so-scrolled.so-header-home {
  left: 0;
  z-index: 7;
}
.so-header.so-scrolled .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 60px;
  padding-bottom: 0 !important;
}

.so-header.so-scrolled .so-row .so-col:nth-child(3) .so-header-lang {
  display: none;
}

.so-header.so-scrolled .so-header-trigger {
  display: inline-block;
}
.so-header.so-scrolled .so-header-logo img {
  max-width: 160px;
}
.so-header-trigger {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 60px;
  height: 16px;
  cursor: pointer;
  display: none;
}
.so-header-trigger i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #fff;
  left: 0;
  margin-top: 0;
}
.so-header-trigger i:nth-child(1) {
  top: 0;
}
.so-header-trigger i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.so-header-trigger i:nth-child(3) {
  bottom: 0;
}
.so-header-trigger.so-active {
  height: 50px;
}
.so-header-trigger.so-active i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.so-header-trigger.so-active i:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -1px;
}
.so-header-trigger.so-active i:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 1px;
  bottom: 50%;
}
.so-header-wrapper {
  position: relative;
  z-index: 5;
}
.so-header.so-header-home {
  z-index: 3;
}
.so-header .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1860px !important;
  padding-left: 40px;
  padding-right: 40px;
}
.so-header .so-col {
  width: 33.33%;
}
.so-header .so-col:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-header-logo img {
  max-width: 295px;
  width: 100%;
  margin: auto;
}
.so-header-lang {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-right: 15px;
}
.so-header-lang .selectric-items {
  background-color: #262829;
  border-width: 0;
  box-shadow: none;
  padding: 20px 20px 15px 20px;
  box-sizing: border-box;
}
.so-header-lang .selectric-items li {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
  color: #FAF9F7;
  font-weight: 600;
  padding: 0;
  background-color: transparent;
  margin-bottom: 8px;
  opacity: 0.4;
}
.so-header-lang .selectric-items li:hover {
  opacity: 1;
}
.so-header-lang .selectric-items li:last-child {
  margin-bottom: 0;
}
.so-header-lang .selectric {
  border-width: 0;
  background-color: transparent;
}
.so-header-lang .selectric .label {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 13px;
  line-height: 38px;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.so-header-lang .selectric .button {
  top: -1px;
  border-width: 0;
  background-color: transparent;
}
.so-header-lang .selectric .button:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-top-color: #fff;
}
.so-header-lang .selectric-hover .selectric .label {
  color: #FFC893;
}
.so-header-lang .selectric-hover .selectric .button:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #FFC893;
}
.so-header-menu {
  width: 400px;
  position: absolute;
  top: 0;
}
.so-header-menu .so-header-lang {
  display: none;
}
.so-header-menu-content {
  height: 100vh;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 50px;
}
.so-header-menu-content .so-scroll {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 70px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.so-header-menu-content .so-scroll:after {
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow-down.svg");
  bottom: -30px;
  left: 50%;
  margin-left: -12px;
  content: "";
}
.so-header-menu-content .so-scroll:hover {
  color: #FFC893;
}
.so-header-menu-content ul {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 120%;
  position: relative;
  top: 250px;
  left: -50px;
}
.so-header-menu-content ul li {
  display: inline-block;
  margin-left: 35px;
}
.so-header-menu-content ul li a {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
.so-header-menu-content ul li a:hover {
  color: #FFC893;
}
.so-header-menu-content ul li.current-menu-item {
  position: relative;
}
.so-header-menu-content ul li.current-menu-item:before, .so-header-menu-content ul li.current-menu-item:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/chevron.svg");
  top: 50%;
  left: 50%;
  margin-top: 16px;
  margin-left: -3px;
  content: "";
}
.so-header-menu-content ul li.current-menu-item:before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: -35px;
}

@media screen and (max-width: 1200px) {
  .so-header {
    background-color: #0B0B0C;
    padding-bottom: 30px;
    position: fixed;
  }
  .so-header.so-header-home {
    left: 0;
    z-index: 7;
  }
  .so-header .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 60px;
    padding-bottom: 0 !important;
  }
  .so-header .so-row .so-col:nth-child(3) .so-header-lang {
    display: none;
  }
  .so-header-trigger {
    display: inline-block;
  }
  .so-header-logo img {
    max-width: 160px;
  }
  .so-header-menu {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
  }
  .so-header-menu .so-header-lang {
    display: block;
    margin-left: 18px;
    margin-top: 15px;
  }
  .so-header-menu .so-header-lang li {
    color: #fff;
    margin-left: 0;
  }
  .so-header-menu.so-active {
    left: 0 !important;
  }
  .so-header-menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1c1c1e;
  }
  .so-header-menu-content ul {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
  }
  .so-header-menu-content ul li {
    display: block;
    padding-bottom: 20px;
    margin-left: 25px;
  }
  .so-header-menu-content ul li.current-menu-item:before, .so-header-menu-content ul li.current-menu-item:after {
    display: none;
  }
  .so-header-menu-content ul li a {
    font-size: 30px;
  }
  .so-header-menu-content ul li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .so-header-menu {
    width: 280px;
  }
  .so-header .so-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-header .so-col:nth-child(3) .so-button {
    padding: 12px 14px;
  }
}
.so-footer {
  padding-top: 45px;
  padding-bottom: 45px;
}
.so-footer .so-anim-letters:hover {
  color: #FFC893;
}
.so-footer .wpcf7-response-output {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 12px;
}
.so-footer .so-footer-form .wpcf7-spinner, .so-footer .so-footer-form .wpcf7-not-valid-tip {
  display: none !important;
}
.so-footer .so-footer-form-row:nth-child(1) {
  position: relative;
  margin-bottom: 20px;
}
.so-footer .so-footer-form-row:nth-child(1) input {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  box-sizing: border-box;
  padding: 12px 70px 12px 20px;
  box-sizing: border-box;
  background-color: #1D1D20;
  width: 100%;
  font-weight: 300;
  color: #fff;
  border-width: 0;
  border-left: 4px solid #1D1D20;
  outline: none;
}
.so-footer .so-footer-form-row:nth-child(1) input.placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #6C6C76;
}
.so-footer .so-footer-form-row:nth-child(1) input:-moz-placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #6C6C76;
}
.so-footer .so-footer-form-row:nth-child(1) input::-moz-placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #6C6C76;
}
.so-footer .so-footer-form-row:nth-child(1) input:-ms-input-placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #6C6C76;
}
.so-footer .so-footer-form-row:nth-child(1) input::-webkit-input-placeholder {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #6C6C76;
}
.so-footer .so-footer-form-row:nth-child(1) input:focus {
  border-left-color: #FFC893;
}
.so-footer .so-footer-form-row:nth-child(1) button {
  position: absolute;
  width: 56px;
  height: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-width: 0;
  padding: 0;
}
.so-footer .so-footer-form-row:nth-child(1) button:before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: containt;
  background-image: url("img/send.svg");
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -11px;
  content: "";
}
.so-footer .so-row:nth-child(1) h3 {
  padding-bottom: 80px;
}
.so-footer .so-row:nth-child(1) h3 span {
  display: block;
  position: relative;
  color: #fff;
}
.so-footer .so-row:nth-child(1) h3 span:nth-child(2) {
  right: -50px;
}
.so-footer .so-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-footer .so-row:nth-child(2) .so-col {
  width: 33.33%;
}
.so-footer .so-row:nth-child(2) .so-col:nth-child(1) p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.so-footer .so-row:nth-child(2) .so-col:nth-child(2) > div {
  padding-bottom: 24px;
}
.so-footer .so-row:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 80px;
}
.so-footer .so-row:nth-child(3) p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.so-footer .so-row:nth-child(3) a {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.so-footer-subtitle {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.so-footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 4px;
  padding-left: 5px;
}
.so-footer-soc a {
  line-height: 1;
  display: inline-block;
  margin-right: 25px;
}
.so-footer-soc a i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  font-size: 20px;
}
.so-footer-soc a:hover i {
  color: #FFC893;
}

@media screen and (max-width: 991px) {
  .so-footer .so-row:nth-child(1) h3 {
    padding-bottom: 40px;
  }
  .so-footer .so-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-footer .so-row:nth-child(2) .so-col {
    width: 100%;
  }
  .so-footer .so-row:nth-child(2) .so-col:nth-child(1) p {
    padding-bottom: 30px;
  }
  .so-footer .so-row:nth-child(2) .so-col:nth-child(2) {
    padding-bottom: 10px;
  }
  .so-footer .so-row:nth-child(3) {
    padding-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .so-footer .so-row:nth-child(3) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-footer .so-row:nth-child(3) p {
    padding-bottom: 15px;
  }
}
.so-home-intro {
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.so-home-intro .so-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  height: 100%;
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.so-home-intro .so-header-menu {
  left: 0;
  z-index: 4;
}
.so-home-intro .so-row {
  max-width: 1240px;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 145px;
  z-index: 5;
}
.so-home-intro .so-row .so-circle {
  width: 300px;
  height: 300px;
  display: inline-block;
}
.so-home-intro .so-row .so-circle circle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: stroke-dashoffset 2s linear, transform 1s linear;
  transform-origin: center;
}
.so-home-intro .so-row .so-circle circle:nth-child(1) {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2400;
  opacity: 0.3;
}
.so-home-intro .so-row .so-circle circle:nth-child(2) {
  transition: stroke-dashoffset 1s linear, transform 0.5s linear;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.so-home-intro .so-row .so-circle-wrap {
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 100px;
  z-index: 2;
}
.so-home-intro .so-row .so-circle-wrap:after {
  position: absolute;
  width: 64px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow.svg");
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -32px;
  content: "";
}
.so-home-intro .so-row .so-circle-wrap:hover circle:nth-child(2) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  stroke-dashoffset: 0;
}
.so-home-intro .so-row.is-inview .so-circle circle:nth-child(1) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  stroke-dashoffset: 0;
}
.so-home-intro-images {
  width: calc(100% - 400px);
  height: 100vh;
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: -1;
}
.so-home-intro-images:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(19.92deg, rgba(0, 0, 0, 0.66) 47.37%, rgba(0, 0, 0, 0.0924) 69.59%);
  top: 0;
  left: 0;
  z-index: 3;
  content: "";
}
.so-home-intro-images-single {
  position: absolute;
  width: 100%;
  height: 120%;
  z-index: 1;
  bottom: -10%;
  top: -10%;
}
.so-home-intro-images-single:nth-child(2) {
  -webkit-transition: clip-path 0s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: clip-path 0s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: clip-path 0s cubic-bezier(0.74, 0, 0.24, 0.99);
  clip-path: circle(0% at 0 0);
  z-index: 2;
}
.so-home-intro-images-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.so-home-intro-images-single.so-active {
  -webkit-transition: clip-path 2s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: clip-path 2s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: clip-path 2s cubic-bezier(0.74, 0, 0.24, 0.99);
  clip-path: circle(150% at 0 0);
}
.so-home-intro h1 {
  text-align: left;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.so-home-intro-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 6;
}
.so-home-intro-data p {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-align: left;
  text-decoration: underline;
  margin-right: 35px;
}
.so-home-intro-data-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 215px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  backdrop-filter: blur(10px);
}
.so-home-intro-data-left span {
  display: block;
}
.so-home-intro-data-left span:nth-child(1) {
  font-size: 71px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 8px;
}
.so-home-intro-data-left span:nth-child(2) {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.so-home-about {
  padding-top: 280px;
  padding-bottom: 250px;
}
.so-home-about .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1400px;
}
.so-home-about-image {
  width: 100%;
  height: 840px;
  position: relative;
  left: -40px;
  overflow: hidden;
}
.so-home-about-image img {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  clip-path: circle(0% at 0 0);
}
.so-home-about-image img.so-active {
  clip-path: circle(150% at 0 0);
}
.so-home-about-image-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-home-about-image-tabs span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding-top: 24px;
  margin-right: 30px;
  cursor: pointer;
}
.so-home-about-image-tabs span.so-active {
  color: #FFC893;
}
.so-home-about-image-wrap {
  width: 50%;
}
.so-home-about-info {
  position: relative;
  width: 100%;
  max-width: 440px;
  padding-top: 60px;
}
.so-home-about-info-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.so-home-about-info-buttons .so-button:nth-child(1) {
  margin-right: 20px;
}
.so-home-about-info-map {
  position: absolute;
  width: 530px;
  height: 590px;
  bottom: 0;
  right: 125px;
  z-index: -1;
}
.so-home-about-info-map .so-map-pin {
  animation: 4s so_fade ease infinite;
}
.so-home-about-info-map .so-map-africa-line, .so-home-about-info-map .so-map-africa_madagaskar-line {
  -webkit-transition: all 6s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: all 6s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: all 6s cubic-bezier(0.74, 0, 0.24, 0.99);
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
}
.so-home-about-info-map.is-inview .so-map-africa-line, .so-home-about-info-map.is-inview .so-map-africa_madagaskar-line {
  stroke-dashoffset: 0;
}
.so-home-about-info h2 span {
  position: relative;
  color: #fff;
  display: block;
}
.so-home-about-info h2 span:nth-child(1) {
  left: -50px;
}
.so-home-about-info p {
  padding-bottom: 40px;
}
.so-home-about-info .so-button:nth-child(1) {
  padding-left: 72px;
}
.so-home-about-info .so-button:nth-child(1):before {
  position: absolute;
  width: 14px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/pdf.svg");
  top: 50%;
  margin-top: -10px;
  left: 45px;
  content: "";
}
.so-home-near {
  padding-top: 150px;
}
.so-home-near-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 80px;
}
.so-home-near-head h2 {
  padding-bottom: 0;
}
.so-home-near-head h2 span {
  display: block;
  color: #FAF9F7;
}
.so-home-near-head-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-near-head-buttons-single {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 25px 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  cursor: pointer;
}
.so-home-near-head-buttons-single.so-active {
  color: #FFC893;
  border-color: #FFC893;
}
.so-home-near-slider {
  position: relative;
  z-index: 2;
}
.so-home-near-slider-wrap {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: none;
}
.so-home-near-slider-wrap.so-active {
  display: block;
}
.so-home-near-slider-wrap .so-circle-wrap {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 220px;
  right: 150px;
  z-index: 10;
  cursor: pointer;
}
.so-home-near-slider-wrap .so-circle-wrap .so-circle {
  width: 160px;
  height: 160px;
  display: inline-block;
  pointer-events: none;
}
.so-home-near-slider-wrap .so-circle-wrap circle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: stroke-dashoffset 2s linear, transform 1s linear;
  transform-origin: center;
}
.so-home-near-slider-wrap .so-circle-wrap circle:nth-child(1) {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  opacity: 0.3;
}
.so-home-near-slider-wrap .so-circle-wrap circle:nth-child(2) {
  transition: stroke-dashoffset 1s linear, transform 0.5s linear;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.so-home-near-slider-wrap .so-circle-wrap:after {
  position: absolute;
  width: 18px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow-sm.svg");
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -9px;
  content: "";
}
.so-home-near-slider-wrap .so-circle-wrap:nth-child(1) {
  right: auto;
  left: 150px;
}
.so-home-near-slider-wrap .so-circle-wrap:nth-child(1):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-home-near-slider-wrap .so-circle-wrap:hover circle:nth-child(2) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  stroke-dashoffset: 0;
}
.so-home-near-slider-wrap.is-inview .so-circle-wrap circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.so-home-near-slider-single {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 80px;
  position: relative;
  text-align: center;
  top: 0;
}
.so-home-near-slider-single-image {
  width: 900px;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.so-home-near-slider-single-image img {
  position: absolute;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.so-home-near-slider-single-info {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 520px;
  margin: auto;
  padding-top: 30px;
  opacity: 0;
}
.so-home-near-slider-single-info > span {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 25px;
}
.so-home-near-slider-single-info > span span {
  font-size: inherit;
  line-height: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  color: #FFC893;
}
.so-home-near-slider-single-info h3 {
  color: #FFC893;
  padding-bottom: 15px;
}
.so-home-near-slider-single-info p {
  text-transform: none;
}
.so-home-near-slider-single.slick-active {
  padding-top: 0;
}
.so-home-near-slider-single.slick-active .so-home-near-slider-single-info {
  opacity: 1;
}
.so-home-gal .so-row {
  text-align: center;
  max-width: none;
  padding: 0;
}
.so-home-gal h2 {
  padding-bottom: 45px;
}
.so-home-gal p {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
  display: inline-block;
  margin: auto;
  margin-bottom: 80px;
  padding-left: 50px;
}
.so-home-gal p:before {
  position: absolute;
  width: 24px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow-double.svg");
  top: 50%;
  margin-top: -6px;
  left: 0;
  content: "";
}
.so-home-gal-slider {
  overflow: hidden;
  cursor: grab;
  width: 100%;
  height: 700px;
  position: relative;
  padding-bottom: 80px;
}
.so-home-gal-slider.is-dragging {
  cursor: grabbing;
}
.so-home-gal-slider-wrapper {
  counter-reset: count;
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.so-home-gal-slider-single {
  counter-increment: count;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 40px;
  overflow: hidden;
  width: 1000px;
  text-align: left;
}
.so-home-gal-slider-single-wrap {
  position: absolute;
  z-index: 1;
  display: block;
  user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: auto;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
  left: 40px;
  right: 40px;
  top: 0;
  bottom: 0;
}
.so-home-gal-slider-single img {
  width: auto;
  height: calc(100% - 130px);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  margin-bottom: 15px;
  transform-origin: center;
}
.so-home-gal-slider-single span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  padding-left: 40px;
}
.so-home-gal .so-button {
  max-width: 1120px;
  width: 100%;
}
.so-home-soon {
  padding-top: 200px;
  padding-bottom: 220px;
}
.so-home-soon .so-row {
  text-align: center;
}
.so-home-soon-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 730px;
  height: 730px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: auto;
  position: relative;
}
.so-home-soon-circle:before, .so-home-soon-circle:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  z-index: -1;
  animation: 2s so_circles ease infinite;
  content: "";
}
.so-home-soon-circle:before {
  animation: 2s 0.3s so_circles ease infinite;
}
.so-home-soon-circle p {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.so-home-soon-circle p:nth-child(1) {
  padding-bottom: 50px;
}
.so-home-soon-circle p:nth-child(3) {
  padding-bottom: 40px;
}
.so-home-soon-circle h2 {
  padding-bottom: 30px;
}
.so-home-soon-circle h2 span {
  font-size: 200px;
  line-height: 1;
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 200;
}
.so-home-com {
  padding-top: 200px;
  padding-bottom: 300px;
}
.so-home-com .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1400px;
}
.so-home-com-image {
  width: 100%;
  height: 720px;
  position: relative;
  left: -40px;
  overflow: hidden;
}
.so-home-com-image img {
  position: absolute;
  width: 100%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.so-home-com-image-wrap {
  width: 50%;
}
.so-home-com-info {
  position: relative;
  max-width: 450px;
  padding-top: 60px;
  left: -80px;
}
.so-home-com-info h2 span {
  color: #FAF9F7;
  display: block;
}
.so-home-com-info p {
  padding-bottom: 50px;
}
.so-home-time {
  padding-bottom: 120px;
}
.so-home-time h2 span {
  color: #FAF9F7;
  display: block;
}
.so-home-time h2 span:nth-child(2) {
  position: relative;
  right: -80px;
}
.so-home-time .so-row:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1260px;
}
.so-home-time .so-col:nth-child(1) {
  max-width: 400px;
  width: 100%;
  position: relative;
  left: 50px;
}
.so-home-time .so-col:nth-child(2) {
  width: calc(100% - 450px);
  position: relative;
}
.so-home-time-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  right: 45px;
  top: -125px;
  z-index: 2;
}
.so-home-time-arrows-single {
  width: 160px;
}
.so-home-time-arrows-single:nth-child(1) {
  margin-right: 10px;
}
.so-home-time-arrows-single:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-home-time-arrows-single .so-circle-wrap {
  position: relative;
  width: 160px;
  height: 160px;
  z-index: 10;
  cursor: pointer;
}
.so-home-time-arrows-single .so-circle-wrap .so-circle {
  width: 160px;
  height: 160px;
  display: inline-block;
  pointer-events: none;
}
.so-home-time-arrows-single .so-circle-wrap circle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: stroke-dashoffset 2s linear, transform 1s linear;
  transform-origin: center;
}
.so-home-time-arrows-single .so-circle-wrap circle:nth-child(1) {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  opacity: 0.3;
}
.so-home-time-arrows-single .so-circle-wrap circle:nth-child(2) {
  transition: stroke-dashoffset 1s linear, transform 0.5s linear;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.so-home-time-arrows-single .so-circle-wrap:after {
  position: absolute;
  width: 18px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow-sm.svg");
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -9px;
  content: "";
}
.so-home-time-arrows-single .so-circle-wrap:nth-child(1) {
  right: auto;
}
.so-home-time-arrows-single .so-circle-wrap:nth-child(1):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-home-time-arrows-single .so-circle-wrap:hover circle:nth-child(2) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  stroke-dashoffset: 0;
}
.so-home-time-arrows-single.is-inview .so-circle-wrap circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.so-home-time .so-home-time-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-time .so-home-time-dots ul li {
  padding-right: 15px;
}
.so-home-time .so-home-time-dots ul li button {
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  outline: none;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.so-home-time .so-home-time-dots ul li button:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  background-color: #fff;
  opacity: 0;
  content: "";
}
.so-home-time .so-home-time-dots ul li button:hover {
  border-color: #fff;
}
.so-home-time .so-home-time-dots ul li.slick-active button:after {
  opacity: 1;
}
.so-home-time-slider-single span {
  font-size: 70px;
  line-height: 1;
  font-weight: 200;
  display: block;
  padding-bottom: 40px;
  padding-top: 50px;
}
.so-home-time-slider-single ul li {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.so-home-time-slider-single ul li:before {
  position: absolute;
  width: 8px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/pin.svg");
  top: 3px;
  left: 0;
  content: "";
}
.so-home-time-slider-single ul li:last-child {
  margin-bottom: 0;
}
.so-home-time-images {
  width: calc(100%);
  height: 480px;
  position: relative;
  overflow: hidden;
  right: -100px;
}
.so-home-time-images-single {
  position: absolute;
  width: 100%;
  height: 120%;
  z-index: 1;
  bottom: -10%;
  top: -10%;
}
.so-home-time-images-single:nth-child(2) {
  -webkit-transition: clip-path 0s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: clip-path 0s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: clip-path 0s cubic-bezier(0.74, 0, 0.24, 0.99);
  clip-path: polygon(100% 0, 100% 0, 0 100%, 0% 100%);
  z-index: 2;
}
.so-home-time-images-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.so-home-time-images-single.so-active {
  -webkit-transition: clip-path 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: clip-path 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: clip-path 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
}
.so-home-team {
  padding-bottom: 150px;
}
.so-home-team .so-row {
  max-width: 1400px;
}
.so-home-team h2 {
  text-align: center;
}
.so-home-team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.so-home-team-list-single {
  width: 25%;
  position: relative;
  margin-bottom: 110px;
}
.so-home-team-list-single:nth-child(4n+1) {
  margin-left: 25%;
  margin-right: 25%;
}
.so-home-team-list-single:nth-child(4n+2) {
  margin-top: 160px;
}
.so-home-team-list-single:nth-child(4n+4) {
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 160px;
}
.so-home-team-list-single span {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.so-home-team-list-single-image {
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #FFC893;
}
.so-home-team-list-single-image span {
  position: absolute;
  width: auto;
  height: auto;
  font-size: 88px;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #3F3F3F;
  font-weight: 200;
  display: inline-block;
  padding-bottom: 0;
}
.so-home-team-list-single-image img {
  position: absolute;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: -10%;
  top: -10%;
}
.so-home-team-list-single h4 {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 15px;
}
.so-home-team-list-single p {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}

.page-template-about .so-header-wrapper .so-header-menu,
.page-template-about .so-header-wrapper .so-header {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-template-about .so-header.so-header_scroll {
    opacity: 1;
  }
}
@media screen and (max-width: 1600px) {
  .so-home-intro .so-row {
    max-width: 940px;
  }
}
@media screen and (max-width: 1200px) {
  .so-home-intro-images-single {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .so-home-intro .so-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .so-home-intro .so-row {
    margin: 0;
  }
  .so-home-intro .so-row .so-circle circle:nth-child(2) {
    stroke-dashoffset: 0;
  }
  .so-home-intro .so-header-menu {
    left: -400px;
    z-index: 6;
  }
  .so-home-intro .so-header-menu .so-scroll {
    display: none;
  }
  .so-home-intro-images {
    width: 100%;
  }
  .so-home-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .so-home-about .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-about-image {
    height: 600px;
    left: 0;
  }
  .so-home-about-image-wrap {
    width: 100%;
  }
  .so-home-about-image img {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .so-home-about-info {
    max-width: none;
  }
  .so-home-about-info h2 span:nth-child(1) {
    left: 0;
  }
  .so-home-about-info h2 span:nth-child(2) {
    right: -50px;
  }
  .so-home-near {
    padding-top: 50px;
  }
  .so-home-near-slider-single-image img {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .so-home-near-slider-wrap .so-circle-wrap {
    right: 20px;
    background-color: rgba(255, 200, 147, 0.2);
    border-radius: 100%;
  }
  .so-home-near-slider-wrap .so-circle-wrap:nth-child(1) {
    left: 20px;
  }
  .so-home-near-slider-wrap .so-circle-wrap circle:nth-child(2) {
    stroke-dashoffset: 0;
  }
  .so-home-gal-slider {
    height: 400px;
  }
  .so-home-gal-slider-single {
    width: 600px;
  }
  .so-home-gal .so-button {
    width: calc(100% - 40px);
  }
  .so-home-time {
    padding-bottom: 80px;
  }
  .so-home-time-arrows-single .so-circle-wrap circle:nth-child(2) {
    stroke-dashoffset: 0;
  }
  .so-home-time .so-row:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .so-home-time .so-row:nth-child(2) .so-col {
    width: 100% !important;
    max-width: none !important;
  }
  .so-home-time .so-row:nth-child(2) .so-col:nth-child(1) {
    left: 0;
    padding-top: 40px;
  }
  .so-home-time-images {
    right: 0;
  }
  .so-home-time-images-single {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .so-home-time-images img {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .so-home-com {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .so-home-com .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-com-image {
    left: 0;
    height: 400px;
  }
  .so-home-com-image-wrap {
    width: 100%;
  }
  .so-home-com-image img {
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .so-home-com-info {
    width: 100%;
    max-width: none;
    left: 0;
  }
  .so-home-com-info h2 span:nth-child(2) {
    right: -50px;
    position: relative;
  }
  .so-home-team {
    padding-bottom: 50px;
  }
  .so-home-team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .so-home-team-list-single {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 400px;
  }
  .so-home-team-list-single-image img {
    height: 100%;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .so-home-intro h1 {
    font-size: 58px;
  }
  .so-home-intro .so-row .so-circle-wrap {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    transform-origin: left;
  }
  .so-home-near-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-home-near-head h2 {
    padding-bottom: 30px;
  }
  .so-home-near-slider-single-image {
    width: 100%;
    height: 300px;
  }
  .so-home-soon {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .so-home-soon-circle {
    width: 120vw;
    height: 120vw;
    -webkit-transform: translateX(calc(-10vw - 20px));
    -moz-transform: translateX(calc(-10vw - 20px));
    -o-transform: translateX(calc(-10vw - 20px));
    -ms-transform: translateX(calc(-10vw - 20px));
    transform: translateX(calc(-10vw - 20px));
  }
  .so-home-soon-circle h2 {
    font-size: 60px;
  }
  .so-home-soon-circle h2 span {
    font-size: 130px;
  }
}
@media screen and (max-width: 600px) {
  .so-home-intro h1 {
    font-size: 34px;
  }
  .so-home-intro-data p {
    font-size: 20px;
  }
  .so-home-intro-data-left {
    height: 160px;
  }
  .so-home-intro-data-left span:nth-child(1) {
    font-size: 50px;
  }
  .so-home-about {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .so-home-about-image {
    height: 300px;
  }
  .so-home-about-info {
    padding-top: 30px;
  }
  .so-home-near-head {
    padding-bottom: 30px;
  }
  .so-home-near-head-buttons-single {
    padding: 16px 25px;
  }
  .so-home-near-slider-wrap .so-circle-wrap {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transform-origin: right;
    top: 120px;
  }
  .so-home-near-slider-wrap .so-circle-wrap:after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  .so-home-near-slider-wrap .so-circle-wrap:nth-child(1) {
    transform-origin: left;
  }
  .so-home-near-slider-wrap .so-circle-wrap:nth-child(1):after {
    -webkit-transform: rotate(180deg) scale(2);
    -moz-transform: rotate(180deg) scale(2);
    -o-transform: rotate(180deg) scale(2);
    -ms-transform: rotate(180deg) scale(2);
    transform: rotate(180deg) scale(2);
  }
  .so-home-near-slider-single {
    box-sizing: border-box;
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  .so-home-near-slider-single-image {
    height: 200px;
  }
  .so-home-near-slider-single h3 {
    font-size: 30px;
  }
  .so-home-gal h2 {
    padding-bottom: 30px;
  }
  .so-home-gal p {
    margin-bottom: 40px;
  }
  .so-home-gal-slider {
    height: 300px;
    padding-bottom: 40px;
  }
  .so-home-gal-slider-single {
    width: 80vw;
  }
  .so-home-soon {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .so-home-soon-circle p:nth-child(1), .so-home-soon-circle p:nth-child(3) {
    font-size: 10px;
    padding-bottom: 20px;
  }
  .so-home-soon-circle h2 {
    font-size: 40px;
    padding-bottom: 20px;
  }
  .so-home-soon-circle h2 span {
    font-size: 60px;
  }
  .so-home-time {
    padding-bottom: 50px;
  }
  .so-home-time h2 {
    padding-bottom: 50px;
  }
  .so-home-time-images {
    height: 260px;
  }
  .so-home-time .so-row:nth-child(2) .so-col:nth-child(1) {
    padding-top: 30px;
  }
  .so-home-time-arrows {
    top: -70px;
  }
  .so-home-time-arrows-single .so-circle-wrap {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    background-color: rgba(255, 200, 147, 0.3);
    border-radius: 100%;
  }
  .so-home-time-arrows-single .so-circle-wrap:after {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
  }
  .so-home-time-arrows-single .so-circle-wrap:nth-child(1) {
    transform-origin: right;
  }
  .so-home-time-arrows-single .so-circle-wrap:nth-child(1):after {
    -webkit-transform: rotate(180deg) scale(2);
    -moz-transform: rotate(180deg) scale(2);
    -o-transform: rotate(180deg) scale(2);
    -ms-transform: rotate(180deg) scale(2);
    transform: rotate(180deg) scale(2);
  }
  .so-home-time-arrows-single .so-circle-wrap:nth-child(2) {
    transform-origin: left;
  }
  .so-home-time-slider-single span {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .so-home-com {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .so-home-com-image {
    height: 260px;
  }
  .so-home-com-info {
    padding-top: 30px;
  }
  .so-home-team-list-single {
    margin-bottom: 50px;
  }
  .so-home-team-list-single > span {
    font-size: 10px;
  }
  .so-home-team-list-single > span:nth-child(1) {
    color: #FFC893;
  }
  .so-home-team-list-single h4 {
    font-size: 24px;
  }
}
.so-page {
  padding-bottom: 260px;
  padding-top: 250px;
}
.so-page .so-row {
  max-width: 700px;
}
.so-page h1 {
  font-size: 40px;
  line-height: 1.2;
  padding-bottom: 45px;
}
.so-page h2 {
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 40px;
}
.so-page h3 {
  font-size: 32px;
  line-height: 1.2;
  padding-bottom: 35px;
}
.so-page h4 {
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 30px;
}
.so-page h5 {
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 25px;
}
.so-page h6 {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 20px;
}
.so-page p {
  padding-bottom: 20px;
}
.so-page li {
  position: relative;
  margin-bottom: 20px;
}
.so-page ul li {
  position: relative;
}
.so-page ul li:before {
  position: absolute;
  width: 8px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/pin.svg");
  top: 6px;
  left: -18px;
  content: "";
}
.so-page ol > li {
  list-style: numeric;
}
.so-page ol, .so-page ul {
  padding-left: 20px;
}
.so-page p a, .so-page li a {
  color: #FFC893 !important;
}
.so-page p strong, .so-page p b, .so-page li strong, .so-page li b {
  color: #fff !important;
  font-weight: 700;
}
.so-page p *, .so-page li * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

@media screen and (max-width: 1024px) {
  .so-page {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .so-page {
    padding-bottom: 50px;
  }
  .so-page ul li:before {
    top: 5px;
  }
}
.so-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
}
.so-404 .so-content {
  width: 100%;
}
.so-404 .so-row {
  max-width: 840px;
  text-align: center;
  position: relative;
}
.so-404 h1 {
  text-align: left;
  display: inline-block;
  margin: auto;
}
.so-404 h1 span {
  display: block;
  color: #fff;
}
.so-404 h1 span:nth-child(2) {
  position: relative;
  right: -70px;
}
.so-404-info {
  position: absolute;
  bottom: 30px;
  text-align: left;
  max-width: 350px;
}
.so-404-info span {
  font-size: 200px;
  line-height: 1;
  color: #FFC893;
  font-weight: 200;
  display: block;
}

@media screen and (max-width: 768px) {
  .so-404 h1 span:nth-child(2) {
    right: -170px;
  }
}
@media screen and (max-width: 600px) {
  .so-404 h1 {
    width: 100%;
  }
  .so-404 h1 span:nth-child(2) {
    right: 0;
  }
  .so-404-info {
    width: 100%;
    bottom: -50px;
  }
  .so-404-info span {
    font-size: 140px;
    text-align: right;
    position: relative;
    top: -50px;
  }
}
.so-gal-intro {
  padding-top: 290px;
  padding-bottom: 100px;
}
.so-gal-intro .so-row {
  text-align: center;
}
.so-gal-intro h1 {
  padding-bottom: 40px;
}
.so-gal-intro-cats a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  padding: 15px 23px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  margin-bottom: 20px;
}
.so-gal-intro-cats a span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.so-gal-intro-cats a i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: -9px;
}
.so-gal-intro-cats a.so-active, .so-gal-intro-cats a:hover {
  border-color: #FFC893;
}
.so-gal-intro-cats a.so-active span, .so-gal-intro-cats a.so-active i, .so-gal-intro-cats a:hover span, .so-gal-intro-cats a:hover i {
  color: #FFC893;
}
.so-gal-list {
  padding-bottom: 200px;
}
.so-gal-list .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1400px;
}
.so-gal-list-single {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  padding-bottom: 80px;
}
.so-gal-list-single.so-loaded {
  opacity: 0;
}
.so-gal-list-single-image {
  position: relative;
  overflow: hidden;
}
.so-gal-list-single-image img:nth-child(1) {
  opacity: 0;
}
.so-gal-list-single-image img:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 120%;
  bottom: -10%;
  left: 0;
  right: 0;
  top: -10%;
}
.so-gal-list-single-image-zoom {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #FFC893;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
}
.so-gal-list-single-image-zoom:after {
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/zoom.svg");
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  z-index: 10;
  content: "";
}
.so-gal-list-single-image-zoom:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 82px;
  height: 82px;
  top: -1px;
  left: -1px;
  clip-path: circle(50% at 50% 50%);
  background-color: #0A0A0A;
  z-index: 9;
  content: "";
}
.so-gal-list-single-image-zoom:hover:after {
  background-image: url("img/zoom-hover.svg");
}
.so-gal-list-single-image-zoom:hover:before {
  clip-path: circle(0% at 50% 50%);
}
.so-gal-list-single-image:hover .so-gal-list-single-image-zoom {
  opacity: 1;
}
.so-gal-list-single span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  padding-top: 25px;
}
.so-gal-list-single:nth-child(7n+1), .so-gal-list-single:nth-child(7n+2) {
  width: calc(50% - 10px);
}
.so-gal-list-single:nth-child(7n+1) {
  margin-top: 120px;
}
.so-gal-list-single:nth-child(7n+3) {
  width: 78%;
}
.so-gal-list-single:nth-child(7n+4), .so-gal-list-single:nth-child(7n+5) {
  width: calc(50% - 10px);
}
.so-gal-list-single:nth-child(7n+5) {
  margin-top: 120px;
}
.so-gal-list-single:nth-child(7n+6) {
  max-width: 70%;
  margin-left: 8%;
}
.so-gal-list-single:nth-child(7n+7) {
  max-width: 40%;
  margin-left: 30%;
}
.so-gal-list .so-button-simple:before {
  position: absolute;
  width: 100%;
  height: 470px;
  left: 0;
  right: 0;
  bottom: calc(100% + 70px);
  pointer-events: none;
  background: linear-gradient(0deg, #0A0A0A 0%, rgba(10, 10, 10, 0.8) 48.44%, rgba(10, 10, 10, 0) 100%);
  content: "";
}
.so-gal-popup {
  -webkit-transition: all 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: all 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: all 1.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(10, 10, 10, 0.75);
  pointer-events: none;
  clip-path: circle(0% at 50% 50%);
}
.so-gal-popup-close {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #FFC893;
}
.so-gal-popup-close i {
  position: absolute;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  transition: all 0.3s cubic-bezier(0.74, 0, 0.24, 0.99);
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #fff;
  z-index: 2;
}
.so-gal-popup-close:before, .so-gal-popup-close:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #fff;
  z-index: 3;
  content: "";
}
.so-gal-popup-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.so-gal-popup-close:hover i {
  height: 100%;
}
.so-gal-popup-close:hover:before, .so-gal-popup-close:hover:after {
  background-color: #FFC893;
}
.so-gal-popup-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
  height: 100%;
}
.so-gal-popup-image img {
  max-height: 80vh;
  max-width: 90%;
}
.so-gal-popup.so-active {
  clip-path: circle(80% at 50% 50%);
  pointer-events: unset;
}

@media screen and (max-width: 600px) {
  .so-gal-intro {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .so-gal-intro-cats a {
    padding: 10px 20px;
  }
  .so-gal-intro-cats a span {
    font-size: 10px;
  }
  .so-gal-intro-cats a span i {
    font-size: 8px;
  }
  .so-gal-list {
    padding-bottom: 80px;
  }
  .so-gal-list .so-button-simple:before {
    bottom: calc(100% + 30px);
  }
  .so-gal-list-single {
    padding-bottom: 40px;
  }
  .so-gal-list-single:nth-child(7n+1), .so-gal-list-single:nth-child(7n+5) {
    margin-top: 60px;
  }
  .so-gal-list-single-image-zoom {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
}
.contacts {
  position: relative;
  top: 0px;
}
.contacts .so-contact-title {
  display: block;
  position: relative;
  font-size: 88px;
  bottom: 70px;
}
.contacts .so-contact-title span {
  display: block;
  color: #fff;
}
.contacts .so-contact-info {
  position: relative;
  margin-left: 200px;
  top: 388px;
}
.contacts .so-contact-info .so-contacts {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
.contacts .so-contact-form {
  position: relative;
}
.contacts .so-contact-form .wpcf7-response-output, .contacts .so-contact-form .wpcf7-not-valid-tip {
  display: none !important;
}
.contacts .so-contact-form .so-contact-form-row {
  max-width: 576px;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 40px;
  position: relative;
  left: 100px;
  background-color: #1D1D20;
  padding-left: 44px;
  padding-right: 44px;
  padding-top: 48px;
  padding-bottom: 48px;
  bottom: 22em;
  margin-left: 50%;
  z-index: 4;
}
.contacts .so-contact-form .so-contact-form-row .contact-button {
  width: 100%;
  height: 56px;
  margin-top: 26px;
  border: none;
}
.contacts .so-contact-form .so-contact-form-row_2 {
  z-index: 4;
  display: none;
  width: 100%;
  max-width: 576px;
  max-height: 710px;
  padding-bottom: 384px;
  position: relative;
  left: 100px;
  background-color: #1D1D20;
  padding-top: 48px;
  bottom: 22em;
  margin-left: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.contacts .so-contact-form .so-contact-form-row_2 .so-contact-title {
  font-size: 64px;
  color: #FFC893;
  text-transform: uppercase;
  font-weight: 250;
  text-align: center;
  line-height: 80px;
  top: 148px;
  position: relative;
}
.contacts .so-contact-form .so-contact-form-row_2 .contact-checkmark {
  position: relative;
  top: 94px;
  display: block;
  font-size: 1em;
  color: #fff;
  display: inline-block;
  transform: rotate(45deg);
  height: 44px;
  width: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.contacts .so-contact-form .so-contact-form-row_2 .so-contact-subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 550;
  text-transform: uppercase;
  position: relative;
  top: 148px;
  line-height: 20px;
  letter-spacing: 1px;
}
.contacts .so-contact-form .so-contact-subtitle {
  font-size: 12px;
  line-height: 20px;
  font-weight: 550;
}
.contacts .so-contact-form textarea {
  background-color: #323236;
  border: none;
  width: 100%;
  height: 140px;
  margin-bottom: 26px;
  box-sizing: border-box;
  outline: none;
  color: #fff;
  padding: 20px 20px 20px 20px;
  border-width: 0;
  border-left: 4px solid #323236;
  transition: all 0.3s ease;
}
.contacts .so-contact-form textarea.wpcf7-not-valid {
  border-left: 4px solid #f7454c;
}
.contacts .so-contact-form textarea:focus {
  border-left-color: #FFC893;
}
.contacts .so-contact-form input {
  background-color: #323236;
  border: none;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  outline: none;
  color: #fff;
  padding: 24px 12px 24px 12px;
  border-left: 4px solid #323236;
  transition: all 0.3s ease;
}
.contacts .so-contact-form input.wpcf7-not-valid {
  border-left: 4px solid #f7454c;
}
.contacts .so-contact-form input:focus {
  border-left-color: #FFC893;
}

@media screen and (max-width: 1350px) {
  .contacts .so-contact-form .so-contact-form-row, .contacts .so-contact-form .so-contact-form-row_2 {
    position: relative;
    left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .contacts .so-contact-info {
    margin-left: 0px;
  }

  .contacts .so-contact-title {
    font-size: 70px;
  }

  .contacts .so-contact-info .so-contacts {
    margin-bottom: 30px;
  }

  .contacts .so-contact-form .so-contact-form-row, .contacts .so-contact-form .so-contact-form-row_2 {
    position: relative;
    left: -100px;
    max-width: 546px;
  }
}
@media screen and (max-width: 900px) {
  .contacts {
    display: inline-block;
  }

  .contacts .so-contact-form .so-contact-form-row, .contacts .so-contact-form .so-contact-form-row_2 {
    position: relative;
    bottom: 0em;
    margin-top: 90%;
    margin-left: 80px;
    left: 0px;
  }

  .contacts .so-contact-info {
    align-items: center;
    text-align: center;
    position: relative;
    margin-right: -40%;
  }

  .contacts .so-contact-form .so-contact-form-row_2 {
    margin-top: 100%;
  }
}
@media screen and (max-width: 600px) {
  .contacts .so-contact-form .so-contact-form-row {
    margin-left: 0px;
    padding: 38px 30px 38px 30px;
  }

  .contacts .so-contact-form .so-contact-form-row_2 {
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 0px;
  }
  .contacts .so-contact-form .so-contact-form-row_2 .so-contact-title {
    font-size: 54px;
  }

  .contacts .so-contact-info {
    margin-right: 0px;
    top: 288px;
  }

  .contacts .so-contact-title {
    font-size: 60px;
  }

  .contacts .so-contact-info .so-contacts {
    margin-bottom: 20px;
  }

  .contacts .so-contact-form input {
    padding: 18px 10px 18px 10px;
    margin-bottom: 14px;
  }

  .contacts .so-contact-form textarea {
    height: 130px;
  }
}
.so-header-menu-scroll .so-header-menu-content {
  overflow: hidden;
}

.so-header-menu:not(.so-header-menu-scroll) {
  z-index: 4;
}

.so-header-menu:not(.so-header-menu-scroll) .so-header-menu-content > ul {
  left: -240px;
  width: 150%;
}

.so-floor-intro {
  padding-top: 265px;
  padding-bottom: 60px;
}
.so-floor-intro .so-row {
  text-align: center;
}
.so-floor-intro h1 {
  padding-bottom: 40px;
}
.so-floor-intro-image {
  max-width: 900px;
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.so-floor-plan_mob {
  display: none;
}
.so-floor-plan .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  max-width: 1390px;
}
.so-floor-plan .so-col {
  width: 50%;
  position: relative;
  box-sizing: border-box;
}
.so-floor-plan .so-col:nth-child(1) {
  padding-right: 135px;
}
.so-floor-plan-image {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  padding-top: 140px;
  text-align: center;
}
.so-floor-plan-image svg {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: auto;
}
.so-floor-plan-image .so-floor-plan-single-table {
  display: none;
  margin-top: 45px;
}
.so-floor-plan-image .so-floor-plan-single-table.so-active {
  display: block;
}
.so-floor-plan-image .so-floor-plan-single-table-single {
  padding-top: 10px;
  padding-bottom: 10px;
}
.so-floor-plan-image .so-floor-plan-single-table-single > div:first-child {
  text-align: left;
}
.so-floor-plan-image .so-floor-plan-single-table-single > div:last-child {
  text-align: right;
}
.so-floor-plan-single {
  padding-top: 120px;
  padding-bottom: 120px;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
}
.so-floor-plan-single-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 45px;
}
.so-floor-plan-single-head > div span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 15px;
  font-weight: 500;
  display: block;
}
.so-floor-plan-single-head h3 {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 200;
  max-width: 400px;
  width: 100%;
  color: #FFC893;
  padding-bottom: 0;
}
.so-floor-plan-single:nth-child(2n+2) {
  background-color: #1D1D20;
}
.so-floor-plan-single:nth-child(2n+2):before {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #1D1D20;
  top: 0;
  bottom: 0;
  right: -2500px;
  left: -1000px;
  z-index: -1;
  content: "";
}
.so-floor-plan-single-table {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.so-floor-plan-single-table-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.so-floor-plan-single-table-single > div {
  width: 50%;
}
.so-floor-plan-single-table-single > div span {
  font-size: 12px;
  line-height: auto;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.so-floor-plan-single-table-single > div span sup {
  font-size: 12px;
  line-height: auto;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
.so-floor-plan-single-table-single > div .so-anim-letters {
  top: 3px;
  color: #FFC893;
}
.so-floor-plan-single-body h5 {
  font-family: "HelveticaNeueCyr", sans-serif;
  padding-bottom: 25px;
}
.so-floor-plan-single-body .so-floor-plan-single-table {
  padding-bottom: 45px;
}
.so-floor-plan-single-body .so-floor-plan-single-table:last-child {
  padding-bottom: 0;
}
.so-floor-plan-single-body .so-floor-plan-single-table-single > div {
  line-height: 1;
}
.so-floor-plan-single-body .so-floor-plan-single-table-single > div:nth-child(1) {
  width: 50%;
}
.so-floor-plan-single-body .so-floor-plan-single-table-single > div:nth-child(2) {
  width: 30%;
}
.so-floor-plan-single-body .so-floor-plan-single-table-single > div:nth-child(3) {
  width: 20%;
}

@media screen and (max-width: 1200px) {
  .so-floor-plan .so-col:nth-child(1) {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .so-floor-intro {
    padding-top: 150px;
  }
  .so-floor-plan {
    display: none;
  }
  .so-floor-plan_mob {
    display: block;
  }
  .so-floor-plan_mob-single {
    padding-bottom: 30px;
  }
  .so-floor-plan_mob-single:last-child {
    padding-bottom: 0;
  }
  .so-floor-plan_mob-single-head {
    padding-bottom: 20px;
  }
  .so-floor-plan_mob-single-head h4 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 200;
    color: #FFC893;
    padding-bottom: 0;
  }
  .so-floor-plan_mob-single-head span {
    font-size: 12px;
    line-height: auto;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .so-floor-plan_mob-single-body h6 {
    font-family: "HelveticaNeueCyr", sans-serif;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .so-floor-plan_mob-single-body .so-anim-letters {
    font-size: 12px;
    line-height: auto;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFC893;
    position: absolute;
    bottom: 0;
  }
  .so-floor-plan_mob-single-body > div {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  .so-floor-plan_mob-single-body > div:last-child {
    margin-bottom: 0;
  }
  .so-floor-plan_mob-single-body > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .so-floor-plan_mob-single-body > div > div > div {
    width: 50%;
  }
  .so-floor-plan_mob-single-body > div > div > div span, .so-floor-plan_mob-single-body > div > div > div sup {
    font-size: 12px;
    line-height: auto;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 600px) {
  .so-floor-intro h1 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}
.so-apt-intro {
  padding-top: 265px;
  padding-bottom: 120px;
}
.so-apt-intro-image {
  height: 480px;
  position: relative;
  overflow: hidden;
}
.so-apt-intro-image img {
  position: absolute;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  top: -10%;
  bottom: -10%;
  left: 0;
  right: 0;
}
.so-apt-main-slider .slick-list {
  overflow: visible;
}
.so-apt-main-slider-inner-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 10;
}
.so-apt-main-slider-inner-arrows span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  background-color: #0B0B0C;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  background-image: url("img/arrow-sm.svg");
}
.so-apt-main-slider-inner-arrows span:nth-child(1) {
  background-size: 18px;
  background-image: url("img/zoom.svg");
}
.so-apt-main-slider-inner-arrows span:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-apt-main-slider-inner-arrows span:hover {
  background-color: #FFC893;
}
.so-apt-main-slider-inner-sign {
  position: absolute;
  width: 94px;
  height: 94px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: -48px;
  bottom: -48px;
  z-index: 10;
  background-color: #0B0B0C;
}
.so-apt-main-slider-inner-sign:before {
  position: absolute;
  width: 12px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/triangle.svg");
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
  content: "";
}
.so-apt-main-slider-inner-sign span {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.so-apt-main-slider-inner-single {
  position: relative;
  height: 550px;
  overflow: hidden;
}
.so-apt-main-slider-inner-single img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.so-apt-main-slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-apt-main-slider-arrows-single {
  width: 110px;
}
.so-apt-main-slider-arrows-single:nth-child(1) {
  margin-right: 10px;
}
.so-apt-main-slider-arrows-single:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-apt-main-slider-arrows-single .so-circle-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  z-index: 10;
  cursor: pointer;
}
.so-apt-main-slider-arrows-single .so-circle-wrap .so-circle {
  width: 110px;
  height: 110px;
  display: inline-block;
  pointer-events: none;
}
.so-apt-main-slider-arrows-single .so-circle-wrap circle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: stroke-dashoffset 2s linear, transform 1s linear;
  transform-origin: center;
}
.so-apt-main-slider-arrows-single .so-circle-wrap circle:nth-child(1) {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  opacity: 0.3;
}
.so-apt-main-slider-arrows-single .so-circle-wrap circle:nth-child(2) {
  transition: stroke-dashoffset 1s linear, transform 0.5s linear;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}
.so-apt-main-slider-arrows-single .so-circle-wrap:after {
  position: absolute;
  width: 18px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow-sm.svg");
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -9px;
  content: "";
}
.so-apt-main-slider-arrows-single .so-circle-wrap:nth-child(1) {
  right: auto;
}
.so-apt-main-slider-arrows-single .so-circle-wrap:nth-child(1):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.so-apt-main-slider-arrows-single .so-circle-wrap:hover circle:nth-child(2) {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  stroke-dashoffset: 0;
}
.so-apt-main-slider-arrows-single.is-inview .so-circle-wrap circle:nth-child(1) {
  stroke-dashoffset: 0;
}
.so-apt-main-slider-single .so-back-link {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 45px;
}
.so-apt-main-slider-single .so-back-link:before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -13px;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/arrow-back.svg");
  content: "";
}
.so-apt-main-slider-single .so-back-link:hover {
  color: #FFC893;
}
.so-apt-main-slider-single .so-back-link:hover:before {
  left: -5px;
}
.so-apt-main-slider-single h3 {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 200;
  color: #FFC893;
  padding-bottom: 45px;
}
.so-apt-main-slider-single-buttons {
  padding-bottom: 45px;
}
.so-apt-main-slider-single-buttons .so-button {
  border: 1px solid #FFC893;
}
.so-apt-main-slider-single-buttons .so-button:nth-child(1) {
  margin-right: 15px;
}
.so-apt-main-slider-single-buttons .so-button:nth-child(2) {
  padding-left: 65px;
  background-color: transparent;
  color: #FFC893;
}
.so-apt-main-slider-single-buttons .so-button:nth-child(2):before {
  position: absolute;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("img/download-main.svg");
  top: 50%;
  margin-top: -11px;
  left: 35px;
  content: "";
}
.so-apt-main-slider-single-buttons .so-button:nth-child(2):after {
  background-color: #FFC893;
}
.so-apt-main-slider-single-buttons .so-button:nth-child(2):hover {
  color: #3F3F3F;
}
.so-apt-main-slider-single-buttons .so-button:nth-child(2):hover:before {
  background-image: url("img/download-black.svg");
}
.so-apt-main-slider-single .so-floor-plan-single-table {
  margin-bottom: 45px;
}
.so-apt-main-slider-single .so-floor-plan-single-table-single > div:nth-child(2) {
  text-align: right;
}
.so-apt-main-slider-single > div:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
}
.so-apt-main-slider-single > div:nth-child(1) .so-col {
  width: calc(50% - 22px);
  box-sizing: border-box;
  position: relative;
}
.so-apt-main-slider-single > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.so-apt-main-slider-single > div:nth-child(2) .so-col {
  width: calc(50% - 22px);
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .so-apt-intro {
    padding-top: 150px;
  }

  .so-apt-main-slider-single > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-apt-main-slider-single > div:nth-child(1) .so-col {
    width: 100%;
    max-width: 600px;
  }
  .so-apt-main-slider-single > div:nth-child(1) .so-col:nth-child(2) {
    padding-top: 100px;
  }

  .so-apt-main-slider-single > div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .so-apt-main-slider-single > div:nth-child(2) .so-col {
    width: 100%;
    max-width: 600px;
  }

  .so-apt-main-slider-arrows-single circle:nth-child(2) {
    stroke-dashoffset: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .so-apt-intro {
    padding-bottom: 50px;
  }
  .so-apt-intro-image {
    height: 220px;
  }

  .so-apt-main-slider-inner-single {
    height: 350px;
  }
  .so-apt-main-slider-inner-sign {
    left: 20px;
  }
  .so-apt-main-slider-single > div:nth-child(1) {
    padding-bottom: 50px;
  }
  .so-apt-main-slider-single > div:nth-child(1) .so-col:nth-child(2) {
    padding-top: 70px;
  }
  .so-apt-main-slider-single .so-back-link {
    margin-bottom: 20px;
  }
  .so-apt-main-slider-single h3 {
    padding-bottom: 20px;
  }
  .so-apt-main-slider-single-buttons .so-button:nth-child(1) {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.so-chance {
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  bottom: 50%;
  right: 50%;
  z-index: 100;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.so-chance-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  opacity: 1;
}
.so-chance-close:hover {
  opacity: 0.5;
}
.so-chance-close i {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
}
.so-chance-close i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.so-chance-close i:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.so-chance.so-hidden {
  bottom: 20px;
  right: 20px;
  -webkit-transform: translate(0%, 0%) scale(0.2);
  -moz-transform: translate(0%, 0%) scale(0.2);
  -o-transform: translate(0%, 0%) scale(0.2);
  -ms-transform: translate(0%, 0%) scale(0.2);
  transform: translate(0%, 0%) scale(0.2);
  transform-origin: bottom right;
}
.so-chance-overlay {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 99;
  cursor: pointer;
}
.so-chance-overlay.so-hidden {
  display: none;
}
.so-chance .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  padding-right: 0;
  max-width: 1440px;
}
.so-chance-image {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.so-chance-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}
.so-chance-image-wrap {
  width: 50%;
}
.so-chance-info {
  background-color: #1D1D20;
  box-sizing: border-box;
  padding: 55px 90px 65px 65px;
}
.so-chance-info h2 {
  font-size: 70px;
  line-height: 1.1;
  padding-bottom: 40px;
}
.so-chance-info h2 span {
  display: block;
  color: #FAF9F7;
}
.so-chance-info h2 span[data-scroll] {
  position: relative;
  right: -70px;
}
.so-chance-info p {
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding-bottom: 25px;
}
.so-chance-info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 35px;
}
.so-chance-info-line span {
  display: block;
}
.so-chance-info-line span:nth-child(1) {
  font-size: 70px;
  line-height: 1;
  font-weight: 500;
  color: #FFC893;
  position: relative;
  top: 10px;
}
.so-chance-info-line span:nth-child(2) {
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .so-chance-close {
    right: 20px;
  }
  .so-chance .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-right: 20px;
  }
  .so-chance-image {
    height: 200px;
  }
  .so-chance-image-wrap {
    width: 100%;
  }
  .so-chance-info {
    padding: 40px;
  }
  .so-chance-info h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  .so-chance-image {
    height: 150px;
  }
  .so-chance-info {
    padding: 30px;
  }
  .so-chance-info p {
    font-size: 10px;
    padding-bottom: 15px;
  }
  .so-chance-info h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #so-wrapper {
    position: relative;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 60px;
    line-height: 1.2;
  }

  h2 {
    font-size: 50px;
    line-height: 1.2;
  }

  h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  h4 {
    font-size: 32px;
    line-height: 1.2;
  }

  h5 {
    font-size: 24px;
    line-height: 1.2;
  }

  h6 {
    font-size: 20px;
    line-height: 1.2;
  }

  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;
  }

  .so-loader-progress {
    bottom: 20px;
    right: 20px;
  }
  .so-loader-text-key {
    width: 10px;
    height: 90px;
    margin-top: -45px;
    margin-right: -5px;
  }
  .so-loader-text-2 {
    width: 180px;
    height: 600px;
    margin-top: -300px;
    margin-left: -90px;
  }
}

/*# sourceMappingURL=style.css.map */
