@font-face {
  font-style: italic;
  font-weight: 400;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-Italic.woff2") format("woff2"), url("../fonts/Brygada1918-Italic.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-Regular.woff2") format("woff2"), url("../fonts/Brygada1918-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-Medium.woff2") format("woff2"), url("../fonts/Brygada1918-Medium.woff") format("woff");
}
@font-face {
  font-style: italic;
  font-weight: 500;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-MediumItalic.woff2") format("woff2"), url("../fonts/Brygada1918-MediumItalic.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-SemiBold.woff2") format("woff2"), url("../fonts/Brygada1918-SemiBold.woff") format("woff");
}
@font-face {
  font-style: italic;
  font-weight: 600;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Brygada1918-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-Bold.woff2") format("woff2"), url("../fonts/Brygada1918-Bold.woff") format("woff");
}
@font-face {
  font-style: italic;
  font-weight: 700;
  font-family: "Brygada1918";
  font-display: swap;
  src: url("../fonts/Brygada1918-BoldItalic.woff2") format("woff2"), url("../fonts/Brygada1918-BoldItalic.woff") format("woff");
}
@font-face {
  font-style: italic;
  font-weight: 400;
  font-family: "Caslon-540-BT";
  font-display: swap;
  src: url("../fonts/caslon-540_italic.woff2") format("woff2"), url("../fonts/caslon-540_italic.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Caslon-540-BT";
  font-display: swap;
  src: url("../fonts/caslon-540_regular.woff2") format("woff2"), url("../fonts/caslon-540_regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "TTTravels";
  font-display: swap;
  src: url("../fonts/TTTravels-Regular.woff2") format("woff2"), url("../fonts/TTTravels-Regular.woff") format("woff");
}
@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "TTTravels";
  font-display: swap;
  src: url("../fonts/TTTravels-Medium.woff2") format("woff2"), url("../fonts/TTTravels-Medium.woff") format("woff");
}
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox {
  position: relative;
}
.custom-checkbox.error span {
  color: red !important;
}
.custom-checkbox.error span:before {
  border-color: red;
}
.custom-checkbox.done span {
  color: var(--cl-k) !important;
}
.custom-checkbox.done span:before {
  border-color: var(--br-k);
}
.custom-checkbox .wpcf7-not-valid-tip {
  display: none;
}
.custom-checkbox input {
  position: absolute;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  inset: 0;
}
.custom-checkbox span {
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 2;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 110% !important;
}
.custom-checkbox span::before {
  cursor: pointer;
  content: "\e905";
  font-size: 10px;
  color: var(--cl-a);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin: 2px;
  flex-shrink: 0;
  flex-grow: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #868686;
  border-radius: 3px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-checkbox input:checked + span::before {
  border-color: var(--br-e);
  background-color: var(--bg-e);
}

.wpcf7-list-item {
  margin: 0;
}

:root {
  --rem-function: Min(62.5%, 10px);
  --error-bg: var(--cl-e);
  --body-bg: #FAFAFB;
  --body-font-size: clamp(1.4rem, 1.563vw, 1.6rem);
  --content-width: 176rem;
  --content-width: 100%;
  --container-offset: clamp(40px, 4.17vw, 8rem);
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --default-padding: calc(clamp(4rem, 8.33vw, 6.4rem) / 2);
  --header-height: 15.4rem;
  --scrollbar-thumb: #dad9d9;
  --scrollbar-track: rgba(33,33, 33, 0.07);
  --scrollbar-track-hover: transparent;
  --overlay-bg: rgba(0, 0, 0, 0.5);
  --select-inner-bg: #404040;
  --select-inner-border: #FDFDFD;
  --select-focus-border: #FDFDFD;
  --font-main: "Brygada1918";
  --font-second: "Caslon-540-BT";
  --font-third: "TTTravels";
  --cl-a: #FFFFFF;
  --cl-b: #000000;
  --cl-c: #E3E3E3;
  --cl-d: #414755;
  --cl-e: #922522;
  --cl-f: #E2F3FD;
  --cl-g: #F5EFEF;
  --cl-h: #DFEBDD;
  --cl-i: #5AA04C;
  --cl-j: #CCC;
  --cl-k: #9699A1;
  --gr-a: linear-gradient(
                  120deg,
                  rgba(255, 255, 255, 0.15),
                  rgba(255, 255, 255, 0)
  );
  --gr-b: linear-gradient(180deg, rgba(64, 93, 230, 0.1) 0%, rgba(131, 58, 180, 0.25) 0.01%, rgba(253, 0, 184, 0.5) 37.15%, rgba(243, 35, 57, 0.75) 75%, #fcaf45 100%);
  --gr-c: linear-gradient(135deg, #d81f26, rgb(212, 149, 149), rgb(250, 224, 223));
  --gr-d: linear-gradient(135deg, #eb001b, #f79e1b);
  --loader: linear-gradient(
                  90deg,
                  rgb(146, 37, 34) 0%,
                  rgba(255, 255, 255, 1) 45%,
                  rgba(255, 255, 255, 1) 55%,
                  rgb(146, 37, 34) 100%
  );
}

.main-title {
  margin: 3.8rem 0 2.4rem 0.1rem;
}

h1,
.h1 {
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: clamp(28px, 5.21vw, 4rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2,
.h2 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: clamp(21px, 3.65vw, 2.8rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.003em;
}
h2 .sprite svg,
.h2 .sprite svg {
  max-width: 2.9rem;
  max-height: 2.8rem;
}

h3,
.h3 {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h3 .sprite svg,
.h3 .sprite svg {
  max-width: 2.9rem;
  max-height: 2.8rem;
}

h4,
.h4 {
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h5,
.h5 {
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tag {
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: clamp(14px, 2.08vw, 1.6rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 2.7rem;
  white-space: nowrap;
  display: flex;
  padding: 0.4rem 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background: var(--cl-f);
  letter-spacing: 0.003em;
  transition: all 0.25s ease;
  will-change: transform;
}
.tag:active {
  transform: translateY(0);
}

.wp-caption {
  width: calc(100% + 0.4rem) !important;
  display: inline-flex;
  flex-direction: column;
}
.wp-caption img, .wp-caption picture {
  width: 100%;
}
.wp-caption .wp-caption-text {
  margin-top: 8px;
  color: var(--cl-d);
  font-family: var(--font-main);
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.015em;
}

.tooltip {
  color: var(--cl-b);
  cursor: pointer;
  font-family: var(--font-second);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-flex;
  padding: 0 0.4rem;
  justify-content: center;
  align-items: flex-start;
  gap: 0.3rem;
  background: var(--cl-f);
}
.tooltip:after {
  content: "";
  position: relative;
  top: 0.2rem;
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' viewBox='0 0 12 12'%3E%3Cpath fill='%23414755' d='m5.943.207.003-.012c.02-.07.05-.148.118-.18.167-.079.281.174.289.354.031.785.154 1.565.365 2.323.107.384.285.813.676.938.616.197 1.345-.748 1.64-.505.193.145-.217.786-.397 1.097-.144.436-.182.892.176 1.147.357.255.565.21 1.002.288.624.113 1.294.104 1.909.257.146.036.331.151.26.28a.5.5 0 0 1-.203.18c-.617.17-1.236.102-1.87.188-.578.077-1.078.202-1.274.734-.175.474.217 1.074.452 1.523.032.06.063.134.03.194-.05.091-.238.087-.335.043-.298-.135-.485-.385-.757-.564s-.48-.301-.782-.173c-.336.142-.47.53-.524.881-.136.89-.015 2.774-.554 2.8-.413-.021-.354-2.158-.622-3.194-.033-.196-.08-.414-.251-.523-.23-.147-.534-.012-.774.12-.39.215-.604.424-1.001.626-.11.056-.26.107-.346.02-.062-.064-.051-.164-.029-.248.11-.407.392-.748.578-1.129.079-.161.12-.464.053-.63-.1-.249-.603-.321-.876-.358-.935-.126-1.486-.137-2.42-.264-.16-.021-.644-.143-.421-.372.083-.085.36-.088.475-.111.177-.036.381-.04.558-.076.693-.144.983-.138 1.67-.301.265-.063.87-.202 1.018-.424.158-.237.115-.656-.004-.914s-.434-.53-.485-.808c-.013-.072-.014-.154.041-.204.053-.047.135-.043.206-.028.355.072.498.306.826.457.328.15.748.189.961-.096a.9.9 0 0 0 .135-.35c.215-.986.2-2.015.483-2.985z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.tippy-box {
  background: var(--cl-f);
  border-radius: 0;
  box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.25);
}
.tippy-box .tippy-arrow {
  color: var(--cl-f);
}
.tippy-box .tippy-content {
  padding: 1rem;
  color: var(--cl-d);
  font-family: var(--font-second);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.langs {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.langs li:last-of-type a {
  font-weight: 500;
}
.langs a {
  color: var(--cl-d);
  font-family: var(--font-main);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.3s;
}
.langs a b {
  font-weight: inherit;
}
.langs a.active {
  font-weight: 700 !important;
  color: var(--cl-d);
  pointer-events: none;
}

.search-form {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.search-form__btn {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cl-d);
  border: solid 0.1rem #ccc;
}
.search-form__btn svg, .search-form__btn img {
  transition: all 0.3s;
  width: 2rem;
  height: 2rem;
}

.editor {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.editor .wpcf7 {
  width: 100%;
}
.editor p:has(iframe) {
  height: 100%;
}
.editor p:has(image) {
  display: flex;
}
.editor a:not([class]) {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s;
}
.editor iframe {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
.editor p:not([class]) {
  font-family: var(--font-second);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.editor ul:not([class]) {
  display: flex;
  flex-direction: column;
}
.editor ul:not([class]) li {
  font-family: var(--font-second);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  padding-left: 2.3rem;
}
.editor ul:not([class]) li::before {
  position: absolute;
  left: 0.9rem;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  background: var(--cl-b);
  border-radius: 100%;
}
.editor ol:not([class]) {
  display: flex;
  flex-direction: column;
  counter-reset: item;
}
.editor ol:not([class]) > li {
  counter-increment: item;
  padding-left: 2.3rem;
}
.editor ol:not([class]) > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0.6rem;
  top: 0;
  font-family: var(--font-second);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.editor ol:not([class]) li {
  font-family: var(--font-second);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.editors {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-gap: clamp(35px, 8.4746vw, 117px);
}
.editors__coll:only-of-type {
  grid-column: 1/-1;
}
.editor table:not([class]) {
  border-radius: 24px;
  border: 1px solid var(--bg-d);
  border-collapse: initial !important;
}
.editor table:not([class]) tr:first-child {
  overflow: hidden;
  width: 100%;
}
.editor table:not([class]) tr:first-child td {
  color: var(--cl-m);
  background: var(--bg-l);
}
.editor table:not([class]) tr:first-child td:first-of-type {
  border-radius: 24px 0 0 0;
}
.editor table:not([class]) tr:first-child td:last-of-type {
  border-radius: 0 24px 0 0;
}
.editor table:not([class]) tr td {
  border-bottom: solid 1px var(--bg-d);
}
.editor table:not([class]) tr:last-child td {
  border: none !important;
}
.editor table:not([class]) td {
  padding: 16px 0;
  color: var(--cl-j);
  font-family: var(--font-main);
  font-size: clamp(14px, 1.563vw, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.editor .row {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.editor .row:has(.main-button:only-child) {
  display: initial;
}
.editor blockquote {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 1.6rem 0;
  position: relative;
  z-index: 2;
  padding-left: 5rem;
  width: 100%;
  max-width: 100%;
}
.editor blockquote p:not([class]) {
  font-family: var(--font-second);
  color: var(--cl-a);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.editor blockquote:after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 100vw;
  background-color: var(--cl-d);
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
}
.editor blockquote:before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' fill='none' viewBox='0 0 32 24'%3E%3Cg fill='%23fff' clip-path='url(%23a)'%3E%3Cpath d='M7.5 0S6.3 2.248 5.853 4.47c-.71 3.53.71 4.589.71 4.589H15V24H0V12.353s-.085-4.046 1.635-6.824C4.33 1.176 7.5 0 7.5 0M24.5 0s-1.2 2.248-1.647 4.47c-.71 3.53.71 4.589.71 4.589H32V24H17V12.353s-.085-4.046 1.635-6.824C21.33 1.176 24.5 0 24.5 0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.2rem;
  height: 2.4rem;
  pointer-events: none;
}
.editor > div:not([class]) {
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 150%;
  font-weight: 500;
}
.editor img {
  display: block;
}
.editor img.aligncenter {
  margin: 0 auto;
}
.editor img.alignleft {
  margin-right: auto;
}
.editor img.alignright {
  margin-left: auto;
}

html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  max-width: 100dvw;
  box-sizing: border-box;
  font-weight: 400;
  font-style: normal;
  font-size: var(--rem-function);
  line-height: 130%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--cl-b);
  font-family: var(--font-main);
  font-size: var(--body-font-size);
  line-height: 150%;
  background-color: var(--body-bg);
  display: flex;
  flex-direction: column;
}
body.fixed-body {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
}

main {
  margin: 0 auto;
  flex-grow: 1;
  width: 100%;
  min-width: 0 !important;
  padding-top: var(--header-height);
  display: flex;
  flex-direction: column;
}
main.no-padding {
  padding: 0;
}

section + section {
  margin-top: var(--default-padding);
}

section:last-child {
  margin-bottom: 4rem;
}

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  display: inline-flex;
  margin: 0;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

svg {
  fill: currentColor;
  transition: 0.3s ease;
}

button {
  display: inline-flex;
  margin: 0;
  padding: 0;
  line-height: initial;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
button,
p {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: inline-flex;
}

input {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
input::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input::placeholder {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}

label {
  display: inline-flex;
}

textarea {
  border: none;
  outline: none;
  resize: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-offset);
}
.container--small {
  max-width: var(--container-small);
}
.container--xs {
  max-width: var(--container-xs);
}

.dis-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none !important;
  scroll-behavior: none !important;
}

.swiper-container {
  overflow: hidden;
}

.sprite {
  display: flex;
  align-items: center;
  justify-content: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid rgba(17, 116, 166, 0.5);
  -webkit-text-fill-color: #1d1d1d;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0) 100%);
}

[data-content] {
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
}

[data-tab-content] {
  display: none;
}
[data-tab-content].active {
  display: block;
}

*::-webkit-scrollbar {
  width: 0.6rem;
  cursor: pointer;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-thumb);
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
*::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track);
}
*::-webkit-scrollbar-button {
  display: none;
  background-color: transparent;
  box-shadow: none;
}

[data-fancybox] {
  outline: initial !important;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  overflow-y: auto;
  padding: 20px 0;
  height: 100%;
  min-height: 100dvh;
  max-height: 100dvh;
  background: rgba(65, 71, 85, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s, z-index 0.5s 0.7s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: bottom;
  pointer-events: none;
  backdrop-filter: blur(0.8rem);
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: initial;
}
.overlay.active-mode {
  opacity: 1;
  z-index: 35;
  visibility: visible;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  pointer-events: initial;
  transition: opacity 0.2s, visibility 0.2s, z-index 0.2s;
}
@media (min-width: 576px) {
  .editor .wpcf7 {
    max-width: 618px;
  }
}
@media (min-width: 1024px) {
  .hidden-for-tablet {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  :root {
    --container-offset: clamp(16px, 5.21vw, 4rem);
  }
  .langs a b {
    display: none;
  }
}
@media (max-width: 1023px) {
  *::-webkit-scrollbar {
    display: none;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 991px) {
  :root {
    --header-height: 86px;
  }
}
@media (max-width: 766px) {
  .editor .wpcf7 {
    max-width: 576px;
  }
  .editor > div:not([class]) br {
    display: none;
  }
}
@media (max-width: 575px) {
  :root {
    --default-padding: 20px;
    --container-offset: 16px;
  }
  .main-title {
    margin: 24px 0;
  }
  .tag {
    height: 24px;
    font-size: 14px;
  }
  .editor .row .main-button {
    width: 100%;
  }
  .overlay {
    padding: 10px 0 !important;
  }
}
@media (hover: hover) {
  .tag:hover {
    background: #cfe9fb;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  }
  .langs a:hover {
    color: var(--cl-e);
  }
  .search-form__btn:hover svg, .search-form__btn:hover img {
    transform: scale(1.1);
  }
  .editor a:not([class]):hover {
    text-decoration-color: transparent;
  }
}
@media (hover: none) {
  .tag:active {
    background: #cfe9fb;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  }
  .langs a:active {
    color: var(--cl-e);
  }
  .search-form__btn:active svg, .search-form__btn:active img {
    transform: scale(1.1);
  }
  .editor a:not([class]):active {
    text-decoration-color: transparent;
  }
}
/*# sourceMappingURL=critical.css.map */