@charset "UTF-8";
/* This stylesheet generated by Transfonter (https://transfonter.org)  */
*,
::before,
::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

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

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

template {
  display: none; }

html {
  font-family: sans-serif;
  word-break: break-word;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(255, 255, 255, 0);
  cursor: default; }

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

*:focus,
*:active,
*:hover {
  outline: none; }

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

ol,
ul {
  list-style: none; }

pre {
  white-space: pre-wrap;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; }

q {
  quotes: '«' '»'; }

button,
input {
  line-height: normal; }

button,
input,
select {
  margin: 0; }

button,
select {
  text-transform: none; }

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

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

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

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

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

textarea {
  vertical-align: top; }

button,
input,
select[multiple],
textarea {
  background-image: none; }

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none; }

input,
textarea {
  resize: none;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text; }

button,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="number"],
input[type="range"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  button::-ms-clear, button::-ms-reveal,
  textarea::-ms-clear,
  textarea::-ms-reveal,
  select::-ms-clear,
  select::-ms-reveal,
  input[type="text"]::-ms-clear,
  input[type="text"]::-ms-reveal,
  input[type="email"]::-ms-clear,
  input[type="email"]::-ms-reveal,
  input[type="password"]::-ms-clear,
  input[type="password"]::-ms-reveal,
  input[type="search"]::-ms-clear,
  input[type="search"]::-ms-reveal,
  input[type="submit"]::-ms-clear,
  input[type="submit"]::-ms-reveal,
  input[type="button"]::-ms-clear,
  input[type="button"]::-ms-reveal,
  input[type="reset"]::-ms-clear,
  input[type="reset"]::-ms-reveal,
  input[type="number"]::-ms-clear,
  input[type="number"]::-ms-reveal,
  input[type="range"]::-ms-clear,
  input[type="range"]::-ms-reveal {
    display: none; }

[placeholder]:focus::-moz-placeholder {
  color: transparent; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent; }

[placeholder]:focus::placeholder {
  color: transparent; }

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

iframe {
  border: none; }

.no-js-warning {
  position: fixed;
  z-index: 99999;
  width: 100%;
  padding: 15px 20px;
  color: #f00;
  font-size: 20px;
  background: rgba(255, 0, 0, 0.5); }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

html {
  height: 100%;
  font-size: 62.5%;
  overflow-x: hidden !important;
  scrollbar-color: #fff #333537;
  scrollbar-width: thin; }

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1.6rem;
  background: #fff;
  font-family: 'PT Root UI', sans-serif;
  font-weight: normal;
  font-style: normal; }
  body::-webkit-scrollbar {
    width: 5px;
    z-index: 100;
    background-color: #333537; }
  body::-webkit-scrollbar-track {
    background-clip: content-box;
    /* THIS IS IMPORTANT */ }
  body::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
    border-width: 3px 0 2px;
    border-style: solid;
    border-color: #c9c9c9;
    box-shadow: 0 -100vh 0 100vh #c9c9c9; }

.header {
  flex-shrink: 0; }

.main {
  flex: 1 0 auto;
  overflow: hidden; }

.footer {
  z-index: 10;
  flex-shrink: 0;
  margin-top: auto; }

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

.about-collection {
  padding: 120px 60px; }
  .about-collection .collection-item {
    max-width: 415px; }
  .about-collection .collection-item__text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    color: #0f0d0e;
    margin-top: 30px; }

@media (max-width: 992px) {
  .collection-item {
    margin-bottom: 60px; }
  .about-collection .collection-item {
    max-width: 200px; } }

@media (max-width: 768px) {
  .foam-description-collection {
    flex-direction: column; }
  .about-collection .collection-item {
    max-width: 100%; } }

@media (max-width: 576px) {
  .about-collection {
    padding: 20px; } }

.about-company-description {
  padding: 0 60px;
  position: relative;
  top: -500px; }

.about-company-description__bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.about-company-description__bg iframe {
  width: 100%;
  height: 600px; }

.about-company-description__bg img {
  width: 100%; }

.about-company__description-list {
  margin-bottom: -380px;
  margin-top: 50px; }

.description-list__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.description-list__content::after {
  content: '';
  display: flex;
  width: 100%;
  height: 1px;
  background: #0f0d0e;
  margin: 100px 0; }

.description-list__content:last-child::after {
  display: none; }

.content-item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 724px; }

.content-item__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #3d3b3c;
  max-width: 472px;
  margin-top: 60px; }

.content-item__text {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 469px;
  margin-bottom: 20px; }

.content-item__subtitle-link {
  text-decoration: none;
  color: #c81947; }

.content-item__last-text {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #3d3b3c;
  max-width: 469px; }

.content-item__last-text:first-child::before {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: #c81947;
  margin-bottom: 34px; }

.about-company__play {
  position: absolute;
  cursor: pointer; }

@media (max-width: 1800px) {
  .about-company-description {
    top: -300px;
    margin-bottom: 380px; } }

@media (max-width: 1400px) {
  .about-company-description {
    top: -130px; }
  .description-list__content:last-child {
    padding-bottom: 150px; } }

@media (max-width: 1300px) {
  .description-list__content-item {
    margin-top: 50px; } }

@media (max-width: 992px) {
  .about-company-description {
    top: 0; }
  .description-list__content::after {
    margin: 50px 0; } }

@media (max-width: 576px) {
  .about-company-description {
    padding: 0 20px; } }

@media (max-width: 546px) {
  .about-company__description-list {
    margin-top: 25px; }
  .content-item__title {
    font-size: 36px;
    line-height: 44px; }
  .content-item__subtitle {
    margin-top: 30px; }
  .description-list__content-item {
    margin-top: 30px; }
  .description-list__content::after {
    margin: 30px 0; }
  .description-list__content:last-child {
    padding-bottom: 40px; } }

@media (max-width: 400px) {
  .content-item__title {
    font-size: 27px;
    line-height: 35px; } }

.content-item__subtitle a {
  text-decoration: none;
  color: #c81947; }

.about-company-priority {
  margin-top: 160px;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -500px; }

.about-company-priority__title {
  font-style: normal;
  font-weight: normal;
  font-size: 70px;
  line-height: 84px;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 665px; }

.about-company-priority__text {
  max-width: 663px; }

.about-company-priority__text-item {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #3d3b3c;
  margin-bottom: 30px; }

.about-company-priority__text-item:last-child {
  font-weight: bold; }

@media (max-width: 1800px) {
  .about-company-priority {
    top: -300px; } }

@media (max-width: 1400px) {
  .about-company-priority {
    top: -130px; }
  .about-company-priority__title {
    margin-right: 30px;
    font-size: 57px;
    line-height: 64px; } }

@media (max-width: 992px) {
  .about-company-priority {
    top: 0;
    margin-top: 80px; }
  .about-company-priority__text {
    margin-top: 50px; } }

@media (max-width: 768px) {
  .about-company-priority {
    display: block; }
  .about-company-priority__text {
    margin-top: 100px; }
  .about-company-priority__text-item {
    max-width: 600px; } }

@media (max-width: 576px) {
  .about-company-priority {
    margin-top: 50px;
    padding: 0 20px; } }

@media (max-width: 440px) {
  .about-company-priority__title {
    font-size: 35px;
    line-height: 38px; }
  .about-company-priority__text {
    margin-top: 45px; }
  .about-company-priority__text-item {
    font-size: 16px;
    line-height: 110%; } }

.about-company-quality {
  margin-top: 200px;
  padding: 0 60px;
  position: relative;
  top: -500px; }

.about-company-quality__title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e; }

.about-company-quality__info {
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }

.quality-info__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #3d3b3c;
  max-width: 600px;
  margin-bottom: 40px; }

.quality-info-addition {
  max-width: 400px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #3d3b3c; }

.quality-info__partners {
  display: flex;
  flex-wrap: wrap;
  max-width: 755px;
  margin-top: 62px; }

.quality-info__partners-img {
  margin-right: 90px;
  margin-bottom: 62px; }

.quality-info__partners-img:nth-child(4) {
  width: 209px; }

@media (max-width: 1800px) {
  .about-company-quality {
    top: -300px; } }

@media (max-width: 1400px) {
  .about-company-quality {
    top: -130px; }
  .about-company-quality__info {
    display: block; }
  .quality-info__item:last-child {
    margin-top: 70px; } }

@media (max-width: 992px) {
  .about-company-quality {
    top: 0;
    margin-top: 80px; } }

@media (max-width: 576px) {
  .about-company-quality {
    margin-top: 50px;
    padding: 0 20px; } }

@media (max-width: 440px) {
  .about-company-quality__title {
    font-size: 32px;
    line-height: 43px; }
  .quality-info__text {
    font-size: 16px;
    line-height: 115%; } }

.about-company-title {
  color: #fff;
  font-style: normal;
  position: relative;
  top: -500px; }

.video-container {
  width: 100%; }

.video-container video {
  max-width: 100%;
  height: 100%; }

.about-company-title__title {
  position: absolute;
  left: 0;
  bottom: 124px;
  padding: 0 60px;
  width: 100%;
  z-index: 100;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 115px;
  text-transform: uppercase;
  color: #fff; }

.video-conterner-shadow {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1650px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(.png);
  z-index: 100; }

@media (max-width: 1600px) {
  .about-company-description {
    top: 0; } }

@media (max-width: 1800px) {
  .about-company-title {
    top: -300px; } }

@media (max-width: 1400px) {
  .about-company-title {
    top: -130px; } }

@media (max-width: 992px) {
  .about-company-title {
    top: 0; } }

@media (max-width: 768px) {
  .about-company-title__title {
    bottom: 40px;
    font-size: 65px; } }

@media (max-width: 576px) {
  .about-company-title__title {
    bottom: 40px;
    font-size: 40px; } }

@media (max-width: 390px) {
  .about-company-title__title {
    bottom: 0;
    font-size: 27px;
    padding: 0 40px; } }

.about-company {
  position: relative; }

.video-container video {
  max-width: 100%;
  height: 100%; }

#about-video-id {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.about-company__wrap {
  position: absolute;
  top: 35%;
  padding: 0 60px;
  width: 100%; }
  .about-company__wrap .main-title::before {
    display: none; }
  .about-company__wrap .main-title::after {
    content: '';
    display: block;
    height: 4px;
    width: inherit;
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: 80px; }

.work-expr {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 80px; }

.work-expr__title {
  font-weight: normal;
  font-size: 4.375em;
  line-height: 84px;
  text-transform: uppercase; }

.work-expr__subtitle {
  width: 184px;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 180%;
  text-transform: uppercase;
  margin-top: 20px; }

.work-expr__item {
  position: relative;
  z-index: 101; }

.work-expr__item:last-child {
  margin-top: 30px;
  cursor: pointer; }
  .work-expr__item:last-child .work-expr__title {
    transition: 0.3s ease-out; }
  .work-expr__item:last-child .work-expr__subtitle {
    margin-top: -10px;
    transition: 0.3s ease-out; }
  .work-expr__item:last-child .work-expr__img {
    width: 23px;
    transition: 0.3s ease-out; }

.work-expr__item:last-child:hover .work-expr__subtitle {
  font-size: 1.25em;
  line-height: 120%;
  margin-top: -10px; }

.work-expr__item:last-child:hover .work-expr__title {
  margin-left: 47px;
  width: 60px; }

.work-expr__item:last-child:hover .work-expr__img {
  width: 35px; }

.about-company__img-block {
  padding: 0 60px;
  transform: translateY(400px);
  position: relative;
  height: 100%;
  z-index: 90; }
  .about-company__img-block .about-company__img_item {
    position: absolute;
    top: 50%;
    z-index: 100; }
  .about-company__img-block .about-company__img_item:nth-child(2) {
    left: 35%;
    top: 13%; }
  .about-company__img-block .about-company__img_item:last-child {
    left: 67%;
    top: 41%; }

.work-expr-link {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99999; }

@media (max-width: 1350px) {
  .about-company {
    margin-top: 150px; } }

@media (max-width: 1200px) {
  .about-company__img_item {
    width: 15%; }
  #about-video-id {
    height: 100%; }
  .work-expr {
    margin-top: 0; }
  .work-expr__title {
    font-size: 46px;
    line-height: 46px; }
  .work-expr__item:last-child {
    margin-top: 0; }
  .work-expr__item:last-child .work-expr__subtitle {
    margin-top: 18px; }
  .work-expr__item:last-child:hover .work-expr__subtitle {
    font-size: 1.25em;
    line-height: 120%;
    margin-top: 20px; }
  .work-expr__item:last-child:hover .work-expr__title {
    margin-left: 47px;
    width: 60px; }
  .work-expr__item:last-child:hover .work-expr__img {
    width: 25px; } }

@media (max-width: 992px) {
  .about-company__wrap .main-title::after {
    margin-bottom: 18px;
    margin-top: 30px; }
  .about-company__img-block {
    display: none; }
  .work-expr__title {
    font-size: 36px;
    line-height: 36px; }
  .work-expr__subtitle {
    font-size: 0.7em;
    margin-top: 10px; }
  .work-expr__item:last-child .work-expr__subtitle {
    margin-top: 10px; }
  .work-expr__item:last-child .work-expr__img {
    width: 20px; }
  .work-expr__item:last-child:hover .work-expr__subtitle {
    font-size: 1em;
    line-height: 120%;
    margin-top: 10px; }
  .work-expr__item:last-child:hover .work-expr__title {
    margin-left: 37px;
    width: 60px; }
  .work-expr__item:last-child:hover .work-expr__img {
    width: 20px; }
  .work-expr-link {
    width: 20%;
    height: 40%;
    top: 0;
    z-index: 100; } }

@media (max-width: 768px) {
  .work-expr__subtitle {
    width: 125px;
    line-height: 120%;
    font-size: 0.56em; }
  .work-expr__title {
    font-size: 30px; }
  .work-expr__item:last-child .work-expr__img {
    width: 17px; }
  .work-expr__item:last-child:hover .work-expr__subtitle {
    font-size: 0.56em;
    line-height: 120%;
    margin-top: 10px; }
  .work-expr__item:last-child:hover .work-expr__title {
    margin-left: 0;
    width: 17px; }
  .work-expr__item:last-child:hover .work-expr__img {
    width: 17px; } }

@media (max-width: 550px) {
  .about-company__wrap {
    padding: 0 20px;
    top: 22%; }
  .mobile-main-title {
    padding-bottom: 20px; }
  .about-company {
    margin-top: 60px; }
  .work-expr {
    flex-wrap: wrap; }
  #about-video-id {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .work-expr__item {
    margin-bottom: 30px;
    flex-basis: 35%; }
  .work-expr__subtitle {
    font-size: 14px; }
  .work-expr-link {
    width: 20%;
    height: 40%;
    top: -5px;
    z-index: 100; } }

.blog-new-another-content {
  padding: 100px 60px; }

.another-content_wrapper {
  display: flex;
  align-items: flex-start; }

.another-content__title {
  margin-left: 0 !important;
  width: 350px !important; }

.another-blog__content_wrapper {
  display: flex;
  margin-left: auto; }

.blog-wrapper__item-another {
  margin-right: 40px; }

@media (max-width: 1450px) {
  .another-blog__content_wrapper {
    margin-left: 40px; }
  .another-content__title {
    font-size: 36px !important; } }

@media (max-width: 1000px) {
  .blog-new-another-content {
    padding: 50px 40px; }
  .another-blog__content_wrapper {
    margin-left: 40px; }
  .another-content__title {
    font-size: 36px !important;
    text-align: center;
    width: 100% !important;
    margin-bottom: 20px;
    order: -1 !important; }
  .another-content_wrapper {
    flex-wrap: wrap;
    justify-content: center; } }

@media (max-width: 576px) {
  .blog-new-another-content {
    padding: 50px 20px; }
  .another-blog__content_wrapper {
    flex-direction: column; }
  .blog-wrapper__item-another {
    margin-bottom: 20px; } }

.blog-content-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 150px 60px 0; }

.back-btn {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f0d0e;
  cursor: pointer; }

.back-btn img {
  margin-right: 5px; }

.blog-content__title {
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 700px;
  margin-left: -292px; }

.blog-content__date {
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-align: right;
  text-transform: uppercase;
  color: #0f0d0e; }

.blog-news__img-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 80px 0; }

.blog-news__img-wrapper img {
  width: 472px;
  height: 320px;
  position: relative; }

@media (max-width: 1400px) {
  .blog-content__title {
    margin-left: 0; } }

@media (max-width: 992px) {
  .blog-content-title {
    flex-wrap: wrap; }
  .blog-content__title {
    flex-basis: 100%;
    order: 3;
    margin-top: 20px; } }

@media (max-width: 768px) {
  .blog-content-title {
    padding: 150px 20px 0; }
  .blog-content__title {
    font-size: 30px;
    line-height: 40px; } }

.blog-content {
  padding: 0 60px;
  position: relative;
  z-index: 100;
  margin-top: -470px; }

.blog-content__wrapper {
  display: flex;
  margin-top: 0;
  margin-bottom: 120px; }

.blog-content__wrapper-item {
  max-width: 220px; }

.blog-content__wrapper-item_big {
  margin-right: auto;
  max-width: 472px; }

.blog-content__wrapper-item img {
  max-width: 220px;
  max-height: 160px; }

.blog-content__wrapper-item_big img {
  max-width: 472px;
  max-height: 436px; }

.blog-content__wrapper-item_position {
  margin-right: 32px; }

.blog-content__wrapper-item_center {
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 1600px) {
  .blog-content {
    margin-top: -255px; } }

@media (max-width: 1200px) {
  .blog-content {
    margin-top: -105px; } }

@media (max-width: 1110px) {
  .blog-content {
    margin-top: 50px;
    width: 100%; }
  .blog-content__wrapper-item_big {
    margin-right: 0;
    width: 100% !important;
    max-width: 100%; }
  .blog-content__wrapper-item_big img {
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .blog-content__wrapper {
    flex-wrap: wrap;
    margin-bottom: 80px; }
  .blog-content__wrapper-item {
    margin-bottom: 30px; }
  .blog-content__wrapper-item_center {
    margin-left: 0;
    margin-right: 0; }
  .mobile-position {
    order: 1; } }

@media (max-width: 576px) {
  .blog-content__wrapper-item_big img {
    max-height: 250px; } }

@media (max-width: 430px) {
  .blog-content {
    padding: 0 20px; } }

.blog-news {
  padding-top: 85px; }

.blog-news__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.blog-news-container {
  margin: 0 auto;
  max-width: 992px; }

.blog-news__wrapper-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin: 50px 0; }

.blog-news__wrapper-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #0f0d0e;
  margin-bottom: 25px; }

@media (max-width: 1450px) {
  .blog-news__img-wrapper img {
    width: 278px;
    height: 201px; } }

@media (max-width: 1050px) {
  .blog-news-container {
    width: 95%; }
  .blog-news__img-wrapper img {
    width: 226px;
    height: 161px; } }

@media (max-width: 700px) {
  .hide-block {
    display: none; }
  .blog-news__img-wrapper img {
    width: 373px;
    height: 264px; } }

@media (max-width: 576px) {
  .news__wrapper-title {
    font-size: 16px; }
  .blog-news__wrapper-text {
    font-size: 14px; }
  .blog-news__img-wrapper img {
    width: 297px;
    height: 264px; } }

.blog-bg {
  color: #fff;
  font-style: normal;
  position: relative;
  top: -200px;
  overflow: hidden; }

.video-container {
  width: 100%; }

.video-container video {
  max-width: 100%;
  height: 100%; }

.video-conterner-white-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(ezgif);
  z-index: 100; }

.blog-bg-title {
  position: absolute;
  left: 0;
  top: 45%;
  padding: 60px 40px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 115px;
  text-transform: uppercase;
  color: #151314;
  z-index: 100; }

@media (max-width: 1600px) {
  .blog-bg {
    top: 0; }
  .blog-bg-title {
    top: 30%; } }

@media (max-width: 576px) {
  .blog-bg-title {
    top: 15%; } }

@media (max-width: 430px) {
  .blog-bg-title {
    font-size: 55px; } }

.blog {
  padding: 0 60px;
  color: #0f0d0e;
  height: 100vh;
  background-color: #fff; }

.blog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 240px; }

.blog-title {
  font-weight: normal;
  font-size: 2.875em;
  line-height: 55px;
  text-transform: uppercase; }

.news-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #0f0d0e; }
  .news-link img {
    margin-left: 12px; }

.blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 238px; }

.blog-wrapper__item {
  width: 220px;
  position: relative; }

.blog-wrapper__item:nth-child(4) {
  width: 472px;
  margin-top: -276px; }

.blog-wrapper__date {
  font-weight: normal;
  font-size: 0.625em;
  line-height: 160%;
  text-transform: uppercase;
  color: #9f9e9f;
  margin-top: 20px; }

.blog-wrapper__title {
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-transform: uppercase;
  margin-top: 0.625em; }

.blog-btn__wrapper {
  justify-content: center;
  margin-top: 20px;
  display: none; }

.blog-btn {
  padding: 12px 50px 11px;
  background: #c81947;
  border-radius: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none;
  text-decoration: none; }

.blog-wrapper__item-link {
  height: 100%;
  width: 100%;
  position: absolute; }

@media (max-width: 1500px) {
  .blog-wrapper {
    margin-top: 100px; }
  .blog-wrapper__item {
    width: 140px; }
  .blog-wrapper__item:nth-child(4) {
    width: 255px;
    margin-top: -133px; } }

@media (max-width: 1400px) {
  .blog {
    height: inherit;
    padding-bottom: 100px; } }

@media (max-width: 992px) {
  .blog {
    height: initial;
    padding-bottom: 70px;
    padding-top: 50px; }
  .blog-wrapper {
    margin-top: 110px; }
  .blog-header {
    padding-top: 0; }
  .blog-wrapper__item {
    width: 100px; }
  .blog-wrapper__title {
    font-weight: normal;
    font-size: 10px;
    line-height: 118%;
    text-transform: uppercase;
    margin-top: 0.625em; }
  .blog-wrapper__item:nth-child(4) {
    width: 200px;
    margin-top: -111px; } }

@media (max-width: 768px) {
  .blog-wrapper {
    flex-direction: column; }
  .blog-wrapper__item {
    margin-bottom: 20px;
    width: 100%; }
  .blog-wrapper__item:nth-child(4) {
    margin-top: 0;
    width: 100%;
    order: -1; }
  .mobile-hide {
    display: none; }
  .blog-btn__wrapper {
    display: flex; } }

@media (max-width: 550px) {
  .blog {
    margin: 30px 0;
    padding: 0 30px; }
  .blog-wrapper {
    margin-top: 20px; } }

@media (max-width: 400px) {
  .blog-title {
    font-size: 2em; }
  .news-link {
    font-size: 14px; } }

@media (max-height: 800px) {
  .blog-header {
    padding-top: 30px; } }

.contacts-info {
  padding: 0 120px;
  margin-top: 260px; }

.contacts-title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase; }

.contacts-main-title-link {
  color: #0f0d0e;
  text-decoration: none; }

.contacts-main-title-link:hover {
  color: #c81947; }

.contacts-wrapper {
  display: flex;
  justify-content: space-between; }

.contacts-wrapper__item-tel {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-top: 50px;
  display: flex;
  flex-direction: column; }

.contacts-title-link {
  color: #0f0d0e;
  text-decoration: none; }

.contacts-title-link:hover {
  color: #c81947; }

.contacts-wrapper__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 663px;
  text-decoration: none;
  margin-top: 50px; }

.contacts-wrapper__item-link {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 663px;
  text-decoration: none;
  margin-top: 50px; }

.contacts-wrapper__item-inst:hover {
  color: #c81947; }

@media (max-width: 1150px) {
  .contacts-wrapper {
    display: block; } }

@media (max-width: 992px) {
  .contacts-info {
    padding: 0 60px;
    margin-top: 50px; }
  .foam-header-bg-container img {
    -o-object-fit: cover;
       object-fit: cover; } }

@media (max-width: 760px) {
  .contacts-info {
    padding: 0 20px;
    margin-top: 50px; } }

@media (max-width: 400px) {
  .contacts-info {
    margin-top: 80px; }
  .contacts-title {
    font-size: 22px;
    line-height: 55px; }
  .contacts-wrapper__item-tel {
    font-size: 15px;
    margin-top: 25px; }
  .contacts-wrapper__item-text {
    font-size: 15px;
    margin-top: 50px; }
  .contacts-wrapper__item-link {
    font-size: 15px; } }

.map-wrapper iframe {
  width: 100%; }

.cutting-adv {
  padding: 0 60px;
  margin-top: 160px;
  padding-bottom: 150px; }

.cutting-adv-wrapper {
  display: flex;
  justify-content: space-between; }

.cutting-adv__img {
  margin-right: 20px; }

.cutting-adv__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 724px;
  margin-top: 200px; }

.goods-item_description_mockap {
  color: #c81947; }

@media (max-width: 992px) {
  .cutting-adv__text {
    font-size: 16px;
    margin-top: 100px; }
  .cutting-adv {
    padding-bottom: 100px;
    margin-top: 100px; } }

@media (max-width: 576px) {
  .cutting-adv {
    margin-top: 40px;
    padding: 0 20px; }
  .cutting-adv__img {
    margin-right: 10px; }
  .cutting-adv-wrapper {
    display: block; }
  .cutting-adv-wrapper img {
    margin-bottom: 40px; } }

.duplicate-description {
  padding: 0 60px; }

.duplicate-description-wrapper {
  display: flex;
  justify-content: space-between; }

.duplicate-description-wrapper__item:first-child {
  max-width: 724px; }

.duplicate-description__text {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-bottom: 100px; }

.duplicate-description__list-item {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-bottom: 30px; }

.duplicate-description__wrapper-btn {
  margin-top: 112px; }

.duplicate-description__btn {
  padding: 12px 22px 11px;
  border: 1px solid #0f0d0e;
  border-radius: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #0f0d0e;
  background-color: #fff; }

.duplicate-description__btn:hover {
  background: #c81947;
  color: #fff;
  border: none; }

@media (max-width: 992px) {
  .duplicate-description-wrapper {
    display: block; } }

@media (max-width: 576px) {
  .duplicate-description {
    padding: 0 20px; }
  .duplicate-description__text {
    font-size: 26px;
    line-height: 41px;
    margin-bottom: 50px; }
  .duplicate-description__list-item {
    font-size: 16px;
    line-height: 100%; }
  .duplicate-description__wrapper-btn {
    margin-top: 65px; }
  .duplicate-description__wrapper-btn:last-child {
    text-align: center; } }

@media (max-width: 430px) {
  .duplicate-description__text {
    font-size: 20px;
    line-height: 32px; }
  .duplicate-description__list-item {
    font-size: 14px; }
  .duplicate-description__btn {
    padding: 10px;
    font-size: 9px; }
  .duplicate-tab__item {
    font-size: 14px !important;
    line-height: 100%; }
  .duplicate-tab__btn {
    padding: 7px;
    font-size: 10px; } }

.duplicate-serv {
  padding: 0 60px;
  margin-top: 100px; }

.duplicate-serv__title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e; }

.duplicate-serv__title span {
  font-size: 30px;
  text-transform: lowercase;
  display: block; }

.duplicate-wrapper {
  margin-top: 67px;
  display: flex; }

.duplicate-slider {
  position: relative;
  margin-right: 32px !important;
  width: 50.83vw;
  margin-left: 0 !important; }

.duplicate-slide {
  width: 50.83vw;
  position: absolute; }

.duplicate-slide img {
  height: 802px;
  position: absolute; }

.active-slide {
  opacity: 1;
  transition: opacity 0.5s; }

.duplicate-arrow {
  position: absolute;
  top: 50%;
  z-index: 102; }

.duplicate-arrow.prev {
  left: 20px; }

.duplicate-arrow.next {
  right: 20px; }

.duplicate-tab__item {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #151314;
  width: 472px; }

.duplicate-tab__item:not(:first-child) {
  padding-top: 34px; }

.duplicate-tab__item::before {
  content: '';
  display: block;
  max-width: 472px;
  height: 1px;
  background-color: #0f0d0e;
  margin-bottom: 34px; }

.duplicate-tab__btn {
  padding: 12px 22px 11px;
  background: #c81947;
  border-radius: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: none; }

.duplicate-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 127px;
  padding-bottom: 150px; }

.duplicate-note__title {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #0f0d0e; }

@media (max-width: 1500px) {
  .duplicate-wrapper {
    justify-content: space-between; }
  .duplicate-slide img {
    height: 495px;
    width: 50.83vw; }
  .duplicate-tab__item::before {
    margin-bottom: 18px; }
  .duplicate-tab__item {
    font-size: 16px; }
  .duplicate-tab__item:not(:first-child) {
    padding-top: 20px; } }

@media (max-width: 1270px) {
  .duplicate-wrapper {
    flex-wrap: wrap; }
  .duplicate-slider {
    width: 100%;
    height: 880px;
    margin-right: 0 !important; }
  .duplicate-slide img {
    width: 100%;
    height: 880px; }
  .active-slide {
    width: 100%; }
  .duplicate-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .duplicate-tab__item {
    margin-top: 50px; }
  .duplicate-tab__item:not(:first-child) {
    padding-top: 0; }
  .duplicate-tab__item::before {
    display: none; } }

@media (max-width: 992px) {
  .duplicate-wrapper {
    margin-top: 0; }
  .duplicate-slider {
    width: 100%;
    height: 600px; }
  .duplicate-slide img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (max-width: 576px) {
  .duplicate-serv {
    padding: 0 20px;
    margin-top: 75px; }
  .duplicate-tabs {
    flex-direction: column; }
  .duplicate-tab__item {
    margin-top: 35px;
    width: initial; }
  .duplicate-note {
    margin-top: 88px;
    padding-bottom: 85px; }
  .duplicate-tab__item:last-child {
    text-align: center; }
  .duplicate-slider {
    height: 470px; }
  .duplicate-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 470px; }
  .duplicate-arrow.next {
    right: 10px; }
  .duplicate-arrow.prev {
    left: 10px; } }

@media (max-width: 430px) {
  .duplicate-serv__title {
    font-size: 21px;
    line-height: 40px; }
  .duplicate-arrow img {
    width: 70%; }
  .duplicate-slider {
    height: 315px; }
  .duplicate-slide img {
    -o-object-fit: inherit;
       object-fit: inherit;
    height: 330px; }
  .duplicate-arrow.next {
    right: 0; } }

.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-wrap: wrap;
  flex-direction: column; }

.error-page__title {
  font-style: normal;
  font-weight: bold;
  font-size: 198px;
  line-height: 238px;
  text-align: center;
  text-transform: uppercase;
  color: #0f0d0e; }

.error-page-subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-top: 14px; }

.foam-description-wrapper {
  padding: 0 60px;
  padding-top: 50px;
  background-color: #fff; }

.foam-description {
  display: flex;
  justify-content: space-between; }

.foam-description__item:first-child {
  max-width: 724px; }

.foam-description__text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e; }
  .foam-description__text span {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }

.foam-description__subtext {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-top: 60px; }

.foam-description-collection {
  display: flex;
  justify-content: center; }

.collection-item {
  max-width: 116px; }

.collection-item:nth-child(2) {
  margin-left: 124px;
  margin-right: 144px; }

.collection-item__icon {
  background: #f4f4f4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.collection-item__title {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 180%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-top: 22px; }

.collection-clarify {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #c81947; }

.collection-clarify::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #e8e7e8;
  margin-top: 60px;
  margin-bottom: 20px; }

.personal-foam {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  width: 100%;
  letter-spacing: 1px; }

.personal-foam::before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #0f0d0e;
  margin-top: 89px;
  margin-bottom: 40px; }

@media (max-width: 1500px) {
  .foam-description__item {
    width: 550px; }
  .foam-description__item:first-child {
    width: 550px; }
  .collection-item:nth-child(2) {
    margin-left: 110px;
    margin-right: 110px; } }

@media (max-width: 1250px) {
  .foam-description__item {
    width: 350px; }
  .foam-description__item:first-child {
    width: 460px; }
  .collection-item:nth-child(2) {
    margin-left: 25px;
    margin-right: 0; }
  .foam-description__text {
    font-size: 18px; } }

@media (max-width: 992px) {
  .foam-description-wrapper {
    margin-top: 50px;
    padding-top: 0; }
  .foam-description {
    display: block; }
  .foam-description__item {
    width: 100%; }
  .foam-description__item:last-child {
    margin-top: 100px; }
  .foam-description-collection {
    justify-content: center;
    padding-bottom: 0; }
  .collection-item:nth-child(2) {
    margin-left: auto;
    margin-right: auto; }
  .about-collection {
    padding-top: 80px; } }

@media (max-width: 768px) {
  .foam-description-collection-mobile {
    flex-direction: row;
    justify-content: space-between; }
  .collection-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 565px) {
  .foam-description-wrapper {
    margin-top: 50px;
    padding: 0 20px; }
  .foam-description__item:last-child {
    margin-top: 40px; }
  .collection-item-mobile {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 110px; }
  .collection-item__title {
    font-size: 11px; }
  .foam-description-collection {
    padding-bottom: 0; }
  .foam-description-collection-mobile {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row; }
  .foam-description__item:first-child {
    width: 300px; }
  .collection-clarify::before {
    margin-top: 30px; } }

.foam-goods {
  padding: 0 60px;
  margin-top: 50px; }

.foam-goods::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #0f0d0e;
  margin-top: 100px; }

.goods {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.goods-item {
  max-width: 37.71vw;
  margin-bottom: 78px;
  transition: 0.35s; }

.goods-item.active {
  z-index: 102;
  border: none; }

.goods-item:hover {
  transform: scale(1.1);
  filter: none; }

.good-item__title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e;
  padding-top: 40px;
  position: relative; }

.order-btn {
  width: 6.25vw;
  height: 6.25vw;
  border-radius: 50%;
  border: none;
  background-color: #0f0d0e;
  font-style: normal;
  font-weight: bold;
  font-size: 0.63vw;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  right: 20%;
  bottom: -3.02vw;
  opacity: 0;
  transition: 0.5s ease-in-out; }

.order-btn.active {
  display: block; }

.good-item__title::after {
  content: '';
  display: block;
  height: 2px;
  max-width: 724px;
  background: #e8e7e8;
  margin-top: 40px; }

.good-item__list {
  margin-top: 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #3d3b3c;
  margin-bottom: 60px; }

.list-info__icon {
  cursor: pointer; }

.good-item__list-item {
  display: flex;
  align-items: center; }

.good-item__list-item img {
  margin-left: 4px;
  margin-bottom: 2px; }

.goods-item_description {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #3d3b3c; }

.goods-item__table {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #3d3b3c;
  margin-top: 20px;
  cursor: pointer; }

.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 271px;
  background-color: #0f0d0e;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  padding: 20px;
  position: absolute;
  z-index: 1;
  left: 150%;
  top: -4px; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 17%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #0f0d0e transparent transparent; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.backdrop {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(ezgif);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1; }

.backdrop.active {
  left: 0;
  opacity: 1;
  z-index: 101; }

.goods-item_description a {
  text-decoration: none;
  color: #c81947; }

.foam-description__subtext a {
  text-decoration: none;
  color: #c81947; }

@media (max-width: 1050px) {
  .goods-item {
    max-width: 640px;
    margin-bottom: 78px; }
  .order-btn {
    width: 100px;
    height: 100px;
    font-size: 12px;
    bottom: -47px;
    right: 5%; }
  .foam-goods::after {
    margin-top: 50px; } }

@media (max-width: 768px) {
  .order-btn {
    width: 100px;
    height: 100px;
    bottom: -47px;
    right: 5%; } }

@media (max-width: 576px) {
  .foam-goods {
    padding: 0 20px; }
  .foam-goods::after {
    margin-top: 0; }
  .order-btn {
    font-size: 10px; }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
    left: 0;
    top: 35px; }
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
    margin-top: -20px; } }

@media (max-width: 440px) {
  .good-item__title {
    font-size: 40px; }
  .order-btn {
    width: 80px;
    height: 80px;
    bottom: -38px; }
  .goods-item:hover {
    transform: none;
    filter: none; } }

@media (max-width: 380px) {
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -75px;
    left: 0;
    top: 35px; }
  .tooltip .tooltiptext::after {
    display: none; } }

.foam-service-adv {
  padding: 0 60px;
  margin-top: 200px; }

.service-adv__title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase; }

.service-adv {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.service-adv__item {
  width: 472px;
  margin-bottom: 133px; }

.service-adv__item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #151314;
  margin-top: 30px; }

.service-adv__item:last-child {
  display: flex;
  align-items: center;
  justify-content: center; }

.service-adv__btn {
  background-color: #c81947;
  border: none;
  border-radius: 50px;
  padding: 12px 22px 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

@media (max-width: 992px) {
  .service-adv__title {
    font-size: 37px; }
  .foam-service-adv {
    padding: 0 60px;
    margin-top: 0; }
  .service-adv__item {
    margin-bottom: 90px; } }

@media (max-width: 576px) {
  .foam-service-adv {
    padding: 0 20px;
    margin-top: 50px; }
  .service-adv__item {
    margin-bottom: 70px; } }

@media (max-width: 430px) {
  .service-adv__title {
    font-size: 22px;
    line-height: 34px; }
  .service-adv__item-title {
    font-size: 16px; } }

.foam-service-title {
  margin-top: 325px; }

.service-title {
  max-width: 1219px;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 96px;
  line-height: 115px;
  text-align: center;
  text-transform: uppercase;
  color: #151314;
  margin-bottom: 60px; }

.service-title__bg img {
  width: 100%; }

.service-description {
  padding: 0 60px;
  margin-top: 160px;
  display: flex;
  justify-content: space-between; }

.service-description__item {
  max-width: 724px;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e; }

@media (max-width: 1470px) {
  .service-description__item {
    margin-right: 40px; }
  .cutting-adv__img img {
    max-width: 80%; } }

@media (max-width: 992px) {
  .service-title {
    font-size: 67px; }
  .service-description__item {
    font-size: 16px; }
  .service-description {
    margin-top: 80px; } }

@media (max-width: 768px) {
  .foam-service-title {
    margin-top: 186px; }
  .service-title {
    font-size: 55px;
    line-height: 85px; } }

@media (max-width: 576px) {
  .service-title {
    font-size: 40px; }
  .service-description {
    display: block;
    padding: 0 20px;
    margin-top: 50px; }
  .service-description__item {
    margin-bottom: 40px; }
  .service-title__bg img {
    height: 260px;
    -o-object-fit: cover;
       object-fit: cover; }
  .duplicate-note {
    margin-top: 88px;
    padding-bottom: 85px; } }

@media (max-width: 420px) {
  .service-title {
    line-height: 57px;
    font-size: 33px; }
  .service-description__item {
    font-size: 14px; } }

.foam-header-block {
  color: #fff;
  font-style: normal;
  position: relative; }

.foam-header-bg-container {
  width: 100%; }

.foam-header-bg-container img {
  width: 100%;
  height: 500px; }

.foam-title-block {
  width: 100%;
  position: absolute;
  bottom: 60px; }

.foam-page-title {
  font-weight: normal;
  font-size: 96px;
  line-height: 115px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin-top: 344px; }

.foam-page-title-left {
  text-align: left;
  padding: 0 60px; }

@media (max-width: 620px) {
  .foam-page-title {
    font-size: 80px; } }

@media (max-width: 565px) {
  .foam-page-title {
    font-size: 50px;
    line-height: 140px; }
  .foam-header-bg-container img {
    -o-object-fit: cover;
       object-fit: cover; } }

@media (max-width: 420px) {
  .foam-title-block {
    bottom: 105px; }
  .foam-page-title {
    font-size: 50px;
    line-height: 57px; } }

@media (max-width: 400px) {
  .foam-page-title-left {
    font-size: 36px; } }

.foam-block {
  padding: 0 60px;
  background-color: #fff;
  height: 100vh; }

.about-company .container-animate {
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%; }

.about-company .container-animate-wrapper {
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%; }

.panel .container-animate {
  opacity: 0; }

.foam-title {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  padding-top: 164px; }

.foam {
  display: flex;
  justify-content: space-between; }

.foam-item {
  display: flex; }

.foam-item__wrap * {
  transition: all 0.35s ease; }

.foam-item__wrap {
  margin-top: 60px; }

.foam-item__wrap:nth-child(2) {
  margin-left: 32px;
  margin-right: 32px; }

.foam-item__text {
  margin-bottom: 15px; }

.foam-item__text-link {
  font-weight: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #9f9e9f;
  text-decoration: none;
  display: inline-block; }

.foam-item__text-link::before,
.foam-item__text-link::after {
  position: absolute;
  transition: all 0.35s ease; }

.foam-item__text-link::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: attr(data-hover); }

.foam-item__animate-link:hover .foam-item__text-link {
  transform: translateY(-100%); }

.foam-item__title {
  font-weight: bold;
  font-size: 0.75em;
  line-height: 180%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-top: 20px;
  display: inline-block;
  overflow: hidden; }

.foam-item__animate-link {
  overflow: hidden; }

.foam-line {
  content: '';
  display: block;
  max-width: 220px;
  height: 1px;
  background: #ededed;
  margin-bottom: 20px;
  border: none; }

.foam-link {
  cursor: pointer;
  text-decoration: none;
  color: #0f0d0e;
  position: relative;
  display: inline-block; }

.foam-link::before,
.foam-link::after {
  position: absolute;
  transition: all 0.35s ease; }

.foam-link::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: attr(data-hover); }

.foam-item__title:hover .foam-link {
  transform: translateY(-100%); }

.foam-item:last-child {
  width: 505px;
  flex-wrap: wrap; }
  .foam-item:last-child .foam-item__title {
    width: 220px; }
  .foam-item:last-child .foam-item__title::after {
    display: none; }

.foam-shipment__wrap {
  display: flex;
  align-items: center; }

.foam-shipment::before {
  content: '';
  display: block;
  max-width: 736px;
  height: 1px;
  background-color: #ededed;
  margin-bottom: 40px; }

.shipment-title {
  font-weight: 900;
  font-size: 0.75em;
  line-height: 14px;
  text-transform: uppercase;
  color: #0f0d0e; }

.shipment {
  display: flex;
  align-items: center;
  margin-left: 57px; }

.shipment-item {
  font-weight: normal;
  font-size: 0.75em;
  line-height: 14px;
  text-transform: uppercase;
  color: #777677;
  display: flex;
  align-items: center;
  margin-right: 40px; }
  .shipment-item img {
    margin-right: 10px; }

.foam-shipment-mobile {
  display: none; }

@media (max-width: 1390px) {
  .foam-item__wrap {
    margin-right: 30px; }
  .foam-item__wrap:nth-child(2) {
    margin-left: 0;
    margin-right: 0; }
  .foam-item {
    justify-content: space-between; } }

@media (max-width: 1200px) {
  .foam {
    display: block; }
  .foam-block {
    height: initial; }
  .foam-item:last-child {
    width: 100%;
    margin-bottom: 80px; } }

@media (max-width: 1024px) {
  .panel .container-animate {
    opacity: 1; }
  .about-company__img-block {
    display: none; }
  .foam-item__text-link::after {
    display: none; } }

@media (max-width: 992px) {
  .foam-title {
    padding-top: 40px; }
  .foam-block {
    margin-top: 60px; }
  .foam-item__wrap {
    margin-right: 15px;
    width: 199px; }
  .foam-item__wrap:nth-child(2) {
    margin-left: 0;
    margin-right: 15px; }
  .foam-item:last-child .foam-item__title {
    width: 199px; }
  .shipment {
    margin-left: 20px; }
  .shipment-item {
    margin-right: 20px; } }

@media (max-width: 768px) {
  .foam-item {
    display: flex;
    flex-wrap: wrap; }
  .foam-shipment__wrap {
    flex-wrap: wrap; }
  .shipment-title {
    flex-basis: 100%; }
  .shipment {
    margin-left: 0;
    margin-top: 20px; }
  .shipment-item {
    margin-right: 10px; } }

@media (max-width: 576px) {
  .foam-block {
    margin-top: 5px;
    padding: 0 20px; }
  .foam-item__wrap {
    margin-top: 30px;
    width: 125px; }
  .foam-item:last-child {
    margin-bottom: 40px; }
  .foam-shipment {
    display: none; }
  .shipment {
    flex-wrap: wrap; }
  .foam-shipment-mobile {
    display: flex;
    margin-top: 20px; }
  .shipment-item {
    margin-bottom: 15px;
    width: 80px; }
  .foam-item__title {
    max-width: 125px; } }

@media (max-width: 450px) {
  .foam-block {
    padding: 0 20px; }
  .foam-item__wrap {
    width: 125px; }
  .shipment-item img {
    margin-right: 5px; }
  .shipment-item {
    margin-right: 5px; } }

.footer {
  background: #0f0d0e;
  color: #fff;
  padding: 0 60px;
  padding-bottom: 50px;
  transition: 1s;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.link-wrapper {
  padding-top: 120px;
  display: flex;
  justify-content: center; }

.footer-link-wrapper {
  max-width: 992px; }

.footer-link::after {
  content: '';
  display: block;
  height: 1px;
  width: inherit;
  background-color: #fff;
  opacity: 0;
  transition: 1s; }

.footer-link-wrapper:hover .footer-link::after {
  opacity: 1; }

.footer-link {
  font-weight: normal;
  font-size: 70px;
  line-height: 84px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff; }

.footer-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 135px; }

.footre-image-wrapper__img {
  width: 94px;
  height: 94px;
  transition: 0.5s ease-in-out; }

.footer-slider {
  overflow-x: hidden; }

.mobile-footer-image__slider-wrapper {
  display: none; }

.image-link {
  font-weight: bold;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  margin-left: 32px;
  margin-right: 153px; }
  .image-link i {
    color: #c81947;
    margin-left: 16px; }

.footer-wrapper {
  display: flex;
  margin-top: 100px;
  justify-content: space-between; }

.footer-list__item {
  margin-bottom: 20px; }

.footer-list__link {
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s ease-out; }

.footer-list__link-inactive {
  pointer-events: none;
  cursor: default; }

.footer-list__link:hover {
  color: #c81947; }

.footer-wrap__item {
  display: flex;
  align-items: self-start; }
  .footer-wrap__item .footer-list__link {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
  .footer-wrap__item .footer-list__item {
    margin-bottom: 6px; }
  .footer-wrap__item .footer-list__item:nth-child(2) {
    margin-top: 20px; }

.footer-logo {
  display: flex;
  align-items: center; }
  .footer-logo img {
    margin-right: 30px; }

.footer-logo::after {
  content: '';
  display: flex;
  width: 1px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 30px;
  margin-left: 30px; }

.footer-list {
  display: flex;
  flex-direction: column;
  margin-right: 178px; }

.footer-list:last-child {
  margin-right: 0; }

.footer-item {
  display: flex; }

.development {
  font-weight: normal;
  font-size: 11px;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-left: 56px;
  margin-top: 20px;
  color: #fff;
  text-decoration: none; }

.fa-heart {
  transition: 1s; }

.hidden {
  display: none; }

.footer-list__item_upper {
  text-transform: uppercase; }

@media (max-width: 1600px) {
  .footer-link {
    font-size: 60px; }
  .image-link {
    margin-left: 0;
    margin-right: 0; }
  .footre-image-wrapper__img {
    width: 70px;
    height: 70px; }
  .image-link i {
    margin-left: 3px; }
  .footer-list {
    margin-right: 0; }
  .footer-logo img {
    margin-right: 15px; }
  .footer-logo::after {
    margin-right: 15px;
    margin-left: 15px; }
  .footer-list__item {
    width: 180px; } }

@media (max-width: 992px) {
  .footer {
    height: initial; }
  .footer-link {
    font-size: 47px;
    line-height: 50px; }
  .footer-image-wrapper {
    flex-wrap: wrap;
    margin-top: 145px; }
  .footer-image-link {
    order: -1;
    flex-basis: 100%;
    margin-bottom: 50px; }
  .footer-wrapper {
    flex-wrap: wrap; }
  .footer-item:last-child {
    margin-top: 40px; }
  .footer-list:first-child {
    margin-right: 85px; } }

@media (max-width: 768px) {
  .footer-image-wrapper__link:last-child {
    display: none; }
  .footer-image-wrapper__link:nth-child(2) {
    display: none; }
  .footer-image-wrapper__link:nth-child(3) {
    display: none; }
  .footer-list__item-menu:first-child {
    margin-right: 20px; }
  .footer-mobile-list {
    margin-left: 0; }
  .footer-item {
    width: 100%; }
  .footer-item:first-child {
    order: 1;
    margin-top: 40px;
    position: relative; }
  .footer-item:last-child {
    flex-basis: 100%; }
  .footer-wrapper {
    flex-wrap: wrap;
    margin-top: 10px; }
  .footer-wrap__item {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .footer-logo {
    flex-direction: column;
    margin-left: -65px; }
  .footer-logo::after {
    width: 199px;
    height: 1px;
    margin: 20px 0; }
  .footer-logo img {
    position: absolute;
    left: 0;
    margin-right: 0; }
  .development {
    text-align: center;
    margin-left: -135px;
    margin-top: 50px; }
  .footer-image-wrapper {
    display: none; }
  .mobile-footer-image__slider-wrapper {
    display: block;
    margin-top: 50px; } }

@media (max-width: 576px) {
  .footer {
    padding-left: 30px;
    padding-right: 30px; }
  .link-wrapper {
    padding-top: 70px; }
  .footer-image-wrapper {
    margin-top: 60px; }
  .footer-wrapper {
    margin-top: 25px; }
  .footer-image-wrapper__link:nth-child(4) {
    display: none; }
  .footer-image-wrapper__link:nth-child(5) {
    display: none; }
  .footer-list {
    margin-right: 0; }
  .footer-list__item-menu:first-child {
    margin-right: -20px; }
  .footer-list:first-child {
    margin-right: 0; }
  .footer-logo {
    margin-left: 17px; }
  .development {
    margin-left: -54px; } }

@media (max-width: 430px) {
  .link-wrapper {
    margin-top: 0; }
  .footer-link {
    font-size: 19px; }
  .image-link {
    font-size: 15px; }
  .footer-image-wrapper__link:nth-child(6) {
    display: none; }
  .footer-slider__img {
    height: 70px; }
  .footer-slider__img a img {
    height: 70px; } }

@media (max-width: 375px) {
  .footer-list__item-menu:first-child {
    margin-right: -70px; } }

.header {
  background: transparent;
  color: #fff;
  font-style: normal; }

#header {
  position: fixed;
  width: 100%;
  z-index: 103; }
  #header .container {
    padding: 40px 60px;
    display: flex;
    align-items: center; }

#header.bg {
  background: rgba(255, 255, 255, 0.7); }

.logo {
  position: absolute; }

.logo-img {
  -webkit-animation: fade 5s linear infinite;
          animation: fade 5s linear infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  transition: 0.5s; }

.header-menu {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px 9px;
  font-weight: bold;
  font-size: 0.6875em;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #0f0d0e;
  transition: 0.5s; }
  .header-menu span {
    font-size: 0.875em;
    margin-right: 6px; }

.header-btns {
  position: absolute;
  right: 60px;
  display: flex; }

.header-btns__item {
  overflow: hidden;
  display: inline-block; }

.header-links {
  font-weight: bold;
  font-size: 0.6875em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: 0.35s;
  position: relative;
  display: inline-block; }

.header-links-black {
  font-weight: bold;
  font-size: 0.6875em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  color: #151314;
  transition: 0.35s;
  position: relative;
  display: inline-block; }

.header-links-black:last-child {
  margin-left: 106px; }

.header-links:last-child {
  margin-left: 106px; }

.header-links::before,
.header-links::after {
  position: absolute;
  transition: all 0.35s ease; }

.header-links::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: attr(data-hover); }

.header-links:hover {
  transform: translateY(-100%); }

.header-links-black::before,
.header-links-black::after {
  position: absolute;
  transition: all 0.35s ease; }

.header-links-black::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: attr(data-hover); }

.header-links-black:hover {
  transform: translateY(-100%); }

#menu {
  background-color: #fff;
  color: #0f0d0e;
  height: 100vh;
  position: fixed;
  z-index: 102;
  width: 100%;
  transform: translateY(-450%);
  transition: 0.5s; }
  #menu .container {
    position: relative;
    height: 100%; }
  #menu .menu-container {
    margin: 0 auto;
    padding: 0 60px;
    padding-top: 160px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    height: 100%; }
  #menu .nav {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-top: 120px;
    max-width: 420px; }

#menu.visible {
  transform: translateY(0); }

.header-menu.visible {
  color: #fff;
  background-color: #151314;
  border: 1px solid #151314; }

.btn-black {
  color: #fff;
  background-color: #151314;
  border: 1px solid #151314; }

.header-links.visible {
  color: #151314; }

.nav-link {
  font-weight: normal;
  font-size: 1.25em;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0d0e;
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative; }

.nav-link__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  opacity: 0;
  height: 0;
  transition: 0.35s; }

.nav-link__list.active {
  opacity: 1;
  height: auto;
  transition: 0.35s; }

.nav-link__list-item_link {
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0d0e; }

.nav-link__list-item_link:hover {
  color: #c81947; }

.nav-link__list-item {
  margin-bottom: 5px; }

.nav-link__list-item:first-child::before {
  content: '';
  height: 1px;
  width: inherit;
  background: #e8e7e8;
  display: block;
  margin: 20px 0; }

.nav-link__list-item::after {
  content: '';
  height: 1px;
  width: inherit;
  background: #e8e7e8;
  display: block;
  margin: 20px 0; }

.open-help-menu {
  cursor: pointer;
  transition: 0.35s; }

.open-help-menu.active {
  margin-bottom: 10px;
  transition: 0.35s; }

.nav-link:hover::before {
  content: url("../images/menu-hover1.png");
  background-size: 50% auto;
  display: flex;
  position: absolute;
  left: -222px; }

.nav-link:nth-child(2):hover::before {
  content: url("../images/menu-hover2.png"); }

.nav-link:nth-child(3):hover::before {
  content: url("../images/menu-hover3.png"); }

.nav-link:nth-child(4):hover::before {
  content: url("../images/menu-hover4.png"); }

.nav-link:hover {
  color: #c81947; }

.about-company {
  display: flex;
  flex-direction: column; }

.about-company__menu {
  margin-top: 120px;
  width: 220px;
  position: inherit; }

.about-company__list-item {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px; }

.about-company__link {
  font-weight: bold;
  font-size: 0.6875em;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f0d0e;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.35s; }

.about-company__link::before,
.about-company__link::after {
  position: absolute;
  transition: all 0.35s ease; }

.about-company__link::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: attr(data-hover); }

.about-company__link:hover {
  transform: translateY(-100%); }

.header-line {
  width: 80px; }

.about-company__list-item:nth-child(4)::after {
  margin-top: 10px; }

.social-link {
  position: absolute;
  right: 60px;
  bottom: 9%;
  overflow: hidden;
  display: inline-block; }

.menu-lang__btns {
  margin-top: 100px; }

.lang-btn {
  font-weight: bold;
  font-size: 0.6875em;
  line-height: 13px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #0f0d0e;
  border: none;
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%; }

.lang-btn:hover {
  color: #c81947;
  border-color: #c81947; }

.lang-btn:last-child {
  margin-left: 7px; }

.lang-btn.active {
  border: 1px solid #0f0d0e; }

.inst {
  font-weight: bold;
  font-size: 0.6875em;
  line-height: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0f0d0e;
  position: relative;
  display: inline-block;
  transition: 0.35s; }

.inst::before,
.inst::after {
  position: absolute;
  transition: all 0.35s ease; }

.inst::after {
  position: absolute;
  left: 0;
  top: 100%;
  content: attr(data-hover); }

.inst:hover {
  transform: translateY(-100%); }

.menu-lang__btns-block {
  position: absolute;
  bottom: 10%; }

@media (max-width: 1200px) {
  .social-link {
    bottom: 10.5%; } }

@media (max-width: 992px) {
  .header-links:last-child {
    margin-left: 50px; }
  .header-links-black:last-child {
    margin-left: 50px; }
  .nav-link:hover::before {
    content: ''; } }

@media (max-width: 768px) {
  .header-links:last-child {
    margin-left: 15px; }
  .header-links-black:last-child {
    margin-left: 15px; }
  .header-menu {
    padding: 7px 13px 7px;
    font-size: 0.61em; }
  .nav-link {
    font-size: 15px;
    margin-bottom: 30px; }
  .hide-btn {
    display: none; }
  #menu .menu-container {
    display: flex;
    justify-content: space-between; }
  .social-link {
    bottom: 9.5%; } }

@media (max-width: 576px) {
  #header .container {
    padding: 40px 20px; }
  #header .menu-container {
    padding: 25px 20px;
    padding-top: 120px; }
  #menu .menu-container {
    padding-left: 20px;
    padding-right: 20px; }
  #menu .nav {
    flex-basis: 100%;
    margin-top: 0; }
  .about-company__menu {
    margin-top: -140px;
    width: 100%; }
  .header-btns {
    right: 20px; }
  .nav-link {
    margin-bottom: 25px; }
  .about-company__link {
    padding: 5px 0; }
  .about-company__list-item {
    margin-bottom: 0; }
  .about-company__list-item:nth-child(4) {
    display: none; }
  .about-company__list-item:nth-child(5) {
    position: absolute;
    right: 0; }
  .about-company__list-item:nth-child(6) {
    position: absolute;
    right: 0;
    top: 28px; }
  .social-link {
    bottom: 7%;
    right: 20px; } }

@media (max-height: 800px) {
  #menu .nav {
    margin-top: 0;
    max-width: 480px; }
  .about-company__menu {
    margin-top: 0; }
  .nav-link {
    font-size: 1em;
    margin-bottom: 20px; }
  .about-company__link {
    font-size: 0.6em;
    padding-bottom: 10px; } }

@media (max-height: 600px) {
  .menu-lang {
    margin-top: 50px; }
  .nav-link {
    margin-bottom: 20px; }
  .menu-lang__btns {
    margin-left: 0;
    margin-right: auto; }
  .nav-link__list-item:first-child::before {
    margin: 5px 0; }
  .nav-link__list-item::after {
    margin: 5px 0; } }

@media (max-height: 480px) {
  .nav-link {
    font-size: 0.56em;
    margin-bottom: 23px; }
  .about-company__link:nth-child(3)::after {
    margin-top: 15px;
    margin-bottom: 10px; } }

@media (max-height: 420px) {
  .menu-lang {
    margin-top: 25px; }
  .social-link {
    bottom: 12%; }
  #menu .menu-container {
    padding-top: 125px; } }

@media (max-height: 375px) {
  .menu-lang__btns-block {
    left: 60px; }
  #menu .menu-container {
    position: static; } }

@media (max-width: 340px) {
  #menu .menu-container {
    padding-top: 120px; }
  .nav-link {
    margin-bottom: 11px;
    font-size: 14px; }
  .lang-btn {
    width: 30px;
    height: 30px; }
  .menu-lang__btns {
    margin-top: 80px; }
  .social-link {
    bottom: 5%; } }

.molding-service {
  padding: 0 60px;
  margin-top: 200px;
  padding-bottom: 150px; }

.molding {
  display: flex;
  justify-content: space-between; }

.molding-item {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-top: 80px;
  width: 470px;
  margin-right: 20px; }

.molding-btn-block {
  margin-top: 100px;
  display: flex;
  justify-content: center; }

.molding-btn {
  border: 1px solid #0f0d0e;
  border-radius: 50px;
  padding: 12px 22px 11px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
  width: 270px;
  background-color: #fff;
  color: #0f0d0e; }

@media (max-width: 992px) {
  .molding-service {
    margin-top: 25px;
    padding: 0 20px; } }

@media (max-width: 576px) {
  .molding {
    display: block; }
  .molding-item {
    width: 100%;
    margin-top: 30px; }
  .molding-title {
    line-height: 45px; }
  .molding-btn-block {
    margin-bottom: 50px;
    margin-top: 40px; } }

@media (max-width: 430px) {
  .molding-btn {
    padding: 12px 14px 11px;
    font-size: 10px; } }

.order-popup {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  transition: 1s;
  z-index: 103;
  display: none; }

.order-popup-content {
  position: fixed;
  right: -50%;
  width: 50%;
  background-color: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 103;
  transition: 1s; }

.order-popup-content.visible {
  transform: translateX(0); }

.order-popup-header {
  display: flex;
  align-items: center;
  margin-top: 60px; }

.close-order-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #fff;
  font-size: 20px;
  border-radius: 50%;
  margin-left: -40px;
  position: absolute;
  top: 22px;
  cursor: pointer; }

.order-popup-title {
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #0f0d0e;
  margin-right: 40px; }

.order-popup-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 52px; }
  .order-popup-form .order-popup__input {
    width: 472px;
    border: none;
    border-bottom: 1px solid #0f0d0e;
    padding: 6px 0;
    margin-top: 40px;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #0f0d0e; }
  .order-popup-form .order-popup__input::-moz-placeholder {
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    color: #777677; }
  .order-popup-form .order-popup__input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    color: #777677; }
  .order-popup-form .order-popup__input::placeholder {
    font-size: 12px;
    line-height: 180%;
    text-transform: uppercase;
    color: #777677; }
  .order-popup-form .order-popup__btn {
    border: none;
    background-color: #fff;
    font-weight: normal;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 242px;
    color: #0f0d0e; }

.pure-material-textfield-outlined {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  overflow: hidden; }

.pure-material-textfield-outlined > input + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  max-height: 100%;
  font-size: 11px;
  line-height: 77px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
  color: #777677;
  text-transform: uppercase; }

/* eslint-disable-next-line */
input:invalid + span {
  border-color: #c81947;
  color: #c81947;
  box-shadow: none; }

/* eslint-disable-next-line */
input:focus:invalid + span {
  border-color: #c81947;
  color: #c81947;
  box-shadow: none; }

.pure-material-textfield-outlined > input:not(:focus):-moz-placeholder-shown + span {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #777677;
  line-height: 120px;
  padding: 3px;
  left: 0; }

.pure-material-textfield-outlined > input:not(:focus):-ms-input-placeholder + span {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #777677;
  line-height: 120px;
  padding: 3px;
  left: 0; }

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span {
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  color: #777677;
  line-height: 120px;
  padding: 3px;
  left: 0; }

/* eslint-disable-next-line */
input:focus:required:invalid + span {
  border-color: #c81947;
  color: #c81947;
  box-shadow: none; }

input:invalid {
  border-color: #c81947;
  color: #c81947;
  box-shadow: none; }

input:focus:invalid {
  border-color: #c81947;
  color: #c81947;
  box-shadow: none; }

input:focus:required:invalid {
  border-color: #c81947;
  color: #c81947;
  box-shadow: none; }

.order-popup-success {
  position: absolute;
  width: 49%;
  height: 100vh;
  z-index: 103;
  right: 0;
  background-color: #fff;
  display: none; }

.order-popup-success__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.submit-title {
  margin-top: 100px; }

.submit-text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #0f0d0e;
  max-width: 388px;
  margin-bottom: 25px; }

.close-order-popup__submit {
  display: none; }

@media (max-width: 1200px) {
  .order-popup-form .order-popup__input {
    width: 335px; }
  .order-popup-form .order-popup__btn {
    margin-top: 170px; } }

@media (max-width: 890px) {
  .order-popup-content {
    width: 100%; }
  .order-popup-success {
    width: 100%; }
  .close-order-popup__submit {
    display: block;
    left: 9%;
    top: 12%; }
  .close-order-popup {
    margin-left: 0; } }

@media (max-height: 870px) {
  .order-popup-form {
    margin-top: 0; }
  .order-popup-form .order-popup__btn {
    margin-top: 30px;
    font-size: 30px; } }

@media (max-height: 600px) {
  .order-popup-form .order-popup__input {
    margin-top: 20px; }
  .pure-material-textfield-outlined > input + span {
    opacity: 0; }
  .pure-material-textfield-outlined > input:not(:focus):-moz-placeholder-shown + span {
    line-height: 90px;
    opacity: 1; }
  .pure-material-textfield-outlined > input:not(:focus):-ms-input-placeholder + span {
    line-height: 90px;
    opacity: 1; }
  .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span {
    line-height: 90px;
    opacity: 1; } }

@media (max-height: 500px) {
  .order-popup-header {
    margin-top: 40px; }
  .close-order-popup {
    top: 10px; }
  .pure-material-textfield-outlined > input:not(:focus):-moz-placeholder-shown + span {
    line-height: 60px; }
  .pure-material-textfield-outlined > input:not(:focus):-ms-input-placeholder + span {
    line-height: 60px; }
  .pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span {
    line-height: 60px; }
  .order-popup-form .order-popup__input {
    margin-top: 5px; }
  .order-popup-form .order-popup__btn {
    margin-top: 10px;
    font-size: 26px; } }

@media (max-width: 420px) {
  .close-order-popup__submit {
    top: 7%; } }

@media (max-height: 400px) {
  .submit-title {
    margin-top: 5px; }
  .submit-text {
    margin-bottom: 7px; } }

.mask {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: 0.6s;
  display: flex;
  align-items: center; }

.loader {
  height: 4px;
  width: 1%;
  background-color: #c81947;
  transition: 1s; }

.table-popup {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 1s;
  z-index: 107;
  height: 100vh;
  display: none; }

.table-popup-content {
  position: fixed;
  width: 99%;
  height: 98vh;
  height: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  z-index: 103;
  transition: 1s;
  margin: 10px;
  padding: 43px 30px 50px 100px; }

.table-popup__title {
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 55px;
  text-transform: uppercase;
  color: #0f0d0e; }

.close-table-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #fff;
  font-size: 20px;
  border-radius: 50%;
  margin-left: -40px;
  position: absolute;
  top: 27px;
  right: 30px;
  cursor: pointer; }

.table-title {
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  text-align: left;
  padding-bottom: 30px; }

.table-wrapper {
  overflow: auto;
  width: 98%;
  height: 100%;
  max-width: 1920px;
  margin-top: 110px; }

.table-wrapper table {
  width: 100%;
  min-width: 250%;
  overflow: auto;
  border-collapse: collapse;
  margin-bottom: 100px; }

.table-wrapper table td {
  border-top: 1px solid #9f9e9f;
  border-bottom: 1px solid #9f9e9f;
  padding: 20px 0;
  width: 290px;
  padding-right: 60px; }

.table-wrapper table th {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 180%;
  text-transform: uppercase;
  color: #0f0d0e;
  text-align: left;
  border-top: 1px solid #0f0d0e;
  padding: 30px 0;
  vertical-align: top;
  max-width: 290px;
  padding-right: 35px; }

@media (max-width: 1400px) {
  .table-popup-content {
    position: fixed;
    width: 98%;
    height: 98vh;
    height: 98%; }
  .table-popup__title {
    margin-right: 100px; }
  .table-wrapper {
    margin-top: 60px; }
  .table-wrapper table th {
    padding: 15px 0;
    padding-right: 88px;
    line-height: 130%; } }

@media (max-width: 940px) {
  .table-popup-content {
    position: fixed;
    width: 97%;
    height: 98vh;
    height: 98%; }
  .table-popup__title {
    font-size: 30px;
    line-height: 40px; }
  .table-wrapper {
    margin-top: 20px; }
  .table-title {
    max-width: 420px;
    font-size: 16px;
    padding-bottom: 15px; }
  .table-wrapper table {
    min-width: 720%; }
  .table-wrapper table th {
    padding: 15px 0;
    padding-right: 50px;
    line-height: 100%; }
  .table-wrapper table td {
    border-top: 1px solid #9f9e9f;
    border-bottom: 1px solid #9f9e9f;
    padding: 10px 0;
    max-width: 155px;
    padding-right: 25px; } }

@media (max-width: 546px) {
  .table-popup-content {
    position: fixed;
    width: 95%;
    height: 98vh;
    height: 98%;
    padding: 20px; }
  .table-popup__title {
    font-size: 25px;
    line-height: 33px; }
  .table-title {
    max-width: 315px;
    font-size: 14px; } }

.table-wrapper h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #0f0d0e;
  text-align: left;
  padding-bottom: 30px; }

.title-gif {
  color: #fff;
  font-style: normal;
  position: relative; }

.video-container {
  width: 100%; }

.video-container video {
  max-width: 100%;
  height: 100%; }

#video-bg {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.titles {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 60px 40px;
  width: 100%; }

.pre-title {
  color: #fff;
  font-weight: normal;
  font-size: 4.875em;
  line-height: 94px;
  text-transform: uppercase; }

.main-title::before {
  content: '';
  display: block;
  height: 4px;
  width: inherit;
  background-color: #fff;
  margin-bottom: 40px;
  margin-top: 30px; }

.main-title img {
  width: 100%; }

@media (max-width: 1200px) {
  .pre-title {
    font-size: 4.1em; } }

@media (max-width: 992px) {
  .pre-title {
    font-size: 2.1em;
    line-height: 20px; }
  .main-title::before {
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .titles {
    padding: 30px 40px; }
  .pre-title {
    font-size: 1.876em; }
  .main-title::before {
    margin-top: 15px; }
  .title-gif {
    top: -20px; } }

@media (max-width: 450px) {
  .titles {
    padding: 30px 20px; } }

@media (max-width: 390px) {
  .pre-title {
    font-size: 1.2em; }
  .main-title::before {
    margin-top: 5px;
    margin-bottom: 10px; } }

/*# sourceMappingURL=app.min.css.map */
