@import url(https://fonts.googleapis.com/css?family=Manrope:200,300,regular,500,600,700,800);

@font-face {
  font-family: "Akzidenz-Grotesk";
  src: url("../fonts/AkzidenzGroteskPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

:root {
  --black-color: #1e1e1e;
  --dark-blue: #00438e;
  --blue: #4989d1;
  --gray: #dde3ea;
  --biruse: #2dc4d2;
  --white: #ffffff;
  --dark-blue-gradient: linear-gradient(107deg, rgba(73, 137, 209, 0.38) 11.55%, rgba(168, 233, 239, 0) 70.27%);
  --biruse-gradient: linear-gradient(107deg, rgba(255, 255, 255, 0.38) 11.55%, rgba(168, 233, 239, 0) 70.27%);
  --gray-gradient: linear-gradient(107deg, rgba(237, 237, 237, 0.38) 11.55%, #f5f5f5 70.27%);
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Manrope";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Manrope";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: var(--black-color);
  line-height: 1.2;
}

body._lock {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #f6f8f9;
}

._container {
  max-width: 1374px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 1386px) {
  ._container {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  ._container {
    padding: 0 15px;
  }
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.tabs-block-js {
  display: none;
  transition: all 0.3s ease 0s;
}

.tabs-block-js._active {
  display: block;
}

.ui-input.invalid .ui-input__error {
  display: block;
}

.ui-input label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}

.ui-input input,
.ui-input textarea {
  border: 1px solid var(--gray);
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  background: white;
  font-size: 16px;
}

.ui-input input:focus,
.ui-input textarea:focus {
  border-color: var(--blue);
}

.ui-input input {
  height: 56px;
  padding: 8px 16px;
}

.ui-input input::placeholder {
  color: #a5a5a5;
}

.ui-input textarea {
  height: 120px;
  resize: none;
  padding: 15px 10px;
}

.ui-input.invalid input,
.ui-input.invalid textarea {
  border-color: red;
}

.ui-input__error {
  display: none;
  color: red;
  font-size: 13px;
  margin-top: 3px;
}

.ui-text {
  line-height: 1.5;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.ui-text h2,
.ui-text h3,
.ui-text h4,
.ui-text h5,
.ui-text h6 {
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.24;
  color: var(--dark-blue);
}

.ui-text h2 {
  font-size: 53px;
}

@media (max-width: 767.98px) {
  .ui-text h2 {
    font-size: 32px;
  }
}

.ui-text h3 {
  font-size: 32px;
}

@media (max-width: 767.98px) {
  .ui-text h3 {
    font-size: 24px;
  }
}

.ui-text h4 {
  font-size: 16px;
}

.ui-text h5 {
  font-size: 15px;
}

.ui-text h6 {
  font-size: 14px;
}

.ui-text p {
  margin-bottom: 30px;
}

@media (max-width: 479.98px) {
  .ui-text p {
    margin-bottom: 20px;
  }
}

.ui-text ol {
  margin-left: 20px;
}

.ui-text li {
  margin-bottom: 4px;
}

.ui-text ul>li {
  display: flex;
}

.ui-text ul>li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  background-color: var(--black-color);
  height: 5px;
  width: 5px;
  position: relative;
  flex-shrink: 0;
  top: 10px;
}

.ui-text a {
  color: var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  transition: 0.4s;
}

.ui-text a:hover {
  border-color: transparent;
}

.ui-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.ui-text>p,
.ui-text>ul,
.ui-text>ol,
.ui-text>img,
.ui-text>div,
.ui-text>blockquote,
.ui-text>table {
  margin-bottom: 20px;
}

.ui-text>*:last-child {
  margin-bottom: 0;
}

.ui-text blockquote {
  display: block;
  font-weight: 700;
  padding-left: 7px;
  border-left: 3px solid red;
}

.ui-text table {
  overflow-x: auto;
  font-family: Poppins;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 15px;
}

.ui-text table th,
.ui-text table td {
  padding: 0.8em 1.41575em;
}

.ui-text table th {
  background: #111;
  color: #fff;
  text-align: left;
  vertical-align: middle;
}

.ui-text table td {
  background: #f8f8f8;
}

.ui-text table tr:nth-child(2n) td {
  background: none;
}

@keyframes progress-bar {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  to {
    left: 100%;
    right: -90%;
  }
}

@keyframes progress-bar-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  to {
    left: 107%;
    right: -8%;
  }
}

.progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 10px;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #ffe6e6;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.progress-bar.active {
  opacity: 1;
  visibility: visible;
}

.progress-bar__indeterminate:before,
.progress-bar__indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: progress-bar 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  background: var(--blue);
}

.progress-bar__indeterminate:after {
  animation: progress-bar-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

._btn {
  width: fit-content;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border-radius: 0px 0px 24px 0px;
  background: var(--dark-blue);
  height: 48px;
  padding: 0px 32px;
  font-weight: 700;
  letter-spacing: -0.64px;
  color: var(--white);
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  ._btn:hover {
    background: var(--biruse);
  }
}

@media (max-width: 767.98px) {
  ._btn {
    padding: 0px 16px;
  }
}

._btn._biruse {
  background: var(--biruse);
}

@media (any-hover: hover) {
  ._btn._biruse:hover {
    background: var(--blue);
  }
}

._btn._blue {
  background: var(--blue);
}

@media (any-hover: hover) {
  ._btn._blue:hover {
    background: var(--biruse);
  }
}

@media (any-hover: hover) {
  ._btn._hover-w:hover {
    background: var(--white);
    color: var(--dark-blue);
  }
}

@media (any-hover: hover) {
  ._btn._hover-b:hover {
    background: var(--blue);
  }
}

.h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  color: var(--dark-blue);
  letter-spacing: -1.12px;
}

@media (max-width: 767.98px) {
  .h2 {
    font-size: 32px;
  }
}

.h3 {
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.64px;
}

.breadcrumbs span {
  display: flex;
  align-items: center;
}

.breadcrumbs span>span {
  margin-right: 16px;
}

.breadcrumbs span>span:last-child::after {
  display: none;
}

.breadcrumbs span>span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 0px 0px 8px 0px;
  display: block;
  margin-left: 16px;
}

.breadcrumbs a {
  color: var(--white);
  opacity: 0.5;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .breadcrumbs a:hover {
    color: var(--dark-blue);
  }
}

.pagination .prev,
.pagination .next {
  background: none !important;
  transition: all 0.1s ease 0s;
}

@media (any-hover: hover) {

  .pagination .prev:hover,
  .pagination .next:hover {
    transform: scale(1.1);
  }
}

.pagination .prev::before,
.pagination .next::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22Z' fill='%2300438E'/%3E%3Cpath d='M7.97 11.47L10.97 8.47C11.26 8.18 11.74 8.18 12.03 8.47C12.32 8.76 12.32 9.24 12.03 9.53L10.31 11.25H15.5C15.91 11.25 16.25 11.59 16.25 12C16.25 12.41 15.91 12.75 15.5 12.75H10.31L12.03 14.47C12.32 14.76 12.32 15.24 12.03 15.53C11.88 15.68 11.69 15.75 11.5 15.75C11.31 15.75 11.12 15.68 10.97 15.53L7.97 12.53C7.68 12.24 7.68 11.76 7.97 11.47Z' fill='%2300438E'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

@media (max-width: 767.98px) {

  .pagination .prev,
  .pagination .next {
    display: none;
  }
}

.nav-links {
  display: flex;
  grid-gap: 8px;
  justify-content: center;
  align-items: center;
}

.page-numbers {
  border-radius: 30px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  background: var(--white);
  font-weight: 700;
  transition: all 0.3s ease 0s;
  color: var(--dark-blue);
}

@media (any-hover: hover) {
  .page-numbers:hover {
    color: var(--white);
    background: var(--dark-blue);
  }
}

.page-numbers.current {
  color: var(--white);
  background: var(--dark-blue);
  pointer-events: none;
}

.next::before {
  transform: rotate(180deg);
}

._more-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}

._more-ttl a {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  line-height: 1;
  align-items: center;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  ._more-ttl a:hover {
    color: var(--blue);
  }
}

._more-ttl a::before {
  width: 24px;
  height: 24px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' fill='%2300438E'/%3E%3Cpath d='M16.748 7H11.918C11.508 7 11.168 7.34 11.168 7.75C11.168 8.16 11.508 8.5 11.918 8.5H14.938L7.21805 16.22C6.92805 16.51 6.92805 16.99 7.21805 17.28C7.36805 17.43 7.55805 17.5 7.74805 17.5C7.93805 17.5 8.12805 17.43 8.27805 17.28L15.998 9.56V12.58C15.998 12.99 16.338 13.33 16.748 13.33C17.158 13.33 17.498 12.99 17.498 12.58V7.75C17.498 7.34 17.158 7 16.748 7Z' fill='%2300438E'/%3E%3C/svg%3E");
}

._more-ttl::before {
  display: none;
}

@media (max-width: 991.98px) {
  ._more-ttl {
    display: grid;
    grid-gap: 20px;
  }

  ._more-ttl::before {
    content: url(../img/icons/touch.svg);
    width: 24px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: swipe 1.5s ease infinite;
  }
}

@keyframes swipe {
  0% {
    right: 0;
  }

  100% {
    right: 20px;
    opacity: 0;
  }
}

.slider-nav {
  width: fit-content;
  display: flex;
  gap: 8px;
}

.slider-nav__prev,
.slider-nav__next {
  color: var(--dark-blue);
  width: 88px;
  height: 48px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.slider-nav__prev.swiper-button-disabled,
.slider-nav__next.swiper-button-disabled {
  color: var(--gray);
  pointer-events: none;
}

.slider-nav__prev svg,
.slider-nav__next svg {
  width: 100%;
  height: 100%;
}

.slider-nav__next {
  transform: rotate(180deg);
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }

  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}

.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}

.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}

.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}

.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}

.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}

@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}

.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}

@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}

:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}

.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

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

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image>.fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image>.fancybox__content>picture>img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content>.f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content>.f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content>.f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content>.f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide>.f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

/**
 * 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 {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

.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-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  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 {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  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: "";
  flex-shrink: 0;
  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 {
  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 {
  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: 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-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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 {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

  100% {
    transform: rotate(360deg);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  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: 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: 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%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  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;
  transition: 0.3s opacity;
  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 {
  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: 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;
  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: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  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: 0.2s transform, 0.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: 0.2s transform, 0.2s left;
}

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

.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%;
  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: 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;
  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: 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;
  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 {
  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 {
  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;
  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-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;
  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;
  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;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background: rgba(26, 117, 187, 0.5098039216);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background: white;
  border-radius: 20px;
  padding: 60px;
  max-width: 600px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .popup__body {
    padding: 50px;
  }
}

@media (max-width: 767.98px) {
  .popup__body {
    padding: 30px;
  }
}

.popup__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  background: white;
  box-shadow: 0px 4px 75px 0px rgba(0, 67, 142, 0.05);
  position: fixed;
  left: 0;
  z-index: 5;
  right: 0;
}

@media (max-width: 991.98px) {
  .header {
    background: var(--gray);
    box-shadow: none;
    padding: 10px 0;
  }
}

.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  z-index: 6;
  height: 48px;
}

.header__logo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .header__logo {
    height: 35px;
  }
}

.header__menu ul {
  display: flex;
  grid-gap: 48px;
}

@media (max-width: 1386px) {
  .header__menu ul {
    grid-gap: 30px;
  }
}

.header__menu ul li.current-menu-item a {
  color: var(--dark-blue);
  font-weight: 700;
  border-color: var(--blue);
}

.header__menu ul li a {
  letter-spacing: -0.32px;
  color: var(--blue);
  display: block;
  padding: 20px 0px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .header__menu ul li a:hover {
    color: var(--dark-blue);
    border-color: var(--blue);
  }
}

@media (max-width: 991.98px) {
  .header__menu {
    position: fixed;
    inset: 0;
    background: var(--blue);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 5;
  }

  .header__menu.open {
    visibility: visible;
    opacity: 1;
  }

  .header__menu ul {
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    grid-gap: 32px;
    text-align: center;
  }

  .header__menu ul li a {
    font-size: 18px;
    font-weight: 800;
    padding: 0;
    white-space: nowrap;
    color: white;
  }
}

.header__close {
  display: none;
}

@media (max-width: 991.98px) {
  .header__btn {
    display: none;
  }
}

.header__btn._mob {
  display: none;
}

@media (max-width: 991.98px) {
  .header__btn._mob {
    display: flex;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .header__btn._mob {
    left: 16px;
    transform: none;
    right: 16px;
    width: auto;
  }
}

.burger-menu {
  display: none;
}

@media (max-width: 991.98px) {
  .burger-menu {
    display: block;
    position: relative;
    width: 21px;
    margin-left: 20px;
    height: 19px;
    cursor: pointer;
    z-index: 5;
  }

  .burger-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: var(--dark-blue);
  }

  .burger-menu span:first-child {
    top: 0px;
  }

  .burger-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .burger-menu._active span {
    transform: scale(0);
  }

  .burger-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .burger-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 2px);
  }
}

@media (max-width: 767.98px) {
  .burger-menu {
    height: 17px;
  }
}

.footer {
  background: var(--dark-blue);
  color: white;
  padding: 32px 0 24px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer__top {
    margin-bottom: 40px;
  }
}

.footer__logo {
  height: 27px;
  flex-shrink: 0;
}

.footer__logo img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .footer__menu {
    display: none;
  }
}

.footer__menu ul {
  display: flex;
  gap: 24px;
}

.footer__menu ul li a {
  color: white;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .footer__menu ul li a:hover {
    color: var(--biruse);
  }
}

.footer__center {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 35px;
  border-top: 1px solid #084d9b;
  border-bottom: 1px solid #084d9b;
}

@media (max-width: 767.98px) {
  .footer__center {
    border-top: none;
    padding: 0 0 25px 0;
    display: grid;
    grid-gap: 24px;
  }
}

.footer__company {
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .footer__company {
    order: 3;
  }
}

.footer__contacts {
  display: flex;
  gap: 40px;
}

@media (max-width: 767.98px) {
  .footer__contacts {
    order: 1;
    gap: 38px;
  }
}

.footer__contacts svg {
  width: 16px;
  height: 16px;
}

.footer__contacts a {
  color: white;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}

@media (any-hover: hover) {
  .footer__contacts a:hover {
    color: var(--biruse);
  }
}

@media (max-width: 767.98px) {
  .footer__address {
    order: 2;
  }
}

.footer__bottom {
  flex-wrap: wrap;
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  grid-gap: 16px;
}

@media (max-width: 767.98px) {
  .footer__bottom {
    margin-top: 25px;
  }
}

.footer__bottom a {
  opacity: 0.4;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .footer__bottom a:hover {
    opacity: 1;
    color: var(--biruse);
  }
}

.footer__bottom a:first-child {
  margin-right: auto;
}

.page {
  padding-top: 61px;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .page {
    padding-top: 68px;
  }
}

@media (max-width: 767.98px) {
  .page {
    padding-top: 55px;
  }
}

.main-faq {
  margin: 80px 0;
}

.main-faq__wrapper {
  display: grid;
  grid-template-columns: 1fr 60%;
  border-radius: 0px 0px 72px 0px;
  grid-gap: 30px;
  background: var(--white);
  padding: 64px;
}

@media (max-width: 1386px) {
  .main-faq__wrapper {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .main-faq__wrapper {
    margin: 0 -15px;
    padding: 32px 16px;
    border-radius: 0;
    grid-template-columns: 1fr;
  }
}

.main-faq__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 991.98px) {
  .main-faq__ttl br {
    display: none;
  }
}

.main-faq__btn {
  color: var(--dark-blue);
  display: flex;
  gap: 8px;
  font-weight: 600;
}

.main-faq__btn svg {
  width: 24px;
  height: 24px;
}

.main-products__ttl {
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  .main-products__ttl {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
  }

  .main-products__ttl::after {
    content: url(../img/icons/touch.svg);
    width: 24px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    animation: swipe 1.5s ease infinite;
  }
}

@media (max-width: 991.98px) {
  .main-products-slider {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

@media (min-width: 1386px) {
  .main-products-slider__wrapper {
    grid-gap: 32px 40px;
  }
}

@media (min-width: 991.98px) {
  .main-products-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}

.main-products-slider__slide {
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.6s ease 0s;
}

.main-products-slider__slide:nth-child(n+4) {
  transform: translateX(50%);
}

.main-products-slider__slide._active {
  opacity: 1;
  transform: translateX(0);
}

.main-articles-slider {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .main-articles-slider {
    margin: 0 -15px;
    padding: 0 15px;
  }

  .main-articles-slider::before {
    content: url(../img/icons/touch.svg);
    width: 24px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    animation: swipe 1.5s ease infinite;
    margin-left: auto;
  }
}

@media (min-width: 991.98px) {
  .main-articles-slider__wrapper {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.main-articles-slider__slide {
  height: auto;
  transform: translateY(-100%);
  transition: all 0.5s ease 0s;
}

.main-articles-slider__slide._active {
  transform: translateY(0);
}

.main-articles-slider__slide:nth-child(2) {
  transition-delay: 0.02s;
}

.main-articles-slider__slide:nth-child(3) {
  transition-delay: 0.05s;
}

@media (min-width: 991.98px) {
  .main-articles-slider__slide .article-card-big {
    padding: 48px 40px;
  }
}

@media (max-width: 991.98px) {
  .main-articles-slider__slide .article-card-big {
    min-height: 100%;
  }
}

.main-articles-slider__slide .article-card-big__content {
  max-width: 390px;
}

@media (min-width: 991.98px) {
  .main-articles-slider__slide .article-card-big__read {
    margin-top: 16px;
  }
}

.main-articles-slider__slide .article-card-big__bg {
  display: none;
}

@media (min-width: 991.98px) {
  .main-articles-slider__slide:first-child .article-card-big {
    padding: 48px;
  }
}

@media (min-width: 991.98px) {
  .main-articles-slider__slide:first-child .article-card-big__bg {
    display: block;
  }
}

.main-banner {
  margin-top: 109px;
  margin-bottom: 120px;
}

@media (max-width: 991.98px) {
  .main-banner {
    margin: 40px 0;
  }
}

@media (max-width: 479.98px) {
  .main-banner {
    margin: 30px 0;
  }
}

.main-banner__wrapper {
  display: grid;
  grid-template-columns: 550px 1fr;
}

@media (max-width: 1386px) {
  .main-banner__wrapper {
    grid-template-columns: 450px 1fr;
  }
}

@media (max-width: 991.98px) {
  .main-banner__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.main-banner__ttl {
  font-size: 88px;
  font-weight: 800;
  margin-bottom: 30px;
}

@media (max-width: 1386px) {
  .main-banner__ttl {
    font-size: 70px;
  }
}

@media (max-width: 767.98px) {
  .main-banner__ttl {
    font-size: 56px;
    margin-bottom: 16px;
  }
}

.main-banner__ttl span {
  display: flex;
  align-items: flex-start;
  grid-gap: 20px;
  line-height: 81%;
  /* 81.818% */
  letter-spacing: -4.4px;
  opacity: 0;
  transition: all 1s ease 0s;
}

.main-banner__ttl span._active {
  opacity: 1;
}

.main-banner__ttl span svg {
  width: 88px;
  height: 88px;
  position: relative;
  top: -15px;
}

@media (max-width: 1386px) {
  .main-banner__ttl span svg {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .main-banner__ttl span svg {
    width: 56px;
    height: 56px;
  }
}

.main-banner__ttl span:nth-child(1) {
  opacity: 0.5;
  color: var(--blue);
  transition-delay: 0.1s;
  margin-bottom: -8px;
}

.main-banner__ttl span:nth-child(1)._active {
  opacity: 1;
}

.main-banner__ttl span:nth-child(2) {
  color: var(--dark-blue);
  transition-delay: 0.3s;
}

.main-banner__ttl span:nth-child(3) {
  color: var(--blue);
  transition-delay: 0.7s;
}

.main-banner__desk {
  margin-bottom: 100px;
  opacity: 0;
  line-height: 177%;
  transition: all 0.6s ease 0s;
  transition-delay: 1.2s;
}

.main-banner__desk._active {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .main-banner__desk {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-banner__desk {
    font-size: 14px;
  }
}

.main-banner__btns {
  display: flex;
  grid-gap: 16px;
  opacity: 0;
  transition: all 0.6s ease 0s;
  transition-delay: 1.2s;
}

.main-banner__btns._active {
  opacity: 1;
}

.main-banner__imgs {
  padding-bottom: 60%;
}

.main-banner__imgs img {
  object-fit: contain;
}

.main-banner__imgs img:nth-child(1) {
  left: -25%;
  top: -20px;
  transform: scale(0.7);
  filter: blur(2px);
  animation: blurBack 2s linear infinite;
  animation-iteration-count: 1;
}

.main-banner__imgs img:nth-child(2) {
  right: -30%;
  left: auto;
  top: 10px;
  z-index: 2;
  transform: scale(0.7);
  filter: blur(2px);
  animation: blurBack 2s linear infinite;
  animation-iteration-count: 1;
}

.main-banner__imgs img:nth-child(3) {
  z-index: 2;
  animation: blur 2s linear infinite;
  animation-iteration-count: 1;
}

.main-banner__imgs img:nth-child(4) {
  top: -25%;
  left: auto;
  right: -10%;
  z-index: 0;
  transform: scale(0.7);
  filter: blur(2px);
  animation: blurBack 2s linear infinite;
  animation-iteration-count: 1;
}

@keyframes blurBack {
  0% {
    filter: blur(12px);
  }

  40% {
    filter: blur(3.5px);
  }

  70% {
    filter: blur(0px);
  }

  100% {
    filter: blur(2px);
  }
}

@keyframes blur {
  0% {
    filter: blur(12px);
  }

  40% {
    filter: blur(3.5px);
  }

  70% {
    filter: blur(0px);
  }

  100% {
    filter: blur(0px);
  }
}

.main-order {
  display: none;
}

@media (max-width: 767.98px) {
  .main-order {
    display: block;
  }
}

.article-card {
  border-radius: 24px 0px;
  background: var(--white);
  padding: 32px 32px 40px 32px;
  color: var(--dark-blue);
  min-height: 304px;
  display: grid;
  height: 100%;
  grid-gap: 30px;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .article-card {
    border: 1px solid var(--gray);
    padding: 24px;
  }
}

@media (max-width: 767.98px) {
  .article-card {
    min-height: 233px;
  }
}

@media (any-hover: hover) {
  .article-card:hover {
    background: var(--biruse);
    color: var(--white);
    border-radius: 0px 40px 0px 0px;
  }

  .article-card:hover .article-card__tags span {
    color: var(--white);
    background: rgba(0, 57, 132, 0.3019607843);
  }
}

.article-card__top {
  display: flex;
  gap: 10px;
}

.article-card__top svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.article-card__ttl {
  font-size: 20px;
  letter-spacing: -0.4px;
  font-weight: 600;
  line-height: 120%;
}

.article-card__tags {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.article-card__tags span {
  transition: all 0.3s ease 0s;
  font-size: 14px;
  display: block;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 8px;
  border-radius: 23px;
  background: var(--gray);
}

.article-card-big {
  overflow: hidden;
  border-radius: 0px 0px 48px 0px;
  background: var(--biruse);
  padding: 48px;
  min-height: 400px;
  color: var(--white);
  position: relative;
  display: block;
  height: 100%;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .article-card-big {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .article-card-big {
    padding: 16px;
    min-height: 100%;
  }
}

.article-card-big.blue {
  background: var(--blue);
}

.article-card-big.darkblue {
  background: var(--dark-blue);
}

.article-card-big.darkblue .article-card-big__bg {
  background: var(--dark-blue-gradient);
}

.article-card-big.white {
  background: var(--white);
  color: var(--dark-blue);
}

.article-card-big.white .article-card-big__bg {
  background: var(--gray-gradient);
}

.article-card-big__bg {
  position: absolute;
  background: var(--biruse-gradient);
  width: 845px;
  height: 845px;
  border-radius: 50%;
  left: 124px;
  top: 179px;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .article-card-big__bg {
    display: none;
  }
}

.article-card-big__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.article-card-big__ttl {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .article-card-big__ttl {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .article-card-big__ttl {
    font-size: 18px;
  }
}

.article-card-big__desk {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .article-card-big__desk {
    font-size: 14px;
  }
}

.article-card-big__author,
.article-card-big__journal {
  font-size: 14px;
}

.article-card-big__journal {
  margin-bottom: auto;
}

.article-card-big__read {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  margin-top: auto;
}

.article-card-big__read svg {
  width: 24px;
  height: 24px;
}

.archive-articles {
  margin-top: 47px;
  margin-bottom: 110px;
}

@media (max-width: 991.98px) {
  .archive-articles {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}

.archive-articles__tags {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--gray);
}

.archive-articles__tags a {
  padding: 16px 0;
  display: block;
  border-bottom: 2px solid transparent;
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .archive-articles__tags a:hover {
    border-color: var(--blue);
  }
}

.archive-articles__tags a._active {
  font-weight: 700;
  border-color: var(--blue);
}

@media (max-width: 991.98px) {
  .archive-articles__tags {
    display: none;
  }
}

.archive-articles__items {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1386px) {
  .archive-articles__items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .archive-articles__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .archive-articles__items {
    grid-gap: 8px;
    grid-template-columns: 1fr;
  }
}

.archive-articles__away {
  grid-column-start: 1;
  grid-column-end: 5;
  margin: 16px 0;
}

@media (max-width: 1386px) {
  .archive-articles__away {
    grid-column-end: 4;
  }
}

@media (max-width: 991.98px) {
  .archive-articles__away {
    grid-column-end: 3;
  }
}

@media (max-width: 767.98px) {
  .archive-articles__away {
    grid-column-end: 2;
  }
}

.archive-articles__pagination {
  margin-top: 40px;
}

.single-article-header {
  margin-top: 32px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .single-article-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .single-article-header {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

.single-article-header__wrapper {
  background: var(--dark-blue);
  border-radius: 0px 0px 48px 0px;
  padding: 48px 75px 64px;
  display: grid;
  grid-template-columns: 55% 1fr;
  grid-gap: 30px;
}

@media (max-width: 1386px) {
  .single-article-header__wrapper {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .single-article-header__wrapper {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .single-article-header__wrapper {
    border-radius: 0;
    margin: 0 -15px;
    grid-template-columns: 1fr;
  }
}

.single-article-header__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 767.98px) {
  .single-article-header__content {
    grid-gap: 50px;
  }
}

.single-article-header__back {
  font-weight: 600;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 767.98px) {
  .single-article-header__back {
    display: none;
  }
}

.single-article-header__back svg {
  width: 24px;
  height: 24px;
}

.single-article-header__ttl {
  color: var(--white);
}

@media (max-width: 1386px) {
  .single-article-header__ttl {
    font-size: 46px;
  }
}

@media (max-width: 991.98px) {
  .single-article-header__ttl {
    font-size: 32px;
  }
}

.single-article-header__tags {
  margin-top: auto;
  display: flex;
  gap: 8px;
  height: fit-content;
  flex-wrap: wrap;
  width: 300px;
}

.single-article-header__tags a {
  color: var(--white);
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.2);
}

.single-article-header__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .single-article-header__img {
    display: none;
  }
}

.single-article {
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .single-article {
    margin-bottom: 48px;
  }
}

.single-article__wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 134px;
}

@media (max-width: 1386px) {
  .single-article__wrapper {
    grid-gap: 60px;
  }
}

@media (max-width: 991.98px) {
  .single-article__wrapper {
    grid-gap: 30px;
    grid-template-columns: 260px 1fr;
  }
}

@media (max-width: 767.98px) {
  .single-article__wrapper {
    grid-template-columns: 1fr;
  }
}

.single-article__nav {
  border-radius: 0px 0px 32px 0px;
  background: var(--dark-blue);
  height: fit-content;
  padding: 24px;
  position: sticky;
  top: 85px;
  color: var(--white);
}

@media (max-width: 991.98px) {
  .single-article__nav {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  .single-article__nav {
    display: none;
  }
}

.single-article__nav ul {
  display: grid;
  grid-gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.185);
}

.single-article__nav ul li a {
  font-size: 14px;
  color: var(--white);
}

.single-article__share {
  display: none;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 27px;
}

@media (max-width: 767.98px) {
  .single-article__share {
    display: block;
  }
}

.single-article__time {
  font-size: 18px;
  color: var(--dark-blue);
  letter-spacing: -0.36px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 36px;
}

@media (max-width: 767.98px) {
  .single-article__time {
    display: none;
  }
}

.single-article__time::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2300438E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 6V12L16 14' stroke='%2300438E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: block;
}

.single-article__content-wrap {
  display: grid;
  grid-gap: 48px;
}

.single-article__excerpt {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.96px;
  line-height: 133%;
}

@media (max-width: 991.98px) {
  .single-article__excerpt {
    font-size: 18px;
  }
}

.single-article__media a {
  padding-bottom: 50%;
  display: block;
}

.single-article__media a svg {
  position: absolute;
}

.single-article__media a._video {
  color: var(--biruse);
}

@media (any-hover: hover) {
  .single-article__media a._video:hover {
    color: var(--dark-blue);
  }

  .single-article__media a._video:hover svg {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.single-article__media a._video svg {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .single-article__media a._video svg {
    width: 68px;
    height: 68px;
  }
}

.single-article__img-ttl {
  font-size: 12px;
  opacity: 0.4;
  margin-top: 8px;
}

.single-article__note {
  display: flex;
  gap: 40px;
}

.single-article__note::before {
  content: "";
  display: block;
  height: 100%;
  width: 3px;
  flex-shrink: 0;
  background: var(--biruse);
}

@media (max-width: 991.98px) {
  .single-article__note {
    grid-gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .single-article__note {
    grid-gap: 16px;
  }
}

.single-article__note-txt {
  opacity: 0.4;
  line-height: 150%;
}

.single-article__matherials {
  padding: 24px 0;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

.single-article__matherials p,
.single-article__matherials ul,
.single-article__matherials ol {
  opacity: 0.4;
}

.single-article__tags {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.single-article__tags a {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark-blue);
  background: var(--gray);
  border-radius: 38px;
  padding: 8px 24px;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .single-article__tags a:hover {
    background: darkblue;
    color: var(--white);
  }
}

.single-article__product {
  margin-top: 80px;
}

.single-article__product .product-card__btn {
  width: 190px;
}

@media (max-width: 767.98px) {
  .single-article__product .product-card__btn {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .single-article__product {
    margin-top: 40px;
  }
}

.share__ttl {
  font-size: 14px;
  padding-bottom: 16px;
}

.share__items {
  display: flex;
  gap: 16px;
}

.share__items img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.share__items a {
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .share__items a:hover {
    transform: scale(1.05);
  }
}

.single-quote__txt {
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.64px;
  position: relative;
}

.single-quote__txt span {
  font-size: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  padding: 0 50px;
  display: block;
  color: var(--dark-blue);
}

@media (max-width: 991.98px) {
  .single-quote__txt span {
    font-size: 20px;
  }
}

.single-quote__txt::before,
.single-quote__txt::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 52 52' fill='none'%3E%3Cpath d='M39.896 14.2375L39.192 19.2535C37.784 19.1362 36.64 19.3708 35.76 19.9575C34.88 20.5148 34.264 21.3362 33.912 22.4215C33.5893 23.4775 33.5307 24.7095 33.736 26.1175H39.896V38.0855H27.928V26.1175C27.928 21.8935 28.9107 18.6962 30.876 16.5255C32.8413 14.3255 35.848 13.5628 39.896 14.2375ZM23.968 14.2375L23.264 19.2535C21.856 19.1362 20.712 19.3708 19.832 19.9575C18.952 20.5148 18.336 21.3362 17.984 22.4215C17.6613 23.4775 17.6027 24.7095 17.808 26.1175H23.968V38.0855H12V26.1175C12 21.8935 12.9827 18.6962 14.948 16.5255C16.9133 14.3255 19.92 13.5628 23.968 14.2375Z' fill='%232DC4D2'/%3E%3C/svg%3E");
  width: 52px;
  height: 52px;
  display: block;
}

@media (max-width: 991.98px) {

  .single-quote__txt::before,
  .single-quote__txt::after {
    width: 30px;
    height: 30px;
  }
}

.single-quote__txt::before {
  left: 0;
  top: -15px;
}

.single-quote__txt::after {
  right: 0;
  bottom: -15px;
  transform: rotate(180deg);
}

.single-quote__bottom {
  margin-top: 32px;
  position: relative;
}

.single-quote__bottom::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: var(--biruse);
  display: block;
  top: 50%;
  z-index: 0;
}

.single-quote__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  width: fit-content;
  background: #f6f8f9;
  padding: 0px 80px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .single-quote__content {
    padding: 0px 30px;
  }
}

.single-quote__img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--white);
}

@media (max-width: 991.98px) {
  .single-quote__img {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .single-quote__img {
    width: 60px;
    height: 60px;
  }
}

.single-quote__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-quote__name {
  font-size: 20px;
  color: var(--biruse);
  font-weight: 600;
}

.single-quote__name div {
  color: var(--black-color);
  font-size: 14px;
}

.certificate-card {
  border-radius: 20px 0px;
  background: var(--white);
  padding: 32px;
  display: grid;
  grid-gap: 24px;
  color: var(--dark-blue);
}

@media (any-hover: hover) {
  .certificate-card:hover .certificate-card__btn {
    background: var(--biruse);
  }
}

.certificate-card__ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.certificate-card__subttl {
  font-size: 14px;
}

.certificate-card__btn {
  max-width: 248px;
  width: 100%;
}

.archive-certificates {
  margin-top: 64px;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .archive-certificates {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

.archive-certificates__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media (max-width: 1386px) {
  .archive-certificates__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .archive-certificates__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .archive-certificates__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}

.faq {
  margin-top: 70px;
  margin-bottom: 140px;
}

@media (max-width: 991.98px) {
  .faq {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}

.faq__wrapper {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 65%;
}

@media (max-width: 991.98px) {
  .faq__wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .faq__ttl {
    display: none;
  }
}

.faq-items {
  display: grid;
  grid-gap: 24px;
}

.faq-item__question {
  cursor: pointer;
  font-size: 20px;
  color: var(--dark-blue);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 40px;
}

.faq-item__question._active::after {
  transform: rotate(180deg);
}

.faq-item__question::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2Z' fill='%23004A98'/%3E%3Cpath d='M12 8.98996C11.81 8.98996 11.62 9.05996 11.47 9.20996L7.93997 12.74C7.64997 13.03 7.64997 13.51 7.93997 13.8C8.22997 14.09 8.70997 14.09 8.99997 13.8L12 10.8L15 13.8C15.29 14.09 15.77 14.09 16.06 13.8C16.35 13.51 16.35 13.03 16.06 12.74L12.53 9.20996C12.38 9.05996 12.19 8.98996 12 8.98996Z' fill='%23004A98'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: block;
  transition: all 0.3s ease 0s;
}

.faq-item__answer {
  padding-top: 16px;
  max-width: 780px;
  letter-spacing: -0.32px;
  line-height: 150%;
}

@media (max-width: 767.98px) {
  .faq-item__answer {
    font-size: 14px;
    line-height: 130%;
  }
}

.contacts {
  margin-top: 40px;
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {
  .contacts {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
  }
}

.contacts__container {
  position: relative;
}

.contacts__wrapper {
  position: relative;
}

.contacts__wrapper a {
  color: var(--white);
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .contacts__wrapper a:hover {
    color: var(--biruse);
  }
}

.contacts__nav {
  background: var(--dark-blue);
  color: var(--white);
  padding: 32px 32px 0;
  max-width: 460px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 2;
  position: relative;
}

@media (max-width: 767.98px) {
  .contacts__nav {
    max-width: 100%;
    margin: 0;
    padding: 32px 16px 0;
  }
}

.contacts-nav__content {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid var(--blue);
}

.contacts-nav__item {
  padding-bottom: 16px;
  letter-spacing: -0.32px;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.contacts-nav__item._active {
  font-weight: 700;
  border-color: var(--blue);
  pointer-events: none;
}

.contacts-block__content {
  background: var(--dark-blue);
  color: var(--white);
  border-radius: 0px 0px 24px 0px;
  padding: 32px 32px 56px;
  max-width: 460px;
  margin-left: auto;
  margin-right: 24px;
  z-index: 1;
  position: relative;
  top: -1px;
  display: grid;
  grid-gap: 38px;
}

@media (max-width: 767.98px) {
  .contacts-block__content {
    max-width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 32px 16px 56px;
  }
}

.contacts-block__item {
  display: grid;
  grid-gap: 8px;
}

.contacts-block__item span {
  font-size: 14px;
  letter-spacing: -0.56px;
}

.contacts-block__item span:last-child {
  opacity: 0.5;
}

.contacts-block__item a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
}

@media (max-width: 991.98px) {
  .contacts-block__item a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .contacts-block__item a {
    font-size: 18px;
  }
}

.contacts-block__map {
  z-index: 0;
  position: absolute;
  inset: 0;
  bottom: 28px;
  border-radius: 0px 0px 24px 0px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .contacts-block__map {
    position: static;
    height: 436px;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .made {
    margin: 0 -15px;
  }
}

.made__wrapper {
  background: var(--white);
  padding: 64px;
  border-radius: 0px 0px 72px 0px;
  border-top: 2px solid rgba(73, 137, 209, 0);
  border-right: 3px solid rgba(73, 137, 209, 0);
  border-left: 1px solid rgba(73, 137, 209, 0);
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 30px;
}

@media (max-width: 991.98px) {
  .made__wrapper {
    padding: 30px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .made__wrapper {
    padding: 16px 16px 43px;
  }
}

.made__ttl {
  margin-bottom: 36px;
  letter-spacing: -0.32px;
}

@media (max-width: 767.98px) {
  .made__ttl {
    margin-bottom: 25px;
  }
}

.made__txt {
  display: grid;
  grid-gap: 20px;
}

@media (max-width: 767.98px) {
  .made__txt {
    font-size: 14px;
  }
}

.made__img {
  width: 282px;
  height: 282px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 767.98px) {
  .made__img {
    width: 175px;
    height: 175px;
  }
}

.made__img img {
  width: 100%;
  height: 100%;
}

.product-card {
  background: var(--white);
  padding: 24px 32px;
  border-radius: 24px 0px;
  display: block;
  border: 1px solid var(--gray);
  height: 100%;
}

@media (max-width: 991.98px) {
  .product-card {
    padding: 16px;
  }
}

.product-card__wrapper {
  height: 100%;
  display: grid;
  grid-gap: 20px;
  align-items: center;
  grid-template-columns: 1fr 45%;
}

@media (max-width: 991.98px) {
  .product-card__wrapper {
    grid-template-columns: 1fr;
  }
}

.product-card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.88px;
  color: var(--dark-blue);
}

.product-card__subttl {
  letter-spacing: -0.32px;
  color: #a5a5a5;
  margin-bottom: 23px;
}

.product-card__info {
  display: grid;
  grid-gap: 16px;
  margin-bottom: auto;
}

@media (max-width: 991.98px) {
  .product-card__info {
    order: 2;
  }
}

.product-card__info span {
  font-size: 14px;
  display: flex;
  gap: 19px;
  color: var(--black-color);
}

.product-card__info span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' transform='matrix(-1 0 0 1 14 0)' fill='%232DC4D2'/%3E%3Ccircle cx='3.76415' cy='3.76415' r='3.76415' transform='matrix(-1 0 0 1 10.6982 3.16992)' fill='%2300545B'/%3E%3Ccircle cx='1.0566' cy='1.0566' r='1.0566' transform='matrix(-1 0 0 1 5.54688 3.16992)' fill='%23BBE3E8'/%3E%3C/svg%3E");
  position: relative;
  top: 2px;
}

@media (max-width: 767.98px) {
  .product-card__info span::before {
    top: 2px;
  }
}

.product-card__btn {
  margin-top: auto;
  width: fit-content;
  margin-top: 20px;
}

@media (max-width: 991.98px) {
  .product-card__btn {
    margin-top: 0;
    order: 1;
    margin-bottom: 23px;
    width: 100%;
  }
}

.product-card__img {
  max-width: 400px;
  min-height: 300px;
  width: 100%;
  height: 100%;
}

.product-card__img img {
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .product-card__img {
    padding-bottom: 98%;
    order: -1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.product-card-s {
  height: 100%;
  background: var(--white);
  padding: 24px 32px;
  border-radius: 24px 0px;
  display: block;
  border: 1px solid var(--gray);
  height: 100%;
}

.product-card-s__header {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1386px) {
  .product-card-s__header {
    flex-direction: column;
    align-items: start;
    gap: 23px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .product-card-s {
    padding: 16px;
  }
}

.product-card-s__wrapper {
  height: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
}

.product-card-s__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card-s__ttl {
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: -0.88px;
  color: var(--dark-blue);
}

.product-card-s__subttl {
  letter-spacing: -0.32px;
  color: #a5a5a5;
}

.product-card-s__info {
  display: grid;
  grid-gap: 16px;
  margin-bottom: auto;
}

@media (max-width: 991.98px) {
  .product-card-s__info {
    order: 2;
  }
}

.product-card-s__info span {
  font-size: 14px;
  display: flex;
  gap: 19px;
  color: var(--black-color);
}

.product-card-s__info span::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' transform='matrix(-1 0 0 1 14 0)' fill='%232DC4D2'/%3E%3Ccircle cx='3.76415' cy='3.76415' r='3.76415' transform='matrix(-1 0 0 1 10.6982 3.16992)' fill='%2300545B'/%3E%3Ccircle cx='1.0566' cy='1.0566' r='1.0566' transform='matrix(-1 0 0 1 5.54688 3.16992)' fill='%23BBE3E8'/%3E%3C/svg%3E");
  position: relative;
  top: 2px;
}

@media (max-width: 767.98px) {
  .product-card-s__info span::before {
    top: 2px;
  }
}

.product-card-s__btn {
  width: fit-content;
}

@media (max-width: 1386px) {
  .product-card-s__btn {
    width: 100%;
  }
}

.product-card-s__img {
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 100%;
}

.product-card-s__img img {
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .product-card-s__img {
    padding-bottom: 98%;
    order: -1;
    width: 80%;
  }
}

.archive-products {
  margin-top: 64px;
  margin-bottom: 88px;
}

@media (max-width: 991.98px) {
  .archive-products {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.archive-products__category {
  margin-bottom: 88px;
}

@media (max-width: 991.98px) {
  .archive-products__category {
    margin-bottom: 40px;
  }
}

.archive-products-category__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
}

@media (max-width: 991.98px) {
  .archive-products-category__top {
    display: grid;
    grid-gap: 16px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .archive-products-category__ttl {
    font-size: 25px;
  }
}

@media (max-width: 479.98px) {
  .archive-products-category__ttl {
    font-size: 18px;
  }
}

.archive-products-category__txt {
  letter-spacing: -0.32px;
  width: 50%;
  opacity: 0.5;
  line-height: 150%;
}

@media (max-width: 991.98px) {
  .archive-products-category__txt {
    width: 100%;
  }

  .archive-products-category__txt::after {
    content: url(../img/icons/touch.svg);
    width: 24px;
    height: 34px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    animation: swipe 1.5s ease infinite;
    margin-left: auto;
    margin-top: -15px;
  }
}

@media (max-width: 479.98px) {
  .archive-products-category__txt {
    font-size: 14px;
  }
}

@media (max-width: 1386px) {
  .archive-products-slider {
    margin: -15px;
    padding: 15px;
  }
}

.archive-products-slider__slide {
  height: auto;
}

.compare {
  margin-bottom: 104px;
}

@media (max-width: 991.98px) {
  .compare {
    margin-bottom: 40px;
  }
}

.compare__ttl {
  margin-bottom: 48px;
}

.compare-table {
  background: var(--white);
  border-radius: 40px 0px 0px 0px;
  font-size: 14px;
}

@media (max-width: 1386px) {
  .compare-table {
    overflow-x: scroll;
    padding-right: 0 !important;
  }
}

.compare-table::-webkit-scrollbar {
  height: 8px;
}

.compare-table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--blue);
  cursor: pointer;
}

.compare-table__header {
  display: grid;
  grid-template-columns: 218px 186px 186px 186px 186px 186px 186px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.56px;
  color: var(--dark-blue);
}

@media (max-width: 767.98px) {
  .compare-table__header {
    grid-template-columns: 168px 149px 149px 149px 149px 149px 149px;
  }
}

.compare-table__header div {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--gray);
  text-align: center;
}

.compare-table__header .blue {
  background: var(--dark-blue-gradient);
  background: linear-gradient(0deg, rgba(73, 137, 209, 0.1) 0%, rgba(73, 137, 209, 0.1) 100%), #fff;
}

.compare-table__header .biruse {
  background: linear-gradient(0deg, rgba(45, 196, 210, 0.1) 0%, rgba(45, 196, 210, 0.1) 100%), linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
}

.compare-table__clear {
  border-radius: 40px 0px 0px 0px;
  grid-row-start: 1;
  grid-row-end: 3;
}

.compare-table__name {
  grid-column-start: 2;
  grid-column-end: 6;
  text-align: center;
  background: linear-gradient(0deg, rgba(73, 137, 209, 0.1) 0%, rgba(73, 137, 209, 0.1) 100%), #fff;
}

.compare-table__name-2 {
  background: linear-gradient(0deg, rgba(45, 196, 210, 0.1) 0%, rgba(45, 196, 210, 0.1) 100%), linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
  text-align: center;
  grid-column-start: 6;
  grid-column-end: 8;
}

.compare-table__item {
  display: grid;
  grid-template-columns: 218px 186px 186px 186px 186px 186px 186px;
}

@media (max-width: 767.98px) {
  .compare-table__item {
    grid-template-columns: 168px 149px 149px 149px 149px 149px 149px;
  }
}

.compare-table__item div {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.5px solid var(--gray);
  text-align: center;
}

.compare-table__item div:first-child {
  justify-content: start;
  text-align: left;
}

.compare-table__item .check::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath opacity='0.5' d='M16.5 9C16.5 13.1421 13.1421 16.5 9 16.5C4.85786 16.5 1.5 13.1421 1.5 9C1.5 4.85786 4.85786 1.5 9 1.5C13.1421 1.5 16.5 4.85786 16.5 9Z' fill='%234989D1'/%3E%3Cpath d='M12.0227 6.72725C12.2424 6.94692 12.2424 7.30308 12.0227 7.52275L8.27275 11.2727C8.05308 11.4924 7.69692 11.4924 7.47725 11.2727L5.97725 9.77275C5.75758 9.55308 5.75758 9.19692 5.97725 8.97725C6.19692 8.75758 6.55308 8.75758 6.77275 8.97725L7.875 10.0795L9.55113 8.40338L11.2273 6.72725C11.4469 6.50758 11.8031 6.50758 12.0227 6.72725Z' fill='%234989D1'/%3E%3C/svg%3E");
}

.single-product-header {
  margin-top: 32px;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .single-product-header {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 48px;
  }
}

.single-product-header__wrapper {
  position: relative;
  background: var(--white);
  overflow: hidden;
  border-radius: 0px 0px 48px 0px;
  display: grid;
  grid-template-columns: 50% 1fr;
  padding: 48px 48px 60px 72px;
}

@media (max-width: 1386px) {
  .single-product-header__wrapper {
    padding: 48px;
  }
}

@media (max-width: 991.98px) {
  .single-product-header__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .single-product-header__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    padding: 32px 20px;
  }
}

@media (max-width: 767.98px) {
  .single-product-header__wrapper {
    padding: 32px 16px;
  }
}

.single-product-header__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.single-product-header__bg svg {
  position: absolute;
}

.single-product-header__bg svg:first-child {
  right: -120px;
  bottom: -202px;
  width: 430px;
  height: 630px;
  z-index: 1;
}

.single-product-header__bg svg:last-child {
  right: -88px;
  bottom: -155px;
  width: 430px;
  height: 630px;
  z-index: 0;
}

.single-product-header__content {
  position: relative;
  z-index: 1;
}

.single-product-header__back {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  color: var(--dark-blue);
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .single-product-header__back {
    display: none;
  }
}

.single-product-header__back svg {
  width: 24px;
  height: 24px;
}

.single-product-header__ttl {
  font-size: 56px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: -1.12px;
  color: var(--dark-blue);
}

@media (max-width: 991.98px) {
  .single-product-header__ttl {
    font-weight: 800;
    line-height: 85%;
    letter-spacing: -2.8px;
    margin-bottom: 24px;
  }
}

.single-product-header__subttl {
  margin-bottom: 32px;
}

.single-product-header__list {
  display: grid;
  grid-gap: 16px;
}

.single-product-header__list li {
  font-size: 14px;
  display: flex;
  gap: 19px;
  color: var(--black-color);
}

.single-product-header__list li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' transform='matrix(-1 0 0 1 14 0)' fill='%232DC4D2'/%3E%3Ccircle cx='3.76415' cy='3.76415' r='3.76415' transform='matrix(-1 0 0 1 10.6982 3.16992)' fill='%2300545B'/%3E%3Ccircle cx='1.0566' cy='1.0566' r='1.0566' transform='matrix(-1 0 0 1 5.54688 3.16992)' fill='%23BBE3E8'/%3E%3C/svg%3E");
}

.single-product-header__nav {
  margin-top: 32px;
  display: flex;
  grid-gap: 8px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .single-product-header__nav {
    justify-content: center;
  }
}

.single-product-header__nav a {
  font-size: 14px;
  padding: 8px 24px;
  border: 1px solid var(--gray);
  border-radius: 24px;
  color: var(--dark-blue);
  flex-shrink: 0;
}

.single-product-header__nav a.video {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--white);
}

.single-product-header__nav a.video::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10.75 6.70096C11.75 7.27831 11.75 8.72169 10.75 9.29904L4.75 12.7631C3.75 13.3405 2.5 12.6188 2.5 11.4641L2.5 4.5359C2.5 3.3812 3.75 2.65951 4.75 3.23686L10.75 6.70096Z' stroke='white'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: block;
}

.single-product-header__img {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .single-product-header__img {
    padding-bottom: 93%;
  }
}

.single-product-header__img img {
  object-fit: contain;
}

.single-product-info {
  margin: 65px 0;
}

@media (max-width: 991.98px) {
  .single-product-info {
    margin: 40px 0;
  }
}

.single-product-info__wrapper {
  display: grid;
  grid-template-columns: 1fr 67%;
  grid-gap: 16px;
}

@media (max-width: 1386px) {
  .single-product-info__wrapper {
    grid-template-columns: 1fr 77%;
  }
}

@media (max-width: 991.98px) {
  .single-product-info__wrapper {
    grid-template-columns: 100%;
  }
}

.single-product-info__img {
  padding-bottom: 97%;
  height: fit-content;
}

@media (max-width: 991.98px) {
  .single-product-info__img {
    display: none;
  }
}

.single-product-info__img img {
  object-fit: contain;
}

.product-info-tabs__nav {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid var(--gray);
  margin-bottom: 34px;
}

@media (max-width: 1386px) {
  .product-info-tabs__nav {
    grid-gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .product-info-tabs__nav {
    margin: 0 -15px 30px;
    padding: 0 15px;
    overflow-x: scroll;
    position: relative;
  }

  .product-info-tabs__nav::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -3px;
    background: #f6f8f9;
  }

  .product-info-tabs__nav::before {
    left: 0;
  }
}

.product-info-tabs__item {
  padding-bottom: 16px;
  transition: all 0.3s ease 0s;
  color: var(--dark-blue);
  border-bottom: 2px solid transparent;
  letter-spacing: -0.32px;
  cursor: pointer;
  white-space: nowrap;
}

.product-info-tabs__item._active {
  pointer-events: none;
  font-weight: 700;
  border-bottom: 2px solid var(--blue);
}

.product-info-tabs__block {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .product-info-tabs__block p {
    font-size: 14px;
  }
}

.product-info-tabs__block._opacity {
  opacity: 1;
}

.single-product-benefits__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 56px;
  padding: 48px 75px 64px;
  background: var(--white);
  border-radius: 72px 0px 0px 0px;
  background: var(--White, #fff);
}

@media (max-width: 1386px) {
  .single-product-benefits__wrapper {
    padding: 50px;
    grid-gap: 40px;
  }
}

@media (max-width: 991.98px) {
  .single-product-benefits__wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    grid-gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .single-product-benefits__wrapper {
    grid-template-columns: 1fr;
    margin: 0 -15px;
    border-radius: 0;
    padding: 30px 15px;
    margin-bottom: 24px;
  }
}

.single-product-benefits__item {
  display: grid;
  grid-gap: 24px;
  height: fit-content;
}

@media (max-width: 767.98px) {
  .single-product-benefits__item {
    grid-gap: 16px;
  }
}

.single-product-benefits__icon {
  width: 40px;
  height: 40px;
}

.single-product-benefits__icon svg {
  width: 100%;
  height: 100%;
}

.single-product-benefits__ttl {
  font-weight: 600;
  font-size: 20px;
  color: var(--dark-blue);
}

@media (max-width: 767.98px) {
  .single-product-benefits__ttl {
    font-size: 18px;
  }
}

.single-product-benefits__txt {
  letter-spacing: -0.32px;
  line-height: 150%;
}

.product-reviews {
  margin: 88px 0;
}

@media (max-width: 767.98px) {
  .product-reviews {
    margin: 40px 0 0;
  }
}

@media (max-width: 767.98px) {
  .product-reviews.main .product-reviews__wrapper {
    background: var(--white);
    margin: 0 -15px 0;
    padding: 32px 15px;
    border-radius: 0;
  }
}

.product-reviews.main .product-reviews-slider__slide {
  transform: translateX(30%);
  opacity: 0;
  transition: all 0.6s ease 0s;
}

.product-reviews.main .product-reviews-slider__slide._active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .product-reviews.main .order-block {
    display: none;
  }
}

.product-reviews__wrapper {
  background: var(--white);
  border-radius: 72px 0px 0px 0px;
  padding: 64px 65px 89px 64px;
}

@media (max-width: 1386px) {
  .product-reviews__wrapper {
    padding: 50px;
  }
}

@media (max-width: 991.98px) {
  .product-reviews__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .product-reviews__wrapper {
    padding: 0;
    background: none;
    margin-bottom: 40px;
  }
}

.product-reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 991.98px) {
  .product-reviews__header {
    display: grid;
    grid-gap: 32px;
    margin-bottom: 40px;
  }

  .product-reviews__header::before {
    content: url(../img/icons/touch.svg);
    width: 24px;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    animation: swipe 1.5s ease infinite;
  }
}

.product-reviews__ttl {
  line-height: 125%;
  flex-shrink: 0;
}

.product-reviews__ratings {
  display: flex;
  grid-gap: 48px;
  flex-wrap: wrap;
}

@media (max-width: 1386px) {
  .product-reviews__ratings {
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .product-reviews__ratings {
    display: grid;
  }
}

.product-reviews__rating span {
  font-size: 14px;
}

.product-reviews__rating span a {
  color: var(--blue);
}

.product-reviews__stars {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.56px;
  gap: 4px;
}

.product-reviews__stars svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 991.98px) {
  .product-reviews__nav {
    display: none;
  }
}

.product-reviews-slider {
  position: relative;
}

.product-reviews-slider::before {
  content: "";
  position: absolute;
  width: 147px;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  right: 0;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .product-reviews-slider::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .product-reviews-slider {
    padding: 0 15px;
    margin: 0 -15px;
  }
}

.product-reviews-slider__slide {
  height: auto !important;
}

.product-review {
  display: flex;
  gap: 16px;
  flex-direction: column;
  height: 100%;
}

.product-review__logo img {
  height: 25px;
}

@media (max-width: 767.98px) {
  .product-review__rating {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}

.product-review__link a {
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  line-height: 1;
  align-items: center;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .product-review__link a:hover {
    color: var(--blue);
  }
}

.product-review__link a::before {
  width: 20px;
  height: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' fill='%2300438E'/%3E%3Cpath d='M16.748 7H11.918C11.508 7 11.168 7.34 11.168 7.75C11.168 8.16 11.508 8.5 11.918 8.5H14.938L7.21805 16.22C6.92805 16.51 6.92805 16.99 7.21805 17.28C7.36805 17.43 7.55805 17.5 7.74805 17.5C7.93805 17.5 8.12805 17.43 8.27805 17.28L15.998 9.56V12.58C15.998 12.99 16.338 13.33 16.748 13.33C17.158 13.33 17.498 12.99 17.498 12.58V7.75C17.498 7.34 17.158 7 16.748 7Z' fill='%2300438E'/%3E%3C/svg%3E");
}

.product-review__link::before {
  display: none;
}

.product-review__stars {
  display: flex;
  gap: 8px;
}

.product-review__stars svg {
  width: 24px;
  height: 24px;
}

.product-review__img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .product-review__img {
    width: 53px;
    height: 53px;
    margin-bottom: 0;
  }
}

.product-review__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-review__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  display: grid;
  grid-gap: 8px;
}

@media (max-width: 767.98px) {
  .product-review__name {
    font-size: 18px;
  }
}

.product-review__name span {
  display: block;
  font-size: 16px;
  color: #a5a5a5;
  font-weight: 400;
}

.product-review__ttl {
  font-weight: 700;
}

.product-review__date {
  color: #a5a5a5;
  margin-bottom: auto;
}

.instuctions-archive {
  margin-top: 64px;
  margin-bottom: 80px;
}

@media (max-width: 991.98px) {
  .instuctions-archive {
    margin-bottom: 40px;
    margin-top: 27px;
  }
}

.instuctions-archive__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

@media (max-width: 767.98px) {
  .instuctions-archive__wrapper {
    grid-template-columns: 1fr;
  }
}

.single-instruction-header {
  margin: 32px 0;
}

@media (max-width: 767.98px) {
  .single-instruction-header {
    margin-top: 0;
  }
}

.single-instruction-header__wrapper {
  background: var(--dark-blue);
  border-radius: 0px 0px 48px 0px;
  padding: 48px 64px 56px;
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1386px) {
  .single-instruction-header__wrapper {
    padding: 40px;
  }
}

@media (max-width: 991.98px) {
  .single-instruction-header__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .single-instruction-header__wrapper {
    margin: 0px -15px;
    border-radius: 0;
    grid-template-columns: 1fr;
    grid-gap: 45px;
    padding: 15px;
  }
}

.single-instruction-header__back {
  font-weight: 600;
  color: var(--gray);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
}

@media (max-width: 767.98px) {
  .single-instruction-header__back {
    display: none;
  }
}

.single-instruction-header__back svg {
  width: 24px;
  height: 24px;
}

.single-instruction-header__ttl {
  color: var(--white);
  margin-bottom: 16px;
}

.single-instruction-header__subttl {
  color: var(--gray);
  margin-bottom: 24px;
}

.single-instruction-header__btns {
  display: flex;
  gap: 16px;
}

.single-instruction-header__btns a {
  width: 160px;
}

.single-instruction-header__btns ._blue {
  border-radius: 0px 0px 0px 24px;
}

.single-instruction-header__list {
  margin-top: 64px;
  display: grid;
  grid-gap: 16px;
  margin-bottom: auto;
}

@media (max-width: 767.98px) {
  .single-instruction-header__list {
    margin-top: 32px;
  }
}

.single-instruction-header__list li {
  font-size: 14px;
  display: flex;
  gap: 16px;
}

.single-instruction-header__list li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Ccircle cx='7' cy='7' r='7' transform='matrix(-1 0 0 1 14 0)' fill='%232DC4D2'/%3E%3Ccircle cx='3.76415' cy='3.76415' r='3.76415' transform='matrix(-1 0 0 1 10.6982 3.16992)' fill='%2300545B'/%3E%3Ccircle cx='1.0566' cy='1.0566' r='1.0566' transform='matrix(-1 0 0 1 5.54688 3.16992)' fill='%23BBE3E8'/%3E%3C/svg%3E");
}

.single-instruction-header__right {
  display: grid;
  grid-gap: 20px;
}

.single-instruction-header__img {
  margin-left: auto;
  height: 100%;
  margin-right: auto;
}

.single-instruction-header__img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  max-width: 370px;
}

@media (max-width: 479.98px) {
  .single-instruction-header__img {
    max-width: 200px;
  }
}

.single-instruction-header__tags {
  display: flex;
  gap: 8px;
  height: fit-content;
  justify-content: center;
  flex-wrap: wrap;
}

.single-instruction-header__tags span {
  font-size: 14px;
  padding: 4px 16px;
  border-radius: 38px;
  background: rgba(255, 255, 255, 0.2);
}

.single-instruction__wrapper {
  display: grid;
  grid-template-columns: 32% 1fr;
  grid-gap: 40px;
}

@media (max-width: 991.98px) {
  .single-instruction__wrapper {
    grid-template-columns: 1fr;
  }
}

.single-instruction__nav {
  position: sticky;
  top: 75px;
}

@media (max-width: 991.98px) {
  .single-instruction__nav {
    display: none;
  }
}

.single-instruction__items {
  border-top: 1px solid var(--gray);
  display: grid;
  grid-gap: 40px;
  padding-top: 24px;
}

@media (max-width: 991.98px) {
  .single-instruction__items {
    grid-gap: 16px;
    padding-top: 16px;
  }
}

.single-instruction-nav {
  border-radius: 0px 0px 0px 48px;
  padding: 40px;
  background: var(--white);
  height: fit-content;
}

.single-instruction-nav__ttl {
  font-size: 24px;
  color: var(--dark-blue);
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--gray);
}

@media (max-width: 991.98px) {
  .single-instruction-nav__ttl {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}

.single-instruction-nav ul {
  display: grid;
  grid-gap: 8px;
}

.single-instruction-nav ul li a {
  color: var(--dark-blue);
  opacity: 0.4;
  transition: all 0.3s ease 0s;
  letter-spacing: -0.32px;
}

@media (any-hover: hover) {
  .single-instruction-nav ul li a:hover {
    opacity: 1;
  }
}

.single-instruction-nav ul li a.active {
  opacity: 1;
}

.single-instruction-item {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .single-instruction-item {
    padding-bottom: 16px;
  }
}

.single-instruction-item__ttl {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 133%;
  color: var(--dark-blue);
  letter-spacing: -0.96px;
}

.single-instruction-item__txt {
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .single-instruction-item__txt {
    font-size: 16px;
  }
}

.ui-text__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  overflow: scroll;
}

@media (max-width: 479.98px) {
  .ui-text__gallery {
    display: flex;
    margin: 0px -15px;
    padding: 0 15px;
  }
}

.ui-text__gallery a {
  border-radius: 24px 0px;
  overflow: hidden;
  display: block;
  padding-bottom: 70%;
}

@media (max-width: 479.98px) {
  .ui-text__gallery a {
    border-radius: 24px 0px 24px 24px;
    width: 95%;
    flex-shrink: 0;
  }
}

@media (max-width: 479.98px) {
  .ui-text__gallery a {
    padding-bottom: 55%;
  }
}

.ui-text__gallery a img {
  height: 100%;
}

.specialists-header {
  margin: 65px 0px;
}

@media (max-width: 991.98px) {
  .specialists-header {
    margin: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .specialists-header {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.specialists-header__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

@media (max-width: 991.98px) {
  .specialists-header__wrapper {
    grid-template-columns: 1fr 40%;
  }
}

@media (max-width: 767.98px) {
  .specialists-header__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.specialists-header__content {
  padding: 48px 30px 40px 40px;
  background: var(--dark-blue);
  color: var(--white);
}

@media (max-width: 991.98px) {
  .specialists-header__content {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .specialists-header__content {
    padding: 15px;
  }
}

.specialists-header__ttl {
  color: var(--white);
  margin-bottom: 16px;
}

.specialists-header__subttl {
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}

.specialists-header__bottom {
  margin-top: 130px;
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 991.98px) {
  .specialists-header__bottom {
    margin-top: 60px;
  }
}

.specialists-header__bottom img {
  height: 48px;
  width: fit-content;
}

.specialists-header__bottom span {
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 130%;
}

.specialists-header__img {
  border-radius: 0px 0px 72px 0px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .specialists-header__img {
    padding-bottom: 70%;
    border-radius: 0;
  }
}

.specialists-nav__wrapper {
  background: var(--blue);
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  padding: 16px 32px;
}

@media (max-width: 767.98px) {
  .specialists-nav__wrapper {
    padding: 15px;
    gap: 20px;
  }
}

@media (max-width: 767.98px) {
  .specialists-nav__wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.specialists-nav__wrapper a {
  color: var(--white);
  font-size: 18px;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .specialists-nav__wrapper a:hover {
    color: var(--biruse);
  }
}

@media (any-hover: hover) and (max-width: 767.98px) {
  .specialists-nav__wrapper a:hover {
    font-size: 16px;
  }
}

.spectialists-content {
  margin-top: 68px;
  margin-bottom: 80px;
}

.spectialists-content__container {
  display: grid;
  grid-gap: 94px;
}

.spectialists-category {
  transition: all 0.3s ease 0s;
}

.spectialists-category__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .spectialists-category__header {
    margin-bottom: 30px;
    gap: 20px;
  }
}

.spectialists-category__tags {
  flex-wrap: wrap;
  display: flex;
  gap: 8px;
}

.spectialists-category__tag span {
  cursor: pointer;
  display: block;
  transition: all 0.3s ease 0s;
  color: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 23px;
  padding: 8px 16px;
  font-size: 14px;
}

.spectialists-category__tag input {
  display: none;
}

.spectialists-category__tag input:checked+span {
  background: var(--blue);
  color: white;
}

.spectialists-category__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}

@media (max-width: 767.98px) {
  .spectialists-category__content {
    grid-template-columns: 1fr;
  }
}

.spectialists-category__content.column-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991.98px) {
  .spectialists-category__content.column-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479.98px) {
  .spectialists-category__content.column-4 {
    grid-template-columns: 1fr;
  }
}

.spectialists-category__pagination {
  margin-top: 48px;
}

.webinar-card {
  color: var(--white);
  border-radius: 0px 48px 0px 0px;
  overflow: hidden;
}

@media (any-hover: hover) {
  .webinar-card:hover .webinar-card__play {
    color: var(--biruse);
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.webinar-card__img {
  padding-bottom: 44%;
}

.webinar-card__play {
  position: absolute;
  color: var(--dark-blue);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}

.webinar-card__play svg {
  width: 80px;
  height: 80px;
}

@media (max-width: 991.98px) {
  .webinar-card__play svg {
    width: 60px;
    height: 60px;
  }
}

.webinar-card__time {
  position: absolute;
  padding: 8px 10px;
  right: 0;
  bottom: 0;
  font-size: 14px;
  background: var(--biruse);
  border-radius: 8px 0px 0px 0px;
}

.webinar-card__content {
  background: var(--dark-blue);
  padding: 16px 24px;
}

@media (max-width: 991.98px) {
  .webinar-card__content {
    padding: 16px;
  }
}

.webinar-card__ttl {
  font-size: 24px;
  letter-spacing: -0.96px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .webinar-card__ttl {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .webinar-card__ttl {
    font-size: 18px;
  }
}

.webinar-card__speaker {
  display: flex;
  gap: 16px;
  align-items: center;
}

.webinar-card__speaker-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.webinar-card__speaker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webinar-card__speaker-name {
  font-size: 20px;
  color: var(--biruse);
  opacity: 1;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .webinar-card__speaker-name {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .webinar-card__speaker-name {
    font-size: 16px;
  }
}

.webinar-card__speaker-name div {
  font-size: 14px;
  letter-spacing: -0.56px;
  opacity: 0.6;
  font-weight: normal;
  color: var(--white);
}

.news-card {
  background: var(--white);
  padding: 32px;
  border-radius: 32px 0px;
  color: var(--dark-blue);
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .news-card:hover {
    border-radius: 0px 32px 0px 0px;
    background: var(--biruse);
    color: var(--white);
  }

  .news-card:hover .news-card__img {
    border-radius: 0px 16px 0px 0px;
  }

  .news-card:hover .news-card__desk {
    color: var(--white);
  }
}

@media (max-width: 1386px) {
  .news-card {
    padding: 24px;
  }
}

@media (max-width: 991.98px) {
  .news-card {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-card {
    padding: 16px;
  }
}

.news-card__img {
  transition: all 0.3s ease 0s;
  border-radius: 16px 0px 0px 0px;
  overflow: hidden;
  padding-bottom: 60%;
}

.news-card__date {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 8px 10px;
  background: var(--blue);
  font-size: 14px;
  color: var(--white);
  border-radius: 0px 8px 0px 0px;
}

.news-card__content {
  margin-top: 16px;
}

.news-card__ttl {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.news-card__desk {
  margin-bottom: 32px;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 128%;
  color: var(--black-color);
}

.news-card__btn {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
}

.news-card__btn svg {
  width: 24px;
  height: 24px;
}

.video-card {
  color: var(--white);
}

.video-card.darkblue .video-card__bottom {
  background: var(--dark-blue);
}

.video-card.darkblue .video-item {
  color: var(--dark-blue);
}

@media (any-hover: hover) {
  .video-card.darkblue .video-item:hover {
    color: var(--blue);
  }
}

.video-card.blue .video-card__bottom {
  background: var(--blue);
}

.video-card.blue .video-item {
  color: var(--blue);
}

@media (any-hover: hover) {
  .video-card.blue .video-item:hover {
    color: var(--dark-blue);
  }
}

.video-card .video-item {
  border-radius: 48px 0px 0px 0px;
}

.video-card .video-item__time {
  padding: 8px 10px;
  left: auto;
  bottom: auto;
  right: 24px;
  top: 24px;
}

@media (max-width: 991.98px) {
  .video-card .video-item__time {
    right: 16px;
    top: 16px;
  }
}

.video-card__bottom {
  background: var(--biruse);
  padding: 16px 24px;
}

@media (max-width: 991.98px) {
  .video-card__bottom {
    padding: 16px;
  }
}

.video-card__ttl {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
  line-height: 133%;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .video-card__ttl {
    font-size: 20px;
  }
}

.video-card__subttl {
  font-size: 14px;
  line-height: 130%;
}

.test {
  margin-top: 30px;
  margin-bottom: 88px;
}

.test__wrapper {
  border-radius: 72px 0px;
  background: var(--white);
  padding: 62px 64px 56px;
}

@media (max-width: 1386px) {
  .test__wrapper {
    padding: 50px;
  }
}

@media (max-width: 991.98px) {
  .test__wrapper {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .test__wrapper {
    padding: 0;
    background: 0%;
  }
}

.test__questions {
  display: grid;
  grid-gap: 16px;
}

.test__nav {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  margin-left: auto;
  width: fit-content;
}

@media (max-width: 479.98px) {
  .test__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
    width: 100%;
  }
}

.test__nav button {
  border-radius: 0px 0px 0px 24px;
}

.test__nav button:nth-child(2),
.test__nav button:nth-child(3) {
  border-radius: 0px 0px 24px 0px;
}

@media (max-width: 479.98px) {
  .test__nav button {
    width: 100%;
  }
}

.test-top {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

@media (max-width: 479.98px) {
  .test-top {
    gap: 16px;
  }
}

.test-top__step {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}

.test-top__bullets {
  display: flex;
  gap: 4px;
}

@media (max-width: 479.98px) {
  .test-top__bullets {
    width: 100%;
  }
}

.test-top__bullets span {
  border-radius: 4px;
  background: #dde3ea;
  width: 52px;
  height: 5px;
  transition: all 0.3s ease 0s;
  flex-shrink: 0;
  display: block;
}

.test-top__bullets span._active {
  flex-grow: 1;
  width: 242px;
  background: var(--biruse);
}

@media (max-width: 479.98px) {
  .test-top__bullets span._active {
    width: fit-content;
  }
}

.test-question {
  border-radius: 0px 0px 24px 0px;
  border: 1px solid var(--gray);
  padding: 16px 32px;
}

@media (max-width: 991.98px) {
  .test-question {
    padding: 16px;
  }
}

.test-question__ttl {
  display: flex;
  gap: 24px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 991.98px) {
  .test-question__ttl {
    font-size: 18px;
    font-weight: 800;
  }
}

.test-question__ttl span {
  background: var(--biruse);
  border-radius: 0px 0px 8px 0px;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}

@media (max-width: 991.98px) {
  .test-question__ttl span {
    font-weight: 600;
  }
}

.test-question__items {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.test-question__items input:checked+label {
  background: var(--blue);
  color: white;
}

.test-question__items label {
  width: fit-content;
  border-radius: 24px;
  border: 1px solid var(--gray);
  min-width: 181px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1386px) {
  .test-question__items label {
    min-width: fit-content;
  }
}

.test-result {
  display: grid;
  grid-template-columns: 1fr 50%;
  grid-gap: 80px;
  align-items: center;
}

@media (max-width: 1386px) {
  .test-result {
    grid-gap: 60px;
  }
}

@media (max-width: 991.98px) {
  .test-result {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.test-result__content {
  display: grid;
  grid-gap: 24px;
}

@media (max-width: 767.98px) {
  .test-result__content {
    grid-gap: 16px;
  }
}

@media (max-width: 767.98px) {
  .test-result__ttl {
    font-size: 18px;
    font-weight: 800;
  }
}

.test-result__desk {
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 767.98px) {
  .test-result__desk {
    font-size: 14px;
    line-height: 128%;
  }
}

.test-result__info {
  padding: 24px;
  border: 1px solid var(--gray);
  border-radius: 8px;
  color: var(--black-color);
}

@media (max-width: 767.98px) {
  .test-result__info {
    font-size: 14px;
    padding: 8px;
  }
}

.test-result__btn {
  margin-top: 16px;
}

@media (max-width: 991.98px) {
  .test-result__btn {
    margin-top: 0;
  }
}

@media (max-width: 479.98px) {
  .test-result__btn {
    width: 100%;
  }
}

.test-result__products {
  height: fit-content;
  display: grid;
  grid-gap: 20px;
}

@media (min-width: 767.98px) {
  .test-result__product .product-card {
    padding: 0;
    border: 0;
  }

  .test-result__product .product-card__wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .test-result__product .product-card__btn {
    width: 222px;
  }
}

.main-slider-block {
  margin: 100px 0;
}

@media (max-width: 991.98px) {
  .main-slider-block {
    margin: 40px 0;
  }
}

.main-slider-block__wrapper {
  border-radius: 72px 0px 0px 0px;
  background: var(--white);
  padding: 30px 80px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1386px) {
  .main-slider-block__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-slider-block__wrapper {
    margin: 0 -15px 40px;
    border-radius: 0;
    padding: 40px 15px;
  }
}

.main-slider-block__wrapper::before {
  content: "";
  width: 1013px;
  height: 1013px;
  position: absolute;
  left: 50%;
  top: -100px;
  bottom: -100px;
  background: #f6f8f9;
  box-shadow: 0px 0px 93px 0px rgba(45, 196, 209, 0.1) inset;
  border-radius: 50%;
}

@media (max-width: 1386px) {
  .main-slider-block__wrapper::before {
    top: -150px;
    left: 48%;
  }
}

@media (max-width: 991.98px) {
  .main-slider-block__wrapper::before {
    display: none;
  }
}

.main-slider__slide {
  opacity: 0 !important;
}

.main-slider__slide.swiper-slide-active {
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .main-slider__pagination {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content !important;
  }
}

.main-slider__pagination .swiper-pagination-bullet {
  width: 52px;
  height: 5px;
  border-radius: 4px;
  background: #dde3ea;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .main-slider__pagination .swiper-pagination-bullet {
    width: 30px;
  }
}

.main-slider__pagination .swiper-pagination-bullet-active {
  background: var(--biruse);
}

@media (max-width: 991.98px) {
  .main-slider__nav {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .main-slider__nav {
    display: block;
  }
}

.main-slider__next,
.main-slider__prev {
  position: absolute;
  z-index: 2;
}

@media (max-width: 767.98px) {

  .main-slider__next,
  .main-slider__prev {
    width: 24px;
    height: 24px;
  }

  .main-slider__next svg,
  .main-slider__prev svg {
    display: none;
  }

  .main-slider__next::before,
  .main-slider__prev::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12Z' fill='%23004A98'/%3E%3Cpath d='M8.98999 12C8.98999 12.19 9.05999 12.38 9.20999 12.53L12.74 16.06C13.03 16.35 13.51 16.35 13.8 16.06C14.09 15.77 14.09 15.29 13.8 15L10.8 12L13.8 8.99997C14.09 8.70997 14.09 8.22997 13.8 7.93997C13.51 7.64997 13.03 7.64997 12.74 7.93997L9.20999 11.47C9.05999 11.62 8.98999 11.81 8.98999 12Z' fill='%23004A98'/%3E%3C/svg%3E");
  }

  .main-slider__next.swiper-button-disabled,
  .main-slider__prev.swiper-button-disabled {
    opacity: 0.5;
  }
}

.main-slider__next {
  left: 35%;
  top: 50%;
}

@media (max-width: 991.98px) {
  .main-slider__next {
    left: auto;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .main-slider__next {
    top: 30%;
  }
}

.main-slider__prev {
  left: 0;
  top: 50%;
}

@media (max-width: 767.98px) {
  .main-slider__prev {
    top: 30%;
  }
}

.main-slider-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

@media (max-width: 991.98px) {
  .main-slider-slide {
    grid-template-columns: 1fr;
  }
}

.main-slider-slide__img {
  padding-bottom: 120%;
}

@media (max-width: 767.98px) {
  .main-slider-slide__img {
    padding-bottom: 82%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-slider-slide__content {
  padding-left: 200px;
  display: grid;
  grid-gap: 64px;
}

@media (max-width: 1386px) {
  .main-slider-slide__content {
    grid-gap: 30px;
    padding-left: 150px;
  }
}

@media (max-width: 991.98px) {
  .main-slider-slide__content {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .main-slider-slide__content {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .main-slider-slide-item {
    display: flex;
    flex-direction: column;
  }
}

.main-slider-slide-item._opacity {
  opacity: 0.2;
}

.main-slider-slide-item._dis .main-slider-slide-item__ttl::before {
  content: "";
}

.main-slider-slide-item__ttl {
  position: relative;
  font-size: 28px;
  font-weight: 800;
  color: var(--dark-blue);
  margin-bottom: 24px;
}

@media (max-width: 1386px) {
  .main-slider-slide-item__ttl {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .main-slider-slide-item__ttl {
    font-size: 18px;
  }
}

.main-slider-slide-item__ttl::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 88 88' fill='none'%3E%3Ccircle cx='44' cy='44' r='44' transform='matrix(-1 0 0 1 88 0)' fill='%232DC4D2'/%3E%3Ccircle cx='23.6604' cy='23.6604' r='23.6604' transform='matrix(-1 0 0 1 67.2451 19.9245)' fill='%2300545B'/%3E%3Ccircle cx='6.64151' cy='6.64151' r='6.64151' transform='matrix(-1 0 0 1 34.8682 19.9245)' fill='%23BBE3E8'/%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: -40px;
}

@media (max-width: 1386px) {
  .main-slider-slide-item__ttl::before {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 767.98px) {
  .main-slider-slide-item__ttl::before {
    display: none;
  }
}

.main-slider-slide-item__ttl._dark-blue::before,
.main-slider-slide-item__ttl._blue::before,
.main-slider-slide-item__ttl._biruse::before {
  content: "";
  border-radius: 50%;
}

.main-slider-slide-item__ttl._dark-blue::before {
  background: #156dc0;
}

.main-slider-slide-item__ttl._blue::before {
  background: #5995c8;
}

.main-slider-slide-item__ttl._biruse::before {
  background: #a5cee0;
}

.main-slider-slide-item__ttl span {
  color: #a5a5a5;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .main-slider-slide-item__txt {
    font-size: 14px;
    margin-bottom: auto;
  }
}

.main-slider-slide-item a {
  margin-top: 32px;
  width: 183px;
}

@media (max-width: 1386px) {
  .main-slider-slide-item a {
    margin-top: 20px;
  }
}

@media (max-width: 991.98px) {
  .main-slider-slide-item a {
    width: fit-content;
  }
}

.main-slider-slide-item a:not(._btn) {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 8px;
  color: var(--dark-blue);
}

.main-slider-slide-item a:not(._btn)::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' fill='%2300438E'/%3E%3Cpath d='M16.7485 7H11.9185C11.5085 7 11.1685 7.34 11.1685 7.75C11.1685 8.16 11.5085 8.5 11.9185 8.5H14.9385L7.21848 16.22C6.92848 16.51 6.92848 16.99 7.21848 17.28C7.36848 17.43 7.55848 17.5 7.74848 17.5C7.93848 17.5 8.12848 17.43 8.27848 17.28L15.9985 9.56V12.58C15.9985 12.99 16.3385 13.33 16.7485 13.33C17.1585 13.33 17.4985 12.99 17.4985 12.58V7.75C17.4985 7.34 17.1585 7 16.7485 7Z' fill='%2300438E'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
}

.contraindications {
  margin-bottom: 7px;
}

.contraindications__content {
  font-family: "Akzidenz-Grotesk";
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: rgba(165, 165, 165, 0.3019607843);
  text-transform: uppercase;
}

@media (max-width: 1386px) {
  .contraindications__content {
    font-size: 35px;
  }
}

@media (max-width: 991.98px) {
  .contraindications__content {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.page-header {
  padding: 56px 0 64px;
  color: var(--white);
  background: var(--biruse);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 30px 0 40px;
  }
}

@media (max-width: 479.98px) {
  .page-header {
    padding: 17px 0 24px;
  }
}

.page-header::before {
  content: "";
  position: absolute;
  width: 477px;
  height: 477px;
  display: block;
  border-radius: 50%;
  background: var(--biruse-gradient);
  left: 50%;
  transform: translateX(-40%);
  top: -20px;
}

@media (max-width: 479.98px) {
  .page-header::before {
    display: none;
  }
}

.page-header__wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 36px;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media (max-width: 479.98px) {
  .page-header__wrapper {
    display: grid;
    grid-gap: 32px;
  }
}

.page-header__ttl {
  color: var(--white);
}

.get-away {
  color: var(--white);
  padding: 48px 72px 40px 40px;
  background: var(--dark-blue);
  border-radius: 0px 0px 72px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .get-away {
    display: grid;
    grid-gap: 30px;
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .get-away {
    padding: 24px;
  }
}

.get-away::before {
  content: "";
  position: absolute;
  width: 477px;
  height: 477px;
  display: block;
  border-radius: 50%;
  background: var(--dark-blue-gradient);
  right: -49px;
  top: -42px;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .get-away::before {
    display: none;
  }
}

.get-away__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-gap: 16px;
}

.get-away__ttl {
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -1.12px;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .get-away__ttl {
    font-size: 18px;
    letter-spacing: -0.36px;
    line-height: 133%;
  }
}

@media (max-width: 479.98px) {
  .get-away__ttl br {
    display: none;
  }
}

.get-away__subttl {
  letter-spacing: -0.32px;
  line-height: 150%;
}

@media (max-width: 767.98px) {
  .get-away__subttl {
    font-size: 14px;
    line-height: 128%;
    letter-spacing: -0.56px;
  }
}

.get-away__btn {
  width: 248px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .get-away__btn {
    width: 200px;
  }
}

.see-more {
  margin-bottom: 80px;
  margin-top: 80px;
}

@media (max-width: 991.98px) {
  .see-more {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.see-more__ttl {
  margin-bottom: 30px;
}

.see-more__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 479.98px) {
  .see-more__wrapper {
    grid-template-columns: 1fr;
  }
}

.see-more__wrapper svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: none;
}

@media (max-width: 991.98px) {
  .see-more__wrapper svg {
    display: block;
  }
}

.see-more__wrapper a {
  z-index: 1;
  height: 192px;
  display: flex;
  align-items: center;
  padding: 40px;
  font-size: 28px;
  gap: 16px;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  justify-content: space-between;
  color: var(--white);
}

.see-more__wrapper a span {
  position: relative;
  z-index: 1;
}

.see-more__wrapper a ._btn {
  position: relative;
  z-index: 1;
  font-size: 16px;
  width: 250px;
}

@media (max-width: 991.98px) {
  .see-more__wrapper a ._btn {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .see-more__wrapper a {
    height: 100px;
  }
}

@media (max-width: 767.98px) {
  .see-more__wrapper a {
    font-size: 20px;
    padding: 16px;
  }
}

@media (max-width: 479.98px) {
  .see-more__wrapper a {
    height: 72px;
  }
}

.see-more__wrapper a::before {
  position: absolute;
  content: "";
  width: 475px;
  height: 475px;
  display: block;
  border-radius: 50%;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .see-more__wrapper a::before {
    display: none;
  }
}

.see-more__wrapper a:first-child {
  border-radius: 72px 0px 0px 0px;
  background: var(--dark-blue);
}

@media (max-width: 767.98px) {
  .see-more__wrapper a:first-child {
    border-radius: 54px 0px 0px 0px;
  }
}

@media (max-width: 479.98px) {
  .see-more__wrapper a:first-child {
    border-radius: 0px 24px 0px 0px;
  }
}

.see-more__wrapper a:first-child::before {
  background: var(--dark-blue-gradient);
  top: 47px;
  right: 0;
}

.see-more__wrapper a:last-child {
  border-radius: 0px 0px 72px 0px;
  background: var(--biruse);
}

@media (max-width: 767.98px) {
  .see-more__wrapper a:last-child {
    border-radius: 0px 0px 54px 0px;
  }
}

@media (max-width: 479.98px) {
  .see-more__wrapper a:last-child {
    border-radius: 0px 0px 24px 0px;
  }
}

.see-more__wrapper a:last-child::before {
  background: var(--biruse-gradient);
  bottom: 33px;
  right: -100px;
}

.useful {
  margin: 100px 0;
}

@media (max-width: 991.98px) {
  .useful {
    margin: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .useful-slider {
    margin: -15px;
    padding: 15px;
  }
}

.useful-slider__slide {
  height: auto !important;
  height: 100%;
}

@media (max-width: 991.98px) {
  .error-page {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.error-page__wrapper {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
}

@media (max-width: 991.98px) {
  .error-page__wrapper {
    grid-template-columns: 1fr;
  }
}

.error-page__ttl {
  margin-bottom: 24px;
}

@media (max-width: 767.98px) {
  .error-page__ttl {
    font-size: 56px;
    line-height: 85%;
  }
}

.error-page__txt {
  letter-spacing: -0.32px;
  line-height: 150%;
}

.error-page__btn {
  margin-top: 78px;
  width: fit-content;
}

@media (max-width: 991.98px) {
  .error-page__btn {
    display: none;
  }
}

.error-page__img {
  padding-bottom: 70%;
}

@media (max-width: 479.98px) {
  .error-page__img {
    margin-left: -60px;
    margin-right: -70px;
    padding-bottom: 87%;
  }
}

.callback {
  margin: 100px 0px;
}

@media (max-width: 991.98px) {
  .callback {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

.callback__wrapper {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
}

@media (max-width: 991.98px) {
  .callback__wrapper {
    grid-template-columns: 1fr;
  }
}

.callback__img {
  height: fit-content;
  padding-bottom: 97%;
}

@media (max-width: 991.98px) {
  .callback__img {
    display: none;
  }
}

.callback__ttl {
  margin-bottom: 16px;
}

.callback__subttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}

.contact-form {
  display: grid;
  grid-gap: 16px;
}

.contact-form__wrap {
  display: flex;
  gap: 16px;
}

@media (max-width: 767.98px) {
  .contact-form__wrap {
    display: grid;
  }
}

.contact-form__wrap>div {
  width: 100%;
}

.contact-form__bottom {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .contact-form__bottom {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-top: 0;
    width: 100%;
  }
}

.contact-form__bottom span {
  letter-spacing: -0.56px;
  font-size: 14px;
  color: #a5a5a5;
}

.contact-form__bottom button {
  width: 250px;
}

@media (max-width: 767.98px) {
  .contact-form__bottom button {
    width: 100%;
  }
}

.video-block {
  margin: 100px 0;
}

.video-block.main .video-block__video {
  transition: all 1s ease 0s;
  opacity: 0;
}

.video-block.main .video-block__video._active {
  opacity: 1;
}

.video-block.main .video-block__content {
  transform: translateX(30%);
  opacity: 0;
  transition: all 0.7s ease 0s;
}

.video-block.main .video-block__content._active {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .video-block {
    margin: 40px 0;
  }
}

.video-block__wrapper {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 113px;
}

@media (max-width: 1386px) {
  .video-block__wrapper {
    grid-gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .video-block__wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .video-block__content {
    order: -1;
  }
}

.video-block__ttl {
  margin-top: 35px;
}

@media (max-width: 991.98px) {
  .video-block__ttl {
    margin-top: 0;
  }
}

.video-block__txt {
  margin-top: 100px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .video-block__txt {
    font-size: 16px;
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .video-block__txt {
    margin-top: 16px;
    font-size: 14px;
  }
}

.video-item {
  display: block;
  padding-bottom: 60%;
  border-radius: 0px 0px 56px 0px;
  overflow: hidden;
  color: var(--biruse);
}

@media (any-hover: hover) {
  .video-item:hover {
    color: var(--dark-blue);
  }

  .video-item:hover svg {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

.video-item svg {
  width: 115px;
  height: 115px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .video-item svg {
    width: 68px;
    height: 68px;
  }
}

.video-item__time {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  background: var(--dark-blue);
  color: var(--white);
  bottom: 26px;
  line-height: 1;
  left: 24px;
  padding: 8px 10px;
  border-radius: 0px 0px 8px 0px;
}

@media (max-width: 991.98px) {
  .video-item__time {
    font-size: 16px;
    padding: 4px 10px;
    left: 8px;
    bottom: 8px;
  }
}

.achive-block {
  margin: 40px 0px;
}

@media (max-width: 767.98px) {
  .achive-block {
    margin: 20px 0px;
  }
}

.achive-block__wrapper {
  display: grid;
  grid-template-columns: 820px 1fr;
  grid-gap: 30px;
  align-items: center;
}

@media (max-width: 1386px) {
  .achive-block__wrapper {
    grid-template-columns: 720px 1fr;
  }
}

@media (max-width: 991.98px) {
  .achive-block__wrapper {
    display: block;
  }
}

.achive-block__slider {
  height: 300px;
}

@media (max-width: 991.98px) {
  .achive-block__slider {
    height: 250px;
  }
}

@media (max-width: 767.98px) {
  .achive-block__slider {
    height: 180px;
  }
}

@media (max-width: 479.98px) {
  .achive-block__slider {
    height: 140px;
  }
}

.achive-block__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
}

@media (max-width: 1386px) {
  .achive-block__img {
    height: 70px;
  }
}

@media (max-width: 991.98px) {
  .achive-block__img {
    display: none;
  }
}

.achive-block__img img {
  width: 100%;
  height: 100%;
}

.achive-slider__slide {
  letter-spacing: -0.64px;
  height: fit-content;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease 0s;
  opacity: 0.05;
  color: #94b9e4;
}

@media (max-width: 1386px) {
  .achive-slider__slide {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .achive-slider__slide {
    font-size: 20px;
  }
}

@media (max-width: 479.98px) {
  .achive-slider__slide {
    font-size: 14px;
  }
}

.achive-slider__slide.swiper-slide-active {
  color: var(--dark-blue);
  opacity: 1;
}

.achive-slider__slide.swiper-slide-next,
.achive-slider__slide.swiper-slide-prev {
  opacity: 0.4;
}

.order-block {
  position: relative;
  border-radius: 0px 0px 72px 0px;
  padding: 40px;
  background: var(--dark-blue);
  overflow: hidden;
  color: white;
}

@media (max-width: 1386px) {
  .order-block {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .order-block {
    padding: 24px;
  }
}

.order-block::before {
  position: absolute;
  content: "";
  width: 615px;
  height: 615px;
  display: block;
  border-radius: 50%;
  background: var(--dark-blue-gradient);
  right: 0;
  top: -51px;
}

@media (max-width: 767.98px) {
  .order-block::before {
    display: none;
  }
}

.order-block__content {
  display: grid;
  grid-template-columns: 1fr 1fr 433px;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .order-block__content {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.order-block__ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -1.12px;
}

@media (max-width: 479.98px) {
  .order-block__ttl {
    font-size: 18px;
    font-weight: 800;
    line-height: 133%;
  }
}

.order-block__btn {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .order-block__btn {
    margin: 0;
    width: 258px;
  }
}

@media (max-width: 991.98px) {
  .order-block__btn {
    order: 2;
  }
}

.order-block__items {
  display: flex;
  gap: 20px 27px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .order-block__items {
    gap: 30px 20px;
  }
}

.order-block__items a {
  height: 21px;
  display: block;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
  .order-block__items a {
    height: 16px;
  }
}

.order-block__items a img {
  width: 100%;
  height: 100%;
}

@media (any-hover: hover) {
  .order-block__items a:hover {
    transform: scale(1.05);
  }
}

.plugin-wrapper {
  margin: 80px 0;
}

@media (max-width: 991.98px) {
  .plugin-wrapper {
    margin: 40px 0px;
  }
}

.plugin-wrapper__content {
  /* padding-bottom: 633px; */
}

@media (max-width: 991.98px) {
  .plugin-wrapper__content {
    /* padding-bottom: 457px; */
  }
}

.other-products {
  margin: 88px 0px;
}

@media (max-width: 991.98px) {
  .other-products {
    margin: 48px 0px;
  }
}

.other-products__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  align-items: center;
}

@media (max-width: 991.98px) {
  .other-products__head {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .other-products__nav .slider-nav {
    display: none;
  }
}

@media (max-width: 767.98px) and (max-width: 991.98px) {
  .other-products__nav::before {
    content: url(../img/icons/touch.svg);
    width: 24px;
    height: 24px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    animation: swipe 1.5s ease infinite;
  }
}

@media (max-width: 767.98px) {
  .other-products-slider {
    margin: -15px;
    padding: 15px;
  }
}

.other-products-slider__slide {
  height: auto;
}

.where-buy {
  margin: 50px 0;
}

@media (max-width: 991.98px) {
  .where-buy {
    margin: 16px 0;
  }
}

.where-buy__wrapper {
  position: relative;
}

.where-buy__plugin {
  /* padding-bottom: 43%; */
}

@media (max-width: 991.98px) {
  .where-buy__plugin {
    margin-bottom: 16px;
  }
}

.where-buy__bottom {
  border-radius: 0px 0px 72px 0px;
  background: var(--dark-blue);
  padding: 59px 40px;
  position: relative;
  overflow: hidden;
}

.where-buy__bottom::before {
  position: absolute;
  content: "";
  width: 615px;
  height: 615px;
  display: block;
  border-radius: 50%;
  background: var(--dark-blue-gradient);
  right: 0;
  top: 96px;
}

@media (max-width: 767.98px) {
  .where-buy__bottom::before {
    display: none;
  }
}

@media (max-width: 1386px) {
  .where-buy__bottom {
    padding: 40px 30px;
  }
}

@media (max-width: 767.98px) {
  .where-buy__bottom {
    padding: 24px 24px 38px 24px;
  }
}

.where-buy__content {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 991.98px) {
  .where-buy__content {
    flex-direction: column;
  }
}

.where-buy__ttl {
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
}

@media (max-width: 767.98px) {
  .where-buy__ttl {
    font-size: 18px;
  }
}

.where-buy__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  width: fit-content;
}

@media (max-width: 479.98px) {
  .where-buy__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.where-buy__items a {
  border-radius: 56px;
  background: var(--blue);
  /* height: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  padding: 10px;
  transition: all 0.3s ease 0s;
}

@media (any-hover: hover) {
  .where-buy__items a:hover {
    background: var(--biruse);
  }

  .where-buy__items a:hover img {
    transform: scale(1.05);
  }
}

@media (max-width: 1386px) {
  .where-buy__items a {
    width: 220px;
  }
}

@media (max-width: 991.98px) {
  .where-buy__items a {
    width: 200px;
    /* height: 25px; */
  }
}

@media (max-width: 767.98px) {
  .where-buy__items a {
    width: 100%;
    padding: 5px 10px;
  }
}

.where-buy__items a img {
  transition: all 0.3s ease 0s;
  height: 30px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .where-buy__items a img {
    height: 26px;
  }
}

.alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: red;
  color: white;
  padding: 20px 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  transform: translateY(100%);
  visibility: hidden;
  z-index: 200;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
  font-size: 18px;
}

.alert_success {
  background: #64bd4c;
}

.alert.active {
  transform: none;
  visibility: visible;
}

.alert.active a {
  color: white;
  border-bottom: 1px solid;
  transition: all 0.3s ease 0s;
}

.alert.active a:hover {
  border-color: transparent;
}

.disabled,
[disabled] {
  opacity: 0.7;
  pointer-events: none;
}

[hidden] {
  display: none;
}