@charset "UTF-8";
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Light.woff2") format("woff2");
  font-weight: 300;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro.woff2") format("woff2");
  font-weight: 400;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.woff2") format("woff2");
  font-weight: 500;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Bold.woff2") format("woff2");
  font-weight: 700;
}
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, ul, 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 {
  background: #242424;
}

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 {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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;
}

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

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: "GothamPro", sans-serif;
  font-weight: 400;
  background: transparent;
}

b, strong {
  font-weight: 700;
}

svg path {
  -webkit-transition: fill 0.3s, stroke 0.3s;
  -o-transition: fill 0.3s, stroke 0.3s;
  transition: fill 0.3s, stroke 0.3s;
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  --black: #0F2731;
  --accent: #159DD9;
  --white: #fff;
  --gray: #4C5254;
  width: 100%;
  min-height: 100vh;
  font-family: "GothamPro", sans-serif;
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  line-height: normal;
  position: relative;
  overflow-x: hidden;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
.btn.white span {
  color: var(--white);
  border-color: var(--white);
}
.btn:hover i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn:hover i::after {
  width: 72px;
  height: 72px;
}
.btn span {
  font-weight: 500;
  float: left;
  margin: auto 0;
  text-transform: uppercase;
  border-bottom: 1px solid var(--black);
  color: var(--black);
  font-size: 16px;
}
.btn i {
  float: left;
  margin-left: 25px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent) url(../img/icon-arrow1-white.svg) center no-repeat;
  position: relative;
  -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;
}
.btn i::before, .btn i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.btn i::before {
  width: 92px;
  height: 92px;
  background: var(--accent);
  opacity: 0.2;
}
.btn i::after {
  width: 86px;
  height: 86px;
  border: 1px solid var(--accent);
  opacity: 0.2;
  -webkit-transition: width 0.5s, height 0.5s;
  -o-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 35px;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(21, 157, 217, 0.4);
  font-size: 14px;
  color: var(--black);
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.link.bg {
  border: 0;
  background: var(--accent);
  color: var(--white);
}
.link::after {
  content: "";
  float: right;
  width: 12px;
  height: 12px;
  background: url(../img/icon-arrow1-black.svg) center/contain no-repeat;
  margin: auto 0 auto 8px;
  -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;
}
.link:hover {
  border-color: var(--accent);
}
.link:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #04161F;
}
.header + .content {
  padding-top: 97px;
}
.header.fixed .header__nav ul li a {
  height: 75px;
}
.header .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.header__humb {
  display: none;
}
.header__logo {
  float: left;
  margin: auto 0;
  width: 146px;
  height: auto;
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.header__nav {
  margin: 0 auto;
  float: left;
}
.header__nav ul {
  float: left;
}
.header__nav ul li {
  float: left;
  position: relative;
  margin-right: 34px;
}
.header__nav ul li:last-child {
  margin: 0;
}
.header__nav ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--accent);
  opacity: 0;
}
.header__nav ul li.active::before {
  opacity: 1;
}
.header__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 98px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  -webkit-transition: color 0.3s, height 0.5s;
  -o-transition: color 0.3s, height 0.5s;
  transition: color 0.3s, height 0.5s;
}
.header__nav ul li a:hover {
  color: var(--white);
}
.header__lang {
  float: right;
  margin: auto 0;
  padding: 2px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header__lang li {
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.header__lang li.active a {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.55) !important;
}
.header__lang li a {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 50%;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header__lang li a:hover {
  color: var(--accent);
}
.header__phone {
  margin: auto 0 auto 40px;
  font-size: 15px;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.header__phone i {
  float: left;
  margin: auto 8px auto 0;
}
.header__phone i img {
  display: block;
  width: 18px;
  height: auto;
}

.slick-list {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.slick-track {
  float: left;
  width: 100%;
  height: auto;
}
.slick-dots {
  position: absolute;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  bottom: 0;
}
.slick-dots li {
  float: left;
  margin: 0 2px;
  width: 26px;
  height: 3px;
  background: #D9D9D9;
  border-radius: 3px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.slick-dots li.slick-active {
  background: var(--accent);
}
.slick-dots li button {
  display: none;
}
.slick-arrow {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #DEE5EA;
  font-size: 0;
  -webkit-transition: border 0.5s;
  -o-transition: border 0.5s;
  transition: border 0.5s;
}
.slick-arrow:hover {
  border-color: var(--accent);
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon-arrow2-black.svg) center no-repeat;
}
.slick-prev::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tiser {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 97px;
}
.tiser .slick-dots {
  bottom: 35px;
}
.tiser .slick-dots li:not(.slick-active) {
  background: rgba(217, 217, 217, 0.8);
}
.tiser__item {
  float: left;
  width: 100%;
  height: 785px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tiser__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tiser__item-img img, .tiser__item-img video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiser__item .row {
  margin: auto;
  position: relative;
  z-index: 1;
}
.tiser__item-block {
  width: 100%;
  height: auto;
}
.tiser__item-title {
  display: block;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  color: var(--white);
}
.tiser__item-title b {
  font-weight: 500;
}
.tiser__item-title span {
  color: var(--accent);
}
.tiser__item-desc {
  display: block;
  margin-top: 45px;
  font-size: 16px;
  color: var(--white);
  line-height: 150%;
}

.content {
  width: 100%;
}

.title {
  position: relative;
  width: 100%;
}
.title + .service {
  margin-top: 40px;
}
.title.white .title__name {
  color: var(--white);
}
.title.white .title__desc {
  color: var(--white);
}
.title__bread {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 32px;
}
.title__bread li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.title__bread li::after {
  content: "/";
  padding: 0 10px;
  font-size: 13px;
  color: var(--black);
}
.title__bread li:last-child {
  margin: 0;
}
.title__bread li:last-child::after {
  display: none;
}
.title__bread li:last-child a {
  color: var(--accent);
}
.title__bread li a {
  display: block;
  font-size: 13px;
  color: var(--black);
}
.title__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 150%;
}
.title__sub::before {
  content: "";
  float: left;
  width: 26px;
  height: 2px;
  background: var(--accent);
  margin: auto 8px auto 0;
}
.title__time {
  display: block;
  margin-top: 50px;
  font-size: 12px;
  color: var(--gray);
}
.title__time + .title__name {
  margin-top: 16px;
}
.title__name {
  display: block;
  margin-top: 33px;
  font-weight: 500;
  font-size: 58px;
  line-height: 145%;
  text-transform: uppercase;
}
.title__name:first-child {
  margin-top: 0;
}
.title__name.min {
  font-size: 48px;
}
.title__desc {
  display: block;
  margin-top: 27px;
  font-size: 16px;
  line-height: 175%;
  color: var(--gray);
}
.title__link {
  position: absolute;
  top: 0;
  right: 0;
}
.title__img {
  display: block;
  margin-top: 38px;
}
.title__img img {
  display: block;
  width: 100%;
  height: auto;
}

.about {
  width: 100%;
  margin-top: 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.about__block {
  float: left;
  width: 52%;
  padding-right: 100px;
  position: relative;
  z-index: 2;
}
.about__block:first-child:last-child {
  width: 100%;
  padding: 0;
}
.about__btn {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about__desc {
  display: block;
  margin-top: 78px;
  padding-left: 12px;
  border-left: 2px solid var(--accent);
  font-weight: 500;
  font-size: 11px;
  line-height: 180%;
  text-transform: uppercase;
}
.about__img {
  float: left;
  width: 48%;
  position: relative;
  z-index: 2;
}
.about__img img {
  display: block;
  width: 100%;
  height: auto;
}

.project {
  width: 100%;
  margin-top: 140px;
}
.project .title {
  width: calc(100% - 150px);
  margin-top: 100px;
}
.project .title:first-child {
  margin-top: 0;
}
.project__filter {
  width: 100%;
  margin-top: -100px;
  border-bottom: 1px solid #E8EEF2;
}
.project__filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project__filter ul li {
  float: left;
  margin-right: 24px;
  padding-bottom: 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--gray);
  position: relative;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.project__filter ul li:last-child {
  margin: 0;
}
.project__filter ul li.active {
  color: var(--black);
}
.project__filter ul li.active::before {
  opacity: 1;
}
.project__filter ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background: var(--accent);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project__filter ul li:hover {
  color: var(--accent);
}
.project__block {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -15px;
}
.project__detail {
  width: 100%;
  margin-top: -100px;
}
.project__detail-name {
  display: block;
  padding-bottom: 28px;
  font-weight: 500;
  font-size: 24px;
  border-bottom: 2px solid var(--black);
}
.project__detail-list {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #E8EEF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.project__detail-list li {
  float: left;
  min-height: 89px;
  margin-right: 50px;
  padding-left: 20px;
  border-left: 1px solid #E8EEF2;
  font-size: 13px;
  line-height: 153%;
  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;
}
.project__detail-list li:last-child {
  margin: 0;
}
.project__detail-list li:first-child {
  padding: 0;
  border: 0;
}
.project__detail-list li p {
  display: block;
}
.project__detail-list li p:nth-child(1) {
  color: #616B73;
}
.project__detail-list li p:nth-child(2) {
  color: var(--black);
}
.project__text {
  margin-top: 45px;
}
.project__slider {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -15px;
  position: relative;
  padding-bottom: 80px;
}
.project__slider .slick-arrow {
  top: -85px;
}
.project__slider .slick-prev {
  right: 83px;
}
.project__slider .slick-next {
  right: 15px;
}
.project__item {
  float: left;
  width: calc(33.3333% - 30px);
  margin: 50px 15px 0;
}
.project__item:hover .project__item-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.project__item:hover .project__item-name {
  color: var(--accent);
}
.project__item-date {
  display: block;
  font-size: 13px;
  color: #838f95;
  text-align: right;
}
.project__item-img {
  display: block;
  margin-top: 6px;
  position: relative;
  overflow: hidden;
}
.project__item-img:first-child {
  margin-top: 0;
}
.project__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 70%;
}
.project__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
.project__item-img p {
  position: absolute;
  width: auto;
  right: 18px;
  top: 18px;
  z-index: 2;
  background: #DBB655;
  border-radius: 6px;
  line-height: 28px;
  padding: 0 11px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--white);
}
.project__item-name {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 141%;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.project__item-desc {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 170%;
  color: var(--gray);
  padding-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
}
.project__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--black);
}
.project__item-list li {
  float: left;
  margin-right: 30px;
  font-size: 13px;
  line-height: 153%;
}
.project__item-list li:last-child {
  margin: 0;
}
.project__item-list li p {
  display: block;
}
.project__item-list li p:nth-child(1) {
  color: #616B73;
}
.project__item-list li p:nth-child(2) {
  color: var(--black);
}

.client {
  padding: 80px 0 75px;
  background: url(../img/client-bg.jpg) center/cover;
  margin-top: 95px;
}
.client + .quest {
  margin-top: 0;
}
.client .title {
  width: 70%;
}
.client__slider {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 50px -15px 0;
  position: relative;
}
.client__slider .slick-arrow {
  top: -100px;
  border: none;
}
.client__slider .slick-prev {
  right: 83px;
}
.client__slider .slick-next {
  right: 15px;
}
.client__item {
  float: left;
  width: calc(16.6666% - 30px);
  margin: 0 15px;
  height: 157px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--white);
  border: 1px solid #DEE5EA;
}
.client__item img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.post {
  width: 100%;
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.post .title {
  width: calc(100% - 150px);
}
.post__block {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -130px -15px 0;
}
.post__text {
  width: calc(100% - 390px);
  float: left;
  margin-top: -100px;
}
.post__aside {
  float: left;
  width: 360px;
  margin-left: auto;
  margin-top: -100px;
}
.post__aside-title {
  display: block;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
.post__aside .post__item {
  width: 100%;
  margin: 27px 0 0;
}
.post__slider {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 -15px;
  position: relative;
  padding-bottom: 80px;
}
.post__slider .slick-arrow {
  top: -85px;
}
.post__slider .slick-prev {
  right: 83px;
}
.post__slider .slick-next {
  right: 15px;
}
.post__item {
  float: left;
  width: calc(33.3333% - 30px);
  margin: 50px 15px 0;
}
.post__item:hover .post__item-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.post__item:hover .post__item-name {
  color: var(--accent);
}
.post__item-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.post__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 70%;
}
.post__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
.post__item-time {
  display: block;
  margin-top: 30px;
  font-size: 12px;
  color: #838f95;
}
.post__item-name {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 141%;
  color: var(--black);
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.post__item-desc {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 150%;
  color: var(--gray);
  padding-bottom: 25px;
  border-bottom: 2px solid var(--black);
}

.quest {
  width: 100%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/quest-bg.jpg) center/cover;
  margin-top: 100px;
}
.quest .row {
  margin: auto;
}
.quest .title {
  width: 60%;
}
.quest__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.footer {
  width: 100%;
  margin-top: 120px;
  padding-top: 80px;
  background: #041821;
}
.footer__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.footer__nav {
  width: 25%;
}
.footer__nav ul {
  display: block;
}
.footer__nav ul li {
  display: block;
  margin-top: 15px;
}
.footer__nav ul li:first-child {
  margin: 0;
}
.footer__nav ul li a {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 15px;
  transition: color .3s;
}
.footer__nav ul li a:hover {
  color: var(--white);
}
.footer__nav ul li a:first-child {
  margin-top: 0;
}
.footer__logo {
  float: left;
  width: 87px;
  height: auto;
  margin: 0 30px 0 auto;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__contact {
  float: left;
  width: 25%;
}
.footer__contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  line-height: 170%;
  color: var(--white);
}
.footer__contact-item:first-child {
  margin: 0;
}
.footer__contact-item i {
  float: left;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}
.footer__contact-item i img {
  display: block;
  width: auto;
  height: auto;
  margin: auto;
}
.footer__contact-item b {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer__contact-item span b {
  color: var(--white);
}
.footer__end {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #E8EEF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.footer__end p {
  display: block;
  font-size: 13px;
  margin: auto 0 auto 20px;
  color: rgba(255, 255, 255, 0.55);
  position: relative;
}
.footer__end p::before {
  content: '|';
  position: absolute;
  width: 20px;
  right: 100%;
  text-align: center;
  top: 0;
  opacity: 0.2;
}
.footer__end p:first-child {
  margin-left: 0;
}
.footer__end p:first-child::before {
  display: none;
}
.footer__end p a {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer__end ul {
  float: right;
  margin: auto 0 auto auto;
}
.footer__end ul li {
  float: left;
  margin-right: 7px;
}
.footer__end ul li:last-child {
  margin: 0;
}
.footer__end ul li a {
  display: block;
  width: 30px;
  height: auto;
}
.footer__end ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

.cook {
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 100vw;
  padding: 20px 25px;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  z-index: 121;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
}

.cap {
  width: 100%;
  position: relative;
  height: auto;
  padding: 120px 0 70px;
}
.cap.cap-service {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap.cap-service .row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cap.cap-service .cap__title {
  margin-top: auto;
}
.cap__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cap__bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 39, 49, 0)), to(rgba(9, 25, 32, 0.8)));
  background: -o-linear-gradient(top, rgba(15, 39, 49, 0) 0%, rgba(9, 25, 32, 0.8) 100%);
  background: linear-gradient(180deg, rgba(15, 39, 49, 0) 0%, rgba(9, 25, 32, 0.8) 100%);
}
.cap__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cap .row {
  position: relative;
  z-index: 2;
}
.cap__bread {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.cap__bread li {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cap__bread li::after {
  content: "/";
  padding: 0 10px;
  font-size: 13px;
  color: var(--white);
}
.cap__bread li:last-child {
  margin: 0;
}
.cap__bread li:last-child::after {
  display: none;
}
.cap__bread li:last-child a {
  color: var(--accent);
}
.cap__bread li a {
  display: block;
  font-size: 13px;
  color: var(--white);
}
.cap__title {
  display: block;
  margin-top: 85px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 58px;
  color: var(--white);
  line-height: 1;
}
.cap__desc {
  display: block;
  width: 100%;
  max-width: 70%;
  margin-top: 35px;
  font-size: 16px;
  color: var(--white);
  line-height: 165%;
}

.work {
  width: 100%;
  padding: 75px 0 85px;
  background: url(../img/work-bg.jpg) center/cover;
}
.work__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.work__item {
  float: left;
  width: 32%;
  margin: 50px 0 0;
}
.work__item-img {
  display: block;
  height: 92px;
}
.work__item-img img {
  display: block;
  width: auto;
  height: 100%;
}
.work__item-name {
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
}
.work__item-desc {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 170%;
  color: var(--gray);
}

.team {
  width: 100%;
  margin-top: 90px;
}
.team .title {
  max-width: 1170px;
}
.team__block {
  width: calc(100% + 100px);
  margin: 0 -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.team__item {
  float: left;
  width: calc(25% - 100px);
  margin: 58px 50px 0;
}
.team__item-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.team__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 105%;
}
.team__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__item-name {
  display: block;
  margin-top: 35px;
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
}
.team__item-desc {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: var(--gray);
  line-height: 171%;
}

.join {
  width: 100%;
  margin-top: 110px;
  min-height: 527px;
  background: -webkit-gradient(linear, left top, left bottom, from(#072635), to(#03131B));
  background: -o-linear-gradient(top, #072635 0%, #03131B 100%);
  background: linear-gradient(180deg, #072635 0%, #03131B 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.join .row {
  margin: auto;
}
.join .title {
  width: 48%;
}
.join__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.join__img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
}
.join__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text *:first-child {
  margin-top: 0;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  display: block;
  font-weight: 500;
  margin-top: 25px;
}
.text h1 {
  font-size: 40px;
}
.text h2 {
  font-size: 36px;
}
.text h3 {
  font-size: 30px;
}
.text h4 {
  font-size: 24px;
}
.text h5 {
  font-size: 18px;
}
.text h6 {
  font-size: 16px;
}
.text a {
  color: var(--accent);
  text-decoration: underline;
}
.text b, .text strong {
  color: #161616;
  font-weight: 600;
}
.text q, .text blockquote {
  display: flex;
  align-items: center;
  margin-top: 25px;
  padding: 35px 30px;
  background: #EAF6FB;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.text q::before, .text blockquote::before, .text q::after, .text blockquote::after {
  display: none;
}
.text q img, .text blockquote img {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.text img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
}
.text img + q, .text img + blockquote {
  margin-top: 10px;
}
.text p {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray);
}
.text ul {
  display: block;
  margin-top: 15px;
}
.text ul li {
  display: block;
  padding-left: 18px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  margin-top: 4px;
  color: var(--gray);
}
.text ul li:first-child {
  margin: 0;
}
.text ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 9px;
  border: 1px solid var(--accent);
  border-radius: 50%;
}
.text ol {
  display: block;
  width: calc(100% - 15px);
  margin-top: 15px;
  margin-left: 15px;
}
.text ol li {
  font-size: 16px;
  line-height: 160%;
  margin-top: 4px;
  position: relative;
  color: var(--gray);
}
.text ol li:first-child {
  margin: 0;
}
.text ol ol, .text ol ul {
  margin-top: 10px !important;
}
.text table {
  margin-top: 55px;
  width: 100%;
}
.text table tr th {
  padding: 0 15px 15px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-align: left;
}
.text table tr td {
  padding: 15px 10px 15px 0;
  font-size: 14px;
  line-height: 140%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.map {
  width: 100%;
  margin-top: 85px;
  height: 530px;
}

.contact {
  width: 100%;
  margin-top: 120px;
}
.contact.min {
  margin-top: 30px;
}
.contact__block {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.contact__map {
  float: left;
  width: 48%;
  min-height: 560px;
  border: 1px solid rgba(139, 139, 139, 0.5);
}
.contact__box {
  float: right;
  width: 48%;
  margin: auto 0 auto auto;
}
.contact__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: -30px 0 0;
}
.contact__list-item {
  float: left;
  width: 50%;
  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;*/
  margin-top: 30px;
  position: relative;
  padding-left: 80px;
  padding-right: 15px;
}
.contact__list-item i {
  position: absolute;
  left: 0;
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #EAF6FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__list-item i img {
  display: block;
  width: auto;
  height: auto;
  max-width: 22px;
  max-height: 22px;
  margin: auto;
}
.contact__list-item p {
  display: block;
  font-size: 14px;
  color: var(--gray);
}
.contact__list-item a {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: var(--gray);
}
.contact__list-item a b {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.contact__list-item a b span {
  color: var(--accent);
}
.contact__form {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 50px -15px 0;
}
.contact__form .input {
  width: calc(100% - 30px);
  margin: 15px 15px 0;
}
.contact__form .input.medium {
  width: calc(50% - 30px);
}
.contact__form-but {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 35px;
  padding: 0 15px;
}
.contact__form-but .check {
  float: left;
  width: 50%;
}
.contact__form-but button {
  float: right;
  margin-left: auto;
}

.check {
  display: block;
  position: relative;
}
.check input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
}
.check input:checked + p::after {
  opacity: 1;
}
.check p {
  display: block;
  padding-left: 31px;
  font-size: 14px;
  color: var(--gray);
  line-height: 160%;
}
.check p::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  border: 1px solid var(--black);
}
.check p::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 3px;
  background: var(--black);
  opacity: 0;
}
.check p a {
  color: var(--accent);
  position: relative;
  z-index: 3;
}

.input {
  display: block;
}
.input label {
  display: block;
  color: var(--gray);
  font-size: 15px;
}
.input input {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  border: 1px solid var(--gray);
  line-height: 30px;
  font-size: 16px;
  padding-left: 18px;
}
.input select {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  border: 1px solid var(--gray);
  line-height: 50px;
  font-size: 16px;
  padding: 0;
  padding-left: 18px;
}
.input textarea {
  display: block;
  width: 100%;
  height: 115px;
  border: 0;
  border-radius: 0;
  border: 1px solid var(--gray);
  line-height: 30px;
  font-size: 16px;
  resize: none;
  padding-left: 18px;
}

.services {
  width: 100%;
  margin-top: 0;
}
.services__block {
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 15px -15px 0;
}
.services__item {
  float: left;
  width: calc(50% - 30px);
  height: 437px;
  position: relative;
  margin: 30px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services__item:hover .services__item-img img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.services__item:hover .services__item-box {
  padding-bottom: 38px;
}
.services__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.services__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -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;
}
.services__item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 39, 49, 0)), to(rgba(9, 25, 32, 0.8)));
  background: -o-linear-gradient(top, rgba(15, 39, 49, 0) 0%, rgba(9, 25, 32, 0.8) 100%);
  background: linear-gradient(180deg, rgba(15, 39, 49, 0) 0%, rgba(9, 25, 32, 0.8) 100%);
  z-index: 2;
}
.services__item-box {
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding: 33px;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
.services__item-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 28px;
  font-weight: 500;
  line-height: 121%;
  text-transform: uppercase;
  color: var(--white);
}
.services__item-name::after {
  content: "";
  float: right;
  width: 22px;
  height: 22px;
  background: url(../img/icon-arrow1-white.svg) center/contain no-repeat;
  margin: auto 0 auto 10px;
}
.services__item-desc {
  display: block;
  margin-top: 11px;
  font-size: 14px;
  line-height: 157%;
  color: var(--white);
}

.service {
  width: 100%;
  margin-top: 65px;
}
.service__info {
  margin-top: 70px;
}
.service__info:first-child {
  margin-top: 0;
}
.service__info-title {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 141%;
}
.service__info-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.service__info-item {
  float: left;
  width: 48%;
  margin-top: 30px;
}
.service__info-num {
  float: left;
  width: 98px;
  color: #A7D8EE;
  font-size: 48px;
}
.service__info-desc {
  float: left;
  width: calc(100% - 98px);
  font-size: 16px;
  line-height: 162%;
  color: var(--gray);
}
.service__quote {
  width: 100%;
  margin-top: 60px;
  padding: 36px 42px;
  background: #F0F8FC;
  border-left: 1px solid var(--accent);
  font-size: 16px;
  font-style: italic;
  line-height: 162%;
  font-weight: 500;
}
.service__quote:first-child {
  margin: 0;
}
.service__quote p {
  display: block;
  margin-top: 10px;
}
.service__quote p:first-child {
  margin: 0;
}
.service__quote p.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service__quote p.flex img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.service__quote span {
  font-size: 13px;
  color: var(--gray);
  font-style: normal;
  font-weight: 400;
}
.service__text {
  width: 100%;
  margin-top: 60px;
}
.service__text:first-child {
  margin-top: 0;
}
.service__btn {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links {
  width: 100%;
  margin-top: 110px;
}
.links__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.links__item {
  float: left;
  width: 48%;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.links__item a {
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--black);
  border-bottom: 2px solid var(--black);
  position: relative;
}
.links__item a:hover::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.links__item a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(100% + 8px);
  top: calc(50% - 8px);
  background: url(../img/icon-arrow1-black.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;
}
.links__item p {
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 162%;
  color: var(--gray);
}

.apart {
  margin-top: 60px;
}
.apart__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.apart__item {
  width: 30%;
  margin-top: 50px;
}
.apart__item-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.apart__item-desc {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  line-height: 171%;
  color: var(--gray);
}
.apart__item-desc a {
  color: var(--accent);
  text-decoration: underline;
}

.gallery {
  width: calc(100% + 30px);
  margin: 130px -15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-bottom: 80px;
  position: relative;
}
.gallery .slick-arrow {
  top: -85px;
}
.gallery .slick-prev {
  right: 83px;
}
.gallery .slick-next {
  right: 15px;
}
.gallery__item {
  float: left;
  width: calc(25% - 30px);
  margin: 0 15px;
  height: auto;
  position: relative;
}
.gallery__item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  padding-top: 75%;
}
.gallery__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.advant {
  width: 100%;
  margin-top: 120px;
}
.advant__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: 80px;
}
.advant__item:first-child {
  margin: 0;
}
.advant__item:nth-child(2n) .advant__item-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.advant__item:nth-child(2n) .advant__item-image img, .advant__item:nth-child(2n) .advant__item-image video {
  right: auto;
  left: 0;
}
.advant__item:nth-child(2n) .advant__item-block {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: auto auto auto 0;
}
.advant__item-image {
  float: left;
  width: 48%;
  min-height: 740px;
  position: relative;
}
.advant__item-image img, .advant__item-image video {
  position: absolute;
  width: 50vw;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.advant__item-block {
  float: left;
  width: 48%;
  margin: auto 0 auto auto;
}
.advant__item-name {
  display: block;
  font-size: 46px;
  font-weight: 500;
}
.advant__item-desc {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  line-height: 150%;
}
.advant__item-desc p {
  margin-top: 15px;
}
.advant__item-desc p:first-child {
  margin: 0;
}
.advant__item-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.cook.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.cook__text {
  float: left;
  width: calc(100% - 320px);
  margin: auto 0;
}
.cook__text p {
  font-size: 14px;
}
.cook__but {
  float: right;
  margin: auto 0 auto auto;
  width: auto;
  display: flex;
}
.cook__but a {
  margin-right: 15px;
}
.cook__but a::after {
  display: none;
}
.cook__but a:last-child {
  margin: 0;
}

@media screen and (max-width: 1399px) and (min-width: 1024px) {
  .btn span {
    font-size: 15px;
  }
  .btn i {
    width: 52px;
    height: 52px;
    background-size: 18px auto;
  }
  .btn i::before {
    width: 72px;
    height: 72px;
  }
  .btn i::after {
    width: 66px;
    height: 66px;
  }

  .header__logo {
    width: 202px;
  }
  .header__nav ul li {
    margin-right: 24px;
  }
  .header__nav ul li a {
    font-size: 13px;
  }
  .header__lang li a {
    width: 36px;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
  }
  .header__phone {
    margin-left: 30px;
    font-size: 14px;
  }

  .tiser__item {
    height: 735px;
  }
  .tiser__item-title {
    font-size: 56px;
  }

  .title__sub {
    font-size: 12px;
  }
  .title__name {
    font-size: 48px;
    margin-top: 26px;
  }
  .title__name.min {
    font-size: 36px;
  }
  .title__desc {
    font-size: 14px;
    margin-top: 22px;
  }

  .project__slider .slick-arrow {
    top: -70px;
  }

  .post__slider .slick-arrow {
    top: -70px;
  }

  .quest .title {
    width: 80%;
  }

  .footer__logo {
    width: 180px;
  }

  .team__block {
    width: calc(100% + 50px);
    margin: 0 -25px;
  }
  .team__item {
    width: calc(25% - 50px);
    margin: 40px 25px 0;
  }

  .services__block {
    width: calc(100% + 20px);
    margin: 10px -10px 0;
  }
  .services__item {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
    height: 340px;
  }

  .advant__item-image {
    min-height: 540px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .row {
    padding: 0 15px;
  }

  .btn span {
    font-size: 14px;
  }
  .btn i {
    width: 52px;
    height: 52px;
    background-size: 18px auto;
  }
  .btn i::before {
    width: 72px;
    height: 72px;
  }
  .btn i::after {
    width: 66px;
    height: 66px;
  }

  .header {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .header + .content {
    padding-top: 78px;
  }
  .header.fixed:not(.open) {
    padding: 10px 0;
  }
  .header.open .header__humb i {
    background: rgba(255, 255, 255, 0);
  }
  .header.open .header__humb i::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header.open .header__humb i::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
  .header.open .header__nav, .header.open .header__lang {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
	background-color: #04161F;
  }
  .header::before {
    z-index: 5;
  }
  .header__humb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 5;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .header__humb i {
    float: left;
    position: relative;
    width: 22px;
    height: 1px;
    background: var(--white);
    margin: auto;
    -webkit-transition: background 0.5s, width 0.5s;
    -o-transition: background 0.5s, width 0.5s;
    transition: background 0.5s, width 0.5s;
  }
  .header__humb i::before, .header__humb i::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--white);
    left: 0;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    -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;
  }
  .header__humb i::before {
    top: -6px;
  }
  .header__humb i::after {
    top: 6px;
  }
  .header__nav {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: var(--white);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -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;
    padding: 120px 30px 150px;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .header__nav ul {
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header__nav ul li {
    width: 100%;
    margin: 0;
  }
  .header__nav ul li::before {
    display: none;
  }
  .header__nav ul li a {
    text-align: center;
    font-size: 20px;
    height: 60px;
    text-align: center;
    display: block;
    line-height: 60px;
  }
  .header__logo {
    width: 120px;
    margin: auto;
    position: relative;
    z-index: 5;
  }
  .header__lang {
    position: absolute;
    visibility: hidden;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: visibility 0.5s, opacity 0.5s;
    -o-transition: visibility 0.5s, opacity 0.5s;
    transition: visibility 0.5s, opacity 0.5s;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: calc(100vh - 100px);
  }
  .header__phone {
    float: right;
    width: 48px;
    height: 48px;
    margin: 0;
    position: relative;
    z-index: 5;
    background: url(../img/icon-phone-white.svg) center/18px auto no-repeat;
  }
  .header__phone i, .header__phone span {
    display: none;
  }

  .tiser {
    padding-top: 78px;
  }
  .tiser__item {
    height: 485px;
  }
  .tiser__item-title {
    font-size: 30px;
  }
  .tiser__item-desc {
    margin-top: 25px;
    font-size: 14px;
  }

  .title + .service {
    margin-top: 25px;
  }
  .title__bread {
    padding-top: 18px;
  }
  .title__bread li {
    display: none;
    margin: 0;
    position: relative;
  }
  .title__bread li:nth-last-child(2) {
    display: block;
  }
  .title__bread li::after {
    display: none;
  }
  .title__bread li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    left: -5px;
    background: url(../img/icon-arrow2-black.svg) center/10px no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .title__bread li a {
    font-size: 0;
    padding-left: 20px;
  }
  .title__bread li a::before {
    content: "Вернуться назад";
    font-size: 13px;
  }
  .title__sub::before {
    height: 1px;
    width: 14px;
  }
  .title__img {
    margin-top: 20px;
  }
  .title__time {
    margin-top: 40px;
  }
  .title__name {
    margin-top: 18px;
    font-size: 32px;
    line-height: 140%;
  }
  .title__name.min {
    font-size: 26px;
  }
  .title__desc {
    margin-top: 17px;
    font-size: 14px;
    line-height: 160%;
  }
  .title__link {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }

  .about {
    margin-top: 70px;
  }
  .about__block {
    width: 100%;
    padding: 0;
  }
  .about__desc {
    margin-top: 45px;
  }
  .about__img {
    width: 100%;
    margin-top: 25px;
  }

  .project {
    margin-top: 70px;
  }
  .project .title {
    width: 100%;
  }
  .project__filter {
    width: calc(100% + 30px);
    margin: -40px -15px 0;
    padding: 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .project__filter ul li {
    font-size: 15px;
  }
  .project__detail {
    margin-top: -50px;
  }
  .project__detail-name {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .project__detail-list {
    margin-top: 0;
    padding: 0;
    border: 0;
  }
  .project__detail-list li {
    width: 100%;
    margin: 0;
    padding: 15px 0 !important;
    min-height: 0;
    border-left: 0;
    border-bottom: 1px solid #E8EEF2 !important;
  }
  .project__block {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .project__slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-bottom: 40px;
    padding-right: 50px;
  }
  .project__slider .slick-list {
    overflow: visible !important;
  }
  .project__slider .slick-arrow {
    display: none !important;
  }
  .project__item {
    margin: 35px 10px 0;
    width: calc(50% - 20px);
  }
  .project__item-desc {
    padding-bottom: 18px;
  }
  .project__item-list {
    display: none;
  }

  .post {
    margin-top: 70px;
  }
  .post__block {
    width: calc(100% + 20px);
    margin: -70px -10px 0;
  }
  .post .title {
    width: 100%;
  }
  .post__slider {
    width: calc(100% + 20px);
    margin: 0 -10px;
    padding-bottom: 40px;
    padding-right: 50px;
  }
  .post__slider .slick-list {
    overflow: visible !important;
  }
  .post__slider .slick-arrow {
    display: none !important;
  }
  .post__item {
    margin: 35px 10px 0;
    width: calc(50% - 20px);
  }
  .post__text {
    width: 100%;
    margin-top: -40px;
  }
  .post__aside {
    width: 100%;
    margin-top: 70px;
  }

  .client {
    margin-top: 70px;
    padding: 60px 0 35px;
  }
  .client .title {
    width: 100%;
  }
  .client__slider {
    width: calc(100% + 20px);
    margin: 30px -10px;
    padding-right: 50px;
  }
  .client__slider .slick-list {
    overflow: visible !important;
  }
  .client__slider .slick-arrow {
    display: none !important;
  }
  .client__item {
    width: calc(25% - 20px);
    margin: 0 10px;
    height: 140px;
    padding: 30px;
  }

  .quest {
    margin-top: 70px;
  }
  .quest .title {
    width: 100%;
  }

  .footer {
    padding: 0;
  }
  .footer__block {
    border: 0;
    padding-top: 30px;
  }
  .footer__logo {
    width: 70px;
    margin: 0 auto;
  }
  .footer__nav {
    display: none;
  }
  .footer__contact {
    width: 100%;
    margin-top: 30px;
  }
  .footer__contact-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__end {
    margin-top: 25px;
    padding-top: 25px;
  }
  .footer__end p {
    text-align: center;
  }

  .cap {
    padding: 100px 0 35px;
  }
  .cap.cap-service {
    height: 580px;
  }
  .cap__bread li {
    display: none;
    margin: 0;
    position: relative;
  }
  .cap__bread li:nth-last-child(2) {
    display: block;
  }
  .cap__bread li::after {
    display: none;
  }
  .cap__bread li::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    left: -5px;
    background: url(../img/icon-arrow2-white.svg) center/10px no-repeat;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .cap__bread li a {
    font-size: 0;
    padding-left: 20px;
  }
  .cap__bread li a::before {
    content: "Вернуться назад";
    font-size: 13px;
  }
  .cap__title {
    margin-top: 50px;
    font-size: 36px;
  }
  .cap__desc {
    font-size: 14px;
    max-width: 100%;
    margin-top: 15px;
  }

  .work {
    padding: 50px 0;
  }
  .work__item {
    width: 49%;
    margin-top: 40px;
  }
  .work__item-img {
    height: 80px;
  }

  .team {
    margin-top: 70px;
  }
  .team__block {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .team__item {
    width: calc(25% - 20px);
    margin: 35px 10px 0;
  }
  .team__item-name {
    margin-top: 15px;
    font-size: 20px;
  }
  .team__item-desc {
    margin-top: 8px;
    font-size: 13px;
    line-height: 160%;
  }

  .join {
    margin-top: 70px;
    padding: 50px 0 0;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .join .title {
    width: 100%;
  }
  .join__btn {
    margin-top: 30px;
  }
  .join__img {
    position: relative;
    width: 100%;
    top: auto;
    height: 200px;
    margin-top: 50px;
  }

  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    margin-top: 20px;
  }
  .text h1 {
    font-size: 30px;
  }
  .text h2 {
    font-size: 26px;
  }
  .text h3 {
    font-size: 20px;
  }
  .text h4 {
    font-size: 18px;
  }
  .text h5 {
    font-size: 16px;
  }
  .text h6 {
    font-size: 14px;
  }
  .text p {
    font-size: 14px;
  }
  .text q, .text blockquote {
    margin-top: 20px;
    padding: 25px 20px;
    font-size: 14px;
  }
  .text ul li {
    font-size: 14px;
  }
  .text ul li::before {
    top: 8px;
  }
  .text ol li {
    font-size: 14px;
  }

  .contact {
    margin-top: 70px;
  }
  .contact__block {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact__map {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    min-height: 300px;
  }
  .contact__box {
    width: 100%;
    margin: 0;
  }
  .contact__list-item {
    width: 100%;
    margin-top: 25px;
    min-height: 52px;
    padding-left: 70px;
  }
  .contact__list-item i {
    top: calc(50% - 26px);
    width: 52px;
    height: 52px;
  }
  .contact__list-item i img {
    max-width: 18px;
    max-height: 18px;
  }
  .contact__list-item p {
    font-size: 13px;
  }
  .contact__list-item a {
    margin-top: 8px;
    font-size: 16px;
  }
  .contact__list-item a b {
    font-size: 18px;
  }
  .contact__form .input {
    margin: 15px 15px 0;
  }
  .contact__form-but .check {
    float: left;
    width: 50%;
  }
  .contact__form-but button {
    float: right;
    margin-left: auto;
  }

  .map {
    margin-top: 70px;
  }

  .services__block {
    width: calc(100% + 10px);
    margin: 5px -5px 0;
  }
  .services__item {
    width: calc(50% - 10px);
    margin: 15px 5px 0;
    height: 310px;
  }
  .services__item-box {
    padding: 20px;
  }
  .services__item-name {
    font-size: 22px;
  }
  .services__item-name::after {
    width: 16px;
    height: 16px;
  }
  .services__item-desc {
    margin-top: 8px;
    font-size: 13px;
  }

  .service {
    margin-top: 45px;
  }
  .service__info-title {
    font-size: 20px;
  }
  .service__info-item {
    margin-top: 25px;
  }
  .service__info-item {
    width: 100%;
  }
  .service__info-num {
    font-size: 36px;
    width: 70px;
  }
  .service__info-desc {
    width: calc(100% - 70px);
    font-size: 14px;
  }
  .service__quote {
    margin-top: 50px;
    padding: 26px 32px;
    font-size: 14px;
  }
  .service__text {
    margin-top: 40px;
  }
  .service__btn {
    margin-top: 45px;
  }

  .links {
    margin-top: 70px;
  }
  .links__item {
    width: 100%;
    margin-top: 40px;
  }
  .links__item a {
    font-size: 15px;
    max-width: calc(100% - 50px);
  }
  .links__item p {
    margin-top: 15px;
    font-size: 13px;
  }

  .apart__item {
    width: 48%;
    margin-top: 35px;
  }
  .apart__item-name {
    font-size: 16px;
  }
  .apart__item-desc {
    font-size: 13px;
    margin-top: 12px;
  }

  .gallery {
    width: calc(100% + 10px);
    margin: 70px -5px 0;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .gallery .slick-list {
    overflow: visible !important;
  }
  .gallery .slick-dots {
    display: none !important;
  }
  .gallery .slick-arrow {
    display: none !important;
  }
  .gallery__item {
    width: calc(50% - 10px);
    margin: 0 5px;
  }

  .advant {
    margin-top: 70px;
  }
  .advant__item {
    margin-top: 60px;
  }
  .advant__item-image {
    width: 100%;
    min-height: 280px;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .advant__item-image img, .advant__item-image video {
    width: 100%;
  }
  .advant__item-block {
    width: 100%;
    margin: 15px 0 0 !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .advant__item-name {
    font-size: 28px;
  }
  .advant__item-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .advant__item-but {
    margin-top: 15px;
  }

  .cook {
    padding: 20px 25px;
    bottom: 0;
  }
  .cook__text {
    width: 100%;
  }
  .cook__but {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .project__item {
    width: calc(1000% - 20px);
  }

  .client__item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }

  .work__item {
    width: 100%;
  }

  .team__item {
    width: calc(50% - 20px);
  }

  .post__item {
    width: calc(100% - 20px);
  }

  .contact__form .input.medium {
    width: calc(100% - 30px);
  }
  .contact__form-but .check {
    width: 100%;
  }
  .contact__form-but button {
    width: 100%;
    margin-top: 15px;
  }

  .services__item {
    width: calc(100% - 10px);
  }

  .apart__item {
    width: 100%;
  }
  .footer__end p:has(.open-cook) {
    display: none;
  }
  .footer__end ul {
    width: 100%;
    margin: 15px 0 0;
    display: flex;
    justify-content: center;
  }
}