@charset "UTF-8";
/*!
Theme Name: mdm_gutenberg
Theme URI: http://underscores.me/
Author: Dmitriy Plotnikov
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mdm_gutenberg
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mdm_gutenberg is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a:where(:not(.wp-element-button)) {
    text-decoration: none !important;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

address {
  font-style: normal;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 86%;
  font-weight: 400;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Указываем box sizing */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * > section:first-child {
  padding-top: 0;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
}

.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.7s linear infinite;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin-reverse 0.6s linear infinite;
  animation: spin-reverse 0.6s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #000000;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

@font-face {
  font-family: "Micra";
  src: url("Micra.eot");
  src: url("Micra.eot?#iefix") format("embedded-opentype"), url("assets/fonts/micra/micra-Bold.woff") format("woff"), url("assets/fonts/micra/micra-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.entry-content .has-xxx-large-font-size {
  line-height: 1.76;
}

@media screen and (max-width: 680px) {
  .entry-content .has-xxx-large-font-size {
    font-size: 27px !important;
    line-height: 1.46;
  }
  .entry-content .has-xxx-large-font-size[style*="letter-spacing:10px"] {
    letter-spacing: 7px !important;
  }
  .entry-content .has-medium-font-size {
    font-size: 15px !important;
    line-height: 1.73;
  }
  .entry-content .has-xxxx-large-font-size {
    font-size: 40px !important;
  }
  .entry-content .has-x-large-font-size, .entry-content .has-large-font-size {
    font-size: 16px !important;
    line-height: 1.56;
    letter-spacing: 0.1em !important;
  }
  .entry-content .has-large-2-font-size {
    font-size: 18px !important;
  }
  .entry-content .has-xx-large-font-size {
    font-size: 27px !important;
  }
}
header, .entry-header, section, footer.footer, .section, .breadcrumbs, .wp-block-cover, div.wp-block-group > .wp-block-group__inner-container, .entry-content > div.wp-block-group, .wp-block-cover.is-style-advantages .wp-block-cover__inner-container {
  padding: 0 15px;
}

.entry-content > div.wp-block-group.hero, .entry-content > div.wp-block-group.alignwide, .entry-content > div.wp-block-group.is-style-previews, .entry-content > section.wp-block-group.is-style-previews {
  padding: 0;
}

@media (min-width: 1023.98px) {
  header, .entry-header, section, footer.footer, .section, .breadcrumbs, .wp-block-cover, .wp-block-cover.is-style-advantages .wp-block-cover__inner-container {
    padding: 0 50px;
  }

  .entry-content > div.wp-block-group {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1199.98px) {
  header, .entry-header, section, footer.footer, .section, .breadcrumbs, .wp-block-cover, .wp-block-cover.is-style-advantages .wp-block-cover__inner-container {
    padding: 0 calc(50% - 585px);
  }
}
@media (min-width: 1299.98px) {
  header, section, footer.footer, .section, .breadcrumbs, .wp-block-cover, .wp-block-cover.is-style-advantages .wp-block-cover__inner-container {
    padding: 0 calc(50% - 585px);
  }
}
@media (min-width: 1500.98px) {
  header, .entry-header, section, footer.footer, .section, .breadcrumbs, .wp-block-cover, .wp-block-cover.is-style-advantages .wp-block-cover__inner-container {
    padding: 0 calc(50% - 585px);
  }

  .wp-block-group.alignwide {
    padding: 0 calc(50% - 685px);
	      --wp--style--global--wide-size: 100vw;
  }
}
* {
  outline: unset;
}
*[style*="font-weight:900"] {
  font-family: "Object Sans";
  line-height: 1.06;
}

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

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  font-family: "Manrope", sans-serif;
  background: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}
@media screen and (max-width: 680px) {
  body {
    font-size: 13px;
  }
}

body .is-layout-constrained > :where(:not(.alignwide):not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: unset !important;
}
body .is-layout-constrained.alignwide {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body .is-layout-constrained.alignwide {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

main#wp--skip-link--target {
  margin-top: 0 !important;
}

@media screen and (max-width: 680px) {
  .wp-site-blocks {
    overflow-x: hidden;
  }
}

.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  height: auto;
  width: auto;
  margin-bottom: 0;
}
.show.modal {
  width: 100%;
  height: 100%;
}

.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.hide {
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .desctop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .mobile {
    display: block !important;
  }
}

.has-x-large-font-size {
  line-height: 1.171;
}

.has-large-2-font-size {
  line-height: 0.7;
}

.has-small-font-size {
  line-height: 1.429;
}

.wp-block-button.is-style-outline > .wp-block-button__link, .wp-block-button .wp-block-button__link.is-style-outline {
  padding: 18px 30px;
  border-width: 1px;
  letter-spacing: 0.1em;
  line-height: 1.231;
}

.wp-block-buttons .wp-block-button.is-style-underlining .wp-block-button__link {
  font-size: 13px;
  padding: 0;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  background: transparent;
}

@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-130%, 0);
            transform: translate(-130%, 0);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-130%, 0);
            transform: translate(-130%, 0);
  }
}
#yamap0 {
  -webkit-filter: grayscale(100%) brightness(100%) contrast(100%) invert(100%);
          filter: grayscale(100%) brightness(100%) contrast(100%) invert(100%);
}

.breadcrumbs {
  font-size: 14px;
  color: #fff;
  gap: 15px;
  margin: 90px 0 45px;
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumbs a, .breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 680px) {
  .breadcrumbs {
    margin: 120px 0 25px;
  }
	body.admin-bar .breadcrumbs {
		margin-top: 74px;
	}
}

.wp-block-lazyblock-breadcrumbs {
  position: relative;
  z-index: 100;
}
.wp-block-lazyblock-breadcrumbs + .wp-block-post-content > div.wp-block-group.hero {
  margin-top: -208px;
}
@media screen and (max-width: 680px) {
  .wp-block-lazyblock-breadcrumbs + .wp-block-post-content > div.wp-block-group.hero {
    margin-top: -143px;
  }
}

[data-show-bullets=true].ghostkit-carousel, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap, .slick-slider {
  margin-bottom: 0;
  padding-bottom: 70px !important;
}
@media screen and (max-width: 680px) {
  [data-show-bullets=true].ghostkit-carousel, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap, .slick-slider {
    padding-bottom: 55px !important;
  }
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-items, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-items, .slick-slider .ghostkit-carousel-items {
  padding-bottom: 0;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-items .swiper-slide, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-items .swiper-slide, .slick-slider .ghostkit-carousel-items .swiper-slide {
  height: auto;
  font-size: inherit;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow, [data-show-bullets=true].ghostkit-carousel .slick-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow, .slick-slider .ghostkit-carousel-arrow, .slick-slider .vp-portfolio__items-arrow, .slick-slider .slick-arrow {
  position: absolute;
  right: calc(50% - 255px);
  z-index: 15;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: auto;
  bottom: -14px;
  width: 42px !important;
  height: 42px !important;
  border: 0;
  background: transparent;
  margin-bottom: 0 !important;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 680px) {
  [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow, [data-show-bullets=true].ghostkit-carousel .slick-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow, .slick-slider .ghostkit-carousel-arrow, .slick-slider .vp-portfolio__items-arrow, .slick-slider .slick-arrow {
    right: 15px;
  }
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow:hover, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow:hover, [data-show-bullets=true].ghostkit-carousel .slick-arrow:hover, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow:hover, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow:hover, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow:hover, .slick-slider .ghostkit-carousel-arrow:hover, .slick-slider .vp-portfolio__items-arrow:hover, .slick-slider .slick-arrow:hover {
  opacity: 1;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow svg, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow svg, [data-show-bullets=true].ghostkit-carousel .slick-arrow svg, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow svg, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow svg, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow svg, .slick-slider .ghostkit-carousel-arrow svg, .slick-slider .vp-portfolio__items-arrow svg, .slick-slider .slick-arrow svg {
  display: none;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow::before, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow::before, [data-show-bullets=true].ghostkit-carousel .slick-arrow::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow::before, .slick-slider .ghostkit-carousel-arrow::before, .slick-slider .vp-portfolio__items-arrow::before, .slick-slider .slick-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 42px;
  background: url(assets/img/arrow.svg) center center no-repeat;
  background-size: contain;
  border: 0;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.slick-prev, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.slick-prev, [data-show-bullets=true].ghostkit-carousel .slick-arrow.ghostkit-carousel-arrow-prev, [data-show-bullets=true].ghostkit-carousel .slick-arrow.vp-portfolio__items-arrow-prev, [data-show-bullets=true].ghostkit-carousel .slick-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.ghostkit-carousel-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.vp-portfolio__items-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.slick-prev, .slick-slider .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev, .slick-slider .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev, .slick-slider .ghostkit-carousel-arrow.slick-prev, .slick-slider .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev, .slick-slider .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev, .slick-slider .vp-portfolio__items-arrow.slick-prev, .slick-slider .slick-arrow.ghostkit-carousel-arrow-prev, .slick-slider .slick-arrow.vp-portfolio__items-arrow-prev, .slick-slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(50% - 255px);
}
@media screen and (max-width: 680px) {
  [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.slick-prev, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.slick-prev, [data-show-bullets=true].ghostkit-carousel .slick-arrow.ghostkit-carousel-arrow-prev, [data-show-bullets=true].ghostkit-carousel .slick-arrow.vp-portfolio__items-arrow-prev, [data-show-bullets=true].ghostkit-carousel .slick-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.ghostkit-carousel-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.vp-portfolio__items-arrow-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.slick-prev, .slick-slider .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev, .slick-slider .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev, .slick-slider .ghostkit-carousel-arrow.slick-prev, .slick-slider .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev, .slick-slider .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev, .slick-slider .vp-portfolio__items-arrow.slick-prev, .slick-slider .slick-arrow.ghostkit-carousel-arrow-prev, .slick-slider .slick-arrow.vp-portfolio__items-arrow-prev, .slick-slider .slick-arrow.slick-prev {
    left: 15px;
  }
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev::before, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev::before, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-arrow.slick-prev::before, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev::before, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev::before, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-arrow.slick-prev::before, [data-show-bullets=true].ghostkit-carousel .slick-arrow.ghostkit-carousel-arrow-prev::before, [data-show-bullets=true].ghostkit-carousel .slick-arrow.vp-portfolio__items-arrow-prev::before, [data-show-bullets=true].ghostkit-carousel .slick-arrow.slick-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-arrow.slick-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-arrow.slick-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.ghostkit-carousel-arrow-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.vp-portfolio__items-arrow-prev::before, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.slick-prev::before, .slick-slider .ghostkit-carousel-arrow.ghostkit-carousel-arrow-prev::before, .slick-slider .ghostkit-carousel-arrow.vp-portfolio__items-arrow-prev::before, .slick-slider .ghostkit-carousel-arrow.slick-prev::before, .slick-slider .vp-portfolio__items-arrow.ghostkit-carousel-arrow-prev::before, .slick-slider .vp-portfolio__items-arrow.vp-portfolio__items-arrow-prev::before, .slick-slider .vp-portfolio__items-arrow.slick-prev::before, .slick-slider .slick-arrow.ghostkit-carousel-arrow-prev::before, .slick-slider .slick-arrow.vp-portfolio__items-arrow-prev::before, .slick-slider .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
[data-show-bullets=true].ghostkit-carousel .slick-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow, .slick-slider .slick-arrow {
  bottom: 0;
}
@media screen and (max-width: 680px) {
  [data-show-bullets=true].ghostkit-carousel .slick-arrow, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow, .slick-slider .slick-arrow {
    right: 0;
  }
  [data-show-bullets=true].ghostkit-carousel .slick-arrow.slick-prev, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-arrow.slick-prev, .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets, [data-show-bullets=true].ghostkit-carousel .slick-dots, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots, .slick-slider .ghostkit-carousel-bullets, .slick-slider .vp-portfolio__items-bullets, .slick-slider .slick-dots {
  gap: 30px;
  padding: 0 75px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  list-style: none;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
  position: absolute;
}
@media screen and (max-width: 680px) {
  [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets, [data-show-bullets=true].ghostkit-carousel .slick-dots, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots, .slick-slider .ghostkit-carousel-bullets, .slick-slider .vp-portfolio__items-bullets, .slick-slider .slick-dots {
    gap: 15px;
    padding: 0;
    width: 100%;
  }
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets .swiper-pagination-bullet, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets > li > button, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets .swiper-pagination-bullet, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets > li > button, [data-show-bullets=true].ghostkit-carousel .slick-dots .swiper-pagination-bullet, [data-show-bullets=true].ghostkit-carousel .slick-dots > li > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets .swiper-pagination-bullet, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets > li > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets .swiper-pagination-bullet, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets > li > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots .swiper-pagination-bullet, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots > li > button, .slick-slider .ghostkit-carousel-bullets .swiper-pagination-bullet, .slick-slider .ghostkit-carousel-bullets > li > button, .slick-slider .vp-portfolio__items-bullets .swiper-pagination-bullet, .slick-slider .vp-portfolio__items-bullets > li > button, .slick-slider .slick-dots .swiper-pagination-bullet, .slick-slider .slick-dots > li > button {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  border-radius: 50%;
  margin: 0;
  background: transparent;
  font-size: 0;
  padding: 0;
}
@media screen and (max-width: 680px) {
  [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets .swiper-pagination-bullet, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets > li > button, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets .swiper-pagination-bullet, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets > li > button, [data-show-bullets=true].ghostkit-carousel .slick-dots .swiper-pagination-bullet, [data-show-bullets=true].ghostkit-carousel .slick-dots > li > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets .swiper-pagination-bullet, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets > li > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets .swiper-pagination-bullet, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets > li > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots .swiper-pagination-bullet, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots > li > button, .slick-slider .ghostkit-carousel-bullets .swiper-pagination-bullet, .slick-slider .ghostkit-carousel-bullets > li > button, .slick-slider .vp-portfolio__items-bullets .swiper-pagination-bullet, .slick-slider .vp-portfolio__items-bullets > li > button, .slick-slider .slick-dots .swiper-pagination-bullet, .slick-slider .slick-dots > li > button {
    width: 8px;
    height: 8px;
  }
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets .swiper-pagination-bullet-active, [data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets > li > button-active, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets .swiper-pagination-bullet-active, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets > li > button-active, [data-show-bullets=true].ghostkit-carousel .slick-dots .swiper-pagination-bullet-active, [data-show-bullets=true].ghostkit-carousel .slick-dots > li > button-active, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets .swiper-pagination-bullet-active, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets > li > button-active, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets .swiper-pagination-bullet-active, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets > li > button-active, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots .swiper-pagination-bullet-active, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots > li > button-active, .slick-slider .ghostkit-carousel-bullets .swiper-pagination-bullet-active, .slick-slider .ghostkit-carousel-bullets > li > button-active, .slick-slider .vp-portfolio__items-bullets .swiper-pagination-bullet-active, .slick-slider .vp-portfolio__items-bullets > li > button-active, .slick-slider .slick-dots .swiper-pagination-bullet-active, .slick-slider .slick-dots > li > button-active {
  background: #fff;
  border-color: #fff;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets li, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets li, [data-show-bullets=true].ghostkit-carousel .slick-dots li, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets li, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets li, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots li, .slick-slider .ghostkit-carousel-bullets li, .slick-slider .vp-portfolio__items-bullets li, .slick-slider .slick-dots li {
  line-height: 1;
}
[data-show-bullets=true].ghostkit-carousel .ghostkit-carousel-bullets li.slick-active > button, [data-show-bullets=true].ghostkit-carousel .vp-portfolio__items-bullets li.slick-active > button, [data-show-bullets=true].ghostkit-carousel .slick-dots li.slick-active > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .ghostkit-carousel-bullets li.slick-active > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .vp-portfolio__items-bullets li.slick-active > button, [data-vp-layout=slider][data-vp-slider-bullets=true] .vp-portfolio__items-wrap .slick-dots li.slick-active > button, .slick-slider .ghostkit-carousel-bullets li.slick-active > button, .slick-slider .vp-portfolio__items-bullets li.slick-active > button, .slick-slider .slick-dots li.slick-active > button {
  background: #fff;
  border-color: #fff;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content span {
  color: #999;
}
.entry-content p.is-style-withBottom, .entry-content ul.is-style-withBottom, .entry-content ol.is-style-withBottom, .entry-content span.is-style-withBottom {
  color: transparent;
}
.entry-content > p {
  max-width: 1440px !important;
}
@media screen and (max-width: 1490px) {
  .entry-content > p {
    max-width: 80vw !important;
  }
}
@media screen and (max-width: 680px) {
  .entry-content > p {
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.entry-content > section, .entry-content > .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.entry-content > section:first-child, .entry-content > .section:first-child {
  padding-top:  80px;
}
@media screen and (max-width: 680px) {
  .entry-content > section, .entry-content > .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .entry-content > section > h1.is-style-withBottom, .entry-content > section > h2.is-style-withBottom, .entry-content > section > h3.is-style-withBottom, .entry-content > section > h4.is-style-withBottom, .entry-content > section > h5.is-style-withBottom, .entry-content > section > h6.is-style-withBottom, .entry-content > .section > h1.is-style-withBottom, .entry-content > .section > h2.is-style-withBottom, .entry-content > .section > h3.is-style-withBottom, .entry-content > .section > h4.is-style-withBottom, .entry-content > .section > h5.is-style-withBottom, .entry-content > .section > h6.is-style-withBottom {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px) !important;
  }
}
.entry-content > section > *, .entry-content > .section > * {
  margin-bottom: 20px;
}
.entry-content > section > *:last-child, .entry-content > .section > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .entry-content > .wp-block-group {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.entry-content > .wp-block-group > * {
  margin-bottom: 20px;
}
.entry-content > .wp-block-group > *:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 48px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 28px;
  }
}

hr.wp-block-separator {
  border-bottom: 0;
  margin: 0 0 15px;
}

.entry-content > hr.wp-block-separator {
  margin: 80px 0;
}
.entry-content > hr.wp-block-separator:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 680px) {
  #yamap0 {
    min-height: 200px !important;
  }
}

.wp-block-coblocks-service .wp-block-buttons:last-child {
  margin-bottom: 0;
}

.wp-block-button.is-style-moreInfo .wp-block-button__link {
  background: transparent;
  text-decoration: underline;
  opacity: 0.6;
}

.wp-block-button.is-style-lessInfo .wp-block-button__link {
  background: transparent;
  padding: 18px 30px;
  border: 1px solid #fff;
  letter-spacing: 0.1em;
  line-height: 1.231;
}

.wp-block-button.is-style-moreProjects .wp-block-button__link {
  background: transparent;
  width: 149px;
  height: 149px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 680px) {
  .wp-block-button.is-style-moreProjects .wp-block-button__link {
    width: 115px;
    height: 115px;
    padding: 0 10px;
  }
}

div.wp-block-group > .wp-block-visual-portfolio {
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
}

ul.wp-block-post-template.columns-2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px 1.25em;
}
ul.wp-block-post-template.columns-2 > li {
  max-width: 280px;
}
@media screen and (max-width: 680px) {
  ul.wp-block-post-template.columns-2 > li {
    max-width: 100%;
  }
}

ul.wp-block-post-template:not(.is-flex-container) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}

@media screen and (max-width: 680px) {
  ul.wp-block-post-template li.post {
    padding-bottom: 10px;
    margin: 0 5px;
  }
}
ul.wp-block-post-template .wp-block-post-title {
  margin: 25px 0 20px;
  letter-spacing: 0.1em;
  line-height: 1.16;
}
ul.wp-block-post-template a.wp-block-read-more {
  padding: 6px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  width: 120px;
  line-height: 140%;
  text-align: center;
}
ul.wp-block-post-template .wp-block-post-terms {
  float: left;
  margin-top: 5px;
}
ul.wp-block-post-template .wp-block-post-terms + a.wp-block-read-more {
  float: right;
}
@media screen and (max-width: 680px) {
  ul.wp-block-post-template .wp-block-post-featured-image {
    width: 100% !important;
  }
  ul.wp-block-post-template .wp-block-post-featured-image img {
    height: auto !important;
  }
}

.wp-block-post-template.is-flex-container ul.slick-dots li {
  width: auto;
}

nav.wp-block-query-pagination {
  margin: 30px auto;
  font-size: 20px;
}
nav.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

img {
  pointer-events: none;
}

.coblocks-lightbox {
  display: none !important;
}

.has-lightbox figure[class^=align]:hover, .has-lightbox > :not(.carousel-nav) figure:hover, figure.has-lightbox:hover {
  cursor: auto;
}

.wp-block-tag-cloud.is-style-outline {
  text-indent: 0;
  margin-bottom: 20px;
  font-size: 16px;
}
.wp-block-tag-cloud.is-style-outline .tag-cloud-link {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 6px 15px 7px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.wp-block-tag-cloud.is-style-outline .tag-cloud-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

ul.wp-block-categories-list.wp-block-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1ch;
}
ul.wp-block-categories-list.wp-block-categories a {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 6px 15px 7px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  display: block;
}
ul.wp-block-categories-list.wp-block-categories a:hover {
  background: rgba(255, 255, 255, 0.15);
}
ul.wp-block-categories-list.wp-block-categories li.cat-item {
  display: none;
}
ul.wp-block-categories-list.wp-block-categories li.cat-item.current-cat {
  display: block;
}
ul.wp-block-categories-list.wp-block-categories li.cat-item.current-cat > a {
  display: none;
}
ul.wp-block-categories-list.wp-block-categories li.cat-item.current-cat-ancestor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1ch;
}
ul.wp-block-categories-list.wp-block-categories li.cat-item.current-cat-ancestor li.current-cat > a {
  display: none;
}
ul.wp-block-categories-list.wp-block-categories li.cat-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1ch;
  list-style: none;
}
ul.wp-block-categories-list.wp-block-categories li.cat-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1ch;
}

.vp-portfolio__item .vp-portfolio__item-img a {
  height: 100%;
}

.ays-survey-popup-survey-window.ays-survey-popup-modal-1.display_none_not_important::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(80px);
          backdrop-filter: blur(80px);
}

.wpfront-div.wpfront-message p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-indent: 0;
  max-width: 90vw;
  text-align: center;
  line-height: 1.2;
}
.wpfront-div.wpfront-message p img {
  max-width: 10%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}

.wp-block-coblocks-service p {
  text-indent: 0;
}

header.wp-block-template-part + .wp-block-social-links, .wp-block-lazyblock-breadcrumbs + .wp-block-social-links {
  position: absolute;
  right: 25vw;
  top: 475px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  margin-top: 0;
}
@media screen and (max-width: 1600px) {
  header.wp-block-template-part + .wp-block-social-links, .wp-block-lazyblock-breadcrumbs + .wp-block-social-links {
    right: 5.5vw;
  }
}
@media screen and (max-width: 768px) {
  header.wp-block-template-part + .wp-block-social-links, .wp-block-lazyblock-breadcrumbs + .wp-block-social-links {
    display: none;
  }
}

body:has(.hero--cafe) header.wp-block-template-part + .wp-block-social-links, body:has(.wp-block-cover.alignfull[style="min-height:708px"]) header.wp-block-template-part + .wp-block-social-links {
  right: 15vw;
}
@media screen and (max-width: 1600px) {
  body:has(.hero--cafe) header.wp-block-template-part + .wp-block-social-links, body:has(.wp-block-cover.alignfull[style="min-height:708px"]) header.wp-block-template-part + .wp-block-social-links {
    right: 1vw;
  }
}

div.wp-block-group.hero + section.wp-block-group + div.wp-block-group > .wp-block-cover .wp-block-cover__image-background {
  -o-object-position: top;
     object-position: top;
}

.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small {
  margin-top: 12px;
  font-size: 13px;
  line-height: 150%;
  text-decoration: underline;
  background: unset;
  padding: 0;
  border-radius: 0;
}
.wp-block-kadence-advancedbtn .kb-button.kt-btn-size-small > span {
  color: #fff;
}

p {
  margin: 0 0 15px;
  text-align: justify;
  text-indent: 45px;
}
ul {
	margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  p {
    text-indent: 15px;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p.is-style-withBottom {
  font-size: 122px;
  line-height: 126px !important;
  letter-spacing: 0.395em;
  -webkit-text-stroke-color: #fff;
  font-family: "Micra";
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  text-indent: 0px;
}
p.is-style-withImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
p.is-style-withImage img {
  margin-right: 7px;
}
p.is-style-withIndent {
  text-indent: 45px;
}
p.has-x-large-font-size, p.has-medium-font-size {
  text-indent: 0;
}
@media screen and (max-width: 1024px) {
  p[style="font-size:122px"], p[style="font-size:130px"], p[style="font-size:155px"] {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 576px) {
  p[style="font-size:122px"], p[style="font-size:130px"], p[style="font-size:155px"] {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 680px) {
  p[style*="font-size:200px"] {
    font-size: 172px !important;
  }
  p[style*="font-size:200px"] + p {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 390px) {
  p[style*="font-size:200px"] {
    font-size: 154px !important;
  }
}

.wp-block-quote {
  max-width: 970px;
  margin-left: auto;
}
.wp-block-quote p::before {
  content: "";
  width: 24px;
  height: 24px;
  margin-top: 7px;
  margin-left: 150px;
  margin-right: 10px;
  text-align: right;
  background: url(assets/img/quore.svg) center center no-repeat;
  background-size: contain;
  display: block;
  float: left;
}
.wp-block-quote cite {
  margin-top: 40px;
  margin-right: -13px;
  font-size: 72.4444px;
  line-height: 72px;
  font-family: "Caravan";
  text-align: right;
  text-transform: capitalize;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  display: block;
}
@media screen and (max-width: 680px) {
  .wp-block-quote cite {
    font-size: 38px;
    margin-top: 12px;
    margin-right: 0;
  }
}

h1.is-style-withBottom, h2.is-style-withBottom, h3.is-style-withBottom, h4.is-style-withBottom, h5.is-style-withBottom, h6.is-style-withBottom {
  font-size: clamp(32px, 15vh, 155px);
  line-height: 144.5%;
  margin-bottom: 40px;
  z-index: -1;
  -webkit-text-stroke-color: #fff;
  font-family: "Micra";
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  margin-left: -8vw;
}
h1.is-style-withBottom.has-text-align-center, h2.is-style-withBottom.has-text-align-center, h3.is-style-withBottom.has-text-align-center, h4.is-style-withBottom.has-text-align-center, h5.is-style-withBottom.has-text-align-center, h6.is-style-withBottom.has-text-align-center {
  margin-left: 0;
}
h1.is-style-withBottom:last-child, h2.is-style-withBottom:last-child, h3.is-style-withBottom:last-child, h4.is-style-withBottom:last-child, h5.is-style-withBottom:last-child, h6.is-style-withBottom:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  h1.is-style-withBottom, h2.is-style-withBottom, h3.is-style-withBottom, h4.is-style-withBottom, h5.is-style-withBottom, h6.is-style-withBottom {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  h1.is-style-withBottom, h2.is-style-withBottom, h3.is-style-withBottom, h4.is-style-withBottom, h5.is-style-withBottom, h6.is-style-withBottom {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 576px) {
  h1.is-style-withBottom, h2.is-style-withBottom, h3.is-style-withBottom, h4.is-style-withBottom, h5.is-style-withBottom, h6.is-style-withBottom {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  h1[style="font-size:80px"], h2[style="font-size:80px"], h3[style="font-size:80px"], h4[style="font-size:80px"], h5[style="font-size:80px"], h6[style="font-size:80px"] {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  h1[style="font-size:72px"], h2[style="font-size:72px"], h3[style="font-size:72px"], h4[style="font-size:72px"], h5[style="font-size:72px"], h6[style="font-size:72px"] {
    font-size: 24px !important;
  }
}
h1#проекты, h2#проекты, h3#проекты, h4#проекты, h5#проекты, h6#проекты {
  font-size: 155px !important;
/*   margin-bottom: -72px; */
}
h3#проекты {
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1024px) {
  h1#проекты, h2#проекты, h3#проекты, h4#проекты, h5#проекты, h6#проекты {
    font-size: 130px !important;
  }
}
@media screen and (max-width: 768px) {
  h1#проекты, h2#проекты, h3#проекты, h4#проекты, h5#проекты, h6#проекты {
    font-size: 100px !important;
/*     margin-bottom: -20px; */
  }
}
@media screen and (max-width: 680px) {
  h1#проекты, h2#проекты, h3#проекты, h4#проекты, h5#проекты, h6#проекты {
/*     margin-bottom: -10px; */
    font-size: 40px !important;
  }
}
h1#портфолио  {
  text-indent: -8vw;
      margin-top: 100px;
}
h2#портфолио, h3#портфолио, h4#портфолио, h5#портфолио, h6#портфолио { text-indent: -8vw;
}
@media screen and (max-width: 768px) {
  h1#портфолио, h2#портфолио, h3#портфолио, h4#портфолио, h5#портфолио, h6#портфолио {
    text-indent: 0;
  }
}
@media screen and (max-width: 768px) {
  h1#о-нас, h2#о-нас, h3#о-нас, h4#о-нас, h5#о-нас, h6#о-нас {
    font-size: 72px !important;
    margin-bottom: -40px;
  }
}
h1#о-нас + .wp-block-columns .wp-block-column .wp-block-image, h2#о-нас + .wp-block-columns .wp-block-column .wp-block-image, h3#о-нас + .wp-block-columns .wp-block-column .wp-block-image, h4#о-нас + .wp-block-columns .wp-block-column .wp-block-image, h5#о-нас + .wp-block-columns .wp-block-column .wp-block-image, h6#о-нас + .wp-block-columns .wp-block-column .wp-block-image {
  position: relative;
}
h1#о-нас + .wp-block-columns .wp-block-column .wp-block-image::before, h2#о-нас + .wp-block-columns .wp-block-column .wp-block-image::before, h3#о-нас + .wp-block-columns .wp-block-column .wp-block-image::before, h4#о-нас + .wp-block-columns .wp-block-column .wp-block-image::before, h5#о-нас + .wp-block-columns .wp-block-column .wp-block-image::before, h6#о-нас + .wp-block-columns .wp-block-column .wp-block-image::before {
  content: "";
  width: 111px;
  height: 111px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background: url(assets/img/icon-logo-letters.svg) center center no-repeat, #fff;
}

ol.is-style-numbering {
  list-style: none;
  counter-reset: numbering;
}
ol.is-style-numbering.slick-slider .slick-arrow {
  right: 15px;
}
ol.is-style-numbering.slick-slider .slick-arrow.slick-prev {
  left: 15px;
}
@media screen and (max-width: 680px) {
  ol.is-style-numbering {
    margin-top: 50px;
    padding: 0 15px;
  }
}
ol.is-style-numbering li:not([role=presentation]) {
  color: #999;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 680px) {
  ol.is-style-numbering li:not([role=presentation]) {
    margin-bottom: 50px;
  }
}
ol.is-style-numbering li:not([role=presentation])::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 300px;
  height: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
ol.is-style-numbering li:not([role=presentation]):last-child {
  margin-bottom: 0;
}
ol.is-style-numbering li:not([role=presentation])::before {
  counter-increment: numbering;
  content: counter(numbering);
  display: block;
  font-size: 35px;
  font-family: "Micra";
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 680px) {
  ol.is-style-numbering li:not([role=presentation])::before {
    font-size: 27px;
  }
}
ol.is-style-numbering li:not([role=presentation]) span + br {
  display: none;
}
ol.is-style-numbering li:not([role=presentation]) strong {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.16;
  display: block;
  max-width: 500px;
  margin-bottom: 20px;
  color: #fff;
}
ol.is-style-numbering li:not([role=presentation]) strong + br {
  display: none;
}
@media screen and (max-width: 680px) {
  ol.is-style-numbering li:not([role=presentation]) strong {
    font-size: 16px;
  }
}

.wp-block-image.is-style-withSignature figcaption.wp-element-caption {
  margin-right: -15px;
  margin-top: 21px;
  font-size: 72.4444px;
  line-height: 1;
  font-family: "Caravan";
  text-align: right;
  text-transform: capitalize;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 680px) {
  .wp-block-image.is-style-withSignature figcaption.wp-element-caption {
    font-size: 38px;
    margin-right: 15px;
  }
}
.wp-block-image.is-style-default figcaption {
  position: initial;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-block-image.is-style-default figcaption {
    margin-top: 15px;
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .wp-block-cover {
    padding-right: 0 !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wp-block-cover::before, .wp-block-cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.33%, rgba(0, 0, 0, 0.39)), color-stop(32.67%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) -2.33%, rgba(0, 0, 0, 0) 32.67%);
  z-index: 1;
}
.wp-block-cover::after {
  background: linear-gradient(358.97deg, #000000 -2.79%, rgba(0, 0, 0, 0) 53.01%);
}
.wp-block-cover .wp-block-cover__inner-container {
  z-index: 2;
}
.wp-block-cover.is-style-default::before, .wp-block-cover.is-style-default::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .wp-block-cover.is-style-default .wp-block-cover__inner-container {
    margin: auto;
  }
}
.wp-block-cover.is-style-default .wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span {
  color: #000;
}
.wp-block-cover.is-style-default .wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span::before, .wp-block-cover.is-style-default .wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span::after {
  border-color: #000;
}
.wp-block-cover.is-style-default .wpcf7-form p {
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.wp-block-cover.is-style-default .wpcf7-form p span {
  color: #000;
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap {
  width: calc(50% - 15px);
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000000;
  background: unset;
  color: #000;
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input::-moz-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input:-ms-input-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input::-ms-input-placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input::placeholder {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-default .wpcf7-form p .wpcf7-form-control-wrap input {
    font-size: 16px;
  }
}
.wp-block-cover.is-style-default .wpcf7-form p .wpcf7-submit {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.wp-block-cover.is-style-default[style="min-height:712px"] p {
  text-indent: 0px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-default[style="min-height:712px"] {
    padding-right: 15px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 55px;
    min-height: 760px !important;
    background: #DADBDE;
  }
  .wp-block-cover.is-style-default[style="min-height:712px"] p br {
    display: none;
  }
  .wp-block-cover.is-style-default[style="min-height:712px"] p.has-x-large-font-size {
    font-size: 27px !important;
  }
  .wp-block-cover.is-style-default[style="min-height:712px"] .wp-block-cover__image-background {
    height: 45%;
    bottom: 0;
    left: 10%;
    top: auto;
    -o-object-position: left;
       object-position: left;
  }
}
.wp-block-cover.is-position-bottom-left {
  padding-bottom: 70px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-position-bottom-left {
    min-height: 243px !important;
    padding-left: 15px;
    padding-bottom: 34px;
  }
  .wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container * {
    text-align: left !important;
	padding: 0 10px;
	text-indent: 0;
  }
	.wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container h6 {
		margin-bottom: 10px;
	}
	.wp-block-cover.is-position-bottom-left[style="min-height:750px"] .wp-block-cover__inner-container {
		margin-bottom: -80px;
	}
}
.wp-block-cover.is-style-advantages {
  margin-top: 65px;
  position: relative;
  min-height: 600px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages {
    min-height: 150px;
    width: calc(100% + 30px);
    margin-left: -15px;
    position: relative;
    margin-top: 160px;
  }
}
.wp-block-cover.is-style-advantages::before, .wp-block-cover.is-style-advantages::after {
  display: none;
}
.wp-block-cover.is-style-advantages .wp-block-group {
  max-width: 571px;
  margin-left: auto;
  margin-top: -370px;
  z-index: 2;
  padding: 26px 66px 78px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages .wp-block-group {
    padding: 26px 26px 56px;
    margin: 0 15px;
    position: absolute;
    bottom: 111px;
  }
}
.wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-bottom: 54px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box {
    margin-bottom: 25px;
  }
}
.wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-icon {
    width: 35px;
  }
}
.wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content {
  padding-left: 34px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content {
    padding-left: 18px;
  }
}
.wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content p {
  margin: 4px 0;
  text-indent: 0px;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content p {
    font-size: 15px !important;
  }
}
.wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content p:last-child {
    font-size: 13px !important;
  }
  .wp-block-cover.is-style-advantages .wp-block-group .ghostkit-icon-box .ghostkit-icon-box-content p:last-child br {
    display: none;
  }
}
.wp-block-cover.is-style-advantages p.is-style-ticker {
  font-size: 67px !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 144.5%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 25px;
  text-align: right;
  left: 0;
  padding-left: -;
  z-index: 10;
  color: white;
  white-space: nowrap;
/*   -webkit-animation: scroll 32.5s infinite linear;
          animation: scroll 32.5s infinite linear; */
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-cover.is-style-advantages p.is-style-ticker strong {
	  display: table;
  white-space: nowrap;
}
@media screen and (max-width: 680px) {
  .wp-block-cover.is-style-advantages p.is-style-ticker {
    font-size: 16px !important;
    padding-left: 15px;
    bottom: 14px;
  }
}

.wp-block-group.hero {
  position: relative;
}
.wp-block-group.hero p {
  text-indent: 0px;
}
.wp-block-group.hero p, .wp-block-group.hero ul, .wp-block-group.hero ol, .wp-block-group.hero span {
  color: #fff;
}
.wp-block-group.hero p.is-style-withBottom, .wp-block-group.hero ul.is-style-withBottom, .wp-block-group.hero ol.is-style-withBottom, .wp-block-group.hero span.is-style-withBottom {
  color: transparent;
}
.wp-block-group.hero > .wp-block-buttons {
  margin: -54px auto 54px;
  z-index: 100;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-group.hero > .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
  padding: 9px 15px !important;
  margin-top: 0;
}
.wp-block-group.hero .ghostkit-carousel {
  margin-bottom: 0;
}
.wp-block-group.hero .ghostkit-carousel-arrow {
  position: absolute;
  right: calc(50% - 585px);
  z-index: 15;
  opacity: 20%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: auto;
  bottom: 55px;
  width: 35px;
  height: 16px;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.hero .ghostkit-carousel-arrow {
    right: 15px;
    bottom: 30px;
  }
}
.wp-block-group.hero .ghostkit-carousel-arrow:hover {
  opacity: 1;
}
.wp-block-group.hero .ghostkit-carousel-arrow-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-block-group.hero .ghostkit-carousel-arrow-prev {
  right: auto;
  left: calc(50% - 585px);
}
@media screen and (max-width: 1024px) {
  .wp-block-group.hero .ghostkit-carousel-arrow-prev {
    left: 15px;
  }
}
.wp-block-group.hero .ghostkit-carousel-slide {
  height: 900px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero .ghostkit-carousel-slide {
    height: auto;
  }
}
.wp-block-group.hero .ghostkit-carousel-slide figure.wp-block-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero .ghostkit-carousel-slide figure.wp-block-image {
    bottom: 39%;
  }
}
.wp-block-group.hero .ghostkit-carousel-slide figure.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.hero .ghostkit-carousel-slide figure.wp-block-image::before, .wp-block-group.hero .ghostkit-carousel-slide figure.wp-block-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.59%, rgba(0, 0, 0, 0.93)), color-stop(34.05%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.93) -1.59%, rgba(0, 0, 0, 0) 34.05%);
  z-index: 2;
}
.wp-block-group.hero .ghostkit-carousel-slide figure.wp-block-image::after {
  background: linear-gradient(358.62deg, #000000 -3.71%, rgba(0, 0, 0, 0) 60%);
}
.wp-block-group.hero .ghostkit-carousel-slide .wp-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  padding: 90px 0 175px;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
  max-width: 1170px;
  margin: auto;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group {
    padding: 259px 14px 80px;
  }
  .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group > p.is-style-withBottom {
    font-size: 42px !important;
    line-height: 34px !important;
    max-width: 94vw !important;
    margin: 25px auto 10px !important;
    letter-spacing: 0.2em;
  }
  .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group *.has-x-large-font-size {
    font-size: 24px !important;
  }
}
.wp-block-group.hero .ghostkit-carousel-slide .wp-block-group > * {
  width: 100%;
  max-width: unset;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group > *:not(h1):not(h2):not(h3):not(h4) {
    max-width: 94vw !important;
    word-break: break-all;
  }
}
.wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h1, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h2, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h3, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h4, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h5, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h6 {
  margin: 30px 0 20px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h1, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h2, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h3, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h4, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h5, .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group h6 {
    margin: 30px 0 10px;
  }
}
.wp-block-group.hero .ghostkit-carousel-slide .wp-block-group p:last-of-type {
  margin: 25px 0 10px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero .ghostkit-carousel-slide .wp-block-group p:last-of-type {
    margin-bottom: 24px;
  }
}

.wp-block-group.hero--cafe {
  position: relative;
}
.wp-block-group.hero--cafe > .wp-block-buttons {
  margin: -54px auto 54px;
  z-index: 100;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-group.hero--cafe > .wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link {
  padding: 9px 15px !important;
  margin-top: 0;
}
.wp-block-group.hero--cafe .wp-block-columns {
  background: url(assets/img/hero-a.png) bottom left no-repeat;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns {
    background-size: 111px 111px;
    background-position: 0 15%;
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column {
  word-break: normal;
  overflow-wrap: unset;
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column:first-child .wp-block-buttons {
  margin-top: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column:first-child .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column:last-child {
    height: 330px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column p {
  text-indent: 0;
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider {
  padding-bottom: 0 !important;
  position: inherit;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider {
    width: 100vw;
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider .slick-arrow {
  right: calc(23% - 255px);
  bottom: 80px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider .slick-arrow {
    right: 20px;
    top: calc(100% + 174px);
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider .slick-arrow.slick-prev {
  right: auto;
  left: calc(23% - 255px);
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider figure.wp-block-image {
  height: 440px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider figure.wp-block-image {
    height: 330px;
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column .slick-slider figure.wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column > h1.is-style-withBottom {
  position: relative;
  z-index: 2;
  line-height: 100%;
  letter-spacing: 0;
  margin-left: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column > h1.is-style-withBottom {
    margin: 20px 0;
    -webkit-text-stroke-color: rgb(255, 255, 255);
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column p.is-style-ticker {
  font-size: 67px !important;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 144.5%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 36%;
  left: 26%;
  right: 26%;
  z-index: 10;
}
@media screen and (max-width: 680px) {
  .wp-block-group.hero--cafe .wp-block-columns .wp-block-column p.is-style-ticker {
    font-size: 21px !important;
    position: initial;
    margin-top: 140px;
    margin-bottom: 50px;
    width: 100%;
    margin-left: auto;
    color: #fff;
  }
}
.wp-block-group.hero--cafe .wp-block-columns .wp-block-column p.is-style-ticker strong {
  white-space: nowrap;
/*   -webkit-animation: scroll 20s infinite linear;
          animation: scroll 20s infinite linear; */
/*   display: inline-block; */
	display: table;
}

.wp-block-group.is-style-previews {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  max-width: 1440px !important;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-previews {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
.wp-block-group.is-style-previews figure.wp-block-image {
  display: block;
}
.wp-block-group.is-style-previews figure.wp-block-image:first-of-type {
  width: 40.82%;
  margin-bottom: 0;
  height: 447px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-previews figure.wp-block-image:first-of-type {
    width: 100%;
    margin-bottom: 0;
    height: 250px;
  }
}
.wp-block-group.is-style-previews figure.wp-block-image:last-of-type {
  width: 57.471%;
  height: 533px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-previews figure.wp-block-image:last-of-type {
    width: 100%;
    height: 250px;
  }
}
.wp-block-group.is-style-previews figure.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: unset;
}
.wp-block-group.is-style-previews::before, .wp-block-group.is-style-previews::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 8.681vw;
  height: 8.681vw;
  max-width: 175px;
  max-height: 175px;
  border-radius: 50%;
  left: 37%;
  bottom: calc(50% - 72px);
  background: url(assets/img/l2.svg) center center no-repeat, #fff;
  background-size: 28%;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-previews::before, .wp-block-group.is-style-previews::after {
    width: 124px;
    height: 124px;
    top: 38%;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.wp-block-group.is-style-previews::after {
  z-index: 3;
  background: url(assets/img/l1.svg) center center no-repeat, transparent;
  -webkit-animation: 10s linear 0s normal none infinite running rot;
          animation: 10s linear 0s normal none infinite running rot;
  background-size: 86%;
}

.wpcf7-form p {
  margin: 30px 0 0;
  max-width: 529px;
  text-indent: 0;
}
.wpcf7-form p br {
  display: none;
}
.wpcf7-form p label {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.wpcf7-form p label span {
  width: 100%;
  display: block;
}
.wpcf7-form p label span input {
  height: 32px;
  width: 100%;
  background: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  border-bottom: 1px solid #FFFFFF;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #fff;
}
.wpcf7-submit {
  padding: 18px 30px;
  display: inline-block;
  min-width: 180px;
  line-height: 1;
  text-align: center;
  border: 1px solid #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-family: "Gilroy";
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap {
  float: right;
  width: 45%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .wpcf7-spinner ~ .wpcf7-form-control-wrap {
    float: unset;
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  margin-bottom: 0;
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute;
  left: -9999px;
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span {
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span a {
  text-decoration: underline;
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 576px) {
  .wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span::before {
    top: 5px;
  }
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2.5px;
  width: 10px;
  height: 5px;
  -webkit-transform: rotate(314deg);
          transform: rotate(314deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  .wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input + span::after {
    top: 8px;
  }
}
.wpcf7-spinner ~ .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input:checked + span::after {
  opacity: 1;
}

@media screen and (max-width: 680px) {
  .ghostkit-testimonial {
    margin-bottom: 0;
  }
}
.ghostkit-testimonial .ghostkit-testimonial-content {
  background-color: unset;
  padding: 0;
  color: #999;
  margin-bottom: 40px;
}
.ghostkit-testimonial .ghostkit-testimonial-content p {
  margin-top: 0;
}
.ghostkit-testimonial .ghostkit-testimonial-icon {
  position: initial;
  opacity: 1;
  margin-bottom: 32px;
}
@media screen and (max-width: 680px) {
  .ghostkit-testimonial .ghostkit-testimonial-icon {
    margin-bottom: 20px;
	width: 15px;
  }
	.ghostkit-testimonial .ghostkit-testimonial-icon svg {
		width: 100%;
	}
}
.ghostkit-testimonial .ghostkit-testimonial-icon + .ghostkit-testimonial-content {
  padding-left: 0;
  padding-right: 50px;
}
@media screen and (max-width: 680px) {
  .ghostkit-testimonial .ghostkit-testimonial-icon + .ghostkit-testimonial-content {
    padding-right: 0;
  }
}
.ghostkit-testimonial .ghostkit-testimonial-photo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ghostkit-testimonial .ghostkit-testimonial-photo img {
  width: auto;
}
.ghostkit-testimonial .ghostkit-testimonial-meta + .ghostkit-testimonial-stars {
  margin-left: 65px;
  width: 100%;
  margin-top: -20px;
}
.ghostkit-testimonial .ghostkit-testimonial-meta + .ghostkit-testimonial-stars .ghostkit-testimonial-stars-front {
  color: #fff;
}
.ghostkit-testimonial .ghostkit-testimonial-meta + .ghostkit-testimonial-stars .ghostkit-testimonial-stars-back {
  color: rgba(255, 255, 255, 0.3);
}

.wp-block-group.is-style-testimonials {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
--wp--style--global--wide-size: 100%;
}
.wp-block-group.is-style-testimonials>.ghostkit-carousel.swiper, h1.is-style-withBottom, h2.is-style-withBottom, h3.is-style-withBottom, h4.is-style-withBottom, h5.is-style-withBottom, h6.is-style-withBottom {
	max-width: 1200px !important;
}
.wp-block-group.is-style-testimonials .ghostkit-carousel-bullets {
  bottom: 10px !important;
}
.wp-block-group.is-style-testimonials>.ghostkit-carousel.swiper .slick-slide img {
	filter: grayscale(1);
}
.wp-block-group.is-style-testimonials::before, .wp-block-group.is-style-testimonials::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.wp-block-group.is-style-testimonials::before {
  width: 182px;
  height: 400px;
  background: url(assets/img/elips-bg.svg) center center no-repeat;
  background-size: contain;
  top: 250px;
  left: -120px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.wp-block-group.is-style-testimonials::after {
  width: 583px;
  height: 448px;
  right: -15%;
  bottom: -9%;
  background: url(assets/img/elips-bg2.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
	.wp-block-group.is-style-testimonials>.ghostkit-carousel.swiper, h1.is-style-withBottom, h2.is-style-withBottom, h3.is-style-withBottom, h4.is-style-withBottom, h5.is-style-withBottom, h6.is-style-withBottom {
	max-width: calc(100vw - 30px) !important;
}
	.wp-block-group.is-style-testimonials figure.wp-block-gallery .slick-arrow.slick-next {
		right: 15px;
	}
	.wp-block-group.is-style-testimonials figure.wp-block-gallery .slick-arrow.slick-prev {
		left: 15px;
	}
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-testimonials::after {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-testimonials {
    padding: 40px 0;
  }
  .wp-block-group.is-style-testimonials > h1.is-style-withBottom, .wp-block-group.is-style-testimonials > h2.is-style-withBottom, .wp-block-group.is-style-testimonials > h3.is-style-withBottom, .wp-block-group.is-style-testimonials > h4.is-style-withBottom, .wp-block-group.is-style-testimonials > h5.is-style-withBottom, .wp-block-group.is-style-testimonials > h6.is-style-withBottom {
    max-width: 100% !important;
  }
}
.wp-block-group.is-style-testimonials .wp-block-columns {
  width: 100%;
  gap: 60px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-testimonials .wp-block-columns {
    gap: 20px;
  }
  .wp-block-group.is-style-testimonials .wp-block-columns .ghostkit-testimonial {
    padding: 0 15px;
  }
}
.wp-block-group.is-style-testimonials figure.wp-block-gallery {
  height: 448px;
  max-width: 100%;
  width: 100%;
  padding-bottom: 0 !important;
  display: block;
}
.wp-block-group.is-style-testimonials figure.wp-block-gallery .slick-list, .wp-block-group.is-style-testimonials figure.wp-block-gallery .slick-track {
  height: 100%;
  width: 100%;
  min-width: 570px;
}

@media screen and (max-width: 680px) {
  .wp-block-group.is-style-testimonials figure.wp-block-gallery {
    height: 308px;
  }
}
.wp-block-group.is-style-testimonials figure.wp-block-gallery .slick-arrow {
	 /*    right: calc(75% - 255px);
	    margin-left: -28%;*/
  top: 50%;
  opacity: 1;
  width: 12px !important;
  height: 40px !important;
  cursor: pointer;
}
.wp-block-group.is-style-testimonials figure.wp-block-gallery .slick-arrow::before {
  background: url(assets/img/arrow-slider.svg) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.wp-block-group.contacts {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wp-block-group.contacts p {
  text-indent: 0;
}

footer.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
footer.footer p {
  text-indent: 0;
}

@media (min-width: 767px) {
  footer.footer {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}
footer.footer .is-layout-flex.wp-block-group {
  gap: 130px;
}

@media (max-width: 767px) {
  footer.footer .is-layout-flex.wp-block-group {
    gap: 30px;
  }
}
.footer .wp-block-lazyblock-logotip-sajta {
  margin-right: 55px;
}

.footer .wp-block-lazyblock-logotip-sajta img {
  display: block;
  max-width: 150px;
}

.footer p {
  margin-top: 0;
  margin-bottom: 8px;
}

.footer ul#menu-bottom {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer ul#menu-bottom li:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 767px) {
  .footer .wp-block-lazyblock-logotip-sajta img {
    max-width: inherit;
  }
}
.footer__year {
  display: none;
  font-family: "Gilroy";
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-left: auto;
}

@media (min-width: 767px) {
  .footer__year {
    margin-top: 25px;
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .footer__main {
    margin-left: 85px;
  }
}
@media (min-width: 993px) {
  .footer__main {
    margin-left: 145px;
  }
}
@media (min-width: 1200px) {
  .footer__main {
    margin-left: 185px;
  }
}
.footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -25px;
}

@media (min-width: 767px) {
  .footer__grid {
    margin: 0;
  }
}
.footer__col {
  padding: 0 25px;
}

@media (min-width: 767px) {
  .footer__col {
    margin-right: 30px;
    padding: 0;
  }
}
@media (min-width: 993px) {
  .footer__col {
    margin-right: 130px;
  }
}
.footer__col:last-child {
  margin-right: 0;
}

.footer__title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 767px) {
  .footer__title {
    font-family: "Gilroy";
    letter-spacing: 0.1em;
  }
}
.footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__item {
  margin-bottom: 7px;
}

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

.footer__link {
  font-weight: 500;
  font-size: 13px;
  line-height: 200%;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .footer__link {
    font-family: "Gilroy";
    letter-spacing: 0.1em;
  }
}
.footer__link:hover {
  opacity: 0.6;
}

.footer__tel {
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 767px) {
  .footer__tel {
    font-size: 18px;
  }
}
a.footer__tel:hover {
  opacity: 0.6;
}

.footer__email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 8px;
  letter-spacing: 0.1em;
  font-family: "gilroy";
  font-size: 14px;
}

@media (min-width: 1200px) {
  .footer__email {
    font-size: 18px;
    line-height: 21px;
  }
}
.footer__address {
  display: block;
  letter-spacing: 0.1em;
  font-family: "gilroy";
  font-size: 14px;
  line-height: 153%;
}

.footer__email + .footer__address {
  margin-top: 13px;
}

@media (min-width: 1200px) {
  .footer__address {
    font-size: 18px;
  }
}
.footer__socials {
  display: block;
  margin-top: 18px;
}

.back-to-top-button {
  position: fixed;
  right: 15px;
  bottom: 15px;
  margin-right: -120px;
  padding: 10px 15px;
  color: #999;
  background: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  cursor: pointer;
  z-index: 50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  .back-to-top-button {
    right: 20px;
    bottom: 20px;
  }
}
.back-to-top-button:hover {
  color: #ffffff;
}

.back-to-top-button:not(.hidden) {
  margin-right: 0;
}

header.wp-block-template-part {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 50;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}

header.wp-block-template-part p {
  text-indent: 0;
}

header.wp-block-template-part.fixed {
  position: fixed;
  background: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 12;
}
header.wp-block-template-part.fixed~.wp-block-lazyblock-breadcrumbs {
	position: fixed;
	top: 40px;
    left: calc(50% - 585px);
}
.header__inner {
  position: relative;
  padding: 12px 0;
  gap: 0;
}

@media (min-width: 992px) {
  .header__inner {
    padding: 23px 0;
  }
}
header.wp-block-template-part .wp-block-site-logo img {
  display: block;
  max-width: 145px;
}

@media (min-width: 1025px) {
  header.wp-block-template-part .wp-block-site-logo img {
    max-width: inherit;
  }
}
.header__menu-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 24px;
  height: 15px !important;
  margin-bottom: 10px !important;
}

.header__menu-btn::before {
  content: "";
  width: 24px;
  height: 16px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='16' viewBox='0 0 24 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.292969' width='23.7059' height='1.41176' fill='white'/%3E%3Crect x='0.292969' y='7.05859' width='23.7059' height='1.41176' fill='white'/%3E%3Crect x='0.292969' y='14.1172' width='23.7059' height='1.41176' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 360px) {
  .header__menu-btn {
    left: 53px;
  }
}
@media (min-width: 993px) {
  .header__menu-btn {
    display: none;
  }
}
.header__mobile-tel {
  margin-left: auto !important;
}

.header__mobile-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 41px;
  height: 41px;
  font-size: 0;
  margin-left: auto;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
}

.header__mobile-tel a::before {
  content: "";
  width: 29px;
  height: 29px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.5011' cy='14.5002' r='14.1222' fill='white'/%3E%3Cpath d='M20.4065 17.2897L18.5765 15.4597C17.923 14.8062 16.8119 15.0676 16.5505 15.9172C16.3544 16.5055 15.7008 16.8322 15.1126 16.7015C13.8055 16.3747 12.0409 14.6755 11.7141 13.303C11.5181 12.7147 11.9102 12.0612 12.4984 11.8651C13.348 11.6037 13.6094 10.4927 12.9559 9.83911L11.1259 8.00914C10.6031 7.55164 9.81879 7.55164 9.3613 8.00914L8.11953 9.2509C6.87777 10.558 8.25025 14.0219 11.322 17.0936C14.3937 20.1654 17.8576 21.6032 19.1647 20.2961L20.4065 19.0543C20.864 18.5315 20.864 17.7472 20.4065 17.2897Z' fill='black'/%3E%3C/svg%3E%0A");
}

.header__mobile-tel a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 41px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20.5' cy='20.5' r='20' fill='white' fill-opacity='0.13' stroke='white' stroke-dasharray='2.83 2.83'/%3E%3C/svg%3E%0A");
  -webkit-animation: 10s linear 0s normal none infinite running rot;
  animation: 10s linear 0s normal none infinite running rot;
}

@media (min-width: 993px) {
  .header__mobile-tel a {
    display: none;
  }
}
.header__data {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-left: auto !important;
}

@media (min-width: 993px) {
  .header__data {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
	header.wp-block-template-part.fixed~.wp-block-lazyblock-breadcrumbs {
		top: 10px;
		left: 18px;
	}
  .header__data {
    position: absolute;
    left: -15px;
    right: 0;
    top: 100%;
    width: calc(100% + 30px);
    height: calc(100vh - 64px);
    padding: 47px 15px 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #000;
    border-top: 1px solid #8F8F8F;
    overflow: auto;
    margin-left: 0 !important;
  }
}
@media (max-width: 992px) {
  .header__email, .header__tel {
    display: none;
  }
}
.header__order .wp-block-button__link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 15px !important;
  font-family: "Gilroy";
  font-size: 16px;
  line-height: 140% !important;
  text-align: center;
  color: #FFFFFF;
  font-weight: 400;
  min-width: 150px;
  letter-spacing: 0 !important;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: none;
  border: 1px solid #FFFFFF !important;
}

@media (min-width: 993px) {
  .header__order .wp-block-button__link {
    position: absolute;
    right: 210px;
    bottom: -14px;
    margin-top: 0;
  }

  header.wp-block-template-part.fixed .header__order .wp-block-button__link {
    bottom: 25px;
    right: 0;
  }
}
.header__socials {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 993px) {
  .header__socials {
    display: none;
  }
}
.header__work {
  margin-top: 20px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 993px) {
  .header__work {
    display: none;
  }
}
@media (min-width: 993px) {
  .header__menu {
    margin-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .header__menu {
    margin-right: 67px !important;
  }
}
.header__email {
  letter-spacing: 0.1em;
  font-family: "gilroy";
}

@media (min-width: 993px) {
  .header__email {
    margin-top: -2px;
    margin-right: 20px !important;
  }
}
@media (min-width: 1200px) {
  .header__email {
    font-size: 18px;
    line-height: 21px;
    margin-right: 37px !important;
  }
}
.header__email:hover {
  opacity: 0.6;
}

.header__tel {
  font-family: "Gilroy";
  text-transform: uppercase;
}

@media (min-width: 993px) {
  .header__tel {
    font-size: 18px;
    line-height: 200%;
  }

  header.wp-block-template-part.fixed .header__tel {
    position: relative;
    top: -34px;
  }
}
a.header__tel:hover {
  opacity: 0.6;
}

.header-menu {
  padding-left: 50px;
  width: 100%;
}

@media (min-width: 993px) {
  .header-menu {
    padding-left: 0;
    width: auto;
  }
}
header .wp-block-navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}

@media (min-width: 993px) {
  header .wp-block-navigation__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
header .wp-block-navigation-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

header .wp-block-navigation-link:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

header .wp-block-navigation-link.is-dropdown header .wp-block-navigation-link .wp-block-navigation-item__content::after {
  content: "";
  width: 4px;
  height: 3px;
  display: block;
  margin-left: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='3' viewBox='0 0 4 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3L0.267949 0L3.73205 0L2 3Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 992px) {
  header .wp-block-navigation-link.is-dropdown header .wp-block-navigation-link .wp-block-navigation-item__content {
    pointer-events: none;
  }
}
header .wp-block-navigation-link:hover header .wp-block-navigation-link .wp-block-navigation-item__content {
  opacity: 0.6;
}

header .wp-block-navigation-link:hover header .wp-block-navigation-link .wp-block-navigation-item__content::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 993px) {
  header .wp-block-navigation-link {
    margin-bottom: 0;
    margin-right: 20px;
  }

  header .wp-block-navigation-link:hover .header-menu__dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media (min-width: 1200px) {
  header .wp-block-navigation-link {
    margin-right: 40px;
  }
}
@media (max-width: 993px) {
  header .wp-block-navigation-link {
    position: relative;
  }

  header .wp-block-navigation-link:hover::before {
    content: "";
    position: absolute;
    left: -65px;
    top: 8px;
    width: 50px;
    height: 1px;
    display: block;
    border-bottom: 1px solid #8F8F8F;
  }
}
@media (max-width: 993px) and (min-width: 993px) {
  header .wp-block-navigation-link:hover::before {
    display: none;
  }
}
@media (max-width: 993px) {
  header .wp-block-navigation-link:hover .header-menu__dropdown {
    display: block;
  }
}
header .wp-block-navigation-link .wp-block-navigation-item__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "gilroy";
  font-size: 13px;
  line-height: 140%;
  text-transform: uppercase;
}

header .wp-block-navigation-link .wp-block-navigation-item__content:hover {
  opacity: 0.6;
}

.header-menu__dropdown {
  padding-left: 20px;
}

@media (min-width: 993px) {
  .header-menu__dropdown {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 15px;
  }
}
@media (min-width: 993px) {
  .header-menu__dropdown {
    padding-left: 0;
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .header-menu__dropdown {
    display: none;
    padding-top: 20px;
  }
}
.header-menu__dropdown-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (min-width: 993px) {
  .header-menu__dropdown-list {
    position: relative;
    padding: 15px 24px;
    background: rgba(0, 0, 0, 0.6);
  }

  .header-menu__dropdown-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 1px;
    background: #fff;
  }
}
.header-menu__dropdown-item {
  margin-bottom: 15px;
}

.header-menu__dropdown-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.header-menu__dropdown-link {
  font-family: "gilroy";
  font-size: 13px;
  line-height: 140%;
}

@media (min-width: 993px) {
  .header-menu__dropdown-link {
    white-space: nowrap;
  }
}
.header-menu__dropdown-link:hover {
  opacity: 0.6;
}

body.is-menu {
  overflow: hidden;
}

body.is-menu header.wp-block-template-part {
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.is-menu .header__data {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body.is-menu .header__menu-btn::before {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.14 8.14M8.14 8.14L1 15.28M8.14 8.14L15.28 1M8.14 8.14L15.28 15.28' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.socials__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (max-width: 768px) {
  .socials__list {
    margin-top: 30px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.socials__item {
  margin-right: 20px;
}

.socials__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.socials__link {
  display: inline-block;
}

.socials__link:hover {
  opacity: 0.6;
}

.work-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 768px) {
  .work-label {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.work-label::before {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  margin-right: 7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 11.9397L3.79425 11.642C3.6395 11.4178 0 6.12475 0 4C0 1.7945 1.7945 0 4 0C6.2055 0 8 1.7945 8 4C8 6.12475 4.3605 11.4178 4.20575 11.642L4 11.9397ZM4 0.5C2.07 0.5 0.5 2.07 0.5 4C0.5 5.69675 3.22125 9.88875 4 11.0535C4.77875 9.88875 7.5 5.69675 7.5 4C7.5 2.07 5.93 0.5 4 0.5Z' fill='white'/%3E%3Cpath d='M4 5.75C3.03525 5.75 2.25 4.965 2.25 4C2.25 3.035 3.03525 2.25 4 2.25C4.96475 2.25 5.75 3.035 5.75 4C5.75 4.965 4.96475 5.75 4 5.75ZM4 2.75C3.31075 2.75 2.75 3.31075 2.75 4C2.75 4.68925 3.31075 5.25 4 5.25C4.68925 5.25 5.25 4.68925 5.25 4C5.25 3.31075 4.68925 2.75 4 2.75Z' fill='white'/%3E%3C/svg%3E%0A");
}

.select-container, .select-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.placeholder {
  padding: 0.5rem;
  position: relative;
  height: 2rem;
  z-index: 2;
}

.select-container {
  display: inline-block;
  position: absolute;
  top: 82%;
  right: 0;
  line-height: 1;
  width: 170px;
  max-height: 2rem;
  padding: 0px;
  outline: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
}
@media screen and (max-width: 576px) {
  .select-container {
    border: 0;
    width: auto;
    top: 100%;
  }
}

.placeholder:after {
  content: "▼";
  font-size: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.select-container:hover, .select-container.open {
  background: #fff;
  color: #000;
  border-radius: 10px;
}

.select-container.open {
  max-height: 600px;
}

.select-container .label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
}
@media screen and (max-width: 576px) {
  .select-container .label {
    padding-right: 0.5rem;
    gap: 10px;
  }
}

.select-container .options {
  margin-top: -30px;
  margin-bottom: 0;
  opacity: 0;
  width: inherit;
  z-index: -1;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.select-container.open .options {
  opacity: 1;
  margin-top: 0px;
}

.select-container .options li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  padding: 10px 18px;
  list-style-type: none;
  text-decoration: none;
}

.select-container.open .placeholder:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.select-container .placeholder:hover {
  background: #000000;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .select-container .placeholder:hover {
    background: unset;
    color: #000;
  }
}

.select-container .placeholder:hover:after {
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .select-container .placeholder:hover:after {
    color: #000;
  }
}

.select-container li a:hover {
  background: #000000;
  color: #ffffff;
}

header.wp-block-template-part.fixed .select-container {
  display: none;
}

.modals {
  margin: 0 auto;
  padding: 65px 70px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 400px !important;
  /* 670px */
  min-height: 373px;
  background: #1C1C1C !important;
  position: relative;
  display: none;
}

@media (max-width: 640px) {
  .modals {
    height: 345px;
  }
}
@media (max-width: 480px) {
  .modals {
    height: 345px;
    text-align: center;
  }
}
.modals__title {
  margin-bottom: 19px;
  font-family: "Gilroy";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 41px;
}

@media (max-width: 992px) {
  .modals__title {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .modals__title {
    margin-bottom: 5px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .modals__title {
    font-size: 19px;
  }
}
.modals__heading {
  font-family: "Gilroy";
  color: #999;
  letter-spacing: 0.1em;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .modals__heading {
    font-size: 14px;
  }
}
.modals__input {
  margin-bottom: 25px;
}

.modals__input.error:after,
.feedback__field.error:after {
  content: "Заполните это поле, пожалуйста!";
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 14px;
  line-height: 200%;
}

.modals__input.error,
.contact-us__field.error input,
.feedback__field.error input {
  border-color: #ff0000;
}

.modals__link {
  position: absolute;
  top: 15px;
  right: 17px;
}

.modals__link:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modals__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modals__form input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #999;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
}

@media (max-width: 480px) {
  .modals__form input {
    font-size: 14px;
  }
}
.modals__wrapp--small {
  width: 80%;
}

.modals__wrapp--small .modals__form {
  margin-top: 25px;
}

.modals__button {
  max-width: 199px;
}

@media (max-width: 480px) {
  .modals__button {
    min-width: 100%;
  }
}
.wp-block-gallery.is-style-logos figure.wp-block-image {
  height: auto;
  margin-bottom: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 680px) {
  .wp-block-gallery.is-style-logos figure.wp-block-image {
    padding: 0 15px;
  }
}
.wp-block-gallery.is-style-logos figure.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 180px !important;
}
@media screen and (max-width: 680px) {
  .wp-block-gallery.is-style-logos figure.wp-block-image img {
    height: 80px;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-gallery.is-style-logos .slick-list {
    width: 100%;
  }
}
.wp-block-gallery.is-style-default {
  font-size: 60px;
}
.wp-block-gallery.is-style-default figure.wp-block-image figcaption {
  position: initial;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  opacity: 0.6;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media screen and (max-width: 768px) {
  .wp-block-gallery.is-style-default figure.wp-block-image figcaption {
    margin-top: 15px;
    font-size: 14px;
    padding: 0;
    text-align: left;
  }
}

.wp-block-group.is-style-requisites {
  gap: 38px;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-requisites {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 20px;
    max-width: 89vw;
    margin-left: 0 !important;
  }
}
.wp-block-group.is-style-requisites:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-requisites {
    margin-top: 0;
  }
}
.wp-block-group.is-style-requisites:nth-of-type(2) p:first-of-type {
  min-width: 292px;
}
.wp-block-group.is-style-requisites:last-of-type {
  gap: 55px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-requisites:last-of-type {
    gap: 20px;
    margin-bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wp-block-group.is-style-requisites:last-of-type p:last-child {
    width: 70%;
  }
}
.wp-block-group.is-style-requisites:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  width: 150vw;
  left: -50vw;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-requisites:not(:first-of-type)::before {
    left: -55vw;
  }
}
.wp-block-group.is-style-requisites p strong {
  font-weight: 500;
}
.wp-block-group.is-style-requisites p .ghostkit-text-uppercase {
  display: block;
  margin-bottom: 5px;
}
.wp-block-group.is-style-requisites p .ghostkit-text-uppercase + br, .wp-block-group.is-style-requisites p .ghostkit-text-uppercase > br {
  display: none;
}
.wp-block-group.is-style-numbers {
  counter-reset: services;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wp-block-group.is-style-numbers > h3 {
    font-size: 27px !important;
  }
}
.wp-block-group.is-style-numbers > .wp-block-group.has-background {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wp-block-group.is-style-numbers > .wp-block-group.has-background .has-columns.has-4-columns .wp-block-coblocks-service:not(.block-editor-inner-blocks):first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers > .wp-block-group.has-background {
    padding: 60px 0;
    margin-bottom: 40px;
  }
  .wp-block-group.is-style-numbers > .wp-block-group.has-background > .has-x-large-font-size {
    font-size: 27px !important;
  }
  .wp-block-group.is-style-numbers > .wp-block-group.has-background .wp-block-coblocks-services .has-columns {
    gap: 50px 0;
  }
  .wp-block-group.is-style-numbers > .wp-block-group.has-background .wp-block-coblocks-services .has-columns .wp-block-coblocks-service {
    width: 100% !important;
  }
  .wp-block-group.is-style-numbers > .wp-block-group.has-background .wp-block-coblocks-services .has-columns .wp-block-coblocks-service h3 {
    margin: 0 auto 0.5em;
    width: 90%;
  }
}
.wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex {
  gap: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex {
    padding: 40px 0 80px;
  }
}
.wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex > h2 {
  letter-spacing: 0.1em;
  padding-left: 70px;
  z-index: 2;
  position: absolute;
  top: 156px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex > h2 {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 90vw;
  }
}
.wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex > h2::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 6px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10vw;
  display: block;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex > h2::before {
    width: 50px;
    right: auto;
    left: 0;
  }
}
.wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex > h2::after {
  counter-increment: services;
  content: counter(services);
  position: absolute;
  z-index: -1;
  font-family: "Micra";
  font-weight: 700;
  font-size: 155.072px;
  line-height: 144.5%;
  color: transparent;
  -webkit-text-stroke-width: 1.550721px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
  top: -140px;
  left: 40px;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers > .wp-block-group.is-layout-flex > h2::after {
    font-size: 50px;
    left: 65px;
    top: -40px;
  }
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services, .wp-block-group.is-style-numbers>.is-layout-flex.wp-block-group>.is-layout-flex.wp-block-group {
  width: 100%;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .wp-block-coblocks-service, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group>.wp-block-group {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .wp-block-coblocks-service:hover, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group>.wp-block-group:hover {
  opacity: 1;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns, .wp-block-group.is-style-numbers>.wp-block-group>.is-layout-flex.wp-block-group {
  padding: 0;
  gap: 60px 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 151%;
  position: relative;
}
.wp-block-group.is-style-numbers .slick-slide > div:first-child {
  margin-bottom: 20px;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns a::after, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns {
    gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wp-block-group.is-style-numbers .slick-list {
    margin-bottom: 0;
	width: 100%;
  }
  .wp-block-group.is-style-numbers .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .wp-block-group.is-style-numbers .slick-arrow {
    right: 15px;
  }
  .wp-block-group.is-style-numbers  .slick-arrow.slick-prev {
    left: 15px;
  }
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns .wp-block-coblocks-service__figure, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group figure {
  width: auto;
  height: 45px;
  margin: 0 auto 40px;
  padding: 0;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns .wp-block-coblocks-service__figure img, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group figure img {
  position: initial;
  width: auto;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group h3 {
  margin-bottom: 1.5em;
}
.wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group p {
  color: #fff;
  text-indent: 0;
}
.wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group p a {
  border-bottom: 1px solid #fff;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns a:not([href]), .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group p:not(:has(a)) {
  border-bottom: 1px solid #fff;
  opacity: 0;
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns.has-4-columns .wp-block-coblocks-service:not(.block-editor-inner-blocks), .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  width: calc(25% - 30px);
  max-width: unset;
  min-width: 262.5px;
  position: relative;
}
@media screen and (max-width: 680px) {
	.wp-block-group.is-style-numbers>.wp-block-group>.is-layout-flex.wp-block-group {
		padding: 0 10px;
		gap: 40px 20px;
	}
  .wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns.has-4-columns .wp-block-coblocks-service:not(.block-editor-inner-blocks), .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group {
    min-width: unset;
    width: calc(50% - 10px);
    display: block;
    margin-bottom: 0;
	  
  }
}
.wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns.has-4-columns .wp-block-coblocks-service:not(.block-editor-inner-blocks):first-of-type, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group:first-of-type {
  margin-left: 51.7%;
}
.wp-block-group.is-style-numbers>.wp-block-group.has-background>.wp-block-group .wp-block-group:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-numbers .wp-block-coblocks-services .has-columns.has-4-columns .wp-block-coblocks-service:not(.block-editor-inner-blocks):first-of-type, .wp-block-group.is-style-numbers>.wp-block-group>.wp-block-group .wp-block-group:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-group.is-style-title_portfolio {
    padding-bottom: 30px !important;
  }
}
.wp-block-group.is-style-title_portfolio figure.wp-block-image {
  height: 597px;
}
@media screen and (max-width: 576px) {
  .wp-block-group.is-style-title_portfolio figure.wp-block-image {
    height: 168px;
  }
}
.wp-block-group.is-style-title_portfolio figure.wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-group.is-style-title_portfolio h1 {
  margin-top: -116px;
  padding-left: 63px;
  margin-bottom: -100px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}
.wp-block-group.is-style-title_portfolio h1.has-xxx-large-font-size {
	margin-top: -96px;
    margin-bottom: -80px;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.is-style-title_portfolio h1, .wp-block-group.is-style-title_portfolio h1.has-xxx-large-font-size {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.is-style-title_portfolio h1, .wp-block-group.is-style-title_portfolio h1.has-xxx-large-font-size {
    padding-left: 17px;
    margin-top: -17px;
  }
}
.wp-block-group.is-style-title_portfolio ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 195px;
  width: 100%;
  margin-top: 0;
  gap: 25px;
  font-family: "Gilroy", sans-serif;
}
@media screen and (max-width: 1024px) {
  .wp-block-group.is-style-title_portfolio ul {
    padding-right: 0;
    gap: 12px;
  }
}
.wp-block-group.is-style-title_portfolio ul li {
  width: 172px;
  font-weight: 200;
  line-height: 1.133;
}
@media screen and (max-width: 576px) {
  .wp-block-group.is-style-title_portfolio ul li {
    width: 130px;
  }
}
.wp-block-group.is-style-title_portfolio ul li strong {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  color: #fff;
}
.wp-block-group.is-style-title_portfolio ul li strong + br {
  display: none;
}
@media screen and (max-width: 680px) {
  .wp-block-group.discuss-project {
    padding: 114px 0 80px 15px;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
  }
  .wp-block-group.discuss-project .has-x-large-font-size {
    font-size: 27px !important;
    max-width: 59%;
  }
  .wp-block-group.discuss-project .wp-block-column {
    padding-right: 15px;
  }
  .wp-block-group.discuss-project .wp-block-column:last-child {
    position: absolute;
    padding-right: 0;
    z-index: -1;
    top: 0;
    right: -112px;
    width: 296px;
    height: 228px;
  }
  .wp-block-group.discuss-project .wp-block-column:last-child * {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-nowrap.is-layout-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wp-block-group.is-nowrap.is-layout-flex br {
    display: none;
  }
}
.wp-block-group.is-style-services {
  position: relative;
}
.wp-block-group.is-style-services .prev-uslugi, .wp-block-group.is-style-services .next-uslugi {
  position: absolute;
  right: 15px;
  z-index: 15;
  opacity: 20%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: auto;
  bottom: 40px;
  width: 35px;
  height: 16px;
  border: 0;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  font-size: 0;
  display: none;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-services .prev-uslugi, .wp-block-group.is-style-services .next-uslugi {
    right: 15px;
    bottom: 0;
  }
}
.wp-block-group.is-style-services .prev-uslugi:hover, .wp-block-group.is-style-services .next-uslugi:hover {
  opacity: 1;
}
.wp-block-group.is-style-services .prev-uslugi::before, .wp-block-group.is-style-services .next-uslugi::before {
  content: "";
  display: block;
  width: 35px;
  height: 16px;
  background: url(assets/img/arrow.svg) center center no-repeat;
  background-size: contain;
}
.wp-block-group.is-style-services .prev-uslugi {
  right: auto;
  left: 15px;
}
.wp-block-group.is-style-services .prev-uslugi::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-services .prev-uslugi, .wp-block-group.is-style-services .next-uslugi {
    display: block;
  }
}
.wp-block-group.is-style-services .wp-block-columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 55px;
  max-width: 92% !important;
  position: relative;
}
.wp-block-group.is-style-services .wp-block-columns a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .wp-block-group.is-style-services .wp-block-columns {
    max-width: 100% !important;
  }
  .wp-block-group.is-style-services .wp-block-columns:not(:last-of-type) {
    margin-bottom: 0;
  }
  .wp-block-group.is-style-services .wp-block-columns:not(:last-of-type) .slick-dots {
    display: none !important;
  }
  .wp-block-group.is-style-services .wp-block-columns.slick-slider {
    padding-bottom: 30px !important;
  }
}
.wp-block-group.is-style-services .wp-block-columns p {
  text-indent: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-group.is-style-services .wp-block-columns p:not(:has(a)) {
  display: none;
}
.wp-block-group.is-style-services .wp-block-columns:last-of-type {
  margin-bottom: 0;
}
.wp-block-group.is-style-services .wp-block-columns .wp-block-column {
  max-width: 250px;
  position: relative;
}
.wp-block-group.is-style-services .wp-block-columns .wp-block-column .wp-block-image {
  margin-bottom: 40px;
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-group.is-style-services .wp-block-columns .wp-block-column h2 {
  max-width: 204px;
  margin: 0 auto 10px;
  color: #999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.1em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-group.is-style-services .wp-block-columns .wp-block-column:hover .wp-block-image {
  opacity: 1;
}
.wp-block-group.is-style-services .wp-block-columns .wp-block-column:hover h2, .wp-block-group.is-style-services .wp-block-columns .wp-block-column:hover p {
  color: #fff;
}
.wp-block-group.is-style-services .wp-block-columns .wp-block-column:hover h2 a, .wp-block-group.is-style-services .wp-block-columns .wp-block-column:hover p a {
  text-decoration: underline;
}
.wp-block-group.priorities h6 {
  margin-left: -8vw;
}
.wp-block-group.priorities figure.wp-block-image {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  top: 130px;
}
.wp-block-group.priorities figure.wp-block-image.active {
  opacity: 0;
}

.wp-block-coblocks-services .is-style-circle.has-columns {
  gap: 52px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wp-block-coblocks-services .is-style-circle.has-columns .wp-block-coblocks-service__figure {
  margin: 0 0 25px;
}
.wp-block-coblocks-services .is-style-circle.has-columns h1, .wp-block-coblocks-services .is-style-circle.has-columns h2, .wp-block-coblocks-services .is-style-circle.has-columns h3, .wp-block-coblocks-services .is-style-circle.has-columns h4, .wp-block-coblocks-services .is-style-circle.has-columns h5, .wp-block-coblocks-services .is-style-circle.has-columns h6 {
  letter-spacing: 0.1em;
  line-height: 1.15;
  margin-bottom: 5px;
}

.ghostkit-video .ghostkit-video-play-icon {
  width: 100%;
  left: 0;
  background-color: transparent;
  margin: 0;
  -webkit-transform: translate(0, -50%) !important;
          transform: translate(0, -50%) !important;
}
@media screen and (max-width: 680px) {
  .ghostkit-video .ghostkit-video-play-icon {
    background: url(assets/img/play.svg) center center no-repeat;
    height: 120px;
  }
  .ghostkit-video .ghostkit-video-play-icon svg {
    display: none;
  }
}

.vp-portfolio .vp-portfolio__items-wrap {
  margin-bottom: 0;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap {
  position: relative;
  z-index: 2;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 182px;
  height: 400px;
  background: url(assets/img/elips-bg.svg) center center no-repeat;
  background-size: contain;
  top: calc(100% - 155px);
  left: 40%;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
@media screen and (max-width: 576px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap::before {
    width: 149px;
    height: 325px;
    top: calc(100% - 35px);
    left: 58%;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd)::before {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}
@media screen and (max-width: 576px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd)::before {
    left: 75%;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item {
    gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption {
    padding: 0 15px;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta {
  max-width: 445px;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta {
    max-width: unset;
    padding-left: 0;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-title, .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-subtitle {
  padding-right: 60px;
}
@media screen and (max-width: 1199px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-title, .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-subtitle {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-title, .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:nth-of-type(odd) figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-subtitle {
    padding-right: 0;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap:last-of-type::before {
  display: none;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}
@media screen and (max-width: 1199px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap {
  max-width: 860px;
  width: 60.422%;
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap {
    width: 100%;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider {
  width: 100%;
  height: 510px;
  position: relative;
}
@media screen and (max-width: 576px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider {
    height: 214px;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider.slick-slider {
  padding-bottom: 0 !important;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider button.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3px;
  z-index: 100;
  font-size: 0;
  background: unset;
  border-radius: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider button.slick-arrow {
    right: 0;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider button.slick-arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 42px;
  background: url(assets/img/arrow-slider.svg) center center no-repeat;
  background-size: contain;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider button.slick-arrow.slick-prev {
  right: auto;
  left: 0px;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider button.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 576px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider button.slick-arrow.slick-prev {
    left: 0;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider .slick-list, .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider .slick-track {
  height: 100%;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item .vp-portfolio__item-slider-wrap .vp-portfolio__item-slider img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption {
  width: 100%;
  position: initial;
  opacity: 1;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption {
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption {
    padding: 0 15px;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta {
  padding: 0;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-title {
  font-size: 35px;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  line-height: 1.143;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-title {
    font-size: 27px;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-title a:hover {
  color: #fff;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-subtitle {
  font-size: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.15;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-subtitle {
    font-size: 18px;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-space {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-excerpt {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-excerpt {
    max-width: unset;
  }
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-read-more {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.231;
  border: 1px solid #FFFFFF;
  color: #fff;
  padding: 18px 31px;
  font-family: "Gilroy", sans-serif;
}
.vp-portfolio .vp-portfolio__items.vp-portfolio__items-style-default .vp-portfolio__item-wrap figure.vp-portfolio__item figcaption .vp-portfolio__item-meta-read-more:hover {
  background: #191919;
  color: #fff;
}
.vp-portfolio .vp-portfolio__layout-elements {
  margin: 0;
  width: 100%;
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__pagination-wrap {
  margin-top: 0;
  margin-left: 0;
  padding-top: 125px;
}
@media screen and (max-width: 680px) {
  .vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__pagination-wrap {
    padding-top: 55px;
    overflow: unset;
  }
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__pagination-wrap .vp-pagination__load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 193px;
  height: 193px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  position: relative;
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__pagination-wrap .vp-pagination__load-more::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  width: 1px;
  height: 1125px;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 680px) {
  .vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__pagination-wrap .vp-pagination__load-more::after {
    right: 100%;
    left: auto;
    width: 61vw;
    height: 1px;
    top: 50%;
  }
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__pagination-wrap .vp-pagination__load-more:hover {
  color: rgba(255, 255, 255, 0.6);
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap {
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap {
    margin-bottom: 50px;
  }
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap .vp-filter.vp-filter__style-default {
  margin-top: 0;
  margin-left: 0;
  gap: 10px 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap .vp-filter.vp-filter__style-default .vp-filter__item {
  all: unset;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  padding: 6px 15px 7px;
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap .vp-filter.vp-filter__style-default .vp-filter__item a {
  all: unset;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: block;
  cursor: pointer;
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap .vp-filter.vp-filter__style-default .vp-filter__item-active {
  background: rgba(255, 255, 255, 0.15);
}
.vp-portfolio .vp-portfolio__layout-elements .vp-portfolio__filter-wrap .vp-filter.vp-filter__style-default .vp-filter__item-active a {
  color: #fff;
}

[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] img {
  -o-object-fit: contain;
     object-fit: contain;
}
[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] .vp-portfolio__items-bullets {
  gap: 0;
}
[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] .vp-portfolio__items-bullets .swiper-pagination-bullet {
  height: auto;
  border-radius: unset;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  border: 0;
  background: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
}
[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] .vp-portfolio__items-bullets .swiper-pagination-bullet::before {
  content: attr(data-bullet-number);
  opacity: 0.6;
}
[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] .vp-portfolio__items-bullets .swiper-pagination-bullet::after {
  content: "/";
  position: initial;
  margin-left: 10px;
  opacity: 0.6;
}
[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] .vp-portfolio__items-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
[data-vp-layout=slider][data-vp-slider-bullets=true][data-vp-items-style=numbers] .vp-portfolio__items-bullets .swiper-pagination-bullet:last-child::after {
  display: none;
}

.ghostkit-carousel-slide .wp-block-columns {
  margin-bottom: 0;
}
.ghostkit-carousel.is-style-numbers .ghostkit-carousel-bullets {
  gap: 0;
}
.ghostkit-carousel.is-style-numbers .ghostkit-carousel-bullets .swiper-pagination-bullet {
  height: auto;
  border-radius: unset;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  border: 0;
  background: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
}
.ghostkit-carousel.is-style-numbers .ghostkit-carousel-bullets .swiper-pagination-bullet::before {
  content: attr(data-number);
  opacity: 0.6;
}
.ghostkit-carousel.is-style-numbers .ghostkit-carousel-bullets .swiper-pagination-bullet::after {
  content: "/";
  position: initial;
  margin-left: 10px;
  opacity: 0.6;
}
.ghostkit-carousel.is-style-numbers .ghostkit-carousel-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.ghostkit-carousel.is-style-numbers .ghostkit-carousel-bullets .swiper-pagination-bullet:last-child::after {
  display: none;
}

.wp-block-columns.is-style-spaceBetween {
  margin-bottom: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.wp-block-columns.is-style-prices {
  margin-bottom: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices {
    gap: 30px;
  }
}
.wp-block-columns.is-style-prices .wp-block-column {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 45px;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices .wp-block-column {
    height: 151px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 0;
  }
  .wp-block-columns.is-style-prices .wp-block-column.active {
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.wp-block-columns.is-style-prices .wp-block-column p {
  text-indent: 0;
}
.wp-block-columns.is-style-prices .wp-block-column .wp-block-group {
  padding: 20px;
  margin: -1px -1px 45px;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices .wp-block-column .wp-block-group {
    margin-bottom: 25px;
  }
}
.wp-block-columns.is-style-prices .wp-block-column .wp-block-group p {
  margin: 4px 0;
  line-height: 1.15;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices .wp-block-column .wp-block-group p.has-large-font-size {
    font-size: 25px !important;
  }
  .wp-block-columns.is-style-prices .wp-block-column .wp-block-group p.has-medium-font-size {
    font-size: 20px !important;
    margin-top: 8px;
  }
}
.wp-block-columns.is-style-prices .wp-block-column .wp-block-group::after {
  content: "Что входит?";
  font-size: 16px;
  font-family: "Gilroy";
  line-height: 140%;
  padding: 6px 18px;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 12px auto 0;
  display: none;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices .wp-block-column .wp-block-group::after {
    display: block;
  }
}
.wp-block-columns.is-style-prices .wp-block-column > * {
  padding: 0 25px;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices .wp-block-column > * {
    padding: 0 10px;
    font-size: 15px;
  }
}
.wp-block-columns.is-style-prices .wp-block-column .wp-block-buttons {
  margin-top: 30px;
}
.wp-block-columns.is-style-prices .wp-block-column > ul {
  padding-left: 50px;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-prices .wp-block-column > ul {
    padding-left: 30px;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-subsequence {
    gap: 100px;
  }
  .wp-block-columns.is-style-subsequence::after {
    content: "подробнее";
    font-size: 13px;
    font-weight: 600;
    font-family: "Gilroy", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.231;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    padding: 19px 31px;
    margin: -50px auto 30px;
  }
  .wp-block-columns.is-style-subsequence.active::after {
    content: "скрыть";
  }
  .wp-block-columns.is-style-subsequence.active .wp-block-column:nth-of-type(2)::after {
    display: block;
  }
  .wp-block-columns.is-style-subsequence.active .wp-block-column:nth-of-type(n+3) {
    display: block;
  }
}
.wp-block-columns.is-style-subsequence .wp-block-column {
  position: relative;
  line-height: 151%;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-subsequence .wp-block-column {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .wp-block-columns.is-style-subsequence .wp-block-column:nth-of-type(2)::after {
    display: none;
  }
  .wp-block-columns.is-style-subsequence .wp-block-column:nth-of-type(n+3) {
    display: none;
  }
}
.wp-block-columns.is-style-subsequence .wp-block-column p {
  text-indent: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-subsequence .wp-block-column p {
    font-size: 15px;
    padding: 0 10%;
	margin-top: 10px;
  }
  .wp-block-columns.is-style-subsequence .wp-block-column p br {
    display: none;
  }
}
.wp-block-columns.is-style-subsequence .wp-block-column::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 12px;
  background: url(assets/img/arrow-slider.svg) center center no-repeat;
  background-size: contain;
  left: 105%;
  top: 24%;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-subsequence .wp-block-column::after {
    top: calc(100% + 25px);
    right: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin: auto;
  }
}
.wp-block-columns.is-style-subsequence .wp-block-column:last-child::after {
  display: none;
}
.wp-block-columns.is-style-publications {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.wp-block-columns.is-style-publications::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 182px;
  height: 400px;
  background: url(assets/img/elips-bg.svg) center center no-repeat;
  background-size: contain;
  top: 140px;
  left: 30%;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.wp-block-columns.is-style-publications h6.is-style-withBottom {
  margin-left: 0;
}
.wp-block-columns.is-style-plans p {
  text-indent: 0;
  margin-bottom: 20px;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider {
  margin: 0;
  padding-bottom: 0 !important;
  position: initial;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-next {
  right: calc(50% - 255px);
  bottom: 20px;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-next {
    right: 15px;
  }
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-next:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-prev {
  left: calc(50% - 255px);
  bottom: 20px;
}
@media screen and (max-width: 680px) {
  .wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-prev {
    left: 15px;
  }
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots {
  gap: 10px;
  bottom: 50px;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots li:last-child button::after {
  display: none;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots li button {
  height: auto;
  border-radius: unset;
  font-family: "Gilroy";
  font-weight: 700;
  font-size: 13px;
  line-height: 140%;
  color: #fff;
  border: 0;
  background: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  opacity: 0.6;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots li button::before {
  display: none;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots li button::after {
  content: "/";
  position: initial;
  margin-left: 10px;
  opacity: 0.6;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.wp-block-columns.is-style-plans .kb-gallery-ul.kb-gallery-type-slider .kt-blocks-carousel .slick-slider .slick-dots li.slick-active button::after {
  opacity: 1;
}

.wp-block-media-text.is-style-animate_logo {
  position: relative;
  z-index: 2;
}
.wp-block-media-text.is-style-animate_logo::after {
  content: "";
  width: 111px;
  height: 111px;
  position: absolute;
  top: 0;
  left: 26%;
  border-radius: 50%;
  background: url(assets/img/icon-logo-letters.svg) center center no-repeat, #fff;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-animate_logo::after {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-animate_logo {
    gap: 170px;
  }
  .wp-block-media-text.is-style-animate_logo .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.is-style-animate_logo::before {
  content: "";
  position: absolute;
  background: url(assets/img/elips.svg) center center no-repeat;
  width: 718px;
  height: 718px;
  background-size: contain;
  top: 18px;
  left: -348px;
  z-index: -1;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-animate_logo::before {
    width: 426px;
    height: 426px;
    top: 30px;
    left: -197px;
  }
}
.wp-block-media-text.is-style-animate_logo .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::before, .wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(100% + 10px);
  left: -86px;
  display: block;
  z-index: -1;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::before, .wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::after {
    width: 90px;
    height: 90px;
    left: 16px;
  }
}
.wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::before {
  background: url(assets/img/l2.svg) center center no-repeat;
  background-size: 70px 70px;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::before {
    background-size: 29px 29px;
  }
}
.wp-block-media-text.is-style-animate_logo .wp-block-media-text__media::after {
  background: url(assets/img/l1.svg) center center no-repeat, transparent;
  background-size: contain;
  -webkit-animation: 10s linear 0s normal none infinite running rot;
          animation: 10s linear 0s normal none infinite running rot;
}
.wp-block-media-text.is-style-logo .wp-block-media-text__media {
  position: relative;
}
.wp-block-media-text.is-style-logo .wp-block-media-text__media::before {
  content: "";
  position: absolute;
  width: 111px;
  height: 111px;
  top: 11px;
  right: 0px;
  display: block;
  z-index: 2;
  background: url(assets/img/icon-logo-letters.svg) center center no-repeat, #fff;
  border-radius: 50%;
  background-size: 41px 41px;
}
.wp-block-media-text.is-style-logo .wp-block-media-text__content {
  padding: 0 0 0 14%;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-logo .wp-block-media-text__content {
    padding: 50px 0 0;
  }
}
.wp-block-media-text.is-style-services {
  position: relative;
  z-index: 2;
}
.wp-block-media-text.is-style-services .wp-block-media-text__content {
  padding: 0;
  max-width: 382px;
  margin: 0 30px 0 auto;
  line-height: 2;
  position: relative;
  height: 626px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-media-text.is-style-services .wp-block-media-text__content h1, .wp-block-media-text.is-style-services .wp-block-media-text__content h2, .wp-block-media-text.is-style-services .wp-block-media-text__content h3, .wp-block-media-text.is-style-services .wp-block-media-text__content h4, .wp-block-media-text.is-style-services .wp-block-media-text__content h5, .wp-block-media-text.is-style-services .wp-block-media-text__content h6 {
  margin-bottom: 0;
}
.wp-block-media-text.is-style-services .wp-block-media-text__content h1 + p, .wp-block-media-text.is-style-services .wp-block-media-text__content h2 + p, .wp-block-media-text.is-style-services .wp-block-media-text__content h3 + p, .wp-block-media-text.is-style-services .wp-block-media-text__content h4 + p, .wp-block-media-text.is-style-services .wp-block-media-text__content h5 + p, .wp-block-media-text.is-style-services .wp-block-media-text__content h6 + p {
  margin-top: 0;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-services .wp-block-media-text__content {
    max-width: 100%;
    margin: 0;
    padding-top: 40px;
	height: auto;
  }
}
.wp-block-media-text.is-style-services .wp-block-media-text__content::before {
  content: "";
  z-index: -1;
  position: absolute;
  width: 786.32px;
  height: 786.32px;
  top: -10%;
  left: -60%;
  opacity: 0.6;
  border: 1px solid #FFFFFF;
  display: block;
  border-radius: 50%;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-services .wp-block-media-text__content::before {
    width: auto;
    height: 130%;
    aspect-ratio: 1/1;
	top: -7%;
    left: -40%;
    min-height: 550px;
  }
}
.wp-block-media-text.is-style-services .wp-block-media-text__content::after {
  content: "";
  position: absolute;
  width: 377px;
  height: 527px;
  left: -100%;
  top: 35%;
  background: url(assets/img/list.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-services .wp-block-media-text__content::after {
    width: 115px;
    height: 160px;
    top: 100%;
    left: -30px;
  }
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-services .wp-block-media-text__media {
    position: absolute;
    top: calc(100% + 30px);
    width: 67%;
    right: 0;
/*     left: 0; */
    margin: auto;
  }
}
.wp-block-media-text.is-style-portfolio {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.wp-block-media-text.is-style-portfolio::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 182px;
  height: 400px;
  background: url(assets/img/elips-bg.svg) center center no-repeat;
  background-size: contain;
  top: calc(100% - 155px);
  left: 40%;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
.wp-block-media-text.is-style-portfolio.has-media-on-the-right::before {
  -webkit-transform: rotate(-145deg);
          transform: rotate(-145deg);
}
.wp-block-media-text.is-style-portfolio:last-of-type {
  margin-bottom: 0;
}
.wp-block-media-text.is-style-portfolio:last-of-type::before {
  display: none;
}
@media screen and (max-width: 680px) {
  .wp-block-media-text.is-style-portfolio {
    margin-bottom: 40px;
  }
  .wp-block-media-text.is-style-portfolio .wp-block-media-text__content {
    padding: 30px 15px 0px;
  }
  .wp-block-media-text.is-style-portfolio .wp-block-media-text__content *.has-x-large-font-size {
    font-size: 27px !important;
    margin-bottom: 20px;
  }
}

.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons {
    max-width: 100%;
    width: 100%;
  }
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
  padding: 2px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Gilroy", sans-serif;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item {
    width: calc(50% - 10px);
  }
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item.ghostkit-tabs-buttons-item-active {
  border-radius: 50% 50% 5px 5px;
  opacity: 1;
  background: unset;
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item img {
  width: 125px !important;
  height: 125px;
  margin: 0 auto 5px;
  border-radius: 50%;
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons .ghostkit-tabs-buttons-item img + br {
  display: none;
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 150px);
          flex: 0 0 calc(100% - 150px);
  max-width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab figcaption.vp-portfolio__item-overlay.vp-portfolio__item-align-center {
  display: none;
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active {
  height: 100%;
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active .wp-block-visual-portfolio, .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active .vp-portfolio {
  height: 100%;
  background: black;
  max-height: 550px;
}
@media screen and (max-width: 768px) {
  .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active .wp-block-visual-portfolio, .ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active .vp-portfolio {
    max-height: unset;
  }
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active .vp-portfolio__items-wrap {
  margin: auto;
  height: 100%;
}
.ghostkit-tabs.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content .ghostkit-tab.ghostkit-tab-active .vp-portfolio__item {
  background: black;
  height: 100%;
}
.ghostkit-tabs.is-style-ellipse .ghostkit-tabs-buttons {
  border-bottom: 0;
  font-family: "Gilroy", sans-serif;
  gap: 55px;
}
@media screen and (max-width: 680px) {
  .ghostkit-tabs.is-style-ellipse .ghostkit-tabs-buttons {
    gap: 0;
  }
}
.ghostkit-tabs.is-style-ellipse .ghostkit-tabs-buttons-item {
  padding: 6px 15px;
  color: #FFFFFF;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 50px;
  line-height: 140%;
}
.ghostkit-tabs.is-style-ellipse .ghostkit-tabs-buttons-item-active {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.pum-theme-tema-po-umolchaniyu.pum .pum-container {
  font-family: "Gilroy", sans-serif;
}
.pum-theme-tema-po-umolchaniyu.pum .pum-title {
  text-transform: uppercase;
  margin-bottom: 18px;
  width: 90%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 680px) {
  .pum-theme-tema-po-umolchaniyu.pum .pum-title {
    font-size: 20px;
  }
}
.pum-theme-tema-po-umolchaniyu.pum .wpcf7 span.wpcf7-form-control-wrap {
  margin-bottom: 25px;
  display: block;
}
.pum-theme-tema-po-umolchaniyu.pum .wpcf7 span.wpcf7-form-control-wrap input {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #999;
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
}
.pum-theme-tema-po-umolchaniyu.pum .wpcf7 .wpcf7-spinner + .wpcf7-form-control-wrap {
  width: 100%;
  float: unset;
  margin: 25px 0 0;
}

.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header {
  background: url(assets/img/quiz.png) center center no-repeat;
  color: #f9f4f5;
  border: 10px solid #fcfdfd !important;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 30px 70px;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header * {
  color: #f9f4f5 !important;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-title {
  margin-right: auto;
  font-size: 40px;
  -webkit-text-stroke: 1px #000;
  color: #f9f4f5 !important;
  font-weight: 700;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-desc {
  color: #f9f4f5 !important;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-desc h1 {
  font-size: 40px;
  -webkit-text-stroke: 1px #000;
  margin-bottom: 40px;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-desc p {
  text-indent: 0;
  -webkit-text-stroke: 0.5px #000;
  font-size: 25px;
  margin-bottom: 50px;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-desc h2 {
  font-size: 27px;
  -webkit-text-stroke: 1px #000;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-buttons {
  border-radius: 0 !important;
  background-color: unset !important;
  margin-top: -55px !important;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-buttons .ays-survey-section-button-container {
  border-radius: 0 !important;
  background-color: unset !important;
}
.ays-survey-section.ays-survey-section-start-page .ays-survey-section-header .ays-survey-section-buttons input.ays-survey-section-button.ays-survey-start-button {
  background-color: #000 !important;
  border: 0;
  border-radius: 0;
  padding: 12px 20px !important;
  width: 300px;
  text-align: center;
}
.ays-survey-section .ays-survey-section-content .ays-survey-section-questions {
  border: 10px solid #fcfdfd !important;
  border-radius: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-header {
  position: initial;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question {
  border: 0 !important;
  border-radius: 0;
  padding: 0;
  position: initial;
  background-color: transparent !important;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-title {
  background-color: rgba(0, 0, 0, 0.61);
  padding: 44px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-title {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-title p {
  font-size: 40px;
  font-weight: 700;
  text-indent: 0;
  color: #fff !important;
  max-width: 80%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-title p {
    font-size: 20px;
    max-width: 100%;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-title p:first-child {
  font-size: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-title p:first-child {
    font-size: 16px;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-title p:first-child strong {
  font-weight: 700;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-title p:first-child em {
  color: red;
  font-style: normal;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  padding: 0 !important;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-image-container img.ays-survey-question-image {
  height: 100% !important;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
  margin: 80px auto;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers {
    gap: 15px;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers.ays-survey-question-answers-grid {
  display: block !important;
  width: 86%;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers.ays-survey-question-answers-grid button.slick-arrow {
  border-radius: 50%;
  width: 50px !important;
  height: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  bottom: 55%;
  right: -65px;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers.ays-survey-question-answers-grid button.slick-arrow {
    right: -20px;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers.ays-survey-question-answers-grid button.slick-arrow::before {
  background: url(assets/img/arrow-slider.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers.ays-survey-question-answers-grid button.slick-arrow.slick-prev {
  left: -65px;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers.ays-survey-question-answers-grid button.slick-arrow.slick-prev {
    left: -20px;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer {
  width: calc(33.33% - 26px);
  padding: 0 !important;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer {
    width: 100%;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.noImage {
  position: relative;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.noImage label.ays-survey-answer-label {
  padding-right: 0;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.noImage label.ays-survey-answer-label .ays-survey-answer-label-content span {
  padding: 15px 20px 60px;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.noImage .ays-survey-answer-other-text {
  position: absolute;
  top: 40px;
  left: 20px;
  width: calc(100% - 40px);
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.noImage .ays-survey-answer-other-text input {
  height: 40px;
  border-radius: 0;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide {
  max-width: unset !important;
  margin-right: 28px !important;
}
@media screen and (max-width: 576px) {
  .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide {
    margin-right: 0 !important;
  }
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide.noImage label.ays-survey-answer-label .ays-survey-answer-label-content span {
  padding: 20px 32px 210px;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide.noImage .ays-survey-answer-other-text {
  top: 65px;
  margin: 0;
  left: 20px;
  position: absolute;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide.noImage .ays-survey-answer-other-text .ays-survey-question-input {
  height: 80px;
  border-radius: 0 !important;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide .ays-survey-answer-label {
  position: relative;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide .ays-survey-answer-label .ays-survey-answer-label-content {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide .ays-survey-answer-label .ays-survey-answer-label-content span {
  border: 1px solid #fcffff;
  padding: 20px 32px 210px;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide .ays-survey-answer-label .ays-survey-answer-image-container {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  border-radius: 0;
  height: 165px !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  width: 100%;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer.slick-slide .ays-survey-answer-label .ays-survey-answer-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 165px;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer .ays-survey-answer-label {
  width: 100%;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer .ays-survey-answer-label input:checked ~ .ays-survey-answer-label-content span {
  background: #000;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer .ays-survey-answer-label input:checked + .ays-survey-answer-image-container img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer .ays-survey-answer-label .ays-survey-answer-label-content {
  width: 100%;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer .ays-survey-answer-label .ays-survey-answer-label-content .ays-survey-answer-icon-content {
  display: none;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer .ays-survey-answer-label .ays-survey-answer-label-content span {
  color: #fff !important;
  background: rgba(0, 0, 0, 0.61);
  padding: 20px;
  width: 100%;
  font-size: 25px !important;
  font-weight: 700;
  margin-left: 0 !important;
  text-align: center;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-min-max-val, .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main span.ays-survey-answer-range-type-info-text {
  display: none !important;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range {
  width: 100% !important;
  max-width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range .sync {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 16px;
  background: rgba(0, 0, 0, 0.61);
  border: 1px solid #fff;
  font-size: 28px;
  line-height: 1;
  gap: 16px;
  margin-bottom: 50px;
  margin-right: auto;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range .sync input {
  width: 200px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range input[type=range].ays-survey-range-type-input {
  width: 100%;
}
.ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range input[type=range].ays-survey-range-type-input::-webkit-slider-thumb, .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range input[type=range].ays-survey-range-type-input::-moz-range-thumb, .ays-survey-section .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range input[type=range].ays-survey-range-type-input::-ms-thumb {
  -webkit-appearance: none !important;
  height: 20px !important;
  width: 20px !important;
  border-radius: 50% !important;
  background: #ff4500 !important;
  cursor: ew-resize !important;
  -webkit-box-shadow: 0 0 2px 0 #555 !important;
          box-shadow: 0 0 2px 0 #555 !important;
  -webkit-transition: background 0.3s ease-in-out !important;
  -moz-transition: background 0.3s ease-in-out !important;
  -ms-transition: background 0.3s ease-in-out !important;
  transition: background 0.3s ease-in-out !important;
}
.ays-survey-section[data-page-number="4"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers, .ays-survey-section[data-page-number="5"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers {
  width: 56%;
}
@media screen and (max-width: 576px) {
  .ays-survey-section[data-page-number="4"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers, .ays-survey-section[data-page-number="5"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers {
    width: 100%;
    padding: 0 20px;
  }
}
.ays-survey-section[data-page-number="4"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer, .ays-survey-section[data-page-number="5"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer {
  width: calc(50% - 19px);
}
@media screen and (max-width: 576px) {
  .ays-survey-section[data-page-number="4"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer, .ays-survey-section[data-page-number="5"] .ays-survey-section-content .ays-survey-question-content .ays-survey-question-answers .ays-survey-answer {
    width: 100%;
  }
}
.ays-survey-section[data-page-number="6"] .ays-survey-question-validation-error {
  background: #161616;
  padding: 0 20px;
  max-width: 80%;
  margin: auto;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-terms-and-conditions-container {
  position: absolute;
  bottom: 122px;
  z-index: 2;
  max-width: 928px;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #161616 !important;
}
@media screen and (max-width: 576px) {
  .ays-survey-section[data-page-number="6"] .ays-survey-section-terms-and-conditions-container {
    left: 10px;
    right: 10px;
    width: auto;
  }
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-terms-and-conditions-container .ays-survey-section-terms-and-conditions {
  color: #fff;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-terms-and-conditions-container .ays-survey-answer-icon-content-2 {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question {
  margin: auto;
  background: #161616;
  width: 100%;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question:nth-child(2) .ays-survey-question-title, .ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question:nth-child(3) .ays-survey-question-title {
  display: none;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question:nth-child(2) .ays-survey-question-header, .ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question:nth-child(3) .ays-survey-question-header {
  margin-bottom: 0;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-title p {
  max-width: 100%;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers {
  background: #161616;
  padding: 20px;
  max-width: 80%;
  position: relative;
  margin: -1px auto;
}
@media screen and (max-width: 576px) {
  .ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers {
    max-width: 100%;
  }
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers .ays-survey-answer {
  width: 100%;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers .ays-survey-answer .ays-survey-question-box {
  width: 100%;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers .ays-survey-answer .ays-survey-question-box .ays-survey-question-input {
  background-color: transparent !important;
  border-bottom: 1px solid #fff !important;
  font-size: 20px;
  padding: 0 0 6px;
  color: #fff;
}
.ays-survey-section[data-page-number="6"] .ays-survey-section-content .ays-survey-section-questions .ays-survey-question .ays-survey-question-answers .ays-survey-answer-clear-selection-container {
  position: absolute;
  width: 95%;
  top: 72%;
}

@media screen and (max-width: 576px) {
  .ays-survey-popup-modal-1 {
    padding: 0;
  }
  .ays-survey-popup-modal-1 #ays-survey-container-2-63f3999f109a0 {
    max-width: 100%;
  }
  .ays-survey-popup-modal-1 .ays-survey-popup-content {
    padding: 0;
  }
  .ays-survey-popup-modal-1 .ays-survey-popup-content .ays-survey-container {
    margin: 0;
  }
}

.ghostkit-accordion .ghostkit-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 0;
}
.ghostkit-accordion .ghostkit-accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ghostkit-accordion .ghostkit-accordion-item * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.ghostkit-accordion .ghostkit-accordion-item *:active, .ghostkit-accordion .ghostkit-accordion-item *:hover, .ghostkit-accordion .ghostkit-accordion-item *:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.ghostkit-accordion .ghostkit-accordion-item-active span {
  color: #fff !important;
}
.ghostkit-accordion .ghostkit-accordion-item-active .ghostkit-accordion-item-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ghostkit-accordion .ghostkit-accordion-item-heading {
  padding-left: 45px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ghostkit-accordion .ghostkit-accordion-item-label, .ghostkit-accordion .ghostkit-accordion-item-collapse {
  font-size: 20px;
}
.ghostkit-accordion .ghostkit-accordion-item-collapse {
  position: initial;
}
.ghostkit-accordion .ghostkit-accordion-item-content {
  padding: 45px;
}
.ghostkit-accordion .ghostkit-accordion-item-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ghostkit-accordion .ghostkit-accordion-item-content {
    padding: 25px;
  }
}
.ghostkit-accordion.is-style-menu .ghostkit-accordion-item {
  border: 0;
}
.ghostkit-accordion.is-style-menu .ghostkit-accordion-item p {
  text-indent: 0;
}
.ghostkit-accordion.is-style-menu .ghostkit-accordion-item .ghostkit-accordion-item-collapse::before {
  content: "";
  width: 44px;
  height: 40px;
  background: url(assets/img/arrow-slider.svg) center right;
  background-size: contain;
  background-repeat: repeat;
}
.ghostkit-accordion.is-style-menu .ghostkit-accordion-item .ghostkit-accordion-item-collapse svg {
  display: none;
}
.ghostkit-accordion.is-style-menu .ghostkit-accordion-item-active .ghostkit-accordion-item-heading {
  border-bottom: 0;
}
@media screen and (max-width: 576px) {
  .ghostkit-accordion.is-style-menu .ghostkit-accordion-item .wp-block-columns {
    padding: 0 30px !important;
  }
	.ghostkit-accordion.is-style-menu .ghostkit-accordion-item .wp-block-columns .slick-list {
		width: 100%;
	}
  .ghostkit-accordion.is-style-menu .ghostkit-accordion-item .wp-block-columns.slick-slider .slick-arrow {
    top: 30%;
    bottom: auto;
	right: -5%;
  }
	.ghostkit-accordion.is-style-menu .ghostkit-accordion-item .wp-block-columns.slick-slider .slick-arrow.slick-prev {
		right: auto;
		left: -5%;
	}
/*   .ghostkit-accordion.is-style-menu .ghostkit-accordion-item .wp-block-columns.slick-slider .slick-arrow::before {
	  width: 32px;
	} */
  .ghostkit-accordion.is-style-menu .ghostkit-accordion-item p {
    text-align: center;
  }
}
/*виджетт вотсап*/
            #whatsapp_widget {
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 9999;
                position: fixed;
                left: 15px;
                bottom: 110px;
                width: 46px;
                height: 46px;
                background-color: #000000;
                border-radius: 50px;
                box-shadow: 0px 6px 25px rgb(0 0 0 / 25%)
            }

            #whatsapp_widget svg {
                margin: 2px 1px 0 0;
                transition: height 0.4s;
                height: 100%;
                fill: #27D246;
            }

            #whatsapp_widget:hover svg {
                height: 95%;
            }

            #whatsapp_widget>span {
                color: #FFF;
                margin-right: 10px;
                font-size: 15.333333333333px;
            }

            #whatsapp_widget {
                width: unset;
                padding: 0 0 0 15px;
            }

            #whatsapp_widget {
                animation: 3s radial-pulse 15s infinite;
            }

            @keyframes radial-pulse {
                0% {
                    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
                }

                50% {
                    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
                }

                100% {
                    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
                    box-shadow: 0 0 3rem #e4e4e5;
                    background: #000000;
                    color: #5f6267;
                    left: 2rem;
                }
            }

            @media (max-width: 640px) {
                #whatsapp_widget span {
                    display: none;
                }

                #whatsapp_widget {
                    padding-left: 0px;
                }
}
section.is-layout-constrained.wp-block-group.is-style-title_portfolio {
    padding-bottom: 0;
}
@media (max-width: 768px) {
.ghostkit-carousel.is-style-team figure.wp-block-image, .ghostkit-carousel.is-style-team figure.wp-block-image img{
	width: 100%;
	}
	.ghostkit-carousel.is-style-team .ghostkit-carousel-arrow-prev-icon, .ghostkit-carousel.is-style-team .ghostkit-carousel-arrow-next-icon{
		display: inline-block;
		font-size: 30px;
		    width: 50%;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}
	}
	.ghostkit-carousel.is-style-team .ghostkit-carousel-arrow-next-icon {
		text-align: right;
		margin-left: auto;
	}
}