@media screen and (max-width: 640px) {
  jdiv {
    display: none !important;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato/latolight.woff);
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato/latoregular.woff);
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato/latomedium.woff);
  font-weight: 500;
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato/latosemibold.woff);
  font-weight: 600;
}

@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato/latobold.woff);
  font-weight: 700;
}

@font-face {
  font-family: 'EB Garamond';
  src: url(../fonts/EBGaramond/Ebgaramondregular.woff);
  font-weight: 400;
}

@font-face {
  font-family: 'EB Garamond';
  src: url(../fonts/EBGaramond/Ebgaramondmedium.woff);
  font-weight: 500;
}

@font-face {
  font-family: 'EB Garamond';
  src: url(../fonts/EBGaramond/Ebgaramondbold.woff);
  font-weight: 700;
}

.flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  pointer-events: none;
  opacity: 0;
  z-index: 10000;
  transition: all 0.4s;
}

.flash.active {
  opacity: 1;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 100vw;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-thumb {
  background: #272727;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body {
  scrollbar-face-color: #272727;
  scrollbar-track-color: #fff;
}

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

h1, h2, h3, h4, h5, a, p, ul, ol, li {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

a {
  cursor: pointer;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  cursor: pointer;
}

input, textarea {
  border: none;
  background: none;
  padding: 0;
  resize: none;
}

[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100vw;
  padding: 0px 50px;
}

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

.title-pseudo {
  position: relative;
  z-index: 1;
}

.title-pseudo-text {
  color: transparent;
  -webkit-text-stroke: 2px #4A4E54;
  opacity: 0.15;
  font-size: 150px;
  line-height: 100%;
  font-weight: 700;
  position: absolute;
  /* top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
  bottom: -38px;
  z-index: -1;
}

.title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  position: relative;
  color: #fff;
}

.title.title-black {
  color: #4E4848;
}

.title.title-black::before {
  background: #4E4848;
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  width: 100%;
  max-width: 150px;
  height: 2px;
  background: #F3C499;
}

.title-page {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #4E4848;
}

.btn {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-1 {
  padding: 15px 50px;
  color: #272727;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #272727;
  font-weight: 300;
}

.btn-1:hover {
  background: #272727;
  color: #fff;
}

.btn-2 {
  padding: 15px 50px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #D4DDE4;
  font-weight: 300;
}

.btn-2:hover {
  background: #FFFFFF;
  color: #fff;
  color: #272727;
}

.btn-3 {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background: #272727;
  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;
}

.btn-3:hover {
  opacity: 0.8;
}

.btn-4 {
  padding: 10px 50px;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
  background: #FFFFFF;
}

.btn-4:hover {
  opacity: 0.8;
}

.select {
  position: relative;
}

.select.open .select__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.select__button {
  cursor: pointer;
}

.select-1 .select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-1 .select__button span {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
  margin-right: 5px;
}

.select-2 .select {
  position: relative;
}

.select-2 .select__button {
  padding: 10px 15px;
  border: 1px solid #D4DDE4;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  line-height: 17px;
  color: #4E4848;
  position: relative;
  padding-right: 37px;
  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;
}

.select-2 .select__button::before {
  content: "";
  width: 12px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  background: url(../img/icon/arrow-down-black.svg) center no-repeat;
  background-size: contain;
}

.select-1 .select__body,
.select-2 .select__body {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  width: max-content;
  min-width: 130px;
  max-width: 300px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  padding: 10px 0px;
  -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;
}

.select-1 .select__body li,
.select-2 .select__body li {
  width: 100%;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}

.select-1 .select__body li:hover,
.select-2 .select__body li:hover {
  background: #f1f1f1;
}

.label {
  padding: 7px 15px;
  background: #E38633;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  z-index: 2;
}

.label.recomended {
  background: #E38633;
}

.label.new {
  background: #1B3660;
}

.input-text, .input-textarea {
  width: 100%;
  padding: 0px 10px 10px 10px;
  font-size: 16px;
  line-height: 140%;
  color: #272727;
  border-bottom: 1px solid #D7D7D7;
}

.input-text:placeholder, .input-textarea:placeholder {
  color: #7E7E7E;
}

.input-textarea {
  height: 73px;
}

.term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
}

.term a {
  color: #7E7E7E;
  text-decoration: underline;
}

.term .checkbox {
  margin-right: 15px;
}

/*.checkbox input {*/
/*  display: none;*/
/*}*/

.checkbox label {
  display: block;
  min-width: 16px;
  min-height: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 16px
}

.checkbox label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding-left: 16px;
}

.checkbox label p {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
  display: block;
  padding-left: 10px;

}

.checkbox input:checked + label::before {
  background: #D7D7D7 url(../img/icon/checked.svg) center no-repeat;
  background-size: 7\0%;
}

.splide__track, .splide__list {
  width: 100%;
  height: 100%;
  overflow: visible !important;
}

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

@media screen and (max-width: 1366px) {
  .title-pseudo-text {
    font-size: 120px;
  }
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 859px) {
  .quiz__container {
    height: 600px;
  }
}
@media screen and (max-width: 996px) {
  .title-pseudo-text {
    font-size: 80px;
  }
  .select-1 .select__button span {
    font-size: 14px;
  }
  .label {
    padding: 4px 7px;
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 640px) {
  .title {
    font-size: 30px;
  }
  .title-page {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .title-pseudo-text {
    font-size: 60px;
    top: calc(50% + 20px);
  }
  .input-text, .input-textarea {
    font-size: 13px;
  }
}

@-webkit-keyframes fadeout-y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes fadeout-y {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

@-webkit-keyframes fadein-y {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadein-y {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

[class*="ymaps-2"][class*="-copyrights-promo"],
[class*="ymaps-2"][class*="-copyright"] {
  display: none !important;
}

iframe {
  width: 100% !important;
  height: 100% !important;
}


.slider-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-navigation__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 36px;
}

.slider-navigation__arrow {
  cursor: pointer;
}

.slider-navigation__arrow-prev {
  margin-right: 32px;
}

.slider-navigation__arrow svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.slider-navigation__arrow:hover svg path {
  fill: #272727 !important;
}

.slider-navigation__dotted {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background: #B9B9B9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-navigation__dotted button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.slider-navigation__dotted button:hover {
  background: #4E4848;
  opacity: 0.5;
}

.slider-navigation__dotted button.active {
  background: #4E4848;
}

@media screen and (max-width: 640px) {
  .slider-navigation__arrows {
    margin-right: 22px;
  }
  .slider-navigation__arrow-prev {
    margin-right: 15px;
  }
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

.pagination-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
}

.pagination-prev img {
  margin-right: 12px;
}

.pagination-next img {
  margin-left: 12px;
}

.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination-item {
  margin-right: 16px;
}

.pagination-item:last-child {
  margin-right: 0;
}

.pagination-item span, .pagination-item p, .pagination-item a {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
}

.pagination-item span {
  color: #4E4848;
}

.alert {
  position: fixed;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 350px;
  font-size: 14px;
  line-height: 16px;
  padding: 16px 20px;
  color: #fff;
  -webkit-animation: alert-fadein 0.3s ease-in-out forwards;
          animation: alert-fadein 0.3s ease-in-out forwards;
  border-radius: 5px;
  z-index: 1000;
  text-align: center;
}

.alert.success {
  background: #4AB868;
}

.alert.error {
  background: #F02B2B;
}

.alert.close {
  -webkit-animation: alert-fadeout 0.3s ease-in-out forwards;
          animation: alert-fadeout 0.3s ease-in-out forwards;
}

@-webkit-keyframes alert-fadein {
  0% {
    -webkit-transform: translateY(-100px) translateX(-50%);
            transform: translateY(-100px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}

@keyframes alert-fadein {
  0% {
    -webkit-transform: translateY(-100px) translateX(-50%);
            transform: translateY(-100px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}

@-webkit-keyframes alert-fadeout {
  0% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(-50%);
            transform: translateY(-100px) translateX(-50%);
    opacity: 0;
  }
}

@keyframes alert-fadeout {
  0% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(-50%);
            transform: translateY(-100px) translateX(-50%);
    opacity: 0;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header.header-static {
  position: static;
  border-bottom: 1px solid #D7D7D7;
}

.header.header-static .header__info {
  grid-gap: 30px;
}

.header.header-static .header__item a {
  color: #4E4848;
  position: relative;
  transition: color 0.2s;
}

.header.header-static .header__item a span {
  text-transform: uppercase;
  color: #4E4848;
  font-size: 11px;
  background-color: #EEEEEE;
  border-radius: 66px;
  padding: 3px 6px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

.header.header-static .header__item a:hover {
  opacity: 0.7;
}

.header.header-static .header__item a.active {
  pointer-events: none;
}

.header.header-static .header__item a.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4E4848;
}

.header.header-static .header__fordesigner {
  color: #4E4848;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.header.header-static .header__fordesigner:hover {
  opacity: 0.8 !important;
}

.header.header-static .header__search,
.header.header-static .header__socs,
.header.header-static .header__phone-mobile {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.header__socs{
  display: flex;
  gap: 16px;
}
.header.header-static .header__phone {
  color: #4E4848;
}

.header.header-static .header__menubtn span {
  background: #4E4848;
}

.header__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 131px 1fr;
      grid-template-columns: 131px 1fr;
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}

.header__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max-content;
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content;
}

.header__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (max-content)[5];
      grid-template-columns: repeat(5, -webkit-max-content);
      grid-template-columns: repeat(5, max-content);
  grid-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.header__item {
  margin-right: 25px;
  margin-bottom: 10px;
}

.header__item:last-child {
  margin-right: 0;
}

.header__item a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.header__item--add {
  text-transform: uppercase;
  color: #4E4848;
  font-size: 11px;
  background-color: #eeeeeeba;
  border-radius: 66px;
  padding: 3px 6px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

.header__item a:hover {
  color: #B9B9B9;
}

.header__item a.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.header__fordesigner {
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;

}
.header__fordesigner svg{
  vertical-align: middle;
}

.header__fordesigner:hover {
  color: #fff
}

.header__phone {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.header__menubtn {
  width: 30px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.header__menubtn span {
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: width 0.2s;
}

.header__menubtn span:last-child {
  width: 18px;
}

.header__menubtn:hover span:last-child {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .header__container {
    grid-gap: 25px;
  }
  .header__item a {
    font-size: 14px;
    line-height: 16px;
  }
  .header__info {
    grid-gap: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: max-content max-content;
        grid-template-columns: -webkit-max-content -webkit-max-content;
        grid-template-columns: max-content max-content;
  }
  .header__menu {
    display: none;
  }
  .header__info {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .header__fordesigner, .header__phone {
    display: none;
  }
  .header__info {
    -ms-grid-columns: (auto)[4];
        grid-template-columns: repeat(4, auto);
    gap: 15px !important;
  }
  .header__container {
    gap: 8px;
  }
  .header .header__callback {
    font-size: 12px;
    line-height: 16px;
  }

}

@media screen and (max-width: 480px) {

  .header__logo img {
    width: 100%;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background: #000;
  background: rgba(39, 39, 39, 0.8);
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu.open {
  right: 0;
  opacity: 1;
}

.menu .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.menu__content {
  width: 100%;
  height: 100%;
}

.menu__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 50px;
  position: relative;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

.menu__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #272727;
  z-index: -1;
}

.menu__close {
  position: absolute;
  top: 35px;
  left: calc(100% + 15px);
}

.menu__info {
  overflow-y: auto;
  padding: 90px 0px 90px 0px;
}

.menu__info::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.menu__info::-webkit-scrollbar-thumb {
  background: transparent;
}

.menu__info::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

.menu__info {
  scrollbar-face-color: transparent;
  scrollbar-track-color: rgba(255, 255, 255, 0.5);
}

.menu__blocks {
  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;
  width: 100%;
}

.menu__block {
  width: 100%;
  margin-bottom: 25px;
}

.menu__block:last-child {
  margin-bottom: 0;
}

.menu__block ul {
  padding-left: 25px;
  -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: 20px;
  display: none;
}

.menu__block.open ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__block ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
}

.menu__block ul li:last-child {
  margin-bottom: 0;
}

.menu__block ul li a {
  color: #A6BBCB;
  transition: opacity 0.2s;
}

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

.menu__block ul li a.active {
  position: relative;
  pointer-events: none;
}

.menu__block ul li a.active::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A6BBCB;
}

.menu__block--add {
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgba(166, 187, 203, 0.21);
  border-radius: 66px;
  padding: 3px 6px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

.menu__toggler {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__indicator {
  min-width: 14px;
  height: 14px;
  position: relative;
  cursor: pointer;
  opacity: 0.8;
}

.menu__indicator::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  transition: transform 0.2s;
}

.menu__indicator::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}

.menu__block.open .menu__indicator::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu__link {
  width: 100%;
  min-width: 300px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  transition: opacity 0.2s;
}

.menu__link:hover {
  opacity: 0.7;
}

.menu__link.active {
  position: relative;
  pointer-events: none;
}

.menu__link.active::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.menu__getcatalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #D7D7D7;
  margin-top: 50px;
}

.menu__getcatalog img {
  margin-right: 15px;
}

@media screen and (max-width: 1366px) {
  .menu__close {
    right: 10px;
    left: auto;
  }
  .menu__wrapper {
    padding-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .menu__content {
    background: #272727;
  }
  .menu__wrapper {
    width: 100%;
    padding: 0px;
  }
  .menu__wrapper::before {
    display: none;
  }
  .menu__info {
    padding: 50px 0px;
    padding-bottom: 130px;
    width: 100%;
  }
  .menu__blocks, .menu__block {
    width: 100%;
  }
  .menu__link {
    min-width: 0px;
  }
}

.main {
  width: 100%;
}

.main.main-frontpage {
  background: #F7F7F7;
}

.slider {
  height: 760px;
  width: 100%;
  margin-bottom: 94px;
  z-index: 1;
  position: relative;
}

.slider__list {
  width: 100%;
  height: 100%;
}

.slider__item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.slider__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: 0;
  pointer-events: none
}

.slider__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.slider__item .container {
  z-index: 2;
}

.slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.slider__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.slider__tags li {
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  margin-right: 15px;
  text-transform: uppercase;
}

.slider__tags li a {
  position: relative;
}

.slider__tags li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 1px;
  width: 0px;
  background: #fff;
  transition: width 0.2s;
}

.slider__tags li a:hover::before {
  width: 100%;
}

.slider__tags li a {
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
}

.slider__tags li:last-child {
  margin-right: 0;
}

.slider__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  max-width: 795px;
}

.slider__arrows {
  position: absolute;
  bottom: 0;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__arrows::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 38px;
  width: 1px;
  background: #4A4E54;
}

.slider__arrow {
  width: 50px;
  height: 50px;
  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;
  background: #FFFFFF;
  cursor: pointer;
}

.slider__arrow svg path {
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}

.slider__arrow:hover svg path {
  fill: #272727 !important;
}

.slider__indicator {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 2;
}

.slider__indicator button {
  width: 50px;
  height: 2px;
  background: #B9B9B9;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 10px;
}

.slider__indicator button:last-child {
  margin-bottom: 0;
}

.slider__indicator button.active {
  width: 70px;
  background: #fff;
}

@media screen and (max-width: 1366px) {
  .slider {
    height: 550px;
    margin-bottom: 50px;
  }
  .slider__tags li {
    font-size: 12px;
  }
  .slider__title {
    font-size: 52px;
  }
}

@media screen and (max-width: 996px) {
  .slider {
    height: auto;
  }
  .slider__item {
    padding: 130px 0px;
  }
  .slider__indicator {
    display: none;
  }
  .slider__arrows {
    left: 20px;
  }
  .slider__arrows::before {
    height: 25px;
  }
  .slider__arrow {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 640px) {
  .slider {
    height: 100vh;
    max-height: 530px;
  }
  .slider__item {
    padding: 100px 0px;
  }
  .slider__arrows {
    display: none;
  }
  .slider__tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  .slider__title {
    font-size: 36px;
    max-width: 330px;
  }
  .slider__tags li {
    margin-bottom: 10px;
  }
}

.catalog {
  padding: 24px 0px 120px 0px;
  z-index: 1;
}

.catalog.catalog-page {
  padding-top: 0;
}

.catalog.catalog-page .catalog__item {
  padding: 25px;
  height: 273px;
}

.catalog .container {
  z-index: 1;
  position: relative;
}

.catalog__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 25px;
  /* z-index: -1; */
}

.catalog__title {
  left: 0;
}

.catalog__get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
}
.catalog__get--blue {
  font-size: 38px;
  line-height: 38px;
  color:#1B3660;
  font-family: 'EB Garamond', sans-serif;
}

.catalog__get img {
  margin-right: 15px;
}

.catalog__get span {
  position: relative;
}

.catalog__get span:hover::before {
  width: 100%;
}

.catalog__get span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #7E7E7E;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.catalog__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 1px;
  z-index: 2;
  position: relative;
}

.catalog__item {
  grid-column: span 2;
  height: 377px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px;
  position: relative;
  /*z-index: 1;*/
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.catalog__image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  transition: transform 0.4s;
}

.catalog__item:hover .catalog__image {
  transform: translate(-50%, -50%) scale(1.1);
}

.catalog__item:hover .catalog__link {
  transform: translateX(25px);
}

.catalog__item:nth-child(4n+4), .catalog__item:nth-child(5n+5) {
  grid-column: span 3;
}

.catalog__info {
  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;
}

.catalog__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 25px;
}

.catalog__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  transition: transform 0.2s;
}

.catalog__link img {
  margin-right: 15px;
}

@media screen and (max-width: 1366px) {
  .catalog {
    padding: 50px 0px;
  }
}

@media (max-width: 1600px) {
  .catalog__item {
    background-size: cover !important;
  }
}

@media screen and (max-width: 1150px) {
  .catalog__item {
    padding: 25px;
    height: 250px;
  }
  .catalog__name {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .catalog__link {
    font-size: 14px;
  }
  .catalog__link img {
    width: 30px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 996px) {
  .catalog__get {
    display: none;
  }
  .catalog__head {
    height: 30px;
  }
  .catalog__item {
    grid-column: span 3 !important;
  }
}

@media screen and (max-width: 640px) {
  .catalog__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .catalog__item {
    height: 226px;
  }
}

@media screen and (max-width: 480px) {
  .catalog {
    padding-top: 0;
  }
  .catalog__item {
    padding: 20px 16px;
  }
  .catalog__name {
    font-size: 24px;
  }
}

.promo {
  padding-top: 120px;
  padding-bottom: 75px;
  width: 100%;
  overflow-x: hidden;
}

.promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20%;
}

.promo__head .title-pseudo-text {
  right: 0;
}

.promo__content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
      grid-template-columns: 400px 1fr;
  grid-gap: 80px;
}

.promo__info {
  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;
}

.promo__title {
  margin-bottom: 62px;
  color: #4E4848;
}

.promo__desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #4A4E54;
  margin-bottom: 25px;
}

.promo__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo__item {
  width: 100%;
  min-height: 350px;
  height: 350px;
  padding: 116px 50px 25px 50px;
  position: relative;
  z-index: 1;
}

.promo__item:hover .promo__item-link {
  transform: translateX(25px);
}

.promo__item:hover .promo__item-image {
  transform: translateX(60px);
}

.promo__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.promo__item:nth-child(odd)::before {
  background: #D4DDE4;
}

.promo__item:nth-child(even)::before {
  background: #E6D9C2;
}

.promo__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.promo__item-name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 25px;
}

.promo__item-desc {
  font-size: 20px;
  line-height: 140%;
  color: #4E4848;
  max-width: 450px;
}

.promo__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
  margin-top: auto;
  transition: transform 0.2s;
}

.promo__item-link img {
  margin-right: 15px;
}

.promo__item-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: transform 0.2s;
}

@media screen and (max-width: 1600px) {
  .promo__item-image {
    right: -150px;
  }
}

@media screen and (max-width: 1366px) {
  .promo {
    padding: 50px 0px;
  }
  .promo__content {
    -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    grid-gap: 40px;
  }
  .promo__item {
    min-height: 250px;
    height: 100%;
    padding: 70px 20px 20px 20px;
  }
  .promo__item-name {
    margin-bottom: 15px;
  }
  .promo__item-desc {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .promo__item-image {
    height: 80%;
    right: 0;
  }
  .promo__item-link {
    font-size: 14px;
  }
  .promo__item-link img {
    width: 30px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1150px) {
  .promo__title {
    margin-bottom: 30px;
  }
  .promo__desc {
    font-size: 15px;
  }
  .promo__item-name {
    font-size: 28px;
  }
}

@media screen and (max-width: 996px) {
  .promo__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .promo__head {
    display: none;
  }
  .promo__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .promo {
    padding-top: 10px;
  }
  .promo__desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .promo__item {
    padding: 20px 0px;
    min-height: 0;
    height: auto;
  }
  .promo__item-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .promo__item-desc {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 143px;
  }
  .promo__item-image {
    height: 147px;
    width: 271px;
    -o-object-fit: contain;
       object-fit: contain;
    right: -60px;
  }
}

.company {
  padding: 125px 0px 150px 0px;
  z-index: 1;
}

.company__container {
  z-index: 1;
}

.company__head {
  height: 40px;
}

.company__content {
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 545px 1fr;
      grid-template-columns: 545px 1fr;
  grid-gap: 40px;
}

.company__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #272727;
  z-index: -1;
}

.company__info {
  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;
  width: 100%;
}

.company__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 62px;
}

.company__description {
  padding-left: 100px;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 50px;
}

.company__btn {
  margin-left: 100px;
}

.company__images {
  height: 100%;
  position: relative;
}

.company__image {
  position: absolute;
}

.company__image--1 {
  top: -10px;
  left: 0px;
}

.company__image--2 {
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company__image--3 {
  top: 53%;
  right: 44%;
}

@media screen and (max-width: 1366px) {
  .company__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .company__description {
    font-size: 16px;
  }
  .company__image--1 {
    top: -60px;
  }
  .company__image--1, .company__image--3 {
    width: 250px;
  }
  .company__image--2 {
    width: 350px;
  }
}

@media screen and (max-width: 1150px) {
  .company__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .company__images {
    height: 350px;
  }
  .company__image--1 {
    top: 0px;
  }
  .company__image--3 {
    top: 60%;
  }
}

@media screen and (max-width: 996px) {
  .company {
    padding: 50px 0px;
  }
  .company__description {
    padding-left: 0;
  }
  .company__btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .header__logo {
    width: 80px;
  }
  .company {
    padding-top: 10px;
    overflow-x: hidden;
  }
  .company__content {
    padding-top: 35px;
  }
  .company__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .company__description {
    margin-bottom: 20px;
  }
  .company__images {
    height: 130px;
  }
  .company__image--1 {
    width: 154px;
  }
  .company__image--2 {
    width: 184px;
    left: 166px;
    right: auto;
    top: 61%;
  }
  .company__image--3 {
    width: 136px;
    top: 83px;
    left: 92px;
  }
}

.worths__container {
  padding: 55px 0px 97px 0px;
}

.worths__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 62px;
  z-index: 1;
}

.worths__title {
  color: #4E4848;
}

.worths__pseudotitle {
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}

.worths__pseudotitle .title-pseudo-text {
  right: 70px;
  left: auto;
}

.worths__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.worths__item {
  width: 100%;
  max-width: 700px;
}

.worths__item:hover .worths__image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.worths__image {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  position: relative;
}

.worths__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.worths__link {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
}

.worths__link img {
  margin-right: 15px;
}

.worths__info {
  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;
}

.worths__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #4E4848;
  margin-bottom: 15px;
}

.worths__desc {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
}

@media screen and (max-width: 1366px) {
  .worths__item.is-active .worths__image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (max-width: 1150px) {
  .worths__image {
    height: 300px;
  }
}

@media screen and (max-width: 996px) {
  .worths__pseudotitle {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  .worths__pseudotitle .title-pseudo-text {
    left: 0;
    right: auto;
    font-size: 60px;
  }
  .worths__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .worths__container {
    padding-bottom: 60px;
  }
  .worths__image {
    height: 165px;
    margin-bottom: 20px;
  }
  .worths__image img {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .worths__link {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }
  .worths__link img {
    width: 24px;
    margin-right: 10px;
  }
  .worths__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .worths__desc {
    font-size: 13px;
  }
}

.quote {
  padding: 285px 0px;
  /*background: url(../img/quote/quote.jpg) center no-repeat;*/
  background-size: cover;
}

.quote__container {
  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;
}

.quote__text {
  text-align: center;
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #fff;
  max-width: 864px;
}

@media screen and (max-width: 1366px) {
  .quote {
    padding: 130px 0px;
  }
  .quote__text {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) {
  .quote {
    padding: 64px 0px;
  }
  .quote__text {
    font-size: 24px;
  }
  .quote__text br {
    display: none;
  }
}

.gallery {
  padding: 203px 0px 78px 0px;
  background: #FFFFFF;
}

.gallery__container {
  padding-left: 483px;
  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;
}

.gallery__head {
  width: 100%;
  height: 40px;
  z-index: 1;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  z-index: 1;
  width: 100%;
}

.gallery__item {
  max-width: 458px;
  height: 362px;
  margin-right: 20px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.gallery__item img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__item:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (max-width: 1366px) {
  .gallery {
    padding: 100px 0px 50px;
  }
  .gallery__item {
    height: 240px;
  }
}

@media screen and (max-width: 1150px) {
  .gallery {
    padding-top: 60px;
  }
  .gallery__container {
    padding-left: 0;
  }
  .gallery__item.is-active {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.inspiration-main__container {
  padding-top: 137px;
}

.inspiration-main__head {
  height: 30px;
  z-index: 1;
}

.inspiration-main__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  height: 577px;
  z-index: 2;
}

.inspiration-main__item {
  position: relative;
  /*z-index: 1;*/
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  overflow: hidden;
}

.inspiration-main__image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  transition: transform 0.4s;
}

/*.inspiration-main__item::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  */
/*  z-index: -1;*/
/*}*/

.inspiration-main__item:hover .inspiration-main__image {
  transform: translate(-50%, -50%) scale(1.06);
}

.inspiration-main__item a {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          background: rgba(0, 0, 0, 0.5);
}

.inspiration-main__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.inspiration-main__text {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .inspiration-main__container {
    padding-top: 90px;
  }
  .inspiration-main__list {
    max-height: 450px;
  }
}

@media screen and (max-width: 996px) {
  .inspiration-main__container {
    padding-top: 50px;
  }
  .inspiration-main__head {
    margin-bottom: 15px;
  }
  .inspiration-main__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .inspiration-main__item {
    height: 230px;
  }
  .inspiration-main__name {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  .inspiration-main__desc {
    font-size: 13px;
  }
}

.inspiration-page__container {
  padding-bottom: 100px;
}

.inspiration-page__title {
  margin-bottom: 50px;
}

.inspiration-page__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.inspiration-page__item {
  height: 400px;
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.inspiration-page__item:hover {
  background-size: 110% !important;
}

.inspiration-page__item a {
  padding: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inspiration-page__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.inspiration-page__description {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .inspiration-page__item {
    background-size: cover !important;
  }
}

@media screen and (max-width: 996px) {
  .inspiration-page__item {
    height: 250px;
  }
  .inspiration-page__name {
    font-size: 28px;
  }
  .inspiration-page__description {
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .inspiration-page__container {
    padding-bottom: 0;
  }
  .inspiration-page__title {
    margin-bottom: 20px;
  }
  .inspiration-page__list {
    margin-left: -20px;
    width: 100vw;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}

@media screen and (max-width: 480px) {
  .inspiration-page__item {
    height: 217px;
  }
  .inspiration-page__name {
    font-size: 24px;
  }
  .inspiration-page__description {
    font-size: 13px;
  }
}

.inspiration__banner {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 400px;
}

.inspiration__banner .breadcrumbs__container p {
  color: #fff;
}

.inspiration__title {
  color: #FFFFFF;
}

.inspiration__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 100px;
  padding: 100px 0px;
}

.inspiration__block {
  width: 100%;
}

.inspiration__block img {
  max-width: 100%;
}

.inspiration__block-two {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(max-content, 488px) minmax(max-content, 692px);
      grid-template-columns: minmax(-webkit-max-content, 488px) minmax(-webkit-max-content, 692px);
      grid-template-columns: minmax(max-content, 488px) minmax(max-content, 692px);
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inspiration__block-full {
  width: 100%;
}

.inspiration__block-full img {
  width: 100%;
}

.inspiration__block-rt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.inspiration__block-rt img:first-child {
  padding-top: 100px;
}

.inspiration__block-lt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.inspiration__block-lt img:last-child {
  padding-top: 100px;
}

.inspiration__slider {
  padding: 50px 0px 100px 0px;
  position: relative;
}

.inspiration__slider::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: calc(100% + 200px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F7F7F7;
  z-index: -1;
}

.inspiration__slider-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.inspiration__slider-item {
  height: 310px;
  margin-right: 20px;
}

.inspiration__slider-item img {
  height: 100%;
  width: auto;
}

.inspiration__info {
  padding: 100px 0px 50px;
}

.inspiration__info h3 {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
}

.inspiration__info p {
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
  margin-bottom: 50px;
  max-width: 895px;
  margin-bottom: 25px;
}

.inspiration__info img {
  max-width: 100%;
  margin-top: 25px;
}

.inspiration__info button {
  color: #4E4848;
  text-decoration: underline;
}

.inspiration__info.inspiration-withbackground-black h3, .inspiration__info.inspiration-withbackground-black p, .inspiration__info.inspiration-withbackground-black button {
  color: #fff;
}

.inspiration__info picture {
  width: 100%;
}

.inspiration__info picture img {
  width: 100%;
}

.inspiration__slider-2 {
  padding: 50px 0px 50px 0px;
}

.inspiration__slider-2::before {
  height: calc(100% + 200px) !important;
}

.inspiration__slider-2-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inspiration__slider-2-list .splide__track {
  overflow: hidden !important;
}

.inspiration__slider-2-item {
  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;
}

.inspiration__slider-2-image {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.inspiration__slider-2-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inspiration__slider-2-name {
  font-size: 20px;
  line-height: 140%;
  color: #272727;
  margin-bottom: 16px;
}

.inspiration__slider-2-desc {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
}

.inspiration__slider-2.inspiration-withbackground-black .inspiration__slider-2-name, .inspiration__slider-2.inspiration-withbackground-black .inspiration__slider-2-desc {
  color: #fff;
}

.inspiration__slider-2.inspiration-withbackground-black .inspiration__slider-2-arrow {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.inspiration__slider-2-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inspiration__slider-2-arrow-prev {
  right: calc(100% + 25px);
}

.inspiration__slider-2-arrow-next {
  left: calc(100% + 25px);
}

.inspiration__more {
  padding: 50px 0px 100px 0px;
}

.inspiration__more-title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
  display: block;
}

.inspiration__more-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inspiration__more-list .splide__track {
  overflow: hidden !important;
}

.inspiration__more-item {
  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;
}

.inspiration__more-image {
  width: 100%;
  height: 217px;
  margin-bottom: 25px;
}

.inspiration__more-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inspiration__more-name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #4E4848;
}

.inspiration__more-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inspiration__more-arrow-prev {
  right: calc(100% + 25px);
}

.inspiration__more-arrow-next {
  left: calc(100% + 25px);
}

.inspiration-withbackground {
  position: relative;
}

.inspiration-withbackground::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F7F7F7;
  z-index: -1;
}

.inspiration-withbackground-black::before {
  background: #272727;
}

@media screen and (max-width: 1206px) {
  .inspiration__block-two {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .inspiration__block-two img:nth-child(1) {
    padding-right: 20px;
  }
  .inspiration__block-two img:nth-child(2) {
    padding-left: 20px;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .inspiration__block-full {
    margin-left: -20px;
    width: 100vw;
  }
  .inspiration__block-rt, .inspiration__block-lt {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .inspiration__block-rt img:nth-child(1), .inspiration__block-lt img:nth-child(1) {
    padding-top: 0;
    padding-right: 20px;
  }
  .inspiration__block-rt img:nth-child(2), .inspiration__block-lt img:nth-child(2) {
    padding-top: 0;
    padding-left: 20px;
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

@media screen and (max-width: 640px) {
  .inspiration__blocks {
    padding: 50px 0px;
    grid-gap: 50px;
  }
  .inspiration__banner {
    height: auto;
    padding-bottom: 50px;
  }
  .inspiration__more-image {
    margin-bottom: 20px;
  }
  .inspiration__more-name {
    font-size: 20px;
  }
  .inspiration__info {
    padding-top: 50px;
  }
  .inspiration__info h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .inspiration__info p {
    font-size: 16px;
  }
  .inspiration__info img {
    margin-right: 15px;
  }
  .inspiration__slider-2 {
    padding: 25px 0px;
  }
  .inspiration__slider-2::before {
    height: 100% !important;
  }
  .inspiration__slider-2-image {
    height: auto;
  }
  .inspiration__slider-2-name {
    font-size: 17px;
  }
  .inspiration__slider-2-desc {
    font-size: 12px;
  }
  .inspiration__more {
    padding: 25px 0px;
    padding-bottom: 40px;
  }
  .inspiration__more-image {
    height: 150px;
  }
}

.lastnews {
  padding-top: 120px;
  padding-bottom: 75px;
  width: 100%;
  overflow-x: hidden;
}

.lastnews__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lastnews__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-bottom: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20%;
}

.lastnews__head .title-pseudo-text {
  right: 0;
}

.lastnews__title {
  color: #4E4848;
}

.lastnews__content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 1fr;
      grid-template-columns: 400px 1fr;
  grid-gap: 80px;
}

.lastnews__info {
  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;
}

.lastnews__title {
  margin-bottom: 62px;
}

.lastnews__desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #4A4E54;
  margin-bottom: 25px;
}

.lastnews__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lastnews__item {
  width: 100%;
  min-height: 400px;
  height: 100%;
  padding: 50px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}

.lastnews__item:hover .lastnews__image {
  transform: scale(1.03);
}

.lastnews__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 50px);
  background: rgba(0, 0, 0, 0.35);
  height: 100%;
}

.lastnews__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}

.lastnews__item-name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 25px;
  max-width: 499px;
}

.lastnews__item-date {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}

.lastnews__image {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% + 50px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: transform 0.2s;
}

@media screen and (max-width: 1366px) {
  .lastnews {
    padding: 50px 0px;
  }
  .lastnews__content {
    -ms-grid-columns: 300px 1fr;
        grid-template-columns: 300px 1fr;
    grid-gap: 40px;
  }
  .lastnews__item {
    min-height: 250px;
    padding: 70px 20px 20px 20px;
  }
}

@media screen and (max-width: 996px) {
  .lastnews__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .lastnews__head {
    display: none;
  }
  .lastnews__item::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .lastnews__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 640px) {
  .lastnews {
    padding-top: 60px;
  }
  .lastnews__title {
    margin-bottom: 32px;
  }
  .lastnews__desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .lastnews__item {
    padding: 20px;
    min-height: 0;
    height: 229px;
  }
  .lastnews__item-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .lastnews__item-date {
    font-size: 12px;
  }
}

.breadcrumbs {
  width: 100%;
}

.breadcrumbs-fixed {
  position: relative;
}

.breadcrumbs-fixed .container {
  position: absolute;
  top: 0;
  left: 0;
}

.breadcrumbs__container {
  padding: 25px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__container a, .breadcrumbs__container span, .breadcrumbs__container p {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
}

.breadcrumbs__container p {
  color: #4E4848;
}

.breadcrumbs__container span {
  margin: 0px 10px;
}

@media screen and (max-width: 640px) {
  .breadcrumbs__container {
    padding: 10px 0px 44px 0px;
  }
  .breadcrumbs__container a, .breadcrumbs__container span, .breadcrumbs__container p {
    font-size: 12px;
    line-height: 14px;
  }
  .breadcrumbs__container span {
    margin: 0px 5px;
  }
}

.seo {
  background: #F7F7F7;
}

.seo__container {
  padding: 100px 0px;
  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;
}

.seo__title {
  margin-bottom: 50px;
}

.seo__title::before {
  background: #F3C499 !important;
}

.seo__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 488px 1fr;
      grid-template-columns: 488px 1fr;
  grid-gap: 20px;
}

.seo__info {
  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;
  width: 100%;
}

.seo__box {
  width: 100%;
  font-size: 16px;
  line-height: 140%;
  color: #4E4848;
  margin-bottom: 25px;
  /*max-height: 400px;*/
}

.seo__box.open {
  max-height: 100%;
}

.seo__box p {
  margin-bottom: 20px;
}

.seo__box > *:last-child {
  margin-bottom: 0;
}

.seo__toggler {
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
  position: relative;
}

.seo__toggler:hover::before {
  width: 0;
}

.seo__toggler::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  max-width: 150px;
  height: 2px;
  background: #4E4848;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.seo__image {
  width: 100%;
}

.seo__image img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 996px) {
  .seo__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .seo__container {
    padding: 60px 0px;
  }
  .seo__toggler {
    font-size: 13px;
  }
}

.category {
  width: 100%;
}

.category__banner {
  padding-bottom: 50px;
  height: auto;
  min-height: 400px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.category__banner.berg {
  background-position: center 87% !important;
}

.category__banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63.6%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.6%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  z-index: -1;
}

.category__banner .breadcrumbs__container p {
  color: #fff;
}

.category__banner-head {
  width: 100%;
  margin-bottom: 68px;
}

.category__banner-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.category__banner-get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  justify-content: end;
}

.category__banner-get img {
  margin-right: 15px;
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.category__banner-know {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 2.5em;
  width: fit-content;
  /*padding-left: 2.5em;*/
  border: 1px solid white;
  padding: 0.5em 1em;
  cursor: pointer;
  gap: 10px;
  /*background-color: rgba(0, 0, 0, 0.42);*/
  background-color: rgba(39, 39, 39, 0.42);
}
.category__banner-know img {
  width: 30px;
  height: 30px;
}

.category__banner-know:hover {
  background-color: rgba(0, 0, 0, 0);
}

.header_notice {
  text-align: center;
  background-color: #272727;
  color: white;
  padding: 0.4em 0;
  font-weight: 300;
  font-size: 14px;
}
.scrolled .header_notice {
  display: none;
}

.category__banner-text {
  width: 100%;
  position: relative;
  max-width: 592px;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}

.category__banner-text::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 11px);
  right: calc(100% + 11px);
  width: 13px;
  height: 13px;
  background: url(../img/icon/quote.svg) center no-repeat;
  background-size: contain;
}

.category__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
}

.category__content {
  padding: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.category__filters {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr max-content;
      grid-template-columns: 1fr -webkit-max-content;
      grid-template-columns: 1fr max-content;
  grid-gap: 20px;
  padding-bottom: 25px;
  margin-bottom: 15px;
  /*border-bottom: 1px solid #D7D7D780;*/
}

.category__filters-list {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-align: center;*/
  /*    -ms-flex-align: center;*/
  /*        align-items: center;*/
  display: block;
}

.category__filter {
  margin-right: 27px;
}

.category__filter:last-child {
  margin-right: 0;
}

.category__filter-toggler {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  color: #4E4848;
  font-size: 13px;
  line-height: 140%;
}

.category__filter-toggler img {
  margin-right: 10px;
}

.category__sort .select__button span {
  color: #B9B9B9;
}

.category__notify {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
  margin-bottom: 25px;
}

.category__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 996px) {
  .category__banner {
    height: auto;
    padding-bottom: 50px;
  }
  .category__banner-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .category__banner-text {
    margin-bottom: 20px;
  }
  .category__banner-text::before {
    left: 0;
  }
  /*.category__filter {*/
  /*  display: none;*/
  /*}*/
  .category__filter-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1206px) {
  .search-page__list,
  .category__list {
    grid-template-columns: repeat(3, 33%) !important;
  }
}

@media screen and (max-width: 640px) {
  .category__banner {
    padding-bottom: 20px;
  }
  .category__banner-head {
    margin-bottom: 64px;
  }
  .category__banner-text {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .category__banner-get {
    font-size: 13px;
  }
  .category__banner-get img {
    width: 24px;
  }
  .category__banner-know {
    font-size: 13px;
    padding-left: 3.1em;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
  }
  .category__title {
    font-size: 36px;
  }
  .category__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .category__filters {
    padding-bottom: 10px;
  }
  .category__notify {
    font-size: 12px;
    line-height: 14px;
  }
  .category__list,
  .search-page__list {
    -ms-grid-columns: 50% 50% !important;
        grid-template-columns: 50% 50% !important;
  }
  .product-card {
    padding-bottom: 15px !important;
  }
  .product-card__name {
    font-size: 14px !important;
    text-align: center !important;
    margin-bottom: 14px !important;
  }
  .product-card__name::before {
    max-width: 100px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .product-card__price {
    font-size: 10px !important;
  }
  .modal__form {
    padding: 40px 20px !important;
  }
  .modal__title {
    font-size: 28px !important;
  }
  .search-page__title {
    margin-bottom: 20px !important;
  }
  .search-page__form {
    margin-bottom: 40px !important;
  }
}


.functions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.functions__head {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom:62px
}

.functions__pseudotitle .title-pseudo-text {
  right: 0;
  left: auto;
}

.functions__content {
  padding: 100px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 593px;
      grid-template-columns: 1fr 593px;
  grid-gap: 20px;
  position: relative;
  z-index: 1;
}

.functions__content::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #272727;
  z-index: -1;
}

.functions__info {
  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;
  max-width: 460px;
}

.functions__title {
  margin-bottom: 62px;
}

.functions__title::before {
  max-width: 100%;
}

.functions__box {
  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;
}

.functions__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 25px;
}

.functions__desc {
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
}

.functions__slider {
  max-width: 593px;
}

.functions__list {
  overflow: hidden;
}

.functions__item img {
  width: 100%;
}

.functions .slider-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.functions .slider-navigation__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 36px;
}

.functions .slider-navigation__arrow {
  -webkit-filter: brightness(255);
          filter: brightness(255);
}

.functions .slider-navigation__arrow-prev {
  margin-right: 32px;
}

.functions .slider-navigation__dotted {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background: #B9B9B9;
}

.functions .slider-navigation__dotted button.active {
  background: #fff;
}

@media screen and (max-width: 996px) {
  .functions {
    padding-top: 40px;
  }
  .functions__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .functions__slider {
    width: calc(100vw - 40px);
    max-width: 593px;
  }
  .functions .slider-navigation {
    margin-top: 22px;
  }
}

@media screen and (max-width: 640px) {
  .functions__head {
    height: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .functions__pseudotitle .title-pseudo-text {
    left: 0;
    right: auto;
    -webkit-transform: translateY(-90%);
            transform: translateY(-90%);
  }
  .functions__title {
    font-size: 30px;
    margin-bottom: 52px;
  }
  .functions__name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .functions__desc {
    font-size: 13px;
  }
}

.product-page__container {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 486px;
      grid-template-columns: 1fr 486px;
  grid-gap: 20px;
  padding-bottom: 50px;
}

.product-page__images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 694px;
}

.product-page__image {
  width: 100%;
  margin-bottom: 25px;
}

.product-page__image img {
  width: 100%;
  display: block;
}

.product-page__minimages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page__minimage {
  max-width: 82px;
  height: 68px;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page__minimage img {
  width: 100%;
  height: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.product-page__info {
  width: 100%;
  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;
}

.product-page__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 15px;
}

.product-page__price {
  font-size: 24px;
  line-height: 29px;
  color: #4E4848;
  margin-bottom: 8px;
}

.product-page__notify {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
  margin-bottom: 25px;
}


.product-page__options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 15px;
  margin-bottom: 50px;
  width: 100%;
}

.product-page__option {
  width: 100%;
  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;
}

.product-page__option .select {
  max-width: 184px;
  width: 100%;
}

.product-page__label {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
  margin-bottom: 5px;
}

.product-page__colors-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (35px)[6];
      grid-template-columns: repeat(6, 35px);
  grid-gap: 10px;
  padding-top: 5px;
}

.product-page__colors-1 .product-page__color {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.product-page__colors-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50px)[6];
      grid-template-columns: repeat(6, 50px);
  grid-gap: 10px;
  padding-top: 5px;
}

.product-page__colors-2 .product-page__color {
  width: 50px;
  height: 25px;
  border-radius: 3px;
}

.product-page__color label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.product-page__color label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page__color input:checked + label::after {
  content: "";
  position: absolute;
  right: -8px;
  top: -8px;
  width: 20px;
  height: 20px;
  background: url(../img/icon/check.svg) center no-repeat;
  background-size: contain;
}

.product-page__get,
.product-page__rass,
.product-page__cred {
  width: 100%;
  max-width: 388px;
  margin-bottom: 15px;
}

.product-page__rass,
.product-page__cred {
  background: #07224d;
}

.product-page__cred {
  margin-bottom: 25px;
}

.product-page__get {
  margin-bottom: 0px;
}

.product-page__sber {
  margin-bottom: 25px;
  width: 100%;
}

.product-page__sber-label {
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.product-page__sber-label svg {
  width: 160px;
  margin-top: 10px;
  display: block;
}

.product-page__specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-page__specialist img {
  margin-right: 15px;
}

.product-page__specialist span {
  font-size: 16px;
  line-height: 19px;
  color: #7E7E7E;
  position: relative;
}

.product-page__specialist span::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #7E7E7E;
  transition: width 0.2s;
}

.product-page__specialist:hover span::before {
  width: 0px;
}

@media screen and (max-width: 1150px) {
  .product-page__images {
    max-width: 500px;
  }
}

@media screen and (max-width: 996px) {
  .product-page__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

@media screen and (max-width: 640px) {
  .product-page__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .product-page__price {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .product-page__image {
    margin-bottom: 10px;
  }
  .product-page__specialist span {
    font-size: 12px;
  }
  .product-page__colors-2 {
    -ms-grid-columns: (50px)[4];
        grid-template-columns: repeat(4, 50px);
  }
}

.config {
  /*background: #F7F7F7;*/
}

.config__container {
  padding: 50px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
}

.config__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4e4848;
  max-width: 563px;
}

.config__description {
  font-size: 16px;
  line-height: 140%;
  color: #4E4848;
  max-width: 490px;
}

.config__steps {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.config__step {
  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;
}

.config__image {
  width: 100%;
  margin-bottom: 20px;
}

.config__text {
  font-size: 16px;
  line-height: 140%;
  color: #4E4848;
  margin-bottom: 25px;
}

.config__text a {
  color: #1B3660;
  text-decoration: underline;
}

.config__open {
  width: 100%;
  max-width: 287px;
}

@media screen and (max-width: 640px) {
  .config__container {
    padding: 40px 0px;
    grid-gap: 20px;
  }
  .config__title {
    font-size: 24px;
  }
  .config__desc {
    font-size: 13px;
  }
  .config__steps {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .config__image {
    margin-bottom: 10px;
  }
  .config__text {
    font-size: 13px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .config__open {
    max-width: 100%;
  }
}

.product-detail {
  background: #F7F7F7;
}

.product-detail__container {
  padding: 50px 0px 100px;
  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;
}

.product-detail__togglers {
  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: start;
  position: relative;
  padding-bottom: 15px;
  overflow-x: auto;
  overflow-y: visible;
}

.product-detail__togglers::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.product-detail__togglers::-webkit-scrollbar-thumb {
  background: transparent;
}

.product-detail__togglers::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

.product-detail__togglers {
  scrollbar-face-color: transparent;
  scrollbar-track-color: rgba(255, 255, 255, 0.5);
}

.product-detail__togglers::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D7D7D7;
}

.product-detail__toggle {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
  margin-right: 50px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.product-detail__toggle:last-child {
  margin-right: 0;
}

.product-detail__toggle::before {
  content: "";
  position: absolute;
  top: calc(100% + 14px);
  width: 100%;
  height: 1px;
  background: #4E4848;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.2;
  transition: opacity 0.2;
}

.product-detail__toggle.active {
  color: #4E4848;
  pointer-events: none;
}

.product-detail__toggle.active::before {
  opacity: 1;
}

.product-detail__tabs {
  width: 100%;
  padding-top: 50px;
}

.product-detail__tab {
  width: 100%;
  max-width: 694px;
  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-animation: fadeout-y 0.2s ease-in-out forwards;
          animation: fadeout-y 0.2s ease-in-out forwards;
}

.product-detail__tab.open {
  -webkit-animation: fadein-y 0.2s ease-in-out forwards;
          animation: fadein-y 0.2s ease-in-out forwards;
}

.product-detail__tab h2, .product-detail__tab h3, .product-detail__tab h4 {
  font-size: 20px;
  line-height: 140%;
  color: #4E4848;
  margin-bottom: 15px;
}

.product-detail__tab p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
  font-weight: 300;
}

.product-detail__tab img {
  max-width: 100%;
  margin-bottom: 25px;
}

.product-detail__tab ul {
  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;
  margin-bottom: 25px;
  margin-top: 15px;
}

.product-detail__tab ul li {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}

.product-detail__tab ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .product-detail__container {
    padding: 60px 0px;
  }
  .product-detail__togglers {
    padding-bottom: 5px;
  }
  .product-detail__toggle {
    font-size: 13px;
    margin-right: 20px;
  }
  .product-detail__toggle::before {
    top: calc(100% + 4px);
  }
  .product-detail__tabs {
    padding-top: 22px;
  }
  .product-detail__tab h2, .product-detail__tab h3, .product-detail__tab h4 {
    font-size: 17px;
  }
  .product-detail__tab p, .product-detail__tab li {
    font-size: 13px;
  }
}

.category-card {
  width: 100%;
  border: 1px solid #F2F2F2;
  background: #fff;
  padding: 10px 10px 30px 10px;
  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;
  position: relative;
}

.category-card__label {
  position: absolute;
  top: 19px;
  right: 14px;
}

.category-card__image {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

.category-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: cover;
}

.category-card__name {
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
  position: relative;
  text-align: center;
}

.category-card__name::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  /*max-width: 150px;*/
  height: 2px;
  background: #4E4848;
}

@media screen and (max-width: 996px) {
  .category-card__label {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .category-card {
    padding: 25px 10px;
  }
}

.product-card {
  width: 100%;
  border: 1px solid #F2F2F2;
  background: #fff;
  padding: 10px 10px 25px 10px;
  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;
  position: relative;
}

.product-card__label {
  position: absolute;
  top: 19px;
  right: 14px;
}

.product-card__images {
  width: 100%;
  margin-bottom: 45px;
  /*max-width: 380px;*/
  max-width: 259px;
  display: flex;
  flex-direction: column;
  visibility: visible !important;
}

.product-card__images.splide {
  margin-bottom: 25px;
}

.product-card__images .splide__track {
  overflow: hidden !important;
}

.product-card__image {
  width: 100%;
  max-width: 380px;
}

.product-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-card__dotted {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.product-card__dotted button {
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #B9B9B9;
  margin-right: 10px;
  transition: all 0.2s;
}

.product-card__dotted button:hover {
  background: #4E4848;
  opacity: 0.8;
}

.product-card__dotted button.active {
  background: #4E4848;
}

.product-card__info {
  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;
}

.product-card__name {
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
  position: relative;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: center;
}

.product-card__name::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 2px);
  width: 100%;
  max-width: 150px;
  height: 1px;
  background: #4E4848;
}

.product-card__price {
  font-size: 14px;
  line-height: 17px;
  color: #A6BBCB;
  text-align: center;
}

.product-gallery {
  background: #F7F7F7;
}

.product-gallery__container {
  padding: 50px 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;
}

.product-gallery__head {
  width: 100%;
  height: 40px;
  z-index: 1;
}

.product-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  z-index: 1;
  width: 100%;
}

.product-gallery__item {
  width: max-content;
  height: 100%;
  max-height: 310px;
  margin-right: 20px;
  display: flex;
}

.product-gallery__item img {
  width: auto;
  height: 100%;
  max-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-gallery__navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-gallery__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-right: 36px;
}

.product-gallery__arrow-prev {
  margin-right: 32px;
}

.product-gallery__dotted {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  background: #B9B9B9;
}

.recomended__container {
  padding: 50px 0px 100px;
  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;
}

.recomended__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
}

.recomended__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.recomended__list .splide__track {
  overflow: hidden !important;
}

.recomended__categories {
  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;
  padding: 25px 0px;
  border-top: 1px solid rgba(215, 215, 215, 0.3);
  overflow-x: auto;
  overflow-y: visible;
}

.recomended__categories::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.recomended__categories::-webkit-scrollbar-thumb {
  background: transparent;
}

.recomended__categories::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
}

.recomended__categories {
  scrollbar-face-color: transparent;
  scrollbar-track-color: rgba(255, 255, 255, 0.5);
}

.recomended__category {
  padding: 8px 20px;
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
  margin-right: 25px;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.recomended__category:last-child {
  margin-right: 0;
}

.recomended__category.active {
  background: #4E4848;
  color: #fff;
  pointer-events: none;
  border-color: #4E4848;
}

.recomended__category:hover {
  border-color: #7E7E7E;
}

.recomended__arrow,
.related__arrow,
.other-news__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recomended__arrow-prev,
.related__arrow-prev,
.other-news__arrow-prev {
  right: calc(100% + 25px);
}

.recomended__arrow-next,
.related__arrow-next,
.other-news__arrow-next {
  left: calc(100% + 25px);
}

@media screen and (max-width: 996px) {
  .recomended__categories {
    padding: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .recomended__category {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .recomended__container {
    padding: 60px 0px;
  }
  .recomended__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.apps {
  background: #272727;
}

.apps__container {
  padding: 100px 0px;
}

.apps__title {
  font-size: 50px;
  margin-bottom: 54px;
}

.apps__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 490px;
      grid-template-columns: 1fr 490px;
}

.apps__info {
  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;
}

.apps__info p {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 50px;
  max-width: 488px;
}

.apps__info h3 {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 25px;
}

.apps__info ul {
  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;
  margin-bottom: 25px;
  max-width: 567px;
}

.apps__info ul li {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  position: relative;
  padding-left: 15px;
  margin-bottom: 6px;
}

.apps__info ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: #fff;
}

.apps__images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 180px;
      grid-template-columns: 180px 180px;
  grid-gap: 25px;
}

.video img {
  max-width: 100%;
}

.video-poster {
  width: 100%;
  position: relative;
  cursor: pointer;
}

.video-poster::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(../img/icon/play.svg) center no-repeat;
  z-index: 2;
}

.video-content {
  display: none;
}

.apps__video {
  height: 275px;
}

.video-content {
  height: 100%;
}

.video-content iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 996px) {
  .apps__container {
    padding: 40px 0px;
  }
  .apps__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 480px) {
  .apps__title {
    font-size: 30px;
    margin-bottom: 42px;
  }
  .apps__title br {
    display: none;
  }
  .apps__info p {
    margin-bottom: 40px;
  }
  .apps__info p, .apps__info ul li {
    font-size: 13px;
  }
  .apps__info h3 {
    font-size: 24px;
  }
  .apps__info ul {
    margin-bottom: 20px;
  }
  .apps__images {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 17px;
  }
  .apps__images img {
    width: 100%;
  }
}

.contacts__container {
  padding-bottom: 150px;
}

.contacts__title {
  margin-bottom: 50px;
}

.contacts__content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 358px 1fr;
      grid-template-columns: 358px 1fr;
  grid-gap: 30px;
}

.contacts__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
}

.contacts__block {
  width: 100%;
  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;
}

.contacts__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #4E4848;
  margin-bottom: 15px;
}

.contacts__link, .contacts__text {
  font-size: 18px;
  line-height: 140%;
  color: #7E7E7E;
  max-width: 330px;
}

.contacts__callback {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
  text-decoration: underline;
}

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

.contacts__soc {
  width: 36px;
  height: 36px;
  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: 1px solid #D7D7D7;
  border-radius: 100px;
  margin-right: 15px;
}

.contacts__button {
  width: 100%;
  max-width: 210px;
  font-weight: 400;
}

.contacts__get {
  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;
  font-size: 16px;
  line-height: 140%;
  color: #4E4848;
  font-weight: 300;
}

.contacts__get img {
  margin-right: 15px;
}

.contacts__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 500px;
  position: relative;
}

.contacts__map #map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 0, 0, 0.1);
}

@media screen and (max-width: 1150px) {
  .contacts__container {
    padding-bottom: 0;
  }
  .contacts__content {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
  }
  .contacts__map {
    margin-left: -20px;
  }
}

@media screen and (max-width: 480px) {
  .contacts__title {
    margin-bottom: 20px;
  }
  .contacts__info {
    grid-gap: 20px;
  }
  .contacts__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contacts__link, .contacts__text {
    font-size: 16px;
  }
  .contacts__button {
    max-width: 100%;
  }
  .contacts__map {
    height: 160px;
  }
}

.worths-page__container {
  padding-bottom: 100px;
}

.worths-page__title {
  margin-bottom: 50px;
}

.worths-page__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 50px 10px;
}

.worths-page__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.worths-page__image {
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  overflow: hidden;
}

.worths-page__image:hover img{
  transform: scale(1.05);
}

.worths-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
}

.worths-page__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #4E4848;
  margin-bottom: 15px;
}

.worths-page__description {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
  max-width: 540px;
}

@media screen and (max-width: 996px) {
  .worths-page__image {
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  .worths-page__title {
    margin-bottom: 20px;
  }
  .worths-page__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 480px) {
  .worths-page__image {
    height: 192px;
    margin-bottom: 20px;
  }
  .worths-page__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .worths-page__desc {
    font-size: 13px;
  }
}

.worth__banner {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 400px;
}

.worth__banner .breadcrumbs__container p {
  color: #fff;
}

.worth__title {
  color: #FFFFFF;
}

.worth__blocks {
  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;
}

.worth__block {
  padding: 100px 0px;
  position: relative;
  z-index: 1;
}

.worth__block-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.worth__block-3 {
  width: 100%;
  height: 650px;
  position: relative;
}

.worth__block-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
}

.worth__block:nth-last-child(even)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background: #F7F7F7;
  z-index: -1;
}

.worth__text {
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
  max-width: 997px;
  font-weight: 300;
}

.worth__text p {
  margin-bottom: 20px;
}

.worth__video {
  width: 100%;
}

.worth__poster {
  width: 100%;
}

.worth__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}

.worth__item {
  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;
}

.worth__item-image {
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
}

.worth__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.worth__item-name {
  font-size: 20px;
  line-height: 140%;
  color: #272727;
  margin-bottom: 16px;
}

.worth__item-desc {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
}

@media screen and (max-width: 996px) {
  .worth__banner {
    height: auto;
    padding-bottom: 50px;
  }
  .worth__block {
    padding: 50px 0px;
  }
  .worth__block-1 {
    padding: 50px 0px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .worth__block-2 {
    padding: 50px 0px;
  }
  .worth__block-3 {
    height: 380px;
  }
  .worth__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .worth__text {
    font-size: 14px;
  }
  .worth__item-image {
    height: 156px;
    margin-bottom: 20px;
  }
  .worth__item-name {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .worth__item-desc {
    font-size: 12px;
    line-height: 14px;
  }
  .worth__block-3 {
    height: 197px;
  }
}

.related__container {
  padding: 100px 0px 100px;
  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;
}

.related__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
}

.related__list {
  display: flex;
  width: 100%;
}

.related__list .splide__track {
  overflow: hidden !important;
}

.promo-page__container {
  padding-bottom: 100px;
}

.promo-page__title {
  margin-bottom: 50px;
}

.promo-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo-page__item {
  width: 100%;
  padding: 116px 50px 25px 50px;
  position: relative;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.promo-page__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.promo-page__item:nth-child(odd)::before {
  background: #D4DDE4;
}

.promo-page__item:nth-child(even)::before {
  background: #E6D9C2;
}

.promo-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.promo-page__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 25px;
}

.promo-page__desc {
  font-size: 20px;
  line-height: 140%;
  color: #4E4848;
  max-width: 450px;
}

.promo-page__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
  margin-top: auto;
}

.promo-page__link img {
  margin-right: 15px;
}

.promo-page__image {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1150px) {
  .promo-page__item::before {
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .promo-page__name {
    font-size: 28px;
  }
  .promo-page__image {
    right: -100px;
  }
}

@media screen and (max-width: 996px) {
  .promo-page__item {
    padding: 40px;
  }
  .promo-page__image {
    max-height: 80%;
  }
}

@media screen and (max-width: 640px) {
  .promo-page__title {
    margin-bottom: 20px;
  }
  .promo-page__container {
    padding-bottom: 0;
  }
  .promo-page__desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .promo-page__item {
    padding: 20px 0px;
    min-height: 0;
  }
  .promo-page__name {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .promo-page__desc {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 143px;
  }
  .promo-page__image {
    height: 147px;
    width: 271px;
    -o-object-fit: contain;
       object-fit: contain;
    right: -60px;
  }
  .promo-page__image img {
    width: 100%;
  }
  .promo-page__link {
    font-size: 14px;
  }
  .promo-page__link img {
    width: 25px;
    margin-right: 10px;
  }
}

.about__banner {
  width: 100%; 
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 400px;
}

.about__banner .breadcrumbs__container p {
  color: #fff;
}

.about__title {
  color: #FFFFFF;
}

.about__blocks {
  width: 100%;
}

.about__block {
  width: 100%;
}

.about__block-1 {
  padding: 100px 0px 100px 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 540px 1fr;
      grid-template-columns: 540px 1fr;
  grid-gap: 40px;
}

.about__block-1-info {
  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;
}

.about__block-1-title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #4E4848;
  line-height: 100%;
  margin-bottom: 62px;
}

.about__block-1-desc {
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
}

.about__block-1-image {
  width: 100%;
}

.about__block-1-image img {
  width: 100%;
}

.about__block-2 {
  padding: 100px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__block-2::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F7F7F7;
  z-index: -1;
}

.about__block-2-info {
  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;
  margin-right: 20px;
}

.about__block-2-info p {
  font-size: 18px;
  line-height: 160%;
  color: #4E4848;
  margin-bottom: 10px;
}

.about__block-2-info ul {
  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;
}

.about__block-2-info ul li {
  padding-left: 15px;
  font-size: 18px;
  line-height: 160%;
  color: #4E4848;
  margin-bottom: 10px;
  position: relative;
}

.about__block-2-info ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #4E4848;
  border-radius: 100px;
}

.about__block-2-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about__block-3 {
  min-height: 444px;
  padding: 150px 0px;
  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;
  position: relative;
}

.about__block-3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/quote/quote.jpg) center no-repeat;
  background-size: cover;
  z-index: -1;
}

.about__block-3 p {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #FFFFFF;
  text-align: center;
}

.about__block-4 {
  padding: 100px 0px;
  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;
}

.about__block-4-info {
  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;
  max-width: 590px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
}

.about__block-4-info p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1150px) {
  .about__block-2-info {
    max-width: 60%;
  }
  .about__block-2-image {
    max-width: 470px;
    width: 100%;
  }
  .about__block-2-image img {
    width: 100%;
  }
}

@media screen and (max-width: 996px) {
  .about__block-1 {
    padding: 40px 0px 60px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about__block-1-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .about__block-2 {
    -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;
  }
  .about__block-2-info {
    margin-bottom: 35px;
    max-width: 100%;
  }
  .about__block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__block-4-info {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .about__banner {
    height: auto;
    padding-bottom: 50px;
  }
  .about__block-1 {
    padding: 40px 0px 60px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .about__block-1-title {
    font-size: 30px;
  }
  .about__block-1-desc {
    font-size: 16px;
  }
  .about__block-2 {
    padding: 40px 0px;
  }
  .about__block-2-info p {
    font-size: 16px;
  }
  .about__block-2-info ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .about__block-3 {
    min-height: 0px;
    padding: 60px 0px;
  }
  .about__block-3 p {
    font-size: 20px;
  }
  .about__block-3 p br {
    display: none;
  }
  .about__block-4 {
    padding: 60px 0px;
  }
  .about__block-4-info {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .about__block-4-info p {
    margin-bottom: 10px;
  }
  .about__block-4-image {
    width: 100%;
  }
  .about__block-4-image img {
    width: 100%;
  }
}

.type__container {
  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: 100px;
}

.type__title {
  margin-bottom: 50px;
}

.type__content {
  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;
  max-width: 793px;
}

.type__content h2, .type__content h3, .type__content h4, .type__content h5 {
  font-size: 20px;
  line-height: 24px;
  color: #272727;
  margin-bottom: 25px;
}

.type__content p {
  font-size: 18px;
  line-height: 160%;
  color: #4E4848;
  margin-bottom: 20px;
}

.type__content ul {
  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;
  margin-bottom: 50px;
}

.type__content ul li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 160%;
  color: #4E4848;
  margin-bottom: 10px;
  position: relative;
}

.type__content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #4E4848;
  border-radius: 100px;
}

@media screen and (max-width: 480px) {
  .type__container {
    padding-bottom: 50px;
  }
  .type__title {
    margin-bottom: 20px;
  }
  .type__content h2, .type__content h3, .type__content h4, .type__content h5 {
    margin-bottom: 13px;
  }
  .type__content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .type__content ul li {
    font-size: 14px;
    line-height: 18px;
    padding-left: 14px;
  }
  .type__content ul li::before {
    top: 7px;
  }
}

._404 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/quote/quote.jpg) center no-repeat;
  background-size: cover;
}

._404__container {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 0px;
}

._404__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 290px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 25px;
}

._404__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

._404__desc {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

._404__return {
  color: #fff;
  border-color: #fff;
}

.for-designer__container {
  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;
}

.for-designer__title {
  margin-bottom: 50px;
}

.for-designer__info {
  font-weight: 300;
  max-width: 793px;
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
  padding-bottom: 100px;
}

.for-designer__info p {
  margin-bottom: 20px;
}

.for-designer__info > *:last-child {
  margin-bottom: 0;
}

.for-designer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.for-designer__wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F7F7F7;
  background-size: cover;
  z-index: -1;
}

.for-designer__form {
  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;
  max-width: 492px;
  width: 100%;
}

.for-designer__form-title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
}

.for-designer__form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
  width: 100%;
}

.for-designer__image {
  position: absolute;
  bottom: 100px;
  right: 0;
}

.for-designer__image img {
  display: block;
}

.for-designer__submit {
  max-width: 330px;
  color: #272727;
  border-color: #272727;
}

@media screen and (max-width: 1150px) {
  .for-designer__image {
    width: 400px;
  }
  .for-designer__image img {
    width: 100%;
  }
}

@media screen and (max-width: 996px) {
  .for-designer__image {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .for-designer__title {
    margin-bottom: 20px;
  }
  .for-designer__info {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .for-designer__form-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .for-designer__wrapper {
    padding: 40px 0px;
  }
  .for-designer__submit {
    max-width: 100%;
  }
}

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

.news__title {
  margin-bottom: 50px;
}

.news__list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
}

.news__item {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 458px 1fr;
      grid-template-columns: 458px 1fr;
  grid-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__info {
  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;
}

.news__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  color: #4E4848;
  font-size: 38px;
  line-height: 100%;
  margin-bottom: 25px;
  max-width: 350px;
}

.news__date {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
  margin-bottom: 25px;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #4E4848;
}

.news__link span {
  position: relative;
}

.news__link img {
  margin-right: 15px;
}

.news__link span::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  position: absolute;
  background: #4E4848;
  transition: width 0.2s;
}

.news__link:hover span::before {
  width: 100%;
}

.news__image {
  width: 100%;
  height: 400px;
}

.news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new__container {
  -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;
  max-width: 895px;
  padding-bottom: 100px;
}

.new__title {
  margin-bottom: 25px;
}

.new__date {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
  margin-bottom: 50px;
  display: block;
}

.new__image {
  width: 100%;
  margin-bottom: 50px;
}

.new__image img {
  width: 100%;
}

.new__content {
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
  margin-bottom: 100px;
}

.new__content p, .new__content ul {
  display: block;
}

.new__content img {
  display: block-inline;
  margin-right: 20px;
}

.new__content p {
  margin-bottom: 20px;
}

.new__content ul {
  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;
  margin-bottom: 50px;
}

.new__content ul li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 160%;
  color: #4E4848;
  margin-bottom: 10px;
  position: relative;
}

.new__content ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #4E4848;
  border-radius: 100px;
}

.new__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.new__return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
}

.new__return img {
  margin-right: 12px;
}

.new__share {
  display: flex;
  align-items: center;
}

.new__share > span {
  font-size: 16px;
  line-height: 140%;
  color: #7E7E7E;
  margin-right: 15px;
}

.other-news {
  background: #F7F7F7;
}

.other-news__container {
  padding: 100px 0px;
  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;
}

.other-news__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
}

.other-news__list {
  width: 100%;
  display: flex;
  position: relative;
}

.other-news__list .splide__track {
  overflow: hidden !important;
}

.other-news__item {
  width: 100%;
  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;
}

.other-news__image {
  width: 100%;
  height: 217px;
  margin-bottom: 25px;
}

.other-news__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-news__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #4E4848;
  margin-bottom: 10px;
}

.other-news__date {
  font-size: 14px;
  line-height: 17px;
  color: #B9B9B9;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(39, 39, 39, 0.8);
  width: 100vw;
  height: 100vh;
  padding: 50px 20px;
  -webkit-animation: modal-fadeout 0.3s ease-in-out forwards;
          animation: modal-fadeout 0.3s ease-in-out forwards;
  overflow-y: auto;
}

.modal.open {
  opacity: 0;
  -webkit-animation: modal-fadein 0.3s ease-in-out forwards;
          animation: modal-fadein 0.3s ease-in-out forwards;
}

.modal-constructor .modal__content {
  height: 100%;
  padding: 30px 20px;
}

.modal-constructor .modal__content .modal__close-fixed {
  top: -35px;
  right: 0;
  background: url(../img/icon/close.svg);
  width: 18px;
  height: 18px;
}

.modal-constructor .modal__content .modal__box {
  width: 100%;
  height: 100%;
}

.modal-constructor .modal__content .modal__box iframe {
  width: 100%;
  height: 100%;
}

.modal__content {
  width: 100%;
  height: auto;
  min-height: 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;
  position: relative;
}

.modal__box {
  position: relative;
}

.modal__form {
  background: #F7F7F7;
  width: 100%;
  max-width: 528px;
  padding: 50px;
  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;
}

.modal__form-form {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
}

.modal__title {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  color: #4E4848;
  margin-bottom: 50px;
}

.modal__close-fixed {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 18px;
  height: 18px;
  background: url(../img/icon/close-black.svg) center no-repeat;
  background-size: 80%;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.modal__close-fixed:hover {
  opacity: 1;
}

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

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

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

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

.search {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  background: rgba(39, 39, 39, 0.8);
  z-index: 100;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
}

.search.open {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

.search__content {
  width: 100%;
  background: #272727;
  padding: 60px 0px 47px 0px;
}

.search .container {
  position: relative;
}

.search__close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  width: 18px;
  height: 18px;
  background: url(../img/icon/close.svg) center no-repeat;
  background-size: contain;
}

.search__form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 147px;
      grid-template-columns: 1fr 147px;
  grid-gap: 50px;
  padding-right: 108px;
}

.search__input {
  position: relative;
  width: 100%;
}

.search__input input {
  width: 100%;
  font-size: 16px;
  line-height: 140%;
  color: #D7D7D7;
  border-bottom: 1px solid #C4C4C4;
  padding: 7px 20px 9px 57px;
}

.search__input input:placeholder {
  color: #D7D7D7;
}

.search__icon {
  position: absolute;
  left: 28px;
  top: 9px;
}

.footer {
  background: #272727;
  border-top: 1px solid rgba(78, 72, 72, 0.5);
}

.footer__container {
  padding: 50px 0px;
  padding-top: 85px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content max-content;
      grid-template-columns: -webkit-max-content -webkit-max-content;
      grid-template-columns: max-content max-content;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 20px;
}

.footer__logo {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% + 35px);
  margin-top: -35px;
}

.footer__logo a {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer__logo a:hover {
  color: #fff;
}

.footer__logo-info {
  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;
}

.footer__logo-info img {
  margin-bottom: 25px;
}

.footer__logo-info span, .footer__logo-info p {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 19px;
}

.footer__logo-info p {
  color: #7E7E7E;
}

.footer__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(max-content, 300px))[3];
      grid-template-columns: repeat(3, minmax(-webkit-max-content, 300px));
      grid-template-columns: repeat(3, minmax(max-content, 300px));
  grid-gap: 30px;
}

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

.footer__title {
  font-size: 16px;
  line-height: 19px;
  color: #D4DDE4;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.footer__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
}

.footer__menu li a {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: relative;
}

.footer__menu li a:hover::before {
  width: 100%;
}

.footer__menu li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.footer__contacts {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.footer__contacts-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
  max-width: 214px;
}

.footer__contacts-info p, .footer__contacts-info a {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.footer__copy {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
}

.footer__copy a {
  color: #4b4b4b;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer__copy a:hover {
  color: #fff;
}

@media screen and (max-width: 1366px) {
  .footer__blocks {
    -ms-grid-columns: (minmax(max-content, 200px))[3];
        grid-template-columns: repeat(3, minmax(-webkit-max-content, 200px));
        grid-template-columns: repeat(3, minmax(max-content, 200px));
  }
}

@media screen and (max-width: 996px) {
  .footer__container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer__blocks {
    -ms-grid-columns: (max-content)[3];
        grid-template-columns: repeat(3, -webkit-max-content);
        grid-template-columns: repeat(3, max-content);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .footer__title {
    margin-bottom: 20px;
  }
  .footer__blocks {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer__title {
    font-size: 14px;
  }
  .footer__logo a {
    font-size: 12px;
  }
  .footer__logo-info span, .footer__logo-info p {
    font-size: 12px;
  }
  .footer__menu li a {
    font-size: 12px;
  }
  .footer__blocks .footer__block:nth-child(3) {
    grid-column: span 2;
  }
}

.footer-2 {
  background: #272727;
  border-top: 1px solid rgba(78, 72, 72, 0.5);
}

.footer-2__container {
  padding: 50px 0px;
  padding-top: 85px;
}

.footer-2__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
      grid-template-columns: -webkit-max-content 1fr;
      grid-template-columns: max-content minmax(max-content, 1100px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 170px;
  padding-bottom: 25px;
  position: relative;
}

.footer-2__content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #4E4848;
  opacity: 0.5;
}

.footer-2__logo {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% + 35px);
  margin-top: -35px;
}

.footer-2__logo a {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer-2__logo a:hover {
  color: #fff;
}

.footer-2__logo-info {
  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;
}

.footer-2__logo-info img {
  margin-bottom: 25px;
}

.footer-2__logo-info span, .footer-2__logo-info p {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  margin-bottom: 19px;
}

.footer-2__logo-info p {
  color: #7E7E7E;
}

.footer-2__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(210px, max-content))[3];
      grid-template-columns: repeat(3, max-content);
      grid-template-columns: repeat(3, max-content);
  grid-gap: 50px;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  width: 100%;
}

.footer-2__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;
}

.footer-2__title {
  font-size: 16px;
  line-height: 19px;
  color: #D4DDE4;
  text-transform: uppercase;
  margin-bottom: 42px;
}

.footer-2__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
}

.footer-2__menu li a {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: relative;
}

.footer-2__menu li a.active {

}

.footer-2__menu li a.active {
  text-decoration: none;
}

.footer-2__menu li a:hover::before,
.footer-2__menu li a.active::before {
  width: 100%;
}

.footer-2__menu li a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: transparent;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.footer-2__menu-twocol {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 25px 50px;
}

.footer-2__menu--add {
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgba(166, 187, 203, 0.21);
  border-radius: 66px;
  padding: 3px 6px;
  font-weight: 600;
  position: relative;
  top: -2px;
}

.footer-2__contacts {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.footer-2__contacts-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 25px;
  max-width: 214px;
}

.footer-2__contacts-info p, .footer-2__contacts-info a {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.footer-2__bottom {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-2__bottom-info {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
  margin-bottom: 25px;
  grid-gap: 20px;
}

.footer-2__apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-2__apps span {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-right: 25px;
}

.footer-2__apps a {
  margin-right: 15px;
}

.footer-2__apps a:last-child {
  margin-right: 0;
}

.footer-2__apps a img {
  max-width: 132px;
  display: block;
}

.footer-2__socs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-2__soc {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  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;
  background: #FFFFFF;
  border-radius: 100px;
}

.footer-2__soc img {
  width: 16px;
}

.footer-2__copy {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 250px;
      grid-template-columns: 1fr 250px;
  grid-gap: 20px;
}

.footer-2__copy-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-2__copy-left p, .footer-2__copy-left a {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
  margin-right: 25px;
}

.footer-2__copy-left a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer-2__copy-left a:hover {
  color: #fff;
}

.footer-2__copy-right p {
  font-size: 14px;
  line-height: 17px;
  color: #7E7E7E;
}

.footer-2__copy-right p a {
  color: #9c9c9c;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer-2__copy-right p a:hover {
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .footer-2__content {
    grid-gap: 40px;
  }
  .footer-2__blocks {
    -ms-grid-columns: (max-content)[3];
        grid-template-columns: repeat(3, -webkit-max-content);
        grid-template-columns: repeat(3, max-content);
  }
  .footer-2__menu-twocol {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 996px) {
  .footer-2__content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer-2__bottom-info {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .footer-2__copy {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .footer-2__title {
    margin-bottom: 20px;
  }
  .footer-2__blocks {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .footer-2__apps {
    -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;
  }
  .footer-2__apps span, .footer-2__apps img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 480px) {
  .footer-2__container {
    padding: 40px 0px;
  }
  .footer-2__content {
    grid-gap: 20px;
  }
  .footer-2__title {
    font-size: 14px;
  }
  .footer-2__logo a {
    font-size: 12px;
  }
  .footer-2__logo-info span, .footer-2__logo-info p {
    font-size: 12px;
  }
  .footer-2__menu {
    grid-gap: 15px;
  }
  .footer-2__menu li a {
    font-size: 12px;
  }
  .footer-2__blocks .footer-2__block:nth-child(3) {
    grid-column: span 2;
  }
  .footer-2__copy-left {
    -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;
  }
  .footer-2__copy-left p {
    margin-bottom: 15px;
  }
  .footer-2__apps {
    display: none;
  }
}

@media (max-width: 996px) {
  .news__item {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .news__image {
    grid-row: 1;
  }
  .news__info {
    grid-row: 2;
  }
}

@media (max-width: 640px) {
  .news__title {
    margin-bottom: 20px;
  }
  .header__socs{
       gap: 15px;
     }

  .news__item {
    grid-gap: 20px;
  }
  .news__image {
    height: auto;
  }
  .news__name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .news__date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .news__link {
    display: none;
  }
}

@media (max-width: 480px) {
  .new__date {
    margin-bottom: 20px;
  }
  .new__image {
    margin-bottom: 20px;
  }
  .new__content {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .new__content ul li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .new__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .new__share {
    margin-bottom: 20px;
  }
}

.functions-page {
  width: 100%;
  padding-bottom: 50px;
}

.functions-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}

.functions-page__title {
  font-size: 38px;
  margin-bottom: 50px;
  padding: 0px 15px;
}

.functions-page__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 30px;
}

.functions-page__item {
  display: flex;
  flex-direction: column;
}

.functions-page__video {
  width: 100%;
}

@supports (aspect-ratio: 530 / 295) {
  .functions-page__video {
    aspect-ratio: 530 / 295;
  }
}

@supports not (aspect-ratio: 530 / 295) {
  .functions-page__video {
    height: 295px;
    width: 100%;
  }
}

.functions-page__video iframe {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

.functions-page__video--bg {
  background-color: black;
}

.functions-page__info {
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.functions-page__name {
  font-family: 'EB Garamond', sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 20px;
  color: #4E4848;
}

.functions-page__desc {
  font-size: 18px;
  line-height: 140%;
  color: #7E7E7E;
}

@media (max-width: 996px) {
  .functions-page__list {
    grid-template-columns: 1fr 1fr;
  }
  .functions-page__info {
    padding: 15px;
  }
  .functions-page__name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .functions-page__desc {
    font-size: 14px;
  }
  ._404__container {
    padding: 60px 0px;
  }
  ._404__title {
    font-size: 140px;
    line-height: 100px;
  }
  ._404__subtitle {
    font-size: 16px;
    margin-bottom: 18px;
  }
  ._404__desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
}

@media (max-width: 640px) {
  .functions-page__list {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .functions-page__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

}

@media (max-width: 480px) {
  .functions-page__video, .functions-page__video iframe {
    width: 100vw;
  }

  ._404__title {
    font-size: 100px;
    line-height: 70px;
  }
  .other-news__container {
    padding: 50px 0px;
  }
  .other-news__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .other-news__image {
    margin-bottom: 20px;
  }
  .other-news__name {
    font-size: 18px;
  }
  .new__title {
    margin-bottom: 20px;
  }
}

table tr {
  border-bottom: 1px solid #D7D7D7;
}

table tr:last-child {
  border: none;
}

table tr td {
  padding: 10px;
  color: #7E7E7E;
}

@media (max-width: 1206px) {
  .search__close {
    right: 20px;
  }
  .search__content {
    padding: 40px 0px;
  }
  .search__form {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    max-width: 500px;
  }
}

@media (max-width: 480px) {

  .search__form {
    padding-right: 0 !important;
  }

  .search__form {
    grid-gap: 20px;
  }
  .search__input input {
    padding-left: 30px;
  }
  .search__icon {
    left: 0;
  }
}

.search-page__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 100px;
}

.search-page__title {
  margin-bottom: 50px;
}

.search-page__form {
  width: 100%;
  max-width: 432px;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

.search-page__form input {
  flex: 1;
  padding: 4px 0px 9px 0px;
  border-bottom: 1px solid #4E4848;
  font-size: 16px;
  color: #4E4848;
}

.search-page__form button {
  width: 16px;
  height: 16px;
  margin-left: 20px;
  filter: brightness(0);
}

.search-page__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 50px;
  width: 100%;
}

.modal-success .modal__box {
  background: #F7F7F7;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 592px;
}

.modal-success .modal__title {
  margin-bottom: 25px;
}

.modal__desc {
  font-size: 18px;
  line-height: 140%;
  color: #4E4848;
  text-align: center;
  margin-bottom: 25px;
  max-width: 391px;
}

.modal__close--static {
  margin-top: 25px;
  max-width: 224px;
  width: 100%;
}

.menu__info .header__fordesigner {
  margin-top: 20px;
  display: block;
}

@media (max-width: 996px) {
  .product-card {}
}

.gallery-page__container {
  padding-bottom: 100px;
}

.gallery-page__title {
  margin-bottom: 50px;
}

.gallery-page__list {
  margin: auto;
  column-count: 3;
}

.gallery-page__item {
  position: relative;
  /*margin-right: ;*/
  margin-bottom: 20px;
}

/*.gallery-page__item:nth-child(3n+3) {*/
/*  margin-right: 0;*/
/*}*/

.gallery-page__image {
  max-width: 100%;
  display: block;
}

.gallery-page__info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  padding: 25px;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.gallery-page__item:hover .gallery-page__info {
  opacity: 1;
}

.gallery-page__info span {
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
}

@media (max-width: 640px) {
  .gallery-page__list {
    column-count: 2;
  }
  .gallery-page__item {
    margin-right: 0px !important;
  }
  .gallery-page__info {
    padding: 15px;
  }
  .gallery-page__info span {
    font-size: 16px;
  }
  /*.gallery-page__item:nth-child(2n+2) {*/
  /*  margin-right: 0;*/
  /*}*/
  /*.gallery-page__item:nth-child(3n+3) {*/
  /*  margin-right: 15px;*/
  /*}*/
}


[lightbox] {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 1000;
}

.lightbox.open {
  opacity: 1;
}

.lightbox__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 95vw;
  max-height: 95vh;
  cursor: pointer;
}

.lightbox__content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.section-fadein-y {
  opacity: 0;
}

.section-fadein-y.start {
  animation: section-fadein-y 0.5s ease-in-out forwards;
}

@keyframes section-fadein-y {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.block-fadein {
  opacity: 0;
}

.block-fadein.start {
  animation: block-fadein 0.5s ease-in-out forwards;
}

@keyframes block-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 996px) {
  .category__filters-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px 20px;
  }
  .category__filters-list .category__filter {
    display: none;
    margin-right: 0;
  }
  .category__filters-list.open .category__filter {
    display: flex;
    align-items: flex-start;
  }
  .category__filter-toggler {
    grid-column: span 3;
  }
}

@media (max-width: 640px) {
  .category__filter-toggler {
    grid-column: span 2;
  }
  .category__filters-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}

@media (max-width: 640px) {
  .category__filter-toggler {
    grid-column: span 1;
  }
  .category__filters-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
    .catalog__head {
        height: auto;
      display: flex;
      justify-content: center;
    }
  .catalog__title .title-pseudo-text {
     position: static;
  }
}

@media (max-width: 480px) {
  .title-pseudo-text {
    position: static;
    transform:  none;
    top: auto;
    font-size: 48px;
  }
  .company__head, 
  .gallery__head,
  .inspiration-main__head {
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.header__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.header__callback {
  text-decoration: underline;
  font-size: 16px;
  line-height: 19px;
  color: #F3C499;
}

.header__phone-mobile {
  display: none;
}

@media (max-width: 640px) {
  .header__wrap {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .header__phone-mobile {
    display: block;
  }
  .header__callback {
    margin-top: 16px;
    display: block;
  }
  .header .header__callback {
    margin: 0;
  }
}

/* Promo Information */
.promo-information__container {
  padding-bottom: 150px;
}

.promo-information__box {
  padding: 40px 20px 60px 50px;
  position: relative;
  z-index: 1;
  background: #292929;
}
.promo-information__banner {
}
.promo-information__label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 98px;
}
.promo-information__label img {
  max-width: 100%;
}
.promo-information__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-information__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.promo-information__banner_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
.promo-information__info {
  position: relative;
  z-index: 2;
}
.promo-information__title {
  color: #fff;
  font-family: 'EB Garamond', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}
.promo-information__title::before {
  content: '';
  position: absolute;
  top: calc(100% + 14px);
  width: 200px;
  height: 2px;
  background: #F3C499;
}
@media screen and (max-width: 996px) {
  .promo-information__container {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .promo-information__box {
    padding: 24px;
  }
  .promo-information__banner {
  }
  .promo-information__label {
    display: none;
  }
  .promo-information__title {
    font-size: 30px;
    max-width: 230px;
  }
  .promo-information__title:before {
    height: 1px;
    width: 100px;
    top: 37px;
  }
  .promo-information__image {
    object-position: right bottom;
  }
}
/* ! Promo Information ! */

.captcha__controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.captcha__input {
  border: 1px solid #c0c0c0;
  line-height: 35px;
}

.header.scrolled {
  position: fixed;
  top: 0;
  z-index: 4;
  background-color: #272727;
}

.header.scrolled.notMain {
  background-color: white;
}

.thanks-page__title {
  text-align: center;
  margin-top: 0.2em;
}

.thanks-page__svg {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thanks-page__text {
  text-align: center;
  margin-top: 3em;
}

.thanks-page__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 4em;
  min-height: 30em;
}

.thanks-page__btn {
  margin-top: 2em;
}

@media screen and (max-width: 640px) {
  .thanks-page__container {
    min-height: 15em;
  }
}

.category__block {
  display: flex;
}
.category__block--witchCat {
padding-top:50px ;
}
.category__filters {
  width: 30%;
}

.category__list {
  width: 70%;
}

.category__list.full {
  width: 100%;
}

.category__list.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.category__filters-list {
  padding: 1.2em 1.5em;
  border: 1px solid #F3C499;
  height: fit-content;
}

.category__filters-list .select__button {
  gap: 0.7em;
}

.category__filter + .category__filter {
  margin-top: 0.7em;
}

.category__filter--toggler {
  display: flex;
  align-items: center;
  gap: 0.7em;
}

.category__filter--toggler span {
  color: #7E7E7E;
}

.filter-inner__body {
  display: none;
}

.category__filter.open .filter-inner__body {
  display: block;
}

.category__filter.open .category__filter--toggler img {
  transform: rotate(180deg);
}

.category__filters-list .select__body {
  position: static;
  box-shadow: none;
  padding: 0;
  margin-top: 0.5em;
}

.category__filters-list .select__body li {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.category__filters-list .select__body li .checkbox p {
  font-size: 13px;
}

.category__filters-list .select__body li .checkbox label {
  padding-left: 13px;
}

.category__filters-list .select__body li .checkbox label::before {
  width: 13px;
  height: 14px;
  padding-left: 13px;
  border-radius: 3px;
}

.category__filters-buttons {
  margin-top: 1em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}

.category__filters-buttons button {
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 11px;
}
.quiz__container{
  position: relative;
  aspect-ratio: 2 / .75;
  width: 100%;
}
.quiz__container .marquiz__container{
  height: 100% !important;
}
.marquiz__container_inline{
  max-width: 100% !important;
}
.reviews__list{
  padding-top: 50px;
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.review_item{
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  img{
    max-width: 100%;
  }
}

.reviews__add {
  margin-top: 1.2em;
  margin-bottom: 2em;
}
.reviews__add--link {
  font-size: 38px;
  line-height: 38px;
  color: #1B3660;
  font-family: 'EB Garamond', sans-serif;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid transparent;
}
.reviews__add--link:hover {
  border-bottom: 1px solid #1B3660;
}

@media screen and (max-width: 1024px) {
  .reviews__list{
    grid-template-columns: repeat(1, 1fr);
  }
}


@media screen and (max-width: 996px) {
  .category__block{
    flex-direction: column;
  }
  .category__filters{
    width: 100%;
  }
  .category__list{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .reviews__add--link {
    font-size: 28px;
  }
}
