@charset "UTF-8";
body {
  background-color: #F3F7FF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100px, rgb(247, 247, 254) 800px, rgb(243, 247, 255) 880px, rgb(243, 247, 255) 1200px, rgb(247, 247, 254) 1160px, rgb(255, 255, 255) 100%);
}

footer, main section, header {
  width: 100vw;
  max-width: 1400px;
}

@media (max-width: 1410px) {
  footer, main, header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

* {
  color: #393776;
}

h1 {
  font-size: clamp(23px, 3vw, 34px);
  font-weight: 600;
  line-height: 1.5;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
  color: #393776;
}

p {
  line-height: 1.5;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
}
header nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
}
@media (max-width: 1100px) {
  header nav ul {
    display: none;
  }
}
header nav ul a {
  font-size: 16px;
  font-weight: 500;
  color: #393776;
  cursor: pointer;
  transition: all 0.3s ease;
}
header nav ul a:hover {
  color: #f00;
}
header nav .number {
  font-size: 24px;
  font-weight: 700;
  color: #393776;
  transition: all 0.3s ease;
}
@media (max-width: 550px) {
  header nav .number {
    display: none;
  }
}
header nav .number:hover {
  color: #f00;
}
header .mob-menu {
  display: none;
}
@media (max-width: 1100px) {
  header .mob-menu {
    display: block;
  }
}

main {
  gap: clamp(50px, 5vw, 100px);
  padding-top: 30px;
  padding-bottom: 100px;
}
main .first-screen {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
main .first-screen .mob-title {
  display: none;
}
@media (max-width: 1400px) {
  main .first-screen .mob-title {
    display: block;
  }
}
main .first-screen .mob-text {
  display: none;
}
@media (max-width: 936px) {
  main .first-screen .mob-text {
    display: block;
  }
}
main .first-screen .mob-btn {
  display: none;
  height: 60px;
  border-radius: 50px;
}
@media (max-width: 880px) {
  main .first-screen .mob-btn {
    display: flex;
  }
}
main .first-screen .wrap {
  display: flex;
  flex-direction: row;
  position: relative;
}
@media (max-width: 500px) {
  main .first-screen .wrap {
    background-image: url("../images/foam-ceramics/first-screen-bg-mob.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: clamp(230px, 61vw, 300px);
  }
}
main .first-screen .wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: clamp(70px, 17vw, 229px);
  height: 100%;
  max-height: clamp(70px, 17vw, 229px);
  background: url("../images/foam-ceramics/subtract-insert.png") no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  main .first-screen .wrap::before {
    content: none;
  }
}
main .first-screen .wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 136px;
  height: 100%;
  max-height: 136px;
  background: linear-gradient(-114deg, rgb(44, 91, 166) 0%, rgb(57, 55, 118) 100%);
  filter: blur(60px);
  border-radius: 50%;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 500px) {
  main .first-screen .wrap::after {
    content: none;
  }
}
main .first-screen .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  background: linear-gradient(180deg, rgb(247, 247, 254) 0%, rgb(255, 255, 255) 100%);
  max-width: clamp(324px, 66vw, 924px);
  max-height: clamp(230px, 48vw, 671px);
  height: 100svh;
  width: 100%;
  padding: 30px 60px 30px 30px;
  mask-image: url("../images/foam-ceramics/subtract.png");
  mask-repeat: no-repeat;
  mask-size: 100%;
  z-index: 1;
}
@media (max-width: 500px) {
  main .first-screen .info {
    mask: none;
    background: none;
  }
}
main .first-screen .info h1 {
  max-width: 699px;
}
@media (max-width: 1400px) {
  main .first-screen .info h1 {
    display: none;
  }
}
main .first-screen .info p {
  max-width: 529px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 936px) {
  main .first-screen .info p {
    display: none;
  }
}
main .first-screen .info ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: clamp(154px, 28vw, 381px);
}
main .first-screen .info ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .first-screen .info ul li img {
  width: 40px;
}
main .first-screen .info ul li span {
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 700;
}
main .first-screen .info .btn {
  max-width: 280px;
  height: 60px;
  border-radius: 50px;
  margin-top: 16px;
}
@media (max-width: 880px) {
  main .first-screen .info .btn {
    display: none;
  }
}
main .first-screen .cover {
  mask-image: url("../images/foam-ceramics/subtract1.png");
  mask-position: top right;
  mask-repeat: no-repeat;
  mask-size: 98% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: clamp(211px, 69vw, 966px);
  max-height: clamp(230px, 48vw, 671px);
}
@media (max-width: 500px) {
  main .first-screen .cover {
    mask: none;
  }
}
main .first-screen .cover img {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  main .first-screen .cover img {
    display: none;
  }
}
main .advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
main .advantages .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-width: 446px;
}
main .advantages .info .wrap-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .advantages .info .wrap-title p {
  font-size: 20px;
  font-weight: 700;
}
main .advantages .info .item {
  padding: 31px 30px;
  background-image: url("../images/foam-ceramics/advantages-bg.png");
  background-repeat: no-repeat;
}
main .advantages .info .item p {
  font-size: 18px;
  font-weight: 700;
}
main .advantages .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 924px;
}
main .advantages .items .item {
  display: flex;
  flex-direction: column;
  gap: 49px;
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(128deg, rgb(255, 255, 255) 50%, rgb(243, 244, 253) 100%);
  flex-grow: 1;
  flex-basis: 447px;
}
main .advantages .items .item p {
  font-size: 18px;
  font-weight: 700;
}
main .advantages .items .item .title {
  display: flex;
  align-items: center;
  gap: 20px;
}
main .advantages .items .item .title span {
  background-image: url("../images/foam-ceramics/advantages-item.png");
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  height: 72px;
  width: 72px;
  padding-top: 9px;
  padding-left: 23px;
}
main .advantages .items .item .title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
main .properties {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main .properties .items {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 30px;
}
main .properties .items .item {
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 255px;
  gap: 20px;
  max-height: 255px;
}
main .properties .items .item:nth-child(1), main .properties .items .item:nth-child(6) {
  flex-basis: 639px;
}
main .properties .items .item:nth-child(3) {
  display: none;
}
main .properties .items .item:nth-child(4), main .properties .items .item:nth-child(5) {
  flex-basis: 446px;
}
main .properties .items .item._bg {
  background: linear-gradient(100deg, rgb(57, 55, 118) 0%, rgb(44, 91, 166) 50%, rgb(57, 55, 118) 100%);
  padding: 30px;
}
main .properties .items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
@media (max-width: 1400px) {
  main .properties .items .item:nth-child(3) {
    display: block;
    flex-basis: 446px;
  }
  main .properties .items .item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 1025px) {
  main .properties .items .item:nth-child(3) {
    flex-basis: 292px;
  }
  main .properties .items .item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 944px) {
  main .properties .items .item {
    max-height: 240px;
  }
  main .properties .items .item:nth-child(1), main .properties .items .item:nth-child(6) {
    flex-basis: 483px;
  }
}
@media (max-width: 788px) {
  main .properties .items .item:nth-child(1), main .properties .items .item:nth-child(4), main .properties .items .item:nth-child(6) {
    flex-basis: 340px;
  }
  main .properties .items .item:nth-child(3) {
    flex-basis: 255px;
  }
}
@media (max-width: 645px) {
  main .properties .items .item:nth-child(2), main .properties .items .item:nth-child(5) {
    flex-basis: 340px;
    display: block;
  }
  main .properties .items .item:nth-child(3), main .properties .items .item:nth-child(7) {
    display: none;
  }
}
main .properties .items .item .title {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 600;
  line-height: 1.5;
  width: fit-content;
  color: #393776;
}
main .properties .items .item p {
  color: #fff;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
}
main .application {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main .application .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
main .application .items .item {
  width: 100%;
  flex-grow: 1;
  flex-basis: 446px;
  position: relative;
  max-width: 446px;
  max-height: 570px;
}
main .application .items .item .icon-top {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  max-width: 70px;
  width: 100%;
  max-height: 80px;
  object-fit: contain;
}
main .application .items .item .image {
  width: 100%;
  height: 100%;
  mask-image: url("../images/foam-ceramics/application-mask.png");
  mask-repeat: no-repeat;
  max-height: 570px;
}
main .application .items .item .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(57, 55, 118, 0) 50%, rgb(57, 55, 118) 100%);
  z-index: 2;
}
main .application .items .item .image img {
  max-height: 570px;
  max-width: 446px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  main .application .items .item .image img {
    max-width: 100%;
  }
}
main .application .items .item .text {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-left: 30px;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
main .application .items .item .text p {
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
main .application .items .item .text i {
  max-width: 80px;
  height: 80px;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 100;
}
main .services .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
main .services .tabs .tabs__nav {
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  max-width: 447px;
  width: 100%;
}
main .services .tabs .tabs__nav .wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
main .services .tabs .tabs__nav .tabs__btn {
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #393776;
  border-radius: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0;
  text-align: start;
  width: fit-content;
}
main .services .tabs .tabs__nav .tabs__btn.tabs__btn_active, main .services .tabs .tabs__nav .tabs__btn:hover {
  background: linear-gradient(144deg, rgb(206, 12, 12) 0%, rgb(255, 63, 63) 100%);
  color: #fff;
  border: none;
}
main .services .tabs .tabs__pane {
  max-width: 922px;
}
main .services .tabs .tabs__pane.tabs__pane_show {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}
main .services .tabs .tabs__pane img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
main .services .tabs .tabs__pane .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-width: 446px;
}
main .services .tabs .tabs__pane .info .images {
  display: flex;
  gap: 30px;
}
main .services .tabs .tabs__pane .info .images img {
  max-width: 208px;
  max-height: 208px;
}
main .services .tabs .tabs__pane .info .images img:nth-child(3) {
  display: none;
}
main .services .tabs .tabs__pane .info .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .services .tabs .tabs__pane .info .text p {
  font-size: 20px;
  font-weight: 700;
}
main .services .tabs .tabs__pane .info .text .btn {
  height: 60px;
  box-shadow: none;
  max-width: 280px;
}
main .services .tabs .tabs__pane img {
  max-width: 446px;
  max-height: 446px;
}
main .production .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}
main .production .wrap .info {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 402px;
}
main .production .wrap .info .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .production .wrap .info .text p {
  font-size: 20px;
  font-weight: 700;
}
main .production .wrap video {
  max-width: 908px;
  width: 100%;
  max-height: 548px;
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
  flex-basis: calc(50% - 30px);
  min-width: 395px;
  flex-grow: 1;
  flex-shrink: 1;
}
main .portfolio {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 50px;
}
main .portfolio .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
main .portfolio .title .sort {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  max-height: 60px;
  height: 60px;
}
main .portfolio .title .sort h2 {
  line-height: 1.2;
}
main .portfolio .title .sort button {
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #fff;
  border: none;
  height: 100%;
  border-radius: 50px;
}
main .portfolio .title .sort button:hover, main .portfolio .title .sort button.active {
  color: #fff;
  background: linear-gradient(149deg, rgb(206, 12, 12) 0%, rgb(255, 63, 63) 100%);
}
main .portfolio .items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-template-rows: minmax(0px, 1fr);
  gap: 30px 31px;
}
main .portfolio .items img {
  max-width: 446px;
  max-height: 446px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  cursor: pointer;
  transition: transform 0.3s;
}
main .portfolio .items img:hover {
  transform: scale(1.03);
}
main .consultation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
main .consultation .info {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 923px;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(149deg, rgb(255, 255, 255) 50%, rgb(243, 244, 253) 100%);
  flex-basis: calc(50% - 60px);
  min-width: 395px;
  flex-grow: 1;
  flex-shrink: 1;
}
main .consultation .info .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-width: 388px;
  width: 100%;
}
main .consultation .info p {
  font-size: 20px;
  font-weight: 700;
}
main .consultation .info .btn {
  height: 60px;
  border-radius: 30px;
}
main .consultation .info form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
main .consultation .info form input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  padding: 18px 27px;
  font-size: 16px;
  font-weight: 600;
  color: #393776;
  border: 1px solid #393776;
}
main .consultation .info form input::placeholder {
  color: rgba(57, 55, 118, 0.74);
}
main .internals .wrap {
  padding: 30px;
  background: linear-gradient(100deg, rgb(57, 55, 118) 0%, rgb(44, 91, 166) 50%, rgb(57, 55, 118) 100%);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
}
main .internals .wrap .info {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 402px;
  width: 100%;
}
main .internals .wrap .info h2 {
  color: #fff;
}
main .internals .wrap .info .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
main .internals .wrap .info .text p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
main .internals .wrap .info .btn {
  max-width: 280px;
  height: 60px;
  border-radius: 50px;
}
main .internals .wrap .items {
  display: flex;
  flex-wrap: wrap;
  max-width: 804px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  grid-template-rows: minmax(0px, 1fr);
  flex-shrink: 1;
  min-width: 360px;
  flex-basis: 55%;
}
main .internals .wrap .items img {
  max-width: 268px;
  width: 100%;
  max-height: 268px;
  object-fit: cover;
}
main .faq {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
main .faq .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-width: 446px;
  flex: 1 1 242px;
}
main .faq .title img {
  max-width: 251px;
  width: 100%;
  height: 100%;
  max-height: 387px;
  object-fit: cover;
}
main .faq .question-answer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 924px;
  flex: 10 1 500px;
}
main .faq .question-answer .answers__details {
  padding: 20px 30px;
  background: linear-gradient(149deg, rgb(255, 255, 255) 50%, rgb(243, 244, 253) 100%);
  border-radius: 20px;
  cursor: pointer;
}
main .faq .question-answer .answers__details[open] .answers__summary::after {
  transform: rotate(45deg);
}
main .faq .question-answer .answers__details .answers__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
main .faq .question-answer .answers__details .answers__summary::after {
  content: url("../images/foam-ceramics/faq-arrow.png");
  transition: transform 0.3s;
}
main .faq .question-answer .answers__details .answers__summary p {
  display: flex;
  gap: 30px;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
}
main .faq .question-answer .answers__details .answers__summary p span {
  font-weight: 400;
}
main .faq .question-answer .answers__details .answers__text {
  padding: 20px 70px 0 75px;
}
main .faq .question-answer .answers__details .answers__text p {
  font-size: 16px;
  font-weight: 600;
}
main .articles {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
main .articles .items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  width: 100%;
}
main .articles .items .item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-basis: 315px;
  flex-grow: 1;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: #fff;
  flex-shrink: 0;
  min-width: 300px;
}
main .articles .items .item img {
  width: 100%;
  max-width: 446px;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}
main .articles .items .item .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 0 20px;
  height: 100%;
}
main .articles .items .item .text p {
  font-size: 20px;
  font-weight: 700;
}
main .articles .items .item .text .date {
  font-size: 18px;
  font-weight: 600;
}
main .contacts .info.min {
  display: none;
}
main .contacts .map {
  width: 100%;
  height: 100%;
  max-height: 700px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
main .contacts .map iframe {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  border: none;
}
main .contacts .map .info {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  max-height: 404px;
  max-width: 462px;
  width: 100%;
  height: 100%;
}
main .contacts .map .info .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
main .contacts .map .info .text a {
  font-size: 20px;
  font-weight: 700;
  color: #393776;
  line-height: 1.5;
  transition: all 0.3s ease;
}
main .contacts .map .info .text a:hover {
  color: #f00;
}
main .contacts .map .info .text p {
  font-size: 18px;
  font-weight: 700;
}
main .contacts .map .info .text .btn {
  height: 60px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
  background: unset;
}
footer p.mob-c {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
footer a {
  font-size: 20px;
  font-weight: 700;
  color: #393776;
  transition: all 0.3s ease;
  line-height: 1.5;
}
footer a:hover {
  color: #f00;
}
footer .wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
footer .wrap .mob-c {
  display: none;
}
@media (max-width: 768px) {
  footer .wrap .mob-c {
    display: block;
  }
}
footer .wrap .wrap-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  max-width: 405px;
  width: 100%;
}
footer .wrap .wrap-logo p {
  font-size: 14px;
  font-weight: 600;
  color: #313131;
}
footer .wrap nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style-type: none;
}
footer .wrap .address {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 226px;
}
footer .wrap .address p {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}
footer .wrap .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .wrap .info a {
  font-size: 24px;
  font-weight: 700;
}
footer .wrap .info ul {
  list-style-type: none;
}
footer .wrap .info ul li {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}

.developer {
  background-color: unset;
}

/* Стили для модального окна портфолио */
.portfolio-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.portfolio-modal .portfolio-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  max-height: 90%;
}
.portfolio-modal .portfolio-modal-content .portfolio-modal-img {
  width: 100vw;
  max-width: calc(100vw - 20%);
  max-height: 80vh;
  object-fit: contain;
}
.portfolio-modal .portfolio-modal-content .portfolio-close {
  position: absolute;
  top: -80px;
  right: 0;
  color: #f1f1f1;
  font-size: 40px;
  cursor: pointer;
}
.portfolio-modal .portfolio-modal-content .portfolio-close i {
  color: #fff;
  font-weight: 100;
}
.portfolio-modal .portfolio-modal-content .portfolio-navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1010;
}
.portfolio-modal .portfolio-modal-content .portfolio-prev,
.portfolio-modal .portfolio-modal-content .portfolio-next {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 24px;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  transition: background-color 0.3s;
}
.portfolio-modal .portfolio-modal-content .portfolio-prev:hover,
.portfolio-modal .portfolio-modal-content .portfolio-next:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-modal .portfolio-modal-content .portfolio-caption {
  margin-top: 15px;
  color: white;
  font-size: 18px;
  text-align: center;
}

.modal .modal-close {
  background: unset;
  border: 1px solid #393776;
}
.modal.fast-order.consultation {
  max-width: 665px;
}
.modal.fast-order.consultation h3 {
  max-width: 80%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #393776;
}
.modal.mob-menu {
  max-height: 100%;
  background-color: #fff;
  padding: 20px 10px;
  overflow-y: auto;
  border-radius: 0;
  top: 0;
  left: 0;
  transform: none;
}
.modal.mob-menu h3 {
  font-size: 30px;
  color: #393776;
  font-weight: 600;
  line-height: 1.2;
}
.modal.mob-menu .modal-close {
  background: unset;
  border: 1px solid #393776;
}
.modal.mob-menu .modal__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.modal.mob-menu .modal__content nav {
  background-color: #F3F7FF;
  padding: 20px;
  border-radius: 20px;
}
.modal.mob-menu .modal__content nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: none;
}
.modal.mob-menu .modal__content nav ul a {
  font-size: 20px;
  font-weight: 700;
  color: #393776;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.modal.mob-menu .modal__content nav ul a:hover {
  color: #f00;
}
.modal.mob-menu .modal__content .info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal.mob-menu .modal__content .info a {
  font-size: 24px;
  font-weight: 700;
  color: #393776;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.modal.mob-menu .modal__content .info a:hover {
  color: #f00;
}
.modal.mob-menu .modal__content .info p {
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}
.modal.mob-menu .modal__content .btn {
  height: 60px;
}

@media (min-width: 1025px) {
  main .services .tabs .tabs__nav {
    max-width: 447px;
    width: fit-content;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 200px;
    flex-basis: 257px;
  }
  main .services .tabs .tabs__nav h2 {
    flex-grow: 1;
    width: fit-content;
  }
  main .services .tabs .tabs__nav .wrap {
    flex-grow: 1;
    width: fit-content;
  }
  main .services .tabs .tabs__content {
    flex-grow: 1;
    width: fit-content;
    max-width: 922px;
    display: flex;
  }
  main .services .tabs .tabs__content .tabs__pane {
    max-width: 922px;
    width: 100%;
    flex-grow: 1;
    flex-basis: 300px;
    flex-shrink: 1;
    justify-content: space-between;
  }
  main .services .tabs .tabs__content .tabs__pane .info {
    width: 100%;
    flex-grow: 1;
    max-width: clamp(100px, 34vw, 446px);
  }
  main .services .tabs .tabs__content .tabs__pane .info .images img {
    max-width: clamp(165px, 16vw, 208px);
  }
  main .services .tabs .tabs__content .tabs__pane img {
    max-width: clamp(165px, 28vw, 446px);
    max-height: 446px;
    flex: 1;
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (max-width: 1400px) {
  main .advantages .info {
    max-width: 100%;
    width: 100%;
  }
  main .advantages .info .item {
    background-size: contain;
  }
  main .advantages .items {
    max-width: 100%;
  }
  main .application .items .item {
    flex: 1 1 242px;
  }
  main .application .items .item .icon-top {
    max-width: clamp(50px, 6vw, 70px);
    max-height: clamp(60px, 6vw, 80px);
  }
  main .application .items .item .image {
    mask-size: 100% 100%;
  }
  main .application .items .item .text {
    gap: 17px;
  }
  main .application .items .item .text i {
    max-width: clamp(60px, 6vw, 80px);
    height: clamp(60px, 6vw, 80px);
  }
}
@media (max-width: 1024px) {
  main .advantages {
    flex-direction: column;
    max-width: calc(100% - 20px);
  }
  main .advantages .info {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }
  main .advantages .info .wrap-title h2 {
    font-size: 40px;
  }
  main .advantages .info .item {
    background-size: contain;
  }
  main .advantages .items {
    max-width: 100%;
    gap: 10px;
  }
  main .advantages .items .item {
    flex-basis: 369px;
  }
  main .properties {
    max-width: calc(100% - 20px);
  }
  main .properties h2 {
    font-size: 40px;
  }
  main .application {
    max-width: calc(100% - 20px);
  }
  main .application .items .item {
    flex: 1 1 315px !important;
    flex-grow: 1;
    max-width: unset;
  }
  main .application .items .item .icon-top {
    max-width: clamp(50px, 7vw, 70px);
    max-height: clamp(60px, 7vw, 80px);
  }
  main .application .items .item .text i {
    max-width: clamp(60px, 9vw, 80px);
    height: clamp(60px, 9vw, 80px);
  }
  main .application .items .item:nth-child(3) {
    width: 100%;
    max-width: 100%;
    height: 360px;
    height: clamp(360px, 47vw, 570px);
  }
  main .application .items .item:nth-child(3) .icon-top {
    max-height: clamp(60px, 10vw, 80px);
    max-width: clamp(60px, 11vw, 100px);
  }
  main .application .items .item:nth-child(3) .text i {
    max-width: clamp(60px, 11vw, 100px);
    height: clamp(60px, 11vw, 100px);
  }
  main .application .items .item:nth-child(3) .image {
    mask-image: url(/sites/site1/assets/images/foam-ceramics/mask2.png);
    height: 100%;
  }
  main .application .items .item:nth-child(3) .image img {
    width: 100%;
    max-width: 100%;
  }
  main .services {
    max-width: calc(100% - 20px);
  }
  main .services .tabs .tabs__nav {
    max-width: 100%;
  }
  main .services .tabs .tabs__nav .wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  main .services .tabs .tabs__nav .wrap button:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  main .services .tabs .tabs__nav .wrap button:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  main .services .tabs .tabs__nav .wrap button:nth-child(3) {
    grid-area: 1/2/2/3;
  }
  main .services .tabs .tabs__nav .wrap button:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  main .services .tabs .tabs__content {
    width: 100%;
  }
  main .services .tabs .tabs__content .tabs__pane.tabs__pane_show {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    max-width: 100%;
  }
  main .services .tabs .tabs__content .tabs__pane.tabs__pane_show .info .images {
    gap: 20px;
  }
  main .services .tabs .tabs__content .tabs__pane.tabs__pane_show .info .images img {
    max-width: 170px;
  }
  main .production {
    max-width: calc(100% - 20px);
  }
  main .production .wrap {
    flex-direction: column;
    padding: 20px;
  }
  main .production .wrap .info {
    width: 100%;
    max-width: 100%;
    gap: 30px;
  }
  main .production .wrap .info h2 {
    font-size: 40px;
  }
  main .production .wrap .info .text {
    gap: 20px;
  }
  main .production .wrap .info .text p {
    font-size: 16px;
  }
  main .production .wrap video {
    max-width: 100%;
    max-height: 424px;
  }
  main .portfolio {
    max-width: calc(100% - 20px);
    gap: 30px;
  }
  main .portfolio .title {
    flex-direction: column;
    align-items: flex-start;
  }
  main .portfolio .title h2 {
    font-size: 40px;
  }
  main .portfolio .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    grid-template-rows: minmax(0px, 1fr);
    gap: 20px;
  }
  main .portfolio .items img {
    max-width: 490px;
    max-height: 364px;
  }
  main .consultation {
    max-width: calc(100% - 20px);
  }
  main .consultation .info {
    flex-basis: calc(50% - 30px);
    min-width: 395px;
    flex-grow: 1;
    flex-shrink: 1;
    gap: 30px;
    padding: 20px;
  }
  main .consultation .info .text h2 {
    font-size: 40px;
  }
  main .consultation .info .text p {
    font-size: 16px;
  }
  main .consultation .info form .btn.red {
    max-width: 100%;
  }
  main .consultation img {
    transform: translateX(0) rotate(-52deg) !important;
    max-width: 321px;
  }
  main .internals {
    max-width: calc(100% - 20px);
  }
  main .internals .wrap .info {
    width: 100%;
    max-width: 100%;
  }
  main .internals .wrap .info h2 {
    font-size: 40px;
  }
  main .internals .wrap .info .text {
    margin-top: -20px;
  }
  main .internals .wrap .info .text p:last-child {
    font-size: 18px;
  }
  main .internals .wrap .items {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    grid-template-rows: minmax(0px, 1fr);
    flex-basis: unset;
  }
  main .internals .wrap .items img {
    max-width: 314px;
    max-height: 314px;
  }
  main .faq {
    flex-direction: column;
    max-width: calc(100% - 20px);
  }
  main .faq .title {
    flex: 0 1 auto;
    max-width: 100%;
    width: 100%;
  }
  main .faq .title img {
    display: none;
  }
  main .faq .question-answer {
    width: 100%;
    max-width: 100%;
  }
  main .faq .question-answer .answers__details {
    padding: 12px 20px;
  }
  main .faq .question-answer .answers__details .answers__summary p {
    font-size: 16px;
  }
  main .faq .question-answer .answers__details .answers__summary p span {
    font-size: 24px;
  }
  main .faq .question-answer .answers__details .answers__text p {
    font-size: 14px;
  }
  main .articles {
    max-width: calc(100% - 20px);
    gap: 30px;
  }
  main .articles .items .item {
    flex-basis: 446px;
  }
  main .contacts {
    max-width: calc(100% - 20px);
  }
  main .contacts .map {
    max-height: 970px;
  }
  main .contacts .map .info {
    max-height: 354px;
  }
  main .contacts .map .info h2 {
    font-size: 40px;
  }
  main .contacts .map .info .text a {
    font-size: 18px;
  }
  main .contacts .map .info .text p {
    font-size: 14px;
  }
  main .contacts .map iframe {
    max-height: 970px;
  }
}
@media (max-width: 768px) {
  main .advantages .info .wrap-title h2 {
    font-size: 30px;
  }
  main .advantages .info .wrap-title p {
    font-size: 16px;
  }
  main .advantages .info .item {
    padding: 15px 10px;
  }
  main .advantages .info .item p {
    font-size: 14px;
  }
  main .advantages .items .item {
    gap: 20px;
  }
  main .advantages .items .item .title p {
    font-size: 20px;
  }
  main .advantages .items .item p {
    font-size: 16px;
    font-weight: 600;
  }
  main .properties {
    gap: 35px;
  }
  main .properties h2 {
    font-size: 30px;
  }
  main .properties .items {
    gap: 10px;
  }
  main .properties .items .item._bg {
    padding: clamp(10px, 3vw, 30px);
    gap: 30px;
  }
  main .properties .items .item._bg .title {
    border-radius: 10px;
  }
  main .application {
    gap: 20px;
  }
  main .application h2 {
    font-size: 30px;
  }
  main .application .items {
    gap: 20px;
  }
  main .application .items .item {
    flex: 1 1 242px !important;
  }
  main .application .items .item .image {
    mask-size: 99% 99%;
  }
  main .application .items .item:nth-child(3) {
    height: clamp(280px, 47vw, 570px);
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  main .application .items {
    flex-direction: column;
  }
  main .application .items .item {
    height: clamp(200px, 47vw, 570px);
    flex: 1 1 200px !important;
  }
  main .application .items .item .image {
    mask-image: url(/sites/site1/assets/images/foam-ceramics/mask2.png);
  }
  main .application .items .item .icon-top {
    max-height: clamp(60px, 10vw, 80px);
    max-width: clamp(60px, 11vw, 100px);
  }
  main .application .items .item .text i {
    max-width: clamp(60px, 11vw, 100px);
    height: clamp(60px, 11vw, 100px);
  }
  main .application .items .item:nth-child(3) {
    height: clamp(200px, 47vw, 570px);
    flex: 1 1 200px !important;
  }
}
@media (max-width: 768px) and (max-width: 499px) {
  main .application .items .item,
  main .application .items .item:nth-child(3) {
    height: clamp(400px, 47vw, 570px);
    flex: 1 1 400px !important;
  }
  main .application .items .item .icon-top,
  main .application .items .item:nth-child(3) .icon-top {
    max-height: 80px;
    max-width: 80px;
  }
  main .application .items .item .image,
  main .application .items .item:nth-child(3) .image {
    mask-image: url(/sites/site1/assets/images/foam-ceramics/mask3.png);
  }
  main .application .items .item .text i,
  main .application .items .item:nth-child(3) .text i {
    max-width: 80px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  main .services .tabs .tabs__nav {
    flex-direction: column !important;
  }
  main .services .tabs .tabs__nav h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .services .tabs .tabs__nav .wrap {
    display: flex !important;
    flex-direction: column !important;
  }
  main .services .tabs .tabs__nav .wrap .tabs__btn {
    font-size: clamp(16px, 3vw, 24px);
  }
  main .services .tabs .tabs__content .tabs__pane,
  main .services .tabs .tabs__content .tabs__pane_show {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  main .services .tabs .tabs__content .tabs__pane .info,
  main .services .tabs .tabs__content .tabs__pane_show .info {
    max-width: 100%;
  }
  main .services .tabs .tabs__content .tabs__pane .info .images,
  main .services .tabs .tabs__content .tabs__pane_show .info .images {
    gap: 10px !important;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  main .services .tabs .tabs__content .tabs__pane .info .images img,
  main .services .tabs .tabs__content .tabs__pane_show .info .images img {
    max-width: clamp(165px, 45vw, 446px) !important;
    max-height: clamp(165px, 45vw, 446px) !important;
  }
  main .services .tabs .tabs__content .tabs__pane .info .images img:nth-child(3),
  main .services .tabs .tabs__content .tabs__pane_show .info .images img:nth-child(3) {
    display: block;
    width: 100%;
    height: 100%;
    max-width: clamp(340px, 98vw, 750px) !important;
    max-height: clamp(340px, 93vw, 750px) !important;
  }
  main .services .tabs .tabs__content .tabs__pane .info .text .btn.red,
  main .services .tabs .tabs__content .tabs__pane_show .info .text .btn.red {
    max-width: 100%;
  }
  main .services .tabs .tabs__content .tabs__pane .images_ssd,
  main .services .tabs .tabs__content .tabs__pane_show .images_ssd {
    display: none;
  }
  main .production .wrap {
    padding: clamp(10px, 3vw, 20px);
    gap: 20px;
  }
  main .production .wrap .info h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .production .wrap .info .text p:last-child {
    font-size: clamp(14px, 3vw, 16px);
  }
  main .production .wrap video {
    min-width: 320px;
    max-height: clamp(193px, 57vw, 424px);
  }
  main .portfolio .title h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .portfolio .title .sort {
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-height: fit-content;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  main .portfolio .title .sort::before {
    content: "";
    position: absolute;
    right: 35px;
    top: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("/assets/images/foam-ceramics/icon/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  main .portfolio .title .sort button {
    text-align: start;
  }
  main .portfolio .items {
    gap: 10px;
  }
  main .consultation {
    position: relative;
  }
  main .consultation .info {
    padding: clamp(10px, 3vw, 20px);
    min-width: 340px;
  }
  main .consultation .info .text {
    max-width: clamp(165px, 68vw, 388px);
  }
  main .consultation .info .text h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .consultation .info .text p {
    font-size: clamp(14px, 3vw, 16px);
  }
  main .consultation img {
    position: absolute;
    top: clamp(30px, 5vw, 50px);
    right: 0px;
    max-width: clamp(110px, 30vw, 160px);
    transform: translateX(0) rotate(-60deg) !important;
  }
  main .internals .wrap {
    padding: 20px 10px;
  }
  main .internals .wrap .info {
    gap: 30px;
  }
  main .internals .wrap .info h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .internals .wrap .info .text {
    margin-top: -10px;
    gap: 20px;
  }
  main .internals .wrap .info .text p:first-child {
    font-size: clamp(14px, 3vw, 16px);
  }
  main .internals .wrap .info .text p:last-child {
    font-size: clamp(12px, 3vw, 14px);
  }
  main .internals .wrap .info .btn.red {
    max-width: 100%;
  }
  main .internals .wrap .items {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    min-width: 320px;
  }
  main .internals .wrap .items img {
    max-width: clamp(155px, 50vw, 360px);
    max-height: clamp(155px, 50vw, 360px);
  }
  main .faq {
    gap: 47px;
  }
  main .faq .title h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .faq .question-answer .answers__details {
    padding: 10px;
  }
  main .faq .question-answer .answers__details .answers__summary p {
    font-size: clamp(14px, 6vw, 16px);
    align-items: center;
  }
  main .faq .question-answer .answers__details .answers__summary p span {
    font-size: clamp(12px, 3vw, 24px);
  }
  main .faq .question-answer .answers__details .answers__text {
    padding: 10px 10px 0 10px;
  }
  main .faq .question-answer .answers__details .answers__text p {
    font-size: clamp(12px, 3vw, 14px);
  }
  main .articles h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .articles .items {
    flex-direction: column;
    gap: 10px;
  }
  main .articles .items .item {
    flex-basis: clamp(400px, 92vw, 470px);
  }
  main .articles .items .item img {
    max-width: 100%;
  }
  main .articles .items .item .text p {
    font-size: clamp(14px, 3vw, 20px);
  }
  main .articles .items .item .text .date {
    font-size: clamp(12px, 3vw, 18px);
  }
  main .contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  main .contacts .info.min {
    z-index: 1;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    max-height: 404px;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  main .contacts .info.min h2 {
    font-size: clamp(30px, 6vw, 40px);
  }
  main .contacts .info.min .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  main .contacts .info.min .text a {
    font-size: clamp(16px, 3vw, 18px);
    font-weight: 700;
    color: #393776;
    line-height: 1.5;
    transition: all 0.3s ease;
  }
  main .contacts .info.min .text a:hover {
    color: #f00;
  }
  main .contacts .info.min .text p {
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 700;
  }
  main .contacts .info.min .text .btn {
    height: 60px;
  }
  main .contacts .map {
    max-height: 550px;
  }
  main .contacts .map iframe {
    max-height: 550px;
  }
  main .contacts .map .info {
    display: none;
  }
}/*# sourceMappingURL=foam-ceramics.css.map */