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

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

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

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

/* Document
   @mixin ========================================================================= */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   @mixin ========================================================================= */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   @mixin ========================================================================= */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   @mixin ========================================================================= */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   @mixin ========================================================================= */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   @mixin ========================================================================= */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  color: inherit;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* Interactive
   @mixin ========================================================================= */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   @mixin ========================================================================= */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.container {
  width: 87.5%;
  max-width: 1070px;
  margin: 0 auto;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh) * 100);
  margin: 0;
  color: #fbf8f0;
  background-color: #004438;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-circle::before {
  display: none;
}

body::before {
  position: absolute;
  z-index: -1;
  top: -50px;
  right: -200px;
  width: 300px;
  height: 300px;
  content: "";
  -webkit-animation: rotating 120s infinite;
  animation: rotating 120s infinite;
  opacity: 0.14;
  background-image: url("../img/blocks/page-header/ornament.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

audio,
canvas,
iframe,
svg,
video {
  vertical-align: top;
}

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

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

a {
  text-decoration: none;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent;
}

blockquote {
  margin: 0;
}

p {
  margin: 0;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

figure {
  margin: 0;
}

picture {
  display: block;
}

textarea {
  resize: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

input:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label:active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.body-lock {
  overflow: hidden;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  display: table;
  clear: both;
  content: '';
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery .tns-item .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery .tns-item .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  visibility: hidden;
  opacity: 0;
}

.tns-fadeIn {
  z-index: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tns-normal,
.tns-fadeOut {
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix div,
.tns-vpfix li {
  display: inline-block;
}

.tns-t-subp2 {
  position: relative;
  overflow: hidden;
  width: 310px;
  height: 10px;
  margin: 0 auto;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  display: table;
  clear: both;
  content: '';
}

.tns-t-ct > div {
  float: left;
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh) * 100);
}

.route-transition,
.route-transition-2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #072e27;
}

.route-transition-2 {
  background-color: #004438;
}

.title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.page-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  min-height: calc(var(--vh) * 100);
  padding-top: 58px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
}

.page-header_small {
  min-height: 80px;
}

.page-header.sticky .page-header__home::before {
  visibility: visible;
  opacity: 1;
}

.page-header.sticky .page-header__img {
  visibility: hidden;
  opacity: 0;
}

.page-header.sticky .page-header__inner::after {
  visibility: visible;
  opacity: 1;
}

.page-header__img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-header__inner {
  position: fixed;
  z-index: 10;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87.5%;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-header__inner::after {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 58px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background-color: #004438;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-header__home {
  position: absolute;
  position: absolute;
  z-index: 10;
  left: 50%;
  display: block;
  width: 136px;
  height: 112px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-header__home::before {
  position: absolute;
  z-index: 10;
  top: -22px;
  left: 49%;
  visibility: hidden;
  width: 64px;
  height: 64px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  opacity: 0;
  background-image: url("../img/blocks/page-header/lethendy-logo-emblem.svg");
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-header__home_mobile {
  position: relative;
  top: auto;
  left: auto;
  display: none;
  width: 172px;
  height: 52px;
  -webkit-transform: none;
  transform: none;
}

.page-header__home_mobile::before {
  top: 50%;
  left: 0;
  width: 172px;
  height: 52px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../img/blocks/page-header/lethendy-logo-horizontal.svg");
}

.page-header__toggle {
  position: relative;
  z-index: 11;
  width: 26px;
  height: 18px;
  outline: none;
}

.page-header__toggle::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
}

.page-header__toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: inherit;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #cda35d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-header__toggle span:nth-child(1) {
  top: 0;
}

.page-header__toggle span:nth-child(2) {
  top: 8px;
}

.page-header__toggle span:nth-child(3) {
  top: 16px;
}

.page-header__toggle_active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-header__toggle_active span:nth-child(2) {
  opacity: 0;
}

.page-header__toggle_active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.page-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-content_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-footer__inner {
  text-align: center;
}

.page-footer__inner_green {
  background-color: #093a31;
}

.page-footer__inner_darkgreen {
  background-color: #072e27;
}

.page-footer__mail {
  position: relative;
  display: inline-block;
  margin-top: 38px;
  margin-bottom: 30px;
  padding-left: 24px;
  color: #fbf8f0;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
}

.page-footer__mail::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 12px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.586' height='12.634' viewBox='0 0 16.586 12.634'%3E%3Cg transform='translate(0 -61)'%3E%3Cg transform='translate(0 61)'%3E%3Cpath d='M15.128,61H1.458A1.46,1.46,0,0,0,0,62.458v9.718a1.46,1.46,0,0,0,1.458,1.458h13.67a1.46,1.46,0,0,0,1.458-1.458V62.458A1.46,1.46,0,0,0,15.128,61Zm-.2.972-6.6,6.6-6.66-6.6Zm-13.955,10v-9.32l4.68,4.64Zm.687.687,4.683-4.683,1.641,1.627a.486.486,0,0,0,.686,0l1.6-1.6,4.658,4.658Zm13.955-.687-4.658-4.658,4.658-4.658Z' transform='translate(0 -61)' fill='%23cda35d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-footer__mail:hover, .page-footer__mail:focus {
  text-decoration: underline;
}

.page-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}

.page-footer__link {
  display: inline-block;
  text-decoration: underline;
  color: #ffffff;
  font-size: 13px;
}

.page-footer__link:not(:last-child) {
  margin-bottom: 30px;
}

.page-footer__link:hover, .page-footer__link:focus {
  text-decoration: none;
}

.page-footer__copyright {
  margin-bottom: 11px;
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.page-footer__copyright_hidden-mobile {
  display: none;
}

.page-footer__copyright_hidden-desktop {
  display: block;
}

.page-footer__creator {
  display: inline-block;
  padding-bottom: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
}

.page-footer__creator:hover .page-footer__decor, .page-footer__creator:focus .page-footer__decor {
  text-decoration: none;
}

.page-footer__decor {
  text-decoration: underline;
}

.main-nav {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh) * 100);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translate(-100%);
  transform: translate(-100%);
  background-color: #004438;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-nav_visible {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-nav__item {
  width: 100%;
  text-align: center;
}

.main-nav__link {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 13px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-nav__link:hover, .main-nav__link:focus {
  color: #cda35d;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro_hidden {
  z-index: -1;
}

.intro__inner {
  margin-bottom: 50px;
}

.intro__title {
  margin-bottom: 38px;
  font-size: 32px;
  font-weight: 700;
}

.intro__small {
  display: block;
  font-size: 22px;
}

.intro__pic {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.2);
}

.intro__pic::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.intro__more {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #cda35d;
  font-size: 13px;
}

.intro__more::before {
  position: absolute;
  position: absolute;
  top: 50%;
  top: 50px;
  left: 50%;
  left: 40%;
  width: 17px;
  height: 17px;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  background-image: url("../img/blocks/intro/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about {
  padding-top: 58px;
  padding-bottom: 40px;
  background-image: url("../img/blocks/about/bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.about__parallax {
  display: none;
}

.about__title {
  margin-bottom: 42px;
}

.about__text {
  text-align: justify;
}

.about__text:not(:last-of-type) {
  margin-bottom: 28px;
}

.about__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.about__pic {
  display: block;
  height: 100%;
}

.about__item.activated .about__slide::before {
  visibility: hidden;
  opacity: 0;
}

.about__item.fix-slide .about__slide::before {
  display: none;
}

.about__slide {
  position: relative;
  display: inline-block;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.about__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about__slide:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.about__buttons {
  display: none;
  outline: none;
}

.about__btn {
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.about__btn_prev {
  background-image: url("../img/blocks/about/arrow-left.svg");
}

.about__btn_next {
  background-image: url("../img/blocks/about/arrow-right.svg");
}

.about__btn:hover, .about__btn:focus {
  background-color: #000000;
}

.about__img {
  width: 100%;
  min-width: 260px;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about__icon {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 10px;
}

.features {
  padding-bottom: 38px;
}

.features__title {
  margin-bottom: 40px;
}

.features__feature {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 0 16px;
  color: #cda35d;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.features__feature::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: '';
  background-image: url("../img/icons/icon-leaves.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.features__item {
  text-align: center;
}

.features__item:not(:last-child) {
  margin-bottom: 28px;
}

.subscribe {
  position: relative;
  padding-bottom: 40px;
}

.subscribe__container {
  position: relative;
}

.subscribe__title {
  margin-bottom: 40px;
}

.subscribe__group {
  margin-bottom: 40px;
}

.subscribe__group_nomb {
  margin-bottom: 0;
}

.subscribe__message {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 160px;
}

.subscribe__box {
  padding-top: 16px;
}

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

.subscribe__checkbox:checked ~ .subscribe__label::after {
  display: block;
}

.subscribe__label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(251, 248, 240, 0.5);
}

.subscribe__label:active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subscribe__label:hover, .subscribe__label:focus {
  color: #ffffff;
}

.subscribe__label:hover .subscribe__link, .subscribe__label:focus .subscribe__link {
  color: #ffffff;
}

.subscribe__label::before {
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 2px solid #cda35d;
  background-color: rgba(205, 163, 93, 0.8);
}

.subscribe__label::after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: none;
  width: 14px;
  height: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='10' viewBox='0 0 14 10'%3E%3Cdefs%3E%3Cpath id='c1nua' d='M38.578 2732.491l-8.453 8.453a.19.19 0 0 1-.27 0l-4.8-4.8a.19.19 0 0 1 0-.269l1.167-1.166a.19.19 0 0 1 .27 0l3.498 3.499 7.152-7.152a.19.19 0 0 1 .27 0l1.166 1.166a.19.19 0 0 1 0 .27z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-25 -2731)'%3E%3Cuse fill='%23004438' xlink:href='%23c1nua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.subscribe__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  color: rgba(251, 248, 240, 0.5);
}

.subscribe__link:hover, .subscribe__link:focus {
  text-decoration: none;
  color: #ffffff;
}

.subscribe__btn {
  margin: 40px auto 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subscribe__form {
  position: relative;
}

.input {
  width: 100%;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  vertical-align: top;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  background-color: transparent;
  line-height: 28px;
  caret-color: #ffffff;
}

.input:focus,
.input:hover {
  border-bottom-color: #ffffff;
}

.input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #004438 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}

.btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  height: 54px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #cda35d;
  border: 1px solid #cda35d;
  outline: none;
  font-weight: 700;
  line-height: 54px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn:hover, .btn:focus {
  color: #fbf8f0;
  background-color: #cda35d;
}

.contacts {
  padding-top: 40px;
}

.contacts__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 32px;
}

.contacts__link {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  color: #cda35d;
  font-size: 16px;
  font-weight: 700;
}

.contacts__link:hover, .contacts__link:focus {
  text-decoration: underline;
}

.team {
  position: relative;
  padding-top: 40px;
  padding-bottom: 104px;
}

.team::before {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: -200px;
  width: 300px;
  height: 300px;
  content: "";
  -webkit-animation: rotating 120s infinite;
  animation: rotating 120s infinite;
  opacity: 0.14;
  background-image: url("../img/blocks/page-header/ornament.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.team__title {
  margin-bottom: 40px;
  font-size: 32px;
}

.team__name {
  margin: 0 20px 5px 0;
  color: #cda35d;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 28px;
}

.team__post {
  margin: 0 0 15px;
  font-size: 22px;
}

.team__desc {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 28px;
}

.team__item:not(:last-child) {
  margin-bottom: 40px;
}

.team__pic {
  margin-right: 35px;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.our__intro {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100vh;
  height: calc(var(--vh) * 100);
  margin-bottom: 40px;
  padding-top: 100px;
  background-image: url("../img/blocks/our/our.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.our__intro::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.9;
  background-color: #004438;
}

.our__title {
  margin-bottom: 20px;
  font-size: 32px;
}

.our__title_mb {
  margin-bottom: 40px;
}

.our__text {
  font-size: 14px;
  line-height: 26px;
}

.our__text a {
  color: #cda35d;
  font-weight: 600;
}

.our__text a:hover, .our__text a:focus {
  text-decoration: underline;
}

.our__container_flex {
  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-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 162px);
  padding-bottom: 20px;
}

.our__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.our__scroll {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  color: #cda35d;
  font-size: 13px;
  line-height: 16px;
}

.our__scroll::before {
  position: absolute;
  top: 45px;
  left: 28px;
  width: 17px;
  height: 17px;
  content: "";
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  background-image: url("../img/blocks/intro/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.our__item {
  position: relative;
  text-align: justify;
  font-size: 14px;
  line-height: 26px;
}

.our__item a {
  text-decoration: underline;
}

.our__item a:hover, .our__item a:focus {
  text-decoration: none;
}

.our__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.our__item:not(:last-child)::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#cda35d), color-stop(56.9%, #cda35d), to(rgba(205, 163, 93, 0)));
  background: linear-gradient(90deg, #cda35d 0%, #cda35d 56.9%, rgba(205, 163, 93, 0) 100%);
}

.our__col_left {
  margin-bottom: 40px;
}

.our__idea {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.our__features {
  margin-bottom: 40px;
}

.our__features-title {
  margin-bottom: 35px;
  text-align: center;
}

.our__features-list:not(:last-child) {
  margin-bottom: 40px;
}

.our__features-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our__subitem {
  width: 100%;
}

.our__subitem:not(:last-child) {
  margin-bottom: 15px;
}

.our__subtitle {
  position: relative;
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
  color: #cda35d;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  line-height: normal;
}

.our__subtitle::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  content: '';
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.our__subtitle_size::before {
  width: 28px;
  height: 28px;
  background-image: url("../img/icons/icon-size.svg");
}

.our__subtitle_price::before {
  width: 20px;
  height: 28px;
  background-image: url("../img/icons/icon-price.svg");
}

.our__subtitle_asset::before {
  width: 28px;
  height: 28px;
  background-image: url("../img/icons/icon-asset.svg");
}

.our__subtitle_manager::before {
  width: 20px;
  height: 28px;
  background-image: url("../img/icons/icon-manager.svg");
}

.our__subtitle_market::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-leaves.svg");
}

.our__subtitle_management::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-leaves.svg");
}

.our__subtitle_capex::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-leaves.svg");
}

.our__subtitle_networking::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-leaves.svg");
}

.our__subtitle_events::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-leaves.svg");
}

.our__subtitle_awarness::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icon-leaves.svg");
}

.our__subtext {
  text-align: center;
}

.our__img {
  width: 280px;
  height: 280px;
}

.our__figure {
  text-align: center;
}

.portfolio {
  padding-top: 40px;
  padding-bottom: 40px;
}

.portfolio_bg-visible .portfolio__background {
  display: block;
}

.portfolio__title {
  margin-bottom: 30px;
  font-size: 32px;
}

.portfolio__mobile-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  outline: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__mobile-counter {
  min-width: 58px;
}

.portfolio__mobile-arrow {
  width: 54px;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("../img/blocks/portfolio/portfolio-arrow-right-big.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portfolio__mobile-arrow[disabled] {
  pointer-events: none;
  opacity: 0.28;
}

.portfolio__mobile-arrow_left {
  margin-right: 50px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio__mobile-arrow_right {
  margin-left: 50px;
}

.portfolio__mobile-counter {
  font-size: 16px;
  line-height: 28px;
}

.portfolio__mobile-counter-current {
  padding-right: 0.5ch;
}

.portfolio__mobile-counter-all {
  padding-left: 0.5ch;
}

.portfolio__project-name {
  margin: 0 0 20px;
  text-align: center;
  color: #cda35d;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 22px;
  line-height: normal;
}

.portfolio__figure {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto 20px;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
}

.portfolio__img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.portfolio__desc {
  max-width: 600px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.portfolio__link {
  position: relative;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.032em;
  text-transform: uppercase;
  color: #cda35d;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.portfolio__link::before {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 14px;
  height: 12px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.744' height='11.561' viewBox='0 0 13.744 11.561'%3E%3Cg transform='translate(0 11.561) rotate(-90)'%3E%3Cpath d='M.442,13.733A.441.441,0,0,1,0,13.292V.441a.442.442,0,0,1,.883,0V13.292A.441.441,0,0,1,.442,13.733Z' transform='translate(5.399)' fill='%23cda35d'/%3E%3Cpath d='M5.841,6.28a.4.4,0,0,1-.331-.121L.132.76a.442.442,0,0,1,0-.629.429.429,0,0,1,.617,0L5.841,5.21,10.856.175a.441.441,0,0,1,.617.618L6.149,6.159a.429.429,0,0,1-.309.132Z' transform='translate(0 7.452)' fill='%23cda35d'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portfolio__link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #cda35d;
}

.portfolio__link:hover::before, .portfolio__link:focus::before {
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}

.portfolio__desktop-inner {
  display: none;
}

.portfolio__mobile-inner {
  position: relative;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.portfolio__mobile-project {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio__mobile-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.portfolio__desktop-counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__desktop-arrow {
  width: 70px;
  height: 70px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
  background-image: url("../img/blocks/portfolio/portfolio-arrow-right-small.svg");
  background-repeat: no-repeat;
  background-position: 50% center;
  background-size: 24px 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.portfolio__desktop-arrow[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

.portfolio__desktop-arrow:hover, .portfolio__desktop-arrow:focus {
  background-color: #cda35d;
}

.portfolio__desktop-arrow_left {
  margin-right: 4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.portfolio__desktop-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  line-height: 28px;
}

.portfolio__desktop-counter-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5ch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__desktop-counter-all {
  padding-left: 0.5ch;
}

.portfolio__caption {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0;
  font-weight: 700;
}

.portfolio__caption span {
  display: inline-block;
  font-size: 84px;
  line-height: 84px;
}

.portfolio__background {
  display: none;
}

.portfolio__desktop-slideshow {
  position: absolute;
  overflow: hidden;
  width: 427px;
  height: 562px;
  -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
}

.portfolio__desktop-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: width, transform;
}

.portfolio__project-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio__project-link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.14);
}

.project {
  position: relative;
  margin-top: -58px;
  padding-top: 86px;
}

.project__back {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 50px;
  color: #cda35d;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.project__back::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 12px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.662' height='13.997' viewBox='0 0 35.662 13.997'%3E%3Cg transform='translate(55.662 -0.001) rotate(90)'%3E%3Cg transform='translate(0.001 20)'%3E%3Cpath d='M5.434,55.648a.534.534,0,0,1-.534-.534V20.534a.534.534,0,0,1,1.068,0V55.115A.534.534,0,0,1,5.434,55.648Z' transform='translate(1.638 -20)' fill='%23cda35d'/%3E%3Cpath d='M7.072,41.012a.48.48,0,0,1-.4-.147L.16,34.34a.534.534,0,0,1,0-.761.52.52,0,0,1,.747,0l6.165,6.138,6.072-6.085a.534.534,0,0,1,.747.747L7.446,40.866a.52.52,0,0,1-.374.16Z' transform='translate(-0.001 -5.364)' fill='%23cda35d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.project__back:hover::before, .project__back:focus::before {
  -webkit-transform: translateX(-5px) translateY(-50%);
  transform: translateX(-5px) translateY(-50%);
}

.project__title {
  margin-bottom: 20px;
  font-size: 32px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.project__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.project__info-list {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.project__wrapper {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.project__main-slider {
  position: relative;
}

.project__main-slider-arrow {
  display: none;
}

.project__main-slider-controls {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  outline: none;
}

.project__counters {
  font-size: 12px;
  line-height: 28px;
}

.project__current {
  padding-right: 0.5ch;
}

.project__all {
  padding-left: 0.5ch;
}

.project__info-item {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 26px;
}

.project__info-item:not(:last-child) {
  margin-bottom: 14px;
}

.project__info-item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 16px;
  height: 2px;
  content: '';
  background-color: #cda35d;
}

.project__background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.1;
}

.project__background img {
  width: 100%;
  height: 100%;
  max-height: 768px;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project__link {
  display: block;
  width: 100%;
  height: 100%;
}

.recommended {
  width: calc(108%);
  padding-bottom: 40px;
}

.recommended__title {
  margin-bottom: 35px;
  text-align: left;
  font-size: 28px;
}

.recommended__caption {
  margin-bottom: 10px;
  text-align: center;
  color: #cda35d;
  font-family: MaiolaPro, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.recommended__counters {
  font-size: 12px;
  line-height: 28px;
}

.recommended__current {
  padding-right: 0.5ch;
}

.recommended__all {
  padding-left: 0.5ch;
}

.recommended__controls {
  position: absolute;
  z-index: 1;
  top: 40px;
  left: 10px;
  outline: none;
}

.recommended__main-slider-arrow {
  display: none;
}

.recommended__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recommended__slides .slick-list {
  padding-right: 30px !important;
  padding-left: 0 !important;
}

.recommended__slides .slick-slide {
  height: auto;
}

.recommended__slides .slick-slide div {
  height: 100%;
}

.recommended__slides .slick-track {
  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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.recommended__slider {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.recommended__slider .tns-ovh {
  margin: -50px;
  padding: 50px;
}

.recommended__figure {
  height: 100%;
  padding-right: 20px;
}

.recommended__figure picture {
  height: 100%;
}

.recommended__figure img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.recommended__link {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.request {
  padding-top: 20px;
  padding-bottom: 40px;
}

.request__title {
  font-size: 32px;
}

.request__subtitle {
  margin-bottom: 20px;
  font-size: 22px;
}

.request__text {
  margin-bottom: 40px;
  text-align: center;
  color: #cda35d;
  font-size: 16px;
  line-height: 28px;
}

.request__login {
  text-decoration: underline;
  color: #cda35d;
}

.request__login:hover, .request__login:focus {
  text-decoration: none;
}

.request__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 14px 14px 0;
}

.request__group {
  margin-bottom: 26px;
}

.request__message {
  min-height: 162px;
}

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

.request__checkbox:checked ~ .request__label::after {
  display: block;
}

.request__label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(251, 248, 240, 0.5);
}

.request__label:active {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.request__label:hover, .request__label:focus {
  color: #ffffff;
}

.request__label:hover .request__link, .request__label:focus .request__link {
  color: #ffffff;
}

.request__label::before {
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  border: 2px solid #cda35d;
  background-color: rgba(205, 163, 93, 0.8);
}

.request__label::after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: none;
  width: 14px;
  height: 10px;
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='10' viewBox='0 0 14 10'%3E%3Cdefs%3E%3Cpath id='c1nua' d='M38.578 2732.491l-8.453 8.453a.19.19 0 0 1-.27 0l-4.8-4.8a.19.19 0 0 1 0-.269l1.167-1.166a.19.19 0 0 1 .27 0l3.498 3.499 7.152-7.152a.19.19 0 0 1 .27 0l1.166 1.166a.19.19 0 0 1 0 .27z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate(-25 -2731)'%3E%3Cuse fill='%23004438' xlink:href='%23c1nua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.request__submit {
  margin: 40px auto 0;
}

.request__screen_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 140px);
  min-height: calc(var(--vh) * 100 - 140px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.request__screen_hidden {
  display: none;
}

.request__like {
  margin-bottom: 20px;
  text-align: center;
}

.request__success-title {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #cda35d;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}

.request__success-text {
  margin-bottom: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.request__success-btn {
  width: 280px;
  margin: 0 auto;
}

.request__success-btn:not(:last-child) {
  margin-bottom: 20px;
}

.request__link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  color: rgba(251, 248, 240, 0.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.request__link:hover, .request__link:focus {
  color: #ffffff;
}

.modal {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background-color: rgba(5, 51, 43, 0.8);
}

.modal_visible {
  visibility: visible;
  opacity: 1;
}

.modal__inner {
  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-sizing: border-box;
  box-sizing: border-box;
  max-width: 320px;
  margin: auto;
  padding-bottom: 40px;
  background-color: #004438;
  -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 36px rgba(0, 0, 0, 0.24);
}

.modal__close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg transform='translate(-23.101 -6.1)'%3E%3Crect width='21.011' height='1.616' rx='0.808' transform='translate(24.243 6.101) rotate(45)' fill='%23cda35d'/%3E%3Crect width='21.011' height='1.616' rx='0.808' transform='translate(23.101 20.958) rotate(-45)' fill='%23cda35d'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}

.modal__title {
  margin-bottom: 26px;
  font-size: 32px;
}

.modal__input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 14px 14px 0;
  text-align: center;
}

.modal__group {
  margin-bottom: 26px;
  padding-right: 20px;
  padding-left: 20px;
}

.modal__submit {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto 20px;
  text-transform: uppercase;
}

.modal__info {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  opacity: 0.4;
  color: #FBF8F0;
  font-size: 14px;
  line-height: 24px;
}

.message-sent {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #004438;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.message-sent_visible {
  visibility: visible;
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.message-sent_top {
  top: 0;
  bottom: auto;
}

.message-sent__icon {
  display: inline-block;
  margin-bottom: 10px;
}

.message-sent__title {
  margin-bottom: 10px;
  color: #CDA35D;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.message-sent__text {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 480px) {
  body::before {
    right: -250px;
    width: 400px;
    height: 400px;
  }

  .team::before {
    left: -250px;
    width: 400px;
    height: 400px;
  }
}

@media (min-width: 600px) {
  .recommended__controls {
    left: 20px;
  }
}

@media (min-width: 660px) {
  body::before {
    right: -300px;
    width: 500px;
    height: 500px;
  }

  .page-footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 87.5%;
    max-width: 1070px;
    margin: 0 auto;
    padding: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-footer__inner_darkgreen {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-footer__inner_darkgreen .page-footer__box {
    padding: 0;
  }

  .page-footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }

  .page-footer__link:not(:last-child) {
    margin-right: 72px;
    margin-bottom: 0;
  }

  .page-footer__creator {
    padding-bottom: 0;
  }

  .features__item {
    width: 50%;
  }

  .features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team::before {
    left: -300px;
    width: 500px;
    height: 500px;
  }

  .our__subitem {
    width: 48%;
  }

  .request__message {
    min-height: 136px;
  }

  .request__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .request__form-col {
    width: 45%;
  }
}

@media (min-width: 1023px) {
  .project__slides {
    min-height: 754px;
  }

  .project__slides .slick-slide {
    width: 800px;
    margin-right: 36px;
  }

  .recommended__slides .slick-slide {
    width: 498px;
    height: 320px;
    margin-right: 24px;
  }

  .recommended__slides .slick-list {
    margin: -50px !important;
    padding: 50px !important;
  }
}

@media (min-width: 1024px) {
  .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 92%;
    padding-left: 8%;
  }

  body::before {
    top: -200px;
    right: -650px;
    width: 100%;
    max-width: 1000px;
    height: 940px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .tns-outer {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
  }

  .tns-ovh {
    width: 420px;
  }

  .title {
    font-size: 60px;
    font-weight: 400;
  }

  .page-header {
    padding-top: 130px;
  }

  .page-header_small {
    min-height: auto;
  }

  .page-header::before {
    display: none;
  }

  .page-header.sticky .page-header__inner::before {
    visibility: visible;
    opacity: 1;
  }

  .page-header {
    min-height: 700px;
  }

  .page-header_small {
    min-height: auto;
  }

  .page-header__inner {
    top: 0;
    left: 50%;
    width: 96.6793557833%;
    max-width: 1366px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-header__inner::after {
    display: none;
  }

  .page-header__inner::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    visibility: hidden;
    width: 591px;
    height: 110px;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(55px);
    transform: translateX(55px);
    opacity: 0;
    background-color: #004438;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .page-header__home {
    position: relative;
    left: auto;
    width: 300px;
    height: 90px;
    -webkit-transform: none;
    transform: none;
  }

  .page-header__home::before {
    top: 0;
    left: 0;
    width: 95px;
    height: 90px;
    -webkit-transform: none;
    transform: none;
    background-image: url("../img/blocks/page-header/lethendy-logo-emblem.svg");
  }

  .page-header__toggle {
    display: none;
  }

  .page-footer__box {
    width: 92.6793557833%;
    padding: 11.5px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .page-footer__inner_darkgreen .page-footer__box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .page-footer__mail {
    margin: 0;
    font-size: 15px;
  }

  .page-footer__links {
    margin-left: 80px;
  }

  .page-footer__copyright_hidden-mobile {
    display: block;
    margin-bottom: 0;
    margin-left: auto;
    padding: 0;
  }

  .page-footer__copyright_hidden-desktop {
    display: none;
  }

  .main-nav {
    position: static;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    padding-top: 20px;
    -webkit-transform: none;
    transform: none;
    background-color: transparent;
  }

  .main-nav__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-nav__item {
    width: auto;
  }

  .main-nav__item:not(:last-of-type) {
    margin-right: 40px;
  }

  .main-nav__link {
    padding: 0;
  }

  .intro {
    padding-top: 0;
    padding-bottom: 64px;
    text-align: left;
  }

  .intro__inner {
    position: relative;
    margin-bottom: 50px;
    margin-left: 60px;
  }

  .intro__container {
    padding-left: 6%;
  }

  .intro__title {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -45px;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    font-size: 76px;
    font-weight: 700;
  }

  .intro__small {
    font-size: 50px;
  }

  .intro__more {
    z-index: 11;
    margin-left: 40px;
  }

  .intro__more::before {
    top: 50%;
    left: -25px;
    width: 17px;
    height: 44px;
    background-image: url("../img/blocks/intro/icon-arrow-down-big.svg");
  }

  .about {
    position: relative;
    padding-top: 112px;
    background-image: none;
  }

  .about__parallax {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 683px;
    height: 765px;
    background-image: url("../img/blocks/about/about-desktop.png");
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .about__title {
    text-align: left;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .about__box {
    width: 460px;
    padding-top: 150px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .about__text {
    font-size: 16px;
    line-height: 28px;
  }

  .about__slide::before {
    display: none;
  }

  .about__slides {
    position: relative;
    max-width: 420px;
  }

  .about__slides::before {
    position: absolute;
    z-index: -1;
    top: 13px;
    left: 450px;
    width: 2000px;
    height: 470px;
    content: '';
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    opacity: .5;
    background-color: #112723;
  }

  .about__row {
    width: 92.6793557833%;
    max-width: 1070px;
    margin: 0 auto;
    margin-top: -310px;
  }

  .about__buttons {
    position: absolute;
    z-index: 7;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__img {
    width: 420px;
    min-width: 420px;
    height: 420px;
  }

  .about__icon {
    top: 10px;
  }

  .features {
    padding-top: 144px;
    text-align: left;
  }

  .features__title {
    margin-bottom: 102px;
    text-align: left;
  }

  .features__feature {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 400;
  }

  .features__item {
    width: 285px;
    text-align: left;
  }

  .features__item:not(:last-child) {
    margin-bottom: 76px;
  }

  .features__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .features__text {
    font-size: 16px;
    line-height: 28px;
  }

  .subscribe {
    padding-top: 38px;
    padding-bottom: 145px;
    text-align: left;
  }

  .subscribe__title {
    margin-bottom: 105px;
    text-align: left;
  }

  .subscribe__message {
    min-height: 120px;
    margin-bottom: 26px;
  }

  .subscribe__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subscribe__row:nth-of-type(2) {
    width: 100%;
    margin-left: 45px;
  }

  .subscribe__label {
    max-width: 380px;
    padding-left: 36px;
  }

  .subscribe__btn {
    width: 185px;
    margin: 0 0 0 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .input {
    padding-bottom: 10px;
  }

  .input[type='text'],
  .input[type='tel'],
  .input[type='email'] {
    width: 394px;
  }

  .contacts {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts__container {
    width: 100%;
  }

  .contacts__title {
    margin-bottom: 0;
    text-align: left;
  }

  .contacts__link {
    text-align: left;
    font-size: 38px;
    font-weight: 400;
  }

  .team::before {
    bottom: -200px;
    left: -650px;
    width: 100%;
    max-width: 1000px;
    height: 100vh;
    height: calc(var(--vh) * 100);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .team {
    padding-top: 53px;
    padding-bottom: 156px;
  }

  .team__title {
    text-align: left;
    font-weight: 400;
  }

  .team__name {
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
  }

  .team__subtitle {
    display: none;
  }

  .team__post {
    font-weight: 400;
  }

  .team__desc {
    padding-top: 28px;
    font-size: 16px;
    line-height: 28px;
  }

  .team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .team__item:not(:last-child) {
    margin-bottom: 90px;
  }

  .our__intro {
    margin-bottom: 66px;
    padding-top: 130px;
  }

  .our__title {
    margin-bottom: 80px;
    text-align: left;
    font-weight: 400;
  }

  .our__text {
    max-width: 620px;
    font-size: 16px;
    line-height: 28px;
  }

  .our__container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 8%;
  }

  .our__container_flex {
    height: calc(100vh - 130px);
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .our__btns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .our__scroll {
    padding-left: 30px;
  }

  .our__scroll::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 44px;
    background-image: url("../img/blocks/intro/icon-arrow-down-big.svg");
  }

  .our__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
  }

  .our__col_left {
    max-width: 600px;
    margin-right: 90px;
  }

  .our__col_right {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .our__col_right::before {
    position: absolute;
    z-index: -1;
    top: -25px;
    left: -25px;
    width: 470px;
    height: 470px;
    content: '';
    opacity: 0.5;
    background-color: #112723;
  }

  .our__col_right::after {
    position: absolute;
    z-index: -1;
    top: -25px;
    left: 445px;
    width: 1000px;
    height: 470px;
    content: '';
    opacity: 0.5;
    background-color: #112723;
  }

  .our__idea {
    margin-bottom: 145px;
  }

  .our__features {
    position: relative;
    margin-bottom: 75px;
  }

  .our__features::before {
    position: absolute;
    z-index: -1;
    top: 200px;
    right: -650px;
    width: 100%;
    max-width: 1000px;
    height: 100vh;
    height: calc(var(--vh) * 100);
    content: "";
    -webkit-animation: rotating 120s infinite;
    animation: rotating 120s infinite;
    opacity: 0.14;
    background-image: url("../img/blocks/page-header/ornament.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .our__features-title {
    margin-bottom: 72px;
    text-align: left;
  }

  .our__features-list:not(:last-child) {
    margin-bottom: 75px;
  }

  .our__subitem {
    width: 30%;
    margin-bottom: 70px;
  }

  .our__subitem:not(:last-child) {
    margin-bottom: 70px;
  }

  .our__subtitle {
    margin-bottom: 20px;
    text-align: left;
    font-size: 38px;
    font-weight: 400;
  }

  .our__subtext {
    max-width: 285px;
    text-align: left;
  }

  .our__img {
    width: 420px;
    height: 420px;
  }

  .portfolio {
    margin-top: -130px;
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .portfolio__title {
    margin-bottom: 52px;
    text-align: left;
    font-weight: 400;
  }

  .portfolio__project-name {
    margin-bottom: 24px;
    text-align: left;
    font-size: 0;
  }

  .portfolio__project-name span {
    display: inline-block;
    font-size: 38px;
  }

  .portfolio__figure {
    max-width: none;
    margin-bottom: 0;
  }

  .portfolio__desc {
    overflow: hidden;
    max-width: 380px;
    margin-bottom: 20px;
    text-align: left;
  }

  .portfolio__desc span {
    display: inline-block;
  }

  .portfolio__desktop-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .portfolio__mobile-inner {
    display: none;
  }

  .portfolio__project-info {
    margin-bottom: 54px;
  }

  .portfolio__col_left {
    width: 410px;
    margin-right: 52px;
  }

  .portfolio__col_right {
    position: relative;
    top: -28px;
    min-width: 427px;
    height: 562px;
  }

  .portfolio__background {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    display: none;
    width: 50%;
    height: 768px;
    background-image: url("../img/blocks/portfolio/portfolio-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .project {
    margin-top: -130px;
    padding-top: 184px;
  }

  .project__back {
    margin-bottom: 16px;
  }

  .project__title {
    margin-bottom: 80px;
    text-align: left;
  }

  .project__inner {
    margin-bottom: 140px;
  }

  .project__info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .project__wrapper {
    position: relative;
    width: 100%;
    height: 645px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .project__main-slider .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -50px;
    padding: 50px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  .project__main-slider-arrow {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url("../img/blocks/project/project-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .project__main-slider-arrow:hover, .project__main-slider-arrow:focus {
    background-color: #000000;
  }

  .project__main-slider-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.5;
  }

  .project__main-slider-arrow_left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .project__main-slider-controls {
    z-index: 2;
    top: auto;
    bottom: 108px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .project__counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .project__info-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    max-width: 500px;
    padding-right: 20px;
    padding-left: 50px;
    font-size: 16px;
    line-height: 28px;
  }

  .project__info-item::before {
    top: 12px;
    width: 25px;
  }

  .project__info-item:not(:last-child) {
    margin-bottom: 35px;
  }

  .project__img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 645px;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .project__main-slide:last-of-type {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .project__main-slide_no-pl {
    margin-left: -5px;
  }

  .project__figure {
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
  }

  .recommended {
    padding-bottom: 214px;
  }

  .recommended__title {
    margin-bottom: 82px;
  }

  .recommended__caption {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    color: #ffffff;
    background-color: rgba(5, 51, 43, 0.7);
    font-size: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .recommended__caption::before {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0.25;
    border: 16px solid #000000;
    background-color: transparent;
  }

  .recommended__counters {
    display: none;
  }

  .recommended__controls {
    top: auto;
    bottom: -94px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
  }

  .recommended__main-slider-arrow {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ffffff;
    background-color: transparent;
    background-image: url("../img/blocks/project/project-arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .recommended__main-slider-arrow.slick-disabled {
    pointer-events: none;
    opacity: 0.16;
  }

  .recommended__main-slider-arrow_left {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .recommended__slider {
    position: absolute;
  }

  .recommended__slider .tns-ovh {
    overflow: visible;
    width: auto;
  }

  .recommended__slider .tns-outer {
    max-width: none;
    margin: 0;
  }

  .recommended__figure {
    position: relative;
    padding-right: 0;
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.32);
  }

  .recommended__figure:hover figcaption, .recommended__figure:focus figcaption {
    visibility: visible;
    opacity: 1;
  }

  .recommended__wrapper {
    position: relative;
    height: 420px;
  }

  .request {
    padding-top: 54px;
    padding-bottom: 96px;
  }

  .request__title {
    text-align: left;
    font-size: 60px;
  }

  .request__subtitle {
    margin-bottom: 40px;
    text-align: left;
    font-size: 38px;
  }

  .request__text {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .request__input {
    padding: 20px 20px 20px 0;
  }

  .request__input:-webkit-autofill,
  .request__input:-webkit-autofill:hover,
  .request__input:-webkit-autofill:focus,
  .request__input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 60px #004438 inset !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .request__group {
    margin-bottom: 30px;
  }

  .request__message {
    min-height: 156px;
  }

  .request__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .request__row:last-of-type {
    width: 100%;
    margin-left: 45px;
  }

  .request__label {
    max-width: 380px;
    padding-right: 20px;
    padding-left: 36px;
  }

  .request__submit {
    width: 185px;
    margin-top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .request__screen_second {
    min-height: calc(100vh - 280px);
    min-height: calc(var(--vh) * 100 - 280px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .request__like {
    margin-bottom: 10px;
  }

  .request__success-title {
    margin-bottom: 11px;
    font-size: 38px;
  }

  .request__success-btn {
    width: 185px;
  }

  .request__success-btn:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .request__btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .modal {
    overflow: hidden;
  }

  .modal__inner {
    padding-bottom: 31px;
  }

  .modal__title {
    font-size: 32px;
  }

  .modal__input {
    width: 100% !important;
  }

  .modal__input:-webkit-autofill,
  .modal__input:-webkit-autofill:hover,
  .modal__input:-webkit-autofill:focus,
  .modal__input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 60px #004438 inset !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .modal__group {
    margin-bottom: 18px;
  }

  .modal__submit {
    margin-top: 20px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .page-header__img {
    height: 90px;
  }

  .page-header__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main-nav {
    margin-left: auto;
  }

  .about__slides {
    top: 0;
  }

  .about__buttons {
    bottom: 8px;
  }

  .subscribe__message {
    height: 101px;
    min-height: auto;
  }
}

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1024px) and (min-resolution: 192dpi) {
  .about__parallax {
    background-image: url("../img/blocks/about/about-desktop@2x.png");
    background-size: contain;
  }
}

@media (min-width: 1140px) {
  .intro__container {
    padding-left: 5%;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-left: 6%;
  }

  .intro__container {
    padding-left: 0;
  }

  .our__container {
    padding-left: 6%;
  }

  .project__slides .slick-slide {
    width: 900px;
  }

  .request__message {
    min-height: 256px;
  }

  .request__form {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .request__form-col_left {
    width: 394px;
    margin-right: 50px;
  }

  .request__form-col_right {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .portfolio__caption {
    right: -50%;
    left: auto;
  }

  .message-sent {
    height: 280px;
  }
}

@media (min-width: 1340px) {
  .container {
    padding-left: 0;
  }

  .intro__inner {
    width: 100%;
    margin-left: 0;
  }

  .intro__container {
    width: 100%;
    margin: 0;
  }

  .intro__more {
    left: -27px;
    margin-left: 0;
  }

  .project__slides .slick-slide {
    width: 1000px;
  }
}

@media (min-width: 1400px) {
  .page-header__inner {
    width: 92.6793557833%;
  }

  .intro {
    padding-top: 36px;
  }

  .our__container {
    padding-left: 0;
  }

  .our__subitem {
    width: 33.33%;
  }
}

@media (max-width: 1023px) {
  .page-header_small .page-header__home {
    display: none;
  }

  .page-header_small .page-header__home_mobile {
    display: block;
  }

  .page-header_small .page-header__inner {
    padding: 14px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-header_small .page-header__inner::after {
    height: 80px;
  }
}

@media (orientation: landscape) and (max-width: 1023px) {
  .intro {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 1023px) and (min-resolution: 192dpi) {
  .about {
    background-image: url("../img/blocks/about/bg-1@2x.png");
  }
}

@media (max-width: 1022px) {
  .project__slides .slick-slide {
    height: auto;
  }

  .project__slides .slick-slide div {
    height: 100%;
  }

  .project__slides .slick-track {
    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: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .project__figure {
    height: 100%;
  }

  .project__figure picture,
  .project__figure img {
    height: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 420px) {
  .intro {
    padding-top: 30px;
  }
}