/*
Theme Name: 3d
*/

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: rgba(40, 139, 97, 0.1);
  border-radius: 50%;
  transition: 0.5s;
}

.slick-dots li.slick-active {
  background: rgba(40, 139, 97, 0.7);
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: #090909;
  font: 400 18px/1.35 "Jost", sans-serif;
  color: #FFFFFF;
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: #121212;
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: red;
  border-radius: 10px;
  background: rgba(24, 223, 180, 0.9);
}

body.fixedTop {
  padding-top: 85px;
}

body.hidden {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  max-width: 1322px;
  padding: 0 16px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: #FFFFFF;
  transition: 0.25s;
}

a:hover {
  color: #18DFB4;
}

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

svg {
  transition: 0.25s;
}

strong {
  font-weight: 500;
}

h1,
.h1 {
  font: 400 138px/1.2 "Jost", sans-serif;
}

h2,
.h2 {
  font: 400 60px/1 "Jost", sans-serif;
}

h3,
.h3 {
  font: 400 35px/1.2 "Jost", sans-serif;
}

h4,
.h4 {
  font: 400 30px/1.2 "Jost", sans-serif;
}

h5,
.h5 {
  font: 400 26px/1.2 "Jost", sans-serif;
}

.opacity5 {
  opacity: 0.5;
}

.opacity7 {
  opacity: 0.7;
}

.buttonWrap {
  display: flex;
}

.buttonWrap.center {
  justify-content: center;
}

.buttonWrap.right {
  justify-content: flex-end;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 50px;
  background: linear-gradient(270deg, #87FFE5 0%, #00E0B0 100%);
  box-shadow: 0px 0px 25px 0px rgba(24, 223, 180, 0.5);
  border-radius: 4px;
  overflow: hidden;
  border: none;
  padding: 4px 24px;
  font: 500 16px/1.2 "Inter", sans-serif;
  text-transform: uppercase;
  color: #090909;
  cursor: pointer;
  transition: 0.25s;
  position: relative;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #DFFFF8 0%, #35FFD3 100%);
  opacity: 0;
  transition: 0.25s;
}

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

.btn:hover {
  color: #090909;
}

.btn:hover::before {
  opacity: 1;
}

.btn_s {
  min-height: 42px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn_l {
  min-height: 70px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 20px;
}

.btn_border {
  background: transparent;
  border: 1px solid transparent;
  border-bottom-color: #18DFB4;
  border-left-color: #18DFB4;
  color: #18DFB4;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.btn_border::before {
  z-index: unset;
  top: -1px;
  left: -1px;
  width: 65%;
  height: 1px;
  background: linear-gradient(90deg, #18DFB4, #090909);
  opacity: 1;
  transition: none;
  transition: 0.25s;
}

.btn_border::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 1px;
  height: 55%;
  background: linear-gradient(#090909, #18DFB4);
  transition: 0.25s;
}

.btn_border:hover {
  border-color: #18DFB4;
  color: #18DFB4;
}

.btn_border:hover::before,
.btn_border:hover::after {
  opacity: 0;
}

.btn_full {
  width: 100%;
}

.arrow {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.25s;
}

.arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}

.arrow_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.social__item {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.25s;
  cursor: pointer;
}

.social__item svg {
  fill: #FFFFFF;
}

.social__item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.inputs {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.input_full {
  grid-column: span 2;
}

input {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(52, 64, 84, 0.2);
  padding: 0 16px;
  font: 400 16px/1.2 "Inter", sans-serif;
  color: #FFFFFF;
  transition: 0.25s;
  cursor: pointer;
}

input::placeholder {
  font: 400 16px/1.2 "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

input:hover {
  background: rgba(52, 64, 84, 0.4);
}

input:focus {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(52, 64, 84, 0.4);
}

.agreement {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.agreement a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid transparent;
}

.agreement a:hover:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.formFiles {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.formFilesField__input {
  display: none;
}

.formFilesButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  max-width: 100%;
  min-height: 45px;
  background: rgba(52, 64, 84, 0.4);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  overflow: hidden;
  border: none;
  padding: 8px 16px;
  font: 400 16px/1.2 "Inter", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.25s;
}

.formFilesButton:hover {
  background: rgba(52, 64, 84, 0.6);
}

.formFilesFile {
  display: none;
  gap: 10px;
  font-size: 16px;
}

.formFilesFile__delete {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.formFilesFile__delete img {
  transition: 0.25s;
}

.formFilesFile__delete:hover img {
  rotate: -90deg;
}

.formFilesFile.active {
  display: flex;
  align-items: center;
}

.overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.5);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
  width: 1080px;
  border-radius: 10px;
  background: #151515;
  box-shadow: 0px 0px 100px 0px rgba(255, 255, 255, 0.25);
  padding: 80px;
  padding-bottom: 60px;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.modal__title {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.modal__subtitle {
  line-height: 1.25;
  margin-bottom: 40px;
}

.modal__subtitle:last-child {
  margin-bottom: 0;
}

.modal__inputs {
  margin-bottom: 40px;
}

.modal__inputs:last-child {
  margin-bottom: 0;
}

.modal__inputs .formFiles {
  grid-column: span 2;
}

.modal__captcha {
  margin-bottom: 20px;
}

.modal__bottom {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.modal__bottom:last-child {
  margin-bottom: 0;
}

.modal__submit {
  width: 220px;
}

.modal__agreement {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.modal__logo {
  display: flex;
  align-items: center;
}

.textBlock h1,
.textBlock h2,
.textBlock h3,
.textBlock h4,
.textBlock h5,
.textBlock h6 {
  margin-top: 60px;
  margin-bottom: 30px;
}

.textBlock h1:last-child,
.textBlock h2:last-child,
.textBlock h3:last-child,
.textBlock h4:last-child,
.textBlock h5:last-child,
.textBlock h6:last-child {
  margin-bottom: 0;
}

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

.textBlock p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
}

.textBlock p:last-child {
  margin-bottom: 0;
}

.textBlock a {
  color: #18DFB4;
}

.textBlock a:hover {
  text-decoration: underline;
}

.textBlock ul {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 15px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
}

.textBlock ol {
  color: rgba(255, 255, 255, 0.75);
  counter-reset: ol;
  margin-bottom: 15px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  counter-increment: ol;
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}

.textBlock ol li:last-child {
  margin-bottom: 0;
}

.textBlock ol li::before {
  content: counter(ol) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.textBlock figure {
  margin: 24px 0;
}

.textBlock img {
  max-width: 50%;
  border-radius: 10px;
}

.mobMenuOverlay {
  display: none;
  position: fixed;
  z-index: 49;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.5);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  overflow: hidden;
}

.mobMenu {
  position: absolute;
  z-index: 50;
  top: 0;
  right: -290px;
  width: 282px;
  max-width: 100%;
  height: 100%;
  background: #131313;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
  transition: 0.5s;
}

.mobMenu::-webkit-scrollbar {
  width: 0;
}

.mobMenu.active {
  right: 0;
}

.mobMenu__head {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #131313;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mobMenu__close {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.mobMenu__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.mobMenu__content {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.mobileMenu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 20px;
}

.mobileMenu__item {
  width: 100%;
}

.mobMenuContacts {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 20px;
}

.mobMenuContacts__mail {
  color: #18DFB4;
}

.mobMenuContacts__mail:hover {
  text-decoration: underline;
}

.header {
  width: 100%;
  background: #090909;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.5s;
}

.header__wrap {
  min-height: 85px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  transition: 0.25s;
}

.header__logo:hover {
  scale: 1.1;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__phone {
  font-size: 20px;
  line-height: 1.5;
  position: relative;
}

.header__phone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 1px;
  background: #18DFB4;
  opacity: 0;
  transition: 0.25s;
}

.header__phone:hover {
  color: #18DFB4;
}

.header__phone:hover::after {
  width: 100%;
  opacity: 1;
}

.header.fixed {
  position: fixed;
  z-index: 47;
  top: -90px;
  left: 0;
}

.header.fixed.out {
  top: 0;
}

.headerMenu {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 20px;
  line-height: 1.5;
}

.headerMenu__item {
  position: relative;
}

.headerMenu__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 1px;
  background: #18DFB4;
  opacity: 0;
  transition: 0.25s;
}

.headerMenu__item:hover {
  color: #18DFB4;
}

.headerMenu__item:hover::after {
  width: 100%;
  opacity: 1;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer {
  background: #121212;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 75px;
}

.footer.footer_noMargin {
  margin-top: 0;
}

.footer__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer__wrap:last-child {
  margin-bottom: 0;
}

.footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.footer__logo:last-child {
  margin-bottom: 0;
}

.footer__address {
  font-size: 16px;
  opacity: 0.7;
}

.footer__title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.4;
  margin-bottom: 20px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}

.footer__bottom a {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.footer__bottom a:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.footerMenu__item {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}

.footerMenu__item:last-child {
  margin-bottom: 0;
}

.footerContacts {
  font-size: 20px;
  line-height: 1;
}

.footerContacts__item {
  margin-bottom: 20px;
}

.footerContacts__item:last-child {
  margin-bottom: 0;
}

.footerMobBottom {
  display: none;
}

.section {
  padding: 75px 0;
}

.section_first {
  padding-top: 40px;
}

.section.section_noPad {
  padding: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_lgPad {
  padding: 150px 0;
}

.section_lgPadT {
  padding-top: 150px;
}

.section_lgPadB {
  padding-bottom: 150px;
}

.sectionHead {
  margin-bottom: 50px;
}

.sectionHead:last-child {
  margin-bottom: 0;
}

.sectionHead__sup {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.sectionHead__sup:last-child {
  margin-bottom: 0;
}

.sectionHead__sup span {
  position: relative;
  padding: 0 12px;
}

.sectionHead__sup span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 38px;
  height: 13px;
  background: url("assets/img/work-data-title-before.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.sectionHead__sup span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 38px;
  height: 13px;
  background: url("assets/img/work-data-title-after.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.sectionHead__title.center {
  text-align: center;
}

.pageTitle {
  margin-bottom: 40px;
}

.pageTitle:last-child {
  margin-bottom: 0;
}

#mainBannerSection {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

#mainBannerSection .wrapper {
  position: relative;
  z-index: 2;
}

.mainBannerGrid {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.75;
}

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

.mainBanner {
  position: relative;
}

.mainBanner__image {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(85%);
}

.mainBanner__image img {
  max-width: 1203px;
}

.mainBanner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.mainBanner__title {
  line-height: 1;
  margin-bottom: 30px;
}

.mainBanner__subtitle {
  font: 400 30px/1.2 "Jost", sans-serif;
  margin-bottom: 50px;
}

.mainBanner__subtitle p {
  margin-bottom: 15px;
}

.mainBanner__subtitle p:last-child {
  margin-bottom: 0;
}

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

.mainBanner__btn .btn {
  min-height: 60px;
  font-size: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.bottomForm {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
}

.bottomForm__image {
  width: 410px;
  height: 100%;
  display: flex;
  align-items: center;
}

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

.bottomForm__content {
  width: calc(100% - 410px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 60px 80px;
  padding-right: 120px;
}

.bottomForm__title {
  font-size: 50px;
  margin-bottom: 15px;
}

.bottomForm__inputs .inputs {
  margin-bottom: 20px;
}

.bottomForm__inputs .inputs:last-child {
  margin-bottom: 0;
}

.bottomForm__bottom {
  display: flex;
  align-items: center;
}

.bottomForm__submit {
  width: 220px;
}

.bottomForm__agreement {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.contacts {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.contacts__title {
  margin-bottom: 35px;
}

.contacts__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts__phone {
  font-size: 30px;
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}

.contacts__phone:hover {
  color: #18DFB4;
  border-bottom-color: #18DFB4;
}

.contacts__mail {
  font-weight: 500;
  font-size: 20px;
  color: #18DFB4;
  border-bottom: 1px solid transparent;
}

.contacts__mail:hover {
  border-bottom-color: #18DFB4;
}

.contactsBlock__title {
  font-size: 16px;
  opacity: 0.4;
  margin-bottom: 8px;
}

.contactsBlock__title:last-child {
  margin-bottom: 0;
}

.contactsBlock__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}

.contactsForm {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contactsForm__bottom {
  display: flex;
  align-items: center;
}

.contactsForm__submit {
  width: 220px;
}

.contactsForm__agreement {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.contactsMap {
  margin-top: 75px;
}

#map {
  width: 100%;
  height: 600px;
  filter: grayscale(100%);
}

.about {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__subtitle {
  width: calc(50% - 10px);
  line-height: 1.25;
  opacity: 0.7;
}

.about__subtitle p {
  margin-bottom: 15px;
}

.about__subtitle p:last-child {
  margin-bottom: 0;
}

.about__image {
  display: flex;
  align-items: center;
}

.about__image img {
  border-radius: 10px;
}

.about__wrap {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.aboutBlock {
  padding-right: 65px;
}

.aboutBlock__title {
  margin-bottom: 20px;
}

.aboutBlock__title:last-child {
  margin-bottom: 0;
}

.aboutBlock__text {
  line-height: 1.25;
  opacity: 0.7;
}

.aboutBlock__text p {
  margin-bottom: 15px;
}

.aboutBlock__text p:last-child {
  margin-bottom: 0;
}

.servicesWrap {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}

.servicesItem__image {
  display: block;
  aspect-ratio: 640/470;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.servicesItem__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
}

.servicesItem__title {
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
}

.servicesItem__subtitle {
  display: block;
  line-height: 1.25;
  color: #FFFFFF;
  opacity: 0.7;
}

.servicesItem:hover .servicesItem__image img {
  transform: scale(1.1) translate(-50%, -50%);
}

#serviceBanner {
  background: rgba(255, 255, 255, 0.05);
  padding: 0;
  margin-bottom: 75px;
  overflow: hidden;
}

.serviceBanner {
  display: flex;
}

.serviceBanner__image {
  width: calc(100% - 640px);
  position: relative;
}

.serviceBanner__image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 30px;
  width: 155px;
  height: 100%;
  background: linear-gradient(270deg, #151515 25%, rgba(21, 21, 21, 0) 100%);
}

.serviceBanner__image::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 785px;
  width: 155px;
  height: 100%;
  background: linear-gradient(90deg, #151515 25%, rgba(21, 21, 21, 0) 100%);
}

.serviceBanner__image img {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translate(0, -50%);
  width: 865px;
  max-width: unset;
}

.serviceBanner__content {
  width: 640px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 40px;
  padding-bottom: 70px;
}

.serviceBanner__back a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.serviceBanner__back a:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.serviceBanner__title {
  margin-bottom: 15px;
}

.serviceBannerOrder {
  border-radius: 6px;
  background: rgba(52, 64, 84, 0.4);
  padding: 20px;
  display: flex;
  align-items: center;
}

.serviceBannerOrder__text {
  width: calc(100% - 140px);
  padding-right: 20px;
  font-size: 16px;
}

.serviceBannerOrder__btn {
  width: 140px;
}

.serviceBannerOrder__btn .btn {
  width: 100%;
}

.serviceBlock {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 110px;
}

.serviceBlock:last-child {
  margin-bottom: 0;
}

.serviceBlock__mobTitle {
  display: none;
}

.serviceBlock__content {
  width: calc(50% - 10px);
  padding-right: 50px;
}

.serviceBlock__title {
  font-size: 50px;
  margin-bottom: 30px;
}

.serviceBlock__text h5, .serviceBlock__text h6 {
  margin-bottom: 16px;
  margin-top: 20px;
}

.serviceBlock__text h5:first-child, .serviceBlock__text h6:first-child {
  margin-top: 0;
}

.serviceBlock__text h5:last-child, .serviceBlock__text h6:last-child {
  margin-bottom: 0;
}

.serviceBlock__text p {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.serviceBlock__text p:last-child {
  margin-bottom: 0;
}

.serviceBlock__text ul {
  font-size: 16px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.serviceBlock__text ul:last-child {
  margin-bottom: 0;
}

.serviceBlock__text ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.serviceBlock__text ul li:last-child {
  margin-bottom: 0;
}

.serviceBlock__text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 12px;
  height: 2px;
  background: #18DFB4;
}

.serviceBlock__image {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
}

.serviceBlock__image img {
  width: 100%;
  border-radius: 10px;
}

.serviceBlock:nth-child(2n) .serviceBlock__content {
  order: 2;
  padding-right: 0;
  padding-left: 50px;
}

.serviceBlock:nth-child(2n) .serviceBlock__image {
  order: 1;
}

.servicePrice {
  border-radius: 10px;
  background: rgba(52, 64, 84, 0.2);
  padding: 60px;
}

.servicePrice__title {
  font-size: 50px;
  margin-bottom: 30px;
}

.servicePrice__wrap {
  display: flex;
  align-items: flex-start;
}

.servicePrice__content {
  width: 46%;
  padding-right: 40px;
  opacity: 0.7;
}

.servicePrice__content p {
  margin-bottom: 15px;
}

.servicePrice__content p:last-child {
  margin-bottom: 0;
}

.servicePrice__content ul {
  margin-bottom: 15px;
}

.servicePrice__content ul:last-child {
  margin-bottom: 0;
}

.servicePrice__content ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.servicePrice__content ul li:last-child {
  margin-bottom: 0;
}

.servicePrice__content ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
}

.servicePriceForm {
  width: 54%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.servicePriceForm__inputs .inputs {
  margin-bottom: 20px;
}

.servicePriceForm__inputs .inputs:last-child {
  margin-bottom: 0;
}

.servicePriceForm__bottom {
  display: flex;
  align-items: center;
}

.servicePriceForm__submit {
  width: 220px;
}

.servicePriceForm__agreement {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.otherServices {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.otherServices__item {
  min-height: 144px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(52, 64, 84, 0.2);
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #18DFB4;
}

.otherServices__item:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(52, 64, 84, 0.4);
}

.worksWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.worksItem {
  display: block;
  position: relative;
  aspect-ratio: 433/300;
  overflow: hidden;
}

.worksItem::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.worksItem::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: transparent;
  border: 2px solid #18DFB4;
  opacity: 0;
  transition: 0.5s;
}

.worksItem__image {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
}

.worksItem__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.1;
  padding: 20px;
  text-align: center;
}

.worksItem:hover {
  color: #FFFFFF;
}

.worksItem:hover::before {
  background: rgba(0, 0, 0, 0.4);
}

.worksItem:hover::after {
  opacity: 1;
}

.worksItem:hover .worksItem__image {
  transform: scale(1.1) translate(-50%, -50%);
}

.work {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}

.work:last-child {
  margin-bottom: 0;
}

.work__image {
  width: calc(100% - 600px);
  display: flex;
  align-items: center;
}

.work__image img {
  width: 100%;
  border-radius: 10px;
}

.work__content {
  width: 600px;
  padding-left: 60px;
}

.work__back {
  margin-bottom: 80px;
}

.work__back a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.work__back a:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.work__title {
  margin-bottom: 40px;
}

.work__charact {
  line-height: 1.25;
  margin-bottom: 40px;
  opacity: 0.7;
}

.work__charact p {
  margin-bottom: 8px;
}

.work__charact p:last-child {
  margin-bottom: 0;
}

.workData {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.workData__content {
  width: calc(100% - 527px);
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.workDataRight {
  position: sticky;
  top: 20px;
  left: 0;
  width: 467px;
  border-radius: 6px;
  background: rgba(52, 64, 84, 0.4);
  padding: 20px;
  display: flex;
  align-items: center;
}

.workDataRight__image {
  width: 117px;
}

.workDataRight__content {
  width: calc(100% - 117px);
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.workDataRight__title {
  font-size: 16px;
}

.workDataBlock__title {
  display: flex;
  align-items: center;
  font: 400 18px/34px "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.workDataBlock__title:last-child {
  margin-bottom: 0;
}

.workDataBlock__title span {
  position: relative;
  padding: 0 12px;
}

.workDataBlock__title span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 38px;
  height: 13px;
  background: url("assets/img/work-data-title-before.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.workDataBlock__title span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 38px;
  height: 13px;
  background: url("assets/img/work-data-title-after.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.workDataBlock__text {
  line-height: 1.25;
  opacity: 0.7;
}

.workDataBlock__text p {
  margin-bottom: 15px;
}

.workDataBlock__text p:last-child {
  margin-bottom: 0;
}

.workDataBlock__text ul {
  margin-bottom: 15px;
}

.workDataBlock__text ul:last-child {
  margin-bottom: 0;
}

.workDataBlock__text ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.workDataBlock__text ul li:last-child {
  margin-bottom: 0;
}

.workDataBlock__text ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFFFFF;
}

.workGallery__block {
  position: relative;
  margin-bottom: 10px;
}

.workGallery__prev {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}

.workGallery__next {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.workGallery__wrap {
  margin: 0 -10px;
  display: flex;
}

.workGalleryItem {
  margin: 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 7.5/5;
  border-radius: 10px;
  overflow: hidden;
}

.workGalleryItem__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workGalleryItem__scale {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.workGalleryItem__scale:hover {
  background: rgba(255, 255, 255, 0.3);
}

.workGalleryThumbs {
  margin: 0 -5px;
}

.workGalleryThumbs__item {
  margin: 0 5px;
  aspect-ratio: 142/100;
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
  transition: 0.25s;
  cursor: pointer;
}

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

.workGalleryThumbs__item:hover {
  opacity: 0.75;
}

.workGalleryThumbs__item.slick-current {
  opacity: 1;
}

.sliderSectionHead {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.sliderSectionHead__title {
  width: 100%;
}

.sliderSectionHead__right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.sliderSectionHead__more {
  margin-right: 16px;
}

.sliderSectionHead__arrows {
  display: flex;
  align-items: center;
}

.sliderSectionHead__arrows .arrow {
  margin-right: 8px;
}

.sliderSectionHead__arrows .arrow:last-child {
  margin-right: 0;
}

.sliderSectionMobMore {
  display: none;
}

.mainCatalog {
  overflow: hidden;
}

.mainCatalog__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.mainCatalogItem {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.mainCatalogItem__image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
}

.mainCatalogItem__image::before {
  content: "";
  display: block;
  padding-top: 80%;
}

.mainCatalogItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.75s;
}

.mainCatalogItem:hover .mainCatalogItem__image img {
  transform: scale(1.1);
}

.mainCatalogItem__center {
  margin-bottom: 12px;
}

.mainCatalogItem__title {
  display: block;
  font-size: 22px;
}

.mainCatalogItem__price {
  display: block;
  font: 400 26px / 1.2 "Jost", sans-serif;
  color: #18DFB4;
  margin-top: 6px;
}

.mainCatalogItem__btn {
  display: block;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.mainAbout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 60px;
}

.mainAboutItem {
  width: calc(33.33% - 14px);
  text-align: center;
}

.mainAboutItem__image {
  aspect-ratio: 417/219;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
}

.mainAboutItem__image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background: rgba(24, 223, 180, 0.3);
  filter: blur(50px);
}

.mainAboutItem__image img {
  max-height: 100%;
  position: relative;
  z-index: 2;
}

.mainAboutItem__title {
  margin-bottom: 15px;
}

.mainAboutItem__text {
  line-height: 1.25;
  opacity: 0.7;
  padding: 0 25px;
}

.mainWorks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 60px;
}

.mainWorks:last-child {
  margin-bottom: 0;
}

.mainWorks .worksItem:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.mainWorks .worksItem:first-child .worksItem__title {
  font-size: 50px;
}

.certificate {
  min-height: 106px;
  padding: 20px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  cursor: default;
  transition: 0.25s;
}

.certificate:last-child {
  margin-bottom: 0;
}

.certificate::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -15px;
  left: -15px;
  width: 28px;
  height: 28px;
  background: #090909;
  transform: rotate(-45deg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.certificate::after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: -15px;
  right: -15px;
  width: 28px;
  height: 28px;
  background: #090909;
  transform: rotate(-45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.certificate__title {
  width: calc(50% - 80px);
}

.certificate__text {
  width: calc(50% - 80px);
  font-size: 16px;
  opacity: 0.7;
}

.certificate__btn {
  width: 40px;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.certificate__btn:hover {
  transform: scale(1.2);
}

.certificate:hover {
  background: rgba(255, 255, 255, 0.05);
}

.partners {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}

.partners__item {
  aspect-ratio: 200/105;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.partners__item img {
  max-height: 100%;
}

.mainServices {
  display: flex;
  gap: 60px;
}

.mainServicesLeft {
  width: calc(50% - 30px);
  height: 566px;
  position: relative;
}

.mainServicesLeft::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background: #18DFB4;
  opacity: 0.8;
  filter: blur(150px);
}

.mainServicesLeft__item {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  opacity: 0;
  transition: 0.25s;
  overflow: hidden;
}

.mainServicesLeft__item.active {
  opacity: 1;
}

.mainServicesLeft__item img {
  max-height: 100%;
}

.mainServicesRight {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainServicesHead {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.mainServicesHead .sectionHead__sup {
  margin: 0;
}

.mainServicesArrows {
  display: flex;
  gap: 10px;
}

.mainServicesMobImages {
  display: none;
}

.mainServicesTitles {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  height: 50px;
}

.mainServicesTitles::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, transparent, #090909);
}

.mainServicesTitles__wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  gap: 25px;
  flex-wrap: nowrap;
  transition: 0.75s;
}

.mainServicesTitles__item {
  flex: 0 0 auto;
  font-size: 30px;
  line-height: 1;
  opacity: 0.2;
  transition: 0.5s opacity;
  cursor: default;
}

.mainServicesTitles__item.active {
  font-size: 50px;
  opacity: 1;
}

.mainServicesWrap {
  width: 100%;
}

.mainServicesItem {
  display: none;
}

.mainServicesItem.active {
  display: block;
}

.mainServicesItem__text {
  max-width: 530px;
  line-height: 1.25;
  margin-bottom: 60px;
}

.mainServicesMobImages {
  position: relative;
  aspect-ratio: 615/544;
  margin-bottom: 30px;
}

.mainServicesMobImages::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20%;
  transform: translate(0, -50%);
  width: 96px;
  height: 96px;
  background: #18DFB4;
  opacity: 0.8;
  filter: blur(150px);
}

.mainServicesMobImages__item {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s;
}

.mainServicesMobImages__item img {
  max-height: 100%;
}

.mainServicesMobImages__item.active {
  opacity: 1;
}

.errorSection {
  padding: 60px 0;
  padding-top: 80px;
  display: flex;
  align-items: center;
  text-align: center;
}

.errorSection__title {
  margin-bottom: 60px;
}

.thanksSection {
  padding: 60px 0;
  padding-top: 80px;
  display: flex;
  align-items: center;
  text-align: center;
}

.thanksSection__title {
  margin-bottom: 30px;
}

.thanksSection__text {
  margin-bottom: 60px;
  opacity: 0.7;
}

.policyTitle {
  margin-bottom: 60px;
}

.catalogTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 40px;
}

.catalogTabs__item {
  min-height: 40px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 4px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}

.catalogTabs__item:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
}

.catalogTabs__item.active {
  background: #04b18c;
  color: #FFFFFF;
}

.catalogWrap {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}

.catalogItem {
  display: flex;
  flex-direction: column;
  position: relative;
}

.catalogItemTab {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  max-width: 100%;
  background: #04b18c;
  border-radius: 8px;
  padding: 8px 16px;
  padding-left: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

.catalogItemTab__icon {
  width: 16px;
  margin-right: 8px;
}

.catalogItemImage {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.catalogItemImage::before {
  content: "";
  display: block;
  padding-top: 65%;
}

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

.catalogItemImage__empty {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #04b18c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.catalogItem__title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.catalogItem__description {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1.25;
  opacity: 0.7;
  margin-bottom: 16px;
}

.catalogItem__description p {
  margin-bottom: 8px;
}

.catalogItem__description p:last-child {
  margin-bottom: 0;
}

.catalogItem__bottom {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
}

.catalogItemPrice {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.catalogItemPrice__text {
  margin-right: 8px;
}

.catalogItemPrice__value {
  font: 400 30px/1.2 "Jost", sans-serif;
  color: #18DFB4;
}

.catalogItem__buttons {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}

.catalogItem__buttons .btn {
  padding-left: 12px;
  padding-right: 12px;
}

.noCatalog {
  font-size: 24px;
  opacity: 0.7;
}

.serviceModalOverlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.5);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
}

.serviceModal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: 1080px;
  border-radius: 10px;
  background: #151515;
  box-shadow: 0px 0px 60px 0px rgba(255, 255, 255, 0.15);  
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.serviceModal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.serviceModal__close {
  position: absolute;
  z-index: 102;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.serviceModal__close:hover {
  background: rgba(255, 255, 255, 0.1);
}

.serviceModal__wrap {
  display: flex;
}

.serviceModal__image {
  width: 35%;
  position: relative;
}

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

.serviceModal__content {
  width: 65%;
  padding: 60px;
}

.serviceModal__title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.serviceModal__inputs {
  margin-bottom: 30px;
}

.serviceModal__captcha {
  margin-bottom: 20px;
}

.serviceModal__bottom {
  display: flex;
  align-items: center;
}

.serviceModal__submit {
  width: 220px;
}

.serviceModal__agreement {
  width: calc(100% - 220px);
  padding-left: 20px;
}

.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}

.product:last-child {
  margin-bottom: 0;
}

.product__graphic {
  width: calc(50% - 30px);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.product__graphic:has(.productImages__item:only-child) .product__arrow {
  display: none;
}

.product__arrow {
  background: #18DFB4;
  border-color: #18DFB4;
}

.product__arrow:hover {
  background: #18DFB4;
  border-color: #18DFB4;
  transform: scale(1.1);
}

.product__prev {
  position: absolute;
  z-index: 5;
  bottom: 12px;
  right: 60px;
}

.product__next {
  position: absolute;
  z-index: 5;
  bottom: 12px;
  right: 12px;
}

.product__content {
  width: calc(50% - 30px);
}

.product__back {
  margin-bottom: 60px;
}

.product__back a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.product__back a:hover {
  color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.product__title {
  margin-bottom: 16px;
}

.product__description {
  opacity: 0.7;
  margin-bottom: 40px;
}

.productPrice {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.productPrice__text {
  margin-right: 8px;
}

.productPrice__value {
  font: 400 30px/1.2 "Jost", sans-serif;
  color: #18DFB4;
}

.product__buttons .btn {
  min-width: 240px;
}

.productImages {
  overflow: hidden;
}

.productImages__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.productImages__item {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.productImages__item::before {
  content: "";
  display: block;
  padding-top: 80%;
}

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

.productContent {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 60px;
}

.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 1599px) {
  .mainBanner__image img {
    max-width: 80%;
  }

  .mainBanner__title {
    font-size: 100px;
  }
}

@media screen and (max-width: 1399px) {
  .mainBanner__image img {
    max-width: 70%;
  }

  .mainBanner__title {
    font-size: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .header__phone {
    display: none;
  }

  .headerMenu {
    font-size: 16px;
    gap: 20px;
  }

  .headerMenu__phone {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }

  body.fixedTop {
    padding-top: 75px;
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 25px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  .inputs {
    grid-row-gap: 15px;
  }

  .modal {
    border-radius: 0;
    box-shadow: none;
    padding: 40px 16px;
    padding-top: 80px;
  }

  .modal__title {
    text-align: center;
    font-size: 25px;
    margin-bottom: 8px;
  }

  .modal__subtitle {
    text-align: center;
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .modal__inputs {
    margin-bottom: 20px;
  }

  .modal__inputs .formFiles {
    grid-column: 1;
  }

  .modal__logo {
    justify-content: center;
    text-align: center;
  }

  .textBlock ul li::before {
    top: 8px;
  }

  .textBlock figure {
    margin: 20px 0;
  }

  .textBlock img {
    max-width: 100%;
  }

  .header__wrap {
    min-height: 75px;
  }

  .header__logo img {
    width: 125px;
  }

  .headerMenu {
    display: none;
  }

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

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: 40px;
  }

  .footer__left {
    max-width: 200px;
  }

  .footerContacts {
    font-size: 16px;
  }

  .section {
    padding: 40px 0;
  }

  .section_first {
    padding-top: 20px;
  }

  .section_lgPad {
    padding: 80px 0;
  }

  .section_lgPadT {
    padding-top: 80px;
  }

  .section_lgPadB {
    padding-bottom: 80px;
  }

  .sectionHead {
    margin-bottom: 40px;
  }

  .pageTitle {
    margin-bottom: 20px;
  }

  #mainBannerSection {
    padding-top: 30px;
  }

  .mainBanner__image img {
    max-width: 85%;
  }

  .mainBanner__content {
    position: static;
    transform: none;
  }

  .mainBanner__title {
    line-height: 1.1;
    margin-bottom: 30px;
  }

  .mainBanner__subtitle {
  	font-size: 28px;
  }

  .bottomForm {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    border-radius: 0;
    display: block;
  }

  .bottomForm__image {
    width: 100%;
    aspect-ratio: 375/280;
  }

  .bottomForm__image img {
    object-position: center bottom;
  }

  .bottomForm__content {
    width: 100%;
    padding: 40px 16px;
    gap: 20px;
  }

  .bottomForm__head {
    text-align: center;
  }

  .bottomForm__title {
    margin-bottom: 10px;
  }

  .contacts {
    grid-gap: 60px;
    grid-template-columns: 1fr;
  }

  .contacts__title {
    margin-bottom: 20px;
  }

  .contactsForm {
    gap: 20px;
  }

  .contactsForm__title {
    font-size: 25px;
  }

  .contactsForm__bottom {
    display: block;
  }

  .contactsForm__submit {
    width: 100%;
    margin-bottom: 10px;
  }

  .contactsForm__agreement {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .contactsMap {
    margin-top: 60px;
  }

  .about {
    gap: 30px;
  }

  .about__subtitle {
    width: 100%;
    line-height: 1.35;
  }

  .about__wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .aboutBlock {
    padding: 0;
  }

  .aboutBlock__title {
    margin-bottom: 15px;
  }

  .aboutBlock__text {
    line-height: 1.35;
  }

  #serviceBanner {
    margin-bottom: 40px;
  }

  .serviceBanner {
    display: block;
  }

  .serviceBanner__image {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    aspect-ratio: 375/250;
    display: flex;
    align-items: center;
  }

  .serviceBanner__image::after {
    display: none;
  }

  .serviceBanner__image::before {
    top: auto;
    bottom: -3px;
    right: 0;
    width: 100%;
    height: 85px;
    background: linear-gradient(0deg, #151515 25%, rgba(21, 21, 21, 0) 100%);
  }

  .serviceBanner__image img {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .serviceBanner__content {
    width: 100%;
    gap: 25px;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .serviceBannerOrder {
    padding: 16px;
    flex-direction: column;
    gap: 20px;
  }

  .serviceBannerOrder__text {
    width: 100%;
    padding: 0;
  }

  .serviceBannerOrder__btn {
    width: 100%;
  }

  .serviceBlock {
    flex-direction: column;
    align-items: unset;
    margin-bottom: 60px;
  }

  .serviceBlock:last-child {
    margin-bottom: 0;
  }

  .serviceBlock__mobTitle {
    display: block;
    order: 1;
    width: 100%;
  }

  .serviceBlock__content {
    order: 3;
    width: 100%;
    padding: 0;
  }

  .serviceBlock__title {
    display: none;
  }

  .serviceBlock__image {
    order: 2;
    width: 100%;
  }

  .serviceBlock__image img {
    width: auto;
  }

  .serviceBlock:nth-child(2n) .serviceBlock__content {
    order: 3;
    padding: 0;
  }

  .serviceBlock:nth-child(2n) .serviceBlock__image {
    order: 2;
  }

  .servicePrice {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    border-radius: 0;
    padding: 40px 16px;
  }

  .servicePrice__title {
    margin-bottom: 20px;
  }

  .servicePrice__wrap {
    display: block;
  }

  .servicePrice__content {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .servicePrice__content ul li::before {
    top: 10px;
  }

  .servicePriceForm {
    width: 100%;
    gap: 20px;
  }

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

  .otherServices__item {
    min-height: 120px;
    font-size: 24px;
  }

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

  .work {
    margin-top: -20px;
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    display: block;
    margin-bottom: 80px;
  }

  .work__image {
    width: 100%;
    margin-bottom: 20px;
  }

  .work__image img {
    border-radius: 0;
  }

  .work__content {
    width: 100%;
    padding: 0 16px;
  }

  .work__back {
    margin-bottom: 20px;
  }

  .work__title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .work__charact {
    line-height: 1.35;
    margin-bottom: 30px;
  }

  .work__charact p {
    margin-bottom: 12px;
  }

  .workData {
    display: block;
  }

  .workData__content {
    width: 100%;
    gap: 80px;
  }

  .workDataRight {
    display: none;
  }

  .workDataBlock__title {
    margin-bottom: 30px;
  }

  .workDataBlock__text {
    line-height: 1.35;
  }

  .workDataBlock__text ul li::before {
    top: 10px;
  }

  .workGallery__block {
    margin: 0;
  }

  .workGallery__prev,
  .workGallery__next {
    display: none;
  }

  .workGallery__wrap {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    margin: 0;
    padding: 0 16px;
    padding-bottom: 5px;
    flex-wrap: nowrap;
    overflow: auto;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
  }

  .workGallery__wrap::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .workGalleryItem {
    flex: 0 0 auto;
    width: 85%;
    margin: 0;
    margin-right: 10px;
  }

  .workGalleryItem:last-child {
    margin-right: 0;
  }

  .workGalleryThumbs {
    display: none;
  }

  .mainAboutItem {
    width: calc(50% - 10px);
  }

  .mainWorks {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .mainWorks .worksItem:first-child {
    grid-column: unset;
    grid-row: unset;
  }

  .mainWorks .worksItem:first-child .worksItem__title {
    font-size: 20px;
  }

  .certificate {
    padding: 20px;
  }

  .certificate__title,
  .certificate__text {
    width: calc(50% - 40px);
  }

  .partners {
    grid-template-columns: repeat(3, 1fr);
  }

  .mainServices {
    display: block;
    gap: unset;
  }

  .mainServicesLeft {
    display: none;
  }

  .mainServicesRight {
    width: 100%;
    display: block;
  }

  .mainServicesHead {
    margin-bottom: 30px;
  }

  .mainServicesMobImages {
    display: block;
  }

  .mainServicesTitles {
    height: 25px;
    margin-bottom: 20px;
  }

  .mainServicesTitles::after {
    width: 75px;
    right: -16px;
  }

  .mainServicesTitles__item {
    font-size: 20px;
  }

  .mainServicesTitles__item.active {
    font-size: 25px;
  }

  .mainServicesItem__text {
    line-height: 1.35;
    margin-bottom: 20px;
  }

  .thanksSection__title {
    margin-bottom: 20px;
  }

  .thanksSection__text {
    margin-bottom: 40px;
  }

  .policyTitle {
    margin-bottom: 30px;
  }

  .catalogTabs {
    gap: 6px;
  }

  .catalogTabs__item {
    min-height: 36px;
    font-size: 14px;
  }

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

  .serviceModal__close {
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.6);
  	border: 1px solid rgba(0, 0, 0, 0.7);
  }

  .serviceModal__close img {
    width: 20px;
  }

  .serviceModal__wrap {
    display: block;
  }

  .serviceModal__image {
    width: 100%;
  }

  .serviceModal__image::before {
    content: '';
    display: block;
    padding-top: 50%;
  }

  .serviceModal__content {
    width: 100%;
    padding: 25px 15px;
  }

  .serviceModal__title {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .serviceModal__inputs {
    margin-bottom: 20px;
  }

  .serviceModal__bottom {
    display: block;
  }

  .serviceModal__submit {
    width: 100%;
    margin-bottom: 15px;
  }

  .serviceModal__agreement {
    width: 100%;
    padding: 0;
  }

  .catalogItem__description {
    font-size: 14px;
  }

  .product {
    display: block;
    margin-bottom: 60px;
  }

  .product__graphic {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    border-radius: 0;
    margin-bottom: 32px;
  }

  .product__arrow {
    display: none;
  }

  .product__content {
    width: 100%;
  }

  .product__back {
    display: none;
  }

  .product__description {
    margin-bottom: 24px;
  }

  .product__buttons .btn {
    min-width: auto;
    width: 100%;
  }

  .productImages {
    padding: 0 16px;
  }

  .productImages__item {
    width: 90%;
    border-radius: 6px;
    margin-right: 10px;
  }

  .productImages__item:last-child {
    margin-right: 0;
  }

  .productImages__item:only-child {
    width: 100%;
    margin: 0;
  }

  .productContent {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    border-radius: 0;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 750px) {
  body.fixedTop {
    padding-top: 60px;
  }

  .inputs {
    grid-template-columns: 1fr;
  }

  .input_full {
    grid-column: unset;
  }

  .formFiles {
    gap: 15px;
  }

  .formFilesField {
    width: 100%;
  }

  .formFilesButton {
    width: 100%;
  }

  .modal__bottom {
    flex-wrap: wrap;
  }

  .modal__submit {
    width: 100%;
    margin-bottom: 15px;
  }

  .modal__submit:last-child {
    margin-bottom: 0;
  }

  .modal__agreement {
    width: 100%;
    text-align: center;
  }

  .header__wrap {
    min-height: 60px;
  }

  .header__btn {
    display: none;
  }

  .footer__wrap {
    display: block;
    margin-bottom: 30px;
  }

  .footer__left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer__logo {
    margin-bottom: 10px;
  }

  .footer__item {
    margin-bottom: 40px;
  }

  .footer__item:last-child {
    margin-bottom: 0;
  }

  .footer__item:nth-child(2) .footer__title {
    display: none;
  }

  .footer__item:last-child {
    display: none;
  }

  .footer__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer__bottom {
    display: none;
  }

  .footerMenu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 25px;
  }

  .footerMenu__item {
    width: calc(50% - 10px);
    margin: 0;
    font-size: 18px;
  }

  .footerContacts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 25px;
  }

  .footerContacts__item {
    width: calc(50% - 10px);
    margin: 0;
    font-size: 18px;
  }

  .footerMobBottom {
    display: flex;
    align-items: flex-end;
  }

  .footerMobBottom__social {
    width: 110px;
    justify-content: flex-end;
  }

  .footerMobBottom__text {
    width: calc(100% - 110px);
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
  }

  .footerMobBottom__text p {
    margin-bottom: 5px;
  }

  .footerMobBottom__text p:last-child {
    margin-bottom: 0;
  }

  .footerMobBottom__text a {
    color: rgba(255, 255, 255, 0.4);
  }

  .footerMobBottom__text a:hover {
    color: #FFFFFF;
  }

  .mainBanner__image {
    margin-bottom: 10px;
  }

  .mainBanner__image img {
    max-width: 100%;
  }

  .mainBanner__title {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 25px;
  }

  .mainBanner__btn .btn {
    width: 100%;
    min-height: 50px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bottomForm__bottom {
    display: block;
  }

  .bottomForm__submit {
    width: 100%;
    margin-bottom: 10px;
  }

  .bottomForm__agreement {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .contacts {
    grid-gap: 60px;
    grid-template-columns: 1fr;
  }

  .contacts__phone {
    font-size: 20px;
  }

  #map {
    height: 400px;
  }

  .servicesWrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .servicePriceForm__bottom {
    display: block;
  }

  .servicePriceForm__submit {
    width: 100%;
    margin-bottom: 10px;
  }

  .servicePriceForm__agreement {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .otherServices {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }

  .otherServices__item {
    min-height: 80px;
    font-size: 20px;
  }

  .worksWrap {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }

  .work__btn .btn {
    width: 100%;
  }

  .sliderSectionHead {
    margin-bottom: 40px;
  }

  .sliderSectionHead__right {
    margin-left: 12px;
  }

  .sliderSectionHead__more {
    display: none;
  }

  .sliderSectionMobMore {
    display: block;
    margin-top: 30px;
  }

  .mainCatalog {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .mainCatalogItem {
    width: 90%;
    margin-right: 12px;
  }

  .mainCatalogItem:last-child {
    margin-right: 0;
  }

  .mainAbout {
    flex-direction: column;
    row-gap: 40px;
  }

  .mainAboutItem {
    width: 100%;
  }

  .mainAboutItem__image {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .mainAboutItem__image::before {
    width: 74px;
    height: 74px;
    background: rgba(24, 223, 180, 0.5);
  }

  .mainAboutItem__text {
    line-height: 1.35;
    padding: 0;
  }

  .mainWorks {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
    padding-bottom: 5px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    overflow: auto;
    -ms-overflow-style: none;
    overflow-y: scroll;
    scrollbar-width: none;
    transition: 0.75s;
  }

  .mainWorks::-webkit-scrollbar {
    width: 0;
  }

  .mainWorks .worksItem {
    flex: 0 0 auto;
    width: 315px;
    display: block;
    margin-right: 10px;
  }

  .mainWorks .worksItem:last-child {
    margin-right: 0;
  }

  .certificate {
    display: block;
  }

  .certificate__title {
    width: 100%;
    margin-bottom: 10px;
  }

  .certificate__text {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .catalogWrap {
    grid-template-columns: 1fr;
  }

  .catalogItemPrice__value {
    font-size: 25px;
  }

  .catalogItem__buttons .btn {
    font-size: 15px;
  }

  .contactsForm__captcha, .bottomForm__captcha, .modal__captcha, .servicePriceForm__captcha, .serviceModal__captcha {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 374px) {
  .mainBanner__title {
    font-size: 40px;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}