<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================== Normalize =================== */
/* Fonts */
/* Color */
* {
  box-sizing: border-box; }

body {
  width: 100%;
  margin: 0 auto;
  padding: 0;

}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

input,
textarea {
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 1; }

input:focus,
input:active {
  outline: none;
  outline: 0;
  outline-offset: 0; }

button {
  border: none;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  padding: 0;
  margin: 0; }
  button:hover {
    border: none; }
  button:focus {
    outline: none; }

a {
  text-decoration: none;
  line-height: 1; }

p {
  padding: 0;
  margin: 0; }

/* ================== Layout =================== */
body {
  color: #D0C5AF;
  background: #000;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-family: 'FoundersGrotesk', sans-serif;
  font-weight: 300;
  min-width: 320px;
  letter-spacing: .5px;
  line-height: 1.333;
  font-size: 18px; }
  body.body-hidden {
    overflow: hidden; }

/* ================== General =================== */
.main {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden; }

.page-home {
  background: #000;
  margin-top: 150vh; }
  .page-home.active {
    margin-top: 100vh; }

.container {
  width: 100%;
  max-width: 1610px;
  margin: 0 auto;
  height: auto;
  position: relative; }

section {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }

.bgi {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.otgs-development-site-front-end {
  display: none; }
  /*
.home .footer {
  display: none; }

.home .header {
  display: none; }
*/
.lang {
  line-height: 1;
  padding: 0;
  height: auto; }
  .lang .wpml-ls-legacy-list-horizontal {
    padding: 0;
    border: none;
    margin: 0; }
    .lang .wpml-ls-legacy-list-horizontal a {
      padding: 0;
      border: none;
      margin: 0;
      display: flex;
      padding: 2px 0; }
      .lang .wpml-ls-legacy-list-horizontal a span {
        vertical-align: baseline; }
  .lang li a {
    transition: 0.3s; }
    .lang li a:hover {
      color: #fff; }

.showMore {
  text-decoration: underline;
  color: #D0C5AF;
  font-size: 18px;
  display: none; }
  .showMore.hide {
    opacity: 0;
    pointer-events: none; }
  .showMore-more {
    display: block; }
  .showMore-less {
    display: none; }

.parallaxEffect {
  overflow: hidden; }
  .parallaxEffect img {
    height: 120% !important;
    object-position: top; }

.gradientLine {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #fff1d8 0%, #867f7a 100%);
  width: 14px;
  height: 60%; }
  /*
.page-template-content .header_menu,
.page-template-content .hamburger {
  display: none;
}
  */

/* ================== MEDIA =================== */
@media (min-width: 1200px) {
  .animateShowElement {
    transform: translateY(70px);
    opacity: 0;
    transition: transform .8s ease-in-out, opacity .8s ease-in-out !important;
    position: relative;
    display: block; }
    .animateShowElement.active {
      transform: translateY(0px);
      opacity: 1; }
  .animateFadeElement {
    opacity: 0;
    transition: opacity 1s ease-in-out !important; }
    .animateFadeElement.active {
      opacity: 1; } }

@media (max-width: 1719px) {
  .container {
    max-width: 1310px; } }

@media (max-width: 1324px) { /* 1199 */
  .container {
    max-width: 964px;
    padding: 0 20px; } }

@media (max-width: 991px) {
  .container {
    max-width: 718px;
    padding: 0 20px; } }

@media (max-width: 767px) {
  .container {
    max-width: 579px;
    padding-left: 38px; } }

/* ================== Text =================== */
.fz-h1 {
  font-size: 50px;
  line-height: 1.3;
  font-weight: 700; }

.fz-h2 {
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase; }

.fz-h3 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300; }

p {
  display: block;
  font-size: 24px;
  color: #D0C5AF;
  line-height: 1.333; }

a {
  color: #D0C5AF; }

@media (max-width: 1199px) {
  .fz-h2 {
    font-size: 46px; }
  .fz-h3 {
    font-size: 36px; } }

@media (max-width: 991px) {
  .fz-h2 {
    font-size: 36px; }
  .fz-h3 {
    font-size: 30px; } }

/* ================== Buttons =================== */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s; }

/* ================== Template Parts =================== */
.header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #000;
  overflow: hidden;
  height: 100px;
}

.header_logo {
	position: absolute;
	left: 0;
	top: 8px;
}

  .header .wrap {
	padding-left: 50%;
	height: 49px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
  .header_logo img {
    display: block;
    width: 100%;
    max-width: 167px; }
  .header_menu .menu {
    display: flex;
    align-items: center; }
    .header_menu .menu li {
      display: block;
      margin-right: 82px; }
      .header_menu .menu li:last-child {
        margin-right: 0; }
      .header_menu .menu li a {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        color: #D0C5AF;
        transition: 0.2s;
        position: relative; }
        .header_menu .menu li a:hover {
          color: #fff; }
        .header_menu .menu li a::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -15px;
          height: 7px;
          background: linear-gradient(to right, #fff1d8 0%, #a39b91 100%);
          width: 0;
          transition: width 0.3s; }
        .header_menu .menu li a.active::after {
          width: 100%;
          opacity: 1; }
        .header_menu .menu li a.disable-active::after {
          width: 0% !important;
          opacity: 0 !important; }

.mobileMenu {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: black;
  z-index: 99;
  display: none; }
  .mobileMenu_first {
    margin-bottom: 43px; }
    .mobileMenu_first .menu li {
      display: block;
      margin-bottom: 10px; }
      .mobileMenu_first .menu li a {
        font-size: 40px;
        font-weight: 300;
        text-transform: uppercase;
        position: relative; }
        .mobileMenu_first .menu li a::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -1px;
          height: 4px;
          background: linear-gradient(to right, #fff1d8 0%, #a39b91 100%);
          width: 0; }
        .mobileMenu_first .menu li a.active::after {
          width: 100%;
          opacity: 1; }
  .mobileMenu_second .menu li {
    display: block;
    margin-bottom: 15px; }
    .mobileMenu_second .menu li a {
      font-size: 20px; }
    .mobileMenu_second .menu li.current-menu-item {
      text-decoration: underline; }

/* ================== MEDIA =================== */
@media (max-width: 1324px) { /* 1199 */
  .header .wrap {
    display: flex;
    align-items: center; }
  .header_menu {
    display: none; }
  .mobileMenu .wrap {
    padding: 115px 20px; } }

@media (max-width: 767px) {
  .header {
    padding: 10px 0; }
    .header .container {
      padding-left: 20px; }

.header_logo {
	top: 0;
	left: 20px;
	/*
    transform: translateY(1200px);
    transition: 0.8s ease-in-out;
	*/
}
      .header_logo img {
        max-width: 111px; }
      .header_logo.active {
        transform: translateY(0px); }

		.showMore {
			font-weight: 300;
		}
}
.hamburger {
	position: absolute;
	display: block;
	right: 20px;
}
.footer {
  padding: 28px 0;
  background: #000;
  position: relative;
  background-color: #1F1F1F;
}
  .footer .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; }
  .footer_menu .menu {
    display: flex; }
    .footer_menu .menu li {
      display: block;
      margin-right: 86px; }
      .footer_menu .menu li a {
        color: #D0C5AF;
        font-size: 18px;
        display: block;
        transition: 0.2s; }
        .footer_menu .menu li a:hover {
          color: #fff; }
      .footer_menu .menu li:last-child {
        margin-right: 0; }
  .footer_lang .lang_item {
    font-size: 18px;}

/* ================== MEDIA =================== */
@media (max-width: 1619px) {
  .footer_menu .menu li {
    margin-right: 43px; } }

@media (max-width: 767px) {
  .footer .container {
    padding-left: 20px; }
  .footer_menu .menu li {
    margin-right: 18px; } }

.commingSoon {
  background: #000000;
  width: 100%;
  height: 100vh;
  position: relative; }
  .commingSoon .wrap {
    position: relative;
    display: flex;
    height: 100%; }
  .commingSoon_item {
    flex-basis: calc(100% / 2); }
    .commingSoon_item_left {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
    .commingSoon_item_right img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .commingSoon_logos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative; }
  .commingSoon_logo_unig {
    margin-bottom: 56px; }
    .commingSoon_logo_unig img {
      max-width: 388px; }
  .commingSoon_logo_momeni {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .commingSoon_logo_momeni span {
      color: #D0C5AF;
      font-size: 18px;
      margin-bottom: 4px; }
    .commingSoon_logo_momeni img {
      max-width: 143px; }
  .commingSoon_menu {
    position: absolute;
    left: 68px;
    bottom: 30px; }
    .commingSoon_menu .menu {
      display: flex;
      align-items: center; }
      .commingSoon_menu .menu li a {
        display: block;
        font-size: 18px;
        color: #777777;
        margin-right: 43px;
        transition: 0.2s; }
        .commingSoon_menu .menu li a:hover {
          color: #fff; }
  .commingSoon_bottom_logo {
    position: absolute;
    left: 68px;
    bottom: 90px;
    display: flex; }
    .commingSoon_bottom_logo .black-horse {
      position: relative;
      display: block;
      margin-left: 30px;
      max-width: 50px;
      top: 17px; }

.ticker {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #fff1d8 0%, #a39b91 100%);
  overflow: hidden; }
  .ticker span {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    animation: ticker 11s infinite linear;
    margin-right: 5px;
    white-space: nowrap; }

@keyframes ticker {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-770.55px); } }

.page-id-108 .ticker span {
  animation: ticker-eng 11s infinite linear; }

@keyframes ticker-eng {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-154.11px); } }

/* ================== MEDIA =================== */
@media (max-width: 991px) {
  .commingSoon .wrap {
    flex-direction: column; }
  .commingSoon_item {
    flex-basis: 100%; }
    .commingSoon_item_left {
      align-items: flex-start;
      justify-content: flex-start;
      height: 316px;
      max-height: 316px;
      padding: 25px 20px;
      flex-direction: column; }
    .commingSoon_item_right {
      order: -1;
      height: calc(100% - 316px); }
  .commingSoon_logo_unig {
    margin-bottom: 15px; }
    .commingSoon_logo_unig img {
      max-width: 245px; }
  .commingSoon_menu {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 45px; }
  .commingSoon_bottom_logo {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 30px; } }

.content {
  padding: 142px 0 142px; }
  .content-line {
    position: absolute;
    left: 0;
    top: 142px;
    background: linear-gradient(to bottom, #fff1d8 0%, #867f7a 100%);
    width: 14px;
    height: 507px; }
  .content .container {
    max-width: 868px; }
  .content .fz-h2 {
    margin-bottom: 100px; }
  .content h4 {
    display: block;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px; }
  .content a:hover {
    text-decoration: underline; }
  .content p {
    display: block;
    margin-bottom: 30px; }
    .content p:last-child {
      margin-bottom: 0; }
  .content ul {
    padding-left: 15px;
    margin-bottom: 30px; }
    .content ul li {
      display: block;
      margin-bottom: 10px;
      position: relative;
      line-height: 1.333;
      font-size: 18px; }
      .content ul li::after {
        content: '';
        width: 8px;
        height: 2px;
        background: #D0C5AF;
        position: absolute;
        left: -15px;
        top: 10px; }

@media (max-width: 991px) {
  .content .container {
    padding: 0 20px 0 37px; } }

@media (max-width: 767px) {
  .content .fz-h2 {
    margin-bottom: 52px; } }

.section--title {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  width: fit-content;
  line-height: 1; }

.banner {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: #000; }
  .banner .wrap {
    display: flex;
    height: inherit; }
  .banner_item {
    flex-basis: calc(100% / 2);
    height: 100%;
    position: relative; }
  .banner_info {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .banner_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1.2s ease-in-out;
    opacity: 1; }
.banner_desc {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    margin-top: 1200px;
    opacity: 0;
    transition: 0.8s ease-in-out;
    width: 100%;
    max-width: 560px;
	margin-left: calc(100% - 805px);
}
  .banner_img {
    position: absolute;
    width: 100%;
    height: 100%; }
    .banner_img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner.active .banner_logo {
    margin-top: -1200px;
    opacity: 0; }
  .banner.active .banner_desc {
    margin-top: 0;
    opacity: 1; }

.generation {
  background: #000;
  padding-top: 160px;
  padding-left: 295px;
	padding-bottom: 140px;
  /*
  background: linear-gradient(#1c1c1c 0%, #000 100%);
  box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.16);
  */
}
  .generation .section--title {
    margin-bottom: 36px;
    font-weight: 400; }
  .generation_info {
    width: 100%;
    max-width: 1330px;
    margin-bottom: 115px; }
    .generation_info p {
      font-size: 32px;
}
  .generation_img {
    width: 100%;
    height: 700px;
    position: relative; }
    .generation_img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.project {
  padding: 0px 0 0;
  background: #000; }
.project .gradientLine {
	height: 100%;
	top: 0px;
}
  .project .title {
    margin-bottom: 70px; }
  .project .wrap {
    display: flex; }
  .project_left {
    margin-right: 330px; }
    .project_left .title {
      display: none; }
    .project_left .project_desc {
      display: none; }
  .project_desc {
    width: 100%;
    max-width: 790px; }
    .project_desc_first {
      margin-bottom: 40px; }

  .project_list {
    margin-top: 180px; }
    .project_list_item {
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .project_list_item:last-child {
        margin-bottom: 0; }
      .project_list_item-title {
        display: block; }
      .project_list_item-subtitle {
        color: #777777;
        display: block; }

.meets {
  position: relative;
  background: #000;
  overflow: visible;
}
.meets .gradientLine {
	height: 193%;
	z-index: 2;
}
  .meets .wrap {
    padding: 50px 0 150px; }
  .meets .fz-h2,
  .accessibility .fz-h2 {
    margin-bottom: 25px; }
.meets_info {
    width: 100%;
    max-width: 640px;
    padding-top: 150px;
    margin-left: 0;
}
  .meets_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%; }
    .meets_img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }

.accessibility {
  background: #000;
  z-index: 1;
  padding-bottom: 180px;
}
.accessibility .gradientLine {
    height: 100%;
    display: none;
    z-index: 1;
}
  .accessibility .section--title {
    margin-bottom: 30px; }
  .accessibility .wrap {
    display: flex;
    z-index: 2;
    position: relative; }
  .accessibility_item {
    flex-basis: calc(100% / 2);
    position: relative; }
    .accessibility_item_info {
      padding: 110px 0 80px; }
  .accessibility_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .accessibility_img img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      object-fit: cover; }
  .accessibility_info {
    width: 100%;
    max-width: 520px;
    margin-left: 130px; }
    .accessibility_info_desc {
      margin-bottom: 40px;
      overflow: hidden; }
.accessibility_list_item {
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
/*
.accessibility_list_item:last-child {
	margin-bottom: 0;
}
*/
    .accessibility_list_item-title {
      display: block; }
    .accessibility_list_item-subtitle {
      display: block;
      color: #777; }

.developer {
  padding: 140px 0 85px;
  background: #000;
  z-index: 3; }
  .developer .gradientLine {
    height: calc(100% - 222px);
    top: 143px; }
  .developer .section--title {
    margin-bottom: 135px; }
  .developer .wrap {
    display: flex; }
  .developer_left {
    margin-right: 340px; }
  .developer_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .developer_logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 63px; }
    .developer_logo img {
      display: block;
      width: 100%;
      max-width: 236px;
      margin-bottom: 13px; }
  .developer_desc {
    width: 100%;
    max-width: 790px; }
    .developer_desc p {
      font-size: 24px;
      margin-bottom: 20px; }
      .developer_desc p:last-child {
        margin-bottom: 0; }

.packages_item {
  margin-bottom: 20px; }
.packages_item_desc {
	color: #777777;
	font-size: 18px;
}

.packages-link {
  text-decoration: underline;
  transition: color 0.2s ease-in-out; }
  .packages-link:hover {
    color: #fff; }

.contacts {
  padding: 103px 0 92px;
  background: #000;
  position: relative;
  min-height: calc(100vh - 178px);
}
  .contacts .section--title {
    margin-bottom: 36px; }
  .contacts .wrap {
    position: relative;
    z-index: 2; }
.contacts_info {
    display: flex;
/*    align-items: center; */
    margin-top: 343px;
}
    .contacts_info_wrap {
		margin-top: 31px;
      display: flex;
      flex-direction: column; }
      .contacts_info_wrap a {
        transition: 0.2s ease-in-out;
        display: block;
        width: fit-content; }
        .contacts_info_wrap a:hover {
          color: #fff; }
  .contacts_logos {
    display: flex;
    margin-right: 160px; }
    .contacts_logos .black-horse {
      position: relative;
      display: block;
      margin-left: 30px;
      max-width: 67px;
      top: 8px;
  }
  .contacts_logo {
    display: flex;
    flex-direction: column; }
.contacts_logo span {
      color: #D0C5AF;
      font-size: 18px;
      margin-bottom: 15px;
}
    .contacts_logo img {
      width: 100%;
      max-width: 143px; }
.contacts-location {
	margin-right: 112px;
	margin-top: 28px;
}
  .contacts .phone {
    margin-bottom: 3px;
    display: block; }
  .contacts_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 680px;
    height: 100%; }
    .contacts_img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.page-id-54 .header,
.page-id-234 .header {
  transform: translateY(-100%);
  transition: 0.6s ease-in-out;
  transition-delay: .2s; }
  .page-id-54 .header.show,
  .page-id-234 .header.show {
    transform: translateY(0%); }

.page-id-54 main,
.page-id-234 main {
  z-index: 10; }

.page-id-54 main,
.page-id-234 main {
  position: relative;
  z-index: 10;
  margin-top: 100vh;
  z-index: -1; }

.meets .content-mobile {
	display: none;
}

/* ================== MEDIA =================== */
@media (max-width: 1719px) {
	.banner_desc {
		margin-left: calc(100% - 655px);
	}
  .generation {
	padding-left: 175px;
	padding-top: 135px;
}
    .generation_info {
      margin-bottom: 90px;
      max-width: 1052px; }
    .generation_img {
      height: 600px; }
  .project {
    padding-top: 170px; }
    .project_left {
      margin-right: 240px; }
    .project .gradientLine {
      height: calc(100% - 352px);
      top: 173px; }
  .meets .wrap {
    padding-bottom: 115px; }
  .meets_info {
    max-width: 424px;
    /* margin-left: 110px; */
    padding-top: 110px; }
  .accessibility_info {
    margin-left: 120px;
    max-width: 424px; }
  .accessibility_item_info {
    padding: 100px 0 85px; }
  .developer .section--title {
    margin-bottom: 120px; }
  .developer_left {
    margin-right: 240px; }
  /* .developer_desc {
    max-width: 635px; } */
  .contacts {
    padding: 100px 0 70px; }
    .contacts_info {
      margin-top: 260px; }
    .contacts_logos {
      margin-right: 96px; }
    .contacts-location {
      margin-right: 55px; }
    .contacts_img {
      width: 488px; } }

@media (max-width: 1324px) {
	.banner_desc {
		margin-left: 0;
	}
}

@media (max-width: 1324px) { /* 1199 */

  .page-id-54 .header {
    transform: translateY(0%); }
  .banner .wrap {
    flex-direction: column; }
  .banner .fz-h2 {
    font-size: 36px; }
  .banner_logo {
    left: 20px;
    top: 20px;
    transform: translate(0%, 0%); }
    .banner_logo img {
      width: 100%;
      max-width: 300px; }
  .banner_item {
    flex-basis: auto; }
    .banner_item_info {
      height: 250px !important; }
    .banner_item_img {
      order: -1;
      height: calc(100% - 250px); }
  .banner_img {
    position: relative; }
  .banner_desc {
    top: 30px;
    left: 20px;
    transform: translate(0%, 0%); }
  .generation {
    padding-left: 0; }
    .generation_info {
      padding: 0 55px;
      margin-bottom: 80px; }
      .generation_info p {
        font-size: 22px; }
    .generation_img {
      height: 460px; }
  .project {
    padding-top: 96px;
    padding-bottom: 80px; }
    .project .section--title {
      margin-bottom: 70px; }
    .project .title {
      margin-bottom: 20px; }
    .project .wrap {
      flex-direction: column; }

    .project_left {
      margin-right: 0; }
      .project_left .title {
        display: block; }
      .project_left .project_desc {
        display: block; }
    .project_right {
      order: -1; }
    .project_list {
      margin-top: 80px; }
    .project_desc {
      max-width: 100%; }
  .meets {
    display: flex;
    flex-direction: column; }
    .meets .wrap {
      padding-bottom: 80px; }
    .meets_info {
      margin-left: 0;
      max-width: 100%;
      padding-top: 80px; }
    .meets_img {
      position: relative;
      left: 0;
      top: 0;
      height: 460px;
      width: 100%;
      order: -1; }
  .accessibility .wrap {
    display: flex;
    flex-direction: column; }
  .accessibility_item_info {
    padding: 100px 0 80px; }
  .accessibility_info {
    max-width: 100%;
    margin-left: 0;
    padding: 0 50px; }
  .accessibility_img {
    position: relative;
    height: 460px;
    left: 0;
    top: 0; }
  .developer {
    padding: 100px 0 80px; }
    .developer .section--title {
      margin-bottom: 66px; }
    .developer_left {
      margin-right: 100px; }
  .contacts .wrap {
    width: 100%;
    max-width: 450px; }
  .contacts_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px; }
  .contacts_logos {
    margin-bottom: 40px; }
  .contacts-location {
    margin-bottom: 10px; }
  .contacts .phone {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .developer .wrap {
    flex-direction: column; }
  .developer_right {
    order: -1;
    margin-bottom: 40px; }
  .developer_logo {
    margin-bottom: 50px; }
    .developer_logo img {
      max-width: 200px; }
  .developer_desc p {
    font-size: 18px; }
  .contacts {
    padding: 50px 0 0 0; }
    .contacts .section--title {
      margin-bottom: 20px; }
    .contacts_img {
      position: relative;
      width: 100%;
      height: 360px;
      margin-top: 45px; }
    .contacts_info {
      margin-top: 70px; }
      .contacts_info_wrap a {
        text-decoration: underline; } }

@media (max-width: 767px) {
	body,
	.showMore {
		font-weight: 400;
	}
.header {
	height: 54px;
}
.header .wrap {
	height: 34px;
}
.fz-h3 {
	line-height: 1.13333;
}
p {
	font-size: 18px;
}
.banner_desc {
	max-width: 335px;
}
.banner .fz-h2 {
    font-size: 36px;
}
  .banner_logo img {
    max-width: 240px; }
.generation {
	padding-top: 60px;
	padding-bottom: 100px;
}
.meets .content-mobile {
	display: block;
	order: -2;
	padding-bottom: 32px;
}

.meets .section--title {
	display: none;
}

.meets .content-mobile .section--title {
	display: block;
}
.meets_info {
	padding-top: 0;
}
.meets .wrap {
	padding-top: 46px;
}
.contacts_logo span {
	font-size: 14px;
}

.contacts_logos .black-horse {
	top: 28px;
}
.developer {
	padding-bottom: 18px;
	padding-top: 23px;
}
.project {
	padding-top: 71px;
}
    .generation .section--title {
      max-width: 350px;
      margin-bottom: 55px; }
    .generation_info {
      padding: 0 20px;
      margin-bottom: 50px; }
    .generation_img {
      height: 260px; }
.project .gradientLine {
	height: calc(100% - 154px);
	top: 74px;
}
  .project_desc_first {
    margin-bottom: 15px; }
  .project_desc_second {
    display: none;
    margin-bottom: 15px; }
  .project_right .showMore {
    display: block; }
  .project_left .showMore {
    display: block; }
  .project_list_item {
    margin-bottom: 20px;
    display: none; }
    .project_list_item:nth-child(-n+3) {
      display: flex; }
  .meets .gradientLine {
    height: 100%; }
  .meets .wrap {
    padding-bottom: 50px; }
  .meets_img {
    height: 360px;
    z-index: 2; }
.accessibility {
	padding-bottom: 0;
}
.accessibility .gradientLine {
	height: calc(100% - 25px);
	display: block;
}
.accessibility_item_info {
	padding: 50px 0 0;
}
  .accessibility_info {
    padding: 0 20px 0 38px; }
  .accessibility_img {
    height: 360px;
    background: #1C1C1C; }
.developer .gradientLine {
		height: calc(100% - 44px);
		top: 26px;
}
  .developer .showMore {
    display: block; }
  .packages {
    display: none; }
  .contacts_info {
    margin-top: 22px; }
  .contacts_logos {
    order: 3;
    margin-bottom: 0;
    margin-top: 60px; } }

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  display: none; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #D2C4B0; }

.hamburger-box {
  width: 32px;
  height: 22px;
  display: flex;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #D2C4B0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* ================== MEDIA =================== */
@media (max-width: 1324px) { /* 1199 */
  .hamburger {
    display: inline-block; } }

</pre></body></html>