@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Montserrat/montserrat-regular.woff2") format("woff2"), url("fonts/Montserrat/montserrat-regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Montserrat/montserrat-semibold.woff2") format("woff2"), url("fonts/Montserrat/montserrat-semibold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: Playfair;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/PlayfairDisplay/playfair-display-regular.woff2") format("woff2"), url("fonts/PlayfairDisplay/playfair-display-regular.woff") format("woff");
}

@font-face {
  font-family: "FontIcons";
  font-display: swap;
  src: url("fonts/FontIcons/FontIcons.woff2") format("woff2"), url("fonts/FontIcons/FontIcons.woff") format("woff");
}

.fico-01:before, .fico-02:before, .fico-03:before, .fico-04:before, .fico-05:before, .fico-06:before, .fico-arrow:before, .fico-chevron:before, .fico-creative:before, .fico-facebook:before, .fico-nav:before, .fico-play:before, .fico-privacy:before, .fico-pro:before, .fico-search:before, .fico-tel:before, .fico-twitter:before {
  font-family: "FontIcons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.fico-01:before {
  content: "";
}

.fico-02:before {
  content: "";
}

.fico-03:before {
  content: "";
}

.fico-04:before {
  content: "";
}

.fico-05:before {
  content: "";
}

.fico-06:before {
  content: "";
}

.fico-arrow:before {
  content: "";
}

.fico-chevron:before {
  content: "";
}

.fico-creative:before {
  content: "";
}

.fico-facebook:before {
  content: "";
}

.fico-nav:before {
  content: "";
}

.fico-play:before {
  content: "";
}

.fico-privacy:before {
  content: "";
}

.fico-pro:before {
  content: "";
}

.fico-search:before {
  content: "";
}

.fico-tel:before {
  content: "";
}

.fico-twitter:before {
  content: "";
}

.top.in, .top .col-out, nav .in, .adv-list, .part-view ul, .cont-wrap, .cont-wrap .right form, footer .in, .subscribe .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  min-height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #fff;
  position: relative;
}

body:after {
  content: '';
  display: block;
  position: fixed;
  width: 100vw;
  background: #fff;
  left: 0;
  bottom: 0;
  z-index: 99;
  -webkit-animation: bodyin 1.5s;
          animation: bodyin 1.5s;
  opacity: 0;
  height: 0;
}

@-webkit-keyframes bodyin {
  0% {
    opacity: 1;
    height: 100vh;
  }
  80% {
    opacity: 0;
    height: 100vh;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes bodyin {
  0% {
    opacity: 1;
    height: 100vh;
  }
  80% {
    opacity: 0;
    height: 100vh;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    top: -100px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #acadaf;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #acadaf;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #acadaf;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #acadaf;
}

input::placeholder, textarea::placeholder {
  color: #acadaf;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e4dede;
}

::-webkit-scrollbar-thumb {
  background-color: #cf9f76;
}

.in {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.header {
  display: block;
}

.line {
  padding: 90px 0;
  overflow: hidden;
  position: relative;
  top: 0px;
}

.grid-line {
  position: relative;
}

.grid-line:before {
  content: '';
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: -200px;
  z-index: 0;
  opacity: 0.5;
  background-size: 33.3% 100%;
  background-image: linear-gradient(to right, #e5e5e5 1px, transparent 2px, transparent 100%);
}

h1, .h1 {
  font-family: Playfair, sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-size: 64px;
  line-height: 85px;
  letter-spacing: 0.015em;
}

h2, .h2 {
  font-family: Playfair, sans-serif;
  display: block;
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 0.025em;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 500;
}

.info {
  line-height: 1.5;
  font-size: 14px;
}

.btn {
  background: #cf9f76;
  color: #fff;
  padding: 10px 27px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btn:hover {
  background: #a27955;
  cursor: pointer;
}

.top {
  font-size: 16px;
}

.top a {
  color: #000;
  text-decoration: none;
}

.top a:hover {
  color: #a27955;
}

.top.in {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.top .btn {
  font-size: 12px;
}

.top .logo {
  position: relative;
  margin: 0 20px 20px 20px;
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 304px;
  padding-top: 10px;
  text-align: center;
}

.top .logo img {
  max-width: 100%;
}

.top .col-out {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #cf9f76;
  padding-bottom: 38px;
  position: relative;
}

.top .phone a {
  border-bottom: 1px dashed transparent;
}

.top .phone a:hover {
  border-color: #acadaf;
}

.top .phone .fico {
  font-size: 24px;
  display: none;
  position: absolute;
  left: 60px;
  top: 40px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  z-index: 99;
  cursor: pointer;
}

.top .fix {
  display: none;
}

.top .search {
  border: 1px solid #e4dede;
  padding: 0 5px;
}

.top .search input {
  border: none;
  background: none;
  padding: 5px;
}

.top .search button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 5px;
}

.top .search button:hover {
  color: #a27955;
}

.hamb {
  display: none;
  width: 29px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}

.hamb .b-line {
  width: 100%;
  height: 1px;
  margin: 2px 0 8px 0;
  background: #000;
  -webkit-transition: all .2s .1s ease-out;
  transition: all .2s .1s ease-out;
}

.hamb.close {
  left: calc(80% - 30px);
}

.hamb.close .b-line {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #000;
}

.hamb.close .b-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(10px, 9px);
          transform: rotate(45deg) translate(10px, 9px);
}

.hamb.close .b-line:nth-child(2) {
  opacity: 0;
}

.hamb.close .b-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(3px, -4px);
          transform: rotate(-45deg) translate(3px, -4px);
}

.langs {
  position: relative;
}

.langs .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  list-style: none;
  padding: 5px;
  background: #f9f9f9;
  border-left: 4px solid #cf9f76;
}

.langs .dropdown li {
  margin-bottom: 5px;
}

.langs .dropdown li a {
  font-size: 14px;
  margin: 0 5px;
}

.langs:hover .dropdown {
  display: block;
}

.langs .current {
  font-size: 14px;
  font-weight: 500;
}

.langs .fico {
  font-size: 12px;
  margin-left: 4px;
  vertical-align: middle;
}

nav {
  margin: 10px 0;
}

nav .in {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

nav .menu {
  list-style: none;
}

nav .menu li {
  margin: 0 20px 20px 0;
}

nav .menu li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

nav .menu li a:hover {
  border-color: #cf9f76;
}

nav .menu li.active a {
  border-color: #cf9f76;
  cursor: default;
}

nav.open {
  position: absolute;
  left: 0;
  top: 0;
  right: 20%;
  background: #fff;
  z-index: 99;
  margin: 0;
  padding: 40px 20px;
  -webkit-box-shadow: 0px 14px 60px rgba(162, 160, 160, 0.25);
          box-shadow: 0px 14px 60px rgba(162, 160, 160, 0.25);
}

nav.open .menu {
  display: block;
}

nav.open .menu li {
  margin-bottom: 40px;
}

nav.open .menu li a {
  font-size: 22px;
}

/* Common Slider styles */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ============================== */
/* Home slider styles  */
.slide-wrapper {
  margin-bottom: -165px;
}

.slider .prev, .slider .next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0px;
  cursor: pointer;
  bottom: 200px;
  color: #fff;
  font-size: 22px;
  font-family: Playfair, sans-serif;
  font-weight: bold;
  z-index: 99;
}

.slider .prev,
.slider.arrow-slider .prev {
  right: 120px;
}

.slider .next,
.slider.arrow-slider .next {
  right: 52px;
}

.slider .prev .separ {
  pointer-events: none;
  margin-left: 6px;
  opacity: 0.4;
}

.slider .prev .fico-arrow,
.slider .next .fico-arrow {
  position: relative;
  display: inline-block;
  font-size: 40px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.6;
}

.slider .prev .fico-arrow {
  left: -4px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.slider .next .fico-arrow {
  right: -4px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.slider .prev:hover .fico-arrow {
  opacity: 1;
  left: -7px;
}

.slider .next:hover .fico-arrow {
  opacity: 1;
  right: -7px;
}

.subslider {
  position: relative;
  top: -166px;
  border-top: 1px solid #666;
  background: #4e4d4d;
}

.subslider .slide {
  min-height: 165px;
  background: #383838;
  color: #fff;
  margin: 0 1px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}

.subslider .slide .slide-out {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subslider .slick-current .slide {
  background: #1C1B1B;
}

.subslider .slide:hover {
  cursor: pointer;
}

.subslider .slick-current .slide:hover {
  cursor: default;
}

.subslider .slide .fico {
  position: absolute;
  color: #CF9F76;
  font-size: 56px;
  top: 50%;
  display: block;
  left: 25px;
  line-height: 0;
}

.subslider .slide .slide-desc {
  font-family: Playfair, sans-serif;
  font-size: 22px;
  padding: 0 20px 0 100px;
  display: block;
}

.subslider .slick-slide {
  padding: 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subslider .prev, .subslider .next,
.arrow-slider .prev, .arrow-slider .next,
.prev-mob, .next-mob {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0.4;
  z-index: 99;
  cursor: pointer;
}

.slick-disabled {
  opacity: 0.1 !important;
  cursor: not-allowed !important;
}

.subslider .prev .fico-nav, .subslider .next .fico-nav,
.arrow-slider .prev .fico-nav, .arrow-slider .next .fico-nav,
.prev-mob .fico-nav, .next-mob .fico-nav {
  display: block;
  font-size: 40px;
  color: #fff;
}

.arrow-slider .prev .fico-nav, .arrow-slider .next .fico-nav,
.prev-mob .fico-nav, .next-mob .fico-nav {
  color: #fff;
}

.subslider .prev .fico-nav,
.arrow-slider .prev .fico-nav,
.prev-mob .fico-nav {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
  top: -6px;
}

.subslider .prev {
  left: 25px;
}

.subslider .next {
  right: 25px;
}

.subslider .prev:hover {
  opacity: 1;
  left: 20px;
}

.subslider .next:hover {
  opacity: 1;
  right: 20px;
}

.arrow-slider .prev,
.prev-mob {
  left: -25px;
}

.arrow-slider .next,
.next-mob {
  right: -25px;
}

.arrow-slider .prev:hover,
.prev-mob:hover {
  opacity: 1;
  left: -30px;
}

.arrow-slider .next:hover,
.next-mob:hover {
  opacity: 1;
  right: -30px;
}

.slider .slide {
  position: relative;
}

.slider .slide .slide-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .slide .slide-img:before {
  content: '';
  display: block;
  background: rgba(81, 79, 79, 0.45);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider .slide .slide-info {
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 120px 0 300px 0;
}

.slider .slide .slide-info .h2 {
  font-size: 64px;
  line-height: 85px;
  letter-spacing: 0.015em;
  margin-bottom: 45px;
  max-width: 70%;
  position: relative;
}

.slider .slide .slide-info .h2:before {
  content: '';
  display: block;
  width: 65px;
  height: 1px;
  background: #CF9F76;
  position: absolute;
  left: 0;
  bottom: -18px;
}

.slider .slide .slide-info .desc {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 80px;
  max-width: 60%;
}

.slider .slide .slide-info .btn {
  font-weight: 500;
  font-size: 24px;
  padding: 19px 58px;
  text-decoration: none;
}

.adv-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.adv-item {
  text-align: center;
  margin: 80px 20px 20px 20px;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.adv-item .fico {
  width: 132px;
  height: 132px;
  display: inline-block;
  color: #fff;
  background: #cf9f76;
  border-radius: 50%;
  margin-bottom: 50px;
  font-size: 65px;
  line-height: 132px;
}

.adv-item .fico-creative {
  font-size: 80px;
}

.adv-item .h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.adv-item .h3:after {
  content: '';
  display: block;
  width: 74px;
  height: 2px;
  background: #cf9f76;
  margin: 10px auto;
}

.adv-item .center {
  font-size: 18px;
}

.adv-item a {
  position: relative;
  display: block;
  text-align: left;
  z-index: 9;
  margin-top: 10px;
  font-size: 13px;
  text-decoration: none;
  color: #ab7241;
}

.article[data-readmore] {
  -webkit-transition: height 200ms;
  transition: height 200ms;
  overflow: hidden;
  position: relative;
}

.article[aria-expanded="false"]:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.a-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.num-stages li div, .num-stages li div:before, .num-stages li div:after, .num-stages li:nth-child(4):after {
  height: 22px;
  position: absolute;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAyMiI+PGNpcmNsZSBzdHJva2U9IiNDRjlGNzYiIGZpbGw9Im5vbmUiIGN4PSIxMSIgY3k9IjExIiByPSIxMC41Ii8+PGNpcmNsZSBmaWxsPSIjQ0Y5Rjc2IiBjeD0iMTEiIGN5PSIxMSIgcj0iOSIvPjwvc3ZnPg==) no-repeat center center;
}

.stages, .partners {
  background-color: #383838;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.num-stages {
  counter-reset: stages;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 90px;
  margin-right: 100px;
}

.num-stages li {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 90px;
}

.num-stages li:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% + 33px);
  top: 30px;
  width: calc(100% - 72px);
  border-bottom: 2px solid #cf9f76;
}

.num-stages li div {
  left: calc(50% + 33px);
  top: 20px;
  width: calc(100% - 72px);
}

.num-stages li div:before, .num-stages li div:after {
  content: '';
  display: block;
  top: 0;
  width: 40%;
  background-size: 12px;
}

.num-stages li div:before {
  left: 0;
}

.num-stages li div:after {
  right: 0;
}

.num-stages li span {
  counter-increment: stages;
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto 30px auto;
  width: 70px;
  height: 70px;
}

.num-stages li span:before {
  display: block;
  width: 62px;
  height: 62px;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  background: #cf9f76;
  color: #fff;
  content: counter(stages);
  font-size: 50px;
  font-family: Playfair, sans-serif;
}

.num-stages li span:after {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #cf9f76;
}

.num-stages li p {
  margin: 0 20px;
}

.num-stages li:nth-child(3) span:before {
  line-height: 40px;
}

.num-stages li:nth-child(4):before {
  height: 220px;
  border: none;
  border-right: 2px solid #cf9f76;
  border-top: 2px solid #cf9f76;
  border-radius: 0 20px 0 0;
  width: calc(100% - 120px);
}

.num-stages li:nth-child(4):after {
  content: '';
  background-position: 100%;
  background-size: 22px;
  left: calc(50% + 45px);
  width: calc(100% - 120px);
  height: 300px;
  top: 0;
}

.num-stages li:nth-child(4) div {
  background: none;
}

.num-stages li:nth-child(4) div:before {
  left: 15%;
}

.num-stages li:nth-child(4) div:after {
  display: none;
}

.num-stages li:nth-child(4) span:before {
  line-height: 40px;
}

.num-stages li:nth-child(5) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.num-stages li:nth-child(5):before {
  height: 60px;
  top: -30px;
  border: none;
  border-right: 2px solid #cf9f76;
  border-bottom: 2px solid #cf9f76;
  border-radius: 0 0 20px 0;
  width: calc(100% - 120px);
}

.num-stages li:nth-child(5) div {
  background: none;
}

.num-stages li:nth-child(5) div:before {
  left: 15%;
}

.num-stages li:nth-child(5) div:after {
  display: none;
}

.num-stages li:nth-child(5) span:before {
  line-height: 40px;
}

.num-stages li:nth-child(6) span:before {
  line-height: 55px;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-pop:before, .hvr-pop:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.hvr-pop:hover:before {
  -webkit-box-shadow: inset 0 0 16px 5px #fff;
          box-shadow: inset 0 0 16px 5px #fff;
  color: #111;
}

.hvr-pop:hover:after {
  border-color: #fff;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
}

/*  Partners */
.partners .info {
  font-size: 16px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.partners-list {
  margin: 80px 0 20px 0;
}

.partners-list.slider .prev, .partners-list.slider .next {
  bottom: 0;
}

.part-view ul {
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 50px 50px 50px;
}

.part-view ul li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 50px;
  text-align: left;
  padding: 0 20px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
}

.part-view ul li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #cf9f76;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.founders {
  padding-bottom: 0;
  position: relative;
}

.founders .slick-slider .slick-track {
  padding-top: 0;
  background: none;
}

.founders:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  height: 60%;
  background: #383838;
  z-index: 1;
}

.founders-wrap {
  width: 80%;
  margin: 50px auto 20px auto;
  position: relative;
  z-index: 2;
}

.person {
  padding: 20px;
  text-align: center;
  background: #eee;
}

.fio {
  display: block;
  font-size: 18px;
  min-height: 70px;
  font-family: Playfair, sans-serif;
}

.fio:after {
  content: '';
  display: block;
  width: 75px;
  height: 1px;
  background: #cf9f76;
  margin: 10px auto;
}

.pos {
  display: block;
  margin: 0 10px 10px 10px;
  min-height: 60px;
}

.video-btn {
  display: none;
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 100;
  width: 76px;
  height: 76px;
  margin-left: -38px;
  margin-top: -38px;
  text-align: center;
  line-height: 74px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 5px #5f5f5f;
          box-shadow: 0 0 5px #5f5f5f;
  cursor: pointer;
}

.video-btn:hover {
  color: #383838;
  background: rgba(255, 255, 255, 0.4);
}

.slick-slide .founder {
  position: relative;
  display: block;
  cursor: pointer;
}

.slick-slide .founder .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}

.slick-slide .founder .video video {
  width: 100%;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-slide .founder .photo {
  position: relative;
}

.slick-slide .founder .photo img {
  width: 100%;
  -webkit-filter: grayscale(1) sepia(0);
          filter: grayscale(1) sepia(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  position: relative;
}

.slick-slide .founder .photo:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
}

.slick-slide:hover .photo:before {
  opacity: 0.8;
}

.slick-slide.slick-active .person {
  background: #fff;
}

.slick-slide.slick-active .photo img {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

.slick-slide.slick-active .photo .video-btn {
  display: block;
}

.slick-slide.slick-active .photo:before {
  display: none;
}

.slick-slide.slick-active .founder {
  cursor: default;
}

.slick-slide.slick-active .founder.play .video {
  display: block;
  z-index: 200;
}

.cont-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}

.cont-wrap .left {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  padding-right: 40px;
}

.cont-wrap .right {
  -ms-flex-preferred-size: 66.66666%;
      flex-basis: 66.66666%;
  position: relative;
}

.cont-wrap .right form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont-item {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.9;
}

.cont-item a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px dashed transparent;
}

.cont-item a:hover {
  color: #a27955;
  border-color: #acadaf;
}

.cont-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cont-data {
  margin-bottom: 0px;
}

.cont-data small {
  display: block;
  font-weight: 400;
}

.contactus .inp.half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.contactus .inp.half:nth-child(odd):not(:last-child) {
  padding-right: 30px;
}

.contactus .inp.full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 40px;
}

.contactus .inp input, .contactus .inp textarea {
  width: 100%;
  margin: 14px 0;
  padding: 18px 30px;
  border: 1px solid #acadaf;
}

.contactus .inp textarea {
  height: 200px;
  resize: none;
}

.contactus .inp .btn {
  font-weight: 500;
  font-size: 24px;
  padding: 15px 50px;
  float: right;
}

.m-terms {
  margin-bottom: 40px;
  font-size: 18px;
  color: #726C6C;
}

.check {
  cursor: pointer;
  position: relative;
  margin-right: 5px;
  top: 10px;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.check svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: 8px;
  margin-right: 5px;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.check svg rect {
  stroke: #acadaf;
}

#agree:checked + .check rect {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

#agree:checked + .check polyline {
  stroke: #000;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

footer {
  background-color: #383838;
  color: #fff;
  top: 0;
}

footer.line {
  top: 0;
}

footer .in {
  position: relative;
}

footer .in .col-out.left {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

footer .in .col-out.left .logo {
  width: 168px;
}

footer .in .col-out.left .logo img {
  max-width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

footer .in .col-out.left .social {
  text-align: center;
}

footer .in .col-out.left .social a {
  font-size: 20px;
  text-decoration: none;
  color: #000;
  background: #fff;
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  margin: 10px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

footer .in .col-out.left .social a:hover {
  color: #fff;
  background: #a27955;
}

footer .in .col-out.right {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

footer .in .col-out.right ul {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 10px 10px;
  grid-auto-flow: column;
  list-style: none;
  margin-top: 50px;
}

footer .in .col-out.right ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

footer .in .col-out.right ul li a:hover {
  color: #cf9f76;
}

.subscribe .form {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.subscribe .form input {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border: none;
  background: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 5px;
  margin-right: 30px;
  color: #acadaf;
}

/* Map block */
.map {
  padding: 0;
  height: 350px;
  top: 0;
  background: #8D8484;
}

.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  z-index: 2;
}

.map:before {
  content: 'Loading..';
  font-size: 20px;
  display: block;
  text-align: center;
  margin-top: 50px;
  position: absolute;
  left: 0;
  top: 50px;
  color: #fff;
  width: 100%;
  z-index: 1;
}

/* Magnific popup default */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Magnific popup customize */
.mfp-bg {
  background: #eee;
}

.mfp-close-btn-in .mfp-close {
  color: #ccc;
}

.white-popup {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  background: #383838;
  color: #fff;
  padding: 40px;
  position: relative;
}

.white-popup .info, .white-popup .inp {
  margin-bottom: 30px;
  font-size: 20px;
}

.white-popup input {
  border: none;
  background: none;
  border-bottom: 1px solid #c4c4c4;
  padding: 5px;
  color: #acadaf;
  font-size: 16px;
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#mod-consultation .tel {
  color: #cf9f76;
  margin-top: 20px;
  margin-left: 10px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}

#mod-consultation .tel:hover {
  color: #e4dede;
  border-bottom: 1px dashed #cf9f76;
}

#mod-consultation .our-phone {
  font-size: 12px;
  color: #999;
}

/* Scroll to top button */
.scroll-top {
  position: fixed;
  right: 3px;
  bottom: 3px;
  font-size: 40px;
  width: 60px;
  height: 60px;
  color: #fff;
  background: rgba(56, 56, 56, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  opacity: 0.7;
  display: block;
  line-height: 60px;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}

.scroll-top:hover {
  opacity: 1;
  background: rgba(162, 121, 85, 0.7);
}

/* Media Queries */
@media only screen and (max-width: 1300px) {
  .top .logo {
    width: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .in {
    width: 90%;
  }
  .top .logo {
    margin: 0 20px;
    width: 240px;
  }
  .top .btn {
    padding: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .top .button {
    display: none;
  }
  .top .tel {
    display: none;
  }
  .top .search {
    display: none;
    width: 100%;
    position: relative;
  }
  .top .search input {
    width: 100%;
  }
  .top .search button {
    position: absolute;
    right: 8px;
    top: 0;
  }
  .top .fix {
    display: block;
  }
  .top .col-out {
    border: none;
    padding-bottom: 20px;
  }
  .top .left {
    position: static;
  }
  .top .right {
    width: 100%;
    position: static;
    padding: 0px;
  }
  .top .logo {
    width: 200px;
  }
  .top .langs {
    position: absolute;
    right: 0;
    top: 40px;
  }
  .top .hamb {
    display: block;
  }
  .top .phone .fico {
    display: inline-block;
  }
  nav .menu {
    display: none;
  }
  .slide-info .h2 {
    max-width: unset !important;
  }
  .subslider .slide .fico {
    display: none;
  }
  .subslider .slide .slide-desc {
    padding: 0 40px;
    text-align: center;
  }
  .grid-line:before {
    display: none;
  }
  .adv-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .adv-item {
    text-align: center;
    margin: 40px 20px 20px 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .stages {
    background: #383838 !important;
  }
  .stages .info {
    display: none;
  }
  .num-stages {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px 30px 0 30px;
  }
  .num-stages li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
    padding-top: 20px;
  }
  .num-stages li div, .num-stages li:before, .num-stages li:after {
    display: none;
  }
  .num-stages li span {
    width: 100px;
    height: 100px;
  }
  .num-stages li span:before {
    width: 92px;
    height: 92px;
    font-size: 80px;
    line-height: 60px !important;
  }
  .num-stages li span:after {
    left: -6px;
    top: -6px;
    width: 100px;
    height: 100px;
  }
  .num-stages li.fix-lh {
    /* -------- Temporary fix --------- */
  }
  .num-stages li.fix-lh span:before {
    line-height: 75px !important;
  }
  .num-stages li:nth-child(5) {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  .num-stages li:nth-child(6) span:before {
    line-height: 75px !important;
  }
  .founders:before {
    display: none;
  }
  .slick-slide.slick-active .person {
    background: #eee;
  }
  .slick-slide .founder .photo img {
    -webkit-filter: none;
            filter: none;
  }
  .slick-slide .founder .photo:before {
    display: none;
  }
  .cont-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont-wrap .left {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
  .cont-wrap .right {
    width: 100%;
  }
  .cont-item {
    margin-bottom: 40px;
  }
  .cont-item:first-child .cont-title {
    display: block;
    text-align: center;
    font-size: 44px;
    line-height: 60px;
    font-family: Playfair, sans-serif;
  }
  .cont-item:first-child .cont-data.bold {
    font-size: 24px;
    margin-bottom: 0;
  }
  .partners-list {
    margin: 80px 20px 20px;
  }
  .cont-data br {
    display: none;
  }
  .footer .in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .in .col-out.left {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .footer .in .col-out.left .social {
    margin-top: 30px;
  }
  .footer .in .col-out.left .social a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 26px;
  }
  .footer .in .col-out.right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .footer .in .col-out.right ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .subscribe {
    display: none;
  }
  .founders-wrap {
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
  .top .logo {
    width: 127px;
    margin: 10px;
  }
  .white-popup {
    width: 100%;
  }
  .slider .next,
  .slider .prev {
    bottom: 130px;
  }
  .slider .slide .slide-info {
    padding: 20px 0 200px 0;
  }
  .slider .slide .slide-info .h2 {
    font-size: 44px;
    line-height: 60px;
    max-width: unset;
  }
  .slider .slide .slide-info .btn {
    font-size: 18px;
    padding: 10px 20px;
  }
  .subslider {
    top: -101px;
  }
  .subslider .slide {
    min-height: 100px;
  }
  .subslider .slide .slide-desc {
    font-size: 18px;
  }
  .subslider .prev .fico-nav {
    top: 0;
  }
  .subslider .next .fico-nav {
    position: relative;
    top: 6px;
  }
  .founders .slick-slider .slick-track {
    padding-top: 0;
  }
  .contactus .inp.half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-right: 0 !important;
  }
  .contactus .inp.full {
    margin-bottom: 0;
  }
  .contactus .inp .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  br {
    display: none;
  }
  /* .line:not(.advantages) {
    padding: 60px 0;
  } */
  .h2 {
    font-size: 26px;
  }
  .slider .slide .slide-info .h2 {
    font-size: 24px;
    line-height: 40px;
  }
  .slider .slide .slide-info .desc {
    margin-bottom: 50px;
    font-size: 14px;
  }
  .slider .slide .slide-info .btn {
    font-size: 14px;
  }
  .subslider .slide .slide-desc {
    font-size: 14px;
  }
  .adv-item .fico {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 80px;
  }
  .adv-item .fico-creative {
    font-size: 50px;
  }
  .adv-item .h3 {
    font-size: 18px;
  }
  .adv-item .center {
    font-size: 14px;
    line-height: 1.6;
  }
  .num-stages li p {
    font-size: 16px;
  }
  .partners .info {
    font-size: 14px;
  }
  .part-view ul {
    margin-bottom: 10px;
  }
  .part-view ul li {
    font-size: 18px;
  }
  .founders-wrap {
    width: 80%;
    max-height: 90vh;
  }
  .cont-item {
    margin-bottom: 30px;
  }
  .cont-item .cont-title {
    font-size: 18px;
  }
  .cont-item:first-child .cont-title {
    font-size: 26px;
    line-height: 45px;
  }
  .cont-item .cont-data.bold {
    font-size: 18px !important;
  }
  footer .in .col-out.right ul {
    grid-template-rows: repeat(4, 1fr);
  }
}
