@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "TT Fors Trial";
  src: url("./fonts/TT Fors Trial Medium.eot");
  src: url("./fonts/TT Fors Trial Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/TT Fors Trial Medium.woff2") format("woff2"), url("./fonts/TT Fors Trial Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "TT Fors Trial";
  src: url("./fonts/TT Fors Trial Regular.eot");
  src: url("./fonts/TT Fors Trial Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/TT Fors Trial Regular.woff2") format("woff2"), url("./fonts/TT Fors Trial Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

:root {
  --firmennyy: #009997;
  --krasnyy: #ed432b;
  --svetlyy-firmennyy: #b3e1e0;
  --temnyy-firmennyy: #006463;
  --sredniy-firmennyy: #1fa2a0;
  --ochen-svetlyy: #dbf1f0;
  --chernyy: #000;
  --svetlo-seryy: #c0c0c0;
  --seryy: #828282;
  --pochti-belyy: #f7f7f7;
  --svetlo-svetlo-seryy: #e7e7e7;
  --belyy: #fff;
  --fon: #f7f7f7;
  --font-family: "Montserrat", sans-serif;
  --second-family: "Raleway", sans-serif; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px; }

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

html,
body {
  height: 100%;
  position: relative; }

body {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  background: var(--pochti-belyy);
  color: var(--seryy);
  position: relative; }
  body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(../image/bg.svg);
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: contain;
    background-position: 0 0;
    z-index: -1; }
    @media (max-width: 1023px) {
      body::before {
        display: none; } }
  body.fixed {
    overflow: hidden; }

.container {
  max-width: 1352px;
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
  padding: 0 16px; }

img {
  display: block; }

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

a {
  display: inline-block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
  color: #000; }

button:focus,
input:focus {
  outline: transparent; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }
  .wrapper.overlay {
    position: relative; }
    .wrapper.overlay::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 16;
      background: rgba(36, 36, 36, 0.6); }

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-width: 0; }

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

button {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

input,
textarea {
  border-radius: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent; }

::-moz-selection {
  background-color: rgba(0, 153, 151, 0.5); }

::selection {
  background-color: rgba(0, 153, 151, 0.5); }

* {
  outline: none;
  scrollbar-color: #009997 #fff;
  scrollbar-width: thin; }

*scrollbarbutton {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }

*::-webkit-scrollbar {
  width: 3px;
  height: 10px; }

*::-webkit-scrollbar-thumb {
  background-color: #009997; }

*::-webkit-scrollbar-track {
  background-color: #fff;
  width: 3px; }

.blocks-gallery-grid {
  width: 100%; }

.blocks-gallery-item:last-child {
  margin-bottom: 0; }

.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0; }

h1 {
  font-weight: 600;
  font-size: 32px;
  color: var(--chernyy);
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    h1 {
      font-size: 28px;
      margin-bottom: 30px; } }

.link-back {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--svetlo-svetlo-seryy);
  border-radius: 40px;
  padding: 10px 20px 10px 10px;
  gap: 10px;
  font-weight: 500;
  color: var(--chernyy);
  margin-top: 40px;
  margin-bottom: 30px;
  background: var(--belyy);
  margin-left: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 767px) {
    .link-back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.breadcrumbs {
  padding-top: 30px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumbs ul li {
      font-weight: 500;
      color: var(--chernyy); }
    .breadcrumbs ul li:not(:last-child) {
      position: relative; }
      .breadcrumbs ul li:not(:last-child)::after {
        content: "—";
        display: inline-block;
        margin-left: 10px;
        color: var(--svetlo-seryy); }
    .breadcrumbs ul a {
      font-weight: 400;
      color: var(--svetlo-seryy);
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

header {
  margin-top: 30px; }
  @media (max-width: 767px) {
    header {
      margin-top: 15px; } }

.header__logo {
  margin-left: 20px; }
  @media (max-width: 767px) {
    .header__logo {
      margin-left: 10px; }
      .header__logo img {
        height: 40px; } }

.header-inner {
  background: var(--belyy);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767px) {
  .header__img img {
    width: 58px;
    height: 58px; } }

.modal {
  display: none; }

.modal-menu {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #2f3540;
  max-width: 100%;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .modal-menu .scroll-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 40px 32px;
    overflow: auto; }
  .modal-menu .tel {
    font-size: 24px;
    margin-bottom: 16px;
    display: block;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .modal-menu .mes {
    font-size: 18px;
    color: #fff; }
  .modal-menu nav {
    margin-bottom: 54px; }

.modal-bottom {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #707787; }

.modal-menu:not(.open) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0; }

.modal-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 64px; }

.modal-menu img {
  height: 40px; }
  @media (max-width: 767px) {
    .modal-menu img {
      height: 24px; } }

.modal-menu .icon-close {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (max-width: 767px) {
    .modal-menu .icon-close {
      width: 40px;
      height: 40px; } }

.modal-menu .icon-close:before,
.modal-menu .icon-close:after {
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2f3540;
  transition: all 0.3s; }

.modal-menu .icon-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.modal-menu .icon-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.modal-menu__list {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  @media (max-width: 767px) {
    .modal-menu__list {
      text-align: left;
      margin: 0; } }
  .modal-menu__list a {
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .modal-menu__list a {
        font-size: 26px; } }

.modal-menu__list > li:not(:last-child) {
  margin-bottom: 30px; }

.text-content {
  font-size: 16px;
  line-height: 1.625;
  color: #000; }

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  line-height: normal;
  color: #000;
  font-weight: 400; }

.text-content h1 {
  margin-bottom: 25px;
  line-height: 1.625;
  font-size: 21px; }

.text-content h2 {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.625; }

.text-content h3 {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.625; }

.text-content h4,
.text-content h5,
.text-content h6 {
  font-size: 14px;
  margin-bottom: 30px; }

.text-content a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #121212; }

.text-content span {
  color: #454545; }

.text-content p:not(:last-child) {
  margin-bottom: 30px; }

.text-content table {
  border-collapse: collapse;
  width: 100%; }

.text-content table:not(:last-child) {
  margin-bottom: 30px; }

.text-content table th,
.text-content table td {
  border: 1px solid #242424;
  font-size: 16px;
  padding: 15px 25px; }

.text-content table th {
  font-weight: normal;
  text-align: left;
  background-color: #2d3642;
  color: #fff;
  border-top: none;
  border-left: none;
  text-align: center; }
  .text-content table th:last-child {
    border-right-color: #2d3642; }

.text-content table td {
  color: #606060;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
       -o-transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
          transition-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
  text-align: center; }

.text-content ul:not(:last-child),
.text-content ol:not(:last-child) {
  margin-bottom: 30px; }

.text-content ul {
  list-style: none; }
  .text-content ul ul {
    margin-top: 30px;
    margin-bottom: 30px; }

.text-content ul > li,
.text-content ol > li {
  position: relative;
  padding-left: 44px; }
  .text-content ul > li:not(:last-child),
  .text-content ol > li:not(:last-child) {
    margin-bottom: 8px; }

.text-content ul > li:before {
  height: 1px;
  width: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  background: #121212; }

.text-content ol {
  counter-reset: listCounter; }
  .text-content ol li::marker {
    font-size: 0; }

.text-content ol > li:before {
  counter-increment: listCounter;
  content: counter(listCounter) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #000; }

.text-content img {
  max-width: 100%;
  margin-bottom: 30px; }

.text-content figure {
  margin: 0 0 30px;
  padding: 0; }

.text-content figure img {
  margin-bottom: 0;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto; }

.text-content li.blocks-gallery-item {
  padding-left: 0; }

.text-content li.blocks-gallery-item::before {
  display: none;
  padding-left: 0; }

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .input p {
    margin-bottom: 10px;
    line-height: 140%; }
  .input input {
    width: 100%;
    border-radius: 10px;
    height: 62px;
    padding: 0 20px;
    background: var(--pochti-belyy);
    font-weight: 500;
    font-size: 18px;
    color: var(--chernyy); }
    @media (max-width: 767px) {
      .input input {
        height: 52px; } }
