/*!
Theme Name: theme-8half
*/
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Book.eot");
  src: local("Gotham Book"), local("Gotham-Book"), url("fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Book.woff2") format("woff2"), url("fonts/Gotham-Book.woff") format("woff"), url("fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.eot");
  src: local("Gotham Light"), local("Gotham-Light"), url("fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Light.woff2") format("woff2"), url("fonts/Gotham-Light.woff") format("woff"), url("fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Bold.eot");
  src: local("fonts/Gotham Bold"), local("Gotham-Bold"), url("fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Bold.woff2") format("woff2"), url("fonts/Gotham-Bold.woff") format("woff"), url("fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.eot");
  src: local("fonts/Gotham Medium"), local("Gotham-Medium"), url("fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gotham-Medium.woff2") format("woff2"), url("fonts/Gotham-Medium.woff") format("woff"), url("fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "icons";
  src: url("fonts/icons.ttf?pr69cy") format("truetype"), url("../fonts/icons.woff?pr69cy") format("woff"), url("fonts/icons.svg?pr69cy#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, picture {
  display: block;
}
picture img {
  width: 100%;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  background: #fff;
  color: #000;
  font-family: "Gotham", sans-serif;
  font-size: calc(13px + 8 * ((100vw - 320px) / 1600));
  font-weight: normal;
  padding: 0;
  margin: 0;
  letter-spacing: 0.1em;
}
body._lock {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.2;
}
h1, .h1 {
  font-size: calc(26px + 10 * ((100vw - 320px) / 1600));
}
h2, .h2 {
  font-size: calc(22px + 10 * ((100vw - 320px) / 1600));
}
h3, .h3 {
  font-size: calc(18px + 8 * ((100vw - 320px) / 1600));
}
h4, .h4 {
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
}
p {
  margin: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  display: block;
  padding-left: 2em;
  margin: 35px 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed, video, iframe, object {
  max-width: 100%;
  display: block;
}
video::-webkit-media-controls-panel {
  background-image: linear-gradient(transparent, transparent) !important;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
a:focus, a:hover, a:active {
  outline: 0;
}
/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.site {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.site-main {
  flex: 1 1 auto;
  mix-blend-mode: multiply;
}
[class*="__container"] {
  padding: 0 calc(15px + 49 * ((100vw - 320px) / 1600));
}
[class*="col-2"] {
  width: 16.66666666%;
}
[class*="col-3"] {
  width: 25%;
}
[class*="col-4"] {
  width: 33.33333333%;
}
[class*="col-5"] {
  width: 41.66666667%;
}
[class*="col-6"] {
  width: 50%;
}
[class*="col-7"] {
  width: 58.33333333%;
}
[class*="col-8"] {
  width: 66.66666667%;
}
[class*="col-9"] {
  width: 75%;
}
[class*="col-10"] {
  width: 83.33333334%;
}
[class*="col-12"] {
  width: 100%;
}
.page-header__container {
  padding-top: 15px;
  padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1600));
}
.page-header__title {
  text-align: center;
  font-size: calc(24px + 8 * ((100vw - 320px) / 1600));
  font-weight: 300;
}
.content {
  font-size: 1em;
  line-height: 1.3;
}
.content > *:first-child {
  margin: 0;
}
.content__text_hidden {
  display: none;
}
.content ol {
  counter-reset: item;
  padding: 0 0 0 calc(20px + 10 * ((100vw - 320px) / 1600));
}
.content ol li {
  position: relative;
  padding: 0px 0px 0px 0.9333em;
}
.content ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}
.content ol li:not(:last-child) {
  margin: 0 0 0.4166em;
}
.content ul {
  padding: 0 0 0 calc(20px + 10 * ((100vw - 320px) / 1600));
}
.content ul li {
  position: relative;
  padding: 0px 0px 0px calc(15px + 5 * ((100vw - 320px) / 1600));
}
.content ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 1px;
  background: #000;
  content: "";
  display: block;
}
.content ul li:not(:last-child) {
  margin: 0 0 0.4166em;
}
.content h2 {
  font-size: calc(24px + 16 * ((100vw - 320px) / 1600));
  margin: 0.8333em 0;
}
.content h3 {
  font-size: calc(20px + 12 * ((100vw - 320px) / 1600));
  margin: 0.8333em 0;
}
.content p {
  margin: 0.8333em 0;
}
.show-hide {
  background: none;
  font-weight: 400;
  font-size: calc(10px + 4 * ((100vw - 320px) / 1600));
  display: block;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #9a1247;
  margin: 0;
  border: none;
  padding: 0.3571em 0.4143em 0.3571em 0.7143em;
  position: relative;
}
.show-hide::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #9a1247;
  width: 100%;
  height: 2px;
  transition: all 0.5s ease;
}
.show-hide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #9a1247;
  width: 0;
  height: 2px;
  transition: all 0.5s ease;
}
.show-hide:hover::before {
  width: 0;
}
.show-hide:hover::after {
  width: 100%;
}
.grecaptcha-badge {
  display: none !important;
}
/*---------------------------------
* Forms
*---------------------------------/
/*--Forms--*/
::-webkit-input-placeholder {
  color: #718bae;
}
:-moz-placeholder {
  color: #718bae;
}
::-moz-placeholder {
  color: #718bae;
}
:-ms-input-placeholder {
  color: #718bae;
}
form {
  position: relative;
}
form p {
  margin: 0;
  position: relative;
}
.country-select input, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"] {
  color: #793bf2;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  background: none;
  width: 100%;
  font-family: "Gotham", sans-serif;
  padding: 0 5px 0 3em;
  height: 2.3888em;
  margin-bottom: 0;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  appearance: none;
  outline: none;
  background: #ffffff;
  border-radius: 16px;
  font-weight: 300;
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus {
  border-color: #793bf2;
  border-width: 1px;
  border-style: solid;
  box-shadow: none;
  outline: none;
}
input[type="submit"] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: calc(16px + 8 * ((100vw - 320px) / 1600));
  background: #793bf2;
  border-radius: 56.1121px;
  border: none;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  height: 1.9916em;
  width: 6.9583em;
}
input[type="submit"]:hover {
  background: #40c9ed;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
  -webkit-transition-delay: 9999s;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
input[type="file"] {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
.agree {
  font-size: 12px;
  line-height: 145%;
}
.agree a {
  font-size: 12px;
}
.agree a:hover {
  text-decoration: underline;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label, input[type="checkbox"] + span {
  display: flex;
  position: relative;
  padding: 0px 0 0 30px;
  align-items: center;
  line-height: 1.2;
}
input[type="checkbox"] + label::before, label input[type="checkbox"] + span::before {
  cursor: pointer;
  display: block;
  margin: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  border: 1px solid #793bf2;
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 0 4px #fff inset;
}
input[type="checkbox"]:checked + label::before, label input[type="checkbox"]:checked + span::before {
  background: #793bf2;
}
div.wpcf7 .ajax-loader {
  display: none;
}
div.wpcf7-mail-sent-ok {
  text-align: center;
  margin: 0 0 0;
  border: none;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  font-size: 12px;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: red;
}
.wpcf7 form .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 10px;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  background: none;
  z-index: 1;
}
.screen-reader-response {
  display: none;
}
/*--End Forms--*/
#fancybox-content, #fancybox-outer {
  background: none !important;
  box-shadow: none !important;
}
#fancybox-close {
  background: url(images/close.svg) no-repeat 0px 0px / cover;
  width: 20px !important;
  height: 20px !important;
  top: 10px !important;
  right: 10px !important;
}
#fancybox-close span {
  display: none !important;
}
.modal-form__inner {
  background: rgba(231, 250, 255, 0.56);
  backdrop-filter: blur(17.5px);
  border-radius: 23.6262px;
  border-radius: 24px;
  overflow: hidden;
  padding: calc(10px + 5 * ((100vw - 320px) / 1600)) calc(20px + 10 * ((100vw - 320px) / 1600));
  max-width: 340px;
}
.form-block__title {
  color: #718bae;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  margin-bottom: 1em;
  font-weight: 300;
}
.form-block__input-box > div {
  margin-bottom: 1em;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
}
.form-block__name input {
  background: #fff url(images/name.svg) no-repeat 14px center;
}
.form-block__email input {
  background: #fff url(images/email.svg) no-repeat 14px center;
}
.form-block__phone .flag-container {
  left: 5px;
}
.form-block__business input {
  background: #fff url(images/business.svg) no-repeat 14px center;
}
.form-block__textarea-box {
  margin-bottom: 1em;
}
.form-block__textarea-box textarea {
  height: 120px;
  padding: 14px;
}
.form-block__submit-box {
  margin-bottom: 1em;
}
.form-block label {
  color: #718bae;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
  margin-bottom: 0.5em;
  font-weight: 300;
  display: block;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  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;
  z-index: 1;
}
.swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-container-android .swiper-slide, .swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  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 {
  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;
  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-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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.control {
  width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.control__arrow {
  opacity: 0.7;
  cursor: pointer;
  font-size: 16px;
}
.control__arrow:hover {
  opacity: 1;
}
.site-header__logo {
  flex: 0 0 161px;
  height: 178px;
  margin: -2.35% 0 0 -1.68%;
  position: relative;
}
.site-header__logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.site-header__logo .logo-movable {
  display: block;
  position: absolute;
  transition: all 1s ease;
}
.site-header__logo .logo1 {
  width: 89.15px;
  height: 85.42px;
  top: 1px;
  left: 17px;
}
.site-header__logo .logo2 {
  width: 115.46px;
  height: 109.68px;
  top: 68px;
  left: -1px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo3 {
  width: 17.91px;
  height: 36.7px;
  top: 54px;
  right: 54px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo4 {
  width: 48.98px;
  height: 18.01px;
  top: 85px;
  right: 34px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo5 {
  width: 26.41px;
  height: 44.59px;
  top: 96px;
  right: 46px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo6 {
  width: 19.4px;
  height: 19.93px;
  bottom: 12px;
  right: 85px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo7 {
  width: 17.82px;
  height: 25.74px;
  bottom: 16px;
  right: 70px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo8 {
  width: 22.22px;
  height: 22.63px;
  bottom: 19px;
  right: 50px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo9 {
  width: 24.56px;
  height: 28.84px;
  bottom: 24px;
  right: 27px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo10 {
  width: 12.85px;
  height: 29.56px;
  bottom: 27px;
  right: 19px;
  mix-blend-mode: multiply;
}
.site-header__logo .logo11 {
  width: 19.94px;
  height: 18.92px;
  bottom: 32px;
  right: 0;
  mix-blend-mode: multiply;
}
.site-header__logo.active {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
.site-header__logo.active a {
  display: none;
}
.site-header__logo.active .logo1 {
  transform: scale(7.34);
  top: 14%;
  left: 100%;
}
.site-header__logo.active .logo2 {
  transform: scale(8.07);
  top: 40%;
  left: 0%;
}
.site-header__logo.active .logo3 {
  left: 50%;
  top: 33%;
  transform: scale(3);
}
.site-header__logo.active .logo4 {
  left: 25%;
  top: 17%;
  transform: scale(3);
}
.site-header__logo.active .logo5 {
  left: 33%;
  top: 56%;
  transform: scale(3);
}
.site-header__logo.active .logo6 {
  left: 57%;
  top: 75%;
  transform: scale(3);
}
.site-header__logo.active .logo7 {
  left: 78%;
  top: 67%;
  transform: scale(3);
}
.site-header__logo.active .logo8 {
  left: 85%;
  top: 45%;
  transform: scale(3);
}
.site-header__logo.active .logo9 {
  left: 90%;
  top: 87%;
  transform: scale(3);
}
.site-header__logo.active .logo10 {
  left: 12%;
  top: 38%;
  transform: scale(3);
}
.site-header__logo.active .logo11 {
  left: 59%;
  top: 56%;
  transform: scale(3);
}
.site-header__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-header__menu {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  height: 100%;
}
.site-header__menu ul {
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}
.site-header__menu ul li:not(:last-child) {
  margin-right: 1em;
}
.site-header__menu ul li a {
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  position: relative;
}
.site-header__menu ul li a::before {
  height: 1px;
  background-color: #793bf2;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.5s ease;
}
.site-header__menu ul li a:hover::before {
  width: 100%;
}
.site-header__menu ul li a:hover {
  color: #793bf2;
}
.site-header__social {
  display: flex;
  align-items: center;
}
.site-header__social a {
  display: block;
  width: 20px;
  height: 20px;
}
.site-header__social a:not(:last-child) {
  margin-right: 0.5em;
}
.menu-toggle {
  opacity: 0;
  position: fixed;
  display: block;
  z-index: -1;
  background: #e4ff3c;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  padding: 10px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  right: calc(15px + 49 * ((100vw - 320px) / 1600));
  top: calc(15px + 49 * ((100vw - 320px) / 1600));
  transition: all 0.5s ease;
}
.menu-toggle span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  left: 0;
  transform: translateX(35%);
  transition: all 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  top: 15px;
}
.menu-toggle span:nth-child(2) {
  top: calc(50% - 1.5px);
}
.menu-toggle span:nth-child(3) {
  bottom: 15px;
}
.menu-toggle.active {
  opacity: 1;
  z-index: 1111;
  width: 50px;
  height: 50px;
}
.menu-toggle.active:hover {
  transform: scale(1.15);
}
.header-hidden {
  opacity: 0;
  position: fixed;
  display: block;
  z-index: -1;
  background: #e4ff3c;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  background: #e4ff3c;
}
.header-hidden__inner {
  padding: calc(15px + 49 * ((100vw - 320px) / 1600));
  height: 100%;
}
.header-hidden__menu {
  height: 100%;
}
.hidden-menu-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hidden-menu-list li:not(:last-child) {
  margin: 0 0 2em;
}
.hidden-menu-list li a {
  font-size: calc(20px + 70 * ((100vw - 320px) / 1600));
  text-transform: uppercase;
  position: relative;
}
.hidden-menu-list li a::before {
  height: 1px;
  background-color: #000;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.5s ease;
}
.hidden-menu-list li a:hover::before {
  width: 100%;
}
.hidden-menu-active .main, .hidden-menu-active .footer {
  display: none;
}
.hidden-menu-active .header-hidden {
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 1;
}
.hidden-menu-active .menu-toggle {
  background: #fff;
}
.hidden-menu-active .menu-toggle span {
  background: #e4ff3c;
}
.hidden-menu-active .menu-toggle span:nth-child(1) {
  transform: rotate(45deg) translate(50%);
}
.hidden-menu-active .menu-toggle span:nth-child(2) {
  top: 35px;
  transform: rotate(-45deg) translate(50%);
}
.hidden-menu-active .menu-toggle span:nth-child(3) {
  display: none;
}
.site-footer__inner {
  padding: calc(50px + 60 * ((100vw - 320px) / 1600)) calc(15px + 149 * ((100vw - 320px) / 1600)) 3em;
  display: flex;
  flex-wrap: wrap;
}
.site-footer__copy {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  padding-right: 20px;
}
.site-footer__contacts {
  display: flex;
  justify-content: space-between;
}
.site-footer__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.site-footer__phone a {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.4;
  position: relative;
}
.site-footer__phone a::before {
  height: 1px;
  background-color: #793bf2;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.5s ease;
}
.site-footer__phone a:hover::before {
  width: 100%;
}
.site-footer__phone a:hover {
  color: #793bf2;
}
.site-footer__social {
  display: flex;
  flex-direction: column;
}
.site-footer__social a {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.4;
  position: relative;
}
.site-footer__social a::before {
  height: 1px;
  background-color: #793bf2;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.5s ease;
}
.site-footer__social a:hover::before {
  width: 100%;
}
.site-footer__social a:hover {
  color: #793bf2;
}
.home-page__projects {
  padding: calc(15px + 49 * ((100vw - 320px) / 1600)) 0 0;
}
.home-page__text, .home-page__bottom {
  padding: calc(55px + 70 * ((100vw - 320px) / 1600)) 0 0;
}
.intro__inner {
  display: flex;
  flex-wrap: wrap;
  padding: 15px calc(15px + 105 * ((100vw - 320px) / 1600)) 0;
}
.intro__title {
  color: #793bf2;
  text-align: right;
  font-weight: 300;
}
.intro__text {
  padding-left: 35px;
  font-weight: 300;
}
.home-projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
.home-projects__item {
  position: relative;
}
.home-projects__item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.home-projects__item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}
.home-projects__item:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 6;
}
.home-projects__item:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 6;
}
.home-projects__img {
  height: 100%;
  padding-top: 50%;
}
.home-projects__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.home-projects__link span {
  background: rgba(2, 240, 255, 0.7) none repeat scroll 0 0;
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  text-indent: -9999px;
  width: 0;
}
.home-projects__link span:nth-child(1) {
  left: 0;
  top: 0;
}
.home-projects__link span:nth-child(2) {
  left: 0;
  top: 0;
}
.home-projects__link span:nth-child(3) {
  bottom: 0;
  left: 0;
  top: auto;
}
.home-projects__link span:nth-child(4) {
  bottom: 0;
  right: 0;
  top: auto;
}
.home-projects__link:hover span {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}
.home-text__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.home-text .content > * {
  width: 100%;
  max-width: 960px;
  margin: 0.8333em auto;
}
.home-text .content h2, .home-text .content .h2, .home-text .content h3, .home-text .content .h3, .home-text .content h4, .home-text .content .h4 {
  color: #793bf2;
  font-weight: 500;
  max-width: 100%;
}
.home-text .content > *:first-child {
  margin: 0;
}
.home-text .content ul {
  padding: 0;
}
.home-bottom h2, .home-bottom .h2, .home-bottom h3, .home-bottom .h3, .home-bottom h4, .home-bottom .h4 {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  color: #793bf2;
  font-weight: 300;
  text-align: center;
}
.home-bottom__subtitle {
  margin-top: 0.3846em !important;
}
.price-page__list {
  padding: 0 15px;
}
.price-list__inner {
  width: 100%;
  max-width: 695px;
  margin: 0 auto;
}
.accordion__title {
  padding: 1em 3.5em 1em 1em;
  border-top: 1px solid #793bf2;
  cursor: pointer;
  position: relative;
  font-size: 1.1428em;
}
.accordion__title span {
  display: block;
  position: absolute;
  height: 1.875em;
  width: 1.875em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__title span::before, .accordion__title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #793bf2;
  position: absolute;
  transition: all 0.5s ease;
}
.accordion__title span::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accordion__title span::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__title.ui-accordion-header-active span::before {
  transform: translateY(-50%) rotate(-45deg);
}
.accordion__title.ui-accordion-header-active span::after {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}
.accordion__content {
  padding: 0 0 0 1.1428em;
  font-weight: 300;
}
.accordion__content strong {
  font-weight: 700;
}
.accordion__content h3 {
  font-size: 1.1428em;
  font-weight: 400;
  text-transform: none;
}
.accordion__content ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.accordion__content ul li {
  padding-left: 0;
}
.accordion__content ul li::before {
  display: none;
}
.accordion__content ul span {
  font-weight: 400;
}
.page-projects__navigation {
  margin-bottom: 2em;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category-list li:not(:last-child) {
  margin-right: 1em;
}
.category-list li a {
  position: relative;
}
.category-list li a::before {
  height: 1px;
  background-color: #793bf2;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.5s ease;
}
.category-list li a:hover {
  color: #793bf2;
}
.category-list li a:hover::before {
  width: 100%;
}
.blog .cat-item-all a, .category-list .current-cat a {
  color: #793bf2;
}
.blog .cat-item-all a::before, .category-list .current-cat a::before {
  width: 100%;
}
.project-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
}
.project-item {
  position: relative;
}
.project-item__img {
  padding-top: 63%;
}
.project-item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.project-item__link span {
  background: rgba(2, 240, 255, 0.7) none repeat scroll 0 0;
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  text-indent: -9999px;
  width: 0;
}
.project-item__link span:nth-child(1) {
  left: 0;
  top: 0;
}
.project-item__link span:nth-child(2) {
  left: 0;
  top: 0;
}
.project-item__link span:nth-child(3) {
  bottom: 0;
  left: 0;
  top: auto;
}
.project-item__link span:nth-child(4) {
  bottom: 0;
  right: 0;
  top: auto;
}
.project-item__link:hover span {
  height: 100%;
  opacity: 0;
  transition-duration: 1.3s;
  width: 100%;
}
.project-page__container {
  padding: calc(15px + 49 * ((100vw - 320px) / 1600)) calc(15px + 49 * ((100vw - 320px) / 1600)) 0;
}
.project-page__video {
  height: 75vh;
  position: relative;
  width: 100%;
}
.project-page__video-prev {
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.project-page__video-prev::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(images/play.svg) no-repeat 0px 0px / contain;
  width: calc(60px + 40 * ((100vw - 320px) / 1600));
  height: calc(60px + 40 * ((100vw - 320px) / 1600));
  z-index: 2;
}
.project-page__video .wp-video {
  position: absolute;
  width: 100% !important;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.project-page__video .wp-video .mejs-container, .project-page__video .wp-video .mejs-embed, .project-page__video .wp-video .mejs-embed body {
  background: #fff;
}
.project-page__video .wp-video .mejs-container {
  width: 100% !important;
  height: 100% !important;
}
.project-page__video .wp-video .mejs-controls {
  display: none;
  background: #222;
}
.project-page__video .wp-video .mejs-overlay-button, .project-page__video .wp-video .mejs-overlay-play:hover .mejs-overlay-button {
  background: url(images/play.svg) no-repeat 0px 0px / contain;
  width: calc(60px + 40 * ((100vw - 320px) / 1600));
  height: calc(60px + 40 * ((100vw - 320px) / 1600));
}
.project-page__video .wp-video .wp-video-shortcode video, .project-page__video .wp-video video.wp-video-shortcode {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain;
}
.project-page__content {
  width: 100%;
  max-width: 960px;
  padding: calc(15px + 49 * ((100vw - 320px) / 1600)) 0 0;
  margin: 0 auto;
}
.project-page__title {
  font-weight: 700;
  margin-bottom: 1em;
}
.project-page__gallery {
  padding-top: calc(15px + 49 * ((100vw - 320px) / 1600));
}
.project-gallery-item__link {
  display: block;
  padding-bottom: 1.5em;
}
.project-gallery-item__link img {
  display: block;
  margin: 0 auto;
}
.page-id-280 .site-main {
  mix-blend-mode: unset;
  position: relative;
}
.ecomm-page__inner {
  width: 100%;
  max-width: 867px;
  margin: 0 auto;
}
.ecomm-page__header {
  margin-top: calc(60px + 60 * ((100vw - 320px) / 1600));
}
.ecomm-page__services {
  margin-top: calc(40px + 20 * ((100vw - 320px) / 1600));
}
.ecomm-page__tariffs {
  margin-top: calc(40px + 40 * ((100vw - 320px) / 1600));
}
.ecomm-top {
  display: flex;
  flex-wrap: wrap;
  border-radius: 16px;
  overflow: hidden;
}
.ecomm-top__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em 1.6666em 1em;
  background: #793bf2;
}
.ecomm-top__content h1 {
  color: #fff;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.1em;
}
.ecomm-top__content a {
  text-transform: uppercase;
  color: #ffffff;
  font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
  display: flex;
  height: 2.0454em;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 13.5454em;
  border-radius: 1.2272em;
  background: #40c9ed;
  padding: 0 5px;
  font-weight: 700;
}
.ecomm-top__content a:hover {
  color: #e4ff3c;
}
.ecomm-top__img {
  flex: 0 0 50%;
  height: calc(250px + 118 * ((100vw - 320px) / 1600));
}
.ecomm-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 20 * ((100vw - 320px) / 1600));
}
.ecomm-services__item {
  overflow: hidden;
  border-radius: 24px;
  padding: 1em;
  position: relative;
  background: rgba(246, 241, 254, 0.45);
  backdrop-filter: blur(11px);
}
.ecomm-services__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  background: linear-gradient(141.9deg, #793bf2 31.56%, #ab81ff 82.61%);
  border-radius: 24px;
  height: 3em;
  padding: 0 10px;
  color: #fff;
  margin: 1em auto 0;
  width: 11.625em;
  letter-spacing: normal;
}
.ecomm-services__item a:hover {
  background: linear-gradient(141.9deg, #ab81ff 31.56%, #793bf2 82.61%);
}
.ecomm-services__item-img {
  padding-top: 75%;
}
.ecomm-services__item-img img {
  object-fit: scale-down;
  object-position: center;
}
.ecomm-services__item-name {
  font-weight: 700;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1600));
  line-height: 1.1;
  text-align: center;
  color: #793bf2;
  margin-top: 1.25em;
}
.ecomm-tariffs__title {
  font-weight: 700;
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  text-align: center;
  color: #793bf2;
  text-transform: none;
  margin-bottom: 1em;
}
.ecomm-tariffs__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(10px + 20 * ((100vw - 320px) / 1600));
}
.tariff-item {
  background: rgba(121, 59, 242, 0.07);
  backdrop-filter: blur(11px);
  overflow: hidden;
  border-radius: 16px;
  padding: 10px 13px 18px;
  display: flex;
  flex-direction: column;
}
.tariff-item__name {
  font-weight: 700;
  font-size: calc(24px + 14 * ((100vw - 320px) / 1600));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.3947em;
  overflow: hidden;
  border-radius: 14px;
}
.tariff-item__desc {
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  line-height: 1.2;
  color: #793bf2;
  margin-top: 1.3333em;
  margin-bottom: calc(20px + 5 * ((100vw - 320px) / 1600));
  padding: 0 calc(5px + 7 * ((100vw - 320px) / 1600));
}
.tariff-item__order {
  margin-top: auto;
  text-align: center;
  padding: 0 calc(5px + 7 * ((100vw - 320px) / 1600));
}
.tariff-item__price {
  font-size: calc(20px + 8 * ((100vw - 320px) / 1600));
  color: #793bf2;
  font-weight: 700;
  letter-spacing: normal;
}
.tariff-item__period {
  font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
  color: #793bf2;
}
.tariff-item__link {
  color: #fff;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  font-weight: 700;
  background: #793bf2;
  backdrop-filter: blur(11px);
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5555em;
  margin-top: calc(20px + 10 * ((100vw - 320px) / 1600));
}
.tariff-item__link:hover {
  background: #40c9ed;
}
.error404 .site-main {
  mix-blend-mode: unset;
  position: relative;
}
.thanks-404__block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  padding: 20px;
  position: relative;
  background: rgba(246, 241, 254, 0.45);
  backdrop-filter: blur(11px);
}
.thanks-404__img {
  flex: 0 0 50%;
}
.thanks-404__content {
  flex: 0 0 50%;
  padding-right: calc(20px + 30 * ((100vw - 320px) / 1600));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.thanks-404__content a {
  color: #fff;
  font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
  font-weight: 700;
  background: #793bf2;
  backdrop-filter: blur(11px);
  overflow: hidden;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5555em;
  margin-top: calc(20px + 10 * ((100vw - 320px) / 1600));
}
.thanks-404__content a:hover {
  background: #40c9ed;
}
@media (max-width: 1199px) {
  .site-header__logo {
    margin: -2.35% 0 0 0;
    flex: 0 0 100px;
    height: 111px;
  }
  .site-header__logo .logo1 {
    width: 56.15px;
    height: 52.42px;
    top: 1px;
    left: 10px;
  }
  .site-header__logo .logo2 {
    width: 79.46px;
    height: 68.68px;
    top: 42px;
    left: -4px;
  }
  .site-header__logo .logo3 {
    width: 11.91px;
    height: 19.7px;
    top: 35px;
    right: 33px;
  }
  .site-header__logo .logo4 {
    width: 23.98px;
    height: 11.01px;
    top: 53px;
    right: 25px;
  }
  .site-header__logo .logo5 {
    width: 16.41px;
    height: 23.59px;
    top: 62px;
    right: 29px;
  }
  .site-header__logo .logo6 {
    width: 12.4px;
    height: 11.93px;
    bottom: 9px;
    right: 53px;
  }
  .site-header__logo .logo7 {
    width: 10.82px;
    height: 15.74px;
    bottom: 11px;
    right: 44px;
  }
  .site-header__logo .logo8 {
    width: 14.22px;
    height: 14.63px;
    bottom: 13px;
    right: 31px;
  }
  .site-header__logo .logo9 {
    width: 15.56px;
    height: 17.84px;
    bottom: 16px;
    right: 17px;
  }
  .site-header__logo .logo10 {
    width: 7.85px;
    height: 16.56px;
    bottom: 19px;
    right: 12px;
  }
  .site-header__logo .logo11 {
    width: 12.94px;
    height: 12.92px;
    bottom: 21px;
  }
}
@media (max-width: 1023px) {
  .site-header__menu {
    display: none;
  }
  .project-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .site-header__social {
    margin: 0 20px 0 auto;
  }
  .menu-toggle {
    opacity: 1;
    z-index: 1111;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 17px -7px #793bf2;
    position: relative;
    top: auto;
    right: auto;
  }
  .menu-toggle.active {
    position: fixed;
    right: calc(15px + 49 * ((100vw - 320px) / 1600));
    top: calc(15px + 49 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 767px) {
  [class*="col-2"], [class*="col-3"], [class*="col-4"], [class*="col-5"], [class*="col-6"], [class*="col-7"], [class*="col-8"], [class*="col-9"], [class*="col-10"] {
    width: 100%;
  }
  .site-footer__copy {
    padding: 20px 0 0;
    text-align: center;
    order: 2;
  }
  .site-footer__copy br {
    display: none;
  }
  .project-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-projects__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-projects__item:nth-child(1), .home-projects__item:nth-child(3), .home-projects__item:nth-child(6), .home-projects__item:nth-child(7) {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
  .home-projects__item:nth-child(1), .home-projects__item:nth-child(4), .home-projects__item:nth-child(7) {
    grid-column: span 2;
  }
  .intro__title {
    text-align: center;
    margin-bottom: 1em;
  }
  .ecomm-top__content {
    flex: 0 0 100%;
  }
  .ecomm-top__content a {
    margin-top: 2em;
  }
  .ecomm-top__img {
    flex: 0 0 100%;
  }
  .ecomm-services, .ecomm-tariffs__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .thanks-404__block {
    flex-direction: column-reverse;
  }
  .thanks-404__content {
    flex: 0 0 100%;
  }
  .thanks-404__img {
    flex: 0 0 100%;
    padding-bottom: calc(50px + 20 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 599px) {
  .project-list {
    grid-template-columns: 1fr;
  }
  .home-projects__list {
    grid-template-columns: 1fr;
  }
  .home-projects__item:nth-child(1), .home-projects__item:nth-child(4), .home-projects__item:nth-child(7) {
    grid-column: span 1;
  }
  .ecomm-services, .ecomm-tariffs__list {
    grid-template-columns: 1fr;
  }
}
