@charset "UTF-8";

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-Regular.woff") format("woff"),
    url("fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-Italic.woff") format("woff"),
    url("fonts/Montserrat-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-Medium.woff") format("woff"),
    url("fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-MediumItalic.woff") format("woff"),
    url("fonts/Montserrat-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-SemiBold.woff") format("woff"),
    url("fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-SemiBoldItalic.woff") format("woff"),
    url("fonts/Montserrat-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("fonts/Montserrat-Bold.woff") format("woff"),
    url("fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/* @font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("./fonts/Montserrat-BoldItalic.woff") format("woff"), url("./fonts/Montserrat-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}


@font-face {
  font-family: "Josefin Sans";
  font-display: swap;
  src: url("./fonts/JosefinSans-Regular.woff") format("woff"), url("./fonts/JosefinSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
} */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.video-container.videoIsPlay iframe {
  pointer-events: all;
}
a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
  display: block;
  border-style: none;
}

video {
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

button,
input {
  overflow: visible;
  outline: none;
  border: none;
}

[type="submit"],
button,
select {
  text-transform: none;
  cursor: pointer;
  outline: none;
  border: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  padding: 0;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  outline: none;
  border: none;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* .form-horizontal {
  padding: 30px 0;
} */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

svg {
  display: block;
}

header a,
footer a,
.contacts a {
  text-decoration: none;
  display: block;
}

header ul,
footer ul,
nav ul,
.contacts ul,
.page__nav,
.aside__nav,
.tags,
.contacts__list {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
}

/* change colours to suit your needs */

ins {
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border: none;
  cursor: help;
  text-decoration: none;
}

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

/* change border colour to suit your needs */

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

input,
select {
  vertical-align: middle;
  outline: none;
  border: none;
}

/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  list-style: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

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

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

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

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

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

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.magazine__slider .swiper-button-next,
.magazine__slider .swiper-button-prev {
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
  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-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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

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

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

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

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

.swiper-grid > .swiper-wrapper {

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-direction: column;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
  z-index: 10;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

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

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

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

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

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

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

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

.accordeon.is-init .accordeon-item-body {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}

.accordeon-item {
  overflow: hidden;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.accordeon-item.no-child .accordeon-item-head i {
  display: none;
}

.accordeon-item.opened > .accordeon-item-head i::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.accordeon-item.opened .accordeon-item-body,
.accordeon-item.no-collapsed .accordeon-item-body {
  opacity: 1;
  visibility: visible;
  max-height: none;
}

.accordeon-item-head {
  position: relative;
  cursor: pointer;
}

.accordeon-item-head span {
  max-width: calc(100% - 15px);
}

.accordeon-item-head i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0);
  -ms-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
  width: 20px;
  height: 20px;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.accordeon-item-head i::before,
.accordeon-item-head i::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 12px;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.accordeon-item-head i::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordeon-item-head i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.accordeon-item-body {
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.select-dropdown.active .chevron-down {
  -webkit-transform: translate(0, -50%) rotateX(180deg);
  transform: translate(0, -50%) rotateX(180deg);
}

.select-dropdown__button {
  padding: 10px 35px 10px 16px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  min-width: 210px;
  text-align: left;
  font-weight: 500;
  line-height: 1.25;
}

.select-dropdown__button::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
}

.select-dropdown__button::focus {
  outline: none;
}

.select-dropdown__button .chevron-down,
.viewAllRegions .chevron-down {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url(../../images/new_design/icons/arrow_down_bold_white.svg);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: calc(100% + 22px);
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 10px 0;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  background: rgba(141, 1, 0, 0.8);
  min-width: max-content;
}

.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10!important;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 6px 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  text-transform: uppercase;
}

.select-dropdown__list-item.active,
.select-dropdown__list-item:hover {
  background: #8d0100;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.om-sliderrange {
  min-height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.om-sliderrange-range {
  height: 4px;
  position: relative;
  margin: 8px 4px;
}

.om-sliderrange-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: -6px 10% 0;
  font-size: 12px;
}

.om-sliderrange-range:before {
  display: block;
  content: "";
  height: 4px;
  border-radius: 4px;
  background: #c2c0c2;
}

.om-sliderrange-range-indicator {
  height: 4px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: Highlight;
}

.om-sliderrange-button-start,
.om-sliderrange-button-end {
  cursor: pointer;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #7a7a7a;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: visible;
}

:root {
  --red: #8d0100;
  --black: #000000;
  --blackgray: #262626;
  --dark-green: #073640;
  --light-green: #54838d;
  --gray: #777777;
  --pag-gray: #a8a8a8;
  --white: #ffffff;
  --s12: 12px;
  --s14: 14px;
  --s16: 16px;
  --s18: 18px;
  --s20: 20px;
  --s22: 22px;
  --s24: 24px;
  --s26: 26px;
  --s28: 28px;
  --s30: 30px;
  --s32: 32px;
  --s36: 36px;
  --s40: 40px;
  --s48: 48px;
  --s50: 50px;
  --s54: 54px;
  --s80: 80px;
  --padding: 4.165%;
  --mb-padding: 20px;
  --swiper-arrow-mb-fs: 19px;
  --M: "Montserrat", sans-serif;
}

/* width */

.hide {
  display: none !important;
  visibility: hidden !important;
}

/*
* Default styles
*/

.b {
  display: block;
}

.f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aib {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aife {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.fs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gr {
  display: grid;
}

.grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px;
}

.grid-col-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.gg80 {
  grid-gap: 80px;
}

.gg60 {
  grid-gap: 60px;
}

.gg50 {
  grid-gap: 50px;
}

.gg40 {
  grid-gap: 40px;
}

.gg35 {
  grid-gap: 35px;
}

.gg30 {
  grid-gap: 30px;
}

.gg25 {
  grid-gap: 25px;
}

.gg20 {
  grid-gap: 20px;
}

.gg12 {
  grid-gap: 12px;
}

.gg10 {
  grid-gap: 10px;
}

.gg5 {
  grid-gap: 5px;
}

.w100 {
  width: 100%;
}

.yc {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.yx {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.xyc {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tr4 {
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.tr6 {
  -webkit-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s;
}

.lsn {
  list-style: none;
}

.pt-60 {
  padding-top: 60px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-10 {
  margin: 10px 0;
}

.mb-30-10 {
  margin: 10px 0 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-cover img {
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.thumb-fill img {
  -o-object-fit: fill;
  object-fit: fill;
}

.ov-hide {
  overflow: hidden;
}

.container {
  padding: 0 var(--padding);
  margin: 0 auto;
  width: 100%;
}

.container.container-big {
  max-width: 1500px;
}

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.see-all {
  font-weight: 500;
  line-height: 1.25;
  text-transform: capitalize;
  text-decoration: none;
}

.see-all-mobile {
  font-weight: 500;
  text-align: center;
}

.up-title {
  margin-bottom: 30px;
}

.section-title {
  font-weight: 500;
  font-size: var(--s30);
  line-height: 1.2626;
  /*text-transform: capitalize;*/
}

.section-subtitle {
  font-weight: 500;
  font-size: var(--s18);
  line-height: 1.2222;
}

.abs-content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: auto;
  padding: 30px;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.abs-content-title {
  font-weight: 600;
  font-size: var(--s18);
  line-height: 1.22;
}

.abs-content-title a {
  text-decoration: none;
}

.abs-content-desc {
  font-size: var(--s14);
  line-height: 1.5;
}

.abs-content.centered {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-interactiv {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.2;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.content-interactiv-title {
  font-size: var(--s20);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.content-interactiv-desc {
  margin: 8px 0 12px;
  font-weight: 500;
  font-size: 16px;
}
.acres-count {
  font-size: 20px;
  line-height: 20px;
}
.content-interactiv-price {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.content-interactiv-price.price::before {
  vertical-align: baseline;
}

.title.t-30 {
  font-weight: 600;
  font-size: var(--s30);
  line-height: 1.2333;
}

.title.t-24 {
  font-weight: 500;
  font-size: var(--s24);
  line-height: 1.25;
}

.bg-blur {
  position: relative;
}

.magazine__slider .bg-blur::after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.magazine__slider .abs-content {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.magazine__slider .abs-content-title {
  text-transform: uppercase;
}
.magazine__slider .abs-content-desc {
  font-size: 14px;
}
.magazine__slider .abs-content > * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grad-v2 .bg-blur::after {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.z-2 {
  position: relative;
  z-index: 2;
}

.z-3 {
  position: relative;
  z-index: 3;
}

.z-4 {
  position: relative;
  z-index: 4;
}

.full-width {
  width: 100%;
}

.bg-grad {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: -o-linear-gradient(329.98deg, #066fbf 0%, #cc2936 100%);
  background: linear-gradient(120.02deg, #066fbf 0%, #cc2936 100%);
  mix-blend-mode: screen;
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.bg-grad.bg-grad-v2 {
  background: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  mix-blend-mode: inherit;
}

.bg-grad::before,
.bg-grad::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  top: 50%;
  z-index: -1;
}

.bg-grad::before {
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 246, 247, 0)),
    to(#f3f6f7)
  );
  background: -o-linear-gradient(top, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
  background: linear-gradient(180deg, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
}
#magazine__main .red-title-block__wrapper {
  flex-direction: column;
}
#magazine__main .red-title-block__wrapper > *:not(:last-child) {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.bg-grad::after {
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(243, 246, 247, 0)),
    to(#f3f6f7)
  );
  background: -o-linear-gradient(top, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
  background: linear-gradient(180deg, rgba(243, 246, 247, 0) 0%, #f3f6f7 100%);
}

.location,
.price {
  position: relative;
}

.location::before,
.price::before {
  display: inline-block;
  content: url(../../images/new_design/icons/location.svg);
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.price::before {
  content: url(../../images/new_design/icons/dollar.svg);
}

.currency {
  display: block;
  position: relative;
  white-space: nowrap;
}

.currency::after {
  display: inline-block;
  content: url(../../images/new_design/icons/arrow_down_bold_white.svg);
  margin-left: 5px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

.head-arrow {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
}

.head-arrow span {
  max-width: calc(100% - 15px);
}

.head-arrow i {
  position: absolute;
  right: 0;
  top: 35%;
  -webkit-transform: translate(-6px, -50%) rotate(90deg);
  -ms-transform: translate(-6px, -50%) rotate(90deg);
  transform: translate(-6px, -50%) rotate(90deg);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}

.head-arrow i::after {
  content: "next";
  font-family: swiper-icons;
  font-size: 15px;
  font-style: normal;
}

.screen-reader-text,
.filters__body-checkboxes input[type="checkbox"] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.iframebox {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*
  padding-top: 56.25%;
  */
}

.iframebox iframe,
.iframebox img,
.iframebox svg {
  display: block;
  width: 100%;
  height: 34dvh;
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; */
}

video {
  display: block;
  width: 100%;
  height: auto;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-right: 31px;
  font-size: var(--s16);
  line-height: 1.25;
  transition: opacity 0.3s ease;
}
.breadcrumbs li:not(:first-child):hover {
  opacity: 0.7;
}

.breadcrumbs li a::after {
  position: absolute;
  content: "";
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url(../../images/new_design/icons/arrow_right.svg) no-repeat center;
}

.breadcrumbs li:last-child a::after {
  content: none;
}

.js-read-more {
  overflow: hidden;
}

.fseb {
  font-size: var(--s48);
}

.fsbbb {
  font-size: var(--s36);
}

.fsbb {
  font-size: var(--s32);
}

.fsb {
  font-size: var(--s30);
}

.fst {
  font-size: var(--s24);
}

.fsts {
  font-size: var(--s22);
}

.fsrb {
  font-size: var(--s20);
}

.fsr {
  font-size: var(--s18);
}

.fss {
  font-size: var(--s16);
}

.fsss {
  font-size: var(--s14);
}

.fwl {
  font-weight: 300;
}

.fwn {
  font-weight: 400;
}

.fwm {
  font-weight: 500;
}

.fws {
  font-weight: 600;
}

.fwb {
  font-weight: 700;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.taj {
  text-align: justify;
}

.ttu {
  text-transform: uppercase;
}

.ttl {
  text-transform: lowercase;
}

.c-black {
  color: #000;
}

.btn {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--wh);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid var(--dblue);
  background: var(--dblue);
  min-width: 155px;
  /* border-radius: 100px; */
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
.btn:hover {
  background: var(--dlblue);
  border: 1px solid var(--dlblue);
}
.btn-red:hover {
  color: #fff;
  background: var(--red) !important;
}
.btn-scroll-down {
  position: relative;
  display: block;
  width: 31px;
  height: 50px;
  border: solid 3px #fff;
  border-radius: 20px;
}

.btn-scroll-down::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -15%);
  -ms-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
  width: 18px;
  height: 18px;
  background: url(../../images/new_design/icons/arrow_down.svg) no-repeat center;
  -webkit-animation: UpDown 1s infinite alternate;
  animation: UpDown 1s infinite alternate;
}

.btn-details {
  display: inline-block;
  padding: 6px 16px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: capitalize;
  color: var(--red);
  text-decoration: none;
  background: #fff;
  border-radius: 30px;
}

.btn-learn-more,
.btn-white,
.btn-red {
  display: inline-block;
  padding: 10px 17px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: var(--red);
}

.btn-learn-more.jcsb,
.btn-white.jcsb,
.btn-red.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn-white {
  padding: 10px 20px;
  color: var(--red);
  background: #fff;
}

.btn-red {
  padding: 10px 20px;
  color: #fff;
  background: var(--red);
}

.btn-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(../../images/new_design/icons/play-btn.svg) no-repeat center;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.btn-play:disabled {
  opacity: 0;
  pointer-events: none;
}

a.read-more-less-btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

a.read-more-less-btn::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background: url(../../images/new_design/icons/arrow_down_bold.svg) no-repeat
    center;
}
a.read-more-less-btn.less-link::after {
  top: 15%;
  transform: rotate(-180deg);
}

.sw-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.sw-btns.sw-small .sw-btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-weight: 600;
  font-size: 0;
  line-height: 1.6666;
}

.sw-btns.sw-small .sw-btn::after {
  font-size: var(--swiper-arrow-mb-fs);
}

.sw-btn {
  width: 100px;
  height: 100px;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  color: #fff;
  text-transform: capitalize;
}

.sw-btn::after {
  font-size: 62px;
  color: #fff;
}

.sw-pag {
  bottom: 6px;
}

.sw-pag .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.sw-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.sw-pag.pag-black .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid #4d4d4d;
  background: #4d4d4d;
}

.sw-pag.pag-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.logo {
  max-width: 200px;
  width: 100%;
  min-height: 46px;
  max-height: 50px;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.logo img {
  width: 100%;
  max-width: 200px;
  max-height: 50px;
}

.header {
  position: fixed;
  z-index: 50;
  width: 100vw;
  height: auto;
  left: 0;
  top: 0;
  background: rgba(31, 33, 42, 0.5);
}

.header-logo {
  margin-right: auto;
}

.header__top-links {
  position: relative;
  padding: 6px 0;
}

.header__top-links::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: var(--dark-green);
}

.header__top-links li img {
  max-width: 18px;
  max-height: 18px;
}

.header__block {
  overflow: hidden;
  padding: 17px 0;
  -webkit-transition: ease-in-out 0.8s;
  -o-transition: ease-in-out 0.8s;
  transition: ease-in-out 0.8s;
}

.header__nav {
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.header__nav-item {
  font-weight: 700;
  font-size: var(--s16);
  line-height: 1.25;
  text-transform: uppercase;
}

.header-search {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 30px;
  margin-left: 20px;
  background: transparent;
  -webkit-transition: ease-in-out 0.6s;
  -o-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}

.header-search label {
  display: block;
}

.header-search-btns,
.header-search-submit {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  font-size: 0;
}

.header-search-btns {
  z-index: 5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.header-search-btns .btn-cancel,
.header-search-btns .btn-open {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
}

.header-search-btns .btn-cancel::before,
.header-search-btns .btn-open::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-search-btns .btn-cancel {
  opacity: 0;
  pointer-events: none;
}

.header-search-btns .btn-cancel::before {
  width: 10px;
  height: 10px;
  background: url(../../images/new_design/icons/cancel.svg) no-repeat center;
  opacity: 0.5;
}

.header-search-btns .btn-open::before {
  width: 30px;
  height: 30px;
  background: url(../../images/new_design/icons/search-white.svg) no-repeat center;
}

.header-search input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.header-search input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.header-search input[type="search"]::-webkit-search-decoration,
.header-search input[type="search"]::-webkit-search-cancel-button,
.header-search input[type="search"]::-webkit-search-results-button,
.header-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.header-search .search-field {
  display: block;
  padding: 10px 30px 10px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  background: transparent;
}

.header-search-submit {
  right: auto;
  left: 10px;
  background: url(../../images/new_design/icons/search-gray.svg) no-repeat center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.header.search-active .header__nav {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.active-form .header__nav {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}

.header.active-form .header-search {
  max-width: 350px;
  background: #fff;
}

.header.active-form .header-search-btns {
  right: 10px;
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.header.active-form .btn-open {
  pointer-events: none;
  opacity: 0;
}

.header.active-form .header-search-submit,
.header.active-form .btn-cancel {
  opacity: 1;
  pointer-events: all;
}

.burger-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  width: 30px;
  min-width: 30px;
  height: 30px;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 3px;
}

.burger-btn span {
  display: block;
  width: 13px;
  height: 2px;
  pointer-events: none;
  background: #fff;
  border-radius: 2px;
}

.menu-fixed {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  width: 25%;
  min-width: 360px;
  height: 100vh;
  padding: 50px 30px 30px;
  background: var(--red);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.menu-fixed.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu-close {
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 10px;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 0 10px auto;
  font-size: 0;
  background: transparent;
}

.menu-close::before,
.menu-close::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1px;
  border-radius: 1px;
  background: #fff;
}

.menu-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu__list {
  width: calc(100% + 60px);
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.menu__list-item {
  padding: 20px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.menu__list-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.menu__list-item.opened .menu__sub {
  padding-top: 15px;
}
.menu__list-item.opened .menu__sub .menu__sub {
  padding-top: 0;
}

.menu__list-item.opened > .menu__sub {
  max-height: 100% !important;
}
.menu__list-title {
  font-weight: 600;
  font-size: var(--s18);
  line-height: 1.2222;
  text-transform: uppercase;
}

.menu__sub-item:not(:last-child) {
  margin-bottom: 4px;
}

.menu__sub-item a {
  font-weight: 500;
  font-size: var(--s12);
  line-height: 1.8333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu__contacts-title {
  font-weight: 500;
  font-size: var(--s12);
  line-height: 1.8333;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu__contacts-item img {
  max-width: 22px;
  max-height: 22px;
}

body {
  position: relative;
  width: 100%;
  min-width: 320px;
  font-weight: 400;
  background: var(--black);
  font-family: var(--current-font-family);
  /* font-family: "Josefin Sans"; */
  font-size: var(--s16);
  font-style: normal;
  color: var(--white);
  line-height: 1.75;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  /* scrollbar-width: thin;
  scrollbar-color: #7f7f7f white; */
  /* for Firefox */
  /* overflow-y: scroll; */
}

body.lock {
  overflow: hidden;
}
body.lock .modal .modal--overlay {
  opacity: 1;
}
/*
body.lock main::after {
  opacity: 1;
}*/

main {
  overflow: hidden;
}
/*
main::after {
  position: absolute;
  z-index: 2;
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 80%);
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
}*/

/** SELECT */

.select2-container {
  z-index: 101;
}

.select2-results__option {
  padding: 10px 10px 10px 20px;
}

.select2-dropdown {
  border: 1px solid #d1d6d7;
}
.magazine__banner-footer .bg-image {
  object-fit: fill!important;
}
.main:not(.fullscreen-scroll) .hero,
.try,
.subscrible {
  min-height: 100vh;
  /* min-height: 90vh; */
}
.grecaptcha-badge {
  display: none;
}
.fullscreen-scroll .hero {
  min-height: 100%;
}
.try,
.subscrible {
  display: flex;
  align-items: center;
}
.hero.slider-stop .sw-btn {
  display: none;
}

.hero-content.container {
  padding-bottom: 60px;
  /* z-index: 3; */
}

.hero-content .swiper-button-prev {
  left: calc(var(--padding) / 2);
}

.hero-content .swiper-button-next {
  right: calc(var(--padding) / 2);
}

.hero-content .btn-scroll-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.hero-title {
  margin-bottom: 10px;
}

.hero-subtitle {
  margin-top: 5px;
  line-height: 1.25;
  font-size: 22px;
}
.hero-content .hero__text.hero__text-bg .hero-subtitle {
  font-size: 16px;
}
.hero .bg-content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero .bg-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__links-group li:last-child .btn-learn-more::after {
  content: none;
}

.hero__links-group .btn-learn-more {
  position: relative;
  padding: 10px 15px;
}

.hero__links-group .btn-learn-more::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero__text-bg {
  max-width: 500px;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.65);
}

.hero__text-bg .hero-title {
  font-weight: 500;
  font-size: var(--s30);
  line-height: 1.2626;
}

.hero__text-bg .hero-subtitle {
  line-height: 1.75;
}

.filters {
  z-index: 5;
  padding: 20px 0;
  background: var(--red);
}

.filters__block {
  overflow: initial;
}

.filters__head > .title {
  font-weight: 600;
}

.filters__head-group {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px solid #ffffff;
}

.filters-main-submit {
  width: 60px;
  min-width: 30px;
  padding: 6px 16px;
  background: url(../../images/new_design/icons/search-white.svg) no-repeat center;
}

.filters-open-btn {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
  background: transparent;
}

.filters__body {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.signature__item .bg-blur > a {
  pointer-events: all;
}
.filters__body-content {
  padding: 60px 0 30px;
}
.filter-open .print_container.dbl-btns-option {
  display: none;
}
.filters__body::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: var(--blackgray);
  left: 50%;
  top: 20px;
  width: 100vw;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.filters__body ul {
  list-style: none;
}

.filters__body-checkboxes-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-bottom: 30px;
}

.filters__body-col:last-child {
  grid-column: span 2;
}

.filters__body-col:last-child .filters__body-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 50px;
}

.filters__body-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--s18);
  line-height: 1.2222;
  text-decoration: none;
}
.filters__body-title .fa {
  color: white;
  opacity: 1;
}
.filters__body-checkboxes li {
  padding: 7px 0;
}

.filters__body-checkboxes li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filters__body-checkboxes li label span:last-child {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #fff;
}

.filters__body-checkboxes li label span:last-child::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  opacity: 0;
}

.filters__body-checkboxes li label input:checked + span::after {
  opacity: 1;
}

.filters__body-checkboxes li .checkbox-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.filters__body-interactiv {
  margin-bottom: 30px;
}

.filters__body-search-title {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: var(--s18);
  line-height: 1.2222;
  text-transform: uppercase;
}

.filters__body-search input {
  display: block;
  width: 100%;
  min-width: 300px;
  max-width: 721px;
  padding: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  background: #fff;
}

.filters__btns-wrap .btn-white {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.filters__btns-wrap .btn-white::before {
  width: 20px;
  height: 20px;
}

/* .filters__btns-view .view-type::before {
  content: url(../../images/new_design/icons/dots.svg);
}

.filters__btns-view .map-view::before {
  content: url(../../images/new_design/icons/location-red.svg);
} */

.featured > .container {
  position: relative;
}

.featured .swiper {
  /*overflow: inherit;*/
}
.featured.section-fullscreen .swiper {
  overflow: hidden;
}
.featured .swiper-slide {
  overflow: hidden;
  height: 420px;
}

.featured .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;

  height: 100%;
}

.featured .sw-btns {
  position: absolute;
  right: var(--padding);
  top: 0;
}

.signature__item {
  overflow: hidden;
  position: relative;
}

.signature__item .abs-content-desc {
  font-weight: 500;
}

.signature__item figure {
  width: 100%;
  height: 100%;
}

.signature__item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.signature__item .content-interactiv {
  opacity: 0;
  pointer-events: none;
}

.signature .see-all-mobile {
  display: none;
  margin: 20px auto 0;
  max-width: calc(100% - var(--padding) * 2);
}

.magazine__banner {
  position: relative;
  /* padding: 60px var(--padding); */
  padding: 60px;
}
.magazine.section-fullscreen .magazine__banner {
  flex: auto;
  height: auto !important;
  max-height: 100%;
  overflow: hidden;
}
.magazine__block .swiper-button-next {
  right: 0;
}
.magazine__block .swiper-button-prev {
  left: 0;
}

.magazine__banner::after {
  z-index: -1;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6)
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.magazine .section-subtitle {
  margin-top: 10px;
}

.magazine-title {
  font-weight: 600;
  font-size: var(--s24);
  line-height: 1.25;
}

.magazine-subtitle {
  margin-top: 10px;
  font-weight: 500;
  font-size: var(--s18);
  line-height: 1.2222;
}

.magazine__slider {
  width: 100%;
  overflow: hidden;
  /* padding:0 30px; */
  /* background: #000; */
}

.magazine__slider .swiper {
  padding: 10px 0 38px;
}

.magazine.section-fullscreen.pt-60.pb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.magazine__block {
  grid-auto-rows: 100%;
}

.magazine__block .magazine__slider-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.magazine__block .magazine__slider-inner .--transparent-bg {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.magazine__block .magazine__slider-inner .swiper {
  flex: auto;
}
.magazine__slider .swiper-slide {
  height: calc(100% / 3) !important;
  /* height: 205px !important; */
  overflow: hidden;
}
 .swiper-mobile-greed .swiper-slide {
  overflow: visible;
 }
.magazine__slider .swiper-slide a {
  height: 100%;
  display: flex;
}
main:not(.fullscreen-scroll) .magazine {
  height: 100vh;
  min-height: 700px;
}
.magazine__block .magazine__slider .abs-content {
  max-width: calc(100% - 20px);
  width: 200px;
}
.loadingOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}
.magazine__slider .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.magazine__slider .swiper > .swiper-pagination-bullets {
  bottom: 6px;
}

.magazine__slider .abs-content {
  padding: 15px;
}

.magazine__slider .abs-content-title {
  font-weight: 500;
  font-size: var(--s16);
  line-height: 1.25;
}

.magazine__slider .abs-content-desc {
  line-height: 1.1428;
}

.magazine__subscrible {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}

.magazine__subscrible.no-line::before {
  content: none;
}

.magazine__subscrible::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: 50vw;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.magazine__subscrible-title {
  font-weight: 400;
  font-size: var(--s24);
  line-height: 1.4166;
}

.magazine__subscrible-subtitle {
  margin-top: 14px;
  line-height: 1.375;
}

.magazine-btns {
  margin-top: 24px;
  gap: 12px;
}

.magazine-btns .btn-learn-more {
  min-width: 178px;
}

.magazine-noslider {
  padding-bottom: 28px;
}

.magazine-noslider .magazine__block {
  min-height: 600px;
}

.magazine-noslider .magazine__slider,
.magazine-noslider .magazine__slider-head,
.magazine-noslider .magazine__subscrible {
  background: transparent;
}

.magazine-noslider .magazine__slider-inner {
  height: 100%;
}

.magazine-noslider .magazine__subscrible {
  padding-top: 0;
}

.ribbon-slider {
  padding: 15px 0 33px;
}

.ribbon-slider .swiper-slide {
  height: auto;
}

.ribbon-slider .swiper-slide img {
  width: 100%;
  height: 100%;
}

.ribbon-slider .sw-pag {
  bottom: 0;
}

.about {
  padding: 132px 0;
}

.about__block {
  gap: 20px;
}

.num__items {
  width: 100%;
  gap: 120px;
}

.num__items-item {
  position: relative;
  padding: 43px 0;
  text-align: center;
}

.num__items-item:not(:last-child)::after {
  position: absolute;
  content: "";
  right: -60px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}

.num-inner {
  font-weight: 600;
  font-size: var(--s80);
  line-height: 1.25;
  margin-bottom: 10px;
}

.num-desc {
  font-weight: 500;
  font-size: var(--s20);
  line-height: 1.25;
}

.about-title,
.try-title,
.subscrible-title {
  margin-bottom: 16px;
}
.about-description {
  font-size: 18px;
}
.about-description,
.try-description,
.subscrible-description {
  margin: 16px 0 30px;
  font-size: 18px;
}

.try,
.subscrible {
  padding: 88px 0;
}

.try__block,
.subscrible__block {
  max-width: 526px;
}

.try__block {
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.65);
}

.subscrible__block {
  position: relative;
  margin-left: auto;
  padding: 47px; /*47px 166px 47px 60px*/
  background: rgba(77, 3, 3, 0.8);
  background-blend-mode: hard-light;
}
.subscrible form input:not(:last-child) {
  margin-bottom: 10px;
}
.swiper-wrapperh-100 .swiper-wrapper {
  height: 100% !important;
}
.subscrible form input[type="text"],
.subscrible form input[type="email"] {
  width: 100%;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid transparent;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.subscrible form input[type="text"]::-webkit-input-placeholder,
.subscrible form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.subscrible form input[type="text"]::-moz-placeholder,
.subscrible form input[type="email"]::-moz-placeholder {
  color: #fff;
}

.subscrible form input[type="text"]:-ms-input-placeholder,
.subscrible form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.subscrible form input[type="text"]::-ms-input-placeholder,
.subscrible form input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.subscrible form input[type="text"]::placeholder,
.subscrible form input[type="email"]::placeholder {
  color: #fff;
}

.subscrible form input[type="submit"],
.subscrible form button[type="submit"] {
  margin-top: 10px;
}

.social {
  padding: 17px 0;
  background: #000;
}

.social__list-item img {
  max-width: 24px;
  max-height: 24px;
}

.salepost {
  padding: 60px 0;
  background: #fff;
}

.salepost__content-bottom {
  padding-top: 20px;
  border-top: 1px solid #000000;
}

.salepost__content .breadcrumbs {
  margin-bottom: 30px;
}

.salepost__content .section-title,
.salepost__content h1,
.salepost__content h2,
.salepost__content h3,
.salepost__content h4,
.salepost__content h5,
.salepost__content h6 {
  margin: 20px 0;
  font-weight: 600;
  /*text-transform: capitalize;*/
}

.salepost__content .section-title:first-child,
.salepost__content h1:first-child,
.salepost__content h2:first-child,
.salepost__content h3:first-child,
.salepost__content h4:first-child,
.salepost__content h5:first-child,
.salepost__content h6:first-child {
  margin-top: 0;
}

.salepost__content h1,
.salepost__content h2 {
  font-size: var(--s30);
  line-height: 1.2626;
}

.salepost__content h3,
.salepost__content h4,
.salepost__content h5,
.salepost__content h6 {
  font-size: var(--s18);
  line-height: 1.5555;
}

.salepost__content p,
.salepost__content li,
.salepost__content a {
  font-size: var(--s18);
  line-height: 1.5555;
}

.salepost__content a.read-more-less-btn {
  margin-left: auto;
  font-size: var(--s16);
}

.salepost-text {
  margin-bottom: 12px;
}

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

.salepost__map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.6%;
  flex: 0 0 40.6%;
}

.salepost__map .iframebox {
  /*min-height: 536px;*/
  margin-bottom: 10px;
}
.swiper-wrapper {
  /* height: auto !important; */
}
.hero-home .swiper-wrapper {
  height: 100% !important;
}
.salepost-btns {
  grid-template-columns: repeat(2, 1fr);
}

.salepost-btns .btn-learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}

.salepost-btns .btn-learn-more.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.videos {
  background: #fff;
}

.videos-item {
  min-height: 786px;
  overflow: hidden;
}

.videos-item video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.videos .swiper {
  padding-bottom: 55px;
}

.map .iframebox {
  padding: 0;
  min-height: 450px;
}

.contact {
  padding: 60px 0;
  background: var(--dark-green);
}

.contact .section-title,
.contact__form {
  max-width: 615px;
  margin: 0 auto;
}

.contact__form {
  margin: 30px auto 0;
}

.contact__form input[type="text"],
.contact__form input[type="email"],
.contact__form input[type="number"],
.contact__form textarea {
  display: block;
  width: 100%;
  padding: 8px;
  border: 2px solid transparent;
  font-weight: 500;
  font-size: var(--s16);
  line-height: 1.25;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.contact__form input[type="text"]::-webkit-input-placeholder,
.contact__form input[type="email"]::-webkit-input-placeholder,
.contact__form input[type="number"]::-webkit-input-placeholder,
.contact__form textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact__form input[type="text"]::-moz-placeholder,
.contact__form input[type="email"]::-moz-placeholder,
.contact__form input[type="number"]::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
  color: #fff;
}

.contact__form input[type="text"]:-ms-input-placeholder,
.contact__form input[type="email"]:-ms-input-placeholder,
.contact__form input[type="number"]:-ms-input-placeholder,
.contact__form textarea:-ms-input-placeholder {
  color: #fff;
}

.contact__form input[type="text"]::-ms-input-placeholder,
.contact__form input[type="email"]::-ms-input-placeholder,
.contact__form input[type="number"]::-ms-input-placeholder,
.contact__form textarea::-ms-input-placeholder {
  color: #fff;
}

.contact__form input[type="text"]::placeholder,
.contact__form input[type="email"]::placeholder,
.contact__form input[type="number"]::placeholder,
.contact__form textarea::placeholder {
  color: #fff;
}

.contact__form input[type="text"].requaired,
.contact__form input[type="text"].error,
.contact__form input[type="email"].requaired,
.contact__form input[type="email"].error,
.contact__form input[type="number"].requaired,
.contact__form input[type="number"].error,
.contact__form textarea.requaired,
.contact__form textarea.error {
  border: 2px solid var(--red);
}

.contact__form textarea {
  height: 100px;
  resize: none;
}

.contact .form-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
}

.contact .form-sumbit {
  display: block;
  /*margin: 15px auto 0;*/
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding: 30px 0;
  font-weight: 600;
  font-size: var(--s18);
  line-height: 1.375;
}

.pagination a {
  text-decoration: none;
}

.pagination-arrow {
  position: relative;
  text-transform: uppercase;
}

.pagination-arrow.no-active {
  pointer-events: none;
}

.pagination-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-list li.current a {
  color: #fff;
  background: var(--red);
}

.pagination-list li a,
.pagination-list li span {
  display: block;
  padding: 2.5px 2px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 6px;
  text-align: center;
}

.pagination-list li a:hover,
.pagination-list li span:hover {
  color: #fff;
  background: var(--red);
}

.pagination-list li span:hover {
  color: #fff;
  background: transparent;
}

.pagination-list li.dots {
  pointer-events: none;
}

.pagination-white {
  color: #000000;
  background: #fff;
}

.search__result {
  padding: 30px 0;
  background: var(--dark-green);
}

.search__result-item a {
  display: block;
  font-weight: 600;
  font-size: var(--s18);
  line-height: 1.2222;
  text-decoration: none;
  text-transform: uppercase;
}

.footer {
  padding: 0px 0 0;
  background: #000;
}
.footer .fp-overflow{
  padding-top: 60px;
}
.footer-rights {
  padding: 60px 0;
  line-height: 1.25;
}

.countries__list {
  grid-auto-flow: column;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 30px 12px;
  margin-top: 30px;
  line-height: 1.25;
}

.countries__list-item {
  position: relative;
}

.countries__list-item.tech-links {
  grid-row: span 2;
  text-transform: uppercase;
}

.countries__list-item.tech-links .countries__sub-item:not(:last-child) {
  margin-bottom: 30px;
}

.countries__list-item.tech-links .countries__sub-item ul li {
  opacity: 0.3;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.countries__list-item.tech-links .countries__sub-item ul li:not(:last-child) {
  margin-bottom: 10px;
}

.countries__list-item.tech-links .countries__sub-item ul li:hover {
  opacity: 1;
}

.countries__list-title {
  margin-bottom: 10px;
  -webkit-transition: ease-in-out 0.4s;
  -o-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}

.countries__sub-item:not(:last-child) {
  margin-bottom: 10px;
}

.scroll-block {
  overflow: auto;
  height: 100%;
}

.text-editor-page iframe {
  max-width: 100%;
}

.inactive-listings.inactive-listings--style2 .signature__item {
  max-height: 100%;
  height: calc(100% / 2);
}
.inactive-listings.inactive-listings--style2 .signature__item .bg-blur {
  top: 0;
  left: 0;
  position: absolute !important;
  height: 100% !important;
}
.inactive-listings.inactive-listings--style2 .signature__item .abs-content {
  top: auto;
  position: absolute !important;
}
.inactive-listings.inactive-listings--style2
  .swiper-grid-column
  > .swiper-wrapper {
  flex-direction: row;
}
.inactive-listings.inactive-listings--style2 .abs-content-title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.abs-content.abs-content--mobile {
  width: 100% !important;
  max-width: 80% !important;
}
.loader-wrapper {
  display: flex;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  align-items: center;
  background-color: #1D1F20;
  justify-content: center;
  top: 0;
  left: 0;
}
.loader-wrapper.is-load-page {
  transform: translateY(-100vh);
  opacity: 0;
  pointer-events: none;
}
.loader  {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
.loader:before {
  animation: ball1 1s infinite;
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1s infinite;
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(0.8);
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.2);
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(0.8);
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
  }
}

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

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

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

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

@-webkit-keyframes hide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.swal2-confirm.swal2-styled {
    background-color: #198754; 
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 24px;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.swal2-confirm.swal2-styled:hover {
    background-color: #157347;
    transform: translateY(-1px);
}

.swal2-confirm.swal2-styled:active {
    background-color: #146c43;
    transform: scale(0.97);
}

.swal2-confirm.swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 135, 84, 0.4);
}

  .btn-loader i {
      margin-left: 5px;
  }


