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

* {
  padding: 0;
  margin: 0; }

html {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.15; }

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

body {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  position: relative; }

button, input, select, textarea, th, td {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal; }

h1, .h1 {
  font-weight: bold;
  font-size: 62px;
  line-height: 133.02%;
  text-transform: uppercase;
  color: #292929; }
  @media (max-width: 768px) {
    h1, .h1 {
      font-size: 28px;
      line-height: 34px; } }
h2, .h2 {
  font-weight: bold;
  font-size: 52px;
  line-height: 63px;
  text-transform: uppercase;
  color: #292929; }
  @media (max-width: 768px) {
    h2, .h2 {
      font-size: 24px;
      line-height: 29px; } }
h3, .h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 148.52%;
  color: #292929; }

h4, .h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #292929; }

h5, .h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 152.02%;
  color: #292929; }

.yellow-link {
  color: #CCA941; }
  .yellow-link:active, .yellow-link:hover {
    color: black; }

.gray-link {
  color: #B1B1B1; }
  .gray-link:active, .gray-link:hover {
    color: #CCA941; }

.accent-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
  text-transform: uppercase; }

.more-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  text-transform: uppercase; }

.menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  text-decoration-line: none;
  color: black; }

button,
.btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
  border: 2px solid #E2BB49;
  background-color: #E2BB49;
  text-decoration-line: none;
  cursor: pointer; }
  button:hover, button:active,
  .btn:hover,
  .btn:active {
    border-color: #F0C74D;
    background-color: #F0C74D; }
  button:disabled,
  .btn:disabled {
    color: #858585;
    border-color: #DFDFDF;
    background-color: #DFDFDF; }
  button.outline,
  .btn.outline {
    background-color: white; }
    button.outline:hover, button.outline:active,
    .btn.outline:hover,
    .btn.outline:active {
      border-color: #E2BB49;
      background-color: #E2BB49; }
    button.outline:disabled,
    .btn.outline:disabled {
      color: #858585;
      border-color: #DFDFDF; }

.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .container {
      width: auto; } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@media (max-width: 768px) {
  nav.about-submenu {
    display: none; } }

nav.about-submenu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  border-bottom: 1px solid #B3B3B3; }

nav.about-submenu li {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase; }
  nav.about-submenu li a {
    color: #424242;
    text-decoration-line: none;
    margin-left: 0;
    margin-right: 0; }
  nav.about-submenu li.active a {
    color: #CCA941;
    text-decoration-line: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 2px; }

nav.mobi-about-submenu {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 1px solid #E8E8E8; }
  nav.mobi-about-submenu a {
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
    font-weight: 500;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: none;
    text-transform: uppercase; }
    nav.mobi-about-submenu a.active {
      color: #CCA941; }
  @media (max-width: 768px) {
    nav.mobi-about-submenu:not(.nomobile) {
      display: block; } }

.article-block {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    .article-block {
      padding-top: 60px;
      padding-bottom: 60px;
      padding-left: 10px;
      padding-right: 10px; } }
  .article-block.home {
    padding-top: 140px;
    padding-bottom: 60px; }
    @media (max-width: 768px) {
      .article-block.home {
        padding-top: 60px;
        padding-bottom: 60px; } }
  .article-block .container {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px; }
    @media (max-width: 768px) {
      .article-block .container {
        font-size: 16px;
        line-height: 1.5; }
        .article-block .container img {
          max-width: 100%; } }
    .article-block .container::after {
      clear: both; }
  .article-block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    float: left; }
    @media (max-width: 768px) {
      .article-block h2 {
        font-size: 24px;
        line-height: 29px;
        float: none;
        margin-bottom: 40px; } }
  .article-block p, .article-block ul, .article-block ol, .article-block h3 {
    margin-bottom: 1em; }
    .article-block p:last-of-type, .article-block ul:last-of-type, .article-block ol:last-of-type, .article-block h3:last-of-type {
      margin-bottom: 0; }
    .article-block p a, .article-block ul a, .article-block ol a, .article-block h3 a {
      color: #CCA941; }
      .article-block p a:hover, .article-block p a:active, .article-block ul a:hover, .article-block ul a:active, .article-block ol a:hover, .article-block ol a:active, .article-block h3 a:hover, .article-block h3 a:active {
        color: black; }
  .article-block .all {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin-top: 60px;
    margin-left: 508px; }
    @media (max-width: 768px) {
      .article-block .all {
        margin-top: 40px;
        margin-left: 0;
        text-align: center; } }
    .article-block .all a {
      text-transform: uppercase;
      color: #B1B1B1; }

.author-block {
  padding-bottom: 90px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px; }
  @media (max-width: 768px) {
    .author-block {
      padding-bottom: 60px; } }
  .author-block.gray {
    background: linear-gradient(116.15deg, #F8F8F8 0.79%, #F3F3F3 100%); }
  .author-block .container {
    display: flex;
    font-style: italic;
    padding-left: 508px; }
    @media (max-width: 768px) {
      .author-block .container {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px; } }
  .author-block img {
    height: 200px;
    margin-right: 20px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .author-block img {
        height: auto;
        max-width: 100%;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px; } }
  .author-block h4 {
    font-size: 16px;
    font-weight: 500;
    text-transform: none; }
  .author-block .container > h4 {
    display: none; }
    @media (max-width: 768px) {
      .author-block .container > h4 {
        display: block; } }
  @media (max-width: 768px) {
    .author-block .info h4 {
      display: none; } }
  .author-block .phone a {
    color: inherit;
    text-decoration-line: none; }
  .author-block .name {
    font-weight: 700; }
  .author-block .email a {
    color: #CCA941; }
    .author-block .email a:hover, .author-block .email a:active {
      color: black; }

section.breadcrumb {
  position: relative;
  height: 244px;
  z-index: 110; }
  @media (max-width: 768px) {
    section.breadcrumb {
      height: auto; } }
  section.breadcrumb img, section.breadcrumb .w {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 244px; }
  section.breadcrumb img {
    object-fit: cover;
    object-position: center;
    z-index: 111; }
    @media (max-width: 768px) {
      section.breadcrumb img {
        height: 100%; } }
  section.breadcrumb .w {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 112; }
    @media (max-width: 768px) {
      section.breadcrumb .w {
        position: static;
        height: auto;
        background-color: transparent; } }
  section.breadcrumb .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 244px;
    z-index: 113; }
    @media (max-width: 768px) {
      section.breadcrumb .container {
        height: auto; } }
  section.breadcrumb h1 {
    margin-top: 0.75rem;
    color: white;
    font-size: 40px;
    z-index: 114; }
    @media (max-width: 768px) {
      section.breadcrumb h1 {
        margin-top: 0;
        padding: 24px 10px;
        background-color: rgba(0, 0, 0, 0.6); } }
  section.breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    z-index: 114; }
    @media (max-width: 768px) {
      section.breadcrumb ol {
        display: none; } }
  section.breadcrumb li {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #CCA941;
    text-transform: uppercase;
    margin-right: 0.5rem;
    z-index: 115; }
    section.breadcrumb li::after {
      content: '>';
      margin-left: 0.5rem; }
    section.breadcrumb li:last-of-type {
      margin-right: 0; }
      section.breadcrumb li:last-of-type::after {
        content: none; }
    section.breadcrumb li a {
      color: inherit;
      text-decoration-line: none;
      z-index: 116; }

section.composite-fragment {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    section.composite-fragment .container {
      padding-left: 10px;
      padding-right: 10px; } }
  section.composite-fragment.first {
    padding-top: 90px; }
    @media (max-width: 768px) {
      section.composite-fragment.first {
        padding-top: 60px; } }
  section.composite-fragment.gray {
    background-color: #F3F3F3; }
  section.composite-fragment h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    float: left; }
    @media (max-width: 768px) {
      section.composite-fragment h2 {
        font-size: 24px;
        line-height: 29px;
        float: none;
        margin-bottom: 40px; } }
  section.composite-fragment .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px; }
    @media (max-width: 768px) {
      section.composite-fragment .text img {
        max-width: 100%; } }
    section.composite-fragment .text *:last-child {
      margin-bottom: 0; }
    section.composite-fragment .text *:first-child {
      margin-top: 0; }
    section.composite-fragment .text::after {
      clear: both; }
    section.composite-fragment .text p, section.composite-fragment .text ul, section.composite-fragment .text ol, section.composite-fragment .text h3 {
      margin-bottom: 30px; }
      section.composite-fragment .text p a, section.composite-fragment .text ul a, section.composite-fragment .text ol a, section.composite-fragment .text h3 a {
        color: #CCA941; }
        section.composite-fragment .text p a:hover, section.composite-fragment .text p a:active, section.composite-fragment .text ul a:hover, section.composite-fragment .text ul a:active, section.composite-fragment .text ol a:hover, section.composite-fragment .text ol a:active, section.composite-fragment .text h3 a:hover, section.composite-fragment .text h3 a:active {
          color: black; }
    section.composite-fragment .text ul, section.composite-fragment .text ol {
      padding-left: 20px; }
    @media (max-width: 768px) {
      section.composite-fragment .text li {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    section.composite-fragment .text h3 {
      text-transform: uppercase; }
    section.composite-fragment .text table {
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 2px;
      border-collapse: collapse;
      border-radius: 2px;
      border-style: hidden;
      box-shadow: 0 0 0 1px #B9B9B9; }
    section.composite-fragment .text td, section.composite-fragment .text th {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 6px 8px;
      border: 1px solid #B9B9B9;
      color: #424242;
      text-align: left; }
      section.composite-fragment .text td.nowrap, section.composite-fragment .text th.nowrap {
        white-space: nowrap; }
      section.composite-fragment .text td p, section.composite-fragment .text th p {
        margin-bottom: 0; }
    section.composite-fragment .text .big-table td, section.composite-fragment .text .big-table th, section.composite-fragment .text .middle-table td, section.composite-fragment .text .middle-table th {
      background-color: white; }
    section.composite-fragment .text .big-table tr:first-of-type td, section.composite-fragment .text .big-table tr:first-of-type th, section.composite-fragment .text .middle-table tr:first-of-type td, section.composite-fragment .text .middle-table tr:first-of-type th {
      text-align: center;
      background-color: #E6E6E6; }
    section.composite-fragment .text .chemical-grid {
      margin-left: 508px;
      width: 692px;
      display: grid;
      grid-template-columns: repeat(4, 150.5px);
      gap: 30px 30px; }
      @media (max-width: 768px) {
        section.composite-fragment .text .chemical-grid {
          margin-left: 0;
          width: auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      section.composite-fragment .text .chemical-grid table {
        width: 150.5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
  section.composite-fragment .gallery-photos {
    display: grid;
    grid-template-columns: repeat(2, 341px);
    gap: 10px 10px; }
    @media (max-width: 768px) {
      section.composite-fragment .gallery-photos {
        display: none; } }
    section.composite-fragment .gallery-photos a {
      display: block;
      border: 1px solid #A8A8A8; }
      section.composite-fragment .gallery-photos a img {
        display: block;
        width: 339px;
        height: 378px;
        object-fit: cover;
        object-position: center; }
  section.composite-fragment .mobi-gallery {
    display: none; }
    @media (max-width: 768px) {
      section.composite-fragment .mobi-gallery {
        display: block; } }
    section.composite-fragment .mobi-gallery img {
      max-width: 100%;
      margin-bottom: 20px; }
      section.composite-fragment .mobi-gallery img:last-of-type {
        margin-bottom: 0; }

.composite-image {
  position: relative; }
  .composite-image .bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%; }
    .composite-image .bg.top {
      top: 0; }
    .composite-image .bg.bottom {
      bottom: 0; }
    .composite-image .bg.gray {
      background-color: #F3F3F3; }
  .composite-image .container {
    position: relative; }
    .composite-image .container img {
      display: block; }
      @media (max-width: 768px) {
        .composite-image .container img {
          max-width: 100%; } }

section.contacts-employees {
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.contacts-employees {
      padding-bottom: 60px; } }
  section.contacts-employees .grid {
    display: grid;
    grid-template-columns: repeat(3, 387px);
    gap: 60px 20px; }
    @media (max-width: 768px) {
      section.contacts-employees .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  section.contacts-employees article {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      section.contacts-employees article {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 60px; }
        section.contacts-employees article:last-of-type {
          margin-bottom: 0; } }
    section.contacts-employees article img {
      height: 200px;
      margin-right: 20px;
      flex-shrink: 0; }
      @media (max-width: 768px) {
        section.contacts-employees article img {
          height: auto;
          max-width: 100%;
          margin-right: 0;
          margin-bottom: 20px; } }
    section.contacts-employees article h3 {
      font-weight: 700;
      font-size: 20px;
      line-height: 30px; }
    section.contacts-employees article p {
      font-size: 16px;
      line-height: 30px;
      font-weight: 500; }
  section.contacts-employees .roadmap img {
    max-width: 100%; }

section.contacts-main {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.contacts-main {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.contacts-main .container {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      section.contacts-main .container {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px; } }
  section.contacts-main h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #292929;
    margin-right: auto; }
    @media (max-width: 768px) {
      section.contacts-main h2 {
        font-size: 24px;
        line-height: 29px;
        margin-right: 0;
        margin-bottom: 40px; } }
  section.contacts-main dl {
    width: 305px;
    margin-right: 100px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500; }
    @media (max-width: 768px) {
      section.contacts-main dl {
        margin-bottom: 30px; }
        section.contacts-main dl:last-of-type {
          margin-bottom: 0; } }
    section.contacts-main dl:last-of-type {
      margin-right: 0; }
    section.contacts-main dl dt {
      font-weight: 700; }
    section.contacts-main dl dd {
      margin-bottom: 30px; }
      section.contacts-main dl dd:last-of-type {
        margin-bottom: 0; }
      section.contacts-main dl dd a {
        color: inherit;
        text-decoration-line: none; }

section.contacts-offices {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #F3F3F3; }
  @media (max-width: 768px) {
    section.contacts-offices {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.contacts-offices h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      section.contacts-offices h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px; } }
  section.contacts-offices .grid {
    display: grid;
    grid-template-columns: repeat(3, 387px);
    gap: 60px 20px; }
    @media (max-width: 768px) {
      section.contacts-offices .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  section.contacts-offices article {
    background-color: white;
    border: 1px solid #D9D9D9;
    padding: 30px; }
    @media (max-width: 768px) {
      section.contacts-offices article {
        padding: 20px;
        margin-bottom: 60px; }
        section.contacts-offices article:last-of-type {
          margin-bottom: 0; } }
    section.contacts-offices article h3 {
      font-weight: 700;
      font-size: 30px;
      line-height: 47px;
      margin-bottom: 36px;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        section.contacts-offices article h3 {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 20px; } }
    section.contacts-offices article dl {
      font-size: 16px;
      line-height: 30px;
      font-weight: 500; }
      section.contacts-offices article dl dt {
        font-weight: 700; }
      section.contacts-offices article dl dd {
        margin-bottom: 30px; }
        section.contacts-offices article dl dd:last-of-type {
          margin-bottom: 0; }
        section.contacts-offices article dl dd a {
          color: inherit;
          text-decoration-line: none; }
    section.contacts-offices article iframe {
      margin-top: 30px; }
      @media (max-width: 768px) {
        section.contacts-offices article iframe {
          margin-top: 20px; } }

section.contacts {
  padding: 140px 0 65px;
  background: url("../images/contacts-bg.74ff1af573a4.svg") no-repeat center 204px; }
  @media (max-width: 768px) {
    section.contacts {
      padding-top: 60px;
      padding-bottom: 60px;
      background-position: center bottom; } }
  section.contacts .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 768px) {
      section.contacts .container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch; }
        section.contacts .container h2 {
          padding-left: 10px;
          padding-right: 10px; } }
  section.contacts .table {
    width: 690px; }
    @media (max-width: 768px) {
      section.contacts .table {
        width: auto;
        background: url("../images/contacts-bg.74ff1af573a4.svg") no-repeat center bottom; } }
    section.contacts .table .grid {
      margin-top: 120px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 79px 96px; }
      @media (max-width: 768px) {
        section.contacts .table .grid {
          display: block;
          margin-top: 40px;
          padding-left: 10px;
          padding-right: 10px; }
          section.contacts .table .grid .cell {
            margin-bottom: 40px; } }
    section.contacts .table h5 {
      margin-bottom: 12px; }
    section.contacts .table .contact {
      font-weight: 500;
      font-size: 16px;
      line-height: 28px;
      color: #424242; }
      section.contacts .table .contact a {
        color: inherit;
        text-decoration-line: none; }
  section.contacts .form {
    width: 507px;
    padding: 43px 0;
    border: 1px solid #E2BB49;
    background-color: white;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.06); }
    @media (max-width: 768px) {
      section.contacts .form {
        width: auto;
        padding: 50px 10px; } }
    section.contacts .form h4 {
      margin-bottom: 52px;
      text-align: center; }
    section.contacts .form form {
      padding: 0 70px; }
      section.contacts .form form .bi-arrow-clockwise {
        display: none;
        vertical-align: middle;
        margin-right: 4px;
        width: 24px;
        height: 24px;
        animation: rotation 2s linear infinite; }
      section.contacts .form form.sending .bi-arrow-clockwise {
        display: inline-block; }
      @media (max-width: 768px) {
        section.contacts .form form {
          padding-left: 0;
          padding-right: 0; } }
      section.contacts .form form .control {
        margin-bottom: 44px; }
      section.contacts .form form .submit {
        margin-top: 50px; }
        section.contacts .form form .submit button {
          width: 100%; }

.control.input {
  position: relative; }
  .control.input input {
    display: block;
    width: 100%;
    height: 41px;
    line-height: 28px;
    border: solid #D0D0D0;
    border-width: 0 0 2px;
    padding: 12px 0 0;
    font-size: 14px;
    background: transparent;
    outline: none; }
    .control.input input::placeholder {
      color: transparent; }
  .control.input.error input {
    border-color: #E33D5A; }
  .control.input label {
    display: block;
    font-size: 14px;
    color: #C7C7C7;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px; }
    .control.input label em {
      color: #E33D5A; }
  .control.input input:focus ~ label,
  .control.input input:not(:placeholder-shown) ~ label {
    font-size: 12px;
    line-height: 1; }

.control.textarea label {
  display: block;
  font-size: 14px;
  color: #C7C7C7;
  line-height: 1;
  margin-bottom: 10px; }
  .control.textarea label em {
    color: #E33D5A; }

.control.textarea textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 174px;
  background: #F4F4F4;
  border: 2px solid #D0D0D0;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 14px; }
  .control.textarea textarea::placeholder {
    color: transparent; }

.control.textarea.error textarea {
  border-color: #E33D5A; }

.control .errmessage {
  display: none;
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #E33D5A; }

.control.error .errmessage {
  display: block; }

.checkbox {
  margin-top: 10px; }
  .checkbox label {
    display: block;
    font-size: 14px;
    color: #C7C7C7; }
    .checkbox label em {
      color: #E33D5A; }
  .checkbox a {
    color: #CCA941; }
  .checkbox .errmessage {
    display: none;
    margin-top: 0.5rem;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #E33D5A; }
  .checkbox.error .errmessage {
    display: block; }

.dialog .message {
  display: none;
  margin-bottom: 1rem;
  font-size: 18px; }
  .dialog .message.error {
    color: #E33D5A; }
  .dialog .message.info {
    color: #0dcaf0; }

div.cookie-disclaimer {
  position: fixed;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 2rem;
  z-index: 333; }
  div.cookie-disclaimer:not(.shown) {
    display: none; }
  div.cookie-disclaimer div.body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1.5rem;
    border: 1px solid white;
    border-radius: 2.5rem;
    background-color: #141414;
    max-width: 1200px;
    padding: 1rem 1rem 1rem 1.5rem; }
    @media (max-width: 768px) {
      div.cookie-disclaimer div.body {
        width: 98vw;
        flex-direction: column;
        row-gap: 1rem; } }
  div.cookie-disclaimer div.disclaimer {
    font-size: 0.875rem;
    color: white; }
    div.cookie-disclaimer div.disclaimer a {
      color: #F0C74D; }
  div.cookie-disclaimer a.close {
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #ed1b24;
    border-radius: 14px;
    color: white;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    flex-shrink: 0;
    text-decoration: none; }

section.deposit-list {
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.deposit-list {
      padding-bottom: 60px; } }
  section.deposit-list article h3 {
    height: 82px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    background: url("../images/expand-down.3d8f05a11f6d.svg") no-repeat right center;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    color: #424242;
    text-transform: uppercase; }
  section.deposit-list article.expand h3 {
    background-image: url("../images/expand-up.1f15edf04f57.svg");
    border-bottom-color: white;
    color: #CCA941; }
  section.deposit-list article .body {
    display: none; }
  section.deposit-list article.expand .body {
    display: block; }
  @media (max-width: 768px) {
    section.deposit-list article .head {
      padding-left: 10px;
      padding-right: 10px; } }
  section.deposit-list article .head .container,
  section.deposit-list article .body .container {
    padding-left: 508px; }
    @media (max-width: 768px) {
      section.deposit-list article .head .container,
      section.deposit-list article .body .container {
        padding-left: 0; } }
  section.deposit-list article .body {
    padding: 30px 0 60px; }
    @media (max-width: 768px) {
      section.deposit-list article .body {
        padding-left: 10px;
        padding-right: 10px; } }
  section.deposit-list article.expand .body {
    background-color: #F3F3F3; }
  section.deposit-list article .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent;
    padding: 0; }
    @media (max-width: 768px) {
      section.deposit-list article .text img {
        max-width: 100%; } }
    section.deposit-list article .text *:last-child {
      margin-bottom: 0; }
    section.deposit-list article .text *:first-child {
      margin-top: 0; }
    section.deposit-list article .text::after {
      clear: both; }
    section.deposit-list article .text p, section.deposit-list article .text ul, section.deposit-list article .text ol, section.deposit-list article .text h3 {
      margin-bottom: 30px; }
      section.deposit-list article .text p a, section.deposit-list article .text ul a, section.deposit-list article .text ol a, section.deposit-list article .text h3 a {
        color: #CCA941; }
        section.deposit-list article .text p a:hover, section.deposit-list article .text p a:active, section.deposit-list article .text ul a:hover, section.deposit-list article .text ul a:active, section.deposit-list article .text ol a:hover, section.deposit-list article .text ol a:active, section.deposit-list article .text h3 a:hover, section.deposit-list article .text h3 a:active {
          color: black; }
    section.deposit-list article .text ul, section.deposit-list article .text ol {
      padding-left: 20px; }
    @media (max-width: 768px) {
      section.deposit-list article .text li {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    section.deposit-list article .text h3 {
      text-transform: uppercase; }
    section.deposit-list article .text table {
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 2px;
      border-collapse: collapse;
      border-radius: 2px;
      border-style: hidden;
      box-shadow: 0 0 0 1px #B9B9B9; }
    section.deposit-list article .text td, section.deposit-list article .text th {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 6px 8px;
      border: 1px solid #B9B9B9;
      color: #424242;
      text-align: left; }
      section.deposit-list article .text td.nowrap, section.deposit-list article .text th.nowrap {
        white-space: nowrap; }
      section.deposit-list article .text td p, section.deposit-list article .text th p {
        margin-bottom: 0; }
    section.deposit-list article .text .big-table td, section.deposit-list article .text .big-table th, section.deposit-list article .text .middle-table td, section.deposit-list article .text .middle-table th {
      background-color: white; }
    section.deposit-list article .text .big-table tr:first-of-type td, section.deposit-list article .text .big-table tr:first-of-type th, section.deposit-list article .text .middle-table tr:first-of-type td, section.deposit-list article .text .middle-table tr:first-of-type th {
      text-align: center;
      background-color: #E6E6E6; }
    section.deposit-list article .text .chemical-grid {
      margin-left: 508px;
      width: 692px;
      display: grid;
      grid-template-columns: repeat(4, 150.5px);
      gap: 30px 30px; }
      @media (max-width: 768px) {
        section.deposit-list article .text .chemical-grid {
          margin-left: 0;
          width: auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      section.deposit-list article .text .chemical-grid table {
        width: 150.5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
  section.deposit-list article .more {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 40px; }
    section.deposit-list article .more a {
      color: #CCA941; }
      section.deposit-list article .more a:hover, section.deposit-list article .more a:active {
        color: black; }

.document-list {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    .document-list {
      padding-top: 60px;
      padding-bottom: 60px; }
      .document-list article {
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom: 1px solid #D2D2D2; }
        .document-list article:last-of-type {
          margin-bottom: 0; } }
  .document-list.odd {
    background-color: #F3F3F3; }
  .document-list .container {
    display: grid;
    grid-template-columns: repeat(3, 313px);
    column-gap: 131px; }
    @media (max-width: 768px) {
      .document-list .container {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  .document-list a {
    display: block;
    width: 313px;
    height: 444px;
    box-shadow: 0 0 0 1px #D9D9D9;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .document-list a {
        display: none; } }
    .document-list a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .document-list img.mobi {
    display: none; }
    @media (max-width: 768px) {
      .document-list img.mobi {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%; } }
  .document-list h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    color: #424242;
    text-align: center; }
    @media (max-width: 768px) {
      .document-list h3 {
        font-size: 16px; } }

section.facility-list {
  padding-top: 60px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.facility-list {
      padding-bottom: 60px; } }
  section.facility-list.gray {
    background-color: #F3F3F3; }
  section.facility-list h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      section.facility-list h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px; } }
  section.facility-list .grid {
    display: grid;
    grid-template-columns: repeat(3, 387px);
    gap: 60px 19.5px; }
    @media (max-width: 768px) {
      section.facility-list .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  section.facility-list article {
    background-color: white;
    border: 1px solid #D9D9D9;
    padding-bottom: 25px;
    position: relative; }
    @media (max-width: 768px) {
      section.facility-list article {
        margin-bottom: 32px; } }
    section.facility-list article > a {
      display: block;
      width: 387px;
      height: 176px;
      margin-bottom: 12px; }
      @media (max-width: 768px) {
        section.facility-list article > a {
          width: auto;
          height: auto; } }
      section.facility-list article > a img {
        display: block;
        width: 385px;
        height: 176px;
        object-fit: cover;
        object-position: center; }
        @media (max-width: 768px) {
          section.facility-list article > a img {
            width: auto;
            height: auto;
            max-width: 100%; } }
    section.facility-list article h3 {
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      padding-left: 8px;
      padding-right: 8px;
      margin-bottom: 4px; }
      section.facility-list article h3 a {
        color: #292929;
        text-decoration: none; }
    section.facility-list article p {
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #808080;
      padding-left: 8px;
      padding-right: 8px; }
    section.facility-list article div {
      position: absolute;
      font-weight: 500;
      font-size: 14px;
      height: 25px;
      left: 8px;
      bottom: -17px; }
      section.facility-list article div a {
        background-color: white;
        color: #CCA941;
        text-transform: uppercase;
        text-decoration-line: none; }
        section.facility-list article div a:hover, section.facility-list article div a:active {
          color: black; }
  section.facility-list .all {
    margin-top: 3.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    section.facility-list .all a {
      color: #CCA941; }
      section.facility-list .all a:hover, section.facility-list .all a:active {
        color: black; }

section.feedback-form {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 768px) {
    section.feedback-form {
      padding-left: 0;
      padding-right: 0; } }
  section.feedback-form.with-margin {
    padding-bottom: 90px; }
    @media (max-width: 768px) {
      section.feedback-form.with-margin {
        padding-bottom: 60px; } }
  section.feedback-form form {
    position: relative;
    padding: 90px 0;
    background: url("../images/forma.0d607167542b.png") no-repeat center/cover;
    border: 2px solid #E2BB49; }
    section.feedback-form form .bi-arrow-clockwise {
      display: none;
      vertical-align: middle;
      margin-right: 4px;
      width: 24px;
      height: 24px;
      animation: rotation 2s linear infinite; }
    section.feedback-form form.sending .bi-arrow-clockwise {
      display: inline-block; }
    @media (max-width: 768px) {
      section.feedback-form form {
        padding: 40px 10px; }
        section.feedback-form form .control {
          margin-bottom: 30px; } }
    section.feedback-form form h2 {
      margin-bottom: 30px; }
    section.feedback-form form .form-text {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #808080; }
      @media (max-width: 768px) {
        section.feedback-form form .form-text {
          font-size: 14px; } }
      section.feedback-form form .form-text p {
        margin-bottom: 1rem; }
    section.feedback-form form .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px 20px;
      margin-bottom: 50px; }
      @media (max-width: 768px) {
        section.feedback-form form .grid {
          display: block;
          margin-bottom: 0; } }
    section.feedback-form form .submit {
      margin-top: 60px;
      display: flex;
      justify-content: center; }
      @media (max-width: 768px) {
        section.feedback-form form .submit {
          margin-top: 40px; } }

section.feedback-list {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.feedback-list {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.feedback-list .container {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      section.feedback-list .container {
        flex-direction: column;
        justify-content: flex-start; } }
  section.feedback-list .runner {
    width: 450px; }
    @media (max-width: 768px) {
      section.feedback-list .runner {
        width: auto;
        margin-bottom: 32px; } }
    section.feedback-list .runner h2 {
      font-weight: bold;
      font-size: 36px;
      line-height: 44px;
      float: left;
      float: none; }
      @media (max-width: 768px) {
        section.feedback-list .runner h2 {
          font-size: 24px;
          line-height: 29px;
          float: none;
          margin-bottom: 40px; } }
      @media (max-width: 768px) {
        section.feedback-list .runner h2 {
          padding-left: 10px;
          padding-right: 10px; } }
  section.feedback-list .items {
    width: 692px; }
    @media (max-width: 768px) {
      section.feedback-list .items {
        width: auto; } }
    section.feedback-list .items > .a {
      font-weight: 500;
      font-size: 18px;
      line-height: 34px; }
      @media (max-width: 768px) {
        section.feedback-list .items > .a {
          padding-left: 10px;
          padding-right: 10px; } }
  section.feedback-list article h3 {
    height: 82px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    background: url("../images/expand-down.3d8f05a11f6d.svg") no-repeat right center;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    color: #424242;
    text-transform: uppercase; }
  section.feedback-list article.expand h3 {
    background-image: url("../images/expand-up.1f15edf04f57.svg");
    border-bottom-color: white;
    color: #CCA941; }
  section.feedback-list article .body {
    display: none; }
  section.feedback-list article.expand .body {
    display: block; }
  @media (max-width: 768px) {
    section.feedback-list article .head {
      padding-left: 10px;
      padding-right: 10px; } }
  section.feedback-list article:first-of-type {
    margin-top: 90px; }
    @media (max-width: 768px) {
      section.feedback-list article:first-of-type {
        margin-top: 60px; } }
  section.feedback-list article .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    background-color: #F3F3F3;
    padding: 24px 16px; }
    @media (max-width: 768px) {
      section.feedback-list article .text img {
        max-width: 100%; } }
    section.feedback-list article .text *:last-child {
      margin-bottom: 0; }
    section.feedback-list article .text *:first-child {
      margin-top: 0; }
    section.feedback-list article .text::after {
      clear: both; }
    section.feedback-list article .text p, section.feedback-list article .text ul, section.feedback-list article .text ol, section.feedback-list article .text h3 {
      margin-bottom: 30px; }
      section.feedback-list article .text p a, section.feedback-list article .text ul a, section.feedback-list article .text ol a, section.feedback-list article .text h3 a {
        color: #CCA941; }
        section.feedback-list article .text p a:hover, section.feedback-list article .text p a:active, section.feedback-list article .text ul a:hover, section.feedback-list article .text ul a:active, section.feedback-list article .text ol a:hover, section.feedback-list article .text ol a:active, section.feedback-list article .text h3 a:hover, section.feedback-list article .text h3 a:active {
          color: black; }
    section.feedback-list article .text ul, section.feedback-list article .text ol {
      padding-left: 20px; }
    @media (max-width: 768px) {
      section.feedback-list article .text li {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    section.feedback-list article .text h3 {
      text-transform: uppercase; }
    section.feedback-list article .text table {
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 2px;
      border-collapse: collapse;
      border-radius: 2px;
      border-style: hidden;
      box-shadow: 0 0 0 1px #B9B9B9; }
    section.feedback-list article .text td, section.feedback-list article .text th {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 6px 8px;
      border: 1px solid #B9B9B9;
      color: #424242;
      text-align: left; }
      section.feedback-list article .text td.nowrap, section.feedback-list article .text th.nowrap {
        white-space: nowrap; }
      section.feedback-list article .text td p, section.feedback-list article .text th p {
        margin-bottom: 0; }
    section.feedback-list article .text .big-table td, section.feedback-list article .text .big-table th, section.feedback-list article .text .middle-table td, section.feedback-list article .text .middle-table th {
      background-color: white; }
    section.feedback-list article .text .big-table tr:first-of-type td, section.feedback-list article .text .big-table tr:first-of-type th, section.feedback-list article .text .middle-table tr:first-of-type td, section.feedback-list article .text .middle-table tr:first-of-type th {
      text-align: center;
      background-color: #E6E6E6; }
    section.feedback-list article .text .chemical-grid {
      margin-left: 508px;
      width: 692px;
      display: grid;
      grid-template-columns: repeat(4, 150.5px);
      gap: 30px 30px; }
      @media (max-width: 768px) {
        section.feedback-list article .text .chemical-grid {
          margin-left: 0;
          width: auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      section.feedback-list article .text .chemical-grid table {
        width: 150.5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    @media (max-width: 768px) {
      section.feedback-list article .text {
        padding-left: 10px;
        padding-right: 10px; } }
  section.feedback-list .form {
    padding: 40px 0;
    border: 1px solid #E2BB49;
    background-color: white;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.06);
    margin-top: 32px; }
    section.feedback-list .form .form-text {
      padding: 0 45px 16px; }
      @media (max-width: 768px) {
        section.feedback-list .form .form-text {
          padding-left: 10px;
          padding-right: 10px; } }
    section.feedback-list .form form {
      padding: 0 45px; }
      section.feedback-list .form form .bi-arrow-clockwise {
        display: none;
        vertical-align: middle;
        margin-right: 4px;
        width: 24px;
        height: 24px;
        animation: rotation 2s linear infinite; }
      section.feedback-list .form form.sending .bi-arrow-clockwise {
        display: inline-block; }
      @media (max-width: 768px) {
        section.feedback-list .form form {
          padding-left: 10px;
          padding-right: 10px; } }
      section.feedback-list .form form .control {
        margin-bottom: 24px; }
      section.feedback-list .form form .submit {
        margin-top: 32px; }
        section.feedback-list .form form .submit button {
          width: 100%; }

footer.footer {
  padding-top: 39px;
  background-color: #292929; }
  @media (max-width: 768px) {
    footer.footer {
      padding-top: 0; } }
  footer.footer .line1 {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      footer.footer .line1 {
        flex-direction: column; }
        footer.footer .line1 .contacts {
          order: 5;
          padding: 30px 10px;
          display: flex;
          flex-direction: column;
          align-items: center; } }
    footer.footer .line1 .logo {
      display: inline-block;
      height: 59px;
      padding: 8px 0 0 65px;
      background: url("../images/logo-circle.54ed3f705feb.png") no-repeat left center;
      margin-right: auto; }
      footer.footer .line1 .logo path.name {
        fill: #EDEDED; }
      footer.footer .line1 .logo path.caption {
        fill: #EDEDED; }
      @media (max-width: 768px) {
        footer.footer .line1 .logo {
          margin-right: 0; } }
    footer.footer .line1 .phone {
      font-weight: 500;
      font-size: 22px;
      line-height: 39px;
      margin-top: 36px; }
      footer.footer .line1 .phone a {
        color: white;
        text-decoration: none; }
    footer.footer .line1 .email {
      font-weight: 500;
      font-size: 19px;
      line-height: 34px;
      margin-top: 12px; }
      footer.footer .line1 .email a {
        color: white;
        text-decoration: none; }
    footer.footer .line1 .policy {
      margin-top: 21px; }
      footer.footer .line1 .policy a {
        color: #828282;
        text-decoration: none; }
    footer.footer .line1 dl {
      padding-top: 10px; }
      @media (max-width: 768px) {
        footer.footer .line1 dl.expanded dt::after {
          background-image: url("../images/expand-up.white.f5a6d1ec42f5.svg"); }
        footer.footer .line1 dl.expanded dd {
          display: block; }
          footer.footer .line1 dl.expanded dd.mobi {
            display: block; } }
    footer.footer .line1 dt {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      margin-bottom: 18px;
      color: #E5E5E5; }
      @media (max-width: 768px) {
        footer.footer .line1 dt {
          margin-bottom: 0;
          line-height: 20px;
          padding: 16px 10px;
          border-bottom: 1px solid #3E3E3E;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          footer.footer .line1 dt::after {
            content: '';
            display: inline-block;
            width: 8px;
            height: 6px;
            background-image: url("../images/expand-down.white.d04cb3b3f191.svg"); } }
      footer.footer .line1 dt a {
        color: inherit;
        text-decoration: none; }
    footer.footer .line1 dd {
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 18px; }
      @media (max-width: 768px) {
        footer.footer .line1 dd {
          display: none;
          margin-bottom: 0;
          font-size: 16px;
          line-height: 20px;
          padding: 16px 10px;
          border-bottom: 1px solid #3E3E3E;
          background-color: #141414; } }
      footer.footer .line1 dd:last-of-type {
        margin-bottom: 0; }
      footer.footer .line1 dd.mobi {
        display: none; }
      footer.footer .line1 dd a {
        color: #828282;
        text-decoration: none; }
    footer.footer .line1 ul {
      list-style: none;
      padding-top: 10px; }
      @media (max-width: 768px) {
        footer.footer .line1 ul {
          order: 4; } }
      footer.footer .line1 ul li {
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 23px; }
        @media (max-width: 768px) {
          footer.footer .line1 ul li {
            margin-bottom: 0; } }
        footer.footer .line1 ul li:last-of-type {
          margin-bottom: 0; }
        footer.footer .line1 ul li a {
          color: #E5E5E5;
          text-decoration: none; }
          @media (max-width: 768px) {
            footer.footer .line1 ul li a {
              display: block;
              margin-bottom: 0;
              line-height: 20px;
              padding: 16px 10px;
              border-bottom: 1px solid #3E3E3E; } }
  footer.footer .line2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0 16px;
    margin-top: 44px;
    border-top: 1px solid #565656;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #666666; }
    @media (max-width: 768px) {
      footer.footer .line2 {
        flex-direction: column;
        align-items: stretch;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0; }
        footer.footer .line2 .rights {
          border-top: 1px solid #565656;
          padding: 30px 10px;
          text-align: center; }
        footer.footer .line2 .devs {
          padding: 0 10px 30px;
          text-align: center; } }
    footer.footer .line2 a {
      color: inherit;
      text-decoration: none; }
    footer.footer .line2 .links {
      display: flex; }
      @media (max-width: 768px) {
        footer.footer .line2 .links {
          padding: 0 10px 30px;
          justify-content: center; } }
      footer.footer .line2 .links a {
        margin-right: 12px; }
        footer.footer .line2 .links a img {
          max-height: 21px; }
  footer.footer .disclaimer {
    background-color: #141414;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
    line-height: 51px;
    text-align: center; }
    @media (max-width: 768px) {
      footer.footer .disclaimer {
        display: flex;
        flex-direction: column;
        padding: 20px 10px;
        font-size: 12px;
        line-height: 15px; } }

section.gallery {
  padding: 90px 0; }
  @media (max-width: 768px) {
    section.gallery {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.gallery.gray {
    background-color: #F3F3F3; }
  section.gallery h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #292929;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      section.gallery h2 {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 40px; } }
  section.gallery .photos {
    display: grid;
    grid-template-columns: repeat(4, 285px);
    gap: 30px 20px; }
    @media (max-width: 768px) {
      section.gallery .photos {
        display: none; } }
    section.gallery .photos a {
      display: block;
      width: 285px;
      height: 285px; }
      section.gallery .photos a img {
        width: 285px;
        height: 285px;
        object-fit: cover;
        object-position: center; }
  section.gallery .mobi {
    display: none; }
    @media (max-width: 768px) {
      section.gallery .mobi {
        display: block; } }
    section.gallery .mobi img {
      max-width: 100%;
      margin-bottom: 20px; }
      section.gallery .mobi img:last-of-type {
        margin-bottom: 0; }

.gallery-up {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7); }
  .gallery-up.show {
    display: block; }
  .gallery-up a.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 16px; }
    .gallery-up a.icon.close {
      right: 16px; }
    .gallery-up a.icon.toggle {
      right: 64px; }
    .gallery-up a.icon:hover {
      background-color: rgba(255, 255, 255, 0.15); }
    .gallery-up a.icon svg {
      width: 24px;
      height: 24px; }
      .gallery-up a.icon svg path {
        color: white; }
  .gallery-up a.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    background: rgba(0, 0, 0, 0.7); }
    .gallery-up a.arrow.left {
      left: 16px; }
    .gallery-up a.arrow.right {
      right: 16px; }
    .gallery-up a.arrow svg {
      width: 24px;
      height: 24px; }
      .gallery-up a.arrow svg path {
        color: white; }
  .gallery-up .viewport {
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .gallery-up .viewport img {
      max-width: 100%;
      max-height: 100%; }
  .gallery-up .title {
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: 16px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.7);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: white; }
  .gallery-up .bi-fullscreen-exit {
    display: none; }
  .gallery-up.fullscreen .viewport {
    overflow: auto; }
    .gallery-up.fullscreen .viewport img {
      max-width: none;
      max-height: none; }
  .gallery-up.fullscreen .bi-fullscreen-exit {
    display: inline-block; }
  .gallery-up.fullscreen .bi-arrows-fullscreen {
    display: none; }

section.gost-list {
  padding-top: 65px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.gost-list {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.gost-list .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 768px) {
      section.gost-list .container {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  section.gost-list h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #292929; }
    @media (max-width: 768px) {
      section.gost-list h2 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px; } }
  section.gost-list .gosts {
    width: 712px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      section.gost-list .gosts {
        width: auto; } }
  section.gost-list article {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
    section.gost-list article::before {
      content: '';
      display: inline-block;
      width: 76px;
      height: 76px;
      flex-shrink: 0;
      margin-right: 46px;
      background: url("../images/icon-pdf.af8037318731.svg") no-repeat center; }
      @media (max-width: 768px) {
        section.gost-list article::before {
          margin-right: 24px; } }
    section.gost-list article::after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 692px;
      height: 1px;
      background-color: #D9D9D9; }
      @media (max-width: 768px) {
        section.gost-list article::after {
          width: 100%; } }
    section.gost-list article h3, section.gost-list article p {
      font-weight: 500;
      font-size: 16px;
      line-height: 30px; }
    section.gost-list article a {
      color: #CCA941; }
      section.gost-list article a:hover, section.gost-list article a:active {
        color: black; }

section.greeting {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3; }
  @media (max-width: 768px) {
    section.greeting {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.greeting div.container {
    display: grid;
    grid-template-columns: 462px 1fr; }
    @media (max-width: 768px) {
      section.greeting div.container {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 1.5rem; } }
  @media (max-width: 768px) {
    section.greeting div.photo {
      display: flex;
      justify-content: center; } }
  section.greeting div.photo img {
    display: block;
    border-radius: 30px 0 0 30px; }
    @media (max-width: 768px) {
      section.greeting div.photo img {
        border-radius: 10px;
        max-width: 90%; } }
  section.greeting div.inner {
    border-radius: 0 30px 30px 0;
    background: white;
    padding: 63px 24px 24px 63px; }
    @media (max-width: 768px) {
      section.greeting div.inner {
        border-radius: 0;
        padding: 2rem 10px; } }
  section.greeting h3 {
    font-size: 28px;
    line-height: 1; }
    @media (max-width: 768px) {
      section.greeting h3 {
        line-height: 1.2;
        margin-bottom: 0.25rem; } }
  section.greeting div.position {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      section.greeting div.position {
        line-height: 1.2; } }
  section.greeting div.text {
    font-size: 18px;
    line-height: 28px; }
    section.greeting div.text p {
      margin-bottom: 2rem; }

section.index-catalog {
  padding: 140px 0;
  background: linear-gradient(116.15deg, #F8F8F8 0.79%, #F3F3F3 100%);
  position: relative;
  overflow: hidden; }
  @media (max-width: 768px) {
    section.index-catalog {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.index-catalog .container {
    position: relative; }
  section.index-catalog h2 {
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      section.index-catalog h2 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
  section.index-catalog .grid {
    display: grid;
    grid-template-columns: 285px 285px 285px 285px;
    grid-template-rows: 285px 285px;
    gap: 20px 20px;
    grid-template-areas: "main main first second" "main main third forth";
    z-index: 2;
    position: relative; }
    @media (max-width: 768px) {
      section.index-catalog .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
    section.index-catalog .grid .main {
      grid-area: main; }
    section.index-catalog .grid .first {
      grid-area: first; }
    section.index-catalog .grid .second {
      grid-area: second; }
    section.index-catalog .grid .third {
      grid-area: third; }
    section.index-catalog .grid .forth {
      grid-area: forth; }
    section.index-catalog .grid a {
      background: #FFFFFF;
      border: 1px solid #D9D9D9;
      box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.02);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-decoration-line: none; }
      @media (max-width: 768px) {
        section.index-catalog .grid a {
          height: 95vw;
          margin-bottom: 15px; } }
      section.index-catalog .grid a span {
        color: #A4A4A4;
        text-transform: uppercase;
        text-align: center;
        font-weight: 500;
        margin-top: 0.5em; }
      section.index-catalog .grid a:hover span {
        color: #525252; }
      section.index-catalog .grid a img {
        object-fit: contain;
        object-position: center; }
      section.index-catalog .grid a.first img, section.index-catalog .grid a.second img, section.index-catalog .grid a.third img, section.index-catalog .grid a.forth img {
        width: 240px;
        height: 240px; }
      section.index-catalog .grid a.first span, section.index-catalog .grid a.second span, section.index-catalog .grid a.third span, section.index-catalog .grid a.forth span {
        font-size: 14px; }
      section.index-catalog .grid a.main img {
        width: 480px;
        height: 480px; }
        @media (max-width: 768px) {
          section.index-catalog .grid a.main img {
            width: 240px;
            height: 240px; } }
      section.index-catalog .grid a.main span {
        font-size: 18px; }
        @media (max-width: 768px) {
          section.index-catalog .grid a.main span {
            font-size: 14px; } }
  section.index-catalog .all {
    margin-top: 3.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    section.index-catalog .all a {
      color: #CCA941; }
      section.index-catalog .all a:hover, section.index-catalog .all a:active {
        color: black; }
  section.index-catalog .corner {
    position: absolute;
    width: 97px;
    height: 97px;
    background: url("../images/dots.0c49fb20a32f.svg") no-repeat center;
    top: 676px;
    left: -31px;
    z-index: 1; }
  section.index-catalog .corner2 {
    position: absolute;
    width: 97px;
    height: 97px;
    background: url("../images/dots.0c49fb20a32f.svg") no-repeat center;
    top: -48px;
    right: -22px; }

section.index-facilities {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f3f3f3; }
  @media (max-width: 768px) {
    section.index-facilities {
      padding-top: 60px;
      padding-bottom: 60px; }
      section.index-facilities .list {
        padding-left: 10px;
        padding-right: 10px; } }
  section.index-facilities h2 {
    margin-bottom: 45px; }
    @media (max-width: 768px) {
      section.index-facilities h2 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px; } }
  section.index-facilities article {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #D2D2D2;
    display: flex; }
    @media (max-width: 768px) {
      section.index-facilities article {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px; } }
    section.index-facilities article > a {
      margin-right: 30px; }
      @media (max-width: 768px) {
        section.index-facilities article > a {
          margin-right: 0;
          margin-bottom: 16px; } }
      section.index-facilities article > a img {
        display: block;
        width: 600px;
        height: 274px;
        object-fit: cover;
        object-position: center; }
        @media (max-width: 768px) {
          section.index-facilities article > a img {
            width: auto;
            height: auto;
            max-width: 100%; } }
    section.index-facilities article .info {
      height: 274px;
      display: flex;
      flex-direction: column; }
      @media (max-width: 768px) {
        section.index-facilities article .info {
          height: auto; } }
      section.index-facilities article .info div {
        margin-top: auto;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        color: #B1B1B1; }
        @media (max-width: 768px) {
          section.index-facilities article .info div {
            margin-top: 24px; } }
        section.index-facilities article .info div.date {
          margin-top: 8px; }
          @media (max-width: 768px) {
            section.index-facilities article .info div.date {
              margin-top: 8px; } }
        section.index-facilities article .info div a {
          color: inherit; }
    section.index-facilities article h3 {
      font-size: 26px;
      line-height: 39px;
      color: #292929;
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        section.index-facilities article h3 {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 4px; } }
      section.index-facilities article h3 a {
        color: inherit;
        text-decoration-line: none; }
    section.index-facilities article p {
      font-size: 18px;
      line-height: 27px;
      color: #808080; }
      @media (max-width: 768px) {
        section.index-facilities article p {
          font-size: 13px;
          line-height: 19px; } }
  section.index-facilities .all {
    margin-top: 3.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    section.index-facilities .all a {
      color: #CCA941; }
      section.index-facilities .all a:hover, section.index-facilities .all a:active {
        color: black; }

section.index-stones {
  padding: 30px 0 140px; }
  @media (max-width: 768px) {
    section.index-stones {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.index-stones h2 {
    font-weight: bold;
    font-size: 52px;
    line-height: 38px;
    margin-bottom: 90px; }
    @media (max-width: 768px) {
      section.index-stones h2 {
        font-size: 24px;
        line-height: 29px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
  section.index-stones .grid {
    display: grid;
    grid-template-columns: repeat(4, 294px);
    gap: 8px 8px; }
    @media (max-width: 768px) {
      section.index-stones .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
        padding-left: 10px;
        padding-right: 10px; } }
  section.index-stones article {
    position: relative;
    height: 294px; }
    @media (max-width: 768px) {
      section.index-stones article {
        height: 47vw; } }
    section.index-stones article img, section.index-stones article a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.index-stones article img {
      object-fit: cover;
      object-position: center; }
    section.index-stones article a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: rgba(0, 0, 0, 0.35);
      text-decoration: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out; }
      @media (max-width: 768px) {
        section.index-stones article a {
          opacity: 1;
          transition: none;
          background-color: rgba(0, 0, 0, 0.1); } }
      section.index-stones article a h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 22.5px;
        color: white;
        text-align: center; }
        @media (max-width: 768px) {
          section.index-stones article a h3 {
            font-size: 12px;
            line-height: 18px; } }
      section.index-stones article a hr {
        border: none;
        width: 143px;
        height: 1px;
        background-color: #D2D2D2;
        margin: 30px 0; }
        @media (max-width: 768px) {
          section.index-stones article a hr {
            display: none; } }
      section.index-stones article a span {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        text-decoration-line: underline;
        color: #D8D8D8; }
        @media (max-width: 768px) {
          section.index-stones article a span {
            display: none; } }
    section.index-stones article:hover a {
      opacity: 1; }
  section.index-stones .all {
    margin-top: 3.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    section.index-stones .all a {
      color: #CCA941; }
      section.index-stones .all a:hover, section.index-stones .all a:active {
        color: black; }

section.infografix .container {
  display: grid;
  grid-template-columns: repeat(3, 33.333%); }
  @media (max-width: 768px) {
    section.infografix .container {
      display: none; } }
  section.infografix .container .item {
    border: solid #DEDEDE;
    border-width: 2px 2px 0 0;
    height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    section.infografix .container .item:last-of-type {
      border-right: none; }
    section.infografix .container .item .value {
      font-size: 72px;
      line-height: 87px;
      color: #E2BB49;
      margin-bottom: 17px; }
    section.infografix .container .item .title {
      font-size: 14px;
      line-height: 17px;
      color: #808080; }

section.infografix-mobi {
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    section.infografix-mobi {
      display: block; } }
  section.infografix-mobi .container {
    padding: 50px 10px;
    background-color: rgba(0, 0, 0, 0.55); }
  section.infografix-mobi .item {
    border-bottom: 2px solid #929292;
    padding-bottom: 32px;
    margin-bottom: 32px; }
    section.infografix-mobi .item:last-of-type {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    section.infografix-mobi .item .value {
      font-size: 52px;
      line-height: 1;
      color: #E2BB49;
      margin-bottom: 17px; }
    section.infografix-mobi .item .title {
      font-size: 14px;
      line-height: 17px;
      color: white; }

.main-slider {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
  z-index: 110; }
  @media (max-width: 768px) {
    .main-slider {
      height: 469px; } }
  .main-slider .slider {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100000px;
    height: 640px;
    z-index: 111; }
    .main-slider .slider.in-transition {
      transition: transform 2s; }
    @media (max-width: 768px) {
      .main-slider .slider {
        height: 469px; } }
  .main-slider .slide {
    position: relative;
    width: 1200px;
    flex-shrink: 0;
    height: 640px;
    overflow: hidden;
    z-index: 112; }
    @media (max-width: 768px) {
      .main-slider .slide {
        height: 469px;
        width: 100vw; } }
    .main-slider .slide .bg, .main-slider .slide .gradient {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 640px; }
    .main-slider .slide .bg {
      object-fit: cover;
      object-position: center;
      z-index: 113; }
    .main-slider .slide .gradient {
      background: linear-gradient(98.64deg, rgba(0, 0, 0, 0.39) 20.91%, rgba(0, 0, 0, 0) 78.7%);
      z-index: 114; }
    .main-slider .slide .outlet {
      position: relative;
      width: 100%;
      max-width: 1200px;
      height: 640px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      margin-left: auto;
      margin-right: auto;
      z-index: 115; }
      @media (max-width: 768px) {
        .main-slider .slide .outlet {
          padding-left: 10px;
          padding-top: 10px;
          justify-content: center;
          height: 469px; } }
      .main-slider .slide .outlet .h1 {
        margin-top: auto;
        margin-bottom: auto;
        color: white;
        z-index: 116; }
        @media (max-width: 768px) {
          .main-slider .slide .outlet .h1 {
            margin-top: 0;
            margin-bottom: 32px; } }
        .main-slider .slide .outlet .h1 span {
          font-size: 70px;
          background-color: #e03e2d;
          padding-left: 0.5rem;
          padding-right: 0.5rem; }
          @media (max-width: 768px) {
            .main-slider .slide .outlet .h1 span {
              font-size: 32px; } }
      .main-slider .slide .outlet .bottom {
        border-top: 1px solid #828282;
        padding: 40px 0 120px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        z-index: 116; }
        @media (max-width: 768px) {
          .main-slider .slide .outlet .bottom {
            flex-direction: column;
            border-top: none;
            padding: 0;
            align-items: flex-start; } }
        .main-slider .slide .outlet .bottom div {
          font-weight: 500;
          font-size: 24px;
          line-height: 132.02%;
          color: #FFFFFF;
          margin-right: auto;
          z-index: 117; }
          @media (max-width: 768px) {
            .main-slider .slide .outlet .bottom div {
              font-size: 16px;
              line-height: 26px;
              margin-right: 0;
              margin-bottom: 32px; }
              .main-slider .slide .outlet .bottom div * {
                font-size: 16px !important;
                line-height: 26px !important; } }
  .main-slider .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 300px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.39);
    color: white;
    cursor: pointer;
    z-index: 118; }
    @media (max-width: 768px) {
      .main-slider .arrow {
        top: 214.5px; } }
    .main-slider .arrow.left {
      left: 3%; }
    .main-slider .arrow.right {
      right: 3%; }

.mobile-contacts {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .mobile-contacts .interior {
    background-color: white;
    border-top: 1px solid #E8E8E8;
    padding: 0 20px 24px; }
  .mobile-contacts .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #E8E8E8; }
    .mobile-contacts .head span {
      font-weight: 600;
      font-size: 14px;
      line-height: 1;
      text-transform: uppercase;
      color: black; }
    .mobile-contacts .head a {
      display: block;
      padding: 3px; }
  .mobile-contacts .menu-item {
    display: block;
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13px;
    color: #3C3C3C;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: none; }
  .mobile-contacts .btn {
    margin-top: 16px;
    width: 100%;
    text-align: center; }

.mobile-phone-on .mobile-contacts {
  display: block; }

div.mobile-head {
  display: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07); }
  @media (max-width: 768px) {
    div.mobile-head {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 75px;
      padding-left: 10px;
      padding-right: 10px; } }
  div.mobile-head .logo {
    display: inline-block;
    height: 35px;
    padding: 4.4px 0 0 36.71px;
    background: url("../images/logo-circle.54ed3f705feb.png") no-repeat left center;
    margin-right: auto;
    background-size: 33px auto;
    margin-right: auto; }
    div.mobile-head .logo path.name {
      fill: #21211A; }
    div.mobile-head .logo path.caption {
      fill: #4E4E4E; }
    div.mobile-head .logo svg {
      height: 29.6px;
      width: 113.29px; }
  div.mobile-head .hamburger, div.mobile-head .phone {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px; }
  div.mobile-head .close {
    display: none;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px; }
  div.mobile-head .hamburger {
    background-color: #E2BB49; }
  div.mobile-head .phone {
    border: 2px solid #E2BB49;
    margin-right: 15px; }
    div.mobile-head .phone svg {
      width: 14.19px; }

.mobile-menu-on div.mobile-head .hamburger, .mobile-menu-on div.mobile-head .phone {
  display: none; }

.mobile-menu-on div.mobile-head .close {
  display: inline-flex; }

.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  .mobile-menu .interior {
    background-color: white;
    border-top: 1px solid #E8E8E8;
    padding: 0 20px 24px; }
  .mobile-menu dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #E8E8E8; }
    .mobile-menu dt span {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: black;
      text-transform: uppercase; }
    .mobile-menu dt::after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 6px;
      background-image: url("../images/expand-down.3d8f05a11f6d.svg"); }
  .mobile-menu dd {
    display: none; }
    .mobile-menu dd a {
      display: block;
      height: 52px;
      line-height: 52px;
      padding-left: 8px;
      padding-right: 8px;
      border-bottom: 1px solid #E8E8E8;
      font-size: 14px;
      font-weight: 500;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      color: #828282;
      text-decoration-line: none; }
      .mobile-menu dd a.active {
        color: #CCA941; }
  .mobile-menu .expanded dt span {
    color: #CCA941; }
  .mobile-menu .expanded dt::after {
    background-image: url("../images/expand-up.1f15edf04f57.svg"); }
  .mobile-menu .expanded dd {
    display: block; }
  .mobile-menu .menu-item {
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
    font-weight: 500;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: none;
    text-transform: uppercase; }
    .mobile-menu .menu-item.active {
      color: #CCA941; }
    .mobile-menu .menu-item:last-of-type {
      border-bottom: none; }
  .mobile-menu form {
    position: relative;
    margin-top: 24px;
    margin-bottom: 16px;
    height: 50px;
    border: 1px solid #828282; }
    .mobile-menu form::before {
      content: '';
      display: block;
      position: absolute;
      width: 48px;
      height: 48px;
      top: 0;
      right: 0;
      background: url("../images/lense.6c4e5d8f007b.svg") no-repeat center; }
    .mobile-menu form input {
      border: none;
      background: transparent;
      width: 100%;
      height: 48px;
      line-height: 48px;
      padding: 0 10px; }
  .mobile-menu .btn {
    margin-top: 16px;
    width: 100%;
    text-align: center; }

.mobile-menu-on .mobile-menu {
  display: block; }

div.modal {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999; }
  div.modal.opened {
    display: flex; }
  div.modal .form {
    position: relative;
    width: 100%;
    max-width: 460px;
    padding: 20px 0 40px;
    border: 1px solid #E2BB49;
    background-color: white;
    box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.06); }
    div.modal .form .close {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 8px;
      top: 8px;
      width: 32px;
      height: 32px; }
      div.modal .form .close svg {
        width: 24px;
        height: 24px; }
        div.modal .form .close svg path {
          color: #E2BB49; }
        div.modal .form .close svg:hover path {
          color: #292929; }
    div.modal .form h4 {
      margin-bottom: 16px;
      text-align: center; }
    div.modal .form form {
      padding: 0 45px; }
      div.modal .form form .bi-arrow-clockwise {
        display: none;
        vertical-align: middle;
        margin-right: 4px;
        width: 24px;
        height: 24px;
        animation: rotation 2s linear infinite; }
      div.modal .form form.sending .bi-arrow-clockwise {
        display: inline-block; }
      @media (max-width: 768px) {
        div.modal .form form {
          padding-left: 10px;
          padding-right: 10px; } }
      div.modal .form form .control {
        margin-bottom: 24px; }
      div.modal .form form .submit {
        margin-top: 32px; }
        div.modal .form form .submit button {
          width: 100%; }

section.offer-list {
  position: relative;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.offer-list {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.offer-list .corner {
    position: absolute;
    width: 97px;
    height: 97px;
    background: url("../images/dots.0c49fb20a32f.svg") no-repeat center;
    bottom: -48px;
    right: -22px;
    z-index: -1; }
  section.offer-list h2 {
    margin-bottom: 5.625rem; }
    @media (max-width: 768px) {
      section.offer-list h2 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
  section.offer-list .grid {
    display: grid;
    grid-template-columns: repeat(3, 380px);
    gap: 30px 30px; }
    @media (max-width: 768px) {
      section.offer-list .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  section.offer-list figure {
    position: relative;
    width: 380px;
    height: 263px; }
    @media (max-width: 768px) {
      section.offer-list figure {
        width: 100%;
        height: 69.21053vw;
        margin-bottom: 15px; } }
    section.offer-list figure img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    section.offer-list figure > a::after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.46%, rgba(0, 0, 0, 0.66) 88.78%); }
    section.offer-list figure figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 380px; }
      section.offer-list figure figcaption a {
        display: block;
        padding: 12px;
        text-decoration-line: none; }
      section.offer-list figure figcaption span {
        display: block; }
      section.offer-list figure figcaption .title {
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: white; }
      section.offer-list figure figcaption .subtitle {
        font-size: 14px;
        line-height: 1;
        color: #B8B8B8;
        margin-top: 0.25rem; }
      section.offer-list figure figcaption .price {
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #E33D5A;
        margin-top: 0.75rem; }
  section.offer-list .all {
    margin-top: 3.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase; }
    section.offer-list .all a {
      color: #CCA941; }
      section.offer-list .all a:hover, section.offer-list .all a:active {
        color: black; }

.pager {
  padding-bottom: 90px; }
  .pager .container {
    display: flex;
    justify-content: center;
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3; }
  .pager a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
    color: #808080;
    text-align: center;
    text-decoration-line: none;
    margin: 4px; }
    .pager a.active {
      color: #424242; }

section.product-children {
  padding: 90px 0;
  background: linear-gradient(116.15deg, #F8F8F8 0.79%, #F3F3F3 100%); }
  @media (max-width: 768px) {
    section.product-children {
      padding-top: 60px;
      padding-bottom: 28px; } }
  section.product-children h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #292929;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      section.product-children h2 {
        font-size: 24px;
        line-height: 29px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
  section.product-children .grid {
    display: grid; }
    @media (max-width: 768px) {
      section.product-children .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
    section.product-children .grid.fourcol {
      grid-template-columns: repeat(4, 25%);
      row-gap: 60px; }
    section.product-children .grid.twocol {
      grid-template-columns: repeat(2, 50%); }
    section.product-children .grid article {
      display: flex;
      border-right: 1px solid #D9D9D9; }
      @media (max-width: 768px) {
        section.product-children .grid article {
          border-right: none;
          border-bottom: 1px solid #D9D9D9;
          margin-bottom: 32px; }
          section.product-children .grid article:last-of-type {
            border-bottom: none; } }
      section.product-children .grid article:last-of-type {
        border-right: none; }
      section.product-children .grid article .image {
        display: block;
        width: 285px;
        height: 285px;
        padding: 20px;
        border: 1px solid #C4C4C4; }
        @media (max-width: 768px) {
          section.product-children .grid article .image {
            width: auto;
            height: auto;
            padding: 0;
            border: none; } }
        section.product-children .grid article .image img {
          width: 245px;
          height: 245px;
          object-fit: contain;
          object-position: center; }
          @media (max-width: 768px) {
            section.product-children .grid article .image img {
              width: auto;
              height: auto;
              max-width: 100%; } }
      section.product-children .grid article .info {
        font-weight: 500;
        font-size: 14px;
        line-height: 23px; }
        section.product-children .grid article .info h3 {
          font-weight: 600;
          font-size: 19px;
          line-height: 28px;
          color: #292929;
          margin-bottom: 30px; }
          section.product-children .grid article .info h3 a {
            text-decoration-line: none;
            color: inherit; }
            section.product-children .grid article .info h3 a:hover {
              color: #CCA941; }
        section.product-children .grid article .info p {
          margin-bottom: 1.5rem; }
        section.product-children .grid article .info *:last-child {
          margin-bottom: 0; }
    section.product-children .grid.fourcol article {
      flex-direction: column;
      align-items: center; }
      @media (max-width: 768px) {
        section.product-children .grid.fourcol article {
          padding-bottom: 32px; } }
      section.product-children .grid.fourcol article:nth-of-type(4n) {
        border-right: none; }
      section.product-children .grid.fourcol article .info {
        margin-top: 20px;
        width: 100%;
        padding: 0 10px; }
    section.product-children .grid.twocol article {
      padding: 0 10px;
      align-items: flex-start; }
      @media (max-width: 768px) {
        section.product-children .grid.twocol article {
          padding: 0 0 32px;
          flex-direction: column; } }
      section.product-children .grid.twocol article .info {
        margin-left: 20px; }
        @media (max-width: 768px) {
          section.product-children .grid.twocol article .info {
            margin-top: 20px;
            margin-left: 0; } }

section.product-list {
  padding-top: 50px;
  padding-bottom: 50px; }
  section.product-list .grid {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    row-gap: 40px; }
    @media (max-width: 768px) {
      section.product-list .grid {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  section.product-list article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid white; }
    @media (max-width: 768px) {
      section.product-list article {
        justify-content: flex-start;
        padding-bottom: 32px;
        margin-bottom: 32px;
        border-bottom-color: #D9D9D9; }
        section.product-list article:last-of-type {
          margin-bottom: 0;
          border-bottom-color: white; } }
    section.product-list article:hover {
      border-color: #D9D9D9;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
    section.product-list article > a {
      display: block;
      width: 260px;
      height: 260px; }
      @media (max-width: 768px) {
        section.product-list article > a {
          width: auto;
          height: auto; } }
      section.product-list article > a img {
        display: block;
        width: 260px;
        height: 260px;
        object-fit: contain;
        object-position: center; }
        @media (max-width: 768px) {
          section.product-list article > a img {
            width: auto;
            height: auto;
            max-width: 100%; } }
    section.product-list article h3 {
      font-weight: 600;
      font-size: 17px;
      line-height: 19px;
      text-align: center;
      margin-top: 16px; }
      section.product-list article h3 a {
        color: #424242;
        text-decoration: none; }

section.product-stones {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.product-stones {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.product-stones h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 13px;
    color: #292929; }
    @media (max-width: 768px) {
      section.product-stones h2 {
        font-size: 24px;
        line-height: 29px;
        padding-left: 10px;
        padding-right: 10px; } }
  section.product-stones p {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #808080;
    margin-bottom: 53px; }
    @media (max-width: 768px) {
      section.product-stones p {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
  section.product-stones .grid {
    display: grid;
    grid-template-columns: repeat(5, 224px);
    gap: 32px 20px; }
    @media (max-width: 768px) {
      section.product-stones .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      section.product-stones .grid article {
        position: relative;
        height: 47vw; } }
    section.product-stones .grid article:hover {
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    section.product-stones .grid article .image {
      display: block; }
      @media (max-width: 768px) {
        section.product-stones .grid article .image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }
      section.product-stones .grid article .image img {
        width: 224px;
        height: 224px;
        object-fit: cover;
        object-position: center;
        display: block; }
        @media (max-width: 768px) {
          section.product-stones .grid article .image img {
            width: 100%;
            height: 100%; } }
    section.product-stones .grid article .info {
      display: block;
      text-decoration: none;
      padding-top: 12px;
      padding-bottom: 1rem; }
      @media (max-width: 768px) {
        section.product-stones .grid article .info {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding-top: 0;
          padding-bottom: 0;
          background-color: rgba(0, 0, 0, 0.1); } }
      section.product-stones .grid article .info h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #424242;
        text-align: center; }
        @media (max-width: 768px) {
          section.product-stones .grid article .info h3 {
            font-size: 12px;
            line-height: 18px;
            color: white; } }
      section.product-stones .grid article .info p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #AFAFAF;
        text-align: center; }
        @media (max-width: 768px) {
          section.product-stones .grid article .info p {
            display: none; } }

section.production-list {
  padding-top: 90px;
  padding-bottom: 90px; }
  section.production-list .grid {
    display: grid;
    grid-template-columns: repeat(2, 590px);
    gap: 20px 20px; }
  section.production-list article {
    position: relative;
    width: 590px;
    height: 400px; }
    section.production-list article img, section.production-list article a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    section.production-list article img {
      object-fit: cover;
      object-position: center; }
    section.production-list article a {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.4);
      text-decoration: none; }
    section.production-list article h3 {
      font-weight: 700;
      font-size: 45px;
      line-height: 54px;
      color: black;
      text-align: center;
      text-transform: uppercase; }

section.quarry {
  padding: 90px 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    section.quarry {
      display: none; } }
  section.quarry .container {
    position: relative; }
  section.quarry img {
    display: block;
    position: relative; }
  section.quarry .corner {
    position: absolute;
    width: 97px;
    height: 97px;
    background: url("../images/dots.0c49fb20a32f.svg") no-repeat center;
    bottom: -30px;
    right: -30px; }

.response-item {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    .response-item {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .response-item.odd {
    background-color: #F3F3F3; }
  .response-item article {
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 768px) {
      .response-item article {
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 10px; } }
  .response-item a {
    display: block;
    width: 313px;
    height: 444px;
    box-shadow: 0 0 0 1px #D9D9D9; }
    @media (max-width: 768px) {
      .response-item a {
        display: none; } }
    .response-item a img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
  .response-item article > a, .response-item .image {
    margin-right: auto; }
  .response-item .image h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      .response-item .image h2 {
        font-size: 24px;
        line-height: 29px; } }
  .response-item .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    width: 692px; }
    @media (max-width: 768px) {
      .response-item .text img {
        max-width: 100%; } }
    .response-item .text *:last-child {
      margin-bottom: 0; }
    .response-item .text *:first-child {
      margin-top: 0; }
    .response-item .text::after {
      clear: both; }
    .response-item .text p, .response-item .text ul, .response-item .text ol, .response-item .text h3 {
      margin-bottom: 30px; }
      .response-item .text p a, .response-item .text ul a, .response-item .text ol a, .response-item .text h3 a {
        color: #CCA941; }
        .response-item .text p a:hover, .response-item .text p a:active, .response-item .text ul a:hover, .response-item .text ul a:active, .response-item .text ol a:hover, .response-item .text ol a:active, .response-item .text h3 a:hover, .response-item .text h3 a:active {
          color: black; }
    .response-item .text ul, .response-item .text ol {
      padding-left: 20px; }
    @media (max-width: 768px) {
      .response-item .text li {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .response-item .text h3 {
      text-transform: uppercase; }
    .response-item .text table {
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 2px;
      border-collapse: collapse;
      border-radius: 2px;
      border-style: hidden;
      box-shadow: 0 0 0 1px #B9B9B9; }
    .response-item .text td, .response-item .text th {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 6px 8px;
      border: 1px solid #B9B9B9;
      color: #424242;
      text-align: left; }
      .response-item .text td.nowrap, .response-item .text th.nowrap {
        white-space: nowrap; }
      .response-item .text td p, .response-item .text th p {
        margin-bottom: 0; }
    .response-item .text .big-table td, .response-item .text .big-table th, .response-item .text .middle-table td, .response-item .text .middle-table th {
      background-color: white; }
    .response-item .text .big-table tr:first-of-type td, .response-item .text .big-table tr:first-of-type th, .response-item .text .middle-table tr:first-of-type td, .response-item .text .middle-table tr:first-of-type th {
      text-align: center;
      background-color: #E6E6E6; }
    .response-item .text .chemical-grid {
      margin-left: 508px;
      width: 692px;
      display: grid;
      grid-template-columns: repeat(4, 150.5px);
      gap: 30px 30px; }
      @media (max-width: 768px) {
        .response-item .text .chemical-grid {
          margin-left: 0;
          width: auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      .response-item .text .chemical-grid table {
        width: 150.5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
    @media (max-width: 768px) {
      .response-item .text {
        width: auto; } }
  .response-item img.mobi {
    display: none; }
    @media (max-width: 768px) {
      .response-item img.mobi {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%; } }

.scrollup {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  background-color: #c4281a;
  border-radius: 50%;
  z-index: 9999;
  transition: visibility 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  outline: none; }
  .scrollup svg {
    width: 50%;
    max-width: 50%; }
    .scrollup svg path {
      fill: white; }

.scrolled-down .scrollup {
  visibility: visible;
  opacity: 0.5; }

section.search-results {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.search-results {
      padding-top: 60px;
      padding-bottom: 60px; }
      section.search-results .container {
        padding-left: 10px;
        padding-right: 10px; } }
  section.search-results article {
    display: flex;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #D9D9D9; }
    @media (max-width: 768px) {
      section.search-results article {
        flex-direction: column; } }
    section.search-results article:last-of-type {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
    section.search-results article .image {
      display: block;
      width: 400px;
      margin-right: 30px; }
      @media (max-width: 768px) {
        section.search-results article .image {
          width: auto;
          margin-right: 0;
          margin-bottom: 20px; } }
      section.search-results article .image img {
        display: block;
        max-width: 100%; }
    section.search-results article .info {
      font-weight: 500;
      font-size: 16px;
      line-height: 30px; }
      @media (max-width: 768px) {
        section.search-results article .info img {
          max-width: 100%; } }
      section.search-results article .info *:last-child {
        margin-bottom: 0; }
      section.search-results article .info *:first-child {
        margin-top: 0; }
      section.search-results article .info::after {
        clear: both; }
      section.search-results article .info p, section.search-results article .info ul, section.search-results article .info ol, section.search-results article .info h3 {
        margin-bottom: 30px; }
        section.search-results article .info p a, section.search-results article .info ul a, section.search-results article .info ol a, section.search-results article .info h3 a {
          color: #CCA941; }
          section.search-results article .info p a:hover, section.search-results article .info p a:active, section.search-results article .info ul a:hover, section.search-results article .info ul a:active, section.search-results article .info ol a:hover, section.search-results article .info ol a:active, section.search-results article .info h3 a:hover, section.search-results article .info h3 a:active {
            color: black; }
      section.search-results article .info ul, section.search-results article .info ol {
        padding-left: 20px; }
      @media (max-width: 768px) {
        section.search-results article .info li {
          margin-left: 0 !important;
          margin-right: 0 !important; } }
      section.search-results article .info h3 {
        text-transform: uppercase; }
      section.search-results article .info table {
        margin-top: 60px;
        margin-bottom: 60px;
        border-radius: 2px;
        border-collapse: collapse;
        border-radius: 2px;
        border-style: hidden;
        box-shadow: 0 0 0 1px #B9B9B9; }
      section.search-results article .info td, section.search-results article .info th {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        padding: 6px 8px;
        border: 1px solid #B9B9B9;
        color: #424242;
        text-align: left; }
        section.search-results article .info td.nowrap, section.search-results article .info th.nowrap {
          white-space: nowrap; }
        section.search-results article .info td p, section.search-results article .info th p {
          margin-bottom: 0; }
      section.search-results article .info .big-table td, section.search-results article .info .big-table th, section.search-results article .info .middle-table td, section.search-results article .info .middle-table th {
        background-color: white; }
      section.search-results article .info .big-table tr:first-of-type td, section.search-results article .info .big-table tr:first-of-type th, section.search-results article .info .middle-table tr:first-of-type td, section.search-results article .info .middle-table tr:first-of-type th {
        text-align: center;
        background-color: #E6E6E6; }
      section.search-results article .info .chemical-grid {
        margin-left: 508px;
        width: 692px;
        display: grid;
        grid-template-columns: repeat(4, 150.5px);
        gap: 30px 30px; }
        @media (max-width: 768px) {
          section.search-results article .info .chemical-grid {
            margin-left: 0;
            width: auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; } }
        section.search-results article .info .chemical-grid table {
          width: 150.5px;
          margin-top: 0 !important;
          margin-bottom: 0 !important; }

.simple-block {
  padding: 90px 0; }
  @media (max-width: 768px) {
    .simple-block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .simple-block.gray {
    background: linear-gradient(116.15deg, #F8F8F8 0.79%, #F3F3F3 100%); }
  .simple-block .block {
    margin-bottom: 150px; }
    @media (max-width: 768px) {
      .simple-block .block {
        margin-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px; } }
    .simple-block .block:last-of-type {
      margin-bottom: 0; }
  .simple-block .product-block {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 768px) {
      .simple-block .product-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch; } }
    .simple-block .product-block img {
      width: 500px;
      height: 500px;
      object-fit: contain;
      object-position: center; }
      @media (max-width: 768px) {
        .simple-block .product-block img {
          width: auto;
          height: auto;
          max-width: 100%;
          margin: 0 auto 20px; } }
    .simple-block .product-block .text {
      flex: 0 0 50%; }
      @media (max-width: 768px) {
        .simple-block .product-block .text {
          flex-basis: auto; } }
  .simple-block .stone-block {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .simple-block .stone-block {
        flex-direction: column;
        justify-content: flex-start; } }
    .simple-block .stone-block img {
      display: block;
      max-width: 500px; }
      @media (max-width: 768px) {
        .simple-block .stone-block img {
          max-width: 100%;
          margin: 0 auto 20px; } }
    .simple-block .stone-block .text {
      flex: 0 0 50%; }
      @media (max-width: 768px) {
        .simple-block .stone-block .text {
          flex-basis: auto; } }
  .simple-block h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    float: left; }
    @media (max-width: 768px) {
      .simple-block h2 {
        font-size: 24px;
        line-height: 29px;
        float: none;
        margin-bottom: 40px; } }
  .simple-block .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px; }
    @media (max-width: 768px) {
      .simple-block .text img {
        max-width: 100%; } }
    .simple-block .text *:last-child {
      margin-bottom: 0; }
    .simple-block .text *:first-child {
      margin-top: 0; }
    .simple-block .text::after {
      clear: both; }
    .simple-block .text p, .simple-block .text ul, .simple-block .text ol, .simple-block .text h3 {
      margin-bottom: 30px; }
      .simple-block .text p a, .simple-block .text ul a, .simple-block .text ol a, .simple-block .text h3 a {
        color: #CCA941; }
        .simple-block .text p a:hover, .simple-block .text p a:active, .simple-block .text ul a:hover, .simple-block .text ul a:active, .simple-block .text ol a:hover, .simple-block .text ol a:active, .simple-block .text h3 a:hover, .simple-block .text h3 a:active {
          color: black; }
    .simple-block .text ul, .simple-block .text ol {
      padding-left: 20px; }
    @media (max-width: 768px) {
      .simple-block .text li {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    .simple-block .text h3 {
      text-transform: uppercase; }
    .simple-block .text table {
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 2px;
      border-collapse: collapse;
      border-radius: 2px;
      border-style: hidden;
      box-shadow: 0 0 0 1px #B9B9B9; }
    .simple-block .text td, .simple-block .text th {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 6px 8px;
      border: 1px solid #B9B9B9;
      color: #424242;
      text-align: left; }
      .simple-block .text td.nowrap, .simple-block .text th.nowrap {
        white-space: nowrap; }
      .simple-block .text td p, .simple-block .text th p {
        margin-bottom: 0; }
    .simple-block .text .big-table td, .simple-block .text .big-table th, .simple-block .text .middle-table td, .simple-block .text .middle-table th {
      background-color: white; }
    .simple-block .text .big-table tr:first-of-type td, .simple-block .text .big-table tr:first-of-type th, .simple-block .text .middle-table tr:first-of-type td, .simple-block .text .middle-table tr:first-of-type th {
      text-align: center;
      background-color: #E6E6E6; }
    .simple-block .text .chemical-grid {
      margin-left: 508px;
      width: 692px;
      display: grid;
      grid-template-columns: repeat(4, 150.5px);
      gap: 30px 30px; }
      @media (max-width: 768px) {
        .simple-block .text .chemical-grid {
          margin-left: 0;
          width: auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      .simple-block .text .chemical-grid table {
        width: 150.5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }

section.stone-list {
  padding-top: 50px;
  padding-bottom: 50px; }
  section.stone-list .grid {
    display: grid;
    grid-template-columns: repeat(5, 224px);
    gap: 32px 20px; }
    @media (max-width: 768px) {
      section.stone-list .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      section.stone-list .grid article {
        position: relative;
        height: 47vw; } }
    section.stone-list .grid article:hover {
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    section.stone-list .grid article .image {
      display: block; }
      @media (max-width: 768px) {
        section.stone-list .grid article .image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }
      section.stone-list .grid article .image img {
        width: 224px;
        height: 224px;
        object-fit: cover;
        object-position: center;
        display: block; }
        @media (max-width: 768px) {
          section.stone-list .grid article .image img {
            width: 100%;
            height: 100%; } }
    section.stone-list .grid article .info {
      display: block;
      text-decoration: none;
      padding-top: 12px;
      padding-bottom: 1rem; }
      @media (max-width: 768px) {
        section.stone-list .grid article .info {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding-top: 0;
          padding-bottom: 0;
          background-color: rgba(0, 0, 0, 0.1); } }
      section.stone-list .grid article .info h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #424242;
        text-align: center; }
        @media (max-width: 768px) {
          section.stone-list .grid article .info h3 {
            font-size: 12px;
            line-height: 18px;
            color: white; } }
      section.stone-list .grid article .info p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #AFAFAF;
        text-align: center; }
        @media (max-width: 768px) {
          section.stone-list .grid article .info p {
            display: none; } }

section.stone-products {
  padding: 90px 0; }
  @media (max-width: 768px) {
    section.stone-products {
      padding-top: 60px;
      padding-bottom: 60px; }
      section.stone-products .container {
        padding-left: 10px;
        padding-right: 10px; } }
  section.stone-products.gray {
    background: linear-gradient(116.15deg, #F8F8F8 0.79%, #F3F3F3 100%); }
  section.stone-products h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    float: left; }
    @media (max-width: 768px) {
      section.stone-products h2 {
        font-size: 24px;
        line-height: 29px;
        float: none;
        margin-bottom: 40px; } }
  section.stone-products .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px; }
    @media (max-width: 768px) {
      section.stone-products .text img {
        max-width: 100%; } }
    section.stone-products .text *:last-child {
      margin-bottom: 0; }
    section.stone-products .text *:first-child {
      margin-top: 0; }
    section.stone-products .text::after {
      clear: both; }
    section.stone-products .text p, section.stone-products .text ul, section.stone-products .text ol, section.stone-products .text h3 {
      margin-bottom: 30px; }
      section.stone-products .text p a, section.stone-products .text ul a, section.stone-products .text ol a, section.stone-products .text h3 a {
        color: #CCA941; }
        section.stone-products .text p a:hover, section.stone-products .text p a:active, section.stone-products .text ul a:hover, section.stone-products .text ul a:active, section.stone-products .text ol a:hover, section.stone-products .text ol a:active, section.stone-products .text h3 a:hover, section.stone-products .text h3 a:active {
          color: black; }
    section.stone-products .text ul, section.stone-products .text ol {
      padding-left: 20px; }
    @media (max-width: 768px) {
      section.stone-products .text li {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
    section.stone-products .text h3 {
      text-transform: uppercase; }
    section.stone-products .text table {
      margin-top: 60px;
      margin-bottom: 60px;
      border-radius: 2px;
      border-collapse: collapse;
      border-radius: 2px;
      border-style: hidden;
      box-shadow: 0 0 0 1px #B9B9B9; }
    section.stone-products .text td, section.stone-products .text th {
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      padding: 6px 8px;
      border: 1px solid #B9B9B9;
      color: #424242;
      text-align: left; }
      section.stone-products .text td.nowrap, section.stone-products .text th.nowrap {
        white-space: nowrap; }
      section.stone-products .text td p, section.stone-products .text th p {
        margin-bottom: 0; }
    section.stone-products .text .big-table td, section.stone-products .text .big-table th, section.stone-products .text .middle-table td, section.stone-products .text .middle-table th {
      background-color: white; }
    section.stone-products .text .big-table tr:first-of-type td, section.stone-products .text .big-table tr:first-of-type th, section.stone-products .text .middle-table tr:first-of-type td, section.stone-products .text .middle-table tr:first-of-type th {
      text-align: center;
      background-color: #E6E6E6; }
    section.stone-products .text .chemical-grid {
      margin-left: 508px;
      width: 692px;
      display: grid;
      grid-template-columns: repeat(4, 150.5px);
      gap: 30px 30px; }
      @media (max-width: 768px) {
        section.stone-products .text .chemical-grid {
          margin-left: 0;
          width: auto;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; } }
      section.stone-products .text .chemical-grid table {
        width: 150.5px;
        margin-top: 0 !important;
        margin-bottom: 0 !important; }
  section.stone-products .list {
    margin-top: 60px;
    margin-bottom: 60px; }
    section.stone-products .list article {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: white;
      border: 1px solid #D9D9D9;
      padding: 43px 0 43px 43px;
      margin-top: -1px; }
      @media (max-width: 768px) {
        section.stone-products .list article {
          flex-direction: column;
          justify-content: flex-start;
          padding: 20px 20px 24px;
          margin-top: 32px; }
          section.stone-products .list article:first-of-type {
            margin-top: 0; } }
      section.stone-products .list article > a {
        display: block;
        width: 325px;
        height: 215px; }
        @media (max-width: 768px) {
          section.stone-products .list article > a {
            width: auto;
            height: auto; } }
        section.stone-products .list article > a img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center; }
          @media (max-width: 768px) {
            section.stone-products .list article > a img {
              width: auto;
              height: auto;
              max-width: 100%; } }
      section.stone-products .list article .info {
        width: 691px; }
        @media (max-width: 768px) {
          section.stone-products .list article .info {
            width: auto;
            margin-top: 20px; } }
        section.stone-products .list article .info h3 {
          font-weight: 600;
          font-size: 24px;
          line-height: 36px;
          margin-bottom: 42px; }
          @media (max-width: 768px) {
            section.stone-products .list article .info h3 {
              line-height: 29px;
              margin-bottom: 40px; } }
          section.stone-products .list article .info h3 a {
            color: #CCA941; }

section.stone-similar {
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 768px) {
    section.stone-similar {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.stone-similar h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 51px;
    color: #292929; }
    @media (max-width: 768px) {
      section.stone-similar h2 {
        font-size: 24px;
        line-height: 29px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
  section.stone-similar .grid {
    display: grid;
    grid-template-columns: repeat(5, 224px);
    gap: 32px 20px; }
    @media (max-width: 768px) {
      section.stone-similar .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 768px) {
      section.stone-similar .grid article {
        position: relative;
        height: 47vw; } }
    section.stone-similar .grid article:hover {
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
    section.stone-similar .grid article .image {
      display: block; }
      @media (max-width: 768px) {
        section.stone-similar .grid article .image {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }
      section.stone-similar .grid article .image img {
        width: 224px;
        height: 224px;
        object-fit: cover;
        object-position: center;
        display: block; }
        @media (max-width: 768px) {
          section.stone-similar .grid article .image img {
            width: 100%;
            height: 100%; } }
    section.stone-similar .grid article .info {
      display: block;
      text-decoration: none;
      padding-top: 12px;
      padding-bottom: 1rem; }
      @media (max-width: 768px) {
        section.stone-similar .grid article .info {
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          padding-top: 0;
          padding-bottom: 0;
          background-color: rgba(0, 0, 0, 0.1); } }
      section.stone-similar .grid article .info h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #424242;
        text-align: center; }
        @media (max-width: 768px) {
          section.stone-similar .grid article .info h3 {
            font-size: 12px;
            line-height: 18px;
            color: white; } }
      section.stone-similar .grid article .info p {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #AFAFAF;
        text-align: center; }
        @media (max-width: 768px) {
          section.stone-similar .grid article .info p {
            display: none; } }

@media (max-width: 768px) {
  nav.stone-submenu {
    display: none; } }

nav.stone-submenu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  border-bottom: 1px solid #B3B3B3; }

nav.stone-submenu li {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase; }
  nav.stone-submenu li a {
    color: #424242;
    text-decoration-line: none;
    margin-left: 45px;
    margin-right: 45px; }
  nav.stone-submenu li.active a {
    color: #CCA941;
    text-decoration-line: underline;
    text-underline-offset: 11px;
    text-decoration-thickness: 2px; }

div.subtype-block {
  margin-top: 1.5rem; }
  div.subtype-block div.price-holder {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ff0000; }
  div.subtype-block div.line {
    display: grid;
    grid-template-columns: 15rem 1.5rem 2rem 3rem 2rem;
    column-gap: 0.25rem; }
  div.subtype-block div.include {
    display: flex;
    justify-content: center;
    align-items: center; }
  div.subtype-block div.inc button, div.subtype-block div.dec button {
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center; }
    div.subtype-block div.inc button svg, div.subtype-block div.dec button svg {
      vertical-align: middle; }
  div.subtype-block div.qty {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem; }
    div.subtype-block div.qty input {
      width: 100%;
      height: 100%;
      text-align: center;
      border: none; }

.top-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  padding: 0 20px;
  z-index: 100; }
  @media (max-width: 768px) {
    .top-block {
      display: none; } }
  .top-block .logo {
    display: inline-block;
    height: 59px;
    padding: 8px 0 0 65px;
    background: url("../images/logo-circle.54ed3f705feb.png") no-repeat left center;
    margin-right: auto; }
    .top-block .logo path.name {
      fill: #21211A; }
    .top-block .logo path.caption {
      fill: #4E4E4E; }
  .top-block .swapper {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .top-block .swapper ul {
      list-style: none;
      display: flex;
      height: 90px;
      z-index: 200; }
    .top-block .swapper.swap ul {
      display: none; }
    .top-block .swapper li {
      position: relative;
      height: 90px;
      z-index: 201; }
    .top-block .swapper .menu-link {
      display: block;
      height: 90px;
      line-height: 90px;
      padding-left: 18px;
      padding-right: 18px;
      z-index: 202; }
    .top-block .swapper li.active .menu-link {
      color: #CCA941; }
    .top-block .swapper li:hover .menu-link {
      border-bottom: 3px solid #E2BB49;
      color: #CCA941; }
    .top-block .swapper nav {
      display: none;
      position: absolute;
      left: 0;
      top: 90px;
      background-color: white;
      box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
      z-index: 203; }
      .top-block .swapper nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        width: 248px;
        font-weight: 500;
        font-size: 14px;
        color: #828282;
        text-decoration-line: none;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 204; }
        .top-block .swapper nav a:hover {
          color: black; }
    .top-block .swapper li:hover nav {
      display: block; }
    .top-block .swapper form {
      display: none; }
      .top-block .swapper form input {
        display: block;
        width: 829px;
        height: 41px;
        line-height: 40px;
        border: none;
        border-bottom: 2px solid #D0D0D0;
        font-size: 20px;
        background: transparent;
        outline: none; }
    .top-block .swapper.swap form {
      display: block; }

.top-contacts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 41px;
  background-color: #232323;
  color: white;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px; }
  @media (max-width: 768px) {
    .top-contacts {
      display: none; } }
  .top-contacts span {
    margin-left: 40px; }
    .top-contacts span:first-of-type {
      margin-left: 0; }
    .top-contacts span a {
      text-decoration: none;
      color: inherit; }

img.image-left {
  float: left;
  margin: 0 12px 6px 0; }
  @media (max-width: 768px) {
    img.image-left {
      float: none;
      margin-right: 0;
      max-width: 100%; } }
img.image-right {
  float: right;
  margin: 0 0 6px 12px; }
  @media (max-width: 768px) {
    img.image-right {
      float: none;
      margin-left: 0;
      max-width: 100%; } }
table.bordered-table {
  border-collapse: collapse; }
  table.bordered-table th, table.bordered-table td {
    border: 1px solid #999; }

.padded {
  margin-left: 508px; }
  @media (max-width: 768px) {
    .padded {
      margin-left: 0; } }
.big-table {
  width: 1200px; }
  @media (max-width: 768px) {
    .big-table {
      width: auto; } }
.middle-table, .prop-table {
  margin-left: 508px;
  width: 692px; }
  @media (max-width: 768px) {
    .middle-table, .prop-table {
      margin-left: 0;
      width: 100%; } }
@media (max-width: 768px) {
  p.video-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
    p.video-holder iframe, p.video-holder video {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; } }
