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: "Italian Plate", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  border: 0;
  color: #1D1718;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased; }

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: "Italian Plate", sans-serif; }

ol, ul {
  list-style: none; }

p, li {
  color: #1D1718;
  font-weight: 400; }

p, li, a {
  font-size: 20px;
  line-height: 1.3;
  color: #1D1718;
  font-weight: 400; }

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: "Italian Plate";
  /*src: url("fonts/Italian-Plate-Bold.ttf");*/
  src: url("fonts/Italian-Plate-Semibold.woff2");
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: "Italian Plate";
  /*src: url("fonts/Italian-Plate-Semibold.ttf");*/
  src: url("fonts/Italian-Plate-Semibold.woff2");
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: "Italian Plate";
  /*src: url("fonts/Italian-Plate-Medium.ttf");*/
  src: url("fonts/Italian-Plate-Medium.woff2");
  font-style: normal;
  font-weight: 600; }
@font-face {
  font-family: "Italian Plate";
  /*src: url("fonts/Italian-Plate.ttf");*/
  src: url("fonts/Italian-Plate.woff2");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: "Schnyder-S";
  src: url("fonts/Schnyder-S-Bold.otf");
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: "Schnyder-L";
  src: url("fonts/Schnyder-L-Bold.otf");
  font-style: normal;
  font-weight: 800; }
@font-face {
  font-family: "MinionPro";
  src: url("fonts/MinionPro-Regular.otf");
  font-style: normal;
  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-under,
.so-anim-under_slow,
.so-anim-fade,
.so-anim-fade_slow,
.so-anim-right,
.so-anim-right_slow,
.so-anim-left,
.so-anim-left_slow,
.so-anim-drop,
.so-anim-drop_slow {
  opacity: 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%; }

#so-wrapper {
  position: relative;
  overflow-x: hidden;
  padding-top: 165px; }
  #so-wrapper.so-active {
    overflow: hidden;
    height: 100vh; }
  @media screen and (max-width: 991px) {
    #so-wrapper {
      padding-top: 110px; } }

body {
  font-family: "Italian Plate", sans-serif;
  overflow-x: hidden;
  background-color: #1D1718; }

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

.so-row {
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left; }

.so-sub-title {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  color: #797979;
  position: relative; }
  .so-sub-title p {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: inherit;
    margin-right: 25px;
    padding-top: 3px;
    white-space: nowrap; }
  .so-sub-title span {
    position: relative;
    height: 6px;
    width: 100%; }
    .so-sub-title span:before {
      transition: .6s ease;
      transition-delay: .3;
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      background-color: #797979;
      left: 0;
      top: 0; }
    .so-sub-title span:after {
      transition: .6s ease;
      transition-delay: .3;
      content: '';
      width: 0;
      height: 1px;
      position: absolute;
      background-color: #797979;
      left: 0;
      bottom: 0; }
  .so-sub-title.full-width p {
    margin: 0 65px; }
  .so-sub-title.full-width span {
    position: relative;
    height: 6px;
    width: 100%; }
    .so-sub-title.full-width span:before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #797979;
      position: absolute;
      left: 0;
      top: 0; }
    .so-sub-title.full-width span:after {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #797979;
      position: absolute;
      left: 0;
      bottom: 0; }
  .so-sub-title.black {
    color: #1D1718; }
    .so-sub-title.black span:before {
      background-color: #1D1718; }
    .so-sub-title.black span:after {
      background-color: #1D1718; }
  .so-sub-title.white {
    color: #ffffff; }
    .so-sub-title.white span:before {
      background-color: #ffffff; }
    .so-sub-title.white span:after {
      background-color: #ffffff; }
  .so-sub-title.animated span:before {
    width: 100%; }
  .so-sub-title.animated span:after {
    width: 100%; }

.so-title {
  color: #1D1718;
  text-transform: uppercase; }
  .so-title h1, .so-title h2, .so-title h3, .so-title h4, .so-title h5, .so-title h6, .so-title p, .so-title span {
    text-transform: inherit;
    color: inherit; }
  .so-title.white h1, .so-title.white h2, .so-title.white h3, .so-title.white h4, .so-title.white h5, .so-title.white h6, .so-title.white p, .so-title.white span {
    color: #ffffff; }
  .so-title.main-color h1, .so-title.main-color h2, .so-title.main-color h3, .so-title.main-color h4, .so-title.main-color h5, .so-title.main-color h6, .so-title.main-color p, .so-title.main-color span {
    color: #B87B52; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Schnyder-S';
  font-weight: 600; }
  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: #B87B52; }

.so-description {
  color: #1D1718; }
  .so-description p, .so-description span {
    color: inherit; }
  .so-description.white {
    color: #ffffff; }
  @media screen and (max-width: 600px) {
    .so-description.desk {
      display: none !important; } }

.so-description_mobile {
  display: none;
  color: #1D1718; }
  .so-description_mobile p, .so-description_mobile span {
    color: inherit; }
  .so-description_mobile.white {
    color: #ffffff; }
  .so-description_mobile_preview {
    padding-bottom: 25px; }
    .so-description_mobile_preview p {
      font-size: 20px;
      line-height: 1; }
    .so-description_mobile_preview p, .so-description_mobile_preview span {
      color: inherit; }
    .so-description_mobile_preview.white {
      color: #ffffff; }
  .so-description_mobile_content {
    display: none;
    padding-bottom: 25px; }
    .so-description_mobile_content p {
      font-size: 20px;
      line-height: 1; }
    .so-description_mobile_content p, .so-description_mobile_content span {
      color: inherit; }
    .so-description_mobile_content.white {
      color: #ffffff; }
  .so-description_mobile_title {
    cursor: pointer; }
    .so-description_mobile_title.active span:after {
      transform: translate(0, -50%) rotate(180deg); }
    .so-description_mobile_title span {
      font-size: 20px;
      line-height: 1.2;
      display: block;
      border-bottom: 1px solid #ffffff;
      text-transform: uppercase;
      color: #ffffff;
      position: relative; }
      .so-description_mobile_title span:after {
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        background-image: url(img/arrow-down-white.svg);
        height: 8px;
        width: 15px;
        transition: .2s ease; }
  @media screen and (max-width: 600px) {
    .so-description_mobile {
      display: block; } }

.so-button {
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  width: auto;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  box-sizing: border-box; }
  .so-button.arrow {
    position: relative;
    padding: 12px 45px 10px 25px; }
    .so-button.arrow:before {
      transition: all 0.3s ease;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 8px;
      height: 15px;
      transform: translate(0, -50%);
      background-image: url(img/right-arrow-white.svg); }
    .so-button.arrow:hover:before {
      transform: translate(4px, -50%); }
  .so-button.black-color {
    background-color: #1D1718; }
  .so-button.main-color {
    background-color: #B87B52; }
  @media screen and (max-width: 991px) {
    .so-button {
      font-size: 18px;
      line-height: 1; } }

.so-scroll-down {
  position: absolute;
  left: 10px;
  bottom: 0;
  cursor: pointer;
  padding: 0 10px;
  cursor: pointer;
  animation: arrow_anim_down 1.5s linear infinite;
  animation-delay: 2s;
  opacity: 0; }
  .so-scroll-down:hover {
    animation-play-state: paused; }
@keyframes arrow_anim_down {
  0% {
    transform: translate(0, -40px);
    opacity: 0; }
  50% {
    transform: translate(0, 0);
    opacity: 1; }
  100% {
    transform: translate(0, 40px);
    opacity: 0; } }
  @media screen and (max-width: 991px) {
    .so-scroll-down {
      display: none; } }

.slick-dots {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  width: fit-content;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 15px; }
  .slick-dots li {
    margin: 0;
    padding: 10px 0;
    width: 55px;
    height: 1px;
    margin-right: 10px; }
    .slick-dots li:last-of-type {
      margin-right: 0; }
    .slick-dots li button {
      width: 55px;
      height: 1px;
      background-color: #ffffff;
      padding: 0; }
      .slick-dots li button:before {
        display: none; }
  .slick-dots .slick-active button {
    background-color: #B87B52; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-arrow:before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 8px;
  height: 15px;
  background-image: url(img/right-arrow-white.svg);
  opacity: 1; }
.slick-arrow.slick-prev:before {
  transform: rotate(180deg); }
.slick-arrow.slick-disabled:before {
  opacity: 0.3; }

#fp-nav {
  z-index: 0; }
  #fp-nav ul li a span {
    background: #ffffff; }
  #fp-nav ul li a.active span {
    background-color: #B87B52; }

.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 10px; }
.menu-item-has-children a {
  position: relative; }
  .menu-item-has-children a:hover .so-plus svg g {
    fill: #B87B52; }
.menu-item-has-children.active .so-plus {
  transform: translate(0, 0%) rotate(180deg); }

.current_page_item a {
  color: #B87B52 !important; }

.so-plus {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  width: 10px;
  padding: 5px;
  height: 10px;
  position: absolute;
  right: -20px;
  top: -1px; }
  .so-plus svg {
    transition: all 0.3s ease; }
    .so-plus svg g {
      transition: all 0.3s ease; }

@-webkit-keyframes Drop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes Drop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes Apear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes Apear {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes Under {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes Under {
  from {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes Left {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes Left {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes Right {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes Right {
  from {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: rorateY(0);
    transform: rorateY(0);
    opacity: 1; } }
@keyframes Rotate {
  from {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0; }
  to {
    -webkit-transform: rorateY(0);
    transform: rorateY(0);
    opacity: 1; } }
@-webkit-keyframes Spin {
  from {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0; }
  to {
    -webkit-transform: rorate(0);
    transform: rorate(0);
    opacity: 1; } }
@keyframes Spin {
  from {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    opacity: 0; }
  to {
    -webkit-transform: rorate(0);
    transform: rorate(0);
    opacity: 1; } }
@-webkit-keyframes Spin-Right {
  from {
    -webkit-transform: translateX(1000px) rotate(90deg);
    transform: translateX(1000px) rotate(90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) rorate(0);
    transform: translateX(0) rorate(0);
    opacity: 1; } }
@keyframes Spin-Right {
  from {
    -webkit-transform: translateX(1000px) rotate(90deg);
    transform: translateX(1000px) rotate(90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0) rorate(0);
    transform: translateX(0) rorate(0);
    opacity: 1; } }
@keyframes Dot-Radius {
  0% {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    left: -15px;
    opacity: 0; }
  50% {
    width: 10px;
    height: 10px;
    left: -18px;
    margin-top: -5px;
    opacity: 0.2; }
  100% {
    width: 4px;
    height: 4px;
    left: -15px;
    margin-top: -2px;
    opacity: 0; } }
@keyframes phone-ring {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(-10deg); }
  100% {
    transform: rotate(0deg); } }
.so-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  .so-header.scrolling_down .so-sub-header {
    position: fixed;
    top: -39px; }
  .so-header.scrolling_down .so-main-header {
    position: fixed;
    transform: translate(0, 0);
    background-color: #1D1718;
    border-bottom: 1px solid #B87B52;
    padding-top: 10px;
    padding-bottom: 10px; }
    .so-header.scrolling_down .so-main-header .so-header-logo img.img-1 {
      display: none; }
    .so-header.scrolling_down .so-main-header .so-header-logo img.img-2 {
      display: block; }
    .so-header.scrolling_down .so-main-header .menu-item-has-children:hover .sub-menu {
      transform: translate(0, 15px); }
  .so-header.scrolling_up .so-sub-header {
    position: fixed;
    border-radius: 0;
    width: 100%;
    top: 0; }
  .so-header.scrolling_up .so-main-header {
    position: fixed;
    transform: translate(0, 39px);
    background-color: #1D1718;
    border-bottom: 1px solid #B87B52;
    padding-top: 10px;
    padding-bottom: 10px; }
    .so-header.scrolling_up .so-main-header .so-header-logo img.img-1 {
      display: none; }
    .so-header.scrolling_up .so-main-header .so-header-logo img.img-2 {
      display: block; }
    .so-header.scrolling_up .so-main-header .menu-item-has-children:hover .sub-menu {
      transform: translate(0, 15px); }
  .so-header .so-sub-header {
    width: 100%;
    transition: .2s ease;
    padding: 4px 0;
    background-color: #B87B52;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
    .so-header .so-sub-header.hide {
      top: -40px; }
    .so-header .so-sub-header.hide_2 {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .so-header .so-sub-header.fixed_3 {
      border-bottom-left-radius: 30px;
      border-bottom-right-radius: 30px; }
    .so-header .so-sub-header .so-row {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
    .so-header .so-sub-header .so-col {
      white-space: nowrap; }
    .so-header .so-sub-header p {
      font-size: 15px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #ffffff; }
    .so-header .so-sub-header .so-line {
      position: relative;
      height: 6px;
      width: 100%;
      margin: 0 70px; }
      .so-header .so-sub-header .so-line:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 0; }
      .so-header .so-sub-header .so-line:after {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        bottom: 0; }
    .so-header .so-sub-header .so-contact-phone {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
      .so-header .so-sub-header .so-contact-phone p {
        padding-top: 4px;
        margin-right: 15px; }
      .so-header .so-sub-header .so-contact-phone a:hover svg {
        animation: phone-ring .7s infinite ease-in-out; }
      .so-header .so-sub-header .so-contact-phone span {
        font-size: 20px;
        line-height: 1.2;
        font-weight: bold;
        color: #ffffff; }
      .so-header .so-sub-header .so-contact-phone svg {
        transition: all 0.3s ease;
        position: relative;
        top: 3px;
        margin-right: 3px; }
  .so-header .so-main-header {
    transition: .2s ease;
    padding-top: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    top: 0; }
    .so-header .so-main-header.fixed {
      position: fixed;
      background-color: #1D1718;
      border-bottom: 1px solid #B87B52;
      padding-top: 10px;
      padding-bottom: 10px; }
      .so-header .so-main-header.fixed .so-header-logo img.img-1 {
        display: none; }
      .so-header .so-main-header.fixed .so-header-logo img.img-2 {
        display: block; }
      .so-header .so-main-header.fixed .menu-item-has-children:hover .sub-menu {
        transform: translate(0, 15px); }
    .so-header .so-main-header.fixed_2 {
      transform: translate(0, 38px); }
    .so-header .so-main-header.fixed_3 {
      padding-top: 30px;
      padding-bottom: 20px;
      border-bottom: 0; }
      .so-header .so-main-header.fixed_3 .so-header-logo img.img-1 {
        display: block; }
      .so-header .so-main-header.fixed_3 .so-header-logo img.img-2 {
        display: none; }
    .so-header .so-main-header .so-row {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
    .so-header .so-main-header .so-col {
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      width: 33%; }
      .so-header .so-main-header .so-col:nth-of-type(1) ul {
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center; }
      .so-header .so-main-header .so-col:nth-of-type(3) ul {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center; }
        .so-header .so-main-header .so-col:nth-of-type(3) ul:first-of-type {
          margin-right: 60px; }
        .so-header .so-main-header .so-col:nth-of-type(3) ul:last-of-type {
          width: auto; }
    .so-header .so-main-header .so-header-logo {
      transition: .3s ease; }
      .so-header .so-main-header .so-header-logo img {
        transition: .3s ease;
        margin: 0 auto; }
        .so-header .so-main-header .so-header-logo img.img-2 {
          display: none; }
    .so-header .so-main-header ul {
      width: 100%; }
      .so-header .so-main-header ul li {
        display: inline-block;
        margin-right: 60px; }
        .so-header .so-main-header ul li:last-of-type {
          margin-right: 0; }
        .so-header .so-main-header ul li.wpml-ls-menu-item {
          margin-right: 5px;
          display: flex;
          position: relative; }
          .so-header .so-main-header ul li.wpml-ls-menu-item:last-of-type:after {
            display: none !important; }
          .so-header .so-main-header ul li.wpml-ls-menu-item:after {
            content: '|';
            color: #ffffff;
            padding-left: 5px; }
      .so-header .so-main-header ul a, .so-header .so-main-header ul span {
        transition: all 0.3s ease;
        font-size: 18px;
        line-height: 1.2;
        color: #ffffff;
        text-transform: uppercase; }
        .so-header .so-main-header ul a:hover, .so-header .so-main-header ul span:hover {
          color: #B87B52; }
    .so-header .so-main-header .sub-menu {
      transition: all 0.3s ease;
      position: absolute;
      width: 100%;
      left: 0;
      opacity: 0;
      visibility: hidden;
      padding: 0; }
      .so-header .so-main-header .sub-menu li {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        flex-direction: column-reverse;
        background-color: #B87B52;
        margin-right: 0;
        width: 20%;
        min-height: 290px;
        border-right: 0.5px solid #1D1718;
        border-bottom: 0.5px solid #1D1718;
        box-sizing: border-box;
        padding: 20px; }
        .so-header .so-main-header .sub-menu li img {
          object-fit: contain;
          max-width: 170px;
          height: 210px;
          margin-bottom: 15px; }
        .so-header .so-main-header .sub-menu li.current_page_item a {
          color: #ffffff !important; }
          .so-header .so-main-header .sub-menu li.current_page_item a:before {
            background-color: #ffffff !important; }
          .so-header .so-main-header .sub-menu li.current_page_item a:after {
            background-image: url(img/triangle-white.svg); }
        .so-header .so-main-header .sub-menu li:nth-of-type(1) a:before {
          width: 123%; }
        .so-header .so-main-header .sub-menu li:nth-of-type(2) a:before {
          width: 138%; }
        .so-header .so-main-header .sub-menu li:nth-of-type(3) a:before {
          width: 117%; }
        .so-header .so-main-header .sub-menu li:nth-of-type(4) a:before {
          width: 125%; }
        .so-header .so-main-header .sub-menu li:nth-of-type(5) a:before {
          width: 120%; }
        .so-header .so-main-header .sub-menu li a {
          transition: all 0.3s ease;
          font-size: 22px;
          line-height: 1;
          color: #1D1718;
          position: relative;
          padding-bottom: 0; }
          .so-header .so-main-header .sub-menu li a:before {
            transition: all 0.3s ease;
            content: '';
            position: absolute;
            width: 130%;
            height: 1px;
            background-color: #1D1718;
            left: 0;
            bottom: -5px; }
          .so-header .so-main-header .sub-menu li a:after {
            transition: all 0.3s ease;
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            content: '';
            background-image: url(img/triangle.svg);
            position: absolute;
            width: 10px;
            height: 10px;
            top: 50%;
            right: -20px;
            transform: translate(0, -50%); }
          .so-header .so-main-header .sub-menu li a:hover {
            color: #ffffff; }
            .so-header .so-main-header .sub-menu li a:hover:after {
              background-image: url(img/triangle-white.svg); }
            .so-header .so-main-header .sub-menu li a:hover:before {
              background-color: #ffffff; }
    .so-header .so-main-header .menu-item-has-children a {
      padding-bottom: 20px; }
    .so-header .so-main-header .menu-item-has-children:hover .so-plus {
      transform: translate(0, 0%) rotate(180deg); }
    .so-header .so-main-header .menu-item-has-children:hover .sub-menu {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 30px); }
  .so-header .so-mobile-header {
    display: none;
    padding-top: 20px;
    padding-bottom: 35px;
    box-sizing: border-box;
    background-color: #1D1718; }
    .so-header .so-mobile-header .so-row {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      padding-left: 30px;
      padding-right: 30px; }
    .so-header .so-mobile-header .so-col {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
    .so-header .so-mobile-header .so-header-logo img {
      width: 70px; }
    .so-header .so-mobile-header .so-contact-phone {
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      width: 45px;
      height: 45px;
      background-color: #B87B52;
      border-radius: 50%;
      margin-right: 20px; }
      .so-header .so-mobile-header .so-contact-phone svg {
        padding-top: 7px; }
    .so-header .so-mobile-header .so-trigger {
      position: relative;
      width: 35px;
      height: 16px;
      cursor: pointer; }
      .so-header .so-mobile-header .so-trigger.active span {
        width: 35px !important; }
        .so-header .so-mobile-header .so-trigger.active span:first-of-type {
          transform: rotate(45deg);
          top: 50%;
          margin-top: 0px; }
        .so-header .so-mobile-header .so-trigger.active span:nth-of-type(2) {
          transform: rotate(45deg);
          margin-top: -3px;
          opacity: 0; }
        .so-header .so-mobile-header .so-trigger.active span:last-of-type {
          transform: rotate(-45deg);
          bottom: 50%;
          margin-bottom: -1px; }
      .so-header .so-mobile-header .so-trigger span {
        display: block;
        width: 100%;
        max-width: 35px;
        background-color: #ffffff;
        height: 1px;
        transition: 0.3s ease;
        position: absolute; }
        .so-header .so-mobile-header .so-trigger span:nth-of-type(1) {
          margin-bottom: 5px;
          top: 0; }
        .so-header .so-mobile-header .so-trigger span:nth-of-type(2) {
          margin-bottom: 5px;
          top: 50%;
          transform: translate(0, -50%); }
        .so-header .so-mobile-header .so-trigger span:nth-of-type(3) {
          bottom: 0; }
  .so-header .so-mobile-content {
    display: none;
    background-color: #1D1718;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
    .so-header .so-mobile-content .so-row {
      flex-direction: column;
      padding: 0; }
    .so-header .so-mobile-content .so-mobile-test {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      width: 100%;
      padding-top: 50px;
      padding-bottom: 20px;
      border-bottom: 1px solid #797979; }
      .so-header .so-mobile-content .so-mobile-test .so-mobile-contacts {
        padding-right: 20px;
        margin-right: 30px;
        box-sizing: border-box;
        border-right: 1px solid #797979; }
        .so-header .so-mobile-content .so-mobile-test .so-mobile-contacts ul li {
          margin-bottom: 15px; }
          .so-header .so-mobile-content .so-mobile-test .so-mobile-contacts ul li:last-of-type {
            margin-bottom: 0; }
        .so-header .so-mobile-content .so-mobile-test .so-mobile-contacts ul a {
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -moz-align-items: center;
          align-items: center;
          font-size: 19px;
          line-height: 1;
          color: #ffffff; }
        .so-header .so-mobile-content .so-mobile-test .so-mobile-contacts ul img {
          width: 24px;
          margin-right: 10px; }
      .so-header .so-mobile-content .so-mobile-test .so-mobile-social ul li {
        margin-bottom: 20px; }
        .so-header .so-mobile-content .so-mobile-test .so-mobile-social ul li:last-of-type {
          margin-bottom: 0; }
      .so-header .so-mobile-content .so-mobile-test .so-mobile-social ul img {
        width: 34px; }
    .so-header .so-mobile-content .so-mobile-menu {
      width: 100%;
      border-top: 1px solid #B87B52; }
      .so-header .so-mobile-content .so-mobile-menu .menu-item-has-children.active {
        border-bottom: none; }
        .so-header .so-mobile-content .so-mobile-menu .menu-item-has-children.active .so-plus {
          transform: translate(0, -50%) rotate(180deg); }
      .so-header .so-mobile-content .so-mobile-menu .menu-item-has-children .so-plus {
        right: 20px;
        top: 50%;
        transform: translate(0, -50%); }
      .so-header .so-mobile-content .so-mobile-menu .menu-item-has-children:after {
        display: none; }
      .so-header .so-mobile-content .so-mobile-menu ul .sub-menu {
        display: none;
        padding: 0; }
        .so-header .so-mobile-content .so-mobile-menu ul .sub-menu li {
          background-color: #B87B52;
          border-bottom: 1px solid #1D1718; }
        .so-header .so-mobile-content .so-mobile-menu ul .sub-menu a {
          color: #1D1718; }
      .so-header .so-mobile-content .so-mobile-menu ul li {
        border-bottom: 0.5px solid #797979;
        position: relative; }
        .so-header .so-mobile-content .so-mobile-menu ul li:after {
          background-position: center;
          background-size: contain;
          background-repeat: no-repeat;
          content: '';
          background-image: url(img/triangle-black.svg);
          width: 12px;
          height: 9px;
          right: 24px;
          top: 50%;
          transform: translate(0, -50%);
          position: absolute; }
      .so-header .so-mobile-content .so-mobile-menu ul a {
        display: block;
        font-size: 22px;
        line-height: 1;
        color: #ffffff;
        text-transform: uppercase;
        padding: 20px 10px; }
    .so-header .so-mobile-content .so-mobile-lng {
      padding-top: 30px;
      padding-bottom: 20px; }
      .so-header .so-mobile-content .so-mobile-lng ul {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center; }
        .so-header .so-mobile-content .so-mobile-lng ul li.wpml-ls-menu-item {
          margin-right: 5px;
          position: relative; 
          display: flex; }
          .so-header .so-mobile-content .so-mobile-lng ul li.wpml-ls-menu-item:last-of-type:after {
            display: none !important; }
          .so-header .so-mobile-content .so-mobile-lng ul li.wpml-ls-menu-item:after {
            content: '|';
            color: #ffffff;
            padding-left: 5px;
            position: relative;
            top: -2px; }
        .so-header .so-mobile-content .so-mobile-lng ul a, .so-header .so-mobile-content .so-mobile-lng ul span {
          font-size: 18px;
          line-height: 1;
          color: #ffffff;
          text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .so-header .so-sub-header {
      display: none; }
    .so-header .so-main-header {
      display: none; }
    .so-header .so-mobile-header {
      display: block; } }

.so-footer {
  padding-top: 65px;
  padding-bottom: 20px;
  background-color: #1D1718; }
  .so-footer h6 {
    font-family: 'Italian Plate';
    color: #606060;
    text-transform: uppercase;
    padding-bottom: 5px; }
  .so-footer ul li a {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff; }
  .so-footer-logo {
    margin-right: 50px;
    width: 130px; }
    .so-footer-logo img {
      width: 100%; }
  .so-footer-menu a {
    transition: all 0.3s ease;
    text-transform: uppercase; }
    .so-footer-menu a:hover {
      color: #B87B52; }
  .so-footer-contacts li {
    margin-bottom: 5px; }
    .so-footer-contacts li:last-of-type {
      margin-bottom: 0; }
  .so-footer-contacts a {
    transition: all 0.3s ease;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
    .so-footer-contacts a:hover {
      color: #B87B52; }
  .so-footer-contacts .so-image {
    margin-right: 13px;
    min-width: 25px; }
  .so-footer-language {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .so-footer-language ul {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center; }
      .so-footer-language ul.sub-menu {
        padding-left: 0; }
        .so-footer-language ul.sub-menu li:hover span {
          color: #B87B52; }
      .so-footer-language ul span {
        transition: all 0.3s ease;
        color: #ffffff; }
  .so-footer-social ul {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .so-footer-social a {
    display: block;
    margin-right: 15px; }
  .so-footer-social .so-image {
    min-width: 30px; }
    .so-footer-social .so-image:last-of-type {
      margin-right: 0; }
  .so-footer-attachment {
    text-align: center; }
    .so-footer-attachment p, .so-footer-attachment span, .so-footer-attachment a {
      color: #606060; }
    .so-footer-attachment .so-refer {
      font-size: 12px;
      line-height: 1.5; }
    .so-footer-attachment .so-text p, .so-footer-attachment .so-text span, .so-footer-attachment .so-text a {
      font-size: 15px;
      line-height: 1.2; }
    .so-footer-attachment .so-text a {
      transition: all 0.3s ease; }
      .so-footer-attachment .so-text a:hover {
        color: #ffffff; }
  .so-footer.so-footer-desktop .so-row {
    max-width: 1360px; }
    .so-footer.so-footer-desktop .so-row:nth-of-type(1) {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: streatch;
      -ms-flex-align: streatch;
      -moz-align-items: streatch;
      align-items: streatch;
      border-bottom: 1px solid #B87B52;
      padding-bottom: 35px; }
      .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col {
        position: relative;
        padding-left: 35px;
        padding-right: 15px; }
        .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:after {
          content: '';
          height: 100%;
          width: 1px;
          background-color: #ffffff;
          position: absolute;
          right: 0;
          top: 0; }
        .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:nth-of-type(1) {
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          -moz-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          -moz-align-items: flex-start;
          align-items: flex-start;
          width: 40%; }
          .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:nth-of-type(1) .so-description {
            max-width: 190px; }
            .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:nth-of-type(1) .so-description p {
              font-size: 14px;
              line-height: 1.3; }
        .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:nth-of-type(2) {
          width: 15%; }
        .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:nth-of-type(3) {
          width: 25%; }
        .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:nth-of-type(4) {
          width: 20%; }
        .so-footer.so-footer-desktop .so-row:nth-of-type(1) .so-col:last-of-type:after {
          display: none; }
    .so-footer.so-footer-desktop .so-row:nth-of-type(2) {
      padding-top: 15px; }
  .so-footer.so-footer-mobile {
    display: none; }
    .so-footer.so-footer-mobile ul {
      margin-bottom: 10px; }
      .so-footer.so-footer-mobile ul li {
        margin-bottom: 10px; }
        .so-footer.so-footer-mobile ul li:last-of-type {
          margin-bottom: 0; }
        .so-footer.so-footer-mobile ul li a {
          font-size: 20px;
          line-height: 1.25;
          color: #ffffff; }
        .so-footer.so-footer-mobile ul li span {
          font-size: 20px;
          line-height: 1.25;
          color: #ffffff; }
    .so-footer.so-footer-mobile .so-row {
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      padding: 0 25px 35px 25px;
      margin-bottom: 35px;
      position: relative; }
      .so-footer.so-footer-mobile .so-row:before {
        content: '';
        position: absolute;
        background-color: #ffffff;
        height: 1px;
        width: calc(100% - 30px);
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0); }
      .so-footer.so-footer-mobile .so-row:nth-of-type(3) {
        margin-bottom: 15px; }
        .so-footer.so-footer-mobile .so-row:nth-of-type(3):before {
          background-color: #B87B52; }
      .so-footer.so-footer-mobile .so-row:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; }
        .so-footer.so-footer-mobile .so-row:last-of-type:before {
          display: none; }
    .so-footer.so-footer-mobile .so-footer-contacts {
      border-right: 1px solid #ffffff;
      padding-right: 15px; }
    .so-footer.so-footer-mobile .so-footer-social {
      padding-left: 25px; }
      .so-footer.so-footer-mobile .so-footer-social ul {
        flex-direction: column; }
        .so-footer.so-footer-mobile .so-footer-social ul li {
          margin-bottom: 20px; }
        .so-footer.so-footer-mobile .so-footer-social ul a {
          margin-right: 0; }
    .so-footer.so-footer-mobile .so-footer-menu {
      width: 100%; }
      .so-footer.so-footer-mobile .so-footer-menu ul {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%; }
        .so-footer.so-footer-mobile .so-footer-menu ul.sub-menu {
          display: none;
          padding-left: 0; }
        .so-footer.so-footer-mobile .so-footer-menu ul li {
          width: 50%; }
  @media screen and (max-width: 991px) {
    .so-footer {
      padding-top: 40px; }
      .so-footer .so-description p {
        font-size: 12px;
        line-height: 1.3; }
      .so-footer.so-footer-desktop {
        display: none; }
      .so-footer.so-footer-mobile {
        display: block; } }

.page-template-Homepage #so-wrapper {
  padding-top: 0; }

.so-home-page .so-home-intro {
  position: relative; }
  .so-home-page .so-home-intro:before {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: -15%;
    top: 50%;
    height: 100%;
    width: 100%;
    max-width: 650px;
    transform: translate(0, -50%);
    background-image: url(img/ornament-2.svg); }
  .so-home-page .so-home-intro h1 {
    color: #B87B52; }
  .so-home-page .so-home-intro p {
    font-size: 30px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff; }
  .so-home-page .so-home-intro .so-title {
    padding-bottom: 15px;
    max-width: 600px; }
  .so-home-page .so-home-intro .so-description {
    max-width: 375px; }
  .so-home-page .so-home-intro .so-slider {
    margin-bottom: 0; }
    .so-home-page .so-home-intro .so-slider .slick-arrow {
      transition: all 0.3s ease; }
      @media screen and (max-width: 991px) {
        .so-home-page .so-home-intro .so-slider .slick-arrow {
          display: none !important; } }
      .so-home-page .so-home-intro .so-slider .slick-arrow:before {
        width: 35px;
        height: 30px; }
      .so-home-page .so-home-intro .so-slider .slick-arrow.slick-next {
        right: 40px;
        z-index: 9999; }
        .so-home-page .so-home-intro .so-slider .slick-arrow.slick-next:hover {
          transform: translate(-5px, -50%); }
      .so-home-page .so-home-intro .so-slider .slick-arrow.slick-prev {
        left: 40px;
        z-index: 9999; }
        .so-home-page .so-home-intro .so-slider .slick-arrow.slick-prev:hover {
          transform: translate(5px, -50%); }
    .so-home-page .so-home-intro .so-slider-item-wrapper {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 100vh;
      margin: 0 auto; }
    .so-home-page .so-home-intro .so-slider-item-content {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      justify-content: center !important;
      height: 100%;
      width: 100%;
      max-width: 1140px;
      left: 50%;
      transform: translate(-50%, 0);
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box;
      display: inline-block;
      text-align: left;
      position: absolute; }
      .so-home-page .so-home-intro .so-slider-item-content a p {
        font-size: 22px; }
    .so-home-page .so-home-intro .so-slider-item-image {
      width: 50%;
      margin-left: auto;
      margin-right: 5%; }
      .so-home-page .so-home-intro .so-slider-item-image .so-image {
        transition: .6s ease; }
  @media screen and (max-width: 991px) {
    .so-home-page .so-home-intro {
      padding-top: 80px; }
      .so-home-page .so-home-intro p {
        font-size: 22px;
        line-height: 1.1; }
      .so-home-page .so-home-intro .so-description {
        max-width: 300px; }
      .so-home-page .so-home-intro .so-slider {
        padding-top: 40px;
        padding-bottom: 40px; }
        .so-home-page .so-home-intro .so-slider-item-wrapper {
          flex-direction: column;
          max-width: 600px;
          height: auto; }
        .so-home-page .so-home-intro .so-slider-item-content {
          position: unset;
          transform: none;
          margin-bottom: 15px; }
        .so-home-page .so-home-intro .so-slider-item-image {
          position: unset;
          transform: none;
          width: 100%;
          margin: auto;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box; }
          .so-home-page .so-home-intro .so-slider-item-image img {
            height: 40vh;
            object-fit: cover; } }
.so-home-page .so-info-section {
  height: 100vh;
  position: relative; }
  .so-home-page .so-info-section.active .so-image img {
    opacity: 1;
    transform: scale(1); }
  .so-home-page .so-info-section.active .so-sub-title-line span {
    width: 100% !important; }
  .so-home-page .so-info-section.left .so-row {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .so-home-page .so-info-section.left .so-image {
    left: 0; }
  .so-home-page .so-info-section.right .so-row {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .so-home-page .so-info-section.right .so-image {
    right: 0; }
  .so-home-page .so-info-section .so-content {
    height: 100%; }
  .so-home-page .so-info-section .so-row {
    height: 100%; }
  .so-home-page .so-info-section .so-container {
    max-width: 430px;
    position: relative;
    z-index: 2; }
  .so-home-page .so-info-section .so-image {
    position: absolute;
    top: 0;
    width: auto;
    height: 100%; }
    .so-home-page .so-info-section .so-image img {
      transition: .8s ease;
      height: 100%;
      width: auto;
      object-fit: cover;
      opacity: 0;
      transform: scale(0.8); }
    .so-home-page .so-info-section .so-image.mobile {
      display: none; }
  .so-home-page .so-info-section .so-sub-title {
    padding-bottom: 30px; }
    .so-home-page .so-info-section .so-sub-title-line {
      position: relative;
      height: 6px;
      width: 100%; }
      .so-home-page .so-info-section .so-sub-title-line span:before {
        display: none; }
      .so-home-page .so-info-section .so-sub-title-line span:after {
        display: none; }
      .so-home-page .so-info-section .so-sub-title-line span:nth-of-type(1) {
        transition: .6s ease;
        transition-delay: .3s;
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0; }
      .so-home-page .so-info-section .so-sub-title-line span:nth-of-type(2) {
        transition: .6s ease;
        transition-delay: .3s;
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0; }
  .so-home-page .so-info-section .so-title {
    padding-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .so-home-page .so-info-section {
      height: auto;
      padding-top: 40px; }
      .so-home-page .so-info-section .so-row {
        flex-direction: column-reverse; }
      .so-home-page .so-info-section .so-sub-title-line span {
        width: 100% !important; }
      .so-home-page .so-info-section .so-image {
        position: unset;
        display: none; }
        .so-home-page .so-info-section .so-image img {
          width: 100%;
          opacity: 1;
          transform: scale(1); }
        .so-home-page .so-info-section .so-image.mobile {
          display: block; } }
  @media screen and (max-width: 600px) {
    .so-home-page .so-info-section .so-row {
      padding: 0; }
    .so-home-page .so-info-section .so-col {
      width: 100%; }
    .so-home-page .so-info-section .so-container {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box;
      margin-bottom: 10px; } }
.so-home-page .so-quality {
  position: relative;
  background-color: #383838; }
  .so-home-page .so-quality.active .so-image img {
    opacity: 1;
    transform: translate(0px, 0); }
  .so-home-page .so-quality.active .so-sub-title span:before {
    width: 100%; }
  .so-home-page .so-quality.active .so-sub-title span:after {
    width: 100%; }
  .so-home-page .so-quality .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 770px; }
  .so-home-page .so-quality .so-container {
    max-width: 420px; }
  .so-home-page .so-quality .so-sub-title {
    margin-bottom: 55px; }
  .so-home-page .so-quality .so-title {
    margin-bottom: 35px; }
  .so-home-page .so-quality .so-description {
    margin-bottom: 50px; }
  .so-home-page .so-quality .so-image {
    position: absolute;
    right: 0;
    height: 90%;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%; }
    .so-home-page .so-quality .so-image img {
      transition: 0.6s linear;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1;
      transform: translate(100px, 0); }
  .so-home-page .so-quality .mob {
    display: none; }
  .so-home-page .so-quality .circle {
    position: relative;
    width: 375px;
    height: 375px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transform: rotate(0deg);
    transition: transform 0.7s linear;
    transform: rotate(120deg); }
    .so-home-page .so-quality .circle-item {
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      position: absolute;
      width: 60px;
      height: 60px;
      transform: rotate(0deg);
      transition: transform 0.7s linear;
      top: -40px;
      left: 110px;
      background-color: #ffffff;
      border-radius: 50%;
      transform: rotate(-120deg); }
  @media screen and (max-width: 991px) {
    .so-home-page .so-quality {
      padding-top: 20px;
      padding-bottom: 65px; }
      .so-home-page .so-quality .so-row {
        flex-direction: column-reverse;
        min-height: 0; }
      .so-home-page .so-quality .so-container {
        max-width: 100%; }
      .so-home-page .so-quality .so-sub-title {
        margin-bottom: 25px; }
      .so-home-page .so-quality .so-title {
        margin-bottom: 25px; }
      .so-home-page .so-quality .so-description {
        margin-bottom: 35px; }
        .so-home-page .so-quality .so-description p {
          font-size: 20px;
          line-height: 1.2; }
      .so-home-page .so-quality .so-image {
        position: unset;
        transform: none;
        height: 100%;
        width: 100%;
        margin-bottom: 45px; }
        .so-home-page .so-quality .so-image img {
          display: none;
          opacity: 1;
          transform: translate(0px, 0); }
        .so-home-page .so-quality .so-image .mob {
          display: block; } }
  @media screen and (max-width: 600px) {
    .so-home-page .so-quality .so-row {
      padding-right: 0;
      padding-left: 0; }
    .so-home-page .so-quality .so-container {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; } }
.so-home-page .so-who_we_are_section.active .so-sub-title span:before {
  width: 100%; }
.so-home-page .so-who_we_are_section.active .so-sub-title span:after {
  width: 100%; }
.so-home-page .so-who_we_are_section.active .so-col:first-of-type .so-image img {
  opacity: 1;
  transform: translate(0, 0); }
.so-home-page .so-who_we_are_section .so-row {
  margin-top: 50px; }
.so-home-page .so-who_we_are_section .so-col:first-of-type .so-image img {
  transition: 0.6s linear;
  opacity: 0;
  transform: translate(-100px, 0); }
.so-home-page .so-who_we_are_section .so-image {
  height: 90% !important; }
@media screen and (max-width: 991px) {
  .so-home-page .so-who_we_are_section .so-sub-title span:before {
    width: 100%; }
  .so-home-page .so-who_we_are_section .so-sub-title span:after {
    width: 100%; }
  .so-home-page .so-who_we_are_section .so-col:first-of-type .so-image img {
    opacity: 1;
    transform: translate(0, 0); } }
.so-home-page .so-contact-section {
  padding-top: 0;
  padding-bottom: 0; }
  @media screen and (max-width: 991px) {
    .so-home-page .so-contact-section {
      padding-top: 40px;
      padding-bottom: 60px; } }

.so-contact-page-info {
  box-sizing: border-box;
  margin-bottom: 50px; }
  .so-contact-page-info .so-content {
    height: 100%; }
  .so-contact-page-info .so-row {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative; }
  .so-contact-page-info .so-map {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
    height: 100%; }
  .so-contact-page-info .so-container {
    max-width: 430px;
    width: 100%; }
  .so-contact-page-info .so-title {
    padding-bottom: 30px;
    color: #B87B52; }
    .so-contact-page-info .so-title.mobile {
      display: none; }
      .so-contact-page-info .so-title.mobile h3 {
        font-size: 40px;
        line-height: 1; }
  .so-contact-page-info .so-description {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #606060; }
    .so-contact-page-info .so-description p {
      font-size: 16px;
      line-height: 1.1; }
  .so-contact-page-info .so-contacts-items {
    padding-bottom: 30px;
    border-bottom: 1px solid #606060;
    margin-bottom: 20px; }
    .so-contact-page-info .so-contacts-items li {
      margin-bottom: 10px; }
      .so-contact-page-info .so-contacts-items li:last-of-type {
        margin-bottom: 0; }
    .so-contact-page-info .so-contacts-items a {
      transition: all 0.3s ease;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      color: #ffffff; }
      .so-contact-page-info .so-contacts-items a:hover {
        color: #B87B52; }
    .so-contact-page-info .so-contacts-items .so-image {
      margin-right: 13px;
      min-width: 25px; }
  .so-contact-page-info .so-contacts-phone p {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #ffffff; }
  .so-contact-page-info .so-contacts-phone a {
    transition: all 0.3s ease;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    width: fit-content;
    color: #ffffff;
    border-radius: 25px;
    border: 1px solid #5CB937;
    box-sizing: border-box;
    padding: 13px 20px 9px 15px; }
    .so-contact-page-info .so-contacts-phone a figure {
      position: relative;
      bottom: 4px;
      margin-right: 10px;
      height: 21px; }
    .so-contact-page-info .so-contacts-phone a:hover {
      background-color: #5CB937; }
  @media screen and (max-width: 1600px) {
    .so-contact-page-info {
      position: relative; }
      .so-contact-page-info .so-row {
        position: unset; } }
  @media screen and (max-width: 991px) {
    .so-contact-page-info .so-row {
      flex-direction: column;
      padding-top: 0;
      padding-bottom: 20px; }
    .so-contact-page-info .so-map {
      position: relative;
      transform: translate(0, 0);
      width: 100%;
      min-height: 400px; }
    .so-contact-page-info .so-container {
      padding-top: 35px;
      max-width: 100%; }
    .so-contact-page-info .so-title {
      display: none;
      text-align: left;
      width: 100%;
      padding-bottom: 15px; }
      .so-contact-page-info .so-title.mobile {
        display: block; }
    .so-contact-page-info .so-description {
      padding-bottom: 15px;
      margin-bottom: 10px; }
      .so-contact-page-info .so-description p {
        font-size: 20px;
        line-height: 1.1; }
    .so-contact-page-info .so-contacts-items {
      margin-bottom: 15px; }
      .so-contact-page-info .so-contacts-items a {
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
        font-size: 18px;
        line-height: 1.1;
        width: 100%;
        color: #ffffff;
        border-radius: 25px;
        border: 1px solid #B87B52;
        box-sizing: border-box;
        padding: 11px 20px 8px 20px;
        position: relative; }
        .so-contact-page-info .so-contacts-items a figure {
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translate(0, -50%); }
    .so-contact-page-info .so-contacts-phone {
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      flex-direction: column; } }
  @media screen and (max-width: 600px) {
    .so-contact-page-info {
      margin-bottom: 0; }
      .so-contact-page-info .so-row {
        padding-left: 0;
        padding-right: 0; }
      .so-contact-page-info .so-map {
        min-height: 320px; }
      .so-contact-page-info .so-container {
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box; }
      .so-contact-page-info .so-title.mobile {
        padding-left: 35px;
        padding-right: 35px;
        box-sizing: border-box; } }

.so-coffee-page .so-intro .so-content {
  height: 100%; }
.so-coffee-page .so-intro .so-row {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding-bottom: 80px; }
.so-coffee-page .so-intro .so-sub-title {
  padding-bottom: 25px; }
  .so-coffee-page .so-intro .so-sub-title p {
    color: #797979; }
.so-coffee-page .so-intro .so-title {
  max-width: 440px; }
.so-coffee-page .so-intro .so-image {
  max-width: 390px;
  width: 100%;
  position: unset;
  transform: none;
  padding: 0;
  margin: 0 auto; }
  .so-coffee-page .so-intro .so-image img {
    max-height: inherit; }
@media screen and (max-width: 991px) {
  .so-coffee-page .so-intro .so-row {
    flex-direction: column !important;
    padding: 40px 35px 60px 35px;
    min-height: auto; }
  .so-coffee-page .so-intro .so-sub-title {
    padding-bottom: 10px; }
  .so-coffee-page .so-intro .so-title {
    padding-bottom: 50px; } }
@media screen and (max-width: 600px) {
  .so-coffee-page .so-intro .so-image {
    width: 65%;
    margin: 0 auto; } }
.so-coffee-page .so-who_we_are {
  position: relative; }
  .so-coffee-page .so-who_we_are .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    min-height: 700px; }
  .so-coffee-page .so-who_we_are .so-col:nth-of-type(1) {
    width: 60%; }
  .so-coffee-page .so-who_we_are .so-col:nth-of-type(2) {
    width: 30%; }
  .so-coffee-page .so-who_we_are .so-container {
    max-width: 320px; }
  .so-coffee-page .so-who_we_are .so-title {
    padding-bottom: 30px; }
  .so-coffee-page .so-who_we_are .so-description p {
    font-size: 16px;
    line-height: 1.2; }
  .so-coffee-page .so-who_we_are .so-image {
    position: absolute;
    height: 100%;
    width: 55%;
    left: 0;
    top: 0; }
    .so-coffee-page .so-who_we_are .so-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 1600px) {
    .so-coffee-page .so-who_we_are .so-col {
      width: auto !important; } }
  @media screen and (max-width: 991px) {
    .so-coffee-page .so-who_we_are .so-row {
      flex-direction: column;
      min-height: auto; }
    .so-coffee-page .so-who_we_are .so-image {
      position: unset;
      width: 100%;
      margin-bottom: 45px; }
    .so-coffee-page .so-who_we_are .so-container {
      max-width: 100%; } }
  @media screen and (max-width: 600px) {
    .so-coffee-page .so-who_we_are .so-row {
      padding: 0; }
    .so-coffee-page .so-who_we_are .so-container {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; }
    .so-coffee-page .so-who_we_are .so-description p {
      font-size: 20px;
      line-height: 1; } }
.so-coffee-page .so-info {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative; }
  .so-coffee-page .so-info .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    min-height: 600px; }
  .so-coffee-page .so-info .so-container {
    max-width: 540px; }
  .so-coffee-page .so-info .so-title {
    padding-bottom: 55px; }
  .so-coffee-page .so-info .so-description {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .so-coffee-page .so-info .so-description p {
      font-size: 16px;
      line-height: 1.2;
      max-width: 210px;
      margin-right: 60px; }
      .so-coffee-page .so-info .so-description p:last-of-type {
        margin-right: 0; }
  .so-coffee-page .so-info .so-description_mobile_content, .so-coffee-page .so-info .so-description_mobile_preview {
    max-width: 240px; }
  .so-coffee-page .so-info .so-image {
    position: unset; }
    .so-coffee-page .so-info .so-image img:nth-of-type(1) {
      max-width: 430px;
      margin-bottom: 15px;
      padding-left: 110px; }
    .so-coffee-page .so-info .so-image img:nth-of-type(2) {
      max-width: 320px; }
  @media screen and (max-width: 1600px) {
    .so-coffee-page .so-info .so-image {
      position: absolute;
      right: 65px;
      top: 50%;
      transform: translate(0, -50%); } }
  @media screen and (max-width: 991px) {
    .so-coffee-page .so-info {
      padding-top: 100px;
      padding-bottom: 100px; }
      .so-coffee-page .so-info .so-row {
        flex-direction: column-reverse; }
      .so-coffee-page .so-info .so-col {
        width: 100%; }
      .so-coffee-page .so-info .so-image {
        position: unset;
        transform: translate(0, 0);
        margin-bottom: 45px; } }
  @media screen and (max-width: 600px) {
    .so-coffee-page .so-info .so-row {
      padding: 0; }
    .so-coffee-page .so-info .so-container {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; }
    .so-coffee-page .so-info .so-image img {
      object-fit: cover;
      max-width: auto !important; }
      .so-coffee-page .so-info .so-image img:nth-of-type(1) {
        padding-left: 0;
        width: 90%;
        margin-left: auto; }
      .so-coffee-page .so-info .so-image img:nth-of-type(2) {
        width: 70%; }
    .so-coffee-page .so-info .so-title {
      padding-bottom: 30px; } }

.so-quality-page .so-intro .so-sub-title {
  padding-bottom: 25px; }
.so-quality-page .so-intro .so-title {
  padding-bottom: 0; }
@media screen and (max-width: 991px) {
  .so-quality-page .so-intro .so-sub-title {
    padding-bottom: 10px; } }
.so-quality-page .so-branded_coffees {
  padding-top: 200px;
  padding-bottom: 110px; }
  .so-quality-page .so-branded_coffees .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .so-quality-page .so-branded_coffees .so-title {
    max-width: 540px; }
  .so-quality-page .so-branded_coffees .so-description {
    max-width: 650px;
    padding-bottom: 20px; }
    .so-quality-page .so-branded_coffees .so-description p {
      font-family: 'Schnyder-S';
      font-size: 35px;
      line-height: 1; }
  .so-quality-page .so-branded_coffees .so-image {
    padding-top: 220px;
    max-width: 400px; }
  @media screen and (max-width: 991px) {
    .so-quality-page .so-branded_coffees {
      padding-top: 55px;
      padding-bottom: 50px; }
      .so-quality-page .so-branded_coffees .so-row {
        flex-direction: column; }
      .so-quality-page .so-branded_coffees .so-title {
        padding-bottom: 80px; }
      .so-quality-page .so-branded_coffees .so-description p {
        font-size: 30px;
        line-height: 1.1; }
      .so-quality-page .so-branded_coffees .so-image {
        padding-top: 0;
        max-width: 100%; } }
.so-quality-page .so-process .so-row {
  padding-bottom: 90px;
  position: relative; }
  .so-quality-page .so-process .so-row:before {
    content: '';
    position: absolute;
    background-color: #606060;
    height: 1px;
    width: calc(100% - 40px);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
.so-quality-page .so-process .so-sub-title {
  margin-bottom: 100px; }
.so-quality-page .so-process .so-slider-num-dots {
  position: absolute;
  left: -50px;
  top: calc(50% + 60px);
  transform: translate(0, -50%);
  z-index: 1; }
  .so-quality-page .so-process .so-slider-num-dots-item {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    transition: all 0.3s ease;
    border: 1px solid #B87B52;
    border-radius: 50%;
    width: 45px !important;
    height: 45px;
    margin-bottom: 60px;
    cursor: pointer;
    position: relative; }
    .so-quality-page .so-process .so-slider-num-dots-item.active {
      background: #edd1a5;
      background: linear-gradient(105deg, #edd1a5 0%, #c4865f 51%, #b77850 55%, #f4ba96 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd1a5",endColorstr="#f4ba96",GradientType=1); }
    .so-quality-page .so-process .so-slider-num-dots-item:last-of-type {
      margin-bottom: 0px; }
      .so-quality-page .so-process .so-slider-num-dots-item:last-of-type:after {
        display: none; }
    .so-quality-page .so-process .so-slider-num-dots-item:after {
      content: '';
      position: absolute;
      left: 50%;
      top: 103%;
      transform: translate(-50%, 0);
      height: 61px;
      width: 1px;
      background-color: #606060; }
    .so-quality-page .so-process .so-slider-num-dots-item span {
      font-family: "Schnyder-L";
      font-size: 30px;
      line-height: 1;
      color: #ffffff;
      font-weight: bold; }
  .so-quality-page .so-process .so-slider-num-dots .slick-track {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    flex-direction: column;
    height: auto !important; }
.so-quality-page .so-process-slider-num {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid #B87B52;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin-bottom: 35px; }
  .so-quality-page .so-process-slider-num span {
    font-family: "Schnyder-L";
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold; }
.so-quality-page .so-process-slider-item {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  background-color: #383838; }
  .so-quality-page .so-process-slider-item .so-col {
    width: 50%;
    position: relative;
    box-sizing: border-box; }
    .so-quality-page .so-process-slider-item .so-col:nth-of-type(1) {
      padding: 70px 115px; }
  .so-quality-page .so-process-slider-item .so-image img {
    transition: 1s;
    object-fit: cover;
    transform: scale(1);
    will-change: transform; }
  .so-quality-page .so-process-slider-item .so-title {
    padding-bottom: 35px; }
  .so-quality-page .so-process-slider-item .so-description p {
    font-size: 16px;
    line-height: 1.1; }
  .so-quality-page .so-process-slider-item.slick-active .so-image img {
    will-change: transform;
    transform: scale(1.1); }
.so-quality-page .so-process-slider .slick-dots {
  bottom: -55px; }
.so-quality-page .so-process-slider .slick-arrow {
  top: unset;
  bottom: -55px; }
  .so-quality-page .so-process-slider .slick-arrow.slick-prev {
    left: 0; }
  .so-quality-page .so-process-slider .slick-arrow.slick-next {
    right: 0; }
@media screen and (max-width: 1300px) {
  .so-quality-page .so-process .so-slider-num-dots {
    display: none; } }
@media screen and (max-width: 991px) {
  .so-quality-page .so-process .so-row {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px; }
    .so-quality-page .so-process .so-row:before {
      width: calc(100% - 70px); }
  .so-quality-page .so-process .so-sub-title {
    margin-bottom: 45px; }
  .so-quality-page .so-process-slider-num {
    margin-bottom: 25px; }
  .so-quality-page .so-process-slider-item {
    flex-direction: column-reverse; }
    .so-quality-page .so-process-slider-item .so-col {
      width: 100%; }
      .so-quality-page .so-process-slider-item .so-col:nth-of-type(1) {
        padding: 35px 20px 50px 20px; }
    .so-quality-page .so-process-slider-item .so-image img {
      transform: none !important;
      width: 100%;
      max-height: 320px; }
    .so-quality-page .so-process-slider-item .so-title {
      padding-bottom: 20px; }
  .so-quality-page .so-process-slider .slick-dots {
    bottom: -45px; }
  .so-quality-page .so-process-slider .slick-arrow {
    bottom: -45px; } }
@media screen and (max-width: 600px) {
  .so-quality-page .so-process-slider-item .so-image img {
    max-height: 160px; } }
.so-quality-page .so-espresso_coffee {
  padding-top: 90px;
  padding-bottom: 115px; }
  .so-quality-page .so-espresso_coffee .so-content {
    position: relative; }
  .so-quality-page .so-espresso_coffee .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 700px; }
  .so-quality-page .so-espresso_coffee .so-col:nth-of-type(2) {
    width: 40%; }
  .so-quality-page .so-espresso_coffee .so-container {
    max-width: 470px; }
  .so-quality-page .so-espresso_coffee .so-title {
    padding-bottom: 35px; }
  .so-quality-page .so-espresso_coffee .so-description {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    .so-quality-page .so-espresso_coffee .so-description p {
      font-size: 16px;
      line-height: 1.1;
      max-width: 210px; }
  .so-quality-page .so-espresso_coffee .so-description_mobile_preview, .so-quality-page .so-espresso_coffee .so-description_mobile_content {
    max-width: 240px; }
  .so-quality-page .so-espresso_coffee .so-image {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    overflow: hidden; }
    .so-quality-page .so-espresso_coffee .so-image img {
      object-fit: cover;
      width: 100%; }
  @media screen and (max-width: 991px) {
    .so-quality-page .so-espresso_coffee {
      padding-top: 90px;
      padding-bottom: 90px; }
      .so-quality-page .so-espresso_coffee .so-row {
        flex-direction: column-reverse; }
      .so-quality-page .so-espresso_coffee .so-col {
        width: 100% !important; }
      .so-quality-page .so-espresso_coffee .so-title {
        padding-bottom: 30px; }
      .so-quality-page .so-espresso_coffee .so-description p {
        font-size: 20px;
        line-height: 1; }
      .so-quality-page .so-espresso_coffee .so-image {
        width: 100%;
        transform: none;
        position: unset;
        margin-bottom: 40px; }
        .so-quality-page .so-espresso_coffee .so-image img {
          max-height: 350px; } }
  @media screen and (max-width: 600px) {
    .so-quality-page .so-espresso_coffee .so-row {
      padding: 0; }
    .so-quality-page .so-espresso_coffee .so-col:nth-of-type(1) {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; }
    .so-quality-page .so-espresso_coffee .so-description {
      flex-direction: column; }
      .so-quality-page .so-espresso_coffee .so-description p {
        max-width: 240px; }
        .so-quality-page .so-espresso_coffee .so-description p:nth-of-type(1) {
          margin-bottom: 25px; } }
@media screen and (max-width: 991px) {
  .so-quality-page .so-who_we_are_section .so-container .so-image {
    display: none; } }

.so-products-page .so-intro {
  margin-bottom: 85px; }
.so-products-page .so-products {
  padding-bottom: 80px; }
  .so-products-page .so-products .so-sub-title {
    margin-bottom: 20px;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box; }
  .so-products-page .so-products-item {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    border-bottom: 1px solid #606060;
    padding-top: 70px;
    padding-bottom: 55px; }
    .so-products-page .so-products-item:nth-of-type(even) {
      flex-direction: row-reverse; }
    .so-products-page .so-products-item .so-col {
      width: 50%; }
    .so-products-page .so-products-item .so-container {
      max-width: 320px;
      margin: 0 auto; }
    .so-products-page .so-products-item .so-title {
      margin-bottom: 15px; }
    .so-products-page .so-products-item .so-description p {
      font-size: 16px;
      line-height: 1.1; }
    .so-products-page .so-products-item .so-description_mobile_preview, .so-products-page .so-products-item .so-description_mobile_content {
      max-width: 240px; }
    .so-products-page .so-products-item .so-image img {
      object-fit: contain;
      margin: 0 auto;
      max-height: 500px;
      width: 100%; }
    .so-products-page .so-products-item-info {
      padding-top: 50px; }
      .so-products-page .so-products-item-info .so-title {
        width: 100%; }
        .so-products-page .so-products-item-info .so-title h6 {
          font-size: 16px;
          line-height: 1.1;
          padding-bottom: 5px;
          margin-bottom: 10px; }
  @media screen and (max-width: 991px) {
    .so-products-page .so-products {
      padding-bottom: 20px; }
      .so-products-page .so-products .so-sub-title {
        max-width: 600px;
        padding-left: 15px;
        padding-right: 15px; }
        .so-products-page .so-products .so-sub-title p {
          margin-left: 35px;
          margin-right: 35px;
          white-space: normal; }
      .so-products-page .so-products .so-image {
        margin-bottom: 20px; }
        .so-products-page .so-products .so-image img {
          max-height: 350px; }
      .so-products-page .so-products-item {
        flex-direction: column !important;
        padding: 35px 0; }
        .so-products-page .so-products-item .so-col {
          width: 100%; }
        .so-products-page .so-products-item .so-container {
          max-width: 100%; }
        .so-products-page .so-products-item .so-image {
          margin-bottom: 20px; } }
.so-products-page .so-coffee-machines {
  padding-top: 40px;
  padding-bottom: 130px; }
  .so-products-page .so-coffee-machines .so-sub-title {
    margin-bottom: 20px;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 45px; }
  .so-products-page .so-coffee-machines .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .so-products-page .so-coffee-machines .so-col {
    width: 50%; }
  .so-products-page .so-coffee-machines .so-container {
    max-width: 325px; }
  .so-products-page .so-coffee-machines .so-title {
    margin-bottom: 45px; }
  .so-products-page .so-coffee-machines .so-description p {
    font-size: 16px;
    line-height: 1.1; }
  .so-products-page .so-coffee-machines-slider .slick-dots {
    bottom: -25px; }
  .so-products-page .so-coffee-machines-slider .slick-arrow {
    z-index: 999; }
    .so-products-page .so-coffee-machines-slider .slick-arrow.slick-prev {
      left: 0; }
    .so-products-page .so-coffee-machines-slider .slick-arrow.slick-next {
      right: 0; }
  .so-products-page .so-coffee-machines-slider-item .so-title {
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #B87B52;
    margin-bottom: 15px;
    text-align: center; }
    .so-products-page .so-coffee-machines-slider-item .so-title p {
      font-size: 20px;
      line-height: 1.1; }
  @media screen and (max-width: 991px) {
    .so-products-page .so-coffee-machines {
      padding-top: 80px;
      padding-bottom: 80px; }
      .so-products-page .so-coffee-machines .so-sub-title {
        max-width: 600px;
        padding-left: 15px;
        padding-right: 15px; }
        .so-products-page .so-coffee-machines .so-sub-title p {
          margin-left: 35px;
          margin-right: 35px; }
      .so-products-page .so-coffee-machines .so-row {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px; }
      .so-products-page .so-coffee-machines .so-col {
        width: 100%; }
      .so-products-page .so-coffee-machines .so-container {
        max-width: 100%;
        margin-bottom: 35px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box; }
      .so-products-page .so-coffee-machines .so-title {
        margin-bottom: 20px; }
      .so-products-page .so-coffee-machines .so-description p {
        font-size: 20px;
        line-height: 1.1; } }
.so-products-page .so-info-section {
  position: relative; }
  .so-products-page .so-info-section .so-row {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 680px; }
  .so-products-page .so-info-section .so-col {
    width: 50%; }
  .so-products-page .so-info-section .so-container {
    max-width: 430px;
    margin-left: auto; }
  .so-products-page .so-info-section .so-sub-title {
    margin-bottom: 30px; }
  .so-products-page .so-info-section .so-title {
    margin-bottom: 25px; }
  .so-products-page .so-info-section .so-image {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0; }
    .so-products-page .so-info-section .so-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 991px) {
    .so-products-page .so-info-section {
      padding-top: 45px; }
      .so-products-page .so-info-section .so-row {
        flex-direction: column-reverse;
        min-height: 0; }
      .so-products-page .so-info-section .so-col {
        width: 100%; }
      .so-products-page .so-info-section .so-container {
        max-width: 100%;
        margin-bottom: 20px; }
      .so-products-page .so-info-section .so-sub-title {
        margin-bottom: 25px; }
      .so-products-page .so-info-section .so-title {
        margin-bottom: 15px; }
      .so-products-page .so-info-section .so-image {
        position: unset;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    .so-products-page .so-info-section .so-row {
      padding: 0; }
    .so-products-page .so-info-section .so-container {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; } }

.so-contact-section {
  padding-top: 120px;
  padding-bottom: 180px;
  background: #edd1a5;
  background: linear-gradient(105deg, #edd1a5 0%, #c4865f 51%, #b77850 55%, #f4ba96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edd1a5",endColorstr="#f4ba96",GradientType=1); }
  .so-contact-section.dark {
    background: #1D1718;
    border-bottom: 1px solid #797979; }
    .so-contact-section.dark h2 {
      color: #ffffff; }
    .so-contact-section.dark p {
      color: #ffffff; }
  .so-contact-section .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .so-contact-section .so-col:nth-of-type(1) {
    max-width: 320px;
    width: 30%; }
  .so-contact-section .so-title {
    padding-bottom: 30px; }
  @media screen and (max-width: 991px) {
    .so-contact-section {
      padding-top: 40px;
      padding-bottom: 60px; }
      .so-contact-section .so-row {
        flex-direction: column; }
      .so-contact-section .so-col {
        width: 100% !important;
        max-width: 100% !important; }
      .so-contact-section .so-title {
        padding-bottom: 40px; }
      .so-contact-section .so-description {
        display: none; } }
  @media screen and (max-width: 600px) {
    .so-contact-section .so-title {
      max-width: 285px; } }

.so-who_we_are_section {
  position: relative; }
  .so-who_we_are_section .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 50px;
    min-height: 700px; }
  .so-who_we_are_section .so-col:nth-of-type(1) {
    width: 50%;
    margin-right: 50px; }
    .so-who_we_are_section .so-col:nth-of-type(1) .so-image {
      position: absolute;
      top: 50%;
      height: 100%;
      left: 0;
      transform: translate(0, -50%);
      width: 40%; }
      .so-who_we_are_section .so-col:nth-of-type(1) .so-image img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
  .so-who_we_are_section .so-container {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%; }
    .so-who_we_are_section .so-container-col:nth-of-type(2) {
      max-width: 315px; }
    .so-who_we_are_section .so-container-col .so-image {
      max-width: 230px;
      margin-right: 60px; }
    .so-who_we_are_section .so-container .so-sub-title {
      padding-bottom: 60px; }
    .so-who_we_are_section .so-container .so-title {
      padding-bottom: 60px; }
  @media screen and (max-width: 1600px) {
    .so-who_we_are_section .so-col:nth-of-type(2) {
      width: 100%; }
      .so-who_we_are_section .so-col:nth-of-type(2) img {
        width: 100%; }
    .so-who_we_are_section .so-container {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .so-who_we_are_section .so-row {
      flex-direction: column-reverse;
      margin-bottom: 40px;
      min-height: 0; }
    .so-who_we_are_section .so-col {
      width: 100% !important; }
      .so-who_we_are_section .so-col:nth-of-type(1) {
        margin-right: 0; }
        .so-who_we_are_section .so-col:nth-of-type(1) .so-image {
          position: unset;
          width: 100%;
          transform: none; }
      .so-who_we_are_section .so-col:nth-of-type(2) {
        margin-bottom: 65px; }
        .so-who_we_are_section .so-col:nth-of-type(2) .so-image {
          margin-right: 0;
          margin-bottom: 40px; }
    .so-who_we_are_section .so-container {
      flex-direction: column; }
      .so-who_we_are_section .so-container-col {
        max-width: 100% !important; }
    .so-who_we_are_section .so-sub-title {
      margin-bottom: 25px; }
    .so-who_we_are_section .so-title {
      padding-bottom: 40px; } }
  @media screen and (max-width: 600px) {
    .so-who_we_are_section .so-row {
      padding: 0; }
    .so-who_we_are_section .so-col:nth-of-type(1) .so-image img {
      max-height: 340px; }
    .so-who_we_are_section .so-col:nth-of-type(2) {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; }
    .so-who_we_are_section .so-container .so-title {
      padding-bottom: 35px; }
    .so-who_we_are_section .so-container .so-sub-title {
      padding-bottom: 25px; }
    .so-who_we_are_section .so-container .so-image {
      max-width: 190px; } }

.so-intro {
  position: relative; }
  .so-intro.left .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    flex-direction: row-reverse; }
  .so-intro.left .so-image {
    right: 0; }
  .so-intro.right .so-row {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center; }
  .so-intro.right .so-image {
    left: 0; }
  .so-intro.right .so-scroll-down {
    left: unset;
    right: 10px; }
  .so-intro .so-content {
    height: 100%; }
  .so-intro .so-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    min-height: 780px; }
    .so-intro .so-row:nth-of-type(2) {
      min-height: 0;
      position: relative; }
  .so-intro .so-col:nth-of-type(1) {
    width: 50%; }
  .so-intro .so-image {
    position: absolute;
    height: auto;
    width: 50%;
    top: 50%;
    transform: translate(0, -50%); }
    .so-intro .so-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-height: 780px; }
  .so-intro .so-container {
    max-width: 440px; }
  .so-intro .so-sub-title {
    padding-bottom: 10px; }
  .so-intro .so-title {
    padding-bottom: 30px; }
  .so-intro .so-description {
    max-width: 400px; }
    .so-intro .so-description p {
      font-size: 32px;
      line-height: 0.9;
      color: #ffffff;
      text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .so-intro .so-row {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      flex-direction: column-reverse !important;
      min-height: auto; }
    .so-intro .so-col {
      width: 100% !important; }
    .so-intro .so-image {
      position: unset;
      width: 100%;
      transform: none;
      padding-top: 40px; }
    .so-intro .so-title {
      padding-bottom: 25px; }
    .so-intro .so-description p {
      font-size: 22px;
      line-height: 1.1; } }
  @media screen and (max-width: 600px) {
    .so-intro .so-row {
      padding: 0; }
    .so-intro .so-container {
      padding-left: 35px;
      padding-right: 35px;
      box-sizing: border-box; }
    .so-intro .so-image img {
      max-height: 350px; } }

.so-form {
  max-width: 620px;
  width: 100%; }
  .so-form.dark label {
    color: #797979; }
  .so-form.dark .so-form-input {
    border-color: #797979; }
    .so-form.dark .so-form-input:focus {
      border-color: #ffffff; }
  .so-form.dark .wpcf7-acceptance input[type="checkbox"]:checked:after {
    background-color: #B87B52; }
  .so-form.dark .wpcf7-acceptance .wpcf7-list-item-label {
    color: #797979; }
  .so-form.dark .so-button {
    background-color: #B87B52; }
  .so-form .wpcf7 .ajax-loader {
    position: absolute; }
  .so-form .wpcf7-form-control-wrap {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column; }
  .so-form-row {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 20px; }
  .so-form-col {
    width: 100%; }
    .so-form-col:nth-of-type(1) {
      margin-right: 25px; }
  .so-form label {
    font-size: 15px;
    line-height: 1.3; }
  .so-form .wpcf7-acceptance input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 0;
    margin-right: 25px; }
  .so-form .wpcf7-acceptance input[type="checkbox"]:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%; }
  .so-form .wpcf7-acceptance input[type="checkbox"]:disabled {
    cursor: auto; }
  .so-form .wpcf7-acceptance input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1D1718; }
  .so-form .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0 0 0 0; }
  .so-form-input {
    font-size: 18px;
    line-height: 1.2;
    font-family: 'Italian Plate';
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    max-height: 40px;
    -webkit-appearance: none;
    background-color: inherit;
    color: #ffffff;
    border: 1px solid #1D1718;
    border-radius: 22px; }
    .so-form-input:focus::placeholder {
      color: #ffffff; }
    .so-form-input::placeholder {
      font-size: 18px;
      line-height: 1.2;
      font-family: 'Italian Plate';
      font-weight: 500;
      color: #ffffff35; }
    .so-form-input.wpcf7-not-valid {
      border-color: #CA2A1C; }
  .so-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
    cursor: pointer; }
    .so-form .wpcf7-acceptance .wpcf7-list-item-label {
      font-size: 15px;
      line-height: 2;
      color: #1D1718;
      user-select: none;
      cursor: pointer; }
  .so-form .wpcf7-acceptance .so-form-check {
    cursor: pointer; }
  .so-form .wpcf7-response-output {
    display: none; }
  .so-form textarea {
    min-height: 120px;
    min-width: 420px; }
  .so-form .wpcf7-not-valid-tip {
    font-size: 10px;
    line-height: 1;
    font-family: 'Italian Plate';
    color: #CA2A1C;
    padding-left: 17px;
    padding-top: 5px; }
  .so-form .so-button {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Italian Plate';
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #1D1718;
    cursor: pointer;
    -webkit-appearance: none;
    padding: 13px 35px 11px 35px;
    border-radius: 25px;
    min-width: 160px;
    width: 100%;
    box-sizing: border-box; }
  @media screen and (max-width: 991px) {
    .so-form-row {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -moz-align-items: center;
      align-items: center;
      flex-direction: column;
      margin-bottom: 0; }
    .so-form-col {
      margin-right: 0 !important;
      margin-bottom: 20px; }
    .so-form .wpcf7-acceptance {
      position: relative;
      top: -60px; }
      .so-form .wpcf7-acceptance .wpcf7-list-item label {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center; }
      .so-form .wpcf7-acceptance .wpcf7-list-item-label {
        font-size: 13px;
        line-height: 1; }
      .so-form .wpcf7-acceptance input[type="checkbox"] {
        display: block;
        margin: 0;
        margin-right: 40px;
        top: -8px; }
      .so-form .wpcf7-acceptance input[type="checkbox"]:before {
        width: 28px;
        height: 28px; }
      .so-form .wpcf7-acceptance input[type="checkbox"]:checked:after {
        width: 18px;
        height: 18px;
        left: 5px;
        top: 5px; }
    .so-form textarea {
      min-width: 100%; }
    .so-form .so-button {
      font-size: 18px;
      line-height: 1.2;
      min-width: 125px;
      width: auto;
      position: relative;
      top: 80px;
      text-align: center;
      z-index: 10;
      left: 50%;
      transform: translate(-50%, 0); } }

.so-button-container {
  font-size: 22px;
  line-height: 1;
  font-family: "Italian Plate", sans-serif;
  text-transform: uppercase;
  transition: 0.5s;
  display: inline-block;
  width: auto;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 25px;
  box-sizing: border-box;
  position: relative;
  width: auto;
  height: 45px;
  overflow: hidden;
  border: 1px solid #B87B52;
  z-index: 1; }
  .so-button-container.black-color {
    border-color: #1D1718; }
    .so-button-container.black-color .so-button-text {
      background-color: #1D1718; }
  .so-button-container.arrow {
    position: relative; }
    .so-button-container.arrow .so-button-text {
      padding: 14px 45px 10px 25px; }
    .so-button-container.arrow .so-button-text:before {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: .5s ease;
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 9px;
      height: 15px;
      transform: translate(0, -50%);
      background-image: url(img/right-arrow-white.svg); }
    .so-button-container.arrow .so-button-text:hover:before {
      transform: translate(4px, -50%); }
    .so-button-container.arrow:before {
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      transition: .5s ease;
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      width: 9px;
      height: 15px;
      transform: translate(0, -50%);
      background-image: url(img/right-arrow-white.svg); }
    .so-button-container.arrow:hover:before {
      transform: translate(4px, -50%); }
  .so-button-container .so-button-text {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 22px;
    line-height: 1;
    font-family: "Italian Plate", sans-serif;
    text-transform: uppercase;
    width: 101%;
    height: 100%;
    box-sizing: border-box;
    background: #B87B52;
    -webkit-mask: url("img/urban-sprite.png");
    mask: url("img/urban-sprite.png");
    -webkit-mask-size: 3000% 100%;
    mask-size: 3000% 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-animation: ani2 0.8s steps(29) forwards;
    animation: ani2 0.8s steps(29) forwards; }
    .so-button-container .so-button-text:hover {
      -webkit-animation: ani 0.8s steps(29) forwards;
      animation: ani 0.8s steps(29) forwards; }

.so-button-mask {
  font-size: 22px;
  line-height: 1;
  font-family: "Italian Plate", sans-serif;
  text-transform: uppercase;
  position: absolute;
  color: #fff;
  text-align: center;
  width: 101%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 14px 45px 10px 25px;
  box-sizing: border-box; }

@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; } }
@-webkit-keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }
@keyframes ani2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0; }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0; } }
a {
  color: #00ff95; }

@media screen and (max-width: 2600px) {
  html, body, div, span, applet, object, iframe, 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-size: 20px;
    line-height: 1.3; }

  .so-row {
    max-width: 1140px; }

  h1 {
    font-size: 71px;
    line-height: 1.1; }

  h2 {
    font-size: 45px;
    line-height: 1; }

  h3 {
    font-size: 35px;
    line-height: 1; }

  h4 {
    font-size: 30px;
    line-height: 1; }

  h5 {
    font-size: 22px;
    line-height: 1; }

  h6 {
    font-size: 18px;
    line-height: 1.3; } }
@media screen and (max-width: 991px) {
  .so-anim-under,
  .so-anim-under_slow,
  .so-anim-fade,
  .so-anim-fade_slow,
  .so-anim-right,
  .so-anim-right_slow,
  .so-anim-left,
  .so-anim-left_slow,
  .so-anim-drop,
  .so-anim-drop_slow {
    opacity: 1; }

  .so-anim-image:before {
    display: none; }

  .so-row {
    max-width: 600px;
    padding-left: 35px;
    padding-right: 35px; } }
@media screen and (max-width: 600px) {
  html, body, div, span, applet, object, iframe, 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-size: 16px;
    line-height: 1.8; }

  h1 {
    font-size: 40px;
    line-height: 1; }

  h2 {
    font-size: 30px;
    line-height: 1; }

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

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

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

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

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