/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./src/scss/single-event.scss ***!
  \****************************************************************************************************************************************************************************************************/
.breadcrumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin-bottom: 48px; }
  @media screen and (max-width: 991px) {
    .breadcrumbs {
      margin-bottom: 24px; } }
  @media screen and (max-width: 768px) {
    .breadcrumbs {
      margin-bottom: 20px; } }
  .breadcrumbs .delimiter {
    margin: 0 17px; }
    @media screen and (max-width: 991px) {
      .breadcrumbs .delimiter {
        margin: 0 8px; } }
  @media screen and (max-width: 991px) {
    .breadcrumbs a {
      margin-bottom: 12px; } }
  @media screen and (max-width: 768px) {
    .breadcrumbs a {
      margin-bottom: 8px; } }
  .breadcrumbs .current {
    color: #7d7d81; }

@media screen and (min-width: 1921px) {
  .breadcrumbs {
    margin-bottom: 2.5vw; }
    .breadcrumbs .delimiter {
      margin: 0 0.88542vw; }
      .breadcrumbs .delimiter svg {
        width: 0.3125vw;
        height: auto; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

html {
  scroll-behavior: smooth; }
  @media screen and (max-width: 1200px) {
    html.open {
      overflow: hidden; } }

body {
  position: relative;
  margin-top: 80px; }
  body.menu-open, body.open, body.popup-open {
    overflow-y: hidden;
    padding-right: 17px; }
    body.menu-open::before, body.open::before, body.popup-open::before {
      opacity: 0.3;
      pointer-events: all; }
  body::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: calc(100% + 100px);
    background-color: #414147;
    opacity: 0;
    z-index: 50;
    pointer-events: none;
    transition: opacity 0.3s; }
  body a {
    color: #1f1f26; }

.skip-link {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal; }
  .skip-link:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    display: block;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }

.line-link, .breadcrumbs a, .navigation a,
.navigation .menu-item__disabled, .footer__legal-left li a {
  position: relative; }
  .line-link::after, .breadcrumbs a::after, .navigation a::after,
  .navigation .menu-item__disabled::after, .footer__legal-left li a::after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #d85800;
    height: 2px;
    top: 100%;
    left: 0;
    will-change: transform;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1); }
  @media (hover: hover) and (pointer: fine) {
    .line-link:hover::after, .breadcrumbs a:hover::after, .navigation a:hover::after,
    .navigation .menu-item__disabled:hover::after, .footer__legal-left li a:hover::after {
      transform-origin: 0% 50%;
      transform: scale3d(1, 1, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); } }

.multipleline-hover, .footer__group-phone-link, .footer__group-mail-link {
  position: relative;
  background: linear-gradient(#d85800, #d85800);
  background-size: 0 2px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.3s !important; }
  @media (hover: hover) and (pointer: fine) {
    .multipleline-hover:hover, .footer__group-phone-link:hover, .footer__group-mail-link:hover {
      background-size: 100% 2px;
      background-position: 0 100%; } }
  .multipleline-hover::before, .footer__group-phone-link::before, .footer__group-mail-link::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.container {
  max-width: 1628px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .container {
      padding: 0 48px; } }
  @media screen and (max-width: 991px) {
    .container {
      padding: 0 24px; } }

.container-lg {
  width: 100%;
  padding: 0 100px;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .container-lg {
      padding: 0 48px; } }
  @media screen and (max-width: 991px) {
    .container-lg {
      padding: 0 24px; } }

.single-container {
  max-width: 1044px;
  width: 100%;
  padding: 0 100px;
  margin: 0 auto; }
  @media screen and (max-width: 1440px) {
    .single-container {
      padding: 0 48px; } }
  @media screen and (max-width: 991px) {
    .single-container {
      padding: 0 24px; } }

.btn {
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 16px 24px 16px 30px;
  display: inline-block;
  transition: 0.3s ease;
  position: relative;
  z-index: 1; }
  .btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: 0.3s ease;
    z-index: -1; }
  @media (hover: hover) and (pointer: fine) {
    .btn:hover::before {
      width: 100%; }
    .btn:hover svg {
      transform: translateX(8px); } }
  .btn svg {
    margin-left: 10px;
    transition: 0.3s ease; }
    @media screen and (min-width: 1921px) {
      .btn svg {
        width: 1.04167vw;
        height: auto; } }
    .btn svg path {
      transition: 0.3s ease;
      stroke: #1f1f26; }

.btn--clear {
  padding: 0; }
  @media screen and (min-width: 1921px) {
    .btn--clear {
      padding: 0 !important; } }
  @media (hover: hover) and (pointer: fine) {
    .btn--clear:hover {
      color: #d85800; }
      .btn--clear:hover svg path {
        stroke: #d85800; } }
  .btn--clear svg path {
    stroke: #1f1f26; }

.btn--orange {
  background-color: #d85800;
  color: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .btn--orange:hover {
      border-color: #d85800;
      color: #d85800; }
      .btn--orange:hover::before {
        background-color: #fff; }
      .btn--orange:hover svg path {
        stroke: #d85800; } }
  .btn--orange svg path {
    stroke: #fff; }

.btn--transparent-white {
  border-color: #fff;
  border: 2px solid #fff;
  color: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .btn--transparent-white:hover {
      border-color: #d85800; }
      .btn--transparent-white:hover::before {
        background-color: #d85800; } }
  .btn--transparent-white svg path {
    stroke: #fff; }

.btn--transparent-orange {
  border-color: #d85800;
  border: 2px solid #d85800;
  color: #d85800; }
  @media (hover: hover) and (pointer: fine) {
    .btn--transparent-orange:hover {
      border-color: #d85800;
      color: #fff; }
      .btn--transparent-orange:hover::before {
        background-color: #d85800; }
      .btn--transparent-orange:hover svg path {
        stroke: #fff; } }
  .btn--transparent-orange svg path {
    stroke: #d85800; }

@keyframes fadeRight {
  0% {
    transform: translateX(-200%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }

@media screen and (min-width: 1921px) {
  .product__circles img,
  .image-box__text-circles img,
  .services__circles img,
  .home-posts__circles img,
  .home-logos__circles img,
  .page-banner__circles img,
  .products-list__circles img,
  .ps-related__icon-box img,
  .tiv__icon img,
  .info-block__circles img {
    width: 3.28125vw;
    height: auto; } }

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  border: 2px solid #d85800;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.3s; }
  @media screen and (max-width: 991px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 46px;
      min-width: 46px;
      height: 46px;
      min-height: 46px; } }
  @media screen and (max-width: 480px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 40px;
      min-width: 40px;
      height: 40px;
      min-height: 40px; } }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none; }
  @media (hover: hover) and (pointer: fine) {
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      background-color: #d85800; }
      .swiper-button-prev:hover svg path,
      .swiper-button-next:hover svg path {
        stroke: #fff; } }
  .swiper-button-prev svg path,
  .swiper-button-next svg path {
    stroke: #d85800;
    transition: stroke 0.3s; }

.swiper-button-prev svg {
  transform: rotate(180deg); }

input[type='search'] {
  -webkit-appearance: none; }

@media screen and (min-width: 1921px) {
  body {
    margin-top: 4.16667vw; }
    body.menu-open, body.open {
      padding-right: 0.88542vw; }
    body::before {
      top: -5.20833vw;
      height: calc(100% + 5.20833vw); }
  .skip-link {
    clip: rect(0.05208vw, 0.05208vw, 0.05208vw, 0.05208vw);
    height: 0.05208vw;
    width: 0.05208vw; }
    .skip-link:focus {
      border-radius: 0.15625vw;
      box-shadow: 0 0 0.10417vw 0.10417vw rgba(0, 0, 0, 0.6);
      left: 0.26042vw;
      padding: 0.78125vw 1.19792vw 0.72917vw;
      top: 0.26042vw; }
  .line-link::after, .breadcrumbs a::after, .navigation a::after,
  .navigation .menu-item__disabled::after, .footer__legal-left li a::after {
    height: 0.10417vw; }
  .multipleline-hover, .footer__group-phone-link, .footer__group-mail-link {
    background-size: 0 0.10417vw; }
  .container {
    max-width: 84.79167vw;
    padding: 0 5.20833vw; }
  .container-lg {
    padding: 0 5.20833vw; }
  .single-container {
    max-width: 54.375vw;
    padding: 0 5.20833vw; }
  .btn {
    border: 0.10417vw solid transparent;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw 0.83333vw 1.5625vw; }
    .btn svg {
      margin-left: 0.52083vw; }
  .btn--transparent-white {
    border: 0.10417vw solid #fff; }
  .btn--transparent-orange {
    border: 0.10417vw solid #d85800; }
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.91667vw;
    min-width: 2.91667vw;
    height: 2.91667vw;
    min-height: 2.91667vw;
    border: 0.10417vw solid #d85800; } }

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content {
  font-size: 16px; }
  .entry-content img {
    max-width: 100%;
    height: auto; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    margin-bottom: 16px;
    color: #171717; }
  .entry-content h3 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 119%; }
  .entry-content h5 {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%; }
  .entry-content p {
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .entry-content p {
        margin-bottom: 16px; } }
    .entry-content p:last-child {
      margin-bottom: 0; }
    .entry-content p strong {
      font-weight: 600;
      color: #000; }
  .entry-content li {
    margin-bottom: 4px; }
    .entry-content li:last-child {
      margin-bottom: 0; }
  .entry-content ul,
  .entry-content ol {
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      .entry-content ul,
      .entry-content ol {
        margin-bottom: 16px; } }
  .entry-content ul {
    padding-left: 20px; }
    .entry-content ul li {
      position: relative; }
      .entry-content ul li::before {
        content: '';
        width: 8px;
        height: 8px;
        background-color: #d85800;
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: 10px;
        left: -20px; }
      .entry-content ul li ul li::before {
        content: '';
        width: 8px;
        height: 1px;
        background-color: #414147;
        border-radius: 0;
        display: inline-block;
        position: absolute;
        top: 15px;
        left: -15px; }
  .entry-content ol {
    margin-left: 28px; }
    .entry-content ol li {
      list-style: decimal; }
  .entry-content a {
    display: inline-block;
    position: relative;
    color: #d85800;
    text-decoration: underline;
    letter-spacing: -0.2px;
    transition: color 0.3s; }
    @media (hover: hover) and (pointer: fine) {
      .entry-content a:hover {
        color: #1f1f26; } }
  .entry-content table {
    border-collapse: collapse;
    color: #000;
    margin: 24px 0 32px;
    overflow-x: visible;
    table-layout: fixed;
    width: 100%;
    max-width: 700px;
    display: table; }
    @media screen and (max-width: 767pxpx) {
      .entry-content table {
        display: block;
        overflow-x: scroll; } }
  .entry-content tbody {
    width: 100%; }
    @media screen and (max-width: 767pxpx) {
      .entry-content tbody {
        width: 700px;
        display: block; } }
  .entry-content tr {
    vertical-align: top; }
    .entry-content tr:first-child td {
      padding-top: 0; }
  .entry-content th {
    border-bottom: 2px solid #000;
    font-weight: 400;
    padding-bottom: 8px;
    color: #000; }
  .entry-content td {
    border-bottom: 1px solid #000;
    padding: 20px 0 5px; }

@media screen and (min-width: 1921px) {
  .entry-content {
    font-size: 0.83333vw; }
    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6 {
      margin-bottom: 0.83333vw; }
    .entry-content h3 {
      font-size: 2.1875vw; }
    .entry-content h5 {
      font-size: 1.25vw; }
    .entry-content p {
      margin-bottom: 1.25vw; }
    .entry-content li {
      margin-bottom: 0.20833vw; }
    .entry-content ul,
    .entry-content ol {
      margin-bottom: 1.25vw; }
    .entry-content ul {
      padding-left: 1.04167vw; }
      .entry-content ul li::before {
        width: 0.41667vw;
        height: 0.41667vw;
        top: 0.52083vw;
        left: -1.04167vw; }
      .entry-content ul li ul li::before {
        width: 0.41667vw;
        height: 0.05208vw;
        top: 0.78125vw;
        left: -0.78125vw; }
    .entry-content ol {
      margin-left: 1.45833vw; }
    .entry-content a {
      letter-spacing: -0; }
    .entry-content table {
      margin: 1.25vw 0 1.66667vw;
      max-width: 36.45833vw; }
    .entry-content th {
      border-bottom: 0.10417vw solid #000;
      padding-bottom: 0.41667vw; }
    .entry-content td {
      border-bottom: 0.05208vw solid #000;
      padding: 1.04167vw 0 0.26042vw; } }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  width: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a {
  text-decoration: none; }

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

b,
strong {
  font-weight: bold; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

button,
input,
select,
textarea {
  vertical-align: middle; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible; }

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

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input,
textarea,
select {
  outline: none; }

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

td {
  vertical-align: top; }

@font-face {
  font-family: "Barlow";
  src: url(18f2f5707779b4ab7d75.woff2) format("woff2"), url(b01be197bee9b9a37cae.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Barlow";
  src: url(f03c247f45ab3b1b96db.woff2) format("woff2"), url(7982a4a547c6d500c2af.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Barlow";
  src: url(b98e2b78f8eeac57fd01.woff2) format("woff2"), url(8345bdea5650c834e0d3.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Barlow";
  src: url(8bb7d2508e1369c8e08b.woff2) format("woff2"), url(a8de7b19e6b093ca3c45.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

.barlow-75-bold, .entry-content h1,
.page-title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 120%; }
  @media screen and (max-width: 1440px) {
    .barlow-75-bold, .entry-content h1,
    .page-title {
      font-size: 60px; } }
  @media screen and (max-width: 1280px) {
    .barlow-75-bold, .entry-content h1,
    .page-title {
      font-size: 48px; } }
  @media screen and (max-width: 768px) {
    .barlow-75-bold, .entry-content h1,
    .page-title {
      font-size: 42px; } }
  @media screen and (max-width: 480px) {
    .barlow-75-bold, .entry-content h1,
    .page-title {
      font-size: 38px; } }

.page-title,
.section-title {
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .page-title,
    .section-title {
      margin-bottom: 16px; } }

.barlow-56-bold, .entry-content h2,
.section-title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 120%; }
  @media screen and (max-width: 1440px) {
    .barlow-56-bold, .entry-content h2,
    .section-title {
      font-size: 48px; } }
  @media screen and (max-width: 1280px) {
    .barlow-56-bold, .entry-content h2,
    .section-title {
      font-size: 42px; } }
  @media screen and (max-width: 768px) {
    .barlow-56-bold, .entry-content h2,
    .section-title {
      font-size: 32px; } }

.barlow-42-bold, .entry-content h3, .related-posts__section-title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%; }
  @media screen and (max-width: 1440px) {
    .barlow-42-bold, .entry-content h3, .related-posts__section-title {
      font-size: 32px; } }
  @media screen and (max-width: 1280px) {
    .barlow-42-bold, .entry-content h3, .related-posts__section-title {
      font-size: 28px; } }
  @media screen and (max-width: 768px) {
    .barlow-42-bold, .entry-content h3, .related-posts__section-title {
      font-size: 26px; } }

.barlow-31-bold, .entry-content h4 {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 31px;
  line-height: 120%; }
  @media screen and (max-width: 1440px) {
    .barlow-31-bold, .entry-content h4 {
      font-size: 26px; } }
  @media screen and (max-width: 1280px) {
    .barlow-31-bold, .entry-content h4 {
      font-size: 24px; } }
  @media screen and (max-width: 768px) {
    .barlow-31-bold, .entry-content h4 {
      font-size: 20px; } }

.barlow-24-bold, .entry-content h6, .footer__group-title, .post__card-title {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%; }
  @media screen and (max-width: 1440px) {
    .barlow-24-bold, .entry-content h6, .footer__group-title, .post__card-title {
      font-size: 20px; } }
  @media screen and (max-width: 1280px) {
    .barlow-24-bold, .entry-content h6, .footer__group-title, .post__card-title {
      font-size: 18px; } }

.barlow-18-bold, .snc__header-label {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%; }
  @media screen and (max-width: 1280px) {
    .barlow-18-bold, .snc__header-label {
      font-size: 16px; } }

.barlow-16-bold {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%; }

.barlow-16-semibold, .navigation a,
.navigation .menu-item__disabled, .navigation .sub-menu li.menu-item-parent a, .navigation .sub-menu a {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%; }

.barlow-14-bold, .btn, .snc__type, .post-share__title, .post__card-cat {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%; }

.barlow-12-bold {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 133%; }

.barlow-18-normal, body, .entry-content p, .snc__header-value {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%; }
  @media screen and (max-width: 1280px) {
    .barlow-18-normal, body, .entry-content p, .snc__header-value {
      font-size: 16px; } }

.barlow-16-normal {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%; }

.barlow-14-normal, .se-pdf-btn__list-item-link, .post__card-date {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%; }

.barlow-14-medium, .breadcrumbs {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%; }

@media screen and (min-width: 1921px) {
  .barlow-75-bold, .entry-content h1,
  .page-title {
    font-size: 3.90625vw; }
  .page-title,
  .section-title {
    margin-bottom: 1.25vw; }
  .barlow-56-bold, .entry-content h2,
  .section-title {
    font-size: 2.91667vw; }
  .barlow-42-bold, .entry-content h3, .related-posts__section-title {
    font-size: 2.1875vw; }
  .barlow-31-bold, .entry-content h4 {
    font-size: 1.61458vw; }
  .barlow-24-bold, .entry-content h6, .footer__group-title, .post__card-title {
    font-size: 1.25vw; }
  .barlow-18-bold, .snc__header-label {
    font-size: 0.9375vw; }
  .barlow-16-bold {
    font-size: 0.83333vw; }
  .barlow-16-semibold, .navigation a,
  .navigation .menu-item__disabled, .navigation .sub-menu li.menu-item-parent a, .navigation .sub-menu a {
    font-size: 0.83333vw; }
  .barlow-14-bold, .btn, .snc__type, .post-share__title, .post__card-cat {
    font-size: 0.72917vw; }
  .barlow-12-bold {
    font-size: 0.625vw; }
  .barlow-18-normal, body, .entry-content p, .snc__header-value {
    font-size: 0.9375vw; }
  .barlow-16-normal {
    font-size: 0.83333vw; }
  .barlow-14-normal, .se-pdf-btn__list-item-link, .post__card-date {
    font-size: 0.72917vw; }
  .barlow-14-medium, .breadcrumbs {
    font-size: 0.72917vw; } }

.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.1001);
  object-fit: cover; }

.yarpp-thumbnails-horizontal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px; }
  @media screen and (max-width: 1280px) {
    .yarpp-thumbnails-horizontal {
      grid-gap: 24px; } }
  @media screen and (max-width: 1280px) {
    .yarpp-thumbnails-horizontal {
      grid-gap: 24px; } }
  @media screen and (max-width: 1024px) {
    .yarpp-thumbnails-horizontal {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 640px) {
    .yarpp-thumbnails-horizontal {
      grid-template-columns: 1fr; } }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    max-width: 454px !important;
    width: 100% !important;
    height: auto !important;
    background-color: #fff !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important; }
    @media (hover: hover) and (pointer: fine) {
      .yarpp-thumbnails-horizontal .yarpp-thumbnail:hover .yarpp-thumbnail-title {
        color: #d85800 !important; } }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail img {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important; }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
    min-height: 200px !important; }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail-default img {
      height: 200px !important;
      object-fit: contain !important; }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    max-width: 100% !important;
    width: 100% !important;
    max-height: unset !important;
    padding: 15px 20px !important;
    margin: 0 !important;
    font-family: 'Barlow' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 120% !important;
    height: 100% !important;
    transition: color 0.3s !important;
    text-align: center !important; }
    @media screen and (max-width: 1440px) {
      .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
        font-size: 20px !important; } }
    @media screen and (max-width: 1280px) {
      .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
        font-size: 18px !important; } }

@media screen and (min-width: 1921px) {
  .yarpp-thumbnails-horizontal {
    grid-gap: 1.66667vw; }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail {
      max-width: 23.64583vw !important;
      border-radius: 0.41667vw !important; }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
      min-height: 10.41667vw !important; }
      .yarpp-thumbnails-horizontal .yarpp-thumbnail-default img {
        height: 10.41667vw !important; }
    .yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
      padding: 0.78125vw 1.04167vw !important;
      font-size: 1.25vw !important; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 100px;
  height: 80px;
  z-index: 50;
  background-color: #fff;
  transition: 0.3s transform, 0.3s background-color;
  will-change: transform, background-color;
  transform: translateY(0); }
  @media screen and (max-width: 1440px) {
    .header {
      padding: 0 48px; } }
  .header.hide {
    transform: translateY(-400%); }
  .header.not-top {
    background-color: #fff;
    box-shadow: 0 3px 10px -5px rgba(51, 51, 51, 0.4); }
  @media screen and (max-width: 1200px) {
    .header.open {
      transform: none; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 15px 20px; } }

.header__logo {
  position: relative;
  width: 198px;
  height: 36px;
  will-change: height, width;
  transition: 0.3s width, 0.3s height;
  z-index: 9; }
  @media screen and (max-width: 1800px) {
    .header__logo {
      margin-right: 48px; } }
  @media screen and (max-width: 768px) {
    .header__logo {
      margin-right: 32px; } }
  @media screen and (max-width: 480px) {
    .header__logo {
      margin-right: 24px; } }
  .header__logo img {
    width: 100%; }

.navigation {
  margin-left: 248px;
  transition: 0.3s opacity, 0.3s visibility;
  will-change: opacity, visibility; }
  @media screen and (max-width: 1800px) {
    .navigation {
      margin: 0 auto; } }
  .navigation .primary-menu {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1200px) {
      .navigation .primary-menu {
        max-width: 500px;
        width: 100%;
        height: 100%;
        padding-top: 20px;
        padding-left: 24px;
        align-items: flex-start;
        flex-direction: column;
        overflow: auto; } }
    @media screen and (max-width: 768px) {
      .navigation .primary-menu {
        padding-left: 0; } }
    .navigation .primary-menu > li {
      position: relative;
      height: 80px;
      line-height: 80px;
      text-transform: uppercase;
      margin-right: 48px; }
      @media screen and (max-width: 1600px) {
        .navigation .primary-menu > li {
          margin-right: 24px; } }
      @media screen and (max-width: 1200px) {
        .navigation .primary-menu > li {
          width: 100%;
          margin-right: 0;
          height: unset;
          line-height: initial;
          padding: 16px 0 16px 24px; } }
      .navigation .primary-menu > li:last-child {
        margin-right: 0; }
    .navigation .primary-menu .current_page_item > a::after,
    .navigation .primary-menu .current-menu-item > a::after,
    .navigation .primary-menu .current_page_ancestor > a::after,
    .navigation .primary-menu .current-menu-ancestor > a::after {
      transform-origin: 0% 50%;
      transform: scale3d(1, 1, 1);
      transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1); }
  .navigation .menu-item-has-children-toggle,
  .navigation .submenu-item-has-children-toggle {
    height: 100%;
    border: none;
    background-color: transparent;
    outline: none; }
    @media screen and (max-width: 1200px) {
      .navigation .menu-item-has-children-toggle,
      .navigation .submenu-item-has-children-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        pointer-events: all; } }
    .navigation .menu-item-has-children-toggle svg,
    .navigation .submenu-item-has-children-toggle svg {
      transition: transform 0.3s; }
      @media screen and (max-width: 1200px) {
        .navigation .menu-item-has-children-toggle svg,
        .navigation .submenu-item-has-children-toggle svg {
          pointer-events: none; } }
      @media screen and (min-width: 1921px) {
        .navigation .menu-item-has-children-toggle svg,
        .navigation .submenu-item-has-children-toggle svg {
          width: 0.41667vw;
          height: 0.41667vw; } }
  .navigation .menu-item-has-children-toggle {
    margin-left: 4px;
    padding: 0 3px; }
  .navigation .submenu-item-has-children-toggle {
    width: 50px;
    pointer-events: none; }
    @media screen and (max-width: 1200px) {
      .navigation .submenu-item-has-children-toggle {
        pointer-events: all;
        height: 45px; }
        .navigation .submenu-item-has-children-toggle svg {
          transform: rotate(90deg); } }
  @media screen and (max-width: 1200px) {
    .navigation li {
      will-change: transform, opacity; } }
  .navigation li.active > .menu-item-has-children-toggle svg {
    transform: rotate(180deg); }
  .navigation li.open .menu-item-has-children-toggle svg {
    transform: rotate(180deg); }
  .navigation a,
  .navigation .menu-item__disabled {
    color: #414147; }
    @media screen and (max-width: 1400px) {
      .navigation a,
      .navigation .menu-item__disabled {
        font-size: 14px; } }
    @media screen and (max-width: 1280px) {
      .navigation a,
      .navigation .menu-item__disabled {
        font-size: 12px; } }
    @media screen and (max-width: 1200px) {
      .navigation a,
      .navigation .menu-item__disabled {
        font-size: 14px; } }
  .navigation .menu-item__disabled {
    cursor: pointer;
    user-select: none; }
  .navigation .sub-menu {
    background-color: #fff;
    min-width: 458px;
    max-width: 458px;
    width: max-content;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden; }
    @media screen and (max-width: 1800px) {
      .navigation .sub-menu {
        min-width: 300px;
        max-width: 380px; } }
    @media screen and (max-width: 1600px) {
      .navigation .sub-menu {
        min-width: 280px;
        max-width: 350px; } }
    @media screen and (max-width: 1400px) {
      .navigation .sub-menu {
        min-width: 280px;
        max-width: 280px; } }
    @media screen and (max-width: 1200px) {
      .navigation .sub-menu {
        display: none;
        position: relative;
        max-width: 100%;
        width: 100%;
        top: 15px;
        left: 0;
        opacity: 1;
        visibility: visible; } }
    .navigation .sub-menu.open {
      visibility: visible;
      opacity: 1; }
    .navigation .sub-menu li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      height: 46px;
      text-transform: initial;
      padding-left: 24px;
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      cursor: pointer; }
      @media screen and (max-width: 1600px) {
        .navigation .sub-menu li {
          padding-left: 16px; } }
      @media screen and (max-width: 1600px) {
        .navigation .sub-menu li {
          height: 46px; } }
      @media screen and (max-width: 1200px) {
        .navigation .sub-menu li {
          align-items: flex-start;
          flex-direction: column;
          height: auto;
          padding: 6px 0 6px 18px;
          border: none; } }
      .navigation .sub-menu li.active {
        background-color: #f8f9fb; }
        @media screen and (max-width: 1200px) {
          .navigation .sub-menu li.active {
            background-color: #fff; } }
        .navigation .sub-menu li.active > .submenu-item-has-children-toggle svg {
          transform: rotate(180deg); }
          @media screen and (max-width: 1200px) {
            .navigation .sub-menu li.active > .submenu-item-has-children-toggle svg {
              transform: rotate(270deg); } }
    .navigation .sub-menu a {
      max-width: calc(100% - 40px);
      font-size: 14px;
      padding: 3px 0; }
      @media screen and (max-width: 1280px) {
        .navigation .sub-menu a {
          font-size: 12px; } }
      @media screen and (max-width: 1200px) {
        .navigation .sub-menu a {
          font-size: 14px; } }
    .navigation .sub-menu .sub-menu {
      top: -0;
      left: 100%; }
      @media screen and (max-width: 1200px) {
        .navigation .sub-menu .sub-menu {
          display: none;
          position: relative;
          width: 100%;
          top: 7px;
          left: 0;
          opacity: 1;
          visibility: visible; } }
      @media screen and (max-width: 1200px) {
        .navigation .sub-menu .sub-menu .sub-menu {
          display: none;
          position: relative;
          width: 100%;
          top: 7px;
          left: 0;
          opacity: 1;
          visibility: visible; } }
  @media screen and (max-width: 1200px) {
    .navigation {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 80px;
      left: 0;
      background-color: #fff;
      width: 100%;
      height: calc(100vh - 80px); }
      .navigation.open {
        visibility: visible;
        opacity: 1; }
        .navigation.open li {
          opacity: 0;
          animation: 0.3s fadeInUp forwards; }
          .navigation.open li:nth-child(1) {
            animation-delay: 0.4s; }
          .navigation.open li:nth-child(2) {
            animation-delay: 0.5s; }
          .navigation.open li:nth-child(3) {
            animation-delay: 0.6s; }
          .navigation.open li:nth-child(4) {
            animation-delay: 0.7s; }
          .navigation.open li:nth-child(5) {
            animation-delay: 0.8s; }
          .navigation.open li:nth-child(6) {
            animation-delay: 0.9s; }
          .navigation.open li:nth-child(7) {
            animation-delay: 1s; }
          .navigation.open li:nth-child(8) {
            animation-delay: 1.1s; }
          .navigation.open li:nth-child(9) {
            animation-delay: 1.2s; }
          .navigation.open li:nth-child(10) {
            animation-delay: 1.3s; } }

.header__search {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9; }
  @media screen and (max-width: 1800px) {
    .header__search {
      margin-left: 48px; } }
  @media screen and (max-width: 1200px) {
    .header__search {
      margin-left: auto; } }
  @media screen and (min-width: 1921px) {
    .header__search svg {
      width: 1.04167vw;
      height: auto; } }

.header__lang {
  width: 65px;
  margin-left: 40px; }
  @media screen and (max-width: 1200px) {
    .header__lang {
      margin: 0 32px; } }
  @media screen and (max-width: 768px) {
    .header__lang {
      margin: 0 24px; } }
  @media screen and (max-width: 480px) {
    .header__lang {
      margin: 0 16px; } }
  .header__lang .js-wpml-ls-item-toggle {
    transition: background 0.3s; }
  .header__lang .wpml-ls-legacy-dropdown-click a {
    background: #f8f9fb;
    color: #d85800;
    border-radius: 2px;
    border: none;
    transition: color 0.3s; }
    @media screen and (min-width: 1921px) {
      .header__lang .wpml-ls-legacy-dropdown-click a {
        padding: 0.26042vw 0.52083vw; } }
    .header__lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
      border: 5px solid transparent;
      border-top: 6px solid; }

@keyframes intervalhBorder {
  0% {
    opacity: 1;
    transform: scale(1); }
  80% {
    transform: scale(1.6); }
  100% {
    opacity: 0;
    transform: scale(1.6); } }

.h {
  width: 40px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 110;
  border-radius: 50%;
  background-color: transparent;
  pointer-events: auto;
  display: none; }
  @media screen and (max-width: 1200px) {
    .h {
      display: block; } }

.h__l {
  width: 28px;
  height: 2px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.h__l-in {
  width: 84px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform;
  will-change: transform; }

.h__l-in::before,
.h__l-in::after {
  width: 28px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #333;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, left;
  will-change: transform, left; }

.h__l-in::before {
  left: -56px; }

.h__l-in::after {
  left: 0; }

.h__l--1,
.h__l--2,
.h__l--3,
.h__l--c1,
.h__l--c2 {
  left: 5px; }

.h__l--1 {
  top: 8px; }

.h__l--2,
.h__l--c1,
.h__l--c2 {
  top: 15px; }

.h__l--3 {
  top: 22px; }

.h__l--c1 {
  transform: rotate(45deg); }

.h__l--c2 {
  transform: rotate(-45deg); }

.h__l-in--c1,
.h__l-in--c2 {
  transform: translateX(-33.3%);
  transition-property: transform;
  will-change: transform; }

.h__l-in--1 {
  transition-delay: 0.2s; }

.h__l-in--2 {
  transition-delay: 0.25s; }

.h__l-in--2::before,
.h__l-in--2::after {
  transition-delay: 0.05s; }

.h__l-in--3 {
  transition-delay: 0.3s; }

.h__l-in--3::before,
.h__l-in--3::after {
  transition-delay: 0.1s; }

.h__l-in--c1 {
  transition-delay: 0s; }

.h__l-in--c2 {
  transition-delay: 0.05s; }

.h__l-in--c2::before,
.h__l-in--c2::after {
  transition-delay: 0.1s; }

.h.open .h__l-in--1,
.h.open .h__l-in--2,
.h.open .h__l-in--3 {
  transform: translateX(33.3%); }

.h.open .h__l-in--c1,
.h.open .h__l-in--c2 {
  transform: translateX(0); }

.h.open .h__l-in--1 {
  transition-delay: 0s; }

.h.open .h__l-in--2 {
  transition-delay: 0.05s; }

.h.open .h__l-in--3 {
  transition-delay: 0.1s; }

.h.open .h__l-in--c1 {
  transition-delay: 0.25s; }

.h.open .h__l-in--c2 {
  transition-delay: 0.3s; }

.h:hover .h__l-in::before,
.h:hover .h__l-in::after {
  transform: translateX(200%); }

.h:hover .h__l-in--1::before,
.h:hover .h__l-in--1::after,
.h:hover .h__l-in--2::before,
.h:hover .h__l-in--2::after,
.h:hover .h__l-in--3::before,
.h:hover .h__l-in--3::after {
  transition-duration: 1s; }

.h:hover .h__l-in--c1::before,
.h:hover .h__l-in--c1::after,
.h:hover .h__l-in--c2::before,
.h:hover .h__l-in--c2::after {
  transition-duration: 0s; }

.h.open:hover .h__l-in--c1::before,
.h.open:hover .h__l-in--c1::after,
.h.open:hover .h__l-in--c2::before,
.h.open:hover .h__l-in--c2::after {
  transition-duration: 1s; }

.h.open:hover .h__l-in--1::before,
.h.open:hover .h__l-in--1::after,
.h.open:hover .h__l-in--2::before,
.h.open:hover .h__l-in--2::after,
.h.open:hover .h__l-in--3::before,
.h.open:hover .h__l-in--3::after {
  transition-duration: 0s; }

.site-header__search-form {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #fff;
  z-index: 200;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0.3s, opacity 0.3s;
  padding: 0 100px; }
  @media screen and (max-width: 1440px) {
    .site-header__search-form {
      padding: 0 48px; } }
  @media screen and (max-width: 991px) {
    .site-header__search-form {
      padding: 0 24px; } }
  .site-header__search-form.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }

.site-header__search-form-wrap {
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 1280px) {
    .site-header__search-form-wrap {
      max-width: 100%; } }
  .site-header__search-form-wrap input:-webkit-autofill,
  .site-header__search-form-wrap input:-webkit-autofill:hover,
  .site-header__search-form-wrap input:-webkit-autofill:focus,
  .site-header__search-form-wrap input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s; }

.site-header__search-input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 5px solid #d85800; }

.site-header__search-input {
  width: 100%;
  border: none;
  font-size: 96px;
  line-height: 1;
  display: inline-block;
  padding: 16px 0;
  color: #d85800; }
  @media screen and (max-width: 1280px) {
    .site-header__search-input {
      font-size: 64px; } }
  @media screen and (max-width: 991px) {
    .site-header__search-input {
      font-size: 48px; } }
  @media screen and (max-width: 768px) {
    .site-header__search-input {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .site-header__search-input {
      font-size: 24px; } }

.site-header__search-form-button {
  border: none;
  background: transparent;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px; }
  @media screen and (max-width: 1280px) {
    .site-header__search-form-button {
      width: 38px;
      height: 38px; } }
  @media screen and (max-width: 768px) {
    .site-header__search-form-button {
      width: 28px;
      height: 28px; } }
  .site-header__search-form-button svg {
    width: 100%;
    height: 100%; }

.site-header__search-info {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: right;
  color: #d85800; }
  @media screen and (max-width: 768px) {
    .site-header__search-info {
      display: none; } }

@media screen and (min-width: 1921px) {
  .wpml-ls-flag {
    width: 0.7vw;
    height: auto; } }

.site-header__search-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 120px;
  right: 100px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 10; }
  @media screen and (max-width: 1440px) {
    .site-header__search-close {
      right: 48px; } }
  @media screen and (max-width: 1280px) {
    .site-header__search-close {
      width: 38px;
      height: 38px; } }
  @media screen and (max-width: 991px) {
    .site-header__search-close {
      right: 24px; } }
  @media screen and (max-width: 768px) {
    .site-header__search-close {
      width: 28px;
      height: 28px; } }
  .site-header__search-close svg {
    width: 100%;
    height: 100%; }

@media screen and (min-width: 1921px) {
  .header {
    padding: 0 5.20833vw;
    height: 4.16667vw; }
    .header.not-top {
      box-shadow: 0 0.15625vw 0.52083vw -0.26042vw rgba(51, 51, 51, 0.4); }
  .header__logo {
    width: 10.3125vw;
    height: 1.875vw; }
  .navigation {
    margin-left: 12.91667vw; }
    .navigation .primary-menu > li {
      height: 4.16667vw;
      line-height: 4.16667vw;
      margin-right: 2.5vw; }
    .navigation .menu-item-has-children-toggle {
      margin-left: 0.20833vw;
      padding: 0 0.15625vw; }
    .navigation .submenu-item-has-children-toggle {
      width: 2.60417vw; }
    .navigation .sub-menu {
      min-width: 23.85417vw;
      max-width: 23.85417vw; }
      .navigation .sub-menu li {
        height: 2.39583vw;
        padding-left: 1.25vw;
        border-top: 0.05208vw solid #e0e0e0;
        border-bottom: 0.05208vw solid #e0e0e0; }
      .navigation .sub-menu a {
        max-width: calc(100% - 2.08333vw);
        font-size: 0.72917vw;
        padding: 0.15625vw 0; }
  .header__lang {
    width: 3.38542vw;
    margin-left: 2.08333vw; }
    .header__lang .wpml-ls-legacy-dropdown-click a {
      border-radius: 0.10417vw; }
      .header__lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
        border: 0.26042vw solid transparent;
        border-top: 0.3125vw solid; }
  .h {
    width: 2.08333vw;
    height: 1.5625vw; }
  .h__l {
    width: 1.45833vw;
    height: 0.10417vw; }
  .h__l-in {
    width: 4.375vw;
    height: 0.10417vw; }
  .h__l-in::before,
  .h__l-in::after {
    width: 1.45833vw;
    height: 0.10417vw; }
  .h__l-in::before {
    left: -2.91667vw; }
  .h__l--1,
  .h__l--2,
  .h__l--3,
  .h__l--c1,
  .h__l--c2 {
    left: 0.26042vw; }
  .h__l--1 {
    top: 0.41667vw; }
  .h__l--2,
  .h__l--c1,
  .h__l--c2 {
    top: 0.78125vw; }
  .h__l--3 {
    top: 1.14583vw; }
  .site-header__search-form {
    top: 4.16667vw;
    height: calc(100% - 4.16667vw);
    padding: 0 5.20833vw; }
  .site-header__search-input-wrap {
    border-bottom: 0.26042vw solid #d85800; }
  .site-header__search-input {
    font-size: 5vw;
    padding: 0.83333vw 0; }
  .site-header__search-form-button {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 0.78125vw; }
  .site-header__search-info {
    font-size: 0.9375vw;
    margin-top: 0.83333vw; }
  .site-header__search-close {
    top: 6.25vw;
    right: 5.20833vw;
    width: 2.5vw;
    height: 2.5vw; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  background-color: #1f1f26;
  color: #fff;
  padding: 105px 0 24px;
  margin-top: auto; }
  @media screen and (max-width: 991px) {
    .footer {
      padding: 64px 0 24px; } }
  .footer a {
    color: #fff;
    transition: 0.3s ease; }

.footer__groups {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    .footer__groups {
      flex-wrap: wrap; } }

.footer__group {
  margin: 0 16px; }
  @media screen and (max-width: 991px) {
    .footer__group {
      width: 50%; } }
  @media screen and (max-width: 768px) {
    .footer__group {
      width: 100%;
      margin: 0 0 16px; } }
  .footer__group:last-child {
    margin-right: 0; }

.footer__logo {
  max-width: 326px;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .footer__logo {
      max-width: 100%;
      margin-bottom: 24px; } }
  @media screen and (max-width: 768px) {
    .footer__logo {
      margin-bottom: 16px; } }

.footer__logo-link img {
  width: 209px;
  height: 42px; }

.footer__paragraph {
  margin-top: 24px;
  margin-bottom: 0; }
  @media screen and (max-width: 1200px) {
    .footer__paragraph {
      max-width: 500px; } }

.footer__group-title {
  margin-bottom: 24px; }
  @media screen and (max-width: 768px) {
    .footer__group-title {
      margin-bottom: 16px; } }

.footer__group-text {
  display: block; }

.footer__group-phones {
  display: flex;
  margin-bottom: 8px; }
  .footer__group-phones svg {
    margin-top: 8px;
    width: 12px;
    height: 12px; }

.footer__group-phone {
  display: flex;
  flex-direction: column; }

.footer__group-phone-link {
  margin-left: 10px; }

.footer__group-mail {
  max-width: 235px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px; }
  .footer__group-mail:last-child {
    margin-bottom: 0; }
  .footer__group-mail svg {
    margin-top: 8px;
    min-width: 16px;
    width: 16px;
    height: auto;
    margin-right: 10px; }

.footer__social {
  display: flex; }

.footer__social-link {
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 19px;
  transition: 0.3s ease;
  display: block; }
  .footer__social-link:last-child {
    margin-right: 0; }
  @media (hover: hover) and (pointer: fine) {
    .footer__social-link:hover .footer__icon--hover {
      opacity: 1; }
    .footer__social-link:hover .footer__icon {
      opacity: 0; } }
  .footer__social-link img {
    position: absolute;
    display: block;
    transition: 0.3s ease;
    width: 100%;
    height: 100%; }

.footer__icon--hover {
  opacity: 0; }

.footer__icon {
  opacity: 1; }

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9;
  right: 50px;
  bottom: 50px;
  background: #2a2a2a;
  padding: 0;
  cursor: pointer;
  border: 1px solid #fff;
  opacity: 0;
  transition: 0.3s opacity, 0.3s transform;
  width: 50px;
  height: 50px;
  transform: translateX(200%); }
  @media (hover: hover) and (pointer: fine) {
    .back-to-top:hover svg {
      transform: translateY(-100%); } }
  .back-to-top.show {
    opacity: 1;
    transform: translateX(0); }
  .back-to-top svg {
    transition: 0.3s ease; }
    .back-to-top svg path {
      fill: #fff; }

.footer__legal {
  margin-top: 48px;
  padding-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #414147; }
  @media screen and (max-width: 768px) {
    .footer__legal {
      margin-top: 32px;
      flex-direction: column;
      align-items: flex-start; } }

.footer__legal-left {
  display: flex;
  flex-wrap: wrap;
  margin-right: 24px; }
  @media screen and (max-width: 768px) {
    .footer__legal-left {
      margin-right: 0;
      margin-bottom: 16px; } }
  @media screen and (max-width: 480px) {
    .footer__legal-left {
      flex-wrap: nowrap;
      flex-direction: column; } }
  .footer__legal-left li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px; }
    .footer__legal-left li::before {
      content: '';
      position: absolute;
      right: -15px;
      width: 1px;
      height: 16px;
      background-color: #fff; }
      @media screen and (max-width: 480px) {
        .footer__legal-left li::before {
          display: none; } }
    .footer__legal-left li:last-child {
      margin-right: 0; }
      .footer__legal-left li:last-child::before {
        content: none; }
    .footer__legal-left li a {
      font-family: 'Barlow';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 160%; }
      .footer__legal-left li a::before {
        content: '';
        position: absolute;
        width: 100%;
        background-color: #fff;
        height: 1px;
        top: 100%;
        left: 0; }

.footer__legal-right a {
  font-weight: bold; }

@media screen and (min-width: 1921px) {
  .footer {
    padding: 5.46875vw 0 1.25vw; }
  .footer__group {
    margin: 0 0.83333vw; }
  .footer__logo {
    max-width: 16.97917vw; }
  .footer__logo-link img {
    width: 10.88542vw;
    height: 2.1875vw; }
  .footer__paragraph {
    margin-top: 1.25vw; }
  .footer__group-title {
    margin-bottom: 1.25vw; }
  .footer__group-phones {
    margin-bottom: 0.41667vw; }
    .footer__group-phones svg {
      margin-top: 0.41667vw;
      width: 0.625vw;
      height: 0.625vw; }
  .footer__group-phone-link {
    margin-left: 0.52083vw; }
  .footer__group-mail {
    max-width: 12.23958vw;
    margin-bottom: 0.41667vw; }
    .footer__group-mail svg {
      margin-top: 0.41667vw;
      min-width: 0.83333vw;
      width: 0.83333vw;
      margin-right: 0.52083vw; }
  .footer__social-link {
    width: 1.14583vw;
    height: 1.14583vw;
    margin-right: 0.98958vw; }
  .back-to-top {
    right: 2.60417vw;
    bottom: 2.60417vw;
    border: 0.05208vw solid #fff;
    width: 2.60417vw;
    height: 2.60417vw; }
  .footer__legal {
    margin-top: 2.5vw;
    padding-top: 0.83333vw;
    border-top: 0.05208vw solid #414147; }
  .footer__legal-left {
    margin-right: 1.25vw; }
    .footer__legal-left li {
      margin-right: 1.5625vw; }
      .footer__legal-left li::before {
        right: -0.78125vw;
        width: 0.05208vw;
        height: 0.83333vw; }
      .footer__legal-left li a {
        font-size: 0.72917vw; }
        .footer__legal-left li a::before {
          height: 0.05208vw; } }

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */
@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; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.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: 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: flex;
  align-items: 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: .35;
  cursor: auto;
  pointer-events: 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;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  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: 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;
  box-shadow: none;
  -webkit-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: 10px;
  top: 50%;
  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%;
  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;
  transition: .2s transform,.2s top; }

.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%;
  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 {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: 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%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: 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: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: flex;
  justify-content: 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%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-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;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.single-banner {
  position: relative;
  padding: 83px 100px 50px;
  background-color: #f8f9fb; }
  @media screen and (max-width: 1440px) {
    .single-banner {
      padding: 64px 48px 48px; } }
  @media screen and (max-width: 991px) {
    .single-banner {
      padding: 48px 24px 32px; } }
  .single-banner::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 92%;
    height: 80%;
    border-bottom-left-radius: 15.625vw;
    z-index: 1; }

.single-banner__image {
  position: relative;
  max-width: 1428px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
  z-index: 2; }
  .single-banner__image img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 1921px) {
  .single-banner {
    padding: 4.32292vw 5.20833vw 2.60417vw; }
  .single-banner__image {
    max-width: 74.375vw;
    border-radius: 0.41667vw; } }

.snc {
  padding: 100px 0 50px; }
  @media screen and (max-width: 1440px) {
    .snc {
      padding: 64px 0 48px; } }
  @media screen and (max-width: 991px) {
    .snc {
      padding: 48px 0 32px; } }

.snc__header {
  display: flex;
  align-items: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 991px) {
    .snc__header {
      margin-bottom: 24px; } }
  @media screen and (max-width: 480px) {
    .snc__header {
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 8px; } }

.snc__header-label {
  text-transform: capitalize; }

.snc__header-value {
  color: #959ca2; }

.snc__type {
  border-radius: 4px;
  padding: 5px 35px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-right: 50px; }
  @media screen and (max-width: 991px) {
    .snc__type {
      margin-right: 24px; } }
  @media screen and (max-width: 600px) {
    .snc__type {
      margin-right: 16px; } }
  @media screen and (max-width: 480px) {
    .snc__type {
      margin-right: 0;
      margin-bottom: 16px; } }

.snc__date {
  margin-right: 50px; }
  @media screen and (max-width: 991px) {
    .snc__date {
      margin-right: 24px; } }
  @media screen and (max-width: 600px) {
    .snc__date {
      margin-right: 16px; } }
  @media screen and (max-width: 480px) {
    .snc__date {
      margin-right: 0;
      margin-bottom: 16px; } }

.snc__title {
  margin-bottom: 32px; }

@media screen and (min-width: 1921px) {
  .snc {
    padding: 5.20833vw 0 2.60417vw; }
  .snc__header {
    margin-bottom: 1.66667vw; }
  .snc__type {
    border-radius: 0.20833vw;
    padding: 0.26042vw 1.82292vw;
    margin-right: 2.60417vw;
    min-height: 1.66667vw; }
  .snc__date {
    margin-right: 2.60417vw; }
  .snc__title {
    margin-bottom: 1.66667vw; } }

.se-pdf-btn {
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .se-pdf-btn {
      margin-bottom: 32px; } }
  @media screen and (max-width: 991px) {
    .se-pdf-btn {
      margin-bottom: 24px; } }

.se-pdf-btn__List {
  margin-bottom: 50px; }
  @media screen and (max-width: 1440px) {
    .se-pdf-btn__List {
      margin-bottom: 32px; } }
  @media screen and (max-width: 991px) {
    .se-pdf-btn__List {
      margin-bottom: 24px; } }

.se-pdf-btn__list-item {
  display: flex;
  margin-bottom: 16px; }
  .se-pdf-btn__list-item:last-child {
    margin-bottom: 0; }

.se-pdf-btn__list-item-link {
  display: inline-flex;
  align-items: center;
  color: #d85800;
  text-decoration: underline;
  transition: color 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    .se-pdf-btn__list-item-link:hover {
      color: #1f1f26; } }
  .se-pdf-btn__list-item-link svg {
    margin-right: 10px; }

@media screen and (min-width: 1921px) {
  .se-pdf-btn {
    margin-bottom: 2.60417vw; }
  .se-pdf-btn__List {
    margin-bottom: 2.60417vw; }
  .se-pdf-btn__list-item {
    margin-bottom: 0.83333vw; }
  .se-pdf-btn__list-item-link svg {
    margin-right: 0.52083vw; } }

.post-share {
  margin-bottom: 100px; }
  @media screen and (max-width: 1440px) {
    .post-share {
      margin-bottom: 64px; } }
  @media screen and (max-width: 991px) {
    .post-share {
      margin-bottom: 48px; } }
  .post-share ul {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .post-share ul li {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      cursor: pointer; }
      .post-share ul li:last-child {
        margin-right: 0; }
  @media screen and (min-width: 1921px) {
    .post-share svg {
      width: 1.25vw;
      height: auto; } }

.post-share__title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 16px; }

.post-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .post-share__link svg path {
    fill: rgba(65, 65, 71, 0.5);
    transition: fill 0.3s; }
  @media (hover: hover) and (pointer: fine) {
    .post-share__link:hover svg path {
      fill: #d85800; } }
  .post-share__link.js-copy-link {
    position: relative; }
    .post-share__link.js-copy-link.tooltip-show .post-share__tooltip {
      opacity: 1; }

.post-share__tooltip {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: max-content;
  height: auto;
  background-color: #d85800;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s; }

@media screen and (min-width: 1921px) {
  .post-share {
    margin-bottom: 5.20833vw; }
    .post-share ul li {
      margin-right: 0.52083vw; }
  .post-share__title {
    margin-bottom: 0.83333vw; }
  .post-share__tooltip {
    bottom: -2.60417vw;
    font-size: 0.72917vw;
    padding: 0.20833vw 0.52083vw; } }

.related-posts {
  padding: 100px 245px;
  background-color: #f8f9fb; }
  @media screen and (max-width: 1650px) {
    .related-posts {
      padding: 100px; } }
  @media screen and (max-width: 1440px) {
    .related-posts {
      padding: 64px 48px; } }
  @media screen and (max-width: 991px) {
    .related-posts {
      padding: 48px 24px; } }

.related-posts__section-title {
  margin-bottom: 50px; }
  @media screen and (max-width: 1280px) {
    .related-posts__section-title {
      margin-bottom: 32px; } }
  @media screen and (max-width: 991px) {
    .related-posts__section-title {
      margin-bottom: 24px; } }

.related-posts__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px; }
  @media screen and (max-width: 1280px) {
    .related-posts__items {
      grid-gap: 24px; } }
  @media screen and (max-width: 1280px) {
    .related-posts__items {
      grid-gap: 24px; } }
  @media screen and (max-width: 1024px) {
    .related-posts__items {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 640px) {
    .related-posts__items {
      grid-template-columns: 1fr; } }

@media screen and (min-width: 1921px) {
  .related-posts {
    padding: 5.20833vw 12.76042vw; }
  .related-posts__section-title {
    margin-bottom: 2.60417vw; }
  .related-posts__items {
    grid-gap: 1.66667vw; } }

.post__card {
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column; }
  @media screen and (max-width: 991px) {
    .post__card {
      max-width: 100%; } }

.post__card-cat {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  padding: 5px 14px;
  text-transform: uppercase; }
  @media screen and (max-width: 991px) {
    .post__card-cat {
      top: 16px;
      left: 16px; } }

.post__card-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px; }

.post__card-text {
  padding: 15px 20px 20px;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media screen and (max-width: 600px) {
    .post__card-text {
      height: unset; } }

.post__card-content {
  margin-top: auto; }

.post__card-title {
  margin-bottom: 16px; }

.post__card-paragraph {
  margin-bottom: 16px; }

@media screen and (min-width: 1921px) {
  .post__card {
    border-radius: 0.41667vw; }
  .post__card-cat {
    top: 1.04167vw;
    left: 1.04167vw;
    padding: 0.26042vw 0.72917vw; }
  .post__card-img img {
    border-top-left-radius: 0.41667vw;
    border-top-right-radius: 0.41667vw; }
  .post__card-text {
    padding: 0.78125vw 1.04167vw 1.04167vw; }
  .post__card-title {
    margin-bottom: 0.83333vw; }
  .post__card-paragraph {
    margin-bottom: 0.83333vw; } }

