.container {
  width: 100%;
  max-width: 1600px;
  padding: 0 20px;
  margin: 0 auto;
}

@media only screen and (max-width: 1579px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro.eot");
  src:
    url("../fonts/GothamPro-1.eot") format("embedded-opentype"),
    url("../fonts/GothamPro.woff") format("woff"),
    url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro-Medium.eot");
  src:
    url("../fonts/GothamPro-Medium-1.eot") format("embedded-opentype"),
    url("../fonts/GothamPro-Medium.woff") format("woff"),
    url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZonaPro";
  src: url("../fonts/ZonaPro-Regular.eot");
  src:
    url("../fonts/ZonaPro-Regular-1.eot") format("embedded-opentype"),
    url("../fonts/ZonaPro-Regular.woff") format("woff"),
    url("../fonts/ZonaPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZonaPro";
  src: url("../fonts/ZonaPro-RegularItalic.eot");
  src:
    url("../fonts/ZonaPro-RegularItalic-1.eot") format("embedded-opentype"),
    url("../fonts/ZonaPro-RegularItalic.woff") format("woff"),
    url("../fonts/ZonaPro-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ZonaPro";
  src: url("../fonts/ZonaPro-SemiBold.eot");
  src:
    url("../fonts/ZonaPro-SemiBold-1.eot") format("embedded-opentype"),
    url("../fonts/ZonaPro-SemiBold.woff") format("woff"),
    url("../fonts/ZonaPro-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  font-size: 18px;
  min-width: 320px;
  position: relative;
  line-height: 1.485;
  color: #211e1e;
  font-family: "ZonaPro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  margin: 0;
  overflow-x: hidden !important;
}

img {
  max-width: 100%;
}

b,
strong {
  font-weight: 700;
}

input:required,
textarea:required {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input:focus,
textarea:focus {
  outline: none;
}

a {
  color: #211e1e;
}
a:focus,
a:hover {
  outline: none;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

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

input,
select,
button {
  outline: none;
}

input,
textarea {
  -webkit-appearance: none;
}

input:disabled {
  opacity: 1;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type="text"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="email"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="text"]::-ms-reveal,
input[type="tel"]::-ms-reveal,
input[type="email"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

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

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

.clearfix:after {
  clear: both;
}

.slick-slide {
  outline: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

.absolute-center,
.popup__close svg,
.slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fill {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.object-fit,
.catalog-card__photo img,
.production__photo img,
.news__photo img,
.about__image img,
.kitchen__photo img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fit.contain,
.catalog-card__photo img.contain,
.production__photo img.contain,
.news__photo img.contain,
.about__image img.contain,
.kitchen__photo img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.preloader {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #fff;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.hidden {
  display: none;
}

svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.foto-overlay,
.format-text a[href$=".jpeg"],
.format-text a[href$=".jpg"],
.format-text a[href$=".png"],
.format-text a[href$=".webp"] {
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
}
.foto-overlay:before,
.format-text a[href$=".jpeg"]:before,
.format-text a[href$=".jpg"]:before,
.format-text a[href$=".png"]:before,
.format-text a[href$=".webp"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("../img/zoom.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 2;
}
.foto-overlay:after,
.format-text a[href$=".jpeg"]:after,
.format-text a[href$=".jpg"]:after,
.format-text a[href$=".png"]:after,
.format-text a[href$=".webp"]:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(33, 30, 30, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.section {
  position: relative;
  margin: 120px 0;
}
.section-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.16;
}
.section-title--big {
  font-size: 40px;
}
.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-header .section-title {
  display: inline-block;
  width: 230px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-header .section-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 70px;
}
.section-info {
  margin-right: auto;
}
.section-link {
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  line-height: 1;
  font-size: 20px;
  line-height: 1.15;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.section-link:hover {
  border-color: transparent;
}

.page-title {
  margin: 0;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  margin-top: 13px;
  line-height: 1.16;
  margin-left: -3px;
}
.page-title br {
  display: none;
}
.page-title span {
  display: block;
}

.btn {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  border: none;
  font-size: 16px;
  padding: 0px 30px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  text-decoration: none;
  background-color: #211e1e;
  min-width: 275px;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn:not(:disabled):hover {
  background-color: #3c3636;
}
.btn:not(:disabled):active {
  background-color: #060606;
}
.btn:disabled {
  cursor: default;
}
.btn--bdr {
  border: 1px solid #211e1e;
  background-color: transparent;
  color: #211e1e;
  -webkit-transition:
    background-color 0.2s,
    color 0.2s;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.btn--bdr:not(:disabled):hover {
  background-color: #211e1e;
  color: #fff;
}
.btn--bdr:not(:disabled):active {
  background-color: #060606;
  color: #fff;
}

.social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social__link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #211e1e;
  border-radius: 50%;
  border: none;
  margin-right: 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.social__link:last-child {
  margin-right: 0;
}
.social__link:hover {
  background-color: #3c3636;
}

.breadcrumbs {
  line-height: 1.15;
  font-size: 20px;
  color: #9faab1;
  font-weight: 400;
}
.breadcrumbs-block {
  margin-top: 110px;
  padding-top: 52px;
}
.breadcrumbs span {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #9faab1;
  text-decoration: none;
  margin-right: 0px;
  position: relative;
  padding-left: 10px;
  text-transform: lowercase;
}
.breadcrumbs a::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

*::-webkit-input-placeholder {
  font-size: 16px;
  color: #9faab1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

*:-moz-placeholder {
  font-size: 16px;
  color: #9faab1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*::-moz-placeholder {
  font-size: 16px;
  color: #9faab1;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}

*:-ms-input-placeholder {
  font-size: 16px;
  color: #9faab1;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="email"],
.form textarea {
  font-size: 16px;
  font-weight: 400;
  height: 64px;
  padding-left: 0px;
  padding-top: 10px;
  text-align: left;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #211e1e;
  width: 100%;
  color: #211e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition:
    border-color 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    border-color 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  transition:
    border-color 0.3s,
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
}
.form input[type="text"].wpcf7-not-valid,
.form input[type="tel"].wpcf7-not-valid,
.form input[type="url"].wpcf7-not-valid,
.form input[type="email"].wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
  border-color: #dc3232;
}
.form input[type="text"]:focus,
.form input[type="tel"]:focus,
.form input[type="url"]:focus,
.form input[type="email"]:focus,
.form textarea:focus {
  border-color: #000;
}
.form input[type="text"]:focus::-webkit-input-placeholder,
.form input[type="tel"]:focus::-webkit-input-placeholder,
.form input[type="url"]:focus::-webkit-input-placeholder,
.form input[type="email"]:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form input[type="text"]:focus:-moz-placeholder,
.form input[type="tel"]:focus:-moz-placeholder,
.form input[type="url"]:focus:-moz-placeholder,
.form input[type="email"]:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
  color: transparent;
}
.form input[type="text"]:focus::-moz-placeholder,
.form input[type="tel"]:focus::-moz-placeholder,
.form input[type="url"]:focus::-moz-placeholder,
.form input[type="email"]:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
  color: transparent;
}
.form input[type="text"]:focus:-ms-input-placeholder,
.form input[type="tel"]:focus:-ms-input-placeholder,
.form input[type="url"]:focus:-ms-input-placeholder,
.form input[type="email"]:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 64px #fff;
  -webkit-text-fill-color: #211e1e;
}
.form textarea {
  resize: none;
}

.wpcf7 .wpcf7-form-control-wrap {
  line-height: 1;
}
.wpcf7 form {
  position: relative;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  padding: 0px;
  color: red;
  margin: 10px 0 0;
  border: none;
  text-align: left;
  display: none !important;
}
.wpcf7 form .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 12px;
  text-align: left;
  display: inline;
  line-height: 1;
}

.slick-arrow {
  background-color: transparent;
  border: 1px solid #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.slick-arrow svg {
  width: 20px;
  height: 20px;
}
.slick-arrow svg path {
  -webkit-transition: stroke 0.2s;
  transition: stroke 0.2s;
}
.slick-arrow.back svg {
  -webkit-transform: rotate(-180deg) translate(50%, 50%);
  transform: rotate(-180deg) translate(50%, 50%);
}
.slick-arrow.slick-disabled {
  cursor: default;
  border-color: #9faab1;
}
.slick-arrow.slick-disabled svg path {
  stroke: #9faab1;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  line-height: 0;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.slick-dots li::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #211e1e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.slick-dots li::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  opacity: 0;
  border: 1px solid #211e1e;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.slick-dots li + li {
  margin-left: 15px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border: 1px solid #908f8f;
  text-indent: -9999px;
  background-color: transparent;
  line-height: 0;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.slick-dots li.slick-active::before,
.slick-dots li.slick-active:after {
  opacity: 1;
}
.slick-dots li.slick-active button {
  border-color: transparent;
}

.callback-btn {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-align: center;
  border: none;
  font-size: 20px;
  padding: 20px 40px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #0c2d56;
  overflow: hidden;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: fixed;
  right: 40px;
  bottom: 55px;
  z-index: 9;
}
.callback-btn:hover {
  background-color: #0f396c;
}

@media only screen and (max-width: 1579px) {
  .page-title {
    font-size: 36px;
  }
  .callback-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .section {
    margin: 80px 0;
  }
  .section-title {
    font-size: 22px;
  }
  .section-title--big {
    font-size: 30px;
  }
  .section-link {
    font-size: 18px;
  }
  .breadcrumbs {
    font-size: 18px;
  }
  .breadcrumbs-block {
    margin-top: 100px;
  }
  .page-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .foto-overlay:hover:before,
  .format-text a[href$=".jpeg"]:hover:before,
  .format-text a[href$=".jpg"]:hover:before,
  .format-text a[href$=".png"]:hover:before,
  .format-text a[href$=".webp"]:hover:before,
  .foto-overlay:hover::after,
  .format-text a[href$=".jpeg"]:hover::after,
  .format-text a[href$=".jpg"]:hover::after,
  .format-text a[href$=".png"]:hover::after,
  .format-text a[href$=".webp"]:hover::after {
    opacity: 1;
  }
  .callback-btn.open-popup {
    right: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .section-info {
    margin-right: 0;
  }
  .section-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-header .section-info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 15px;
  }
  .social__link {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .social__link svg {
    max-width: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .section {
    margin: 60px 0;
  }
  .section-info br {
    display: none;
  }
  .section-title {
    font-size: 20px;
  }
  .section-title--big {
    font-size: 20px;
  }
  .section-link {
    font-size: 14px;
  }
  .section-header .section-title {
    width: auto;
  }
  .section-header .section-info {
    padding-right: 0;
  }
  .section-header .section-link {
    margin-left: 30px;
  }
  body {
    font-size: 14px;
  }
  .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .slick-arrow svg {
    width: 14px;
    height: 14px;
  }
  .breadcrumbs {
    font-size: 16px;
  }
  .breadcrumbs-block {
    padding-top: 25px;
    margin-top: 70px;
  }
  .page-title {
    font-size: 20px;
    margin-top: 20px;
    margin-left: -1px;
  }
  .callback-btn {
    font-size: 14px;
    padding: 15px 30px;
    right: 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .callback-btn {
    left: 10px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.wrap--is-ownarticle {
  overflow: visible;
}

.content {
  padding-bottom: 120px;
}
.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 35px;
}
.content__text {
  margin-top: 40px;
}
.content__text.format-text p {
  font-size: 24px;
}
.content__date {
  color: #9faab1;
  font-size: 14px;
  margin-top: 10px;
}
.content__title {
  margin: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.16;
}
.content__subtitle {
  font-weight: 600;
  margin-top: 20px;
}
.content__inner {
  width: 100%;
}
.content__menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #eceeef;
  padding: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 410px;
  margin-left: 85px;
  position: sticky;
  top: 140px;
}
.content__menu-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 23px;
}
.content__menu-list {
  counter-reset: item;
}
.content__menu-item {
  position: relative;
  padding-left: 25px;
}
.content__menu-item:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: counter(item) ".";
  counter-increment: item;
}
.content__menu-item + .content__menu-item {
  margin-top: 10px;
}
.content__menu-link {
  font-size: 20px;
  color: #211e1e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #211e1e;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.content__menu-link:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}

.format-text p {
  font-size: 18px;
  margin: 27px 0;
  letter-spacing: 0.01em;
}
.format-text p:first-child {
  margin-top: 0;
}
.format-text p:last-child {
  margin-bottom: 0;
}
.format-text img {
  height: auto;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6 {
  margin: 55px 0 40px;
  font-weight: 600;
  line-height: 1.16;
}
.format-text h2 {
  font-size: 40px;
}
.format-text h3 {
  font-size: 32px;
}
.format-text h4 {
  font-size: 28px;
}
.format-text a:not(.btn) {
  color: #211e1e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #211e1e;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.format-text a:not(.btn):hover {
  text-decoration: none;
  text-decoration-color: transparent;
}
.format-text b,
.format-text strong {
  font-weight: 600;
}
.format-text i {
  font-style: italic;
}

@media (hover: hover) {
  .format-text a[href$=".jpeg"]:hover:before,
  .format-text a[href$=".jpg"]:hover:before,
  .format-text a[href$=".png"]:hover:before,
  .format-text a[href$=".webp"]:hover:before {
    opacity: 1;
  }
  .format-text a[href$=".jpeg"]:hover:after,
  .format-text a[href$=".jpg"]:hover:after,
  .format-text a[href$=".png"]:hover:after,
  .format-text a[href$=".webp"]:hover:after {
    opacity: 1;
  }
}
@media only screen and (max-width: 1579px) {
  .content__title {
    font-size: 48px;
  }
  .content__menu {
    width: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .wrap--is-ownarticle {
    overflow: hidden;
  }
  .content {
    padding-bottom: 80px;
  }
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .content__title {
    font-size: 40px;
  }
  .content__menu {
    margin-left: 0;
    width: 100%;
    max-width: 410px;
    position: relative;
    top: auto;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .content__menu-title {
    font-size: 20px;
  }
  .content__menu-link {
    font-size: 18px;
  }
  .content__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .content__text.format-text p {
    font-size: 20px;
  }
  .format-text p {
    font-size: 16px;
  }
  .format-text h2 {
    font-size: 30px;
  }
  .format-text h3 {
    font-size: 22px;
  }
  .format-text h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .content {
    padding-bottom: 60px;
  }
  .content__title {
    font-size: 30px;
  }
  .content__date {
    font-size: 12px;
  }
  .content__text {
    margin-top: 30px;
  }
  .content__text.format-text p {
    font-size: 14px;
  }
  .content__menu {
    margin-top: 25px;
    padding: 20px;
    max-width: 100%;
  }
  .content__menu-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .content__menu-link {
    font-size: 14px;
  }
  .format-text p {
    font-size: 14px;
  }
  .format-text h2,
  .format-text h3,
  .format-text h4,
  .format-text h5,
  .format-text h6 {
    margin: 32px 0 16px;
  }
  .format-text h2 {
    font-size: 20px;
  }
  .format-text h3 {
    font-size: 16px;
  }
  .format-text h4 {
    font-size: 14px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 22;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 110px;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.header.is-transparent,
.header.is-open-menu {
  border-color: #fff;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(-90.36%, rgba(0, 0, 0, 0)),
    color-stop(494.29%, rgba(0, 0, 0, 0.67))
  );
  background-image: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) -90.36%,
    rgba(0, 0, 0, 0.67) 494.29%
  );
}
.header.is-transparent .hamburger .hamburger-inner,
.header.is-transparent .hamburger .hamburger-inner::after,
.header.is-transparent .hamburger .hamburger-inner::before,
.header.is-open-menu .hamburger .hamburger-inner,
.header.is-open-menu .hamburger .hamburger-inner::after,
.header.is-open-menu .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.header.is-transparent .navbar__logo-block::after,
.header.is-transparent .navbar__logo-block:before,
.header.is-open-menu .navbar__logo-block::after,
.header.is-open-menu .navbar__logo-block:before {
  background-color: #fff;
}
.header.is-transparent .navbar__logo-block .logo-block__cross-icon::before,
.header.is-open-menu .navbar__logo-block .logo-block__cross-icon::before {
  background-color: #fff;
}
.header.is-transparent .navbar__logo-block .logo-block__cross-icon svg path,
.header.is-open-menu .navbar__logo-block .logo-block__cross-icon svg path {
  fill: #fff;
}
.header.is-transparent .navbar__logo-block a > svg path,
.header.is-open-menu .navbar__logo-block a > svg path {
  fill: #fff;
}
.header.is-transparent .navbar__phones a,
.header.is-transparent .navbar__mails a,
.header.is-open-menu .navbar__phones a,
.header.is-open-menu .navbar__mails a {
  color: #fff;
}
.header.is-transparent .navbar__phones a:hover,
.header.is-transparent .navbar__mails a:hover,
.header.is-open-menu .navbar__phones a:hover,
.header.is-open-menu .navbar__mails a:hover {
  border-color: #fff;
}
.header.is-open-menu {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-image: none;
}
.header.is-open-menu .navbar {
  position: relative;
  z-index: 20;
}

.logo-block {
  width: 192px;
  position: relative;
}
.logo-block__cross-icon {
  position: absolute;
  width: 52px;
  height: 52px;
  right: -25px;
  bottom: -47px;
}
.logo-block__cross-icon::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  bottom: 25px;
  width: 5000px;
  background-color: #211e1e;
}
.logo-block__cross-icon svg {
  width: 52px;
  height: 52px;
}
.logo-block__cross-icon svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.logo-block__cross-icon--mobile {
  display: none;
}
.logo-block::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #211e1e;
  right: 1px;
  width: 1px;
  bottom: 28px;
  height: 140px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.logo-block::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #211e1e;
  right: 50px;
  width: 5000px;
  height: 1px;
  bottom: -22px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.logo-block a {
  width: 112px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  height: 70px;
}
.logo-block a > svg {
  width: 100%;
}
.logo-block a > svg path {
  fill: #211e1e;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.navbar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 22px;
}
.navbar__logo-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
.navbar__contacts {
  margin-left: 30px;
}
.navbar__mails {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.navbar__mails > a {
  font-size: 20px;
  color: #211e1e;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar__mails > a + a {
  margin-top: 5px;
}
.navbar__mails > a:hover {
  border-color: #211e1e;
}
.navbar__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}
.navbar__phones > a {
  font-weight: 400;
  font-size: 20px;
  color: #211e1e;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.navbar__phones > a:hover {
  border-color: #211e1e;
}
.navbar__whatsapp {
  margin-left: 20px;
}

.hamburger {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 0;
  width: 40px;
  height: 42px;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 8px;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-box {
  width: 100%;
  height: 100%;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner::after,
.hamburger .hamburger-inner::before {
  height: 2px;
  width: 100%;
  border-radius: 0;
  background-color: #211e1e;
}
.hamburger .hamburger-inner::after {
  top: 10px;
}
.hamburger .hamburger-inner::before {
  opacity: 0;
}
.hamburger.is-active {
  bottom: 12px;
}
.hamburger.is-active .hamburger-inner {
  top: 2px;
}
.hamburger.is-active .hamburger-inner:after {
  top: 20px;
}

@media only screen and (max-width: 1199px) {
  .header {
    height: 100px;
  }
  .navbar {
    height: 100px;
  }
  .navbar__whatsapp {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .header.open-popup {
    right: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar__contacts {
    display: none;
  }
  .hamburger {
    left: auto;
    position: relative;
    bottom: auto;
    top: 14px;
  }
  .hamburger.is-active {
    top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .header {
    height: 70px;
  }
  .navbar {
    height: 70px;
  }
  .navbar__logo-block {
    width: 102px;
  }
  .navbar__logo-block::before {
    right: 20px;
  }
  .navbar__logo-block::after {
    bottom: 0px;
  }
  .navbar__logo-block a {
    width: 80px;
    height: 70px;
    padding-top: 42px;
  }
  .navbar__logo-block .logo-block__cross-icon {
    display: none;
  }
  .navbar__logo-block .logo-block__cross-icon::before {
    display: none;
  }
  .navbar__logo-block .logo-block__cross-icon--mobile {
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    right: -13px;
    bottom: -35px;
  }
  .navbar__logo-block .logo-block__cross-icon svg {
    width: 28px;
    height: 28px;
  }
  .hamburger {
    width: 24px;
    height: 34px;
    top: 9px;
  }
  .hamburger .hamburger-inner,
  .hamburger .hamburger-inner::after,
  .hamburger .hamburger-inner::before {
    height: 1px;
  }
  .hamburger .hamburger-inner::after {
    top: 7px;
  }
  .hamburger.is-active {
    top: 2px;
  }
}
.menu {
  width: 100%;
  margin-bottom: 90px;
  height: 100%;
}
.menu-block {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  max-height: 100vh;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #211e1e;
  padding-top: 110px;
  scrollbar-width: none;
}
.menu-block::-webkit-scrollbar {
  width: 0;
}
.menu-block.is-visible {
  opacity: 1;
  visibility: visible;
}
.menu-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.menu-aside {
  position: absolute;
  top: 110px;
  bottom: 0;
  width: 190px;
  padding-right: 30px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 70px;
}
.menu-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: calc(100vh - 110px);
  padding: 90px 0 10px;
  position: relative;
}
.menu-center::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 50px;
  bottom: 0;
  left: 190px;
  background-color: #fff;
}
.menu__list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.menu__list li.active a {
  color: #9faab1;
}
.menu__list li + li {
  margin-top: 15px;
}
.menu__list a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 3vh;
  line-height: 1.175;
  font-weight: 600;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.menu__list a:hover {
  color: #9faab1;
}
.menu__social {
  margin-top: auto;
}
.menu__social .social__link {
  background-color: #fff;
}
.menu__social .social__link:hover {
  background-color: #9faab1;
}

@media only screen and (max-width: 1579px) {
  .menu-aside {
    padding-bottom: 30px;
  }
}
@media only screen and (max-height: 799px) {
  .menu {
    margin-bottom: 50px;
  }
  .menu-center {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu {
    margin-bottom: 50px;
  }
  .menu-block {
    padding-top: 100px;
  }
  .menu-aside {
    top: 100px;
  }
  .menu-center {
    min-height: calc(100vh - 100px);
  }
}
@media only screen and (max-width: 991px) {
  .menu__list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu__list li + li {
    margin-top: 20px;
  }
  .menu__social {
    margin-left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .menu-block {
    padding-top: 70px;
  }
  .menu-aside {
    top: 70px;
  }
  .menu-center {
    min-height: calc(100vh - 130px);
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .menu-center::after {
    left: 100px;
    top: 20px;
  }
  .menu__list li a {
    font-size: 20px;
  }
}
.footer {
  background-color: #211e1e;
  padding: 55px 0;
  overflow: hidden;
  color: #fff;
  position: relative;
  margin-top: 30px;
}
.footer::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  top: 154px;
  width: 1px;
  background-color: #fff;
  left: calc(50% - 590px);
}
.footer__logo-block:after,
.footer__logo-block::before {
  background-color: #fff;
}
.footer__logo-block .logo-block__cross-icon::after,
.footer__logo-block .logo-block__cross-icon::before {
  display: none;
}
.footer__logo-block a > svg path {
  fill: #fff;
}
.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 192px;
  padding-left: 135px;
  margin-top: 25px;
}
.footer-contacts-col {
  max-width: calc(25% - 30px);
}
.footer-contact__title {
  color: #9faab1;
  font-size: 14px;
  margin-bottom: 12px;
}
.footer-contact__title + .footer-menu {
  margin-top: 0;
  position: relative;
  top: -7px;
}
.footer-contact + .footer-contact {
  margin-top: 20px;
}
.footer__address {
  font-size: 14px;
  line-height: 1.14;
}
.footer__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__phones > a {
  font-size: 14px;
  color: #fff;
  line-height: 1.14;
  white-space: nowrap;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.footer__phones > a + a {
  margin-top: 18px;
}
.footer__phones > a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
.footer__mails {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__mails > a {
  font-size: 14px;
  color: #fff;
  line-height: 1.14;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.footer__mails > a + a {
  margin-top: 18px;
}
.footer__mails > a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
.footer__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__social > a {
  font-size: 14px;
  color: #fff;
  line-height: 1.14;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  white-space: nowrap;
  text-transform: uppercase;
}
.footer__social > a + a {
  margin-top: 18px;
}
.footer__social > a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
.footer-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 50px;
}
.footer-text {
  font-size: 12px;
  line-height: 1.16;
  color: #9faab1;
  max-width: 410px;
  margin-left: 135px;
}
.footer-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.footer-menu li {
  line-height: 1;
}
.footer-menu li + li {
  margin-top: 18px;
}
.footer-menu li a {
  color: #fff;
  line-height: 1.14;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  text-decoration-color: transparent;
  -webkit-transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
}
.footer-menu li a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}

.copy {
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 192px;
}

@media only screen and (max-width: 1579px) {
  .footer::before {
    left: calc(50% - 390px);
  }
  .footer-contacts {
    padding-left: 94px;
  }
  .footer-bottom {
    margin-top: 50px;
  }
  .footer-text {
    margin-left: 94px;
    max-width: 516px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer::before {
    left: calc(50% - 270px);
  }
  .footer-contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -30px;
  }
  .footer-contacts-col {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer::before {
    left: calc(50% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .footer::before {
    display: none;
  }
  .footer-contacts {
    padding-left: 0;
    margin-left: 0;
    margin-top: 80px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-text {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
  }
  .copy {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 75px;
  }
  .footer__logo-block {
    width: 102px;
  }
  .footer__logo-block::before {
    right: 20px;
  }
  .footer__logo-block::after {
    bottom: 0px;
  }
  .footer__logo-block a {
    width: 84px;
  }
  .footer__logo-block .logo-block__cross-icon {
    display: none;
  }
  .footer__logo-block .logo-block__cross-icon--mobile {
    position: absolute;
    display: inline-block;
    width: 28px;
    height: 28px;
    right: -13px;
    bottom: -35px;
  }
  .footer__logo-block .logo-block__cross-icon svg {
    width: 28px;
    height: 28px;
  }
  .footer-contacts {
    margin-top: 30px;
  }
  .footer-contacts-col {
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
  .footer-contacts-col:nth-child(3),
  .footer-contacts-col:nth-child(4) {
    width: 100%;
    max-width: 100%;
  }
  .footer__address {
    max-width: 400px;
  }
  .footer-bottom {
    margin-top: 40px;
  }
  .footer--text {
    font-size: 10px;
  }
  .footer-menu li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 374px) {
  .footer-contacts-col {
    width: 100%;
    max-width: 100%;
  }
}
.fancybox-is-open .fancybox-bg {
  background-color: #000;
  opacity: 0.85;
}

.fancybox-slide > * {
  margin: 15px 0;
}

.fancybox-is-open .popup--kitchen {
  visibility: visible;
  position: relative;
  left: auto;
}

.popup {
  background-color: #fff;
  width: 480px;
  border: 1px solid;
  display: inline-block;
  border-radius: 0;
  padding: 50px 60px;
  text-align: center;
  border: 1px solid #f0f6f7;
  border: none;
}
.popup__title {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.16;
}
.popup__text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  text-transform: uppercase;
}
.popup .form {
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.popup .form .btn {
  margin-top: 30px;
  width: 100%;
  min-width: auto;
}
.popup .form textarea {
  margin-top: 15px;
  height: 100px;
}
.popup .form .file-upload {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
.popup .form .file-upload__file {
  margin-top: 10px;
  margin-bottom: 10px;
}
.popup .form .file-upload__btn {
  margin-top: 0;
}
.popup .form .file-upload__info {
  margin-top: 0px;
}
.popup__close {
  position: absolute;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 0;
  z-index: 3;
  top: 20px;
  right: 20px;
}
.popup__close svg {
  width: 16px;
  height: 16px;
}
.popup .fancybox-close-small {
  display: none;
}
.popup--kitchen {
  width: 95%;
  max-width: 1340px;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.popup--kitchen .popup__close {
  top: 50px;
  right: 60px;
}

@media only screen and (max-width: 991px) {
  .popup {
    padding: 50px;
  }
  .popup--kitchen .popup__close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .popup {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    max-width: 95%;
  }
  .popup__form textarea {
    height: 150px;
  }
  .popup--kitchen {
    padding: 0;
  }
  .popup--kitchen .popup__close {
    top: 0px;
    right: 0px;
    background-color: #fff;
    padding: 10px;
    width: 26px;
    height: 26px;
  }
}
.kitchen {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.kitchen__photo {
  width: 100%;
  height: 776px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.kitchen__info {
  width: 320px;
  margin-left: 50px;
  padding: 50px 0 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.kitchen__title {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.18;
}
.kitchen__chars {
  margin-top: 30px;
}
.kitchen__char {
  font-size: 14px;
  line-height: 1.14;
  text-transform: uppercase;
}
.kitchen__char + .kitchen__char {
  margin-top: 15px;
}
.kitchen__char-title {
  color: #9faab1;
  margin-bottom: 17px;
}

.kitchens-slider__count {
  position: absolute;
  bottom: 50px;
  right: 60px;
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
}
.kitchens-slider__count-total {
  margin-left: 4px;
}
.kitchens-slider__count-current {
  margin-right: 4px;
}
.kitchens-slider__back,
.kitchens-slider__next {
  position: absolute;
  right: 0;
  bottom: 0px;
  border-color: #211e1e;
  width: 50px;
  height: 50px;
}
.kitchens-slider__back {
  right: 260px;
}

@media only screen and (max-width: 1579px) {
  .kitchen__photo {
    height: 640px;
  }
}
@media only screen and (max-width: 991px) {
  .kitchen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kitchen__photo {
    height: 625px;
  }
  .kitchen__info {
    margin-left: 0;
    padding-top: 0;
    margin-top: 110px;
    width: 100%;
    padding-bottom: 0;
  }
  .kitchens-slider__count {
    width: 100%;
    left: 0;
    right: 0;
    top: 700px;
    bottom: auto;
  }
  .kitchens-slider__back,
  .kitchens-slider__next {
    bottom: auto;
    top: 650px;
  }
  .kitchens-slider__back {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .kitchen__photo {
    height: 475px;
  }
  .kitchens-slider__count {
    top: 550px;
  }
  .kitchens-slider__back,
  .kitchens-slider__next {
    top: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .kitchen__photo {
    height: 320px;
  }
  .kitchen__info {
    padding: 0 15px 35px;
    margin-top: 90px;
  }
  .kitchen__title {
    font-size: 20px;
  }
  .kitchen__chars {
    margin-top: 20px;
  }
  .kitchen__char {
    font-size: 12px;
  }
  .kitchen__char + .kitchen__char {
    margin-top: 13px;
  }
  .kitchen__char-title {
    margin-bottom: 15px;
  }
  .kitchens-slider__count {
    top: 340px;
    height: 40px;
  }
  .kitchens-slider__back {
    left: 15px;
  }
  .kitchens-slider__next {
    right: 15px;
  }
  .kitchens-slider__back,
  .kitchens-slider__next {
    top: 340px;
    height: 40px;
    width: 40px;
  }
}
.hero {
  color: #fff;
  background-color: #211e1e;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  max-height: 1200px;
  height: 100vh;
  padding-top: 110px;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero::after {
  position: absolute;
  top: 110px;
  right: 50%;
  left: calc(50% - 660px);
  bottom: 0;
  content: "";
  display: none;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(9.96%, rgba(0, 0, 0, 0)),
    color-stop(188.54%, rgba(0, 0, 0, 0.67))
  );
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 9.96%,
    rgba(0, 0, 0, 0.67) 188.54%
  );
}
.hero-column {
  width: 190px;
  padding-right: 30px;
  position: absolute;
  top: 110px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 70px;
  z-index: 2;
}
.hero-column::before {
  position: absolute;
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 5000px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(-90.36%, rgba(0, 0, 0, 0)),
    color-stop(494.29%, rgba(0, 0, 0, 0.67))
  );
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) -90.36%,
    rgba(0, 0, 0, 0.67) 494.29%
  );
}
.hero-column::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 50px;
  bottom: 0;
  right: -1px;
  background-color: #fff;
}
.hero__title {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.25;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 40px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.hero__date {
  font-size: 20px;
  line-height: 1.15;
  margin-top: auto;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
.hero__header {
  margin: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-bottom: 42px;
}
.hero__footer {
  color: #f1f1f1;
  position: absolute;
  bottom: 70px;
  left: 230px;
  width: 640px;
}
.hero__footer::before {
  position: absolute;
  top: -50px;
  bottom: -80px;
  width: 3000px;
  left: -40px;
  display: block;
  z-index: -1;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#1b1b1b),
    to(rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(360deg, #1b1b1b 0%, rgba(0, 0, 0, 0) 100%);
}
.hero__subtitle {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero__subtitle br {
  display: none;
}
.hero__year {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.15;
  text-transform: lowercase;
  margin-top: 7px;
}
.hero__link {
  color: #f1f1f1;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: 600;
  margin-top: 14px;
  display: inline-block;
  line-height: 1.15;
}
.hero__link:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1579px) {
  .hero::after {
    left: calc(50% - 450px);
  }
  .hero-column {
    padding-bottom: 30px;
  }
  .hero__footer {
    bottom: 30px;
  }
  .hero__subtitle {
    font-size: 18px;
  }
  .hero__year {
    font-size: 18px;
  }
  .hero__link {
    font-size: 18px;
  }
  .hero__header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero {
    padding-top: 100px;
  }
  .hero::after {
    display: none;
  }
  .hero-column {
    top: 100px;
  }
  .hero__header {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .hero__footer {
    left: 210px;
    width: 480px;
  }
  .hero__footer::before {
    left: -20px;
  }
  .hero__subtitle,
  .hero__year,
  .hero__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-column {
    padding-bottom: 70px;
  }
  .hero__header {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero__footer {
    width: 320px;
    bottom: 75px;
  }
  .hero__subtitle {
    font-size: 10px;
  }
  .hero__year {
    font-size: 10px;
    margin-top: 5px;
  }
  .hero__link {
    font-size: 12px;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 70px;
    min-height: auto;
    max-height: 900px;
  }
  .hero-column {
    top: 70px;
    width: 100px;
    padding-bottom: 70px;
  }
  .hero-column::after {
    top: 20px;
  }
  .hero__title {
    font-size: 14px;
  }
  .hero__date {
    font-size: 14px;
  }
  .hero__footer {
    width: 270px;
    left: 115px;
    bottom: 70px;
  }
  .hero__footer::before {
    left: -15px;
  }
  .hero__subtitle {
    font-size: 10px;
  }
  .hero__subtitle br {
    display: inline;
  }
}
@media only screen and (max-width: 399px) {
  .hero__header {
    font-size: 16px;
  }
  .hero__footer {
    width: 190px;
  }
}
@media only screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0),
  only screen and (max-width: 575px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .hero {
    height: calc(100vh - 60px);
  }
}
.portfolio-slider {
  margin-left: 230px;
  margin-top: 55px;
  padding-top: 100px;
  position: relative;
}
.portfolio-slider .slick-list {
  overflow: visible;
}
.portfolio-slider__back,
.portfolio-slider__next {
  position: absolute;
  top: 0;
  left: 0;
}
.portfolio-slider__next {
  margin-left: 85px;
}
.portfolio-slider-section {
  background-color: #211e1e;
  color: #fff;
  margin-top: 0;
  padding: 120px 0;
}
.portfolio-slider-section .section-header {
  padding-bottom: 45px;
  position: relative;
}
.portfolio-slider-section .section-header::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 5000px;
  background-color: #fff;
  bottom: 0;
  left: 230px;
}
.portfolio-slider-section .section-info {
  color: #9faab1;
}
.portfolio-slider-section .section-link {
  color: #fff;
  border-color: #fff;
}
.portfolio-slider-section .section-link:hover {
  border-color: transparent;
}
.portfolio-slide {
  width: 494px;
  height: 676px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 7.5px;
  position: relative;
  padding: 50px 30px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.portfolio-slide__title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.portfolio-slide__title > img {
  margin-left: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  width: 14px;
  height: 14px;
}
.portfolio-slide__title > span span {
  display: block;
}
.portfolio-slide__subtitle {
  font-size: 20px;
}
.portfolio-slide::after {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-image: linear-gradient(
    19.37deg,
    rgba(0, 0, 0, 0.8) 5.24%,
    rgba(0, 0, 0, 0) 135.97%,
    rgba(0, 0, 0, 0.8) 135.97%
  );
}
.portfolio-slide--last-slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.portfolio-slide--last-slide .portfolio-slide__title {
  -webkit-transform-origin: center;
  transform-origin: center;
  margin-left: 25px;
}
.portfolio-slide--last-slide .portfolio-slide__title > span {
  white-space: nowrap;
}
.portfolio-slide--last-slide::after {
  display: none;
}
.portfolio-slide--last-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  border: 1px solid #fff;
}

@media only screen and (max-width: 1579px) {
  .portfolio-slide {
    width: 400px;
    height: 547px;
  }
  .portfolio-slide__title {
    font-size: 20px;
  }
  .portfolio-slide__subtitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1199px) {
  .portfolio-slide:hover::after {
    opacity: 0;
  }
  .portfolio-slide:hover .portfolio-slide__title {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .portfolio-slide:hover .portfolio-slide__title > img {
    opacity: 1;
  }
  .portfolio-slide--last-slide .portfolio-slide__title {
    -webkit-transition:
      margin-left 0.2s,
      -webkit-transform 0.2s;
    transition:
      margin-left 0.2s,
      -webkit-transform 0.2s;
    transition:
      margin-left 0.2s,
      transform 0.2s;
    transition:
      margin-left 0.2s,
      transform 0.2s,
      -webkit-transform 0.2s;
  }
  .portfolio-slide--last-slide:hover .portfolio-slide__title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-slider-section {
    padding: 80px 0;
  }
  .portfolio-slide {
    width: 300px;
    height: 410px;
    padding: 40px 25px;
  }
  .portfolio-slide__title {
    font-size: 16px;
  }
  .portfolio-slide.slick-active.slick-current::after {
    opacity: 0;
  }
  .portfolio-slide.slick-active.slick-current .portfolio-slide__title {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .portfolio-slide.slick-active.slick-current .portfolio-slide__title > img {
    opacity: 1;
  }
  .portfolio-slide--last-slide .portfolio-slide__title {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    margin-left: 0;
  }
  .portfolio-slide--last-slide .portfolio-slide__title > img {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slider {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 150px;
  }
  .portfolio-slider__back,
  .portfolio-slider__next {
    top: auto;
    bottom: 0;
  }
  .portfolio-slider__back {
    left: calc(50% - 80px);
  }
  .portfolio-slider__next {
    margin-left: 0;
    left: auto;
    right: calc(50% - 80px);
  }
  .portfolio-slider-section .section-header::after {
    left: 0;
  }
  .portfolio-slide {
    width: auto;
    height: 570px;
  }
  .portfolio-slide__title {
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 20px;
  }
  .portfolio-slide__title > img {
    opacity: 1;
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }
  .portfolio-slide__subtitle {
    font-size: 20px;
  }
  .portfolio-slide.slick-active.slick-current .portfolio-slide__title {
    -webkit-transform: none;
    transform: none;
  }
  .portfolio-slide.slick-active.slick-current .portfolio-slide__title > img {
    opacity: 1;
  }
  .portfolio-slide--last-slide .portfolio-slide__title {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-section {
    padding: 60px 0;
  }
  .portfolio-slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 110px;
  }
  .portfolio-slider__back {
    left: calc(50% - 50px);
  }
  .portfolio-slider__next {
    right: calc(50% - 50px);
  }
  .portfolio-slider-section .section-header {
    padding-bottom: 15px;
  }
  .portfolio-slide {
    margin: 0;
    padding: 0;
    height: 318px;
  }
  .portfolio-slide__title {
    font-size: 18px;
  }
  .portfolio-slide__title > img {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
  .portfolio-slide__subtitle {
    font-size: 14px;
  }
}
.portfolio-grid__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}
.portfolio-grid__more {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.portfolio-grid__more svg {
  margin-left: 10px;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
}
.portfolio-grid__more:hover svg {
  margin-left: 15px;
}
.portfolio-grid__photo {
  line-height: 0;
}
.portfolio-grid__photo img {
  width: 100%;
}
.portfolio-grid__item {
  position: relative;
}
.portfolio-grid__item-block {
  margin-left: 230px;
}
.portfolio-grid__item--1 {
  padding-bottom: 67px;
}
.portfolio-grid__item--1::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-color: #dcd8ca;
  height: 50%;
  z-index: -1;
}
.portfolio-grid__item--1 .portfolio-grid__item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.portfolio-grid__item--1 .portfolio-grid__photo {
  width: 52.5%;
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.portfolio-grid__item--1 .portfolio-grid__header {
  margin-bottom: 12px;
}
.portfolio-grid__item--2 {
  padding: 100px 0;
}
.portfolio-grid__item--2 .portfolio-grid__item-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.portfolio-grid__item--2 .portfolio-grid__photo {
  width: 72%;
}
.portfolio-grid__item--2 .portfolio-grid__header {
  margin-top: 65px;
}
.portfolio-grid__item--3 {
  padding-bottom: 67px;
}
.portfolio-grid__item--3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-color: #dcd8ca;
  height: 63%;
  z-index: -1;
}
.portfolio-grid__item--3 .portfolio-grid__item-block {
  position: relative;
}
.portfolio-grid__item--3 .portfolio-grid__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.portfolio-grid__item--3 .portfolio-grid__photo:nth-child(1) {
  width: 45%;
}
.portfolio-grid__item--3 .portfolio-grid__photo:nth-child(2) {
  width: 52.5%;
}
.portfolio-grid__item--3 .portfolio-grid__header {
  position: absolute;
  bottom: 0;
  left: calc(45% + 15px);
}

@media only screen and (max-width: 1199px) {
  .portfolio-grid__item-block {
    margin-left: 0;
  }
  .portfolio-grid__title {
    font-size: 32px;
  }
  .portfolio-grid__item--2 .portfolio-grid__header {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-grid__item--1 {
    padding-bottom: 50px;
  }
  .portfolio-grid__item--2 {
    padding: 80px 0;
  }
  .portfolio-grid__item--3 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-grid__header {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .portfolio-grid__item-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .portfolio-grid__item--1::before {
    height: auto;
    top: 60%;
  }
  .portfolio-grid__item--1 .portfolio-grid__header {
    margin-left: 10%;
  }
  .portfolio-grid__item--1 .portfolio-grid__item-block {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .portfolio-grid__item--1 .portfolio-grid__photo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 90%;
  }
  .portfolio-grid__item--2 .portfolio-grid__header {
    margin-top: 30px;
  }
  .portfolio-grid__item--2 .portfolio-grid__photo {
    width: 100%;
  }
  .portfolio-grid__item--3::before {
    height: auto;
    top: 60%;
  }
  .portfolio-grid__item--3 .portfolio-grid__photo:nth-child(1) {
    width: 90%;
    margin-left: auto;
  }
  .portfolio-grid__item--3 .portfolio-grid__photo:nth-child(2) {
    display: none;
  }
  .portfolio-grid__item--3 .portfolio-grid__header {
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-grid__header {
    margin-top: 20px;
  }
  .portfolio-grid__title {
    font-size: 24px;
  }
  .portfolio-grid__more {
    font-size: 14px;
    margin-top: 15px;
  }
  .portfolio-grid__more svg {
    top: 1px;
    position: relative;
  }
  .portfolio-grid__item--1 {
    padding-bottom: 30px;
  }
  .portfolio-grid__item--1 .portfolio-grid__photo {
    margin-right: -10px;
    width: calc(100% - 15px);
  }
  .portfolio-grid__item--1 .portfolio-grid__header {
    margin-left: 25px;
  }
  .portfolio-grid__item--2 {
    padding: 50px 0;
  }
  .portfolio-grid__item--2 .portfolio-grid__header {
    margin-top: 30px;
    margin-left: 25px;
  }
  .portfolio-grid__item--2 .portfolio-grid__photo {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    height: 255px;
    position: relative;
    overflow: hidden;
  }
  .portfolio-grid__item--2 .portfolio-grid__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .portfolio-grid__item--3 {
    padding-bottom: 30px;
  }
  .portfolio-grid__item--3 .portfolio-grid__header {
    margin-left: 25px;
  }
  .portfolio-grid__item--3 .portfolio-grid__photo:nth-child(1) {
    margin-right: -10px;
    width: calc(100% - 15px);
  }
}
.about .section-header .section-info {
  max-width: 630px;
}
.about-block {
  margin-left: 230px;
  margin-top: 70px;
  position: relative;
}
.about__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 750px;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 0.01em;
  margin-top: 5px;
}
.about__title div {
  white-space: nowrap;
}
.about__title div:nth-child(2) {
  margin-left: -147px;
}
.about__title span {
  color: #fff;
}
.about__image {
  width: 960px;
  height: 524px;
  position: relative;
}
@media only screen and (max-width: 1579px) {
  .about__image {
    height: 400px;
    width: 680px;
  }
  .about__title {
    left: 520px;
    font-size: 36px;
  }
  .about__title div:nth-child(2) {
    margin-left: -110px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-block {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about__image {
    width: 100%;
    height: 367px;
  }
  .about__title {
    position: relative;
    left: 10px;
    top: auto;
    margin-top: -55px;
    -webkit-transform: none;
    transform: none;
  }
  .about__title span {
    color: #211e1e;
  }
  .about__title div:nth-child(2) {
    margin-left: 0;
  }
  .about__title div:first-child {
    color: #fff;
  }
  .about__title div:first-child span {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .about__image {
    height: 270px;
  }
  .about__title {
    font-size: 32px;
    margin-top: -47px;
  }
}
@media only screen and (max-width: 575px) {
  .about-block {
    margin-top: 40px;
  }
  .about__image {
    height: 300px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
  .about__title {
    font-size: 22px;
    margin-top: -33px;
    left: auto;
  }
}
.services .container {
  position: relative;
}
.services-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 225px;
  margin-right: -5px;
  margin-top: 80px;
}
.services__callback {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  text-align: left;
  color: #fff;
  line-height: 1.3;
  width: 50%;
  background-color: #0c2d56;
  padding: 20px;
  display: none;
}
.services__callback svg {
  margin-left: 10px;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.services__callback:hover svg {
  margin-left: 20px;
}

.service {
  background-color: #eceeef;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom 0 right 0;
  min-height: 325px;
  padding: 20px;
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 5px;
}
.service:hover .service__text {
  opacity: 1;
  visibility: visible;
}
.service:nth-child(4) {
  background-position: bottom 0 right -60px;
}
.service:nth-child(5) {
  background-position: bottom 10px right 10px;
}
.service__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.16;
  text-transform: uppercase;
}
.service__text {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 20px;
  background-color: #211e1e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition:
    opacity 0.2s,
    visibility 0.2s;
  transition:
    opacity 0.2s,
    visibility 0.2s;
}

@media only screen and (max-width: 1579px) {
  .service {
    min-height: 450px;
  }
  .service__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .services-block {
    margin-left: -5px;
  }
  .service {
    min-height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .services-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services__callback {
    width: 100%;
  }
  .service {
    width: calc(100% - 10px);
    min-height: auto;
    background-image: none !important;
  }
  .service__text {
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #211e1e;
    padding: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .services-block {
    margin-top: 30px;
  }
  .services__callback {
    font-size: 24px;
  }
  .service__title {
    font-size: 16px;
  }
  .service__text {
    font-size: 14px;
  }
}
.prefooter {
  background-color: #eceeef;
  padding: 120px 0;
  margin-bottom: 0;
}
.prefooter .section-header .section-title {
  width: auto;
  margin-right: 60px;
}
.prefooter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  top: -7px;
}
.prefooter__social {
  margin-left: 50px;
}
.prefooter__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prefooter__phones > a {
  font-weight: 400;
  font-size: 40px;
  color: #211e1e;
  line-height: 1;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: 0.075em;
}
.prefooter__phones > a + a {
  margin-top: 10px;
}
.prefooter__phones > a:hover {
  border-color: #211e1e;
}
.prefooter__mails {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 25px;
}
.prefooter__mails > a {
  font-weight: 400;
  font-size: 24px;
  color: #211e1e;
  line-height: 1;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.prefooter__mails > a + a {
  margin-top: 20px;
}
.prefooter__mails > a:hover {
  border-color: #211e1e;
}

@media only screen and (max-width: 1199px) {
  .prefooter {
    padding: 80px 0;
  }
  .prefooter__social {
    margin-left: auto;
  }
  .prefooter .section-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prefooter .section-info {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .prefooter-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prefooter__social {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .prefooter .section-info {
    margin-top: 40px;
  }
  .prefooter__phones a {
    font-size: 16px;
  }
  .prefooter__mails {
    margin-top: 20px;
  }
  .prefooter__mails a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .prefooter {
    padding: 60px 0;
  }
}
.cta .section-header .section-title {
  width: 307px;
}
.cta .section-header .section-info {
  padding-right: 0;
}
.cta__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 137px;
}
.cta__form .form textarea {
  width: 100%;
}
.cta__form .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
}
.cta__form .form__inputs .wpcf7-form-control-wrap:nth-child(4) {
  width: 100%;
  margin-top: auto;
}
.cta__form .form__submit {
  width: 580px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 40px;
}
.cta__form .form__btn {
  width: calc(50% - 10px);
  min-width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta__form .wpcf7-form-control-wrap {
  width: calc(33.33% - 20px);
}
.cta__form .file-upload {
  width: calc(50% - 10px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cta__form .file-upload .wpcf7-form-control-wrap {
  width: 100%;
}
.cta__form .file-upload__btn {
  min-width: auto;
  width: 100%;
}

.file-upload {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.file-upload input[type="file"] {
  display: none;
}
.file-upload__btn {
  width: 100%;
}
.file-upload__label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.file-upload__files {
  width: 100%;
  margin-top: 10px;
}
.file-upload__file {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.file-upload__file-delete {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 10px;
  height: 10px;
}
.file-upload__file-delete:after,
.file-upload__file-delete::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #211e1e;
}
.file-upload__file-delete::after,
.file-upload__file-delete:before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.file-upload__file-delete::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.file-upload__file-name {
  font-size: 12px;
  line-height: 1.16;
  line-height: 1;
  word-break: break-all;
  margin-right: 20px;
}
.file-upload__file-size {
  font-size: 12px;
  line-height: 1.16;
  color: #9faab1;
  margin-top: 5px;
}
.file-upload__info {
  font-size: 14px;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}
.file-upload__info br {
  display: none;
}
.file-upload__info span {
  font-weight: 400;
}

@media only screen and (max-width: 1579px) {
  .cta__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta__form .form__submit {
    margin-left: auto;
    margin-top: 30px;
  }
  .cta__form .form__inputs .wpcf7-form-control-wrap:nth-child(4) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta__form {
    margin-top: 70px;
  }
  .cta__form .form__submit {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .cta .section-header .section-title {
    width: 230px;
  }
  .cta__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 550px;
    margin-top: 50px;
  }
  .cta__form.form .wpcf7-form-control-wrap {
    width: 100%;
  }
  .cta__form.form .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
  .cta__form.form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap:nth-child(4) {
    margin-top: 30px;
  }
  .cta__form.form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap:nth-child(4)
    textarea {
    height: 100px;
  }
  .cta__form.form .wpcf7-response-output {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .cta__form.form .form__btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .cta__form .file-upload__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .cta__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta__form .form__btn {
    width: 100%;
    margin-top: 30px;
  }
  .cta__form .file-upload {
    width: 100%;
  }
  .cta__form .file-upload__file {
    margin-bottom: 10px;
  }
  .cta__form .file-upload__info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .cta__form {
    margin-top: 20px;
  }
  .cta__form.form
    .wpcf7-form-control-wrap
    + .wpcf7-form-control-wrap:nth-child(4)
    textarea {
    height: 150px;
  }
  .file-upload__info {
    font-size: 12px;
  }
}
.news-block {
  padding-left: 230px;
  margin-top: 110px;
  margin-right: -30px;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.news__item {
  width: 402px;
  margin: 0 30px;
  font-size: 16px;
}
.news__photo {
  width: 100%;
  height: 518px;
  position: relative;
  overflow: hidden;
}
.news__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #211e1e;
  margin-top: 24px;
  padding-bottom: 3px;
}
.news__date {
  margin-left: auto;
}
.news__hashtag {
  margin-right: 20px;
}
.news__title {
  line-height: 1.1875;
  margin-top: 35px;
}
.news__more {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
}
.news__more svg {
  margin-left: 7px;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  position: relative;
  top: 1px;
}
.news__more:hover svg {
  margin-left: 12px;
}
.news-section {
  margin-bottom: 120px;
}
.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 75px;
  margin-bottom: -80px;
  margin-left: -30px;
  margin-right: -30px;
}
.news-grid .news__more {
  margin-top: auto;
}
.news-grid .news__title {
  margin-bottom: 25px;
}
.news-grid .news__item {
  width: calc(25% - 60px);
  margin: 0 30px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-grid .news__photo {
  height: 445px;
}

@media only screen and (max-width: 1579px) {
  .news__item {
    width: 270px;
  }
  .news__photo {
    height: 348px;
  }
  .news__title {
    margin-top: 25px;
  }
  .news__more {
    margin-top: 20px;
  }
  .news-grid .news__photo {
    height: 310px;
  }
}
@media only screen and (max-width: 1199px) {
  .news-block {
    margin-top: 70px;
    padding-left: 0;
  }
  .news-grid {
    margin-top: 55px;
  }
  .news-grid .news__item {
    width: calc(33.33% - 60px);
  }
  .news-grid .news__photo {
    height: 340px;
  }
  .news-section {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .news-block {
    padding-left: 0;
    margin-right: 0;
  }
  .news__item {
    width: 315px;
  }
  .news__photo {
    height: 406px;
  }
  .news-grid .news__item {
    width: calc(50% - 60px);
  }
  .news-grid .news__photo {
    height: 395px;
  }
}
@media only screen and (max-width: 767px) {
  .news-block {
    padding-left: 0;
  }
  .news-block .slick-list {
    overflow: visible;
  }
  .news__item {
    width: 330px;
  }
  .news__photo {
    height: 425px;
  }
  .news-grid {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -60px;
  }
  .news-grid .news__item {
    width: calc(50% - 30px);
    margin: 0 15px 60px;
  }
  .news-grid .news__photo {
    height: 300px;
  }
  .news-grid .news__hashtag,
  .news-grid .news__date {
    font-size: 12px;
  }
  .news-grid .news__title {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .news-section {
    margin-bottom: 60px;
  }
  .news-block {
    margin-top: 35px;
  }
  .news__item {
    width: 265px;
    margin: 0 10px;
  }
  .news__photo {
    height: 342px;
  }
  .news__info {
    margin-top: 20px;
  }
  .news__hashtag,
  .news__date {
    font-size: 12px;
  }
  .news__title {
    font-size: 14px;
    margin-top: 24px;
  }
  .news__more {
    margin-top: 20px;
  }
  .news-grid {
    margin-top: 35px;
  }
  .news-grid .news__photo {
    height: 0;
    padding-bottom: 128%;
  }
}
@media only screen and (max-width: 479px) {
  .news-grid {
    margin-left: 0;
    margin-right: 0;
  }
  .news-grid .news__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.videos-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 230px;
  margin-top: 110px;
  margin-bottom: -60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video {
  width: calc(33.33% - 60px);
  margin: 0 30px 60px;
}
.video__poster {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video__poster img {
  width: 100%;
}
.video__play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  border: 4px solid #fff;
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.video__play svg {
  margin-left: 5px;
  width: 26px;
  height: 26px;
}
.video__title {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  margin-top: 28px;
  width: 100%;
}

@media only screen and (max-width: 1579px) {
  .video__play {
    width: 52px;
    height: 52px;
    border-width: 3px;
  }
  .video__play svg {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .videos-block {
    padding-left: 0;
    margin-top: 70px;
  }
  .video__title {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .videos-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .video {
    width: 480px;
    margin: 0;
  }
  .video + .video {
    margin-top: 40px;
  }
  .video__play {
    width: 70px;
    height: 70px;
    border-width: 4px;
  }
  .video__play svg {
    width: 26px;
    height: 26px;
  }
  .video__title {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .video {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .videos-block {
    margin-top: 35px;
  }
  .video__title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 399px) {
  .video__play {
    width: 50px;
    height: 50px;
    border-width: 3px;
  }
  .video__play svg {
    width: 20px;
    height: 20px;
  }
}
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: -15px;
}
.links-section {
  margin-top: 0;
}
.links-section .section-title {
  width: 307px;
}
.links-section .section-info {
  max-width: 420px;
}
.links__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #eceeef;
}

.link {
  width: calc(33.33% - 15px);
  margin: 0 7.5px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: #eceeef;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom 0 right -30px;
  height: 237px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  padding: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link:nth-child(1) {
  background-position: bottom 0 right -90px;
}
.link__title {
  max-width: 50%;
  line-height: 1.14;
}

@media (hover) {
  .link:hover {
    background-color: transparent;
    border-color: #211e1e;
  }
}
@media only screen and (max-width: 1579px) {
  .link:nth-child(1) {
    background-position: bottom 0 right -130px;
  }
  .link__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .links {
    margin-top: 60px;
  }
  .links-section .section-info {
    max-width: 350px;
  }
  .link {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 991px) {
  .links-section .section-title {
    width: 230px;
  }
  .link {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .links-section .section-info {
    max-width: 100%;
  }
  .link {
    width: calc(100% - 15px);
  }
  .link:nth-child(1) {
    background-position: bottom 0 right -90px;
  }
}
@media only screen and (max-width: 575px) {
  .links {
    margin-top: 40px;
    margin-bottom: -10px;
  }
  .links__inner {
    padding-bottom: 30px;
  }
  .link {
    margin-bottom: 10px;
    height: 270px;
  }
  .link__title {
    font-size: 16px;
  }
}
.production {
  margin-top: 75px;
  margin-bottom: 120px;
}
.production__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.production__title {
  margin: 0;
  font-weight: 400;
  font-size: 76px;
  text-transform: uppercase;
  line-height: 1.175;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 810px;
  margin-left: -5px;
}
.production__text {
  margin-left: 77px;
  width: 570px;
  margin-bottom: 20px;
}
.production-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 105px;
}
.production__photo {
  width: 48%;
  height: 1025px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.stages {
  width: 650px;
}
.stages__container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -5px;
  margin-left: 80px;
}

.stage + .stage {
  margin-top: 50px;
}
.stage__title {
  font-size: 32px;
  line-height: 1.16;
  font-weight: 600;
}
.stage__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
}
.stage__text p {
  letter-spacing: normal;
}

@media only screen and (max-width: 1579px) {
  .production__title {
    width: auto;
    font-size: 56px;
  }
  .production__text {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .stages {
    width: 100%;
  }
  .stages__container {
    max-width: calc(50% - 60px);
    margin-left: 60px;
  }
  .stage__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .production {
    margin-bottom: 80px;
    margin-top: 55px;
  }
  .production__photo {
    width: 100%;
    height: auto;
  }
  .production__photo img {
    width: 100%;
    position: relative;
  }
  .production-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 75px;
  }
  .production__title {
    font-size: 40px;
    margin-left: -3px;
  }
  .production__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .production__header .page-title {
    width: 100%;
  }
  .production__text {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .stages__container {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .stages__container {
    max-width: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .production {
    margin-bottom: 60px;
    margin-top: 25px;
  }
  .production-block {
    margin-top: 30px;
  }
  .production__title {
    font-size: 28px;
    margin-left: -1px;
  }
  .production__text {
    font-size: 16px;
    margin-top: 20px;
  }
  .stages__container {
    max-width: 100%;
    padding: 0 10px;
    margin-top: 45px;
  }
  .stage + .stage {
    margin-top: 30px;
  }
  .stage__text {
    font-size: 16px;
  }
}
.equipment {
  background-color: #211e1e;
  color: #fff;
  padding: 110px 0;
}
.equipment-slider {
  margin-top: 60px;
  padding-top: 100px;
  position: relative;
}
.equipment-slider .slick-list {
  overflow: visible;
}
.equipment-slider__back,
.equipment-slider__next {
  position: absolute;
  top: 0;
  left: 0;
}
.equipment-slider__next {
  margin-left: 85px;
}
.equipment-slide {
  width: 494px;
  margin: 0 7.5px;
  position: relative;
}
.equipment__title {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.15;
  margin-top: 30px;
}
.equipment__photo {
  width: 100%;
  line-height: 0;
}

@media only screen and (max-width: 1579px) {
  .equipment-slide {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .equipment {
    padding: 80px 0;
  }
  .equipment-slide {
    width: 300px;
  }
  .equipment__title {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .equipment-slider {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .equipment-slider__back,
  .equipment-slider__next {
    top: auto;
    bottom: 0;
  }
  .equipment-slider__back {
    left: calc(50% - 80px);
  }
  .equipment-slider__next {
    margin-left: 0;
    left: auto;
    right: calc(50% - 80px);
  }
  .equipment-slide {
    width: 100%;
  }
  .equipment__title {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .equipment {
    padding: 40px 0;
  }
  .equipment-slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-bottom: 70px;
  }
  .equipment-slider__back {
    left: calc(50% - 50px);
  }
  .equipment-slider__next {
    right: calc(50% - 50px);
  }
  .equipment-slide {
    margin: 0;
  }
  .equipment__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.reviews {
  background-color: #eceeef;
  margin-top: 40px;
  padding: 75px 0 100px;
}
.reviews-slider {
  margin-top: 60px;
  padding-top: 100px;
  position: relative;
}
.reviews-slider .slick-list {
  overflow: visible;
}
.reviews-slider__back,
.reviews-slider__next {
  position: absolute;
  top: 0;
  left: 0;
  border-color: #211e1e;
}
.reviews-slider__next {
  margin-left: 85px;
}

.review {
  width: 494px;
  margin: 0 7.5px;
}
.review__name {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.16;
  margin-top: 40px;
  padding-right: 50px;
}
.review__info {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.16;
  padding-right: 50px;
}
.review__text {
  font-size: 16px;
  margin-top: 20px;
  padding-right: 50px;
}

@media only screen and (max-width: 1579px) {
  .review {
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .reviews {
    padding: 80px 0;
  }
  .review {
    width: 300px;
  }
  .review__name {
    font-size: 20px;
    padding-right: 30px;
    margin-top: 30px;
  }
  .review__info {
    font-size: 20px;
    padding-right: 30px;
    margin-top: 10px;
  }
  .review__text {
    font-size: 14px;
    padding-right: 30px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-slider {
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 100px;
  }
  .reviews-slider__back,
  .reviews-slider__next {
    top: auto;
    bottom: 0;
  }
  .reviews-slider__back {
    left: calc(50% - 80px);
  }
  .reviews-slider__next {
    margin-left: 0;
    left: auto;
    right: calc(50% - 80px);
  }
  .review {
    width: 100%;
  }
  .review__name {
    padding-right: 0;
  }
  .review__info {
    padding-right: 0;
  }
  .review__text {
    padding-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .reviews {
    margin-top: 30px;
    padding: 40px 0;
  }
  .reviews-slider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .reviews-slider__back {
    left: calc(50% - 50px);
  }
  .reviews-slider__next {
    right: calc(50% - 50px);
  }
  .review {
    margin: 0;
  }
  .review__name {
    font-size: 18px;
  }
  .review__info {
    font-size: 18px;
  }
  .review__text {
    font-size: 12px;
  }
}
.about-hero {
  margin-top: 75px;
}
.about-hero__header {
  display: inline-block;
  text-align: right;
  width: auto;
}
.about-hero__title {
  margin: 0;
  font-weight: 400;
  font-size: 76px;
  text-transform: uppercase;
  line-height: 1.175;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-left: -5px;
}
.about-hero__title span:nth-child(2) {
  margin-left: 20px;
}
.about-hero__subtitle {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.16;
  margin-left: auto;
  display: inline-block;
  margin-top: 25px;
  text-align: left;
}
.about-hero__image {
  width: 100%;
  margin-top: 80px;
}
.about-hero__image img {
  width: 100%;
}

@media only screen and (max-width: 1579px) {
  .about-hero__title {
    font-size: 56px;
  }
  .about-hero__subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-hero {
    margin-top: 55px;
  }
  .about-hero__title {
    font-size: 40px;
    margin-left: -3px;
  }
  .about-hero__image {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-hero__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about-hero__header {
    width: 100%;
  }
  .about-hero__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 40px;
  }
  .about-hero__title span:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .about-hero__subtitle {
    text-align: right;
  }
}
@media only screen and (max-width: 575px) {
  .about-hero {
    margin-top: 25px;
  }
  .about-hero__title {
    font-size: 28px;
    margin-left: -1px;
  }
  .about-hero__title span:nth-child(2) {
    margin-top: 15px;
  }
  .about-hero__subtitle {
    font-size: 16px;
    margin-top: 25px;
  }
  .about-hero__image {
    margin-top: 30px;
    height: 236px;
    position: relative;
  }
  .about-hero__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.advantages-block {
  counter-reset: item;
  margin-top: 95px;
}

.advantage {
  border-top: 1px solid #211e1e;
  position: relative;
}
.advantage:last-child {
  border-bottom: 1px solid #211e1e;
}
.advantage:before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 45px;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.advantage:last-child {
  margin-bottom: 0;
}
.advantage__toggle {
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 18px;
  height: 18px;
  right: 5px;
  top: 47px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}
.advantage__toggle:after,
.advantage__toggle::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #211e1e;
}
.advantage__toggle::after {
  width: 2px;
  top: 0;
  bottom: 0;
  left: calc(50% - 1px);
}
.advantage__toggle::before {
  height: 2px;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
}
.advantage__header {
  cursor: pointer;
  padding-left: 330px;
  padding-right: 50px;
  position: relative;
  padding-top: 45px;
  padding-bottom: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
}
.advantage__header.is-open .advantage__toggle {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.advantage__title {
  font-size: 24px;
  line-height: 1.16;
  font-weight: 600;
  text-transform: uppercase;
  width: 820px;
  display: block;
}
.advantage__body {
  display: none;
  width: 1150px;
  padding-left: 330px;
  padding-bottom: 35px;
}
.advantage__body.is-visible {
  display: block;
}
.advantage__text {
  max-width: 615px;
}
.advantage__photo {
  width: 100%;
  margin-top: 30px;
  line-height: 0;
}

@media only screen and (min-width: 1200px) {
  .advantage:hover {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .advantage:hover::before {
    left: 30px;
  }
  .advantage:hover .advantage__header {
    padding-left: 230px;
  }
}
@media only screen and (min-width: 1580px) {
  .advantage:hover .advantage__header {
    padding-left: 360px;
  }
}
@media only screen and (max-width: 1579px) {
  .advantage__header {
    padding-left: 200px;
  }
  .advantage__body {
    padding-left: 200px;
    width: 1020px;
  }
}
@media only screen and (max-width: 1199px) {
  .advantages-block {
    margin-top: 70px;
  }
  .advantage__title {
    width: 100%;
  }
  .advantage__body {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .advantage__header {
    padding-left: 60px;
  }
  .advantage__body {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .advantages-block {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
  }
  .advantage__toggle {
    top: 22px;
    right: 10px;
  }
  .advantage:before {
    font-size: 16px;
    left: 10px;
    top: 22px;
  }
  .advantage__header {
    padding-right: 40px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 50px;
  }
  .advantage__body {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .advantage__title {
    font-size: 16px;
  }
  .advantage__photo {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    height: 300px;
    position: relative;
  }
  .advantage__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.portfolio-section {
  margin-bottom: 120px;
}
.portfolio__text {
  margin-top: 27px;
}
.portfolio__tabs {
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  scrollbar-height: none;
  border-bottom: 1px solid rgba(159, 170, 177, 0.2);
  padding-bottom: 10px;
}
.portfolio__tabs::-webkit-scrollbar {
  height: 0;
}
.portfolio__tabs-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.portfolio__tab {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  border: none;
  color: #9faab1;
  line-height: 1;
  font-size: 20px;
  white-space: nowrap;
  text-transform: lowercase;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  position: relative;
  padding-left: 8px;
}
.portfolio__tab::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #211e1e;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.portfolio__tab + .portfolio__tab {
  margin-left: 45px;
}
.portfolio__tab:hover {
  color: #211e1e;
}
.portfolio__tab.active {
  color: #211e1e;
  font-weight: 600;
}
.portfolio__tab.active::before {
  opacity: 1;
}
.portfolio-kitchens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 85px;
}
.portfolio-kitchen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 35%;
}
.portfolio-kitchen:nth-child(2n) {
  margin-left: auto;
}
.portfolio-kitchen + .portfolio-kitchen {
  margin-top: -150px;
}
.portfolio-kitchen__photo {
  width: 100%;
  line-height: 0;
}
.portfolio-kitchen__photo img {
  width: 100%;
}
.portfolio-kitchen__title {
  font-size: 20px;
  line-height: 1.15;
  text-transform: uppercase;
  color: #9faab1;
  margin-top: 40px;
  text-decoration: none;
}

@media only screen and (max-width: 1579px) {
  .portfolio-kitchen__title {
    margin-top: 30px;
  }
  .portfolio-kitchen + .portfolio-kitchen {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-section {
    margin-bottom: 80px;
  }
  .portfolio__tabs {
    margin-top: 45px;
  }
  .portfolio__tab {
    font-size: 18px;
  }
  .portfolio__tab + .portfolio__tab {
    margin-left: 35px;
  }
  .portfolio-kitchens {
    margin-top: 60px;
  }
  .portfolio-kitchen + .portfolio-kitchen {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-kitchen {
    width: 45%;
  }
  .portfolio-kitchen + .portfolio-kitchen {
    margin-top: -80px;
  }
  .portfolio-kitchen__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-section {
    margin-bottom: 60px;
  }
  .portfolio__text {
    margin-top: 15px;
  }
  .portfolio__tabs {
    margin-top: 25px;
    padding-left: 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .portfolio__tab {
    font-size: 16px;
    padding-left: 6px;
  }
  .portfolio__tab::before {
    width: 4px;
    height: 4px;
  }
  .portfolio__tab + .portfolio__tab {
    margin-left: 10px;
  }
  .portfolio-kitchens {
    margin-top: 40px;
  }
  .portfolio-kitchen {
    width: 100%;
  }
  .portfolio-kitchen + .portfolio-kitchen {
    margin-top: 40px;
  }
}
.case {
  position: relative;
}
.case-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  height: 0;
  padding-bottom: 32%;
  position: relative;
  overflow: hidden;
}
.case-image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 52px;
  margin-left: -115px;
  margin-right: -115px;
  margin-bottom: -55px;
}
.case-info__item {
  width: 590px;
  margin-left: 115px;
  margin-right: 115px;
  margin-bottom: 55px;
}
.case-info__item-title {
  font-weight: 400;
  font-size: 20px;
  color: #9faab1;
  letter-spacing: 0.01em;
}
.case-info__item-text {
  letter-spacing: 0.01em;
  margin-top: 10px;
}
.case-info__item-text ul li + li {
  margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
  .wrap--is-single-kitchen {
    overflow: visible;
  }
  .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .case-image--is-v2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 60%;
    padding-bottom: 0;
    height: 500px;
    position: sticky;
    top: 100px;
  }
  .case-info--is-v2 {
    width: 100%;
    margin-left: 30px;
  }
  .case-info--is-v2 .case-info__items {
    width: 400px;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .case-info--is-v2 .case-info__item {
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .case-info--is-v2 .case-info__item + .case-info__item {
    margin-top: 25px;
  }
  .case-info--is-v2 .case-info__item-text {
    font-size: 14px;
  }
  .case-info--is-v2 .case-info__item-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1580px) {
  .case-image--is-v2 {
    height: 700px;
  }
  .case-info--is-v2 {
    margin-left: 50px;
  }
  .case-info--is-v2 .case-info__items {
    width: 520px;
  }
}
@media only screen and (max-width: 1579px) {
  .case-info__items {
    margin-left: -100px;
    margin-right: -100px;
  }
  .case-info__item {
    margin-left: 100px;
    margin-right: 100px;
    width: calc(50% - 200px);
  }
}
@media only screen and (max-width: 1199px) {
  .case-info__items {
    margin-left: -50px;
    margin-right: -50px;
  }
  .case-info__item {
    margin-left: 50px;
    margin-right: 50px;
    width: calc(50% - 100px);
  }
}
@media only screen and (max-width: 991px) {
  .case-image {
    height: auto;
    padding-bottom: 0;
  }
  .case-image img {
    position: relative;
  }
  .case-info__items {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -40px;
  }
  .case-info__item {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .case-image {
    position: relative;
    margin-top: 25px;
  }
  .case-info__items {
    margin-bottom: -20px;
    margin-top: 25px;
  }
  .case-info__item {
    margin-bottom: 20px;
  }
  .case-info__item-title {
    font-size: 16px;
  }
  .case-info__item-text {
    margin-top: 5px;
  }
  .case-info__item-text ul li + li {
    margin-top: 5px;
  }
}
.case-gallery__slider {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 65px;
  position: relative;
}
.case-gallery__slider .slick-dots {
  margin-top: 37px;
}
.case-gallery__back,
.case-gallery__next {
  position: absolute;
  top: 90px;
  margin: 0;
  left: auto;
  right: auto;
  width: 22px;
  height: 22px;
}
.case-gallery__back svg path,
.case-gallery__next svg path {
  stroke: #211e1e;
}
.case-gallery__back {
  left: -50px;
}
.case-gallery__next {
  right: -50px;
}
.case-gallery__slide {
  margin: 0 5px;
  height: 202px;
  position: relative;
  overflow: hidden;
}
.case-gallery__slide img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1579px) {
  .case-gallery__slider .slick-dots {
    margin-top: 30px;
  }
  .case-gallery__back,
  .case-gallery__next {
    top: 63px;
  }
  .case-gallery__slide {
    height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .case-gallery__slider {
    margin-top: 50px;
  }
  .case-gallery__back {
    left: -40px;
  }
  .case-gallery__next {
    right: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .case-gallery__back {
    left: -30px;
  }
  .case-gallery__next {
    right: -30px;
  }
  .case-gallery__slide {
    height: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .case-gallery__back,
  .case-gallery__next {
    top: 70px;
  }
  .case-gallery__slide {
    height: 165px;
  }
}
@media only screen and (max-width: 575px) {
  .case-gallery__slider {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .case-gallery__back,
  .case-gallery__next {
    top: auto;
    bottom: 0;
  }
  .case-gallery__back {
    left: calc(50% - 40px);
  }
  .case-gallery__next {
    right: calc(50% - 40px);
  }
  .case-gallery__slide {
    height: 300px;
  }
}
.other-projects .section-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.other-projects-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 74px;
}

.other-project {
  width: calc(25% - 40px);
  margin: 0 20px;
}
.other-project__image {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.other-project__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.other-project__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1875;
  margin-top: 25px;
}
.other-project__more {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
}
.other-project__more svg {
  margin-left: 5px;
  -webkit-transition: margin-left 0.2s;
  transition: margin-left 0.2s;
  top: 1px;
  position: relative;
}
.other-project__more:hover svg {
  margin-left: 10px;
}

@media only screen and (max-width: 1579px) {
  .other-projects-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .other-project {
    margin: 0 15px;
    width: calc(25% - 30px);
  }
}
@media only screen and (max-width: 1199px) {
  .other-projects-block {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 50px;
  }
  .other-project {
    margin: 0 5px;
    width: calc(25% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  .other-projects-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px;
  }
  .other-project {
    margin: 0 15px 40px;
    width: calc(50% - 30px);
  }
  .other-project__more {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .other-projects-block {
    margin-left: -10px;
    margin-right: -10px;
  }
  .other-project {
    margin: 0 10px 40px;
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .other-projects-block {
    margin-top: 20px;
    margin-bottom: -30px;
  }
  .other-project {
    margin-bottom: 30px;
  }
  .other-project__title {
    font-size: 14px;
    margin-top: 15px;
  }
  .other-project__more {
    font-size: 12px;
  }
}
@media only screen and (max-width: 399px) {
  .other-projects-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .other-projects .section-header .section-title {
    width: 150px;
  }
  .other-projects .section-header .section-link {
    margin-left: 20px;
  }
  .other-project {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .other-project__image {
    height: 300px;
    padding-bottom: 0;
  }
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 45px;
}
.contacts > div:nth-child(1) {
  width: 47.5%;
  padding-right: 100px;
}
.contacts > div:nth-child(2) {
  margin-right: 100px;
}

.contact {
  letter-spacing: 0.01em;
}
.contact__title {
  color: #9faab1;
  font-size: 18px;
}
.contact + .contact {
  margin-top: 53px;
}
.contact__address {
  font-size: 18px;
  margin-top: 12px;
  max-width: 550px;
}
.contact__phones {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 3px;
}
.contact__phones > a {
  font-size: 18px;
  color: #211e1e;
  line-height: 1.14;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
}
.contact__phones > a + a {
  margin-top: 10px;
}
.contact__phones > a:hover {
  border-color: #211e1e;
}
.contact__mails {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact__mails > a {
  font-size: 18px;
  color: #211e1e;
  line-height: 1.14;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.contact__mails > a + a {
  margin-top: 18px;
}
.contact__mails > a:hover {
  border-color: #211e1e;
}
.contact__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}
.contact__social > a {
  font-size: 18px;
  color: #211e1e;
  line-height: 1.14;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}
.contact__social > a + a {
  margin-top: 10px;
}
.contact__social > a:hover {
  border-color: #211e1e;
}

.map {
  width: 100%;
  height: 652px;
  background-color: #eceeef;
  margin-top: 60px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.map-popup {
  width: 240px;
}

ymaps[class*="balloon__layout"] {
  width: 280px;
}

ymaps[class*="balloon__content"] {
  padding: 10px !important;
  padding-right: 0 !important;
}

@media only screen and (max-width: 1199px) {
  .contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts > div:nth-child(1) {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts > div:nth-child(2) {
    margin-right: 0;
  }
  .contacts > div:nth-child(3) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contacts {
    margin-top: 25px;
  }
  .contacts > div:nth-child(1) {
    margin-bottom: 0;
  }
  .contacts > div:nth-child(2) {
    margin-top: 20px;
  }
  .contacts > div:nth-child(3) {
    margin-top: 20px;
  }
  .contact {
    letter-spacing: normal;
  }
  .contact + .contact {
    margin-top: 20px;
  }
  .contact__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contact__address {
    font-size: 12px;
    margin-top: 0;
    max-width: 400px;
  }
  .contact__phones > a {
    font-size: 12px;
  }
  .contact__mails > a {
    font-size: 12px;
  }
  .contact__social > a {
    font-size: 12px;
  }
  .map {
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    height: 440px;
    margin-bottom: 20px;
  }
}
.not-found {
  padding-top: 110px;
  margin-bottom: -30px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.not-found-block {
  padding: 196px 0 453px;
}
.not-found__title {
  margin: 0;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.175;
}
.not-found__text {
  font-size: 18px;
  margin-top: 40px;
}
.not-found__btn {
  margin-top: 50px;
  background-color: #fff;
  color: #211e1e;
}
.not-found__btn:not(:disabled):hover {
  background-color: #9faab1;
}
.not-found__btn:not(:disabled):active {
  background-color: #9faab1;
}

@media only screen and (max-width: 1579px) {
  .not-found-block {
    padding: 120px 0 200px;
  }
  .not-found__title {
    font-size: 60px;
  }
  .not-found__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .not-found {
    padding-top: 100px;
    background-position: left center;
  }
  .not-found-block {
    padding: 120px 0;
  }
  .not-found__title {
    font-size: 40px;
  }
  .not-found__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .not-found {
    padding-top: 70px;
    background-position: bottom -70px left calc(50% + 150px);
    background-size: cover 250px;
  }
  .not-found-block {
    padding: 45px 0 260px;
  }
  .not-found__title {
    font-size: 20px;
  }
  .not-found__text {
    font-size: 12px;
    margin-top: 20px;
  }
  .not-found__btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 359px) {
  .not-found__btn {
    width: 100%;
  }
}
.preloader-2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.preloader-2__curtain {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  -webkit-transition: width 1s;
  transition: width 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.preloader-2__curtain--left {
  left: 0;
}
.preloader-2__curtain--right {
  right: 0;
}
.preloader-2__logo {
  position: relative;
  width: 30%;
  height: auto;
}
.preloader-2.is-fade-out .preloader-2__curtain {
  width: 0;
}
.preloader-2.is-fade-out .preloader-2__logo {
  -webkit-animation: fadeOutLogo 2s;
  animation: fadeOutLogo 2s;
}
.preloader-2.is-hidden {
  display: none;
}

@-webkit-keyframes fadeOutLogo {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes fadeOutLogo {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.collaboration-hero {
  background-color: #fff;
}
.collaboration-hero::after {
  display: none;
}
.collaboration-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom 0%;
}
.collaboration-hero__footer {
  position: absolute;
  left: 190px;
  bottom: 0;
}
.collaboration-hero__header {
  margin: 0;
  font-size: 40px;
  padding-left: 40px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  width: 900px;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
}
.collaboration-hero__header--split-title {
  opacity: 1;
  visibility: visible;
}
.collaboration-hero__header--split-title .char {
  opacity: 0;
}
.collaboration-hero__text {
  color: #211e1e;
  position: relative;
  max-width: 900px;
}
.collaboration-hero__text-block {
  background-color: #fff;
  padding: 40px 135px 90px 40px;
  position: relative;
  width: 100vw;
  margin-left: 100vw;
  -webkit-transition: margin-left 1s;
  transition: margin-left 1s;
}
.collaboration-hero__text-block::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 246px;
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#2a2b24),
    to(rgba(38, 39, 33, 0))
  );
  background-image: linear-gradient(
    360deg,
    #2a2b24 0%,
    rgba(38, 39, 33, 0) 100%
  );
}
.collaboration-hero__text-block.is-visible {
  margin-left: 0;
}
.collaboration-hero__text-block.is-visible::before {
  opacity: 1;
}
.collaboration-hero .hero-column {
  padding-right: 0;
  padding-bottom: 0;
}
.collaboration-hero .hero-column::before {
  display: none;
}
.collaboration-hero .breadcrumbs {
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
}
.collaboration-hero .breadcrumbs span {
  margin-right: 0;
}
.collaboration-hero .breadcrumbs a {
  color: #fff;
}
.collaboration-hero .page-title {
  margin: 0;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  margin-right: 0;
  font-size: 18px;
  text-transform: lowercase;
  font-weight: 400;
}
.collaboration-hero .page-title::before {
  content: "/";
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 1579px) {
  .collaboration-hero__header {
    font-size: 28px;
    width: 650px;
  }
  .collaboration-hero__text {
    max-width: 650px;
  }
  .collaboration-hero__text-block {
    padding: 40px;
  }
  .collaboration-hero .breadcrumbs {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .collaboration-hero__header {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .collaboration-hero__text {
    max-width: 710px;
  }
  .collaboration-hero__text-block {
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .collaboration-hero__text {
    max-width: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .collaboration-hero__bg {
    background-position: left center;
  }
  .collaboration-hero__header {
    font-size: 20px;
    width: 300px;
  }
  .collaboration-hero__text {
    max-width: 285px;
  }
  .collaboration-hero__text-block {
    padding: 30px 30px 100px;
  }
}
@media only screen and (max-width: 575px) {
  .collaboration-hero .page-title {
    font-size: 10px;
  }
  .collaboration-hero .breadcrumbs {
    margin-top: 20px;
    font-size: 10px;
    z-index: 2;
  }
  .collaboration-hero__footer {
    left: 100px;
    right: 0;
    width: calc(100vw - 130px);
  }
  .collaboration-hero__header {
    width: 100%;
  }
  .collaboration-hero__text {
    max-width: calc(100% - 110px);
  }
  .collaboration-hero__text-block {
    padding: 30px 20px 70px;
  }
}
@media only screen and (max-width: 399px) {
  .collaboration-hero__header {
    font-size: 16px;
  }
}
.collaboration-about {
  padding: 195px 0 0;
}
.collaboration-about-block {
  background-color: #fff;
  padding: 100px 125px 200px 0;
  display: inline-block;
  width: 79%;
  position: relative;
  z-index: 2;
}
.collaboration-about__text {
  margin-top: 40px;
}
.collaboration-about__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media only screen and (max-width: 1579px) {
  .collaboration-about-block {
    padding: 100px 100px 200px 0;
    width: 75%;
  }
}
@media only screen and (max-width: 1199px) {
  .collaboration-about__image {
    background-position: center right;
  }
}
@media only screen and (max-width: 767px) {
  .collaboration-about {
    padding: 0;
    margin: 80px 0;
  }
  .collaboration-about__image {
    display: none;
  }
  .collaboration-about-block {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .collaboration-about {
    margin: 60px 0;
  }
  .collaboration__text {
    margin-top: 30px;
  }
}
.offers {
  counter-reset: item;
  margin-top: 60px;
}
.offers-section {
  background-color: #eceeef;
  padding: 120px 0;
}
.offers__text {
  margin-top: 40px;
  max-width: 1150px;
}

@media only screen and (max-width: 1579px) {
  .offers__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .offers-section {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 575px) {
  .offers {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
  }
  .offers-section {
    padding: 60px 0;
  }
  .offers__text {
    margin-top: 30px;
  }
}
.catalog {
  margin-left: 150px;
  width: 100%;
}
.catalog-hero {
  margin-top: 45px;
  max-width: 750px;
}
.catalog__title {
  margin-top: 13px;
}
.catalog-text {
  margin-top: 27px;
  font-size: 24px;
  letter-spacing: 0.01em;
}
.catalog-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 90px;
}
.catalog-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -90px;
}
.catalog-card {
  width: calc(50% - 100px);
  margin: 0 50px 90px;
  letter-spacing: 0.01em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.catalog-card__photo {
  width: 100%;
  aspect-ratio: 1.376;
  position: relative;
  display: block;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.catalog-card__title {
  margin-top: 34px;
  font-weight: 600;
  font-size: 26px;
}
.catalog-card__price {
  margin-top: 16px;
  font-size: 20px;
}
.catalog-card__price b,
.catalog-card__price strong {
  font-weight: 600;
}
.catalog-card__text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}
.catalog-card__link {
  display: inline-block;
  margin-top: 36px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #211e1e;
}
.catalog-card__link span {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: inline-block;
}
.catalog-card__link:hover span {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.catalog-info .section-title {
  max-width: 600px;
}
.catalog-info__text {
  margin-top: 55px;
  font-size: 24px;
}

.wp-pagenavi {
  margin-top: 84px;
  position: relative;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: 100%;
}

.wp-pagenavi span,
.wp-pagenavi a {
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-size: 24px;
  font-weight: 400;
  color: #211e1e;
  opacity: 0.4;
  padding: 0;
  margin: 0 27px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.wp-pagenavi span.current {
  opacity: 1;
}

.wp-pagenavi a.page:hover {
  opacity: 1;
}

.wp-pagenavi .nextpostslink {
  margin-left: 17px;
  position: relative;
  top: 1px;
}
.wp-pagenavi .nextpostslink:hover {
  opacity: 1;
}

.wp-pagenavi .previouspostslink {
  margin-right: 17px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  top: 1px;
}
.wp-pagenavi .previouspostslink:hover {
  opacity: 1;
}

.wp-pagenavi .previouspostslink {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media only screen and (max-width: 1579px) {
  .catalog {
    margin-left: 100px;
  }
  .catalog-cards {
    margin-left: -25px;
    margin-right: -25px;
  }
  .catalog-card {
    width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .wp-pagenavi {
    margin-top: 50px;
  }
  .catalog {
    margin-left: 0;
    margin-top: 40px;
  }
  .catalog-hero {
    max-width: 630px;
  }
  .catalog-text {
    font-size: 20px;
  }
  .catalog-block {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-card__title {
    font-size: 24px;
  }
  .catalog-card__price {
    font-size: 18px;
  }
  .catalog-card__link {
    font-size: 18px;
  }
  .catalog-info .section-title {
    max-width: 400px;
  }
  .catalog-info__text {
    font-size: 20px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-text {
    font-size: 18px;
  }
  .catalog-info__text {
    font-size: 18px;
  }
  .catalog-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .catalog-card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .catalog-card + .catalog-card {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .catalog-block {
    margin-top: 25px;
  }
  .catalog-text {
    font-size: 14px;
    margin-top: 15px;
  }
  .catalog__title {
    margin-top: 20px;
  }
  .catalog-card__title {
    font-size: 20px;
    margin-top: 15px;
  }
  .catalog-card__price {
    font-size: 16px;
  }
  .catalog-card__text {
    margin-top: 16px;
  }
  .catalog-card__link {
    margin-top: 24px;
    font-size: 14px;
  }
  .catalog-card + .catalog-card {
    margin-top: 60px;
  }
  .catalog-info__text {
    font-size: 14px;
    margin-top: 20px;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 20px;
    margin: 0 16px;
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 16px;
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 16px;
  }
}
.categories {
  width: 410px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #211e1e;
}
.categories.is-sticky {
  position: sticky;
  top: 150px;
  position: sticky;
  max-height: calc(100vh - 150px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.categories.is-sticky::-webkit-scrollbar {
  width: 0;
}

.category {
  border-bottom: 1px solid #211e1e;
}
.category:last-child {
  border-bottom: none;
}
.category--select {
  display: none;
}
.category a {
  text-decoration: none;
  display: block;
  min-height: 120px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
  padding: 16px 57px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.category.active a,
.category:hover a {
  color: #fff;
  background-color: #211e1e;
}
.category.active {
  pointer-events: none;
}

@media only screen and (min-width: 1200px) {
  .wrap--is-category {
    overflow: visible;
  }
}
@media only screen and (max-width: 1579px) {
  .categories {
    width: 360px;
  }
  .category a {
    font-size: 18px;
    padding: 16px 47px;
    min-height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .categories {
    width: 100%;
    max-width: calc(50% - 25px);
  }
  .categories.is-sticky {
    position: static;
    top: auto;
    max-height: 100%;
    overflow: visible;
    overflow-y: visible;
  }
  .categories__list {
    display: none;
  }
  .category {
    border-bottom-color: #9faab1;
  }
  .category a {
    min-height: 64px;
    padding: 16px;
    font-weight: 400;
    text-transform: none;
  }
  .category--select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom-color: #211e1e;
  }
  .category--select::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }
  .category--select.clicked {
    border-bottom-color: #9faab1;
  }
  .category--select.clicked::after {
    -webkit-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
  }
  .category--select.clicked + .categories__list {
    display: block;
  }
  .category--select a {
    padding: 16px 56px 16px 16px;
    color: #fff;
    background-color: #211e1e;
  }
}
@media only screen and (max-width: 767px) {
  .categories {
    max-width: 100%;
  }
}
