@import url("../../../../../css2");
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img,
fieldset,
a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
}

input {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
}
button:disabled {
  opacity: 0.4;
  cursor: default;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.5em;
}

a {
  text-decoration: none;
}

div,
input,
textarea,
select,
button,
img,
li,
i,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

div,
section {
  display: block;
}

ul,
ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  color: rgba(0, 0, 0, 0.5);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media screen and (max-width: 767px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}
button,
input,
textarea {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  background: transparent;
}

b,
strong {
  font-weight: 700;
}

html,
body {
  overflow-x: hidden;
}

body {
  width: 100%;
  min-height: 100vh;
  height: auto;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  background: #ece6e6;
  position: relative;
  line-height: 1.3;
}

.row {
  width: 100%;
  max-width: 1360px;
  padding: 0 30px;
  margin: 0 auto;
}

.link {
  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;
  width: auto;
  height: 70px;
  padding: 0 48px;
  background: #1e2e26;
  color: #ece6e6;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
}
.link s {
  float: right;
  width: 15px;
  height: 15px;
  background: url(../img/icon-arrow4.svg) center right no-repeat;
  margin: auto 0 auto 15px;
  position: relative;
}
.link s::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow4.svg) center left no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.link.white {
  background-color: #ece6e6;
  color: #2a2a2a;
}
.link.white s,
.link.white s::before {
  background-image: url(../img/icon-arrow5.svg);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
.header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002a0f;
  backdrop-filter: blur(10px);
  -webkit-transition:
    background 0.5s,
    -webkit-box-shadow 0.5s;
  transition:
    background 0.5s,
    -webkit-box-shadow 0.5s;
  -o-transition:
    background 0.5s,
    box-shadow 0.5s;
  transition:
    background 0.5s,
    box-shadow 0.5s;
  transition:
    background 0.5s,
    box-shadow 0.5s,
    -webkit-box-shadow 0.5s;
}
.header .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 1;
}
.header.white:not(.fixed)::before {
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0);
}
.header.fixed::before,
.header.white::before {
  background: #002a0f;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  
}
.header.fixed .header__contact-menu .drop {
  background: #dad5d5;
}
.header.fixed .header__contact.header__contact-menu a {
  color: #fff !important;
}
.header.fixed .header__bg,
.header.white .header__bg {
  opacity: 0;
}
.header.fixed .header__nav,
.header.white .header__nav {
  background: #ece6e6;
}
.header.fixed .header__nav::before,
.header.white .header__nav::before {
  background: #ece6e6;
}
.header.fixed .header__nav > ul > li > a,
.header.white .header__nav > ul > li > a {
  color: #2a2a2a;
}
.header.fixed .header__nav > ul > li ul li a,
.header.white .header__nav > ul > li ul li a {
  color: rgba(42, 42, 42, 0.8);
}
.header.fixed .header__logo svg path,
.header.white .header__logo svg path {
  fill: #2a2a2a;
}
.header.fixed .header__logo span,
.header.white .header__logo span {
  color: #fff;
}
.header.fixed .header__contact a,
.header.white .header__contact a {
  color: #fff;
}
.header.fixed .header__but svg path,
.header.white .header__but svg path {
  fill: #2a2a2a;
}
.header.fixed .header__but b,
.header.white .header__but b {
  color: #2a2a2a;
}
.header.fixed .header__humb i,
.header.white .header__humb i {
  background: #2a2a2a;
}
.header.fixed .header__humb i::before,
.header.fixed .header__humb i::after,
.header.white .header__humb i::before,
.header.white .header__humb i::after {
  background: #fff;
}
.header.open .header__nav {
  visibility: visible;
  opacity: 1;
}
.header.open .header__humb i {
  background: rgba(255, 255, 255, 0) !important;
}
.header.open .header__humb i::before {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.header.open .header__humb i::after {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.header.open .header__humb + .head-nav {
  opacity: 1;
  visibility: visible;
}
.header__bg {
  position: absolute;
  height: 100%;
  top: 0;
  background: rgba(32, 32, 32, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  top: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.header__nav {
  position: absolute;
  left: 30px;
  top: 0;
  height: 100vh;
  background: #1e2e26;
  padding: 80px 0 50px;
  min-width: 310px;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition:
    visibility 0.3s,
    opacity 0.3s,
    background 0.5s;
  -o-transition:
    visibility 0.3s,
    opacity 0.3s,
    background 0.5s;
  transition:
    visibility 0.3s,
    opacity 0.3s,
    background 0.5s;
  z-index: 5;
}
.header__nav::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  background: #1e2e26;
  top: 0;
  right: 100%;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.header__nav > ul {
  display: block;
  width: 100%;
  padding-right: 70px;
  position: relative;
  z-index: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.header__nav > ul > li {
  display: block;
  margin-top: 20px;
}
.header__nav > ul > li:first-child {
  margin: 0;
}
.header__nav > ul > li > a {
  display: block;
  font-size: 24px;
  color: #fff;
  -webkit-transition:
    opacity 0.3s,
    color 0.5s;
  -o-transition:
    opacity 0.3s,
    color 0.5s;
  transition:
    opacity 0.3s,
    color 0.5s;
}
.header__nav > ul > li ul {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
}
.header__nav > ul > li ul li {
  display: block;
  margin-top: 16px;
}
.header__nav > ul > li ul li:first-child {
  margin: 0;
}
.header__nav > ul > li ul li a {
  display: block;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition:
    opacity 0.3s,
    color 0.5s;
  -o-transition:
    opacity 0.3s,
    color 0.5s;
  transition:
    opacity 0.3s,
    color 0.5s;
}
.header__humb {
  float: left;
  width: 57px;
  height: 60px;
  cursor: pointer;
  position: relative;
  z-index: 22;
}
.header__humb i {
  float: left;
  position: relative;
  width: 24px;
  height: 1px;
  background: #fff;
  margin-top: 50%;
  -webkit-transition:
    background 0.3s,
    width 0.4s;
  -o-transition:
    background 0.3s,
    width 0.4s;
  transition:
    background 0.3s,
    width 0.4s;
}
.header__humb i::before,
.header__humb i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
  -webkit-transition:
    background 0.5s,
    -webkit-transform 0.3s;
  transition:
    background 0.5s,
    -webkit-transform 0.3s;
  -o-transition:
    transform 0.3s,
    background 0.5s;
  transition:
    transform 0.3s,
    background 0.5s;
  transition:
    transform 0.3s,
    background 0.5s,
    -webkit-transform 0.3s;
}
.header__humb i::before {
  top: -7px;
}
.header__humb i::after {
  top: 7px;
}
.header__logo {
  float: left;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.header__logo img,
.header__logo svg {
  float: left;
  width: auto;
  height: 50px;
  margin: auto 0;
  object-fit: cover;
}
.header__logo svg path {
  fill: #fff;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}
.header__logo span {
  float: left;
  line-height: 60px;
  margin-left: 14px;
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header__contact {
  float: right;
  margin-left: auto;
  position: relative;
}
.header__contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: -25%;
  left: 0%;
  background: #000000;
  opacity: 0.1;
  -webkit-filter: blur(32px);
  filter: blur(32px);
  z-index: 0;
  border-radius: 50%;
}
.header__contact a {
  float: left;
  line-height: 60px;
  margin-right: 45px;
  font-size: 18px;
  color: #ece6e6;
  position: relative;
  z-index: 1;
  -webkit-transition:
    color 0.5s,
    opacity 0.3s;
  -o-transition:
    color 0.5s,
    opacity 0.3s;
  transition:
    color 0.5s,
    opacity 0.3s;
}
.header__contact a:last-child {
  margin: 0;
}
.header__contact.header__contact-menu a {
  margin-right: 20px;
  font-size: 16px;
}
.header__but {
  float: left;
  margin-left: 40px;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 30px;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: #002a0f;
  padding-right: 40px;
}
.header.fixed .header__but {
  background: #002a0f;
}
.header__but img,
.header__but svg {
  float: left;
  width: auto;
  height: 14px;
  margin: auto 0;
}
.header__but svg path {
  fill: #fff;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}
.header__but b {
  float: left;
  line-height: 60px;
  margin-left: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #ece6e6 !important;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.header.fixed .header__but b {
  color: #ece6e6;
}

.cap {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.cap.min {
  padding-bottom: 70px;
  height: 720px;
  max-height: 100vh;
}
.cap.min .row {
  margin: auto auto 0;
}
.cap.min .cap__title {
  max-width: calc(100% - 100px);
}
.cap .row {
  margin: auto;
  position: relative;
}
.cap__but {
  position: absolute;
  right: 0;
  bottom: 64px;
  z-index: 2;
}
.cap__title {
  width: 100%;
  width: 100%;
  max-width: 60%;
  position: relative;
}
.cap__title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150%;
  top: -25%;
  left: 0%;
  background: #000000;
  opacity: 0.5;
  -webkit-filter: blur(32px);
  filter: blur(32px);
  z-index: 0;
  border-radius: 50%;
}
.cap__title h1 {
  display: block;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: #ece6e6;
  position: relative;
  z-index: 2;
  font-weight: 800;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.cap__info {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cap__info::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 150%;
  top: -25%;
  left: -50%;
  background: #000000;
  opacity: 0.3;
  -webkit-filter: blur(32px);
  filter: blur(32px);
  z-index: 0;
  border-radius: 50%;
}
.cap__info div {
  position: relative;
  z-index: 2;
  display: block;
}
.cap__info div a {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #ece6e6;
  margin-top: 5px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cap__info div a:first-child {
  margin: 0;
}
.cap__info span {
  display: block;
  margin-top: 85px;
  font-size: 14px;
  line-height: 120%;
  color: #ece6e6;
  text-align: right;
  position: relative;
  z-index: 2;
}
.cap__link {
  position: absolute;
  width: 100vw;
  max-width: 1320px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cap__link a {
  float: left;
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  padding: 38px 32px;
  background: #002a0f;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.cap__link a h4 {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #ece6e6;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.cap__link a h4::before,
.cap__link a h4::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(../img/icon-arrow1.svg) center no-repeat;
  top: calc(50% - 3px);
  -webkit-transition:
    background 0.5s,
    -webkit-transform 0.5s;
  transition:
    background 0.5s,
    -webkit-transform 0.5s;
  -o-transition:
    background 0.5s,
    transform 0.5s;
  transition:
    background 0.5s,
    transform 0.5s;
  transition:
    background 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}
.cap__link a h4::before {
  right: 0;
}
.cap__link a h4::after {
  right: 9px;
}
.cap__link a span {
  display: block;
  margin-top: 18px;
  border-top: 1px solid rgba(84, 84, 84, 0.3);
  padding-top: 16px;
  font-size: 14px;
  color: rgba(237, 237, 237, 0.6);
  -webkit-transition:
    border 0.5s,
    color 0.5s;
  -o-transition:
    border 0.5s,
    color 0.5s;
  transition:
    border 0.5s,
    color 0.5s;
}

.title {
  width: 100%;
}
.title span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #2a2a2a;
  opacity: 0.45;
}
.title h2 {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 35px;
  font-family: "SFPro", sans-serif;
  line-height: 102%;
  color: #2a2a2a;
}
.title.white span {
  color: #ece6e6;
}
.title.white h2 {
  color: #ece6e6;
}

.trust {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}
.trust + .quest {
  margin-top: 85px;
}
.trust .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.trust__left {
  float: left;
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.trust__num {
  width: 100%;
  margin-top: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.trust__num:first-child {
  margin-top: auto;
  padding-bottom: 60px;
}
.trust__num div {
  float: left;
  width: 28%;
}
.trust__num div b {
  display: block;
  font-weight: 300;
  font-size: 96px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: rgba(42, 42, 42, 0.2);
}
.trust__num div p {
  display: block;
  margin-top: 9px;
  padding-top: 18px;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  font-size: 14px;
  line-height: 120%;
  color: rgba(42, 42, 42, 0.45);
}
.trust__des {
  float: right;
  margin-left: auto;
  width: 50%;
}
.trust__des > h4 {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.trust__des div {
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.trust__des > a {
  float: right;
  margin-top: 45px;
}
.trust__right {
  float: right;
  margin-left: auto;
  width: 50%;
}
.trust__right div {
  display: block;
}
.trust__right div p {
  display: block;
  margin-top: 11px;
  font-size: 18px;
  line-height: 160%;
}
.trust__right div p:first-child {
  margin: 0;
}
.trust__right span {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  color: rgba(42, 42, 42, 0.3);
}
.trust__right i {
  display: block;
  width: 50vw;
  height: auto;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
}
.trust__right i::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
  padding-top: 58%;
}

.questions {
  width: 100%;
  background: #1e2e26;
  padding: 66px 0 120px;
  overflow: hidden;
  margin-top: 90px;
}
.desc-item {
  display: block;
  position: relative;
  padding: 0;
  position: relative;
  margin: 5px 0 0 0;
  background: #ece6e6;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.desc-item h6 {
  display: block;
  padding: 16px 80px 19px 35px;
  margin: 0;
  cursor: pointer;
  color: #1e2e26;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
.desc-item h6 i {
  position: absolute;
  right: 28px;
  top: 14px;
  background: none;
  width: auto;
  height: auto;
  width: 40px;
  height: 40px;
  float: right;
  background: transparent;
  -webkit-transition:
    background 0.3s,
    top 0.3s;
  -o-transition:
    background 0.3s,
    top 0.3s;
  transition:
    background 0.3s,
    top 0.3s;
}
.desc-item h6 i::before {
  content: "";
  float: right;
  margin: auto 0 auto 7px;
  width: 20px;
  height: 20px;
  background: url(../img/faq.svg) center / contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  right: 50%;
  position: relative;
  top: 50%;
  margin: auto;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.desc-item.open h6 i::before {
  transform: translate(50%, -50%) rotate(-90deg);
}
.desc-item div {
  display: none;
  padding: 16px 25px 25px 0;
  line-height: 1.5;
  position: relative;
  color: #1e2e26;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-top: 1px solid #000;
  margin: 0 35px;
}
.answer p {
  display: block;
  line-height: 150%;
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #1e2e26;
  font-family: "SFPro", sans-serif;
}
.answer h2,
.answer h3,
.answer h4,
.answer h5,
.answer h6 {
  margin-bottom: 10px;
}
.answer ul {
  list-style-type: disc;
  padding-left: 22px;
  margin: 20px 0;
}
.answer ul li,
.answer ol li {
  line-height: 150%;
  font-size: 18px;
  color: #1e2e26;
  font-family: "SFPro", sans-serif;
}
.answer ol {
  list-style-type: decimal;
  padding-left: 22px;
  margin: 20px 0;
}
.answer a {
  line-height: 150%;
  font-size: 18px;
  color: #396750;
  font-family: "SFPro", sans-serif;
  transition: color 0.3s;
}

.garden {
  width: 100%;
  background: #1e2e26;
  padding: 66px 0 120px;
  overflow: hidden;
}
.garden.white {
  background: transparent;
}
.garden.white + .force {
  margin-top: 0;
}
.garden.white .garden__item {
  background: #000;
}
.garden .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.garden .title {
  width: 50%;
  float: right;
  margin-left: auto;
}
.garden__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 20px);
  margin: 50px -10px 0;
}
.garden__block:first-child {
  margin-top: 0;
}
.garden__item {
  float: left;
  width: calc(67% - 25px);
  margin: 20px 10px 0;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.garden__item.min {
  width: calc(33.33% - 20px);
}
.garden__item.max {
  width: calc(100% - 20px);
}
.garden__item::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  left: -34px;
  bottom: -50px;
  -webkit-filter: blur(57px);
  filter: blur(57px);
  z-index: 1;
}
.garden__item i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: bottom;
  opacity: 0.3;
  z-index: 0;
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  -o-transition:
    opacity 0.5s,
    transform 0.5s;
  transition:
    opacity 0.5s,
    transform 0.5s;
  transition:
    opacity 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}
.garden__item span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 0 25px 35px;
  z-index: 3;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.garden__item span h4 {
  display: block;
  width: calc(100% - 35px);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  color: #ece6e6;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.garden__item span h4::before,
.garden__item span h4::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  background: url(../img/icon-arrow1.svg) center no-repeat;
  top: calc(50% - 3px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
.garden__item span h4::before {
  right: 0;
}
.garden__item span h4::after {
  right: 9px;
}
.garden__item span p {
  display: block;
  margin-top: 17px;
  padding-top: 11px;
  font-size: 12px;
  color: rgba(237, 237, 237, 0.6);
  line-height: 145%;
  position: relative;
  -webkit-transition:
    margin 0.5s,
    padding 0.5s;
  -o-transition:
    margin 0.5s,
    padding 0.5s;
  transition:
    margin 0.5s,
    padding 0.5s;
}
.garden__item span p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  right: 0;
  background: #ededed;
  opacity: 0.1;
  -webkit-transition:
    width 0.5s,
    opacity 0.5s;
  -o-transition:
    width 0.5s,
    opacity 0.5s;
  transition:
    width 0.5s,
    opacity 0.5s;
}
.garden__item span h5 {
  margin-top: 10px;
  font-size: 16px;
  color: #ece6e6;
  font-weight: 400;
}

.slick-slider.white .slick-arrow,
.slick-slider.white .slick-arrow::before {
  background-image: url(../img/icon-arrow6.svg);
}
.slick-list {
  width: 100%;
  height: auto;
  float: left;
}
.slick-track {
  float: left;
  width: 100%;
  height: auto;
}
.slick-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  background: url(../img/icon-arrow3.svg) center right no-repeat;
  font-size: 0;
  z-index: 2;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow3.svg) center left no-repeat;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
.slick-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.folio {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}
.folio .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.folio .title {
  width: 50%;
  float: right;
  margin-left: auto;
}
.folio__all {
  display: none;
}
.folio__block {
  width: 100%;
  margin-top: 58px;
  padding-top: 58px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.folio__block::before {
  content: "";
  position: absolute;
  width: 158px;
  height: 2px;
  top: -2px;
  left: 0;
  background: #2a2a2a;
}
.folio__count {
  position: absolute;
  /* left: 245px; */
  bottom: calc(100% + 65px);
  font-weight: 500;
  font-size: 16px;
  line-height: 102%;
  opacity: 0.2;
}
.folio__slider {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  height: auto;
}
.folio__slider .slick-arrow {
  top: -167px;
}
.folio__slider .slick-prev {
  left: 0;
}
.folio__slider .slick-next {
  left: 114px;
}
.folio__item {
  float: left;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
.folio__item:not(.slick-active) {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}
.folio__item i {
  position: absolute;
  width: 700px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-size: cover;
  background-position: bottom;
}
.folio__item::before {
  content: "";
  position: absolute;
  width: 740px;
  height: 200px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  left: -80px;
  bottom: -70px;
  -webkit-filter: blur(42px);
  filter: blur(42px);
  z-index: 1;
}
.folio__item span {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 30px);
  z-index: 2;
  border-top: 1px solid rgba(236, 230, 230, 0.3);
}
.folio__item span h4 {
  float: left;
  font-weight: 400;
  font-size: 24px;
  color: #ece6e6;
  line-height: 69px;
  position: relative;
  color: #ece6e6;
}
.folio__item span p {
  float: left;
  margin-left: 40px;
  font-size: 12px;
  color: #ededed;
  line-height: 69px;
}
.folio__item a {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.force {
  width: 100%;
  /* margin-top: 105px; */
  background: #1e2e26;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.force__image {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: bottom;
}
.force__cot {
  width: 50%;
  padding-right: 85px;
}
.force__block {
  margin-top: 64px;
}
.force__nav {
  width: calc(100% + 30px);
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  z-index: 0;
}
.force__nav .slick-list {
  float: left;
  width: 100%;
  height: auto;
}
.force__nav .slick-track {
  float: left;
  width: 100% !important;
  height: auto;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.force__nav a {
  float: left;
  width: auto !important;
  white-space: nowrap;
  margin: 0 15px;
  font-size: 20px;
  line-height: 1;
  color: rgba(236, 230, 230, 0.5);
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.force__nav a.slick-current {
  color: #ece6e6;
}
.force__slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 64px;
  padding-bottom: 105px;
  height: auto;
  position: relative;
  z-index: 0;
}
.force__slider .slick-arrow {
  bottom: 0;
}
.force__slider .slick-prev {
  left: 0;
}
.force__slider .slick-next {
  left: 114px;
}
.force__item {
  float: left;
  width: 100%;
  height: auto;
}
.force__item h4 {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
  color: #ece6e6;
}
.force__item p {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 150%;
  color: #ece6e6;
}
.force__item span {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: rgba(236, 230, 230, 0.3);
}

.team {
  width: 100%;
  overflow: hidden;
  margin-top: 135px;
}
.team + .quest {
  margin-top: 135px;
}
.team .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.team .title {
  width: 50%;
  float: right;
  margin-left: auto;
}
.team__cot {
  width: 100%;
  margin-top: 92px;
  position: relative;
}
.team__list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.team__list div {
  margin-top: 25px;
  display: block;
}
.team__list div:first-child {
  margin: 0;
}
.team__list div b {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #2a2a2a;
}
.team__list div p {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 105%;
  color: #2a2a2a;
  opacity: 0.5;
}
.team__block {
  width: 100%;
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.team__item {
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
}
.team__item:nth-child(1) {
  width: 247px;
  height: 243px;
  margin: 73px 0 0 400px;
}
.team__item:nth-child(2) {
  width: 323px;
  height: 318px;
  margin: 0 0 0 15px;
}
.team__item:nth-child(3) {
  position: absolute;
  top: 165px;
  left: 1000px;
  width: 318px;
  height: 487px;
}
.team__item:nth-child(4) {
  margin: 15px 400px 0 336px;
  width: 482px;
  height: 318px;
}
.team__item:nth-child(5) {
  width: 318px;
  height: 365px;
  margin: 133px 0 0 166px;
}
.team__item:nth-child(6) {
  width: 318px;
  height: 483px;
  margin: 15px 0 0 15px;
}
.team__item:nth-child(7) {
  width: 323px;
  height: 318px;
  margin: 15px 0 0 15px;
}
.team__item:nth-child(8) {
  width: 306px;
  height: 350px;
  margin: 15px 0 0 61px;
}
.team__item:nth-child(9) {
  width: 436px;
  height: 602px;
  margin: 15px 0 0 15px;
}
.team__item:nth-child(10) {
  position: absolute;
  top: 1000px;
  left: 833px;
  width: 489px;
  height: 310px;
}
.team__item:nth-child(11) {
  width: 223px;
  height: 255px;
  margin: 175px 0 0 15px;
}
.team__item:nth-child(12) {
  width: 389px;
  height: 445px;
  margin: -173px 0 0 833px;
}
.team__item i {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  /*  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);*/
  -webkit-transition:
    -webkit-transform 0.5s,
    -webkit-filter 0.5s;
  transition:
    -webkit-transform 0.5s,
    -webkit-filter 0.5s;
  -o-transition:
    transform 0.5s,
    filter 0.5s;
  transition:
    transform 0.5s,
    filter 0.5s;
  transition:
    transform 0.5s,
    filter 0.5s,
    -webkit-transform 0.5s,
    -webkit-filter 0.5s;
}

/* .pecul {
  margin-top: 100px;
} */
.pecul + .quest {
  margin-top: 135px;
}
.pecul__image {
  width: 100%;
  height: auto;
}
.pecul__image img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.pecul__block {
  width: 100%;
  padding: 85px 150px 100px;
  background: #1e2e26;
}
.pecul__item {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  margin-top: 25px;
}
.pecul__item:first-child {
  margin: 0;
}
.pecul__item h4 {
  float: left;
  font-weight: 400;
  width: 40%;
  padding-right: 25px;
  font-size: 28px;
  line-height: 125%;
  color: #fff;
}
.pecul__item div {
  float: left;
  width: 60%;
}
.pecul__item div p {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.pecul__item div p:first-child {
  margin: 0;
}
.pecul__item div p a {
  color: #fff;
  text-decoration: underline;
}

.pecul__item div p a:hover {
  color: #7c817d;
}

.quest {
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
.quest__block {
  width: 100%;
  max-width: 374px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.quest__block b {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ece6e6;
}
.quest__block h2 {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 102%;
  color: #ece6e6;
  font-family: "SFPro", sans-serif;
}
.quest__block div {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.quest__block div p {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 150%;
  color: #ece6e6;
}
.quest__block div p:first-child {
  margin: 0;
}
.quest__block div p a {
  white-space: nowrap;
  color: #ece6e6;
}
.quest__block .link {
  margin-top: 30px;
}

.quest__block.quest__block-2 a {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #ece6e6;
  background: transparent;
  color: #ece6e6;
}
.quest__block.quest__block-2 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(-50px) skewX(-45deg);
  animation: blade 2.5s 2s linear infinite;
  z-index: 0;
}
.quest__block.quest__block-2 .link s {
  background: url(../img/icon-arrow4.svg) center right no-repeat;
}
.quest__block.quest__block-2 .link s::before {
  background: url(../img/icon-arrow4.svg) center left no-repeat;
}
@keyframes blade {
  0% {
    transform: translateX(-50px) skewX(-45deg);
  }
  50% {
    transform: translateX(360px) skewX(-45deg);
  }
  100% {
    transform: translateX(360px) skewX(-45deg);
  }
}
.quest__block.quest__block-2 a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transform: translateX(-70px) skewX(-45deg);
  animation: bladee 2.5s 2s linear infinite;
  z-index: 0;
}
@keyframes bladee {
  0% {
    transform: translateX(-30px) skewX(-45deg);
  }
  50% {
    transform: translateX(360px) skewX(-45deg);
  }
  100% {
    transform: translateX(360px) skewX(-45deg);
  }
}

.phone_but {
  position: fixed;
  right: 15px;
  bottom: 30px;
  z-index: 99;
}
.phone_but span {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  z-index: 5;
  cursor: pointer;
}
.phone_but span::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: #ece6e6;
  -webkit-box-shadow: 0px 4px 20px #ece6e6;
  box-shadow: 0px 4px 20px #ece6e6;
  z-index: 0;
  -webkit-transition:
    background 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    background 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
  transition:
    background 0.3s,
    transform 0.3s,
    box-shadow 0.3s,
    -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  border: 0.5px solid #222222;
}
.phone_but::after {
  content: "";
  position: absolute;
  top: 0.1px;
  left: 0.1px;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 100%;
  z-index: 1;
  border: 1px solid #ece6e6;
  -webkit-animation: widgetPulse infinite 1.5s;
  animation: widgetPulse infinite 1.5s;
}
@-webkit-keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
.phone_but span i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  -o-transition:
    opacity 0.5s,
    transform 0.5s;
  transition:
    opacity 0.5s,
    transform 0.5s;
  transition:
    opacity 0.5s,
    transform 0.5s,
    -webkit-transform 0.5s;
}
.phone_but span i img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}

.footer {
  width: 100%;
  padding: 20px 0 40px;
  background: #1e2e26;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
.footer__logo {
  float: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.footer__logo img {
  float: left;
  width: auto;
  height: 28px;
}
.footer__logo span {
  float: left;
  margin: auto 0 auto 12px;
  font-weight: 300;
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
}
.footer__contact {
  float: right;
  margin: auto 0 auto auto;
}
.footer__contact a {
  float: left;
  margin-right: 50px;
  font-size: 14px;
  color: #ece6e6;
}
.footer__contact a br {
  display: none;
}
.footer__contact a:last-child {
  margin: 0;
}
.footer__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 17px;
  border-top: 1px solid rgba(250, 250, 250, 0.2);
  padding-top: 25px;
}
.footer__info span {
  float: left;
  font-size: 14px;
  letter-spacing: 0.015em;
  color: rgba(236, 230, 230, 0.4);
}
.footer__info ul {
  float: right;
  margin-left: auto;
}
.footer__info ul li {
  float: left;
  margin-right: 60px;
}
.footer__info ul li:last-child {
  margin: 0;
}
.footer__info ul li a {
  display: block;
  font-size: 14px;
  color: #ece6e6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 115;
  -webkit-transition:
    visibility 0.5s,
    opacity 0.5s;
  -o-transition:
    visibility 0.5s,
    opacity 0.5s;
  transition:
    visibility 0.5s,
    opacity 0.5s;
}
.modal.hide {
  visibility: hidden;
  opacity: 0;
}
.modal.hide .modal__cot {
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}
.modal.hide .modal__cart {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.modal.hide.load {
  opacity: 1;
  visibility: visible;
}
.modal.hide.load .modal__bg {
  background: rgba(28, 42, 54, 0.4) url(../img/load.svg) center/70px no-repeat;
}
.modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: rgba(28, 42, 54, 0.4);
}
.modal__cot {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
}
.modal__cot.image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 98vw;
  max-height: 98vh;
}
.modal__video {
  display: block;
  width: 100vw;
  height: auto;
  max-width: 1200px;
  position: relative;
}
.modal__video::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60%;
}
.modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  top: 25px;
  right: 20px;
  z-index: 2;
  background: url(../img/icon-close.svg) center no-repeat;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal__block {
  width: 100vw;
  height: auto;
  max-width: 970px;
  background: #fff;
  position: relative;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.modal__image {
  float: left;
  width: 50%;
  background-size: cover;
  background-position: center;
}
.modal__rom {
  float: left;
  width: 50%;
  padding: 70px 43px;
}
.modal__title {
  display: block;
}
.modal__title span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: rgba(42, 42, 42, 0.45);
}
.modal__title h4 {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-family: "SFPro", sans-serif;
  font-size: 48px;
  line-height: 102%;
}
.modal__title p {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-family: "SFPro", sans-serif;
  font-size: 16px;
}
.modal__title a {
  margin-top: 20px;
}
.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 45px;
}
.modal__form .input {
  margin-top: 15px;
  width: 100%;
}
.modal__form .input:first-child {
  margin: 0;
}
.modal__form span {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  line-height: 145%;
  color: rgba(42, 42, 42, 0.3);
}
.modal__form button {
  margin-top: 45px;
}
.modal__team {
  width: 100vw;
  height: auto;
  max-width: 1090px;
  background: #ece6e6;
  position: relative;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 63px 90px 50px;
  display: flex;
  flex-flow: wrap;
}
.modal__team-image {
  float: left;
  width: 436px;
  position: relative;
  height: auto;
}
.modal__team-image i {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.modal__team-image i::before {
  content: "MIR'GREEN";
  position: absolute;
  padding-left: 40px;
  display: flex;
  align-items: center;
  height: 33px;
  left: 23px;
  bottom: 25px;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  font-style: normal;
  text-transform: uppercase;
  background: url(../img/logo.svg) left center/contain no-repeat;
  z-index: 1;
}
.modal__team-image img {
  display: block;
  width: 100%;
  height: auto;
}
.modal__team-cot {
  float: left;
  width: calc(100% - 436px);
  padding-left: 55px;
}
.modal__team-title {
  width: 100%;
}
.modal__team-title span {
  display: block;
  font-size: 24px;
  line-height: 120%;
  color: #2a2a2a;
}
.modal__team-title h4 {
  display: block;
  margin-top: 16px;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}
.modal__team-scop {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
.modal__team-scop li {
  float: left;
  margin-right: 30px;
  position: relative;
  color: #2a2a2a;
}
.modal__team-scop li:last-child {
  margin: 0;
}
.modal__team-scop li b {
  display: block;
  font-weight: 600;
  font-family: "SFPro", sans-serif;
  font-size: 68px;
  line-height: 110%;
  padding-bottom: 20px;
  border-bottom: 2px solid #2a2a2a;
}
.modal__team-scop li s {
  display: block;
  font-family: "SFPro", sans-serif;
  margin-top: 20px;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  text-decoration: none;
}
.modal__team-desc {
  display: block;
  margin-top: 35px;
}
.modal__team-desc span {
  display: block;
  margin-top: 35px;
  color: #2a2a2a;
  opacity: 0.45;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.modal__team-desc span:first-child {
  margin: 0;
}
.modal__team-desc div {
  display: block;
}
.modal__team-desc div p {
  display: block;
  margin-top: 10px;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 160%;
}
.modal__team-desc div s {
  display: block;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 160%;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}
.modal__team-desc div s::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 1px;
  top: 11px;
  border-radius: 50%;
  background: #2a2a2a;
}
.modal__team-desc div s:first-child {
  margin-top: 10px;
}
.modal__team-desc ul {
  display: block;
  margin-top: 15px;
}
.modal__team-desc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 14px;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #2a2a2a;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.modal__team-desc ul li a {
  color: #2a2a2a;
}
.modal__team-desc ul li:first-child {
  margin: 0;
}

.modal__team-list {
  width: 100%;
  margin-top: 60px;
}
.modal__team-list span {
  display: block;
  font-weight: 600;
  font-family: "SFPro", sans-serif;
  font-size: 24px;
}
.modal__team-list ul {
  display: block;
  margin-top: 45px;
}
.modal__team-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}
.modal__team-list ul li:first-child {
  margin: 0;
}
.modal__team-list ul li b {
  float: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
}
.modal__team-list ul li p {
  float: right;
  margin-left: auto;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(42, 42, 42, 0.6);
}

.input {
  display: block;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  background: #ece6e6;
  font-size: 16px;
  color: #2a2a2a;
}
.input::-webkit-input-placeholder {
  color: rgba(42, 42, 42, 0.34);
}
.input::-moz-placeholder {
  color: rgba(42, 42, 42, 0.34);
}
.input:-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.34);
}
.input::-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.34);
}
.input::placeholder {
  color: rgba(42, 42, 42, 0.34);
}

.open-modal {
  cursor: pointer;
}

.project {
  width: 100%;
  margin-top: 89px;
}
.project__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.project__info-text {
  float: left;
  width: 60%;
}
.project__info-item {
  width: 100%;
  float: left;
  margin-top: 35px;
}
.project__info-item:first-child {
  margin: 0;
}
.project__info-item span {
  float: left;
  width: 117px;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: rgba(42, 42, 42, 0.3);
  padding-top: 5px;
}
.project__info-item div {
  float: left;
  width: calc(100% - 117px);
}
.project__info-item div h4 {
  display: block;
  font-weight: 400;
  font-size: 28px;
  line-height: 120%;
}
.project__info-item div p {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 150%;
  color: rgba(42, 42, 42, 0.8);
}
.project__info-item div ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 435px;
}
.project__info-item div p:first-child {
  margin: 0;
}
.project__info-item div ul li {
  float: left;
  width: 26%;
}
.project__info-item div ul li b {
  display: block;
  font-weight: 300;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -0.05em;
  color: rgba(42, 42, 42, 0.2);
}
.project__info-item div ul li p {
  display: block;
  margin-top: 9px;
  padding-top: 18px;
  border-top: 1px solid rgba(42, 42, 42, 0.1);
  font-size: 14px;
  line-height: 120%;
  color: rgba(42, 42, 42, 0.45);
}
.project__info-people {
  float: right;
  margin-left: auto;
  width: auto;
}
.project__info-people div {
  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;
  width: 100%;
  margin-top: 23px;
  position: relative;
  padding-right: 85px;
  height: 60px;
}
.project__info-people div:first-child {
  margin: 0;
}
.project__info-people div i {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
.project__info-people div b {
  display: block;
  width: 100%;
  font-family: "SFPro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: right;
}
.project__info-people div p {
  display: block;
  margin-top: 8px;
  width: 100%;
  font-family: "SFPro", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: right;
  color: rgba(42, 42, 42, 0.4);
}
.project__image {
  width: calc(100% + 10px);
  margin: 90px -5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.project__image a {
  float: left;
  width: calc(100% - 10px);
  margin: 10px 5px 0;
  height: 480px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #000;
}
.project__image a.medium {
  width: calc(62% - 10px);
}
.project__image a.small {
  width: calc(38% - 10px);
}
.project__image a.minim {
  width: calc(24% - 10px);
}
.project__image a.open-video::before {
  content: "";
  position: absolute;
  width: 105px;
  height: 105px;
  top: calc(50% - 52px);
  left: calc(50% - 52px);
  z-index: 2;
  background: url(../img/icon-play.svg) center/contain no-repeat;
}
.project__image a i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  transition:
    opacity 0.5s,
    -webkit-transform 0.5s;
  -o-transition:
    transform 0.5s,
    opacity 0.5s;
  transition:
    transform 0.5s,
    opacity 0.5s;
  transition:
    transform 0.5s,
    opacity 0.5s,
    -webkit-transform 0.5s;
}

.service {
  width: 100%;
  padding-top: 165px;
}
.service.service-pr {
  padding-top: 40px;
}
.service + .force {
  margin-top: 0;
}
.service__cap {
  width: 100%;
  position: relative;
  padding-right: 100px;
}
.service__cap h1 {
  display: block;
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
}
.service__cap p {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 120%;
}
.service__cap div {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service__cap div ul {
  position: relative;
  z-index: 2;
  display: block;
}
.service__cap div ul li {
  display: block;
  margin-top: 5px;
}
.service__cap div ul li:first-child {
  margin: 0;
}
.service__cap div ul li a {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #2a2a2a;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service__cap div span {
  display: block;
  margin-top: 85px;
  font-size: 14px;
  line-height: 120%;
  color: #2a2a2a;
  text-align: right;
  position: relative;
  z-index: 2;
}
.service__image {
  width: 100%;
  margin-top: 65px;
  height: 650px;
  max-height: 90vh;
  background-size: cover;
  background-position: center;
}
.service__trust {
  width: 100%;
  margin-top: 55px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.service__trust:first-child {
  margin-top: 0;
}
.service__trust-nav {
  float: left;
  width: 50%;
  padding-bottom: 310px;
  position: relative;
}
.service__trust-nav ul {
  display: block;
}
.service__trust-nav ul li {
  display: block;
  margin-top: 15px;
}
.service__trust-nav ul li:first-child {
  margin: 0;
}
.service__trust-nav ul li a {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: #2a2a2a;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.service__trust-nav i {
  position: relative;
  float: left;
  width: 75%;
  height: 330px;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
/* .service__trust .trust__des {
  padding-bottom: 240px;
} */

.process {
  width: 100%;
  padding: 85px 0 130px;
  background: #1e2e26;
  position: relative;
}
.process i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.process .row {
  position: relative;
  z-index: 1;
}
.process .title {
  width: 50%;
}
.process__all {
  display: none;
}
.process__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 50px);
  margin: 5px -25px 0;
}
.process__item {
  float: left;
  width: calc(33.3333% - 50px);
  margin: 50px 25px 0;
  padding-left: 43px;
  position: relative;
  color: #fafafa;
}
.process__item span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.process__item b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
.process__item p {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 135%;
}

.cause {
  width: 100%;
  padding: 70px 0 120px;
  background: #1e2e26;
  position: relative;
  margin-top: 110px;
}
.cause i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.cause i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(26.04%, rgba(30, 46, 38, 0.6)),
    to(rgba(30, 46, 38, 0))
  );
  background: -o-linear-gradient(
    top,
    rgba(30, 46, 38, 0.6) 26.04%,
    rgba(30, 46, 38, 0) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(30, 46, 38, 0.6) 26.04%,
    rgba(30, 46, 38, 0) 100%
  );
}
.cause .row {
  position: relative;
  z-index: 1;
}
.cause .title {
  width: 50%;
}
.cause__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 16px);
  margin: 45px -8px 0;
}
.cause__item {
  float: left;
  width: calc(25% - 16px);
  margin: 0 8px;
  background: #1e2e26;
  padding: 45px 25px;
}
.cause__item span {
  display: block;
  font-family: "SFPro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #fff;
}
.cause__item h4 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  font-family: "SFPro", sans-serif;
  line-height: 120%;
  color: #f4f4f4;
  margin-top: 20px;
}
.cause__item ol {
  display: block;
  margin-top: 20px;
  counter-reset: my-awesome-counter;
}
.cause__item ol li {
  display: block;
  margin-top: 22px;
  counter-increment: my-awesome-counter;
  padding-left: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #fafafa;
  position: relative;
}
.cause__item ol li:first-child {
  margin: 0;
}
.cause__item ol li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-family: "SFPro", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(250, 250, 250, 0.3);
}

.gallery {
  width: 100%;
  margin-top: 110px;
}
.gallery + .quest {
  margin-top: 100px;
}
.gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gallery .title {
  width: 50%;
  float: right;
  margin-left: auto;
}
.gallery__slider {
  width: 100%;
  height: auto;
  margin-top: 95px;
}
.gallery__slider + .gallery__slider {
  margin-top: 40px;
}
.gallery__slider.left i {
  float: right;
}
.gallery__slider .slick-list {
  padding: 0 !important;
}
.gallery__slider i {
  float: left;
  width: auto;
  height: 350px;
  margin: 0 5px;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}
.gallery__slider i img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.text *:first-child {
  margin-top: 0;
}
.text.white h1,
.text.white h2,
.text.white h3,
.text.white h4,
.text.white h5,
.text.white h6,
.text.white a,
.text.white p,
.text.white ul li,
.text.white ol li {
  color: #ece6e6;
}
.text.white ul li::before,
.text.white ol li::before {
  background: #ece6e6;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  display: block;
  font-weight: 500;
  margin-top: 30px;
  color: #000;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 32px;
}
.text h3 {
  font-size: 24px;
}
.text h4 {
  font-size: 18px;
}
.text h5 {
  font-size: 16px;
}
.text h6 {
  font-size: 12px;
  color: #c2c2cf;
}
.text a {
  color: #000;
  text-decoration: underline;
}
.text.no-rp a {
  white-space: nowrap;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  border-radius: 8px;
}
.text p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  font-family: "SFPro", sans-serif;
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  color: #000;
  font-family: "SFPro", sans-serif;
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 6px;
  top: 11px;
  background: #000;
}
.text ol li::before {
  content: counter(my-counter) ". ";
  position: absolute;
  left: 0px;
  top: 0;
  color: #000;
  font-size: 16px;
}
.text ol {
  display: block;
  width: 100%;
  margin-top: 15px;
  counter-reset: my-counter;
}
.text ol li {
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  position: relative;
  color: #000;
  padding-left: 20px;
  font-family: "SFPro", sans-serif;
  counter-increment: my-counter;
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol,
.text ol ul {
  margin-top: 10px !important;
}

.complex {
  width: 100%;
  position: relative;
  margin-top: 70px;
  background: #1e2e26;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
.complex__image {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
}
.complex__image.video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(
    107.74% 50% at 50% 50%,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 0;
}
.complex__image a {
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
.complex__image a i {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 80px;
  background: rgba(30, 46, 38, 0.8);
  margin: 0 auto;
  position: relative;
}
.complex__image a i::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 20px);
  z-index: 2;
  background: url(../img/icon-play.svg) center/contain no-repeat;
}
.complex__image a p {
  display: block;
  width: 100%;
  margin-top: 34px;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.complex__block {
  float: right;
  margin-left: auto;
  width: 50%;
  padding-left: 90px;
}
.complex__text {
  margin-top: 32px;
}
.draft {
  width: 100%;
  margin-top: 70px;
}
.draft .title {
  position: relative;
  padding-right: 340px;
}
.draft .title p {
  position: absolute;
  width: 320px;
  top: 50px;
  right: 0;
  color: #2a2a2a;
  font-size: 16px;
  line-height: 150%;
}
.draft__block {
  display: flex;
  flex-flow: wrap;
  width: calc(100% + 10px);
  margin: 23px -5px 0;
}
.draft__item {
  float: left;
  width: calc(50% - 10px);
  margin: 10px 5px 0;
  padding: 50px 45px;
  background: rgba(0, 0, 0, 0.03);
}
.draft__item.small {
  width: calc(33.3333% - 10px);
}
.draft__item h4 {
  display: block;
  color: #2a2a2a;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}
.draft__item p {
  margin-top: 10px;
  color: #2a2a2a;
  opacity: 0.4;
  font-size: 16px;
  line-height: 130%;
}
.draft__item a {
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}
.draft__item a s {
  float: right;
  width: 10px;
  height: 10px;
  background: url(../img/icon-arrow5.svg) center right/contain no-repeat;
  margin: auto 0 auto 10px;
  position: relative;
}
.draft__item a s::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/icon-arrow5.svg) center left/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.team__modal {
  display: flex;
}
.team .quest__block {
  max-width: 444px;
  margin-top: 26px;
}
.team .quest__block p {
  color: #2a2a2a;
}
.team .quest__block h2 {
  color: #2a2a2a;
  margin-top: 14px;
}
.team .link.white {
  background: #1e2e26;
  color: #ece6e6;
}

.price {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 40px;
}
.price__block {
  width: 100%;
}
.price__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.price__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.price__item-cap {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  position: relative;
  height: 110px;
  cursor: pointer;
  z-index: 2;
}
.price__item-cap.open s {
  transform: scale(1, -1);
}
.price__item-cap i {
  float: left;
  margin: auto 0;
  width: 5%;
  font-style: normal;
  color: #2a2a2a;
  font-size: 24px;
}
.price__item-cap h4 {
  float: left;
  width: 46%;
  margin: auto 0;
  color: #2a2a2a;
  font-weight: 500;
  line-height: 125%;
  font-size: 24px;
  padding-right: 15px;
}
.price__item-cap p {
  float: left;
  width: 45%;
  margin: auto 0;
  color: #2a2a2a;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
}
.price__item-cap s {
  position: absolute;
  width: 60px;
  height: 50px;
  display: flex;
  top: calc(50% - 25px);
  right: 0;
  transition: transform 0.5s;
}
.price__item-cap s::before {
  content: "";
  margin: auto 0 auto auto;
  width: 15px;
  height: 15px;
  background: url(../img/price-arrow.svg) center no-repeat;
}
.price__item-cot {
  width: 100%;
  float: left;
  display: none;
  margin-top: -20px;
}
.price__item-base {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 70px;
}
.price__item-image {
  float: left;
  width: 51%;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 5px;
}
.price__item-image i {
  float: left;
  width: 56%;
  margin-top: auto;
  box-shadow:
    0px 3px 6px 0px rgba(0, 0, 0, 0.1),
    0px 12px 12px 0px rgba(0, 0, 0, 0.09),
    0px 26px 16px 0px rgba(0, 0, 0, 0.05),
    0px 46px 18px 0px rgba(0, 0, 0, 0.01),
    0px 72px 20px 0px rgba(0, 0, 0, 0);
}
.price__item-image i img {
  display: block;
  width: 100%;
  height: auto;
}
.price__item-image div {
  float: left;
  width: 44%;
  padding-left: 24px;
  padding-right: 30px;
  margin-top: auto;
}
.price__item-image div p {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}
.price__item-image div a {
  float: left;
  display: flex;
  margin-top: 10px;
  color: #000;
  font-size: 12px;
}
.price__item-image div a::after {
  content: "";
  float: right;
  width: 4px;
  height: 7px;
  margin: auto 0 auto 5px;
  background: url(../img/icon-arrow2.svg) center/contain no-repeat;
}
.price__item-text {
  float: left;
  width: 45%;
}

.info {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 140px;
}
.service__cap.alt div span {
  margin-top: 45px;
}

.reviews {
  width: 100%;
  padding: 70px 0 120px;
  background: #1e2e26;
  position: relative;
  
}
.reviews i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background-size: cover;
  background-position: center;
  z-index: 0;
  background-position: top;
}
.reviews .row {
  position: relative;
  z-index: 1;
}
.reviews .title {
  width: 50%;
}
.reviews__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: calc(100% + 16px);
  margin: 45px -8px 0;
}
.reviews-item {
  float: left;
  width: calc(33.33% - 16px);
  margin: 0 8px;
  background: #1e2e26;
  padding: 45px 25px;
}
.reviews-info {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}
.reviews-info i {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  top: 0px;
  left: 0;
  border-radius: 100px;
  background: #ece6e6;
  color: #1e2e26;
  text-align: center;
  padding-top: 12px;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 9;
  display: block;
}
.reviews-info-sig {
  display: flex;
  flex-direction: column;
  height: 45px;
  width: 100%;
}
.reviews-info-sig b {
  width: 65%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline;
  font-weight: 600;
  font-size: 16px;
  font-family: "SFPro", sans-serif;
  line-height: 120%;
  color: #f4f4f4;
}
.reviews-info-sig p {
  color: #ece6e6;
  opacity: 0.3;
  text-align: left;
  font-size: 16px;
}
.reviews-info-text {
  font-weight: 600;
  font-size: 16px;
  font-family: "SFPro", sans-serif;
  line-height: 120%;
  color: #f4f4f4;
  margin-top: 20px;
}
.reviews-info-text div {
  margin-bottom: 18px;
  display: inline;
}
.reviews-info-text b {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
  opacity: 0.5;
}
.reviews-info-sig b,
p {
  margin: auto 0;
  display: inline;
}

.projects__container {
  margin-top: 90px;
}

.service.project-single {
  padding-bottom: 140px;
}
.project-single .service__cap {
  margin-bottom: 60px;
}

.phone small {
  font-size: 18px !important;
}
.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 10px;
}
.bread-crumbs a {
  position: relative;
  margin-right: 25px;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.bread-crumbs a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 5px;
  right: -16px;
  background: url(../img/arrow-bread.svg) center no-repeat;
}
.bread-crumbs li span {
  display: block;
  font-size: 12px;
  margin-right: 0;
  opacity: 0.6;
  cursor: auto;
}

.project-single .bread-crumbs a,
.projects .bread-crumbs a,
.project-single .bread-crumbs li span,
.projects .bread-crumbs li span {
  color: #000;
}
.project-single .bread-crumbs a::before,
.projects .bread-crumbs a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  top: 5px;
  right: -16px;
  background: url(../img/arrow-b.svg) center no-repeat;
}
.projects__container .garden__item span p {
  padding-right: 30px;
}

.up {
  display: none;
  position: fixed;
  left: 15px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 0 4px 20px #ece6e6;
  box-shadow: 0 4px 20px #ece6e6;
  border-radius: 50%;
  z-index: 109;
  cursor: pointer;
}
.up::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon-arrow2.svg) center/10px auto no-repeat;
  transform: rotate(-90deg);
  margin-top: -1px;
  transition: margin 0.5s;
}

.drops-menu {
  width: 100%;
  position: relative;
  display: contents;
}
.header__contact-menu .drop {
  position: absolute;
  top: 60px;
  left: 94px;
  padding: 7px 20px;
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  visibility: hidden;
  opacity: 0;
  background: rgba(52, 52, 52, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition:
    opacity 0.25s,
    visibility 0.25s,
    background 0.25s;
  -o-transition:
    opacity 0.25s,
    visibility 0.25s,
    background 0.25s;
  transition:
    opacity 0.25s,
    visibility 0.25s,
    background 0.25s;
}
.drop li a {
  line-height: 40px;
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .up:hover::before {
    margin-top: -3px;
  }
  .price__item-cap:hover s {
    transform: scale(1, -1);
  }
  .cause__block .slick-track {
    display: flex;
  }
  .link:hover s::before {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }

  .header__nav > ul > li > a:hover {
    opacity: 0.7;
  }
  .header__nav > ul > li ul li a:hover {
    opacity: 0.7;
  }
  .header__contact a:hover {
    opacity: 0.7;
  }
  .header__but:hover {
    opacity: 0.7;
  }

  .cap__info div a:hover {
    opacity: 0.7;
  }
  .cap__link a:hover {
    background: #ece6e6;
  }
  .cap__link a:hover h4 {
    color: #000;
  }
  .cap__link a:hover h4::before,
  .cap__link a:hover h4::after {
    background-image: url(../img/icon-arrow2.svg);
  }
  .cap__link a:hover h4::after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  .cap__link a:hover span {
    border-color: rgba(84, 84, 84, 0.1);
    color: rgba(0, 0, 0, 0.6);
  }

  .garden__item:hover i {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .garden__item:hover span {
    padding-bottom: 29px;
  }
  .garden__item:hover span h4::after {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  .garden__item:hover span p {
    margin-top: 22px;
    padding-top: 12px;
    color: #ece6e6;
  }
  .garden__item:hover span p::before {
    width: calc(100% + 35px);
    opacity: 1;
  }

  .slick-arrow:hover::before {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }

  .team__item:hover i {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .footer__info ul li a:hover {
    opacity: 0.7;
  }

  .modal__close:hover {
    opacity: 1;
  }

  .project__image a:hover i {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
  }

  .service__trust-nav ul li a:hover {
    opacity: 0.7;
  }

  .gallery__slider i:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .answer a:hover {
    color: #858585;
  }
}
@media screen and (max-width: 1280px) {
  .header__contact.header__contact-menu {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    background: rgba(32, 32, 32, 0.25);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .header.fixed,
  .header.white {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .header.fixed .header__contact a.phone,
  .header.white .header__contact a.phone {
    background-image: url(../img/icon-phone2.svg);
  }
  .header__bg {
    display: none;
  }
  .header__humb {
    width: 60px;
  }
  .header__logo {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__logo img,
  .header__logo svg {
    height: 50px;
    width: 50px;
    object-fit: cover;
  }
  .header__logo span {
    font-size: 21px;
    margin-left: 13px;
    white-space: nowrap;
  }
  .header__contact {
    z-index: 6;
  }
  .header__contact::before {
    display: none;
  }
  .header__contact a:not(.phone) {
    display: none;
  }
  .header__contact a.phone {
    font-size: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    background: url(../img/icon-phone1.svg) right center no-repeat;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__but {
    display: none;
  }
  .header__nav {
    width: 100%;
    left: 0;
    padding: 90px 30px 30px;
  }
  .header__nav > ul > li ul li a {
    line-height: 110%;
  }

  .row {
    padding: 0 15px;
  }

  .cap {
    padding: 90px 0 265px;
  }
  .cap.min {
    height: 550px;
    padding-bottom: 40px;
  }
  .cap.min .cap__title {
    max-width: 100%;
  }
  .cap__but {
    bottom: 37px;
    right: auto;
    left: 0;
  }
  .cap .row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .cap__title {
    margin-top: auto;
    max-width: 100%;
  }
  .cap__title h1 {
    font-size: 30px;
    line-height: 120%;
    font-weight: 800;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

  }
  .cap__info {
    right: 15px;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .cap__info span {
    margin-top: 25px;
  }
  .cap__link {
    width: calc(100% - 30px);
    left: 15px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: #002a0f;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 32px 27px;
  }
  .cap__link a {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: 100%;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid rgba(84, 84, 84, 0.3);
    padding: 25px 0;
  }
  .cap__link a:first-child {
    padding-top: 0;
  }
  .cap__link a:last-child {
    border: 0;
    padding-bottom: 0;
  }
  .cap__link a span {
    display: none;
  }
  .cap__link a h4 {
    font-size: 20px;
  }
  .cap__link a h4::after {
    right: 8px;
  }

  .title span {
    font-size: 14px;
  }
  .title h2 {
    margin-top: 18px;
    font-size: 28px;
    line-height: 110%;
  }

  .trust {
    margin-top: 53px;
    padding-bottom: 70px;
  }
  .trust + .quest {
    margin-top: 0;
  }
  .trust__left {
    width: 100%;
  }
  .trust__des {
    padding-left: 40px;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .trust__des div {
    margin: 20px 0 0;
  }
  .trust__des > a {
    margin-top: 20px;
  }
  .trust__right {
    padding-left: 40px;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .trust__right div {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .trust__right div p {
    font-size: 14px;
    line-height: 160%;
  }
  .trust__right i {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 19px;
  }
  .trust__right span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 19px;
    font-size: 14px;
  }
  .trust__num {
    margin-top: 24px;
    padding-left: 40px;
    max-width: 340px;
  }
  .trust__num div b {
    font-size: 48px;
  }
  .trust__num div p {
    font-size: 12px;
    padding-top: 14px;
  }

  .projects__container {
    margin-top: 40px;
  }

  .garden {
    padding: 60px 0;
  }
  .garden.white {
    padding-top: 10px;
  }
  .garden .title {
    width: 100%;
  }
  .garden__block {
    width: calc(100% + 16px);
    margin: 10px -8px 0;
  }
  .garden__item {
    width: calc(50% - 16px) !important;
    margin: 15px 8px 0;
    height: 250px;
  }
  .garden__item i {
    opacity: 0.6;
  }
  .garden__item span {
    padding: 0 0 18px 19px;
  }
  .garden__item span h4 {
    width: calc(100% - 25px);
    font-size: 22px;
  }
  .garden__item span p {
    margin-top: 15px;
  }
  .garden__item span p br {
    display: none;
  }

  .slick-arrow {
    display: none !important;
  }

  .folio {
    margin-top: 50px;
  }
  .folio .title {
    width: 100%;
  }
  .folio__block {
    margin-top: 35px;
    border: 0;
    padding: 0 10px;
  }
  .folio__block::before {
    display: none;
  }
  .folio__count {
    display: none;
  }
  .folio__item:not(.slick-active) {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  .folio__item::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -25%;
    width: 150%;
    height: 150px;
    border-radius: 50%;
    background: #000000;
    opacity: 0.5;
    -webkit-filter: blur(37.2676px);
    filter: blur(37.2676px);
  }
  .folio__item a {
    display: none;
  }
  .folio__item span {
    width: calc(100% - 25px);
    border-top: 1px solid rgba(236, 230, 230, 0.6);
    padding: 18px 0 20px;
  }
  .folio__item span h4 {
    font-size: 20px;
    line-height: 1;
    width: 100%;
  }
  .folio__item span p {
    font-size: 12px;
    margin: 12px 0 0;
    line-height: 1;
  }
  .folio__all {
    display: block;
    margin: 18px auto 0;
    max-width: 300px;
  }
  .folio__all a {
    width: 100%;
  }

  .force {
    margin-top: 60px;
    padding: 50px 0 0;
  }
  .force__cot {
    width: 100%;
    padding: 0;
  }
  .force__image {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    height: 370px;
  }
  .force__block {
    margin-top: 34px;
  }
  .force__nav {
    padding: 0;
  }
  .force__nav .slick-list {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .force__nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 15px;
    padding-bottom: 10px;
  }
  .force__nav a {
    font-size: 16px;
    margin: 0 30px 0 0;
  }
  .force__nav a:last-child {
    margin: 0;
  }
  .force__slider {
    margin-top: 25px;
    padding-bottom: 45px;
  }
  .force__item h4 {
    font-size: 20px;
  }
  .force__item p {
    font-size: 14px;
    margin-top: 8px;
  }
  .force__item span {
    margin-top: 12px;
  }

  .team {
    margin-top: 48px;
  }
  .team + .quest {
    margin-top: 95px;
  }
  .team .title {
    width: 100%;
  }
  .team__cot {
    max-width: 375px;
    margin: 10px auto 0;
  }
  .team__list {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    flex-flow: wrap;
  }
  .team__list div {
    float: left;
    width: 50%;
    margin-top: 18px !important;
  }
  .team__list div b {
    font-size: 14px;
  }
  .team__list div p {
    font-size: 10px;
    margin-top: 4px;
  }
  .team__block {
    width: calc(100% + 30px);
    margin: 45px -15px 0;
  }
  .team__item:nth-child(1) {
    order: 1;
    width: 144px;
    height: 142px;
    margin: 42px 0 0 30px;
  }
  .team__item:nth-child(2) {
    order: 2;
    width: 188px;
    height: 185px;
    margin: 0 0 0 10px;
  }
  .team__item:nth-child(3) {
    order: 4;
    position: relative;
    top: auto;
    left: auto;
    width: 185px;
    height: 284px;
    margin: 10px 0 0 31px;
  }
  .team__item:nth-child(4) {
    order: 3;
    margin: 10px 0 0 91px;
    width: 281px;
    height: 185px;
  }
  .team__item:nth-child(5) {
    order: 6;
    width: 216px;
    height: 248px;
    margin: 10px 0 0 0;
  }
  .team__item:nth-child(6) {
    order: 7;
    width: 149px;
    height: 226px;
    margin: -127px 0 0 10px;
  }
  .team__item:nth-child(7) {
    order: 5;
    width: 149px;
    height: 147px;
    margin: 10px 0 0 10px;
  }
  .team__item:nth-child(8) {
    order: 11;
    width: 160px;
    height: 183px;
    margin: 10px 0 0;
  }
  .team__item:nth-child(9) {
    order: 9;
    width: 194px;
    height: 268px;
    margin: 10px 0 0 2px;
  }
  .team__item:nth-child(10) {
    order: 8;
    position: relative;
    top: auto;
    left: auto;
    width: 312px;
    height: 198px;
    margin: 10px 0 0 63px;
  }
  .team__item:nth-child(11) {
    order: 10;
    width: 149px;
    height: 170px;
    margin: 10px 0 0 10px;
  }
  .team__item:nth-child(12) {
    order: 12;
    width: 201px;
    height: 238px;
    margin: 10px 0 0 10px;
  }

  .pecul {
    margin-top: 48px;
  }
  .pecul .row {
    padding: 0;
  }
  .pecul + .quest {
    margin-top: 0px;
  }
  .pecul__image img {
    height: 250px;
    object-fit: cover;
  }
  .pecul__block {
    padding: 20px 15px 25px;
  }
  .pecul__item h4 {
    font-size: 22px;
    width: 100%;
    padding: 0;
  }
  .pecul__item div {
    width: 100%;
    margin-top: 10px;
  }
  .pecul__item div p {
    font-size: 16px;
    margin-top: 12px;
  }

  .quest {
    padding: 60px 0 300px;
  }
  .quest__block span {
    font-size: 14px;
  }
  .quest__block h2 {
    margin-top: 12px;
    font-size: 28px;
  }
  .quest__block div {
    margin-top: 18px;
  }
  .quest__block div p {
    font-size: 14px;
  }
  .quest__block .link {
    margin-top: 25px;
  }

  .footer {
    padding: 25px 0 35px;
  }
  .footer__logo {
    padding-left: 30px;
  }
  .footer__contact {
    width: calc(100% + 30px);
    margin: 25px -15px 0;
    padding: 13px 30px 0;
    border-top: 1px solid rgba(250, 250, 250, 0.2);
  }
  .footer__contact a {
    margin: 12px 16px 0 0;
    font-size: 14px;
  }
  .footer__contact a:last-child {
    margin-top: 12px;
  }
  .footer__info {
    width: calc(100% + 30px);
    margin: 52px -15px 0;
    padding: 25px 30px 0;
    position: relative;
  }
  .footer__info ul {
    position: absolute;
    top: -40px;
    left: 30px;
  }
  .footer__info ul li {
    margin-right: 16px;
  }
  .footer__info span {
    font-size: 12px;
  }

  .input {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 14px;
  }

  .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal__block .modal__close {
    background-image: url(../img/icon-close-w.svg);
    opacity: 1;
  }
  .modal__image {
    width: 100%;
    height: 286px;
  }
  .modal__rom {
    width: 100%;
    padding: 43px 30px;
  }
  .modal__title span {
    font-size: 14px;
  }
  .modal__title h4 {
    margin-top: 15px;
    font-size: 28px;
  }
  .modal__form {
    margin-top: 30px;
  }
  .modal__form .input {
    margin-top: 12px;
  }
  .modal__form span {
    margin-top: 12px;
    font-size: 13px;
  }
  .modal__form button {
    margin-top: 30px;
  }

  .modal__team {
    padding: 60px 0 50px;
  }
  .modal__team-image {
    width: 100%;
  }
  .modal__team-cot {
    width: 100%;
    padding: 40px 15px 0;
  }
  .modal__team-title span {
    font-size: 18px;
  }
  .modal__team-title h4 {
    margin-top: 15px;
    font-size: 44px;
  }
  .modal__team-scop {
    width: 100%;
    margin-top: 35px;
  }
  .modal__team-scop li {
    margin-right: 15px;
  }
  .modal__team-scop li b {
    font-size: 38px;
    padding-bottom: 15px;
  }
  .modal__team-scop li s {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.32px;
  }
  .modal__team-desc {
    margin-top: 30px;
  }
  .modal__team-desc span {
    margin-top: 30px;
  }

  .modal__team-list span {
    font-size: 20px;
  }
  .modal__team-list ul {
    margin-top: 30px;
  }
  .modal__team-list ul li {
    margin-top: 15px;
  }
  .modal__team-list ul li b {
    font-size: 14px;
  }
  .modal__team-list ul li p {
    font-size: 11px;
  }

  .project {
    margin-top: 30px;
  }
  .project__info-text {
    width: 100%;
  }
  .project__info-item {
    margin-top: 15px;
  }
  .project__info-item span {
    display: none;
  }
  .project__info-item div {
    width: 100%;
  }
  .project__info-item div h4 {
    font-size: 24px;
  }
  .project__info-item div p {
    font-size: 14px;
  }
  .project__info-people {
    width: 100%;
    margin: 40px 0 0;
  }
  .project__info-people div {
    padding: 0 0 0 75px;
  }
  .project__info-people div i {
    right: auto;
    left: 0;
  }
  .project__info-people div b,
  .project__info-people div p {
    text-align: left;
  }
  .project__image {
    margin-top: 40px;
  }
  .project__image a {
    width: 100% !important;
    height: auto;
  }
  .project__image a.open-video::before {
    width: 35px;
    height: 35px;
    top: calc(50% - 17px);
    left: calc(50% - 17px);
  }
  .project__image a i {
    position: relative;
    height: auto;
    display: block;
  }
  .project__image a.large i {
    padding-top: 50%;
  }
  .project__image a.small i {
    padding-top: 100%;
  }
  .project__image a.medium i {
    padding-top: 75%;
  }
  .project__image a.min i {
    padding-top: 125%;
  }

  .service {
    padding-top: 110px;
  }
  .service__cap {
    padding: 0;
  }
  .service__cap h1 {
    font-size: 30px;
    line-height: 120%;
  }
  .service__cap p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 120%;
  }
  .service__cap div {
    display: none;
  }
  .service__image {
    margin-top: 30px;
    height: 480px;
  }
  .service__trust-nav {
    display: none;
  }
  .service__trust .trust__des {
    padding: 0 0 60px;
    margin: 0;
  }

  .process {
    padding: 70px 0 30px;
  }
  .process .title {
    width: 100%;
  }
  .process__block {
    width: 100%;
    margin: 40px 0 0;
  }
  .process__item {
    width: 100%;
    margin: 30px 0 0;
    display: none;
  }
  .process__item:first-child {
    margin: 0;
  }
  .process__item:nth-child(1),
  .process__item:nth-child(2),
  .process__item:nth-child(3) {
    display: block;
  }
  .process__all {
    display: block;
    margin-top: 35px;
  }
  .process__all a {
    background: transparent;
    height: 30px;
    line-height: 30px;
  }

  .cause {
    margin-top: 80px;
    padding: 50px 0 45px;
    overflow: hidden;
  }
  .cause .title {
    width: 100%;
  }
  .cause__block {
    width: 100%;
    margin: 30px 0 0;
    padding: 0 10px;
  }
  .cause__block .slick-list {
    overflow: visible !important;
  }
  .cause__item {
    margin: 0 5px;
    padding: 35px 20px;
  }
  .cause__item span {
    font-size: 20px;
  }
  .cause__item h4 {
    font-size: 18px;
  }
  .cause__item ol li {
    margin-top: 15px;
    padding-left: 27px;
  }

  .gallery {
    margin-top: 60px;
  }
  .gallery + .quest {
    margin-top: 50px;
  }
  .gallery .title {
    width: 100%;
  }
  .gallery__slider {
    margin-top: 40px;
  }
  .gallery__slider + .gallery__slider {
    margin-top: 20px;
  }
  .gallery__slider i {
    height: 200px;
    margin: 0 3px;
  }
  .complex {
    margin-top: 50px;
    padding: 0;
  }
  .complex__image {
    position: relative;
    width: 100%;
    height: 300px;
    top: auto;
    left: auto;
    bottom: auto;
  }
  .complex__image a i {
    transform: scale(0.7);
  }
  .complex__image a p {
    font-size: 20px;
    margin-top: 0;
  }
  .complex__block {
    padding: 25px 0 35px;
    width: 100%;
  }
  .draft .title {
    padding: 0;
  }
  .draft .title p {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    font-size: 14px;
    margin-top: 14px;
  }
  .draft__block {
    width: 100%;
    margin: 18px 0 0;
  }
  .draft__item {
    width: 100% !important;
    margin: 10px 0 0;
    padding: 20px 15px;
  }
  .draft__item h4 {
    font-size: 20px;
  }
  .draft__item p {
    font-size: 14px;
  }
  .team__modal {
    margin-bottom: 50px;
  }
  .team .quest__block {
    margin-top: 0;
    padding-right: 20px;
  }
  .team .quest__block h2 {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #2a2a2a;
    opacity: 0.45;
    margin-top: 0;
  }
  .team .quest__block .link {
    height: 50px;
  }
  .price {
    margin-top: 0;
  }
  .price__block {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .price__item-cap {
    height: auto;
    padding: 30px 70px 30px 22px;
  }
  .price__item-cap i {
    width: 100%;
    margin: 0;
    font-size: 20px;
  }
  .price__item-cap h4 {
    width: 100%;
    margin: 12px 0 0;
    font-size: 20px;
  }
  .price__item-cap p {
    width: 100%;
    margin: 12px 0 0;
    font-size: 16px;
  }
  .price__item-cap s::before {
    margin: auto;
  }
  .price__item-cot {
    margin-top: 0;
  }
  .price__item-base {
    padding: 0 22px 40px;
  }
  .price__item-text {
    width: 100%;
    order: 1;
  }
  .price__item-image {
    order: 2;
    width: 100%;
    margin-top: 35px;
  }
  .price__item-image i {
    width: 100%;
  }
  .price__item-image div {
    width: 100%;
    padding: 24px 0 0;
  }
  .info {
    margin-top: 40px;
    padding-bottom: 70px;
  }

  .service.project-single {
    padding-bottom: 70px;
  }
  .project-single .service__cap {
    margin-bottom: 40px;
  }

  .process__block a {
    color: #fff;
  }

  .process__block a:hover {
    color: #878b87;
  }

  .phone_but {
    right: 10px;
    bottom: 10px;
  }
  .up {
    left: 10px;
    bottom: 10px;
  }
  .reviews {
    margin-top: 0px;
    padding: 50px 0 45px;
    overflow: hidden;
  }
  .reviews-item {
    width: calc(100% - 16px);
    margin-bottom: 20px;
    padding: 35px 20px;
  }
  .phone small {
    font-size: 0 !important;
  }
  .title__mobile {
    margin-bottom: 90px;
  }
  .service.project-single .text img {
    width: 100%;
  }
  .questions {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .desc-item h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .garden__item {
    width: calc(100% - 16px) !important;
  }
  .team__modal {
    flex-direction: column;
  }
  .team .quest__block {
    margin-bottom: 40px;
  }
  .reviews-info-text,
  .reviews-info-text b {
    font-size: 14px;
  }
  .reviews i {
    opacity: 0.6;
  }
  .desc-item h6 {
    padding: 16px 45px 16px 15px;
    font-size: 16px;
  }
  .desc-item h6 i {
    width: 36px;
    height: 36px;
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
  }
  .desc-item h6 i::before {
    width: 16px;
    height: 16px;
  }
  .answer p,
  .answer a,
  .answer ul li,
  .answer ol li {
    font-size: 16px;
  }
  .desc-item div {
    margin: 0 15px;
    padding-right: 0;
    padding-top: 0;
  }
  .questions {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 424px) {
  .cap__title .quest__block {
    max-width: inherit;
  }
  .cap__title .quest__block a {
    min-width: 100%;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  background: #000;
  /* background: #121402; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .preloader video {
    width: 150%;
    margin-left: -25%;
  }
}

.contact_tiz {
  width: 100%;
}
