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

* {
  -webkit-tap-highlight-color: transparent;
}

/* ios */
input,
input:before,
input:after,
textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: unset;
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

* {
  --color-first: #0D9C46;
  --color-first-hover: #077232;
  --color-first-hover-2: #0D9C46;
  --color-black: #1A1A1A;
  --color-white: #fff;
  --color-gray: #E9E9E9;
  --color-border: #d9d9d9;
  --bg-page: #fafafa;
  --bg-footer: #1B1B1B;
  --bg-footer-bottom: #282828;
  --input-error: #D14F4F;
  --anim4: 0.4s cubic-bezier(0.77,0.2,0.05,1.0);
  --anim2: 0.2s ease-in-out;
  --anim1: 0.1s ease;
}

html {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: var(--color-black);
  cursor: default;
  background: var(--bg-page);
}

h1 {
  margin-bottom: 15px;
  font-family: "RussoOne", sans-serif;
  font-size: 54px;
  line-height: 75px;
  text-transform: uppercase;
  color: var(--color-white);
}

h2 {
  font-size: 50px;
  line-height: 65px;
  font-family: "RussoOne", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

h3 {
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-family: "RussoOne", sans-serif;
}
h3 span {
  color: var(--color-first);
}

h4 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

b, strong {
  font-weight: 700;
}

h1 b,
h2 b,
h3 b,
h4 b {
  letter-spacing: 1.3px;
}

/* Plugins section -------------------------------- */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background: #CECECE;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background: #303030;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background: #272727;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background: #272727;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/**
 * Swiper 8.0.7
 * 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: March 4, 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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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;
  -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;
}

/* Auto Height */
.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;
}

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

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

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

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

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

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

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Bullets */
.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

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

/* Progress */
.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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

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

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

/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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-slide-visible .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 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.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;
}

.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;
}

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

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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;
}

/* End plugins ------------------------------------ */
@font-face {
  src: local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Montserrat-SemiBold"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: local("RussoOne-Regular"), url("../fonts/RussoOne-Regular.woff2") format("woff2"), url("../fonts/RussoOne-Regular.woff") format("woff");
  font-family: "RussoOne";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.btn--link, .btn--burger {
  display: none;
  -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;
  width: 40px;
  height: 40px;
  position: relative;
  background: var(--color-first);
  border-radius: 100%;
  z-index: 10;
}
.btn--link.js-active span, .btn--burger.js-active span {
  opacity: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn--link.js-active span:nth-child(2), .btn--burger.js-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.btn--link.js-active span:nth-child(1), .btn--burger.js-active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.btn--link.js-active span:nth-child(3), .btn--burger.js-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
      -ms-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
.btn--link span, .btn--burger span {
  z-index: 1;
  display: block;
  border-radius: 3px;
  width: 24px;
  height: 2px;
  background: var(--color-white);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}
.btn--link span:not(:last-child), .btn--burger span:not(:last-child) {
  margin-bottom: 5px;
}

.alm-btn-wrap .alm-load-more-btn.btn,
.btn {
  border: unset;
  border-radius: 30px;
  padding: 13px 16px;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: var(--color-white);
  background: var(--color-first);
  cursor: pointer;
}
.alm-btn-wrap .alm-load-more-btn.btn {
  height: unset;
}
.alm-btn-wrap .alm-load-more-btn.btn.loading {
  background-color: var(--color-first);
}
.alm-btn-wrap .alm-load-more-btn.btn.loading:before {
  margin: 9px;
}
.btn.disable {
  background: #ccc;
  pointer-events: none;
}
.alm-btn-wrap .alm-load-more-btn.btn:hover,
.btn:hover {
  background: var(--color-first-hover);
}
.btn--icon-tel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 16px;
  line-height: 1;
  -webkit-transition: var(--anim1);
  -o-transition: var(--anim1);
  transition: var(--anim1);
}
.btn--icon-tel::before {
  content: "";
  display: block;
  margin-right: 7px;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  background: var(--image) no-repeat;
  background-position: center;
  background-size: 14px 13px;
  background-color: #1dac56;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.btn--icon-tel:hover {
  background: var(--color-first-hover);
}
.btn--icon-tel:hover::before {
  background-color: var(--color-first-hover);
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}

.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social li {
  font-size: 0;
}
.social li:not(:last-child) {
  margin-right: 15px;
}
.social a:hover img {
  -webkit-transform: scale(1.2) rotate(25deg);
      -ms-transform: scale(1.2) rotate(25deg);
          transform: scale(1.2) rotate(25deg);
}
.social img {
  width: 30px;
  height: 30px;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}

a[href^=tel] {
  font-family: "RussoOne";
  font-weight: 400;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row .col {
  width: 50%;
}

section ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section ul li::before {
  content: "";
  margin-top: 2px;
  margin-right: 10px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  min-width: 10px;
  background: var(--color-first);
}

.feedback {
  margin-top: 20px;
  border-radius: 30px;
  padding: 23px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: rgba(26, 26, 26, 0.7);
}
.feedback__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-first);
}
.feedback__tel {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 35px;
}
.feedback__tel:hover a {
  color: var(--color-first);
}
.feedback ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.feedback li {
  margin: unset !important;
}
.feedback li img {
  transition: var(--anim2);
}
.feedback li:hover img {
  transform: rotate(25deg) scale(1.1);
}
.feedback li::before {
  content: none;
}

input {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 12px 15px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: var(--color-white);
  background: transparent;
}
input:focus {
  border-color: var(--color-first);
}

.form_wrap {
  margin-left: auto;
  border-radius: 30px;
  padding: 40px;
  max-width: 640px;
  background: rgba(26, 26, 26, 0.7);
}
.form_title {
  margin-bottom: 20px;
  font-family: "RussoOne", sans-serif;
  color: var(--color-first);
  font-size: 47px;
  line-height: 1.15;
  text-transform: uppercase;
  text-align: center;
}
.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
}
.form_row.descr-required {
  margin-top: 5px;
  font-size: 14px;
}
.form_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 15px;
  width: 100%;
}
.form_input_wrap:not(:last-child) {
  margin-right: 10px;
}
.form label {
  margin-bottom: 5px;
  font-size: 18px;
}
.form .btn {
  margin-top: 15px;
  width: 100%;
}
.form--request .form_wrap {
  margin: unset;
  padding: unset;
  max-width: 560px;
  background: unset;
}
.form--request .form_title {
  margin-bottom: 25px;
  font-size: 50px;
  text-align: left;
  text-transform: uppercase;
}
.form--request .form_subtitle {
  margin-bottom: 30px;
  max-width: 480px;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
}
.form--request .form_input_wrap {
  margin-bottom: 20px;
}
.form--request .btn {
  margin-top: 5px;
}
.form--request label {
  font-weight: 500;
}
.form--request input {
  border-color: rgba(13, 156, 70, 0.3);
  color: var(--color-2);
}
.form--request input:focus {
  border-color: var(--color-first);
}

section:not(.banner) {
  padding: 80px 0;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: -50px !important;
  width: 50px !important;
  height: 50px !important;
  background: url("../img/icons/arrow-btn.svg") no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: grayscale(1) brightness(1.3);
          filter: grayscale(1) brightness(1.3);
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  -webkit-filter: unset;
          filter: unset;
}
.swiper-button-next {
  right: -70px !important;
}
.swiper-button-prev {
  left: -70px !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-button-wrapper {
  top: calc(50% - 50px) !important;
}
.swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-pagination-bullet {
  margin: 0 3px !important;
  background: var(--color-first) !important;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.swiper-pagination-bullet-active {
  border-radius: 10px !important;
  width: 14px !important;
}

.slides-wrapper {
  position: relative;
}

.scrollup {
  position: fixed;
  right: 2%;
  bottom: 20px;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
  cursor: pointer;
  z-index: 10;
}
.scrollup:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.scrollbar-inner .scroll-element:hover .scroll-bar {
  background: var(--color-first);
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background: #e1e1e1;
  opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background: #f0f0f0;
  opacity: 1;
}
.scrollbar-inner > .scroll-element.scroll-y {
  width: 6px;
}

.popup {
  position: relative;
  margin: 0 auto;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  padding: 60px 30px;
  max-width: 680px;
  background: var(--color-white);
}
.popup h2 {
    margin: 0 auto 15px;
    max-width: 440px;
    font-size: 34px;
    line-height: 40px;
}
.popup .subtitle {
  margin: 0 auto;
  max-width: 400px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.popup input {
  border-color: rgba(13, 156, 70, 0.3);
  color: var(--color-2);
}
.popup input:focus {
  border-color: var(--color-first);
}
.popup .form {
  padding: 40px 30px 0;
}
.popup .form_input_wrap:not(:last-child) {
  margin-bottom: 25px;
}
.popup .form .btn {
  margin-top: unset;
}
.popup .mfp-close {
  right: 25px;
  top: 25px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: url("../img/icons/popup-close.svg") no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.popup .mfp-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
      -ms-transform: scale(1.1) rotate(90deg);
          transform: scale(1.1) rotate(90deg);
}
.popup .thank__img {
  margin: 0 auto 30px;
  max-width: 100px;
  max-height: 100px;
}

.container {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1460px;
  width: 100%;
}

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #eee;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-x: hidden;
}

section:nth-child(odd) {
  background: var(--color-gray);
}

.header {
  position: fixed;
  width: 100%;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
  z-index: 20;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  max-width: 270px;
}
.header__logo svg {
  width: 100%;
}
.header__logo svg path {
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.header__nav.js-open {
  right: 0;
  z-index: 1;
  width: 50vw;
  opacity: 1;
  visibility: visible;
}
.header .nav__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "RussoOne";
  font-weight: 400;
  color: var(--color-white);
  -webkit-transition: var(--anim1);
  -o-transition: var(--anim1);
  transition: var(--anim1);
}
.header .nav__tel a {
  display: flex;
  align-items: center;
}
.header .nav__tel a::before {
  content: "";
  display: block;
  margin-right: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: var(--image) no-repeat;
  background-position: center;
  background-size: 14px 13px;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header .nav__tel a:hover {
  color: var(--color-first);
}
.header .nav__tel a:hover::before {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.header .nav__call {
  margin-left: 25px;
}
.header .nav__call .btn--icon-tel {
  font-size: 14px;
}
.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background var(--anim2);
  -o-transition: background var(--anim2);
  transition: background var(--anim2);
}
.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  color: var(--color-white);
  background: rgba(26, 26, 26, 0.6);
}
.header__lang li:not(:last-child) {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}
.header__lang a:hover {
  color: var(--color-first);
}
.header__lang .current-lang {
  opacity: 0.5;
  pointer-events: none;
}
.header .social {
  margin-right: 30px;
}
.header.white:not(.js-menu-open) {
  background: rgba(61, 70, 94, 0.7); /* полупрозрачный фон */
  backdrop-filter: blur(15px);         /* размывает то, что под блоком */
  -webkit-backdrop-filter: blur(6px); /* для Safari */
}
.header.white:not(.js-menu-open) .menu li,
.header.white:not(.js-menu-open) .header__lang,
.header.white:not(.js-menu-open) .nav__tel {
  color: #ffffff;
}
.header.white .menu-item-has-children > a::after {
  filter: invert(1);
}
.header.white .nav__tel:hover {
  color: var(--color-first);
}
.header.white:not(.js-menu-open) .header__lang {
  background: unset;
}
.header.white:not(.js-menu-open) .nav__tel::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.white:not(.js-menu-open) .header__logo svg path {
/*fill: #747474;*/

.header.white:not(.js-menu-open) .header_logo svg path:nth-of-type(2),
.header.white:not(.js-menu-open).header_logo svg path:nth-of-type(3) {
  fill: #000 !important; /* цвет при скроллинге */
}


}
.header.js-menu-open {
  background: var(--color-black);
}
.header.js-menu-open .header__bottom {
  background: var(--color-black);
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  font-weight: 600;
}
.menu li {
  color: var(--color-white);
  -webkit-transition: var(--anim1);
  -o-transition: var(--anim1);
  transition: var(--anim1);
  line-height: 3;
}
.menu li:hover {
  color: var(--color-first) !important;
}

.footer {
  padding: 66px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-white);
  background: #272c3a;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__item {
  margin-top: 50px;
  max-width: 235px;
}
.footer__item.mode {
  font-size: 18px;
}
.footer__item--map {
  overflow: hidden;
  margin-top: unset;
  border-radius: 20px;
  width: 100%;
  height: 330px;
  max-width: 620px;
}
.footer__item--map iframe {
  width: 100% !important;
  height: 100% !important;
}
.footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 37px;
  font-family: "RussoOne", sans-serif;
  font-size: 24px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--color-first);
}
.footer__title-img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
}
.footer__socials li:not(:last-child) {
  margin-bottom: 20px;
}
.footer__socials li img{
  transition: var(--anim2);
}
.footer__socials li:hover{
  color: var(--color-first);
}
.footer__socials li:hover img{
  transform: rotate(25deg);
}
.footer__socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__socials img {
  margin-right: 15px;
  width: 22px;
  height: 22px;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "RussoOne";
  font-weight: 400;
  white-space: nowrap;
  color: var(--color-white);
  -webkit-transition: var(--anim1);
  -o-transition: var(--anim1);
  transition: var(--anim1);
}
.footer__tel li {
  display: flex;
}
.footer__tel li a {
  display: flex;
  align-items: center;
}
.footer__tel li a::before {
  content: "";
  display: block;
  margin-right: 12px;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  background: var(--image) no-repeat;
  background-position: center;
  background-size: 14px 13px;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.footer__tel li a:hover {
  color: var(--color-first);
}
.footer__tel li a:hover::before {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.footer__bottom {
  padding: 11px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #3d465e;
}

.banner {
  position: relative;
  color: var(--color-white);
  background: unset !important;
}
.banner__bg {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.banner__bg::after {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  inset: 0;
}
.banner__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .row {
  padding: 170px 0 100px;
}
.banner ul {
  max-width: 550px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.banner ul li::before {
  margin-top: 8px;
}
.banner ul li:not(:last-child) {
  margin-bottom: 20px;
}
.why__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.why__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 auto;
  border: 1px solid var(--color-border);
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  max-width: 400px;
  background: var(--color-white);
}
.why__item-img {
  margin: 0 auto;
  margin-bottom: 15px;
  border: 2px solid rgba(13, 156, 70, 0.5);
  border-radius: 100%;
  padding: 20px;
  width: 72px;
  height: 72px;
}
.why__item h3 {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
}

.ransom {
  position: relative;
  overflow: hidden;
  padding: 80px 0 5px !important;
}
.ransom::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 80px;
  display: block;
  border-radius: 80px 0 0 80px;
  width: min(480px, 14vw);
  height: 490px;
  background: #0d9c46a3;
}
.ransom .container {
  position: relative;
  z-index: 5;
}
.ransom h2 {
  margin-bottom: 40px;
  text-align: center;
  color: #1a1a1a;
}
.ransom ul {
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
}
.ransom ul li::before {
  margin-top: 12px;
  border-radius: 2px;
}
.ransom ul li:not(:last-child) {
  margin-bottom: 15px;
}
.ransom .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.ransom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  justify-content: left;
}
.ransom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 33.3%;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.ransom__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  border: 1px solid #c9c9c9fc;
  width: 100px;
  height: 100px;
  min-width: 100px;
}
.ransom__item-img img {
  margin: auto;
}
.ransom__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.ransom__bottom img {
  max-height: 270px;
}
.ransom__bottom-img-l {
  margin-left: 50px;
}
.ransom__bottom-img-r {
  margin-right: 60px;
}

.gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
}
.gallery__item {
  max-width: calc(25% - 20px);
  display: none;
}
.gallery__item-img {
  overflow: hidden;
  border-radius: 20px;
  font-size: 0;
  max-height: 195px;
  display: flex;
  align-items: center;
}
.gallery__item-title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
.gallery__item-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #7e7e7e;
}
.gallery__item-bottom {
  margin-top: 10px;
}
.gallery .btn {
  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;
  margin: 40px auto 0;
  width: 100%;
  max-width: 450px;
  text-align: center;
}
.gallery .btn::after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 13px;
  height: 13px;
  background: url("../img/icons/more-btn.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

/*.request {
  position: relative;
  padding-top: 135px;
}
.request .col {
  width: 100%;
}
.request__img {
  position: absolute;
  left: 43%;
  bottom: 0px;
  z-index: 5;
}
.request__img img {
  max-width: 1090px;
}
.request__bg {
  position: absolute;
  right: 0;
  top: 55%;
  border-radius: 83px 0 0 83px;
  width: 440px;
  height: 550px;
  background: #0d9c46a3;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.request__bg::after {
  content: "";
  position: absolute;
  left: -60px;
  right: 0;
  top: -60px;
  bottom: -60px;
  border-top: 1px solid var(--color-first);
  border-bottom: 1px solid var(--color-first);
  border-left: 1px solid var(--color-first);
  border-radius: 125px 0 0 125px;
  opacity: 0.3;
}*/

.brand-gallery {
  padding-top: 150px;
  padding-bottom: 120px;
}
.brand-slide {
  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;
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 17px;
  height: auto;
  background: var(--color-white);
}
.brand-slide img {
  max-width: 126px;
  max-height: 95px;
}

.reviews {
  padding-bottom: 110px;
}
.reviews-slide {
  border: 1px solid var(--color-border);
  border-radius: 30px;
  padding: 25px 15px 25px 25px;
  height: auto;
  background: var(--color-white);
}
.reviews-slide__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 2px solid var(--color-first);
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.reviews-slide__img img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-slide__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.reviews-slide__title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: var(--color-first);
}
.reviews-slide__subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #7e7e7e;
}
.reviews-slide__content {
  padding-right: 20px !important;
  height: 100%;
  max-height: 200px;
}
.reviews-slide__content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.accordion-top {
  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;
  width: 100%;
  font-size: 18px;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  cursor: pointer;
}
.accordion-top .title {
  width: 100%;
  font-weight: 500;
}
.accordion-wrap {
  --gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: calc(var(--gap) - 5px) var(--gap);
}
.accordion-item {
  border: 1px solid var(--color-border);
  border-radius: 20px;
  padding: 20px;
  width: calc(50% - var(--gap) / 2);
  height: 100%;
  background: var(--color-white);
}
.accordion-item.open .accordion-btn {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordion-content {
  display: none;
}
.accordion-content p,
.accordion-content li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #505050;
}
.accordion-content ul,
.accordion-content ol {
  padding-left: 10px;
}
.accordion-content ul li::before {
  margin-top: 9px;
  width: 6px;
  height: 6px;
  min-width: 6px;
}
.accordion-content ol {
  list-style: auto;
  padding-left: 20px;
}
.accordion-btn {
  width: 45px;
  height: 45px;
  -webkit-filter: grayscale(1) brightness(1.3);
          filter: grayscale(1) brightness(1.3);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}
.accordion-btn:hover {
  -webkit-filter: unset;
          filter: unset;
}
.wpcf7-response-output {
  display: none;
}
.form_input_wrap .wpcf7-not-valid {
  border-color: var(--input-error);
}


.seo-text h1,
.seo-text h2 {
  color: var(--color-black);
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 30px;
}
.seo-text h1 + ul,
.seo-text h2 + ul {
  padding-top: unset;
}
.seo-text p {
  line-height: 1.5;
}
.seo-text p + p {
  margin-top: 15px;
}
.seo-text strong {
  font-weight: 700;
}
.seo-text h1:not(:first-child),
.seo-text h2:not(:first-child) {
  margin-top: 40px;
}
.seo-text ol,
.seo-text ul {
  padding: 20px;
}
.seo-text ol li,
.seo-text ul li {
  padding: 10px 0;
  display: block;
  line-height: 1.5;
}
.seo-text ol li {
  display: list-item;
}
.seo-text ol {
  list-style: auto;
}
.seo-text ul li::before {
  display: block;
  position: absolute;
  top: 14px;
  left: -15px;
}

.breadcrumbs {
  padding-top: 134px;
  display: flex;
  gap: 10px;
  font-weight: 500;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li:hover {
  color: var(--color-first-hover);
}
.breadcrumbs li:not(:last-child)::after {
  content: '';
  background: center / contain no-repeat url('../img/icons/arrow.svg');
  width: 6px;
  height: 10px;
  display: inline-flex;
  margin-left: 10px;
}
.breadcrumbs span {
  color: #1A1A1A80;
}

.page-single-blog .post-wrap {
  background: unset;
}
.page-single-blog .post {
  padding-bottom: 30px;
}

.page-services h1,
.page-single-blog h1 {
  text-align: center;
  color: unset;
  margin-bottom: 30px;
}
.page-services .wrap h3,
.page-single-blog .wrap h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: unset;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
}
.page-services .wrap h4,
.page-single-blog .wrap h4 {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}
.page-services .wrap p,
.page-single-blog .wrap p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.page-services .wrap ul:not(:last-child),
.page-services .wrap p:not(:last-child),
.page-single-blog .wrap ul:not(:last-child),
.page-single-blog .wrap p:not(:last-child) {
  margin-bottom: 30px;
}
.page-services .wrap img,
.page-single-blog .wrap img {
  max-height: 450px;
  object-fit: cover;
  flex: 0 0 700px;
  width: unset;
  overflow: hidden;
  border-radius: 20px;
}

.single-blog-text .wrap .row,
.page-services .wrap .row {
  align-items: stretch;
}
.single-blog-text .wrap .row .text,
.page-services .wrap .row .text {
  align-self: center;
}

.page-services .row:nth-child(odd),
.page-single-blog .row:nth-child(odd){
  flex-direction: row-reverse;
}
.page-services .wrap,
.page-single-blog .wrap {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.page-services .text li,
.page-single-blog .text li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  display: list-item;
}
.page-services .text li::before,
.page-single-blog .text li::before {
  width: 3px;
  height: 3px;
  min-width: 3px;
  background: var(--color-black);
  margin-bottom: 5px;
  display: inline-block;
}
.page-services .text ol,
.page-single-blog .text ol {
  list-style-type: auto;
  padding-left: 20px;
}
.page-services .text ol li:not(:last-child),
.page-single-blog .text ol li:not(:last-child) {
  margin-bottom: 20px;
}
.page-services .service-text,
.page-single-blog .single-blog-text {
  padding-top: 20px;
}
.page-services .service-text {
  padding-bottom: unset;
}
.page-services .request,
.single-posts .request {
  /* background: var(--color-gray); */
  margin-bottom: 160px;
  background: linear-gradient(180deg, var(--color-gray), transparent);
}
.page-services .brand-gallery {
  background: unset;
}



.page-blog .banner {
  min-height: 500px;
}
.page-blog .banner li::before {
  content: none;
}
.page-blog .banner span {
  color: #fff;
}
.page-blog .breadcrumbs li:not(:last-child)::after {
  filter: invert(1);
}
.page-blog .breadcrumbs span {
  opacity: 0.7;
}
.page-blog h1 {
  max-width: 700px;
}
.page-blog .banner p {
  max-width: 1000px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
section.post-wrap {
  padding: 60px 0;
}


.post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.post li {
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.post li:hover .post__title {
  color: var(--color-first-hover);
}

.post li::before {
  content: none;
}
.post li img {
  object-fit: cover;
  max-height: 300px;
}
.post li a {
  width: 100%;
}
.post__desk {
  padding: 15px;
}
.post__date {
  color: #7E7E7E;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.post__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  padding-top: 40px;
}

.pagination .page-numbers {
  --size: 50px;

  border: 2px solid #aaa;
  color: #aaa;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  width: var(--size);
  height: var(--size);
  transition: var(--anim2);
}
.pagination .page-numbers:hover {
  border-color: var(--color-first);
}
.pagination .page-numbers.current {
  color: var(--color-first);
  border-color: var(--color-first);
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  background: center / 8px no-repeat url('../img/icons/arrow.svg');
}
.pagination .page-numbers.next {
  font-size: 0;
}
.pagination .page-numbers.prev {
  font-size: 0;
  transform: rotate(180deg);
}
.alm-is-loaded .alm-btn-wrap{
  display: none;
}


.menu-item-has-children > a::after {
  content: '';
  background: center / contain no-repeat url('../img/icons/arrow_white.svg');
  width: 10px;
  height: 10px;
  display: inline-block;
  transition: var(--anim2);
  margin-left: 5px;
}
.menu-item-has-children a.active::after{
  transform: rotateX(180deg);
}
.menu-item-has-children .sub-menu {
  position: absolute;
  max-width: 355px;
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--color-border);
  opacity: 0;
  visibility: hidden;
  transition: var(--anim4);
  z-index: 100000000;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-item-has-children .sub-menu li {
  color: var(--color-black);
  line-height: 1.5;
}
.menu-item-has-children .sub-menu li:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 10px;
  margin-bottom: 10px;
}



@media screen and (max-width: 1600px) {
  .swiper-button-next, .swiper-button-prev {
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    margin-top: unset !important;
  }
  .swiper-button-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: unset !important;
    bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .ransom__item-img {
    margin-right: 10px;
  }
  .ransom__item {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  h1 {
        font-size: 36px;
        line-height: 60px;
  }

.form_title {
    margin-bottom: 20px;
    font-family: "RussoOne", sans-serif;
    color: var(--color-first);
    font-size: 32px;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center;
}

  .header__logo {
    max-width: 220px;
  }
  .header__bottom {
    position: absolute;
    left: 0;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid rgba(220, 220, 220, 0.3);
    border-bottom: 1px solid rgba(220, 220, 220, 0.3);
    padding: 10px 20px;
    width: 100%;
  }
  .header__lang {
    margin-right: unset;
  }
  .header.white:not(.js-menu-open) .header__bottom {
    opacity: 0;
    visibility: hidden;
  }
  .footer__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  .footer__item {
    width: 100%;
    max-width: calc(50% - 20px);
  }
  .ransom::after {
    width: 15vw;
  }
  .ransom ul li::before {
    margin-top: 10px;
  }
  .ransom ul {
    font-size: 20px;
    line-height: 30px;
  }
  .ransom__items {
    width: 100% !important;
    gap: 10px;
  }
  .ransom__item {
    max-width: calc(33.3% - 10px);
    font-size: 16px;
  }
  .ransom__bottom-img-l {
    margin-left: 30px;
  }
  .ransom__bottom-img-r {
    margin-right: 30px;
  }
  .request__img {
    position: relative;
    left: 10%;
    bottom: 0;
    width: 90%;
  }
  .request__bg-wrap {
    position: relative;
    bottom: -90px;
  }
  .request__bg {
    top: -200px;
    width: min(440px, 35vw);
    height: 100%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .breadcrumbs {
    padding-top: 174px;
  }
  .page-services .row {
    align-items: start;
  }
  .page-services .wrap .text {
    flex: 0 1 60%;
  }
  .page-single-blog .wrap img,
  .page-services .wrap img {
    flex: 1 0 40%;
  }

  .menu {
    column-gap: 15px;
  }
  .header__lang {
    margin-left: 10px;
  }

  .single-posts .breadcrumbs,
  .single-services .breadcrumbs {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .btn--link, .btn--burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form_title {
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  section:not(.banner) {
    padding: 80px 0;
  }
  .header__nav {
    position: absolute;
    right: 0;
    top: calc(100% + 52px);
    z-index: -5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 60px 15px;
    width: 30vw;
    height: calc(100vh - 136px);
    overflow-y: auto;
    background: var(--color-black);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--anim4);
    -o-transition: var(--anim4);
    transition: var(--anim4);
  }
  .header .nav__call .btn--icon-tel {
    margin-right: 30px;
    padding: unset;
    font-size: 0;
  }
  .header .nav__call .btn--icon-tel::before {
    margin: unset;
    width: 40px;
    height: 40px;
    background-size: 19px;
    background-color: var(--color-first);
  }
  .header .nav__call {
    margin-left: auto;
  }
  .header__lang {
    margin-top: 60px;
    padding: unset;
    font-family: "RussoOne", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    background: unset;
  }
  .header__lang {
    margin-left: unset;
  }
  .header .social {
    margin-right: unset;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-family: "RussoOne", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    row-gap: 25px;
  }
  .footer__item {
    margin-top: unset;
  }
  .footer {
    padding: 50px 0 30px;
  }
  .why__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .why__item h3 {
    font-size: 20px;
  }
  .ransom ul li::before {
    margin-top: 8px;
  }
  .ransom ul {
    font-size: 16px;
    line-height: 25px;
  }
  .ransom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .ransom__item-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .gallery__item {
    max-width: calc(50% - 20px);
  }
  .request__img {
    left: 0;
    width: 100%;
  }
  .request__bg::after {
    left: -20px;
    top: -20px;
    bottom: 0;
    border-radius: 50px 0 0 50px;
  }
  .request__bg {
    top: -50px;
    border-radius: 40px 0 0 40px;
    width: min(440px, 40vw);
  }

  .page-single-blog .row,
  .page-single-blog .row:nth-child(odd),
  .page-services .row,
  .page-services .row:nth-child(odd) {
    flex-direction: column;
  }
  .page-single-blog .wrap img,
  .page-services .wrap img {
    width: 100%;
    flex: unset;
    margin-bottom: 10px;
  }

  .post {
    grid-template-columns: repeat(2, 1fr);
  }

  .menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    background: unset;
    border: unset;
    max-width: unset;
    transition: unset;
    display: none;
  }
  .menu-item-has-children .sub-menu li {
    color: #fff;
    font-size: 20px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
  }
  .menu-item-has-children > a::after {
    margin-bottom: 3px;
  }
  .menu li {
    line-height: 1;
  }

  .header.white .menu-item-has-children > a::after {
    filter: invert(0);
  }

}
@media screen and (max-width: 1000px) and (max-width: 768px) {
  .header__nav {
    width: 45vw;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
  }
  .form_wrap {
    margin: 0 auto;
  }

.gallery__item-img {
    overflow: hidden;
    border-radius: 20px;
    font-size: 0;
    max-height: 115px;
    display: flex;
    align-items: center;
}

  .form--request .form_title {
    margin-bottom: 5px;
    font-size: 24px;
    text-align: center;
  }
  .form--request .form_subtitle {
    margin: 0 auto 30px;
    max-width: 80%;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
  .form--request label {
    font-size: 14px;
  }
  .popup {
    max-width: 450px;
  }
  .popup .form {
    padding: 15px 0 0;
  }
  .header__nav.js-open {
    width: 70vw;
  }
  .footer__item--map {
    max-width: 100%;
  }
  .footer__title-img {
    width: 40px;
    height: 40px;
  }
  .footer__title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .footer__tel li a::before {
    display: none;
  }
  .footer {
    font-size: 16px;
  }
  .footer__wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer__item {
    width: 100%;
    max-width: 290px;
  }
  .footer__item--map {
    max-width: 100%;
  }
  .banner .row .col {
    width: 100%;
  }
  .banner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 230px 0 80px;
  }
  .why__item-img {
    margin-bottom: unset;
    padding: 15px;
    width: 60px;
    height: 60px;
  }
  .why__item h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
    text-align: left;
  }
  .why__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ransom::after {
    border-radius: 50px 0 0 50px;
    height: 300px;
  }
  .ransom ul {
    width: 100% !important;
  }
  .ransom__item {
    max-width: calc(50% - 10px);
  }
  .ransom__items {
    max-width: unset;
    justify-content: unset;
  }
  .ransom__item-img {
        padding: 7px;
        width: 60px;
        height: 60px;
        min-width: 60px;
  }
  .ransom__bottom-img-l {
    margin-left: unset;
  }
  .ransom__bottom-img-r {
    margin-right: unset;
  }
  .ransom__bottom {
    top: unset;
  }
  .ransom {
    padding: 80px 0 60px;
  }
  .gallery {
    padding: 80px 0;
  }
  .reviews-slide__top {
    margin-bottom: 10px;
  }
  .reviews-slide__title {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews-slide__content p {
    font-size: 16px;
    line-height: 25px;
  }
  .reviews-slide__content {
    max-height: 190px;
  }
  .reviews-slide {
    padding: 20px 10px 20px 15px;
  }
  .accordion-top .title {
    padding-right: 10px;
    line-height: 20px;
    line-height: 25px;
  }
  .accordion-top {
    font-size: 16px;
  }
  .accordion-wrap {
    --gap: 15px;
  }
  .accordion-item {
    border-radius: 15px;
    padding: 10px 15px;
    width: 100%;
  }
  .accordion-btn {
    width: 40px;
    height: 40px;
  }

  .seo-text h1,
  .seo-text h2 {
    font-size: 24px;
  }

  .breadcrumbs {
    font-size: 14px;
  }
  .page-services h1 {
    text-align: left;
  }
  .page-services .wrap p {
    font-size: 16px;
  }
  .page-services .wrap h3 {
    font-size: 18px;
  }
  .page-services .text li {
    font-size: 16px;
  }

  .post {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}
@media screen and (max-width: 425px) {
  h1 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .feedback__title {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 19px;
  }
  .feedback__tel {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 28px;
  }
  .feedback {
    padding: 23px 23px 6px;
    max-width: 100%;
  }
  .form_wrap {
    padding: 40px 15px;
  }
  section:not(.banner) {
    padding: 50px 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  .swiper-button-wrapper {
    bottom: -5px;
  }
  .popup {
    padding: 50px 15px;
  }
  .popup h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .popup .subtitle {
    font-size: 16px;
    line-height: 25px;
  }
  .popup .mfp-close {
    right: 10px;
    top: -55px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__wrapper {
    padding: 10px 0;
  }
  .header__logo {
    max-width: 230px;
  }
  .header__nav.js-open {
    width: 100%;
  }
  .header__bottom {
    padding: 12px 10px;
  }
  .footer__item--map {
    height: 450px;
  }

  .footer__socials li:not(:last-child) {
    margin-bottom: 15px;
  }
  .footer__socials img {
    width: 35px;
    height: 35px;
  }
  .banner .row {
    padding: 185px 0 20px;
  }
  .banner ul {
    font-size: 16px;
    line-height: 25px;
  }
  .banner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .why h2 {
    margin: 0 auto 20px;
    max-width: 80%;
  }
  .why__item-img {
    margin: unset;
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  .why__item h3 {
    max-width: 205px;
    font-size: 16px;
    line-height: 24px;
  }
  .why__item {
    justify-self: start;
    border-radius: 20px;
    padding: 15px;
  }
  .why {
    padding: 50px 0 55px !important;
  }
  .ransom::after {
    bottom: 30px;
    display: block;
    border-radius: 30px 0 0 30px;
    height: 224px;
  }
  .ransom h2 {
    margin-bottom: 20px;
  }
  .ransom ul li:not(:last-child) {
    margin-bottom: 7px;
  }
  .ransom__item {
    font-size: 14px;
  }
  .ransom__bottom-img-l {
    margin-left: -90px;
  }
  .ransom__bottom-img-r {
    margin-right: -70px;
  }
  .ransom {
    padding: 50px 0 40px !important;
  }
  .gallery__items {
    gap: 20px;
  }
  .gallery__item-title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: unset;
  }
  .gallery__item-bottom {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery__item {
    max-width: 100%;
  }
  .gallery .btn {
    margin-top: 20px;
  }
  .brand-slide img {
    max-height: 80px;
  }
  .reviews-slide__content {
    max-height: 150px;
    padding-right: 10px !important;
  }

  .page-services .service-text {
    padding-top: 20px;
  }
  .page-services h1 {
    margin-bottom: 10px;
  }

  .single-posts .breadcrumbs,
  .single-services .breadcrumbs {
    padding-top: 100px;
  }
}

@media (hover: hover) {
  
  .menu-item-has-children:hover > a::after {
    transform: rotateX(180deg);
  }
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.request__img {
  display: flex;
  justify-content: center;   /* по центру */
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 20px;             /* отступы */
}

.request__img img {
  max-width: 100%;           /* адаптив */
  height: auto;
  border-radius: 20px;       /* скругленные углы */
  object-fit: cover;         /* чтобы не растягивалась */
  box-shadow: 0 8px 25px rgba(0,0,0,0.15); /* тень */
}

/* Десктоп: 2 колонки — форма | картинка */
.section.request .row{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:32px;
  align-items:start;
}

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

.request__img img{
  display:block;         /* убирает лишние зазоры */
  width:100%;
  max-width:640px;       /* ограничение на широких экранах */
  height:auto;
  aspect-ratio: 16/9;    /* ровное соотношение */
  object-fit:cover;
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}

@media (max-width: 992px){
  .section.request .row{
    grid-template-columns:1fr;
    gap:20px;
  }
  .form--request{ order:1; }
  .request__img{ order:2; }
  .request__img img{ max-width:100%; aspect-ratio: 4/3; }
}

@media (max-width: 768px){
  .section.request .container{ padding-left:16px; padding-right:16px; }
  .request__img img{ border-radius:14px; }
}

/* =======================
   REQUEST (hero-форма) — патч от 2025-09-19
   ======================= */

/* раскладка: форма слева, картинка справа */
section.request .row{
  display: grid !important;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: start;
  gap: 32px;
}

/* форма – на всю колонку */
section.request .form--request { width: 100%; }
section.request .form--request .form_wrap{ margin:0; padding:0; max-width:none; background:transparent; }

/* заголовки + подзаголовок */
section.request .form--request .form_title{
  margin-bottom: 18px;
  font-size: 48px;
  line-height: 1.15;
  text-transform: uppercase;
      text-align: center;
}
section.request .form--request .form_subtitle{
  margin-bottom: 26px;
  max-width: 550px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
      text-align: center;
}

/* обёртка картинки */
section.request .request__img{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* сама картинка – полностью адаптивная */
section.request .request__img img{
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

/* ---------- Адаптив ---------- */

/* планшет: складываем в одну колонку, картинка ниже формы */
@media (max-width: 992px){
  section.request .row{
    grid-template-columns: 1fr;
    gap: 20px;
  }
  section.request .form--request{ order:1; }
  section.request .request__img{ order:2; }
  section.request .request__img img{
    max-width: 100%;
    aspect-ratio: 4/3;
    border-radius: 16px;
  }
}

/* мобильный: компактные отступы и шрифты, картинка – карточкой */
@media (max-width: 768px){
  section.request .container{ padding-left:16px; padding-right:16px; }
  section.request .form--request .form_title{ font-size: 34px; }
  section.request .form--request .form_subtitle{ font-size:14px; }
  section.request .request__img img{
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
  }
}

/* очень маленькие экраны */
@media (max-width: 480px){
  section.request .form--request .form_title{ font-size: 30px; }
  section.request .request__img img{ border-radius: 12px; }
}
