* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  center,
  dl,
  dt,
  dd,
  ol,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
  }
  
  :focus {
    outline: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block;
  }

  body {
    line-height: 1;
    overflow: auto !important;
  }
  

  a,
  button {
    list-style: none;
    list-style-type: none;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
  }
  
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden] {
    display: none;
  }
  
  html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
  }
  
  a:focus {
    outline: thin dotted;
  }
  
  a,
  a:active,
  a:hover {
    outline: none;
  }
  
  img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
  }

  ul li {
	padding-left: 10px;
	margin-bottom: 15px;
        line-height: 1.4;
  }
  ul.type-none li {
    list-style-type: none;
  }
  
  figure {
    margin: 0;
  }

  form {
    margin: 0;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
  }
  
  button,
  input,
  select,
  textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
  }
  
  button,
  input {
    line-height: normal;
    padding: 0;
    margin: 0;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type=button],
  input[type=reset],
  input[type=submit] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  .btn-form {
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    color: #fff;
	padding: 12px 32px;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 1.4375rem;
    font-weight: 500;
}

  input[type=checkbox],
  input[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
  }
  
  input[type=search] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
  }
  
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  html,
  button,
  input,
  select,
  textarea {
    color: #222;
  }
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  img {
    vertical-align: middle;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  textarea {
    resize: vertical;
  }
  
  .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  iframe {
	border-radius: 30px;
  }
  
  html {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #1e1e1e;
  }
  
  body {
    scroll-behavior: smooth;
    position: relative;
    background-color: #fafafa;
  }
  body::-webkit-scrollbar {
    width: 12px;
  }
  body::-webkit-scrollbar-track {
    background: #075a28;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #ffcb05;
    border-radius: 20px;
    border: 3px solid #ffcb05;
  }
  
  .main {
    position: relative;
  }
  
  .container {
    max-width: 1540px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  
  .btn {
    padding: 10px 20px;
    width: 100%;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    font-size: 1.4375rem;
    line-height: 1.4;
    font-family: "Raleway-Medium";
    border: none;
    text-transform: uppercase;
  }
  @media (max-width: 1200px) {
    .btn {
      font-size: 1rem;
    }
  }
  .btn--yellow {
    background-color: #ffcb05;
  }
  .btn--green {
    background-color: #097132;
  }
  
  .btn-more {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    border: none;
    background-color: transparent;
    text-transform: lowercase;
    position: relative;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    border-bottom: 1px solid transparent;
  }
  @media (max-width: 1200px) {
    .btn-more {
      font-size: 1rem;
    }
  }
  @media (max-width: 460px) {
    .btn-more {
      font-size: 0.875rem;
    }
  }
  .btn-more::after {
    position: absolute;
    content: url("/design/img/icon-arrow-down.svg");
    right: -30px;
    -webkit-transform: rotate3d(1, 0, 0, 0) translateY(0);
            transform: rotate3d(1, 0, 0, 0) translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  @media (max-width: 460px) {
    .btn-more::after {
      top: -2px;
    }
  }
  .btn-more:hover {
    border-bottom: 1px solid #1e1e1e;
  }
  .btn-more--active::after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
            transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
  }
  
  .line-bottom {
    padding-bottom: 60px;
    border-bottom: 1px solid #000000;
  }
  
  .--yellow {
    padding: 30px;
    background-color: #ffcb05;
    display: inline-block;
    border-radius: 30px;
  }
  
  .none--line {
    border-bottom: none;
  }
  .none--padding {
    padding-bottom: 0;
  }
  
  .fadein {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
  }
  .fadein--hidden {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  
  @-webkit-keyframes fadeLeft {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  
  @keyframes fadeLeft {
    from {
      opacity: 0;
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  p {
    font-size: 1.125rem;
    font-family: "Roboto-Regular", Arial, Helvetica, sans-serif;
    line-height: 1.4;
    color: #1e1e1e;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    p {
      font-size: 1rem;
    }
  }
  @media (max-width: 460px) {
    p {
      font-size: 0.875rem;
    }
  }
  
  h2 {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.222em;
    line-height: 1.4;
    margin-bottom: 40px;
    color: #1e1e1e;
    font-variant-numeric: lining-nums;
  }
  @media (max-width: 1200px) {
    h2 {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 768px) {
    h2 {
      font-size: 1.5rem;
    }
  }
  
  h3 {
    font-family: "Raleway-Bold";
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    h3 {
      font-size: 1rem;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 600px) {
    h3 {
      font-size: 0.875rem;
      margin-bottom: 8px;
    }
  }
    ul  {
    padding-inline-start: 20px;
  }
  ul li {
    position: relative;
    font-size: 1.125rem;
  }
  @media (max-width: 768px) {
    ul li {
      font-size: 1rem;
    }
  }
  @media (max-width: 600px) {
    ul li {
      font-size: 0.875rem;
      padding: 5px 0 5px 15px;
    }
  }
  ul.list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #1e1e1e;
    border-radius: 5px;
  }
  
  @font-face {
    font-family: "Raleway-Regular";
    src: url("/design/fonts/Raleway-Regular.woff2") format("woff2"), url("/design/fonts/Raleway-Regular.woff") format("woff"), url("/design/fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Raleway-Medium";
    src: url("/design/fonts/Raleway-Medium.woff2") format("woff2"), url("/design/fonts/Raleway-Medium.woff") format("woff"), url("/design/fonts/Raleway-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Raleway-Bold";
    src: url("/design/fonts/Raleway-Bold.woff2") format("woff2"), url("/design/fonts/Raleway-Bold.woff") format("woff"), url("/design/fonts/Raleway-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto-Regular";
    src: url("/design/fonts/Roboto-Regular.woff2") format("woff2"), url("/design/fonts/Roboto-Regular.woff") format("woff"), url("/design/fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto-Medium";
    src: url("/design/fonts/Roboto-Medium.woff2") format("woff2"), url("/design/fonts/Roboto-Medium.woff") format("woff"), url("/design/fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Roboto-Bold";
    src: url("/design/fonts/Roboto-Bold.woff2") format("woff2"), url("/design/fonts/Roboto-Bold.woff") format("woff"), url("/design/fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  /**
   * Swiper 11.0.5
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   * https://swiperjs.com
   *
   * Copyright 2014-2023 Vladimir Kharlampidi
   *
   * Released under the MIT License
   *
   * Released on: November 22, 2023
   */
  @font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
  }
  
  :host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
  }
  
  .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
            transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  
  .swiper-android .swiper-slide,
  .swiper-ios .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  
  .swiper-horizontal {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  
  .swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
  
  .swiper-slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block;
  }
  
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  
  .swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  
  .swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  
  }

  
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
            perspective: 1200px;
  }
  
  .swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .swiper-3d {
    -webkit-perspective: 1200px;
            perspective: 1200px;
  }
  
  .swiper-3d .swiper-cube-shadow,
  .swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  
  .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  
  .swiper-css-mode.swiper-vertical > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory;
  }
  
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }
  
  .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
  }
  
  .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
        -ms-flex-order: 9999;
            order: 9999;
  }
  
  .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
            margin-inline-start: var(--swiper-centered-offset-before);
  }
  
  .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
            margin-block-start: var(--swiper-centered-offset-before);
  }
  
  .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  
  .swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
            animation: swiper-preloader-spin 1s infinite linear;
  }
  
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  
  @-webkit-keyframes swiper-preloader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes swiper-preloader-spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  
  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
  
  :root {
    --swiper-navigation-size: 44px;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  
  .swiper-button-next.swiper-button-hidden,
  .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  
  .swiper-navigation-disabled .swiper-button-next,
  .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
  }
  
  .swiper-button-next svg,
  .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  
  .swiper-rtl .swiper-button-next svg,
  .swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
  }
  
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  
  .swiper-button-lock {
    display: none;
  }
  
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }
  
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }
  
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  
  .swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
    position: relative;
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
            transform: scale(0.66);
  }
  
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
  }
  
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
  }
  
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  }
  
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  }
  
  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
  }
  
  .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
  }
  
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
  
  .swiper-pagination-lock {
    display: none;
  }
  
  .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
        touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  }
  
  .swiper-scrollbar-disabled > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
  
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  
  .swiper-scrollbar.swiper-scrollbar-vertical,
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
  }
  
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  
  .swiper-scrollbar-lock {
    display: none;
  }
  
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  
  .swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
        touch-action: none;
  }
  
  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  
  .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    margin: 0 auto;
  }
  
  .swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  
  .swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-cube {
    overflow: visible;
  }
  
  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  
  .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
            filter: blur(50px);
  }
  
  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
  .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-flip {
    overflow: visible;
  }
  
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
  .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
  }
  
  .swiper-cards {
    overflow: visible;
  }
  
  .swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  
  .nav__link {
    padding: 10px;
    font-family: "Roboto-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.4;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .nav__link:hover {
    color: #ffcb05;
  }
  .nav__link:focus {
    outline: none;
    color: #ffcb05;
  }
  @media (max-width: 1200px) {
    .nav__link {
      font-size: 0.75rem;
    }
  }
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media (max-width: 768px) {
    .nav {
      display: none;
    }
  }
  
  .main-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100dvh;
  }
  .main-menu--active {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-name: fadein;
            animation-name: fadein;
  }
  .main-menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    border: 2px solid #eeeeee;
    border-radius: 26px;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .main-menu__close::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #eeeeee;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .main-menu__close::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #eeeeee;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .main-menu__close:hover {
    border: 2px solid #ffcb05;
  }
  .main-menu__close:hover::after, .main-menu__close:hover::before {
    background-color: #ffcb05;
  }
  .main-menu__inner {
    margin: 60px 60px 100px;
    position: relative;
  }
  @media (max-width: 460px) {
    .main-menu__inner {
      margin: 80px 10px 10px;
    }
  }
  .main-menu__sections-link {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #eeeeee;
    text-transform: uppercase;
    padding: 5px;
    display: inline-block;
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    max-width: 315px;
    width: 100%;
  }
  .main-menu__sections-link:hover {
    color: #ffcb05;
  }
  .main-menu__sections-link:focus {
    color: #ffcb05;
    outline: none;
  }
  .main-menu__sections-link span {
    width: 0px;
    height: 2px;
    background-color: #ffcb05;
    opacity: 0;
    display: block;
    margin-right: 5px;
    -webkit-transition: width 0.3s, opacity 0.3s;
    transition: width 0.3s, opacity 0.3s;
  }
  .main-menu__sections-link--active {
    color: #ffcb05;
  }
  .main-menu__sections-link--active:hover {
    color: #ffcb05;
  }
  .main-menu__sections-link--active span {
    width: 20px;
    opacity: 1;
  }
  .main-menu__sections-link--active ~ .main-menu__submenu {
    display: block;
    -webkit-animation-name: fadeLeft;
            animation-name: fadeLeft;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
  }
  .main-menu__sections-item {
    margin-bottom: 20px;
  }
  
  .main-menu__sections-item a {
    cursor: pointer !important;
  }
  
  .main-menu__sections-item h2 {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.4;
    color: #ffcb0f;
    padding-bottom: 30px;
    max-width: 300px;
    width: 100%;
  }
  @media (max-width: 768px) {
    .main-menu__sections-item h2 {
      display: none;
    }
  }
  .main-menu__sections-item:last-of-type {
    margin-bottom: 0;
  }
  .main-menu__submenu {
    position: absolute;
    top: 0;
    left: 400px;
    display: none;
    -webkit-transition: opacity 0.4s, -webkit-transition 0.4s;
    transition: opacity 0.4s, -webkit-transition 0.4s;
    transition: opacity 0.4s, transition 0.4s;
    transition: opacity 0.4s, transition 0.4s, -webkit-transition 0.4s;
  }
  @media (max-width: 1200px) {
    .main-menu__submenu {
      left: 330px;
      top: 80px;
    }
  }
  @media (max-width: 768px) {
    .main-menu__submenu {
      position: relative;
      left: 40px;
      top: initial;
    }
  }
  @media (max-width: 460px) {
    .main-menu__submenu {
      left: 40px;
    }
  }
  .main-menu__submenu-link {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #eeeeee;
    padding: 5px;
    display: inline-block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .main-menu__submenu-link:hover {
    color: #ffcb05;
  }
  .main-menu__submenu-link:focus {
    color: #ffcb05;
    outline: none;
  }
  .main-menu__btns-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 195px;
    width: 100%;
    padding-top: 60px;
  }
  .main-menu__link {
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 47px;
    font-size: 1rem;
    font-family: "Raleway-Bold", sans-serif;
    text-decoration: none;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .main-menu__link span {
    z-index: 1;
  }
  .main-menu__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .main-menu__link:hover {
    border: 1px solid #1e1e1e;
  }
  .main-menu__link:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .main-menu__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 30px;
  }
  .main-menu__social-link {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .main-menu__social-link:hover {
    background-color: #ffcb05;
  }
  .main-menu__contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 300px;
    width: 100%;
    position: absolute;
    right: 40px;
    top: 100px;
    color: #eeeeee;
  }
  @media (max-width: 1200px) {
    .main-menu__contacts-block {
      padding-top: 50px;
      position: relative;
      top: initial;
      right: initial;
    }
  }
  .main-menu__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 300px;
    width: 100%;
  }
  .main-menu__logo {
    max-width: 340px;
    width: 100%;
    margin-bottom: 40px;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .main-menu__logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .main-menu__logo {
      position: relative;
      top: initial;
      right: initial;
      max-width: 260px;
    }
  }
  main-menu__links-contacts .main-menu__links-title {
    color: #eeeeee;
  }
  .main-menu__links-title {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .main-menu__contact {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.889em;
    padding: 10px 0;
    line-height: 1.4;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .main-menu__contact:hover {
    color: #ffcb05;
  }
  
  .header {
    position: relative;
    width: 100%;
    top: 0;
    padding: 32px 0 40px;
    z-index: 1;
  }
  .header__inner {
    width: 100%;
    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;
    gap: 10px;
  }
  .header__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header__logo-link {
    max-width: 310px;
    width: 100%;
    height: 67px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  @media (max-width: 1200px) {
    .header__logo-link {
      max-width: 200px;
      height: auto;
    }
  }
  @media (max-width: 1500px) {
    .header__logo-link--mshrf {
      display: none;
    }
  }
  @media (max-width: 1500px) {
    .header__nav {
      margin-left: auto;
    }
  }
  .header__contrast-btn {
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    line-height: 1.6;
  }
  @media (max-width: 768px) {
    .header__contrast-btn {
      display: block;
    }
  }
  .header__contrast-btn svg {
    width: 20px;
    height: 15px;
  }
  .header__contrast-btn svg path {
    fill: #ffffff;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .header__contrast-btn:hover svg path {
    fill: #ffcb05;
  }
  .header__contrast-btn:focus {
    outline: none;
  }
  .header__contrast-btn:focus svg path {
    fill: #ffcb05;
  }
  .header__menu-btn {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border: none;
  }
  @media (max-width: 768px) {
    .header__menu-btn {
      width: 26px;
      height: 24px;
    }
  }
  .header__menu-btn span {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__menu-btn:hover span {
    background-color: #ffcb05;
  }
  .header__menu-btn:focus {
    outline: none;
  }
  .header__menu-btn:focus span {
    background-color: #ffcb05;
  }
  .header__btn-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .header__logo--black {
    display: block;
  }
  .header__logo--white {
    display: none;
  }
  .header--white {
    background-color: #ffffff;
  }
  a.header__contrast-btn.version span{
	color: #1e1e1e;
	font-weight: 500;
  }
  a.version:hover {
	color: #ffcb05;
  }
  a.version span:hover {
	color: #ffcb05;
    transition: color 0.3s;
  }
  a.header__contrast-btn.version-white span{
	color: #fff;
	font-weight: 500;
  }
  a.version-white:hover {
	color: #ffcb05;
  }
  a.version-white span:hover {
	color: #ffcb05;
    transition: color 0.3s;
  }

  @media (max-width: 1500px) {
    .header--white {
      padding: 20px 0;
    }
  }
  @media (max-width: 1200px) {
    .header--white {
      padding: 10px 0;
    }
  }
  .header--white .nav__link {
    color: #1e1e1e;
  }
  .header--white .nav__link:hover {
    color: #ffcb05;
  }
  .header--white .nav__link:focus {
    outline: none;
    color: #ffcb05;
  }
  .header--white .header__logo--black {
    display: none;
  }
  .header--white .header__logo--white {
    display: block;
  }
  .header--white .header__contrast-btn path {
    fill: #1e1e1e;
  }
  .header--white .header__contrast-btn:focus {
    outline: none;
  }
  .header--white .header__contrast-btn:focus path {
    fill: #ffcb05;
  }
  .header--white .header__menu-btn span {
    background-color: #1e1e1e;
  }
  .header--white .header__menu-btn:hover span {
    background-color: #ffcb05;
  }
  .header--white .header__menu-btn:focus {
    outline: none;
  }
  .header--white .header__menu-btn:focus span {
    background-color: #ffcb05;
  }
  
  .section-1 {
    position: relative;
    margin-top: -139px;
  }
  .section-1__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 768px) {
    .section-1__right {
      display: none;
    }
  }
  .section-1__video-btn {
    width: 120px;
    height: 120px;
    border-radius: 65px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 203, 5, 0.15);
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .section-1__video-btn::before {
    position: absolute;
    content: url("/design/img/icons/icon-video-1.svg");
    left: -60px;
    top: -60px;
    pointer-events: none;
  }
  @media (max-width: 1200px) {
    .section-1__video-btn::before {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      top: -70px;
    }
  }
  .section-1__video-btn::after {
    position: absolute;
    content: url("/design/img/icons/icon-video-2.svg");
    left: -130px;
    top: -130px;
    pointer-events: none;
  }
  @media (max-width: 1200px) {
    .section-1__video-btn::after {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
    }
  }
  .section-1__video-btn:hover {
    background-color: rgba(255, 203, 5, 0.8);
  }
  @media (max-width: 1200px) {
    .section-1__video-btn {
      width: 64px;
      height: 64px;
    }
    .section-1__video-btn svg {
      width: 12px;
      height: 10px;
    }
  }
  .section-1__video-text {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1.4;
    max-width: 160px;
    color: #ffffff;
  }
  @media (max-width: 1200px) {
    .section-1__video-text {
      font-size: 1.25rem;
      max-width: 60px;
    }
  }
  .section-1__bg, .section-1__image {
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    display: block;
    z-index: -1;
  }
  
  @media (max-width: 1200px) {
    .section-1__bg, .section-1__image {
      height: 620px;
    }
  }
  @media (max-width: 600px) {
    .section-1__bg, .section-1__image {
      height: 490px;
    }
  }
  .section-1__bg::before {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #1e1e1e;
    opacity: 0.3;
  }
  
  .section-1__main-bg, .section-1__main-image {
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 100%;
    display: block;
    z-index: -1;
  }
  
  @media (max-width: 1200px) {
    .section-1__main-bg, .section-1__main-image {
      height: 580px;
    }
  }
  @media (max-width: 600px) {
    .section-1__main-bg, .section-1__main-image {
      height: 480px;
    }
  }
  .section-1__main-bg::before {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #1e1e1e;
    opacity: 0.3;
  }
  
  
  
  .section-1__inner {
    position: relative;
    padding: 250px 0 140px;
    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;
    gap: 20px;
    color: #ffffff;
  }
  @media (max-width: 1200px) {
    .section-1__inner {
      padding: 220px 0 100px;
    }
  }
  @media (max-width: 600px) {
    .section-1__inner {
      padding: 106px 0 82px;
    }
  }
  .section-1__title {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 3.125rem;
    line-height: 1.4;
    max-width: 600px;
    width: 100%;
    margin-bottom: 40px;
  }
  @media (max-width: 1200px) {
    .section-1__title {
      font-size: 2rem;
      max-width: 380px;
    }
  }
  @media (max-width: 600px) {
    .section-1__title {
      font-size: 1.75rem;
      max-width: 320px;
      margin-bottom: 10px;
    }
  }
  .section-1__text {
    max-width: 800px;
    width: 100%;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 60px;
    color: #ffffff;
  }
  @media (max-width: 1200px) {
    .section-1__text {
      font-size: 1rem;
      max-width: 420px;
      margin-bottom: 39px;
    }
  }
  @media (max-width: 600px) {
    .section-1__text {
      font-size: 0.875rem;
      max-width: 240px;
    }
  }
  .section-1__btn {
    font-family: "Raleway-Bold", sans-serif;
    position: relative;
    overflow: hidden;
    width: 330px;
  }
  @media (max-width: 1200px) {
    .section-1__btn {
      height: 52px;
      border-radius: 20px;
      width: 230px;
    }
  }
  @media (max-width: 600px) {
    .section-1__btn {
      max-width: 215px;
      width: 100%;
      padding: 0;
    }
  }
  .section-1__btn span {
    position: relative;
    z-index: 0;
    text-align: center;
    color: #1e1e1e;
  }
  .section-1__btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .section-1__btn:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  
  .links-block {
    background-color: #075a28;
    position: relative;
  }
  @media (max-width: 1200px) {
    .links-block .container {
      padding: 0;
    }
  }
  .links-block__list {
    display: grid;
    grid-template-columns: auto 33vw auto;
  }
  @media (max-width: 1200px) {
    .links-block__list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {
    .links-block__list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .links-block__item {
    height: 260px;
    padding: 0 10px 50px;
  }
  @media (max-width: 1200px) {
    .links-block__item {
      height: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 10px;
    }
  }
  @media (max-width: 460px) {
    .links-block__item {
      height: 132px;
    }
  }
  .links-block__item:nth-of-type(1) {
    color: #ffffff;
  }
  .links-block__item:nth-of-type(1) p {
    color: #ffffff;
  }
  .links-block__item:nth-of-type(1) .links-block__item-inner {
    max-width: 330px;
    padding: 87px 0 20px;
    margin-right: auto;
  }
  @media (max-width: 1200px) {
    .links-block__item:nth-of-type(1) .links-block__item-inner {
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
  }
  .links-block__item:nth-of-type(2) {
    color: #1e1e1e;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
  }
  @media (max-width: 1200px) {
    .links-block__item:nth-of-type(2) {
      border-bottom: none;
    }
  }
  .links-block__item:nth-of-type(2) .links-block__item-inner {
    padding: 87px 0 20px;
    max-width: 444px;
    margin: 0 auto;
  }
  @media (max-width: 1200px) {
    .links-block__item:nth-of-type(2) .links-block__item-inner {
      text-align: center;
      padding: 0;
    }
  }
  .links-block__item:nth-of-type(3) {
    padding: 0 10px;
    color: #ffffff;
  }
  .links-block__item:nth-of-type(3) p {
    color: #ffffff;
  }
  .links-block__item:nth-of-type(3) .links-block__item-inner {
    max-width: 330px;
    padding: 87px 0 20px;
    margin-left: auto;
  }
  @media (max-width: 1200px) {
    .links-block__item:nth-of-type(3) .links-block__item-inner {
      margin: 0 auto;
      text-align: center;
      padding: 0;
    }
  }
  @media (max-width: 1200px) {
    .links-block__item:nth-of-type(3) {
      grid-column: 1/3;
      border-top: 1px solid #ffffff;
    }
  }
  @media (max-width: 600px) {
    .links-block__item:nth-of-type(3) {
      grid-column: 1/2;
    }
  }
  .links-block__link {
    color: inherit;
    display: block;
  }
  .links-block__link:hover .links-block__title,
  .links-block__link:hover .links-block__text {
    color: #ffcb05;
  }
  .links-block__title {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  @media (max-width: 1200px) {
    .links-block__title {
      font-size: 2rem;
      margin-bottom: 15px;
    }
  }
  @media (max-width: 768px) {
    .links-block__title {
      font-size: 1.375rem;
    }
  }
  .links-block__text {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  @media (max-width: 768px) {
    .links-block__text {
      font-size: 1rem;
    }
  }


.document-card {
  padding-top: 60px;
}
.document-card__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.document-card__list div {
  padding: 30px;
  border: 1px solid #1e1e1e;
  border-radius: 30px;
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.document-card__list h3 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.2;
}
.document-card__list p {
  -ms-flex-item-align: end;
      align-self: flex-end;
}


.document-links {
  padding-top: 60px;
}
.document-links__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px 10px;
}
.document-links__list a {
  padding: 10px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.document-links__list a:hover p {
  color: #075a28;
}
.document-links__list a:hover svg path {
  fill: #075a28;
}
.document-links__list p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.document-links__list svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.document-links__list svg path {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

  
  .partners {
    padding-top: 60px;
    position: relative;
    z-index: 0;
  }
  .partners__list img {
    max-width: 350px;
    min-width: 220px;
    width: 100%;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .partners__list a {
    display: block;
  }
  .partners__inner {
    position: relative;
  }
  .partners__btns {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 78px;
    height: 32px;
  }
  @media (max-width: 768px) {
    .partners__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .partners__prev {
    width: 32px;
    height: 32px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  .partners__prev:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .partners__prev::after {
    content: none;
  }
  .partners__prev::before {
    content: url("/design/img/icons/icon-arrow-prev-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  .partners__next {
    width: 32px;
    height: 32px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  .partners__next:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .partners__next::after {
    content: none;
  }
  .partners__next::before {
    content: url("/design/img/icons/icon-arrow-next-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  
  .news {
    padding-top: 40px;
    position: relative;
    z-index: 0;
  }
  .news__inner {
    position: relative;
  }
  .news__tab-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .news__tab-btn {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.222em;
    line-height: 1.4;
    margin-bottom: 40px;
    background-color: transparent;
    border: none;
    color: #58595b;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  @media (max-width: 1200px) {
    .news__tab-btn {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 768px) {
    .news__tab-btn {
      font-size: 1.5rem;
    }
  }
  @media (max-width: 768px) {
    .news__tab-btn {
      margin-bottom: 30px;
    }
  }
  .news__tab-btn:hover {
    color: #ffcb05;
  }
  .news__tab-btn--active {
    color: #1e1e1e;
  }
  .news__tab {
    width: 100%;
    padding-bottom: 0;
  }
  @media (max-width: 460px) {
    .news__tab {
      border-bottom: none;
    }
  }
  .news__tab .news__tab-item {
    width: 100%;
  }
  .news__tab .news__tab-item {
    margin: 60px 0;
  }
  @media (max-width: 768px) {
    .news__tab .news__tab-item {
      margin: 30px 0 40px;
    }
  }
  .news__tab .news__image {
    margin-bottom: 20px;
  }
  .news__tab:nth-of-type(n + 2) .news__item-inner {
    max-width: calc(100% - 75px);
    width: 100%;
  }
  @media (max-width: 1200px) {
    .news__tab:nth-of-type(n + 2) .news__item-inner {
      max-width: calc(100% - 30px);
    }
  }
  @media (max-width: 600px) {
    .news__tab:nth-of-type(n + 2) .news__item-inner {
      max-width: calc(100% - 20px);
    }
  }
  @media (max-width: 600px) and (max-width: 460px) {
    .news__tab:nth-of-type(n + 2) .news__item-inner {
      max-width: 100%;
    }
  }
  .news__tab:nth-of-type(2n - 1) .news__item-inner {
    margin-left: auto;
  }
  .news__tab:nth-of-type(2n) .news__tab-item {
    border-right: 1px solid #1e1e1e;
  }
  @media (max-width: 460px) {
    .news__tab:nth-of-type(2n) .news__tab-item {
      border-right: none;
    }
  }
  .news__tab:first-of-type {
    justify-self: auto;
    grid-column: 1/3;
  }
  .news__tab:first-of-type .news__tab-item {
    margin-top: 0;
  }
  .news__tab:first-of-type .news__image {
    margin-bottom: 0;
  }
  @media (max-width: 460px) {
    .news__tab:first-of-type {
      grid-column: initial;
    }
  }
  .news__tab:first-of-type .news__descr-text {
    display: block;
    padding-top: 15px;
  }
  .news__tab:first-of-type .news__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 150px;
  }
  @media (max-width: 1200px) {
    .news__tab:first-of-type .news__item-inner {
      gap: 60px;
    }
  }
  @media (max-width: 768px) {
    .news__tab:first-of-type .news__item-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 0;
    }
    .news__tab:first-of-type .news__img {
      max-width: 100%;
    }
    .news__tab:first-of-type .news__item-inner {
      gap: 30px;
    }
  }
  @media (max-width: 460px) {
    .news__tab:first-of-type .news__item-inner {
      gap: 10px;
    }
  }
  @media (max-width: 460px) {
    .news__tab:last-of-type {
      padding-bottom: 80px;
      border-bottom: 1px solid #1e1e1e;
    }
  }
  .news__tab-item .news__descr-text {
    display: none;
  }
  .news__tab-item .news__descr-title {
    margin-bottom: 0;
  }
  .news__img {
    max-width: 675px;
    width: 100%;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
  @media (max-width: 1200px) {
    .news__img {
      height: 260px;
      border-radius: 15px;
    }
  }
  @media (max-width: 992px) {
    .news__img {
      height: 180px;
    }
  }
  .news__bottom-block {
    max-width: 675px;
    width: 100%;
  }
  .news__image {
    width: 100%;
  }
  .news__image--block {
    margin-bottom: 20px;
  }
  .news__descr {
    max-width: 680px;
    width: 100%;
  }
  .news__date, .news__theme {
    font-family: "Raleway-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #1e1e1e;
    font-variant-numeric: lining-nums;
  }
  @media (max-width: 992px) {
    .news__date, .news__theme {
      font-size: 0.75rem;
    }
  }
  .news__theme {
    padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 19px;
  }
  .news__descr-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  @media (max-width: 768px) {
    .news__descr-top {
      margin-bottom: 10px;
    }
  }
  .news__descr-title {
    font-family: "Raleway-Medium", sans-serif;
    font-size: 1.875rem;
    line-height: 1.4;
    text-wrap: balance;
    margin-bottom: 20px;
    color: #1e1e1e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  @media (max-width: 1200px) {
    .news__descr-title {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 768px) {
    .news__descr-title {
      margin-bottom: 10px;
    }
  }
  .news__descr-link:hover .news__descr-title {
    color: #ffcb05;
  }
  .news__descr-text {
    text-wrap: pretty;
  }
  .news__link {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 250px;
    color: #ffffff;
    height: 55px;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media (max-width: 1200px) {
    .news__link {
      font-size: 1rem;
      max-width: 195px;
      height: 47px;
    }
  }
  @media (max-width: 460px) {
    .news__link {
      bottom: 40px;
      left: 0;
      right: initial;
      top: initial;
    }
  }
  .news__link span {
    z-index: 1;
  }
  .news__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .news__link:hover {
    border: 1px solid #1e1e1e;
  }
  .news__link:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .news__bottom {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 70px;
  }
  @media (max-width: 1200px) {
    .news__bottom {
      gap: 20px;
    }
  }
  @media (max-width: 768px) {
    .news__bottom {
      margin-top: 30px;
      padding-bottom: 30px;
    }
  }
  @media (max-width: 600px) {
    .news__bottom {
      grid-template-columns: 1fr;
      padding-bottom: 100px;
    }
    .news__bottom .news__bottom-line {
      display: none;
    }
  }
  .news__bottom-line {
    width: 1px;
    height: auto;
    background-color: #1e1e1e;
  }
  .news__tab-container {
    display: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    grid-template-columns: repeat(2, 1fr);
  }
  @media (max-width: 460px) {
    .news__tab-container {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .news__tab-container--active {
    display: grid;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: fadein;
            animation-name: fadein;
  }
  
  .education {
    padding-top: 60px;
  }
  @media (max-width: 460px) {
    .education {
      padding-top: 40px;
    }
  }
  .education__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .education__list--four .education__item {
    min-width: 40%;
  }
  .education__item {
    position: relative;
    height: 300px;
    background-color: #075a28;
    border-radius: 30px;
    overflow: hidden;
    min-width: 400px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 250px;
        flex-basis: 250px;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
  }
  @media (max-width: 992px) {
    .education__item {
      min-width: 280px;
      height: 244px;
      border-radius: 15px;
    }
  }
  @media (max-width: 460px) {
    .education__item {
      height: initial;
      min-height: 110px;
    }
  }
  .education__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 28px;
    border: 5px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media (max-width: 992px) {
    .education__item::after {
      border-radius: 15px;
    }
  }
  .education__item:hover::after {
    border: 5px solid #ffcb05;
  }
  .education__item-link {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 30px 20px;
    display: block;
    color: #ffffff;
    font-family: "Raleway-Bold", sans-serif;
    z-index: 1;
  }
  .education__item-link p {
    color: #ffffff;
    font-family: "Raleway-Bold", sans-serif;
    line-height: 1.4;
    font-size: 16px;
  }
  @media (max-width: 1200px) {
    .education__item-link {
      padding: 20px;
    }
  }
  @media (max-width: 992px) {
    .education__item-link {
      padding: 20px 40px 40px;
    }
  }
  @media (max-width: 768px) {
    .education__item-link {
      padding: 10px 40px 40px;
    }
  }
  @media (max-width: 460px) {
    .education__item-link {
      padding: 20px 70px 20px 20px;
      font-size: 1rem;
    }
  }
  .education__item-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  @media (max-width: 1200px) {
    .education__item-title {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 992px) {
    .education__item-title {
      font-size: 1.2rem;
      margin-bottom: 15px;
    }
  }
  .education__programms {
    line-height: 1.4;
    font-size: 1.4375rem;
    margin-bottom: 18px;
  }
  @media (max-width: 1200px) {
    .education__programms {
      margin-bottom: 10px;
    }
  }
  @media (max-width: 992px) {
    .education__programms {
      font-size: 1rem;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 460px) {
    .education__programms {
      display: none;
    }
  }
  .education__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    line-height: 1.4;
    font-size: 1.4375rem;
  }
  @media (max-width: 992px) {
    .education__item-bottom {
      font-size: 1rem;
    }
  }
  @media (max-width: 460px) {
    .education__item-bottom {
      display: none;
    }
  }
  .education__codes {
    width: 132px;
  }
  .education__codes span {
    display: block;
  }
  .education__item-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media (max-width: 460px) {
    .education__prof-list {
      display: none;
    }
  }
  .education__prof-list div {
    position: relative;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.4;
    padding-left: 25px;
  }
  .education__prof-list div::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 18px;
    background-color: #ffffff;
    left: 0px;
    top: 13px;
  }
  .education__btn {
    width: 54px;
    height: 54px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    position: absolute;
    right: 28px;
    bottom: 20px;
  }
  @media (max-width: 992px) {
    .education__btn {
      width: 40px;
      height: 40px;
    }
  }
  @media (max-width: 460px) {
    .education__btn {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: initial;
    }
  }
  .education__btn::before {
    content: url("/design/img/icon-arrow.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 992px) {
    .education__btn::before {
      -webkit-transform: translate(-50%, -50%) scale(0.8);
              transform: translate(-50%, -50%) scale(0.8);
    }
  }
  
  .marquee {
    padding-top: 60px;
    width: 100%;
    overflow: hidden;
  }
  @media (max-width: 992px) {
    .marquee {
      padding: 60px 0 0;
    }
  }
  .marquee__inner {
    height: 200px;
    overflow: hidden;
  }
  @media (max-width: 460px) {
    .marquee__inner {
      height: 120px;
    }
  }
  .marquee__top, .marquee__bottom {
    color: #ffffff;
    font-family: "Raleway-Medium", sans-serif;
    text-transform: uppercase;
    font-size: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    background-color: #097132;
    padding: 30px 0;
    display: flex;
    gap: 10px;
  }
  @media (max-width: 1200px) {
    .marquee__top, .marquee__bottom {
      font-size: 2.5rem;
      padding: 25px 0;
    }
  }
  @media (max-width: 992px) {
    .marquee__top, .marquee__bottom {
      font-size: 2rem;
      padding: 20px 0;
    }
  }
  @media (max-width: 768px) {
    .marquee__top, .marquee__bottom {
      font-size: 1.4375rem;
    }
  }
  @media (max-width: 460px) {
    .marquee__top, .marquee__bottom {
      font-size: 0.875rem;
      padding: 11px 0;
    }
  }
  .marquee__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    will-change: margin-left;
  }
  .marquee__top {
    padding: 30px 0 60px;
  }
  @media (max-width: 992px) {
    .marquee__top {
      padding: 20px 0 35px;
    }
  }
  @media (max-width: 460px) {
    .marquee__top {
      padding: 15px 0 20px;
    }
  }
  .marquee__bottom {
    background-color: #e7e7e7;
    color: #1e1e1e;
    -webkit-transform: translateY(-40px) rotate(1.82deg);
            transform: translateY(-40px) rotate(1.82deg);
  }
  @media (max-width: 992px) {
    .marquee__bottom {
      -webkit-transform: translateY(-30px) rotate(1.82deg);
              transform: translateY(-30px) rotate(1.82deg);
    }
  }
  @media (max-width: 460px) {
    .marquee__bottom {
      -webkit-transform: translateY(-10px) rotate(1.82deg);
              transform: translateY(-10px) rotate(1.82deg);
    }
  }
  
  .statistic {
    padding-top: 60px;
  }
  @media (max-width: 992px) {
    .statistic {
      padding-top: 0;
    }
  }
  .statistic__inner {
    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;
    gap: 100px;
  }
  @media (max-width: 1500px) {
    .statistic__inner {
      gap: 50px;
    }
  }
  @media (max-width: 992px) {
    .statistic__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  @media (max-width: 460px) {
    .statistic__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 40px;
    }
  }
  .statistic__image {
    max-width: 720px;
    width: 100%;
  }
  @media (max-width: 992px) {
    .statistic__image {
      max-width: 100%;
    }
  }
  .statistic__img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
  @media (max-width: 992px) {
    .statistic__img {
      height: 272px;
    }
  }
  @media (max-width: 768px) {
    .statistic__img {
      border-radius: 15px;
    }
  }
  @media (max-width: 460px) {
    .statistic__img {
      height: auto;
    }
  }
  .statistic__description {
    max-width: 680px;
    width: 100%;
    color: #1e1e1e;
  }
  .statistic__title {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  @media (max-width: 992px) {
    .statistic__title {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 460px) {
    .statistic__title {
      font-size: 1.5rem;
    }
  }
  .statistic__text {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  @media (max-width: 992px) {
    .statistic__text {
      font-size: 1rem;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 460px) {
    .statistic__text {
      font-size: 0.875rem;
      margin-bottom: 40px;
    }
  }
  .statistic__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
  }
  @media (max-width: 1500px) {
    .statistic__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 10px;
    }
  }
  @media (max-width: 600px) {
    .statistic__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .statistic__num {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
  }
  @media (max-width: 1200px) {
    .statistic__num {
      font-size: 1.625rem;
      text-align: center;
    }
  }
  @media (max-width: 600px) {
    .statistic__num {
      text-align: left;
    }
  }
  @media (max-width: 460px) {
    .statistic__num {
      font-size: 1.5rem;
    }
  }
  .statistic__item-decr {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    display: block;
  }
  .statistic__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  .link-block {
    padding-top: 60px;
  }
  @media (max-width: 1200px) {
    .link-block {
      padding-top: 30px;
    }
  }
  .link-block__inner {
    text-align: center;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .link-block__inner {
      padding-bottom: 30px;
    }
  }
  .link-block__link {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 6.25rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #097132;
  }
  .link-block__link--one {
    display: inline;
  }
  @media (max-width: 768px) {
    .link-block__link--one {
      display: block;
      line-height: 0.2;
    }
  }
  @media (max-width: 1200px) {
    .link-block__link {
      font-size: 3.75rem;
    }
  }
  @media (max-width: 460px) {
    .link-block__link {
      font-size: 3.3125rem;
    }
  }
  .link-block__link span {
    color: transparent;
    -webkit-text-stroke: 1px #1e1e1e;
    text-stroke: 1px #1e1e1e;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .link-block__link svg {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    fill: transparent;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  @media (max-width: 1200px) {
    .link-block__link svg {
      width: 45px;
      height: 45px;
      -webkit-transform: translateY(2px);
              transform: translateY(2px);
    }
  }
  @media (max-width: 460px) {
    .link-block__link svg {
      width: 40px;
      height: 43px;
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
    }
  }
  .link-block__link:hover span {
    color: #ffcb05;
  }
  .link-block__link:hover svg {
    fill: #ffcb05;
  }
  .link-block__link:focus {
    outline: none;
  }
  .link-block__link:focus span {
    color: #ffcb05;
  }
  .link-block__link:focus svg {
    fill: #ffcb05;
  }
  
  .projects__inner {
    margin-top: 60px;
    position: relative;
  }
  @media (max-width: 1200px) {
    .projects__inner {
      margin-bottom: 40px;
    }
  }
  @media (max-width: 460px) {
    .projects__inner {
      margin-top: 40px;
    }
  }
  @media (max-width: 1200px) {
    .projects__subtitle {
      margin-bottom: 20px;
    }
  }
  .projects__list div {
    max-width: 480px;
    width: 100%;
  }
  .projects__list img {
    width: 100%;
    height: 314px;
    min-width: 300px;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 40px;
  }
  @media (max-width: 1200px) {
    .projects__list img {
      height: 265px;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 768px) {
    .projects__list img {
      border-radius: 15px;
    }
  }
  @media (max-width: 460px) {
    .projects__list img {
      height: auto;
    }
  }
  .projects__list p {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.5625rem;
    line-height: 1.4;
    color: #1e1e1e;
  }
  @media (max-width: 1200px) {
    .projects__list p {
      font-size: 1.25rem;
    }
  }
  .projects__btn-block {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: 138px;
    height: 54px;
  }
  @media (max-width: 1200px) {
    .projects__btn-block {
      width: 78px;
      gap: 10px;
    }
  }
  .projects__prev {
    width: 54px;
    height: 54px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  @media (max-width: 1200px) {
    .projects__prev {
      width: 33px;
      height: 33px;
    }
  }
  .projects__prev:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .projects__prev::after {
    content: none;
  }
  .projects__prev::before {
    content: url("/design/img/icons/icon-arrow-prev-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 1200px) {
    .projects__prev::before {
      -webkit-transform: translate(-50%, -50%) scale(0.6);
              transform: translate(-50%, -50%) scale(0.6);
    }
  }
  .projects__next {
    width: 54px;
    height: 54px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  @media (max-width: 1200px) {
    .projects__next {
      width: 33px;
      height: 33px;
    }
  }
  .projects__next:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .projects__next::after {
    content: none;
  }
  .projects__next::before {
    content: url("/design/img/icons/icon-arrow-next-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 1200px) {
    .projects__next::before {
      -webkit-transform: translate(-50%, -50%) scale(0.6);
              transform: translate(-50%, -50%) scale(0.6);
    }
  }
  
  .ask-us {
    padding-top: 60px;
  }
  @media (max-width: 600px) {
    .ask-us {
      padding-top: 0;
      margin-bottom: 0;
    }
  }
  .ask-us__inner {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    gap: 70px;
  }
  @media (max-width: 992px) {
    .ask-us__inner {
      gap: 20px;
    }
  }
  @media (max-width: 600px) {
    .ask-us__inner {
      grid-template-columns: 1fr;
    }
  }
  .ask-us__line {
    width: 1px;
    height: 100%;
    background-color: #1e1e1e;
  }
  @media (max-width: 600px) {
    .ask-us__line {
      display: none;
    }
  }
  .ask-us__text {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 26px;
  }
  @media (max-width: 992px) {
    .ask-us__text {
      font-size: 1.375rem;
    }
  }
  @media (max-width: 600px) {
    .ask-us__text {
      font-size: 1.125rem;
      margin-bottom: 20px;
    }
  }
  .ask-us__info {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.4;
    text-wrap: balance;
  }
  @media (max-width: 992px) {
    .ask-us__info {
      font-size: 1rem;
    }
  }
  @media (max-width: 600px) {
    .ask-us__info {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 600px) {
    .ask-us__subtitle {
      margin-bottom: 10px;
    }
  }
  .ask-us__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #909090;
    padding: 5px 20px 5px 0;
    background-color: transparent;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 20px;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    resize: none;
    height: 65px;
    -webkit-appearance: none;
    border-radius: 0;
  }
  @media (max-width: 992px) {
    .ask-us__input {
      font-size: 0.75rem;
    }
  }
  @media (max-width: 600px) {
    .ask-us__input {
      margin-bottom: 0;
    }
  }
  .ask-us__input:focus {
    border-bottom: 1px solid #1e1e1e;
  }
  .ask-us__input::-webkit-input-placeholder {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #909090;
    text-transform: uppercase;
  }
  .ask-us__input::-moz-placeholder {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #909090;
    text-transform: uppercase;
  }
  .ask-us__input:-ms-input-placeholder {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #909090;
    text-transform: uppercase;
  }
  .ask-us__input::-ms-input-placeholder {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #909090;
    text-transform: uppercase;
  }
  .ask-us__input::placeholder {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #909090;
    text-transform: uppercase;
  }
  @media (max-width: 992px) {
    .ask-us__input::-webkit-input-placeholder {
      font-size: 0.75rem;
    }
    .ask-us__input::-moz-placeholder {
      font-size: 0.75rem;
    }
    .ask-us__input:-ms-input-placeholder {
      font-size: 0.75rem;
    }
    .ask-us__input::-ms-input-placeholder {
      font-size: 0.75rem;
    }
    .ask-us__input::placeholder {
      font-size: 0.75rem;
    }
  }
  .ask-us__input.error {
    border-bottom: 1px solid #ff0000;
  }
  .ask-us__agreement {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #1e1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 43px;
  }
  @media (max-width: 992px) {
    .ask-us__agreement {
      font-size: 0.75rem;
    }
  }
  @media (max-width: 600px) {
    .ask-us__agreement {
      margin-top: 10px;
    }
  }
  .ask-us__checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #909090;
    margin-right: 12px;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  .ask-us__check-input {
    -webkit-transform: scale(0);
            transform: scale(0);
    font-size: 0;
    opacity: 0;
    width: 0;
    height: 0;
  }
  .ask-us__check-input:checked ~ .ask-us__checkbox {
    position: relative;
  }
  .ask-us__check-input:checked ~ .ask-us__checkbox::before {
    content: url("/design/img/icons/icon-checkbox-check.svg");
    position: absolute;
    left: 0;
    top: 0;
  }
  .ask-us__check-input.error ~ .ask-us__checkbox {
    border: 1px solid #ff0000;
  }
  .ask-us__btn {
    max-width: 250px;
    height: 60px;
    color: #fafafa;
    background-color: #075a28;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media (max-width: 992px) {
    .ask-us__btn {
      margin-left: initial;
      margin-right: auto;
      width: 195px;
      height: 47px;
    }
  }
  .ask-us__btn span {
    z-index: 1;
  }
  .ask-us__btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .ask-us__btn:hover {
    border: 1px solid #1e1e1e;
  }
  .ask-us__btn:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .ask-us__form {
    position: relative;
  }
  .ask-us__error-msg {
    position: absolute;
    bottom: 30px;
    opacity: 0;
    color: #ff0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.778em;
    line-height: 1.4;
    visibility: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  @media (max-width: 1200px) {
    .ask-us__error-msg {
      bottom: 60px;
    }
  }
  .ask-us__error-msg span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    background-color: #ff0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8em;
  }
  .ask-us__error-msg.error {
    visibility: visible;
    opacity: 1;
  }
  
  .footer {
    margin-top: 60px;
    padding: 100px 0 73px;
    background-color: #0d2d22;
    color: #fafafa;
  }
  @media (max-width: 600px) {
    .footer {
      margin-top: 40px;
    }
  }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 90px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 100px;
    border-bottom: 1px solid #fafafa;
  }
  @media (max-width: 1200px) {
    .footer__top {
      gap: 20px;
    }
  }
  @media (max-width: 992px) {
    .footer__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 40px;
    }
  }
  @media (max-width: 600px) {
    .footer__top {
      padding-bottom: 10px;
    }
  }
  .footer__info-title {
    max-width: 420px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 1200px) {
    .footer__info-title {
      max-width: 300px;
    }
  }
  @media (max-width: 992px) {
    .footer__info-title {
      max-width: 100%;
    }
  }
  .footer__logo {
    max-width: 410px;
    width: 100%;
    height: 67px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 46px;
  }
  .footer__text {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fafafa;
  }
  .footer__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
  .footer__social-link {
    width: 50px;
    height: 50px;
    border-radius: 7px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .footer__social-link:hover {
    background-color: #ffcb05;
  }
  .footer__links-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  @media (max-width: 1200px) {
    .footer__links-block {
      gap: 10px;
    }
  }
  @media (max-width: 600px) {
    .footer__links-block {
      grid-template-columns: 1fr;
    }
  }
  .footer h3 {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  .footer__list a {
    font-family: "Raleway-Regular", sans-serif;
    font-size: 1rem;
    padding: 10px;
    margin-left: 15px;
    line-height: 2.5;
    color: inherit;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
  }
  .footer__list a:hover {
    color: #ffcb05;
  }
  .footer__list a:hover::before {
    background-color: #ffcb05;
  }
  .footer__list a::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #fafafa;
    left: -3px;
    top: 28px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .footer__contact {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.889em;
    padding: 10px 0;
    line-height: 1.4;
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer__contact:hover {
    color: #ffcb05;
  }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__bottom {
    margin-top: 28px;
    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: 600px) {
    .footer__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      gap: 20px;
    }
  }
  @media (max-width: 460px) {
    .footer__bottom {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  .footer__bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
  }
  @media (max-width: 460px) {
    .footer__bottom-links {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      width: 100%;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .footer__bottom-links div {
      display: none;
    }
  }
  .footer__bottom-link {
    color: inherit;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .footer__bottom-link:hover {
    color: #ffcb05;
  }
  .footer__bottom-rigths {
    font-size: 0.875rem;
    color: #fafafa;
  }
  
  .main-banner {
    position: relative;
    overflow: hidden;
  }
  .main-banner__image {
    position: absolute;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 600px;
  }
  .banner-second-top {
	border-radius:30px; 
	max-width:1500px; 
	width:100%;
  }
  @media (max-width: 1200px) {
    .main-banner__image {
      height: 470px;
    }
  }
  @media (max-width: 600px) {
    .main-banner__image {
      height: 480px;
    }
   .banner-second-top {
	border-radius:15px; 
  	}
  }
  .main-banner__inner {
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
    position: relative;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #ffffff;
  }
  @media (max-width: 1200px) {
    .main-banner__inner {
      height: 400px;
      padding-bottom: 40px;
    }
  }
  @media (max-width: 600px) {
    .main-banner__inner {
      padding-bottom: 20px;
    }
  }
  .main-banner__title {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 3.125rem;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 30px;
    text-wrap: balance;
  }
  @media (max-width: 1200px) {
    .main-banner__title {
      font-size: 2rem;
      margin-bottom: 20px;
    }
  }
  @media (max-width: 600px) {
    .main-banner__title {
      font-size: 1.75rem;
      max-width: 320px;
      margin-bottom: 20px;
    }
  }
  .main-banner__text {
    width: 100%;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    font-variant-numeric: lining-nums;
    margin-bottom: 22px;
    color: #ffffff;
    text-wrap: balance;
  }
  @media (max-width: 1200px) {
    .main-banner__text {
      font-size: 1rem;
    }
  }
  @media (max-width: 600px) {
    .main-banner__text {
      font-size: 0.875rem;
    }
  }
  .main-banner__links {
    width: 100%;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    font-variant-numeric: lining-nums;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  @media (max-width: 1200px) {
    .main-banner__links {
      font-size: 1rem;
    }
  }
  @media (max-width: 600px) {
    .main-banner__links {
      font-size: 0.875rem;
    }
  }
  .main-banner__links span,
  .main-banner__links a {
    display: inline-block;
    color: #ffffff;
  }
  .main-banner__link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .main-banner__link:focus {
    color: #ffcb05;
    outline: none;
  }
  .main-banner__top {
    margin-bottom: 100px;
  }
  @media (max-width: 1200px) {
    .main-banner__top {
      margin-bottom: 60px;
    }
  }
  
  @media (max-width: 768px) {
    .breadcrumbs {
      display: none;
    }
    .main-banner__inner {
        justify-content: center;
    }
  }
  .breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .breadcrumbs__list a {
    position: relative;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .breadcrumbs__list a::after {
    position: absolute;
    right: -26px;
    top: 0;
    content: url("/design/img/icons/icon-arrow-breadcrumbs.svg");
  }
  .breadcrumbs__list a:last-of-type::after {
    content: none;
  }
  .breadcrumbs__list a:last-of-type .breadcrumbs__link {
    color: #ffcb05;
    cursor: default;
  }
  .breadcrumbs__list a:hover {
    color: #ffcb05;
  }
  .breadcrumbs__list a:focus {
    outline: none;
    color: #ffcb05;
  }
  @media (max-width: 1200px) {
    .breadcrumbs__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 10px 40px;
    }
  }
  
  .faculty-about {
    padding-top: 60px;
    background-color: #fafafa;
    position: relative;
  }
  @media (max-width: 1200px) {
    .faculty-about {
      padding-top: 60px;
    }
  }
  .faculty-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 120px;
  }
  @media (max-width: 1200px) {
    .faculty-about__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 60px;
    }
  }
  @media (max-width: 460px) {
    .faculty-about__inner {
      gap: 40px;
      padding-bottom: 45px;
    }
  }
  .faculty-about__left {
    max-width: 400px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  .faculty-about__left::after {
    position: absolute;
    right: -60px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1e1e1e;
    content: "";
  }
  @media (max-width: 1200px) {
    .faculty-about__left {
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
    }
    .faculty-about__left::after {
      content: none;
    }
  }
  @media (max-width: 600px) {
    .faculty-about__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .faculty-about__image {
    max-width: 400px;
    width: 100%;
    height: 416px;
    margin-bottom: 20px;
    border-radius: 30px;
    overflow: hidden;
  }

  .faculty-about__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  @media (max-width: 1200px) {
    .faculty-about__image {
      margin-bottom: 0;
      border-radius: 18px;
    }
  }
  @media (max-width: 768px) {
    .faculty-about__image {
      width: 240px;
      height: 240px;
    }
  }
  .faculty-about__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .faculty-about__position {
    font-family: "Roboto-Bold", sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    color: #1e1e1e;
    margin-bottom: 20px;
  }
  @media (max-width: 1200px) {
    .faculty-about__position {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 460px) {
    .faculty-about__position {
      font-size: 1.5rem;
    }
  }
  .faculty-about__name {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.4375rem;
    line-height: 1.4;
    color: #1e1e1e;
    margin-bottom: 10px;
  }
  @media (max-width: 1200px) {
    .faculty-about__name {
      font-size: 1rem;
    }
  }
  @media (max-width: 460px) {
    .faculty-about__name {
      font-size: 0.875rem;
    }
  }
  @media (max-width: 1200px) {
    .faculty-about__subtitle {
      margin-bottom: 20px;
    }
  }
  .faculty-about__link {
    display: block;
    color: #1e1e1e;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  @media (max-width: 460px) {
    .faculty-about__link {
      font-size: 0.875rem;
    }
  }
  .faculty-about__link:hover {
    color: #ffcb05;
  }
  .faculty-about__link:last-of-type {
    margin-bottom: 0;
  }
  .faculty-about__link--tel::before {
    position: absolute;
    content: url("/design/img/icon-phone.svg");
    left: 0;
    top: 0;
    background-size: 20px 20px;
  }
  .faculty-about__link--mail::before {
    position: absolute;
    content: url("/design/img/icon-mail.svg");
    left: 0;
    top: 0;
    background-size: 20px 20px;
  }
  .faculty-about__right {
    width: 100%;
  }
  .faculty-about__text-block p {
    margin-bottom: 1.125rem;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: margin 0.5s, line-height 0.5s, opacity 0.2s;
    transition: margin 0.5s, line-height 0.5s, opacity 0.2s;
  }
  .faculty-about__text-block .--hidden {
    margin-bottom: 0;
    line-height: 0;
    opacity: 0;
  }
  .faculty-about__text-btn {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    border: none;
    background-color: transparent;
    text-transform: lowercase;
    position: relative;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    border-bottom: 1px solid transparent;
  }
  @media (max-width: 1200px) {
    .faculty-about__text-btn {
      font-size: 1rem;
    }
  }
  @media (max-width: 460px) {
    .faculty-about__text-btn {
      font-size: 0.875rem;
    }
  }
  .faculty-about__text-btn::after {
    position: absolute;
    content: url("/design/img/icon-arrow-down.svg");
    right: -30px;
    -webkit-transform: rotate3d(1, 0, 0, 0) translateY(0);
            transform: rotate3d(1, 0, 0, 0) translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  @media (max-width: 460px) {
    .faculty-about__text-btn::after {
      top: -2px;
    }
  }
  .faculty-about__text-btn:hover {
    border-bottom: 1px solid #1e1e1e;
  }
  .faculty-about__text-btn--active::after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
            transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
  }
  
  .faculty-list {
    padding-top: 60px;
  }
  .faculty-list__subtitle {
    margin-bottom: 15px;
  }
  .faculty-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faculty-list__link {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    color: #1e1e1e;
  }
  @media (max-width: 768px) {
    .faculty-list__link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
    }
  }
  .faculty-list__link:hover .faculty-list__btn {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .faculty-list__link:focus {
    outline: none;
  }
  .faculty-list__link:focus .faculty-list__btn {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .faculty-list__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 1200px) {
    .faculty-list__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  .faculty-list__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .faculty-list__right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
  }
  .faculty-list__item.line-bottom {
    padding-bottom: 30px;
  }
  .faculty-list h3 {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.5625rem;
    line-height: 1.4;
    width: 283px;
  }
  @media (max-width: 768px) {
    .faculty-list h3 {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 460px) {
    .faculty-list h3 {
      width: 100%;
      font-size: 0.875rem;
    }
  }
  .faculty-list h5 {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-bottom: 28px;
  }
  @media (max-width: 768px) {
    .faculty-list h5 {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 460px) {
    .faculty-list h5 {
      width: 100%;
      font-size: 0.875rem;
    }
  }
  .faculty-list__image {
    width: 350px;
    height: 178px;
    border-radius: 10px;
    overflow: hidden;
  }
  @media (max-width: 768px) {
    .faculty-list__image {
      width: 283px;
      height: 168px;
    }
  }
  @media (max-width: 600px) {
    .faculty-list__image {
      margin: 0 auto;
      width: 100%;
    }
  }
  .faculty-list__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .faculty-list__btn {
    width: 54px;
    height: 54px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 1200px) {
    .faculty-list__btn {
      -ms-flex-item-align: end;
          align-self: flex-end;
    }
  }
  @media (max-width: 992px) {
    .faculty-list__btn {
      width: 40px;
      height: 40px;
    }
  }
  .faculty-list__btn::after {
    content: none;
  }
  .faculty-list__btn::before {
    content: url("/design/img/icons/icon-arrow-next-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 992px) {
    .faculty-list__btn::before {
      -webkit-transform: translate(-50%, -50%) scale(0.6);
              transform: translate(-50%, -50%) scale(0.6);
    }
  }
  .faculty-list__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 46px;
  }
  
  .price {
    padding-top: 60px;
    background-color: #fafafa;
  }
  @media (max-width: 600px) {
    .price {
      padding: 60px 0 40px;
    }
  }
  .price__inner {
    padding: 20px 0;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    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: 992px) {
    .price__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .price__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
  }
  .price__left p {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    font-variant-numeric: lining-nums;
  }
  @media (max-width: 768px) {
    .price__left p {
      font-size: 16px;
    }
  }
  @media (max-width: 1200px) {
    .price__left {
      gap: 30px;
    }
  }
  @media (max-width: 992px) {
    .price__left {
      padding-bottom: 20px;
      border-bottom: 1px solid #1e1e1e;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  @media (max-width: 600px) {
    .price__left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 15px;
      padding: 20px 0 40px;
    }
  }
  .price__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  @media (max-width: 992px) {
    .price__tags {
      padding-top: 20px;
      gap: 30px;
    }
  }
  @media (max-width: 600px) {
    .price__tags {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      gap: 10px 15px;
      padding: 40px 0 20px;
    }
  }
  .price__tags p {
    padding: 10px 15px;
    border-radius: 20px;
    background-color: #075a28;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.4;
    font-family: "Roboto-Regular", sans-serif;
  }
  
  .description {
    padding-top: 60px;
    background-color: #fafafa;
  }
  @media (max-width: 600px) {
    .description__inner {
      padding-bottom: 40px;
    }
  }
  .description__text-block p {
    margin-bottom: 1.125rem;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: margin 0.5s, line-height 0.5s, opacity 0.2s;
    transition: margin 0.5s, line-height 0.5s, opacity 0.2s;
  }
  .description__text-block .--hidden {
    margin-bottom: 0;
    line-height: 0;
    opacity: 0;
  }
  .description__block {
    padding-bottom: 30px;
  }
  .description__prof-block {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    .description__prof-block {
      margin-bottom: 40px;
    }
  }
  .description__prof-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    counter-reset: count 0;
  }
  @media (max-width: 1200px) {
    .description__prof-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 600px) {
    .description__prof-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .description__prof-item {
    background-color: transparent;
    padding: 30px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
  }
  .description__prof-item--active {
    background-color: #ffcb05;
  }
  @media (max-width: 1200px) {
    .description__prof-item:nth-child(2n-1)::after {
      position: absolute;
      content: "";
      top: 0;
      right: -15px;
      width: 1px;
      height: 100%;
      background-color: #1e1e1e;
    }
  }
  @media (max-width: 1200px) and (max-width: 600px) {
    .description__prof-item:nth-child(2n-1)::after {
      content: none;
    }
  }
  @media (max-width: 1200px) {
    .description__prof-item:nth-child(1)::before {
      position: absolute;
      content: "";
      bottom: -15px;
      left: 0;
      width: calc(100% + 15px);
      height: 1px;
      background-color: #1e1e1e;
    }
  }
  @media (max-width: 1200px) and (max-width: 600px) {
    .description__prof-item:nth-child(1)::before {
      content: none;
    }
  }
  @media (max-width: 1200px) {
    .description__prof-item:nth-child(2)::before {
      position: absolute;
      content: "";
      bottom: -15px;
      right: 0;
      width: calc(100% + 15px);
      height: 1px;
      background-color: #1e1e1e;
    }
  }
  @media (max-width: 1200px) and (max-width: 600px) {
    .description__prof-item:nth-child(2)::before {
      content: none;
    }
  }
  @media (max-width: 1200px) {
    .description__prof-item:nth-child(n)::before {
      position: absolute;
      content: none;
      bottom: -15px;
      right: 0;
      width: calc(100% + 15px);
      height: 1px;
      background-color: #1e1e1e;
    }
  }
  @media (max-width: 1200px) and (max-width: 600px) {
    .description__prof-item:nth-child(n)::before {
      content: "";
    }
  }
  @media (max-width: 1200px) and (max-width: 600px) {
    .description__prof-item:last-child::before {
      content: none;
    }
  }
  .description__prof-num {
    counter-increment: count 1;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #1e1e1e;
    margin: 0 0 10px auto;
  }
  @media (max-width: 768px) {
    .description__prof-num {
      width: 35px;
      height: 35px;
    }
  }
  .description__prof-num::before {
    content: "0" counter(count);
    position: absolute;
    font-family: "Raleway-Bold";
    font-size: 1.4375rem;
    line-height: 1.4;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-variant-numeric: lining-nums;
  }
  @media (max-width: 768px) {
    .description__prof-num::before {
      font-size: 1rem;
    }
  }
  .description__discipline-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
  }
  @media (max-width: 600px) {
    .description__discipline-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .description__discipline-list li:nth-of-type(2n - 1)::after {
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1e1e1e;
  }
  @media (max-width: 600px) {
    .description__discipline-list li:nth-of-type(2n - 1)::after {
      content: none;
    }
  }
  .description__text-btn {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    border: none;
    background-color: transparent;
    text-transform: lowercase;
    position: relative;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    border-bottom: 1px solid transparent;
  }
  @media (max-width: 1200px) {
    .description__text-btn {
      font-size: 1rem;
    }
  }
  @media (max-width: 768px) {
    .description__text-btn {
      font-size: 0.875rem;
    }
  }
  .description__text-btn::after {
    position: absolute;
    content: url("/design/img/icon-arrow-down.svg");
    right: -30px;
    -webkit-transform: rotate3d(1, 0, 0, 0) translateY(0);
            transform: rotate3d(1, 0, 0, 0) translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  @media (max-width: 768px) {
    .description__text-btn::after {
      top: -2px;
    }
  }
  .description__text-btn:hover {
    border-bottom: 1px solid #1e1e1e;
  }
  .description__text-btn--active::after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
            transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
  }
  
  .admission {
    padding-top: 60px;
  }
  .admission__block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
    gap: 60px;
  }

  .admission__inner {
    margin-bottom: 60px;
  }
  @media (max-width: 600px) {
    .admission__block {
      grid-template-columns: 1fr;
      gap: 40px;
    }
  }
  @media (max-width: 600px) {
    .admission__block {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 600px) {
    .admission__subtitle {
      margin-bottom: 20px;
    }
  }
  .admission__left {
    position: relative;
    padding-left: 100px;
  }
  @media (max-width: 768px) {
    .admission__left {
      font-size: 1rem;
      margin-bottom: 0px;
      padding-left: 50px;
    }
  }
  .admission__left::before {
    position: absolute;

    left: 0;
    top: 0;
    background-size: 70px 70px;
  }
  @media (max-width: 768px) {
    .admission__left::before {
      -webkit-transform: scale(0.56);
              transform: scale(0.56);
      left: -14px;
      top: -14px;
    }
  }
  .admission__left:after {
    position: absolute;
    content: "";
    right: -30px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #1e1e1e;
  }
  @media (max-width: 600px) {
    .admission__left:after {
      right: initial;
      top: initial;
      left: 0;
      bottom: -20px;
      width: 100%;
      height: 1px;
    }
  }
  .admission__right {
    position: relative;
    padding-left: 100px;
  }
  @media (max-width: 768px) {
    .admission__right {
      padding-left: 50px;
    }
  }
  .admission__right::before {
    position: absolute;
    left: 0;
    top: 0;
    background-size: 70px 70px;
  }
  @media (max-width: 768px) {
    .admission__right::before {
      -webkit-transform: scale(0.56);
              transform: scale(0.56);
      left: -14px;
      top: -14px;
    }
  }
  .admission__list {
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .admission__list {
      margin-bottom: 15px;
    }
  }
  @media (max-width: 600px) {
    .admission__list {
      margin-bottom: 10px;
    }
  }
  .admission__list li {
    position: relative;
    padding: 7px 0 7px 15px;
  }

  .admission__text-bottom p {
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .admission__text-bottom p {
      margin-bottom: 20px;
    }
  }
  .admission__text-bottom p:last-of-type {
    margin-bottom: 0;
  }
  
  .vacancy {
    padding-top: 60px;
  }
  .vacancy__inner {
    position: relative;
  }
  .vacancy__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  @media (max-width: 768px) {
    .vacancy__subtitle {
      margin-bottom: 80px;
    }
  }
  .vacancy__item {
    padding: 30px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
  }
  .vacancy__item h4 {
    font-family: "Raleway-Bold";
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .vacancy__item h4 {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 600px) {
    .vacancy__item h4 {
      font-size: 0.875rem;
    }
  }
  .vacancy__item img {
    width: 44px;
    height: 44px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .vacancy__text {
    width: 90px;
    text-align: center;
    display: block;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #1e1e1e;
  }
  .vacancy__slider-container {
    position: relative;
  }
  .vacancy__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 30px;
  }
  .vacancy__salery {
    font-family: "Roboto-Medium", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #1e1e1e;
  }
  @media (max-width: 600px) {
    .vacancy__salery {
      font-size: 0.875rem;
    }
  }
  .vacancy__btns {
    display: none;
    position: absolute;
    top: -60px;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 78px;
    height: 32px;
  }
  @media (max-width: 768px) {
    .vacancy__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .vacancy__prev {
    width: 32px;
    height: 32px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  .vacancy__prev:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .vacancy__prev::after {
    content: none;
  }
  .vacancy__prev::before {
    content: url("/design/img/icons/icon-arrow-prev-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  .vacancy__next {
    width: 32px;
    height: 32px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  .vacancy__next:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .vacancy__next::after {
    content: none;
  }
  .vacancy__next::before {
    content: url("/design/img/icons/icon-arrow-next-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
  }
  
  .text-col-1 {
    padding-top: 60px;
  }
  .text-col-1__text p {
    margin-bottom: 1.25rem;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: margin 0.5s, line-height 0.5s, opacity 0.2s;
    transition: margin 0.5s, line-height 0.5s, opacity 0.2s;
  }
  .text-col-1__text .--hidden {
    margin-bottom: 0;
    line-height: 0;
    opacity: 0;
  }
  
  .text-btn {
    margin: 30px 30px 0 auto;
    display: block;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    border: none;
    background-color: transparent;
    text-transform: lowercase;
    position: relative;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
    border-bottom: 1px solid transparent;
  }
  @media (max-width: 1200px) {
    .text-btn {
      font-size: 1rem;
    }
  }
  @media (max-width: 768px) {
    .text-btn {
      font-size: 0.875rem;
    }
  }
  .text-btn::after {
    position: absolute;
    content: url("/design/img/icon-arrow-down.svg");
    right: -30px;
    -webkit-transform: rotate3d(1, 0, 0, 0) translateY(0);
            transform: rotate3d(1, 0, 0, 0) translateY(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  @media (max-width: 768px) {
    .text-btn::after {
      top: -2px;
    }
  }
  .text-btn:hover {
    border-bottom: 1px solid #1e1e1e;
  }
  .text-btn--active::after {
    -webkit-transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
            transform: rotate3d(1, 0, 0, 180deg) translateY(5px);
  }
  
  .text-col-2 {
    padding-top: 60px;
  }
  .text-col-2__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px 140px;
  }
  @container (max-width: 1100px) {
    .text-col-2__inner {
      gap: 40px 60px;
    }
  }
  
  .text-col-3 {
    padding-top: 60px;
  }
  .text-col-3__inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px 30px;
  }
  @container (max-width: 1100px) {
    .text-col-3__inner {
      gap: 40px 30px;
    }
  }
  
  .text-color {
    padding-top: 60px;
  }
  .text-color__text p {
    -webkit-columns: 250px 3;
       -moz-columns: 250px 3;
            columns: 250px 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  @media (max-width: 992px) {
    .text-color__text p {
      -webkit-columns: 250px 2;
         -moz-columns: 250px 2;
              columns: 250px 2;
    }
  }
  @media (max-width: 768px) {
    .text-color__text p {
      -webkit-columns: 250px 1;
         -moz-columns: 250px 1;
              columns: 250px 1;
    }
  }

  .text-color__text p strong {
    margin-bottom: 20px;
  }
  
  .card-block {
    padding-top: 60px;
  }

  .card-block__prof-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    counter-reset: count 0;
  }

  ul.card-block__prof-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }

  ul.card-block__prof-list li {
	list-style-type: none;
	padding: 30px;
	border-radius: 30px;
	box-sizing: border-box;
	background: #f1f1f1;
	transition: all .2s ease-in-out;
  }

  ul.card-block__prof-list li:hover {
	background: #ffcb05;
  }

@media (max-width: 768px) {
  .card-block__prof-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
    counter-reset: count 0;
  }

  ul.card-block__prof-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
  }

  ul.card-block__prof-list li {
	list-style-type: none;
	padding: 20px;
	border-radius: 30px;
	box-sizing: border-box;
	background: #f1f1f1;
	transition: all .2s ease-in-out;
  }

  ul.card-block__prof-list li:hover {
	background: #ffcb05;
  }
}

  .card-block__prof-list span {
    display: block;
    counter-increment: count 1;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    border: 1px solid #1e1e1e;
    margin: 0 0 10px auto;
  }
  @media (max-width: 768px) {
    .card-block__prof-list span {
      width: 35px;
      height: 35px;
    }
  }
  .card-block__prof-list span::before {
    content: "0" counter(count);
    position: absolute;
    font-family: "Raleway-Bold";
    font-size: 1.4375rem;
    line-height: 1.4;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-variant-numeric: lining-nums;
  }
  @media (max-width: 768px) {
    .card-block__prof-list span::before {
      font-size: 1rem;
    }
  }
  .card-block__prof-list div {
    display: none !important;
    list-style: none;
    background-color: transparent;
    padding: 30px;
    border-radius: 30px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative;
  }
  .card-block__prof-list div:hover {
    background-color: #ffcb05;
  }
  .card-block__prof-list .--yellow {
    background-color: #ffcb05;
  }
  
  .text-lists {
    padding-top: 60px;
  }
  .text-lists__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  @media (max-width: 1500px) {
    .text-lists__inner {
      gap: 60px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @container (max-width: 1100px) {
    .text-lists__inner {
      gap: 60px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
  }
  @media (max-width: 768px) {
    .text-lists__inner {
      gap: 40px;
    }
  }
  .text-lists__inner ul,
  .text-lists__inner ol {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    width: 50%;
    position: relative;
  }
  .text-lists__inner ul:nth-of-type(n + 2)::before,
  .text-lists__inner ol:nth-of-type(n + 2)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: -60px;
    background-color: #1e1e1e;
  }
  @media (max-width: 1500px) {
    .text-lists__inner ul:nth-of-type(n + 2)::before,
    .text-lists__inner ol:nth-of-type(n + 2)::before {
      left: -30px;
    }
  }
  @media (max-width: 1200px) {
    .text-lists__inner ul:nth-of-type(n + 2)::before,
    .text-lists__inner ol:nth-of-type(n + 2)::before {
      content: none;
    }
  }
  @media (max-width: 768px) {
    .text-lists__inner ul:nth-of-type(n + 2)::before,
    .text-lists__inner ol:nth-of-type(n + 2)::before {
      left: -20px;
    }
  }
  
  ol {
    counter-reset: count 0;
  }
  ol li {
    counter-increment: count 1;
    position: relative;
    padding-left: 40px;
    line-height: 1.6;
    font-size: 1.125rem;
    padding: 10px 0 10px 37px;
  }
  ol li::before {
    content: "0" counter(count);
    position: absolute;
    font-family: "Raleway-Bold";
    font-size: 1.4375rem;
    line-height: 1.4;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  @media (max-width: 768px) {
    ol li {
      font-size: 1rem;
    }
  }
  ol li:nth-of-type(n + 10):before {
    content: counter(count);
  }
  ol:nth-child(n+2) {
    position: relative;
  }
  ol:nth-child(n+2)::before {
    position: absolute;
    content: "";
    left: -60px;
    width: 1px;
    height: 100%;
    background-color: #000000;
  }
  @media (max-width: 768px) {
    ol:nth-child(n+2)::before {
      content: none;
    }
  }
  
  ul li {
    position: relative;
  }

  .--yellow {
    padding: 30px;
    background-color: #ffcb05;
    display: inline-block;
    border-radius: 30px;
  }
  
  .message {
    padding-top: 60px;
  }
  .message__text {
    text-align: center;
    margin: 60px 0;
    width: 100%;
  }
  .message__text p {
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    font-weight: 800;
    font-size: 1.4375rem;
    line-height: 1.4;
    text-wrap: pretty;
  }
  
  .img-col {
    padding-top: 60px;
  }
  .img-col__item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 360px;
    border-radius: 30px;
    margin-bottom: 30px;
  }
  @media (max-width: 768px) {
    .img-col__item img {
      height: 250px;
      border-radius: 10px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 460px) {
    .img-col__item img {
      height: 200px;
    }
  }
  .img-col__item h3 {
    font-family: "Raleway-Bold", sans-serif;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .img-col__item h3 {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 460px) {
    .img-col__item h3 {
      font-size: 1.125rem;
    }
  }
  .img-col__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  .img-col__list--five {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .img-col__list--five img {
    height: 300px;
  }
  .img-col__link {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-left: 30px;
  }
  .img-col__link:hover {
    color: #ffcb05;
  }
  .img-col__link--tel::before {
    position: absolute;
    left: -32px;
    top: 2px;
    content: url("/design/img/icon-phone.svg");
  }
  .img-col__link--email::before {
    position: absolute;
    left: -32px;
    top: 2px;
    content: url("/design/img/icon-mail.svg");
  }
  
  .news-one {
    padding-top: 60px;
  }
  .news-one__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
  }
  @media (max-width: 1200px) {
    .news-one__item-inner {
      gap: 40px;
    }
  }
  @container (max-width: 1100px) {
    .news-one__item-inner {
      gap: 40px;
    }
  }
  @media (max-width: 992px) {
    .news-one__item-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
    }
  }
  .news-one__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
  @media (max-width: 768px) {
    .news-one__img {
      border-radius: 10px;
    }
  }
  .news-one__image {
    max-width: 675px;
    width: 100%;
    height: 400px;
  }
  @media (max-width: 992px) {
    .news-one__image {
      max-width: 100%;
    }
  }
  @media (max-width: 768px) {
    .news-one__image {
      height: 250px;
      border-radius: 10px;
      margin-bottom: 10px;
    }
  }
  @media (max-width: 460px) {
    .news-one__image {
      height: 200px;
    }
  }
  .news-one__descr {
    max-width: 680px;
    width: 100%;
  }
  @media (max-width: 992px) {
    .news-one__descr {
      max-width: 100%;
    }
  }
  .news-one h3 {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #1e1e1e;
  }
  @media (max-width: 768px) {
    .news-one h3 {
      font-size: 1.625rem;
    }
  }
  @media (max-width: 460px) {
    .news-one h3 {
      font-size: 1.25rem;
      margin-bottom: 20px;
    }
  }
  .news-one__descr-link:hover .news__descr-title {
    color: #ffcb05;
  }
  .news-one p {
    text-wrap: pretty;
    margin-bottom: 40px;
  }
  .news-one__link {
    position: relative;
    max-width: 250px;
    color: #ffffff;
    height: 55px;
    font-family: "Raleway-Bold", sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media (max-width: 1200px) {
    .news-one__link {
      font-size: 1rem;
      max-width: 250px;
      height: 47px;
    }
  }
  @media (max-width: 600px) {
    .news-one__link {
      max-width: 100%;
      height: 47px;
    }
  }
  .news-one__link span {
    z-index: 1;
  }
  .news-one__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .news-one__link:hover {
    border: 1px solid #1e1e1e;
  }
  .news-one__link:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .news-one__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
  }
  @media (max-width: 1500px) {
    .news-one__list {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 10px;
    }
  }
  @container (max-width: 1100px) {
    .news-one__list {
      gap: 10px;
    }
  }
  @media (max-width: 600px) {
    .news-one__list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      justify-items: center;
    }
  }
  .news-one__list div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .news-one__list div p {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 0;
  }
  .news-one__list div span {
    font-family: "Raleway-Bold", sans-serif;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
  }
  @media (max-width: 1200px) {
    .news-one__list div span {
      font-size: 1.625rem;
      text-align: center;
    }
  }
  @media (max-width: 460px) {
    .news-one__list div span {
      font-size: 1.5rem;
    }
  }
  
  .persone-card {
    padding-top: 60px;
  }
  .persone-card__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    position: relative;
  }
  .persone-card__item:nth-of-type(2n):before {
    position: absolute;
    width: 1px;
    height: 100%;
    left: -60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #1e1e1e;
  }
  @media (max-width: 992px) {
    .persone-card__item:nth-of-type(2n):before {
      left: -30px;
    }
  }
  @media (max-width: 768px) {
    .persone-card__item:nth-of-type(2n):before {
      content: none;
    }
  }
  @media (max-width: 1200px) {
    .persone-card__item {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }
  }
  @container (max-width: 1100px) {
    .persone-card__item {
      gap: 20px;
    }
  }
  @media (max-width: 768px) {
    .persone-card__item {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 460px) {
    .persone-card__item {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .persone-card__item img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 340px;
    border-radius: 30px;
  }
  @media (max-width: 768px) {
    .persone-card__item img {
      height: 250px;
      border-radius: 10px;
      margin-bottom: 0;
    }
  }
  @media (max-width: 460px) {
    .persone-card__item img {
      height: 200px;
    }
  }
  .persone-card__item h3 {
    font-family: "Raleway-Bold", sans-serif;
    font-weight: bold;
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .persone-card__item h3 {
      font-size: 1.25rem;
    }
  }
  @media (max-width: 460px) {
    .persone-card__item h3 {
      font-size: 1.125rem;
    }
  }
  .persone-card__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .persone-card__list--two {
    grid-template-columns: repeat(2, 1fr);
    gap: 120px;
  }
  .persone-card__list--two li:nth-of-type(2n):before {
    content: "";
  }
  .persone-card__list--three {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  @media (max-width: 1500px) {
    .persone-card__list--three div {
      grid-template-columns: repeat(1, 1fr);
      gap: 20px;
    }
  }
  @media (max-width: 768px) {
    .persone-card__list--three div {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media (max-width: 460px) {
    .persone-card__list--three div {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .persone-card__list--three div img {
    height: 220px;
    width: 220px;
  }
  .persone-card__list--rev div {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  @media (max-width: 992px) {
    .persone-card__list {
      gap: 60px;
    }
  }
  @media (max-width: 768px) {
    .persone-card__list {
      gap: 30px;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .persone-card a {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    margin-left: 30px;
    padding-left: 0px;
  }
  @media (max-width: 992px) {
    .persone-card a {
      font-size: 1rem;
    }
  }
  .persone-card a:hover {
    color: #ffcb05;
  }
  .persone-card a:nth-of-type(1):before {
    position: absolute;
    left: -32px;
    top: 2px;
  }
  .persone-card a:nth-of-type(2):before {
    position: absolute;
    left: -32px;
    top: 2px;
  }
  .persone-card a.faculty-about__link--tel {
	content: url("/design/img/icon-phone.svg");
  }

  .blockquote {
    padding-top: 60px;
  }
  .blockquote__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 60px;
  }
  @container (max-width: 1100px) {
    .blockquote__block {
      gap: 40px;
    }
  }
  @media (max-width: 992px) {
    .blockquote__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .blockquote__image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 350px;
    width: 100%;
    height: 350px;
    border-radius: 30px;
  }
  .blockquote__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .blockquote__description {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
  }
  .blockquote__description p {
    margin-bottom: 20px;
    font-size: 1.4375rem;
    font-family: "Raleway-Medium", sans-serif;
    font-weight: 500;
    line-height: 1.4;
  }
  @media (max-width: 768px) {
    .blockquote__description p {
      font-size: 1.125rem;
    }
  }
  .blockquote__description h3 {
    font-size: 1.4375rem;
    font-weight: 700;
    font-family: "Raleway-Bold", sans-serif;
    margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .blockquote__description h3 {
      font-size: 1.125rem;
    }
  }
  .blockquote__description a {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    color: #58595b;
    font-family: "Roboto-Regular", sans-serif;
    text-decoration: underline;
    -webkit-transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
  }
  .blockquote__description a:hover {
    color: #ffcb05;
    text-decoration-color: #ffcb05;
  }
  
  .news--second {
    padding-top: 60px;
  }
  .news--second .news__tab-container {
    gap: 30px 150px;
  }
  @media (max-width: 1200px) {
    .news--second .news__tab-container {
      gap: 30px 40px;
    }
  }
  @container (max-width: 1100px) {
    .news--second .news__tab-container {
      gap: 30px 40px;
    }
  }
  @media (max-width: 992px) {
    .news--second .news__tab-container {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 460px) {
    .news--second .news__tab-container .news__link {
      bottom: 20px;
    }
  }
  .news--second .news__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news--second .news__item-inner:first-of-type {
    gap: 40px;
  }
  .news--second .news__item-inner:first-of-type .news__descr-text {
    display: none;
  }
  .news--second .news__tab:first-of-type {
    grid-row: 1/4;
    grid-column: initial;
  }
  @media (max-width: 992px) {
    .news--second .news__tab:first-of-type {
      grid-row: initial;
    }
    .news--second .news__tab:first-of-type .news__item-inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }
  }
  @media (max-width: 992px) and (max-width: 600px) {
    .news--second .news__tab:first-of-type .news__item-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
    }
  }
  @media (max-width: 992px) {
    .news--second .news__tab:first-of-type .news__tab-item {
      margin: 0;
    }
    .news--second .news__tab:first-of-type .news__img {
      width: 245px;
      height: 188px;
      max-width: 245px;
    }
    .news--second .news__tab:first-of-type .news__image {
      width: initial;
    }
  }
  @media (max-width: 600px) {
    .news--second .news__tab:first-of-type .news__tab-item {
      margin: 0;
    }
    .news--second .news__tab:first-of-type .news__img {
      width: 100%;
      max-width: 100%;
    }
    .news--second .news__tab:first-of-type .news__image {
      width: 100%;
    }
  }
  .news--second .news__tab:nth-of-type(n + 2) .news__img {
    width: 245px;
    height: 188px;
  }
  @media (max-width: 600px) {
    .news--second .news__tab:nth-of-type(n + 2) .news__img {
      width: 100%;
    }
  }
  .news--second .news__tab:nth-of-type(n + 2) .news__image {
    width: initial;
  }
  @media (max-width: 600px) {
    .news--second .news__tab:nth-of-type(n + 2) .news__image {
      width: 100%;
    }
  }
  .news--second .news__tab:nth-of-type(n + 2) .news__tab-item {
    margin: 0;
    border-right: none;
  }
  .news--second .news__tab:nth-of-type(n + 2) .news__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    max-width: 100%;
  }
  @media (max-width: 600px) {
    .news--second .news__tab:nth-of-type(n + 2) .news__item-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px;
    }
  }
  .news--second .news__tab:nth-of-type(n + 2) .news__image {
    margin-bottom: 0;
  }
  .news--second .news__tab:nth-of-type(n + 5) {
    display: none;
  }
  @media (max-width: 992px) {
    .news--second .news__tab:nth-of-type(n + 5) {
      display: block;
    }
  }
  @media (max-width: 600px) {
    .news--second .news__descr-top {
      margin-bottom: 0;
    }
  }
  
  .accordion {
    padding-top: 60px;
  }
  .accordion__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;
    padding: 30px 0;
    gap: 20px;
    cursor: pointer;
  }
  .accordion__top:hover h3 {
    color: #ffcb05;
  }
  .accordion__top:hover button {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .accordion__top h3 {
    font-family: "Raleway-Bold", sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.4;
    color: #1e1e1e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  @media (max-width: 992px) {
    .accordion__top h3 {
      font-size: 1.125rem;
    }
  }
  .accordion__top button {
    width: 54px;
    height: 54px;
    border-radius: 30px;
    border: 1px solid #1e1e1e;
    background-color: transparent;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  @media (max-width: 992px) {
    .accordion__top button {
      width: 40px;
      height: 40px;
    }
  }
  .accordion__top button::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 1px;
    background-color: #1e1e1e;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 992px) {
    .accordion__top button::before {
      width: 15px;
    }
  }
  .accordion__top button::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 23px;
    background-color: #1e1e1e;
    top: 28%;
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  @media (max-width: 992px) {
    .accordion__top button::after {
      height: 15px;
      top: 12px;
    }
  }
  .accordion__top--active button::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .accordion__top--active ~ .accordion__bottom {
    grid-template-rows: 1fr;
    padding-bottom: 20px;
  }
  .accordion__bottom {
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 0.3s, padding 0.3s;
    transition: grid-template-rows 0.3s, padding 0.3s;
    transition: grid-template-rows 0.3s, padding 0.3s, -ms-grid-rows 0.3s;
    padding-bottom: 0px;
    border-bottom: 1px solid #1e1e1e;
  }
  .accordion__bottom-inner {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
  @media (max-width: 992px) {
    .accordion__bottom-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  .accordion__bottom-inner img {
    max-width: 440px;
    width: 100%;
    height: 183px;
    border-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .accordion__bottom-inner p {
    max-width: 640px;
    width: 100%;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
  }
  .accordion__bottom-inner--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .accordion__bottom-inner--link a {
    color: #1e1e1e;
    text-decoration: underline;
    text-decoration-color: #1e1e1e;
    -webkit-transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
    font-size: 1.125rem;
    line-height: 1.4;
  }
  .accordion__bottom-inner--link a:hover {
    color: #ffcb05;
    text-decoration-color: #ffcb05;
  }
  
  .photo-slider {
    padding-top: 60px;
  }
  .photo-slider__subtitle {
    margin: 0;
  }
  .photo-slider__inner {
    margin-bottom: 60px;
    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;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  @media (max-width: 600px) {
    .photo-slider__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial;
    }
  }
  .photo-slider__link {
    max-width: 250px;
    height: 60px;
    color: #fafafa;
    background-color: #075a28;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media (max-width: 992px) {
    .photo-slider__link {
      margin-left: initial;
      margin-right: auto;
      width: 195px;
      height: 47px;
    }
  }
  .photo-slider__link span {
    z-index: 1;
  }
  .photo-slider__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .photo-slider__link:hover {
    border: 1px solid #1e1e1e;
  }
  .photo-slider__link:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .photo-slider__item {
    width: 510px;
    height: 295px;
  }
  @media (max-width: 600px) {
    .photo-slider__item {
      width: 330px;
      height: 200px;
    }
  }
  .photo-slider__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  
  .sidebar {
    background-color: #fafafa;
    max-width: 300px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 992px) {
    .sidebar {
      max-width: 100%;
    }
  }
  .sidebar__block {
    padding: 40px 0;
    border-bottom: 1px solid #1e1e1e;
  }
  .sidebar__block:first-of-type {
    padding-top: 0;
  }
  .sidebar__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .sidebar__links a {
    padding: 15px 10px 15px 0;
    color: #1e1e1e;
    text-decoration: underline;
    -webkit-transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
    display: block;
    position: relative;
    position: relative;
  }
  .sidebar__links a::before {
    position: absolute;
    content: "";
    right: 5px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    background-color: #1e1e1e;
    width: 2px;
    height: 8px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sidebar__links a::after {
    position: absolute;
    content: "";
    right: 5px;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    background-color: #1e1e1e;
    width: 2px;
    height: 8px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .sidebar__links a:hover {
    color: #ffcb05;
    text-decoration-color: #ffcb05;
  }
  .sidebar__links a:hover::before {
    background-color: #ffcb05;
  }
  .sidebar__links a:hover::after {
    background-color: #ffcb05;
  }
  .sidebar__text h3 {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 800;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sidebar__text p {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sidebar__text-link {
    text-decoration: none;
    color: #1e1e1e;
  }
  .sidebar__text-link:hover h3,
  .sidebar__text-link:hover p {
    color: #ffffff;
  }
  .sidebar__news img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 15px;
    margin-bottom: 10px;
  }
  .sidebar__news h3 {
    font-family: "Raleway-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #1e1e1e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sidebar__news-link:hover h3 {
    color: #ffcb05;
  }
  .sidebar__news-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .sidebar__news-tag, .sidebar__news-date {
    color: #58595b;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: "Roboto-Regular", sans-serif;
  }
  .sidebar__info img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .sidebar__info h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: "Raleway-Bold", sans-serif;
    font-weight: 800;
  }
  .sidebar__info-link {
    color: #1e1e1e;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .sidebar__info-link:hover {
    color: #ffcb05;
  }
  .sidebar .ask-us__error-msg {
    bottom: 70px;
  }
  .sidebar .ask-us__btn {
    margin-left: initial;
  }
  .sidebar__contant.ask-us {
    padding: 0;
  }
  .sidebar__contant h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: "Raleway-Bold", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
  }
  .sidebar__contant strong {
    font-family: "Raleway-Medium", sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.4;
    display: block;
    margin-top: 10px;
  }
  .sidebar__contant p {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .sidebar__social h3 {
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: "Raleway-Bold", sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
  }
  
  .section {
    padding-top: 60px;
    background-color: #fafafa;
  }
  .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  @media (max-width: 1200px) {
    .section__inner {
      gap: 40px;
    }
  }
  @media (max-width: 992px) {
    .section__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
    }
  }
  .section__container {
    max-width: 300px;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  @media (max-width: 992px) {
    .section__container {
      max-width: 100%;
    }
  }
  .section__content {
    max-width: calc(100% - 400px);
    width: 100%;
    padding-bottom: 60px;
  }
  @media (max-width: 1200px) {
    .section__content {
      max-width: calc(100% - 360px);
    }
  }
  @media (max-width: 992px) {
    .section__content {
      max-width: 100%;
    }
  }
  .section__content .container {
    padding: 0;
  }
  .section__top {
    margin-bottom: 60px;
    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;
    gap: 20px 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section__top .subtitle {
    margin: 0;
  }
  .section__content-inner {
    width: 100%;
    container-type: inline-size;
  }
  @media (max-width: 600px) {
    .section__content-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: initial;
          -ms-flex-align: initial;
              align-items: initial;
    }

	.banner-second {
		margin-top:30px;
	}
	.banner-second img {
    	max-width: 100%;
    	height: 200px;
    	object-fit: cover;
	}
  }
  .section__link {
    max-width: 250px;
    height: 60px;
    color: #fafafa;
    background-color: #075a28;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
  }
  @media (max-width: 992px) {
    .section__link {
      margin-left: initial;
      margin-right: initial;
      width: 195px;
      height: 47px;
    }
  }
  .section__link span {
    z-index: 1;
  }
  .section__link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, -webkit-box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s;
    transition: opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    background: linear-gradient(98deg, #097132 16.19%, #097132 16.84%, #c0d01c 52.93%, #dfd019 83.38%, #dfd019 83.95%);
  }
  .section__link:hover {
    border: 1px solid #1e1e1e;
  }
  .section__link:hover::before {
    opacity: 1;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  }
  .section__item {
    width: 510px;
    height: 295px;
  }
  @media (max-width: 600px) {
    .section__item {
      width: 330px;
      height: 200px;
    }
  }
  .section__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
  .section__btn-block {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: 138px;
    height: 54px;
  }
  @media (max-width: 1200px) {
    .section__btn-block {
      width: 78px;
      gap: 10px;
    }
  }
  .section__prev {
    width: 54px;
    height: 54px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  @media (max-width: 1200px) {
    .section__prev {
      width: 33px;
      height: 33px;
    }
  }
  .section__prev:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .section__prev::after {
    content: none;
  }
  .section__prev::before {
    content: url("/design/img/icons/icon-arrow-prev-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 1200px) {
    .section__prev::before {
      -webkit-transform: translate(-50%, -50%) scale(0.6);
              transform: translate(-50%, -50%) scale(0.6);
    }
  }
  .section__next {
    width: 54px;
    height: 54px;
    border: 1px solid #1e1e1e;
    border-radius: 30px;
    position: relative;
    -webkit-transition: background-color 0.3s, border 0.3s;
    transition: background-color 0.3s, border 0.3s;
  }
  @media (max-width: 1200px) {
    .section__next {
      width: 33px;
      height: 33px;
    }
  }
  .section__next:hover {
    background-color: #ffcb05;
    border: 1px solid #ffcb05;
  }
  .section__next::after {
    content: none;
  }
  .section__next::before {
    content: url("/design/img/icons/icon-arrow-next-black.svg");
    position: absolute;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  @media (max-width: 1200px) {
    .section__next::before {
      -webkit-transform: translate(-50%, -50%) scale(0.6);
              transform: translate(-50%, -50%) scale(0.6);
    }
  }

  /* Backgroung */
	.light-green {
		background-color: #569928;
	}
	.orange {
		background-color: #d09a3f;
	}

  /*event */
.event-detail-text__title {
	font-size: 19px;
}
.event-detail-text h3 {
	margin-bottom: 20px!important;
}
.event-detail-text__title {
	margin-bottom: 40px;
}

a.green-link {
	color:#097132;
	text-decoration-line: underline;
}


.owl-carousel .item {
display: block;
height: 100%;
}


.owl-carousel .item img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 30px;
}

.owl-carousel .item {

    height: 360px;
}
  /*# sourceMappingURL=style.css.map */