@charset "UTF-8";
/* http://prgssr.ru/development/estetichnyj-sass-chast-3-tipografika-i-vertikalnyj-ritm.html */
/* конец масштабирования */
/* Em values to Px values */
/* Em values to Px values end */
/* Px values to Em values */
/* Px values to Em values end */
/* Rem Crossbrowser */
/* Rem Crossbrowser end */
/* Radius mixin */
/* base */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400&display=swap");
body {
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; }

/* layout */
/* modules */
/* Menu */
nav {
  margin: 0;
  background: none;
  display: block;
  background: #495d77;
  position: fixed;
  width: 100%;
  z-index: 99;
  font-size: 1rem; }
  nav .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.menu {
  display: none;
  padding: 0;
  margin: 0;
  text-align: left;
  /* menu align */ }
  .menu li {
    display: block;
    margin: 0;
    text-align: left; }
    .menu li a {
      display: block;
      font-weight: 600;
      overflow: visible;
      padding: .5rem 1.5rem !important;
      text-decoration: underline;
      position: relative;
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .menu li:hover > a {
      background: transparent;
      color: #fff;
      background: transparent; }
    .menu li:hover ul {
      display: block;
      opacity: 1 !important;
      visibility: visible !important; }
    .menu li:first-child {
      margin-left: 0; }
  .menu ul {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0; }
    .menu ul li {
      display: block;
      float: none;
      background: none;
      margin: 0;
      padding: 0; }
      .menu ul li a {
        font-weight: normal;
        display: block;
        color: #797979;
        border-left: 3px solid;
        background: #efefef; }
      .menu ul li:hover > a {
        background: #79a1d6;
        border-left: 3px solid transparent;
        color: #797979; }
    .menu ul ul {
      left: 0;
      padding: 0;
      margin: 0; }

.mobile-menu {
  position: absolute;
  top: .5rem;
  display: block;
  line-height: 3rem;
  padding: 0 0.5em;
  text-align: left;
  width: 50%;
  font-weight: 600; }

a.mobile-menu {
  color: #fff !important; }

@media (min-width: 768px) {
  nav {
    background: transparent; }
  .FixedNav {
    position: fixed;
    z-index: 100;
    width: 100%; }
  .mainWrap {
    width: 768px; }
  .menu {
    display: block !important; }
    .menu ul {
      background: #495d77;
      display: block;
      visibility: hidden;
      opacity: 0;
      margin: 0 !important;
      padding: 0 !important;
      width: 150px !important;
      position: absolute !important;
      top: 4em !important;
      left: 0px !important;
      line-height: 1em !important;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .menu ul li {
        width: 100%; }
        .menu ul li ul {
          left: 149px !important;
          top: 0px !important; }
    .menu li {
      display: inline-block !important;
      position: relative !important;
      z-index: 100 !important; }
    .menu li a {
      font-size: 1em;
      margin-right: 2rem;
      display: block !important;
      text-decoration: none;
      padding: 0 !important;
      line-height: 3rem; }
      .menu li a:after {
        content: "";
        pointer-events: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        display: block;
        bottom: .5rem;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      .menu li a:hover:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .5rem;
        background-color: #dcefaa;
        display: block; }
  .mobile-menu {
    display: none !important; } }

/* end of menu */
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0; }
  .featherlight-previous {
    left: 0;
    right: 80%; }
  .featherlight-previous:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.3+0,0+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-8 */
    opacity: 1; }
  .featherlight-next:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.3+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
    /* IE6-8 */
    opacity: 1; }
  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    color: #fff;
    font-style: normal;
    font-weight: normal; }
  .featherlight-next span {
    right: 5%;
    left: auto; }
  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }
  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }
  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 0;
    right: 0;
    left: 85%; }
  .featherlight-previous {
    left: 0;
    right: 85%; }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: hidden;
    padding: 0;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%; } }

/* states */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* theme */
body {
  scroll-behavior: smooth;
  background-color: #79a1d6;
  font-size: calc(4px + 1vw);
  font-family: 'Nunito', sans-serif; }

a:hover {
  opacity: .75; }

nav {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  min-height: 4rem;
  -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(30, 30, 30, 0.3);
          box-shadow: 0.5rem 0.5rem 1rem rgba(30, 30, 30, 0.3); }
  nav:hover {
    background-color: rgba(34, 45, 67, 0.75);
    -webkit-box-shadow: 0.5rem 0.5rem 1rem rgba(30, 30, 30, 0.3);
            box-shadow: 0.5rem 0.5rem 1rem rgba(30, 30, 30, 0.3); }

.tel {
  width: 50%;
  text-align: right;
  font-size: 1rem;
  position: absolute;
  top: 1rem;
  right: 1rem; }
  .tel a {
    text-decoration: none; }

.nav-icon {
  display: inline-block !important;
  width: 1.25rem;
  height: 1.25rem;
  fill: #79a1d6;
  margin-right: .5rem;
  background-color: #fff;
  padding: .5rem;
  border-radius: 50%;
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem); }

.menu {
  margin-top: 3rem; }

.portfolio {
  display: block;
  padding-top: 4rem; }

.about__logo {
  text-align: center; }
  .about__logo img {
    max-width: 60%; }

.contacts {
  color: #fff;
  background-color: #222d43;
  -webkit-box-shadow: 0 0 2rem #1e1e1e;
          box-shadow: 0 0 2rem #1e1e1e;
  position: relative;
  z-index: 10;
  padding: 4rem 0;
  border-bottom: 0.5rem #dcefaa solid; }
  .contacts .wrapper {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contacts__field {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 1rem; }
    .contacts__field h2 {
      text-align: center; }
    .contacts__field p {
      margin-bottom: 0; }
  .contacts__design {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center; }
    .contacts__design a {
      text-decoration: none;
      color: #fff; }
      .contacts__design a span {
        text-decoration: underline;
        color: #dcefaa; }
      .contacts__design a:hover {
        opacity: 1; }
        .contacts__design a:hover span {
          opacity: .75; }
  .contacts__top {
    -webkit-box-flex: .3;
        -ms-flex: .3;
            flex: .3; }
    .contacts__top a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: .8rem;
      text-decoration: none;
      color: #fff;
      text-align: center;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .contacts__top a img {
        width: 3rem; }
      .contacts__top a:hover {
        opacity: .6; }

@media (min-width: 768px) {
  .menu {
    margin-top: 0rem; }
  nav {
    -webkit-box-shadow: none;
            box-shadow: none; }
    nav .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      nav .wrapper .menu {
        -webkit-box-flex: 1.4;
            -ms-flex: 1.4;
                flex: 1.4; }
      nav .wrapper .tel {
        -webkit-box-flex: .6;
            -ms-flex: .6;
                flex: .6;
        text-align: right;
        margin: .5rem 0;
        top: .75rem; }
        nav .wrapper .tel a {
          text-decoration: none;
          color: #fff; }
  .tel {
    position: relative;
    padding: 0;
    margin: 0 !important;
    top: .25rem !important;
    font-size: 1rem; }
  .about {
    padding-top: 4rem;
    position: relative;
    z-index: 1;
    min-height: calc(100vw / 2);
    margin-bottom: -22vh;
    overflow: hidden; }
    .about__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 1vw 13vw 0vw 13vw; }
    .about__logo {
      width: 45vw;
      text-align: center;
      z-index: 10;
      position: relative;
      text-align: left; }
      .about__logo img {
        min-width: 15rem;
        max-width: 80%;
        margin-top: 1rem;
        width: 16vw; }
    .about__text {
      width: 55vw;
      padding: 1rem;
      z-index: 10;
      position: relative; }
    .about__bg {
      position: relative;
      bottom: 22vh;
      left: 0;
      width: 100%;
      z-index: 0;
      min-height: calc(78vh);
      background-image: url("../img/header.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center; }
  .portfolio {
    min-height: 100vh;
    background-color: #222d43;
    -webkit-box-shadow: 0 0 4rem #1e1e1e;
            box-shadow: 0 0 4rem #1e1e1e;
    position: relative;
    z-index: 10;
    padding: 5rem 0 5rem 0; }
    .portfolio .tangram-pattern {
      height: 170%; }
  .contacts {
    color: #fff;
    background-color: #222d43;
    -webkit-box-shadow: 0 0 2rem #1e1e1e;
            box-shadow: 0 0 2rem #1e1e1e;
    position: relative;
    z-index: 10;
    padding: 4rem 0;
    border-bottom: 0.5rem #dcefaa solid; }
    .contacts .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .contacts__field {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .contacts__field h2 {
        text-align: left; }
      .contacts__field p {
        margin-bottom: 0; }
    .contacts__design {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right; }
      .contacts__design a {
        text-decoration: none;
        color: #fff; }
        .contacts__design a span {
          text-decoration: underline;
          color: #dcefaa; }
        .contacts__design a:hover {
          opacity: 1; }
          .contacts__design a:hover span {
            opacity: .75; }
    .contacts__top {
      -webkit-box-flex: .3;
          -ms-flex: .3;
              flex: .3; }
      .contacts__top a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: .8rem;
        text-decoration: none;
        color: #fff;
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .contacts__top a img {
          width: 3rem; }
        .contacts__top a:hover {
          opacity: .6; } }

h1, h2, h3 {
  color: #dcefaa; }

h1 {
  display: none; }

@media (min-width: 768px) {
  h1 {
    display: block; } }

h2 {
  text-align: center; }

section {
  overflow: hidden; }

.portfolio {
  overflow: hidden; }

.tangram-pattern {
  display: none; }

@media (min-width: 768px) {
  .tangram-pattern {
    display: block; } }

.about {
  padding: 5rem 1rem 1rem 1rem; }

.object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 4rem 0; }
  .object__thumb a img {
    height: 10rem;
    position: relative;
    max-width: 100%;
    display: block; }
  .object__descr {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .object__descr h3 {
      color: #dcefaa;
      border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
      font-size: 3rem;
      padding: 1rem;
      line-height: 3rem; }
    .object__descr p {
      color: #fff;
      padding: 1rem; }
  .object__gallery {
    padding: 1rem;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

@media (min-width: 768px) {
  .about {
    padding: 4rem 0 0 0; }
  .object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 4rem 0; }
    .object:nth-child(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .object__thumb a img {
      height: 13vw;
      position: relative;
      max-width: 100%;
      display: block; }
    .object__descr {
      width: 40%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .object__descr h3 {
        color: #dcefaa;
        border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
        font-size: 3rem;
        padding: 1rem; }
      .object__descr p {
        color: #fff;
        padding: 1rem; }
    .object__gallery {
      padding: 1rem;
      position: relative;
      background-color: rgba(255, 255, 255, 0.1);
      width: 60%;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      gap: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.requisites {
  min-height: 100vh;
  background-color: #495d77;
  padding: 5rem 0 6rem 0;
  font-size: 1rem;
  position: relative; }
  .requisites table {
    width: 60%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 20; }
    .requisites table tr td {
      padding: 1rem; }
      .requisites table tr td:first-child {
        color: #dcefaa; }
    .requisites table tr:nth-child(even) {
      background-color: #52657e; }
    .requisites table tr:last-child {
      border-bottom: none; }

.tangram-pattern {
  position: absolute;
  height: 130%;
  left: 50%;
  top: -15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: .015;
  pointer-events: none;
  z-index: 1; }
