@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/Rubik/static/Rubik-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/Rubik/static/Rubik-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/Rubik/static/Rubik-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(../fonts/Rubik/static/Rubik-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Tektur";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/Tektur/static/Tektur-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Tektur";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/Tektur/static/Tektur-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Tektur";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/Tektur/static/Tektur-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Tektur";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(../fonts/Tektur/static/Tektur-Black.ttf) format("truetype");
}

:root {
	--bs-body-color: #d6d6d6;
  	--bs-body-bg: #7100a5;
	--section-margin: 50px;
	--section-padding: 55px 30px 30px;
	--border-image: linear-gradient(#6a00ff, #b000ff) 30;
	--bg-gradient: radial-gradient(#43009f, #320941);
	
	--header-font: 400 42px/1.2 Tektur, sans-serif;
	
	--header-font-type: Tektur, sans-serif;
}

::-webkit-input-placeholder {
  color: #869383;
  opacity: 1;
}
::-moz-placeholder {
  color: #869383;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #869383;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #869383;
  opacity: 1;
}
::placeholder {
  color: #869383;
  opacity: 1;
}

::-moz-selection {
  background-color: #CC7722;
  color: #fff;
}

::selection {
  background-color: #CC7722;
  color: #fff;
}

input, textarea {
  outline: none;
}
input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid, textarea:required:valid {
  border-color: green;
}

input[type=checkbox],
input[type=radio] {
  width: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-width: 320px;
  min-height: 100%;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  background: #fff;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
}
body.overflow {
  overflow-y: hidden;
}

.hidden {
  display: none;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.wrapper {
  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-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;

}

.lozad {
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  visibility: hidden;
}
.lozad.loaded {
  opacity: 1;
  visibility: visible;
}

section {
  padding: var(--section-padding);
	margin: var(--section-margin);
	background: var(--bg-gradient);
}

section + section {
	margin-top: 0;
}

.inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

.page-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 394px - 149px);
  min-height: 250px;
}
.page-dev__title {
  font-size: 68px;
  font-weight: 700;
  text-align: center;
  color: #CC7722;
}

.black-section {
  background-color: #1f1f1f;
}

.section-title {
  margin-bottom: var(--section-margin);
  font: var(--header-font);
}
.section-title_center {
  text-align: center;
}
.section-title_white {
  color: #fff;
}
.section-title_small {
  margin-bottom: 8px;
  font-size: 34px;
}

.section-desc {
  margin-bottom: 25px;
  font-size: 18px;
}
.section-desc_white {
  color: #fff;
}

.more-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #CC7722;
  text-decoration: none;
}
.more-link:hover {
  color: #e4770a;
}

.bottom-section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
}

.link-all {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #CC7722;
  text-decoration: none;
}
.link-all:hover {
  color: #e4770a;
  text-decoration: none;
}

.alert-empty {
  padding: 100px 0;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
.alert-empty_white {
  color: #fff;
}

.history {
  padding-bottom: 7px;
}
.history-content {
  padding-left: 20px;
  font-size: 18px;
}

.section-creative .section-title {
  margin-bottom: 20px;
}

.creative-item {
  margin-bottom: 30px;
  background-color: #F5F7F7;
}
.creative-item__pict {
  height: 372px;
}
.creative-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.creative-item-main {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 15px 25px 20px;
}
.creative-item__title {
  margin-bottom: 3px;
  font: 400 20px/1.5 Rubik, sans-serif;
}
.creative-item__lider {
  margin-bottom: 6px;
  font-size: 18px;
}
.creative-item__text {
  margin-bottom: 10px;
  font-size: 18px;
}
.creative-item__link {
  display: inline-block;
  margin-top: auto;
  font-size: 18px;
  color: #869383;
  text-decoration: none;
}
.creative-item__link:hover {
  color: #CC7722;
  text-decoration: none;
}

.team-item {
  margin-bottom: 30px;
}
.team-item__pict {
  margin-bottom: 24px;
  height: 243px;
}
.team-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-item__name {
  font-size: 18px;
  color: #fff;
}
.team-item__post {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}

.breadcrumbs {
  margin-bottom: -5px;
  color: #fff;
}
.breadcrumbs__link, .breadcrumbs__current, .breadcrumbs__separator {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #e4770a;
}
.breadcrumbs span:nth-child(n+4) {

}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: background 0.25s ease-out;
  -o-transition: background 0.25s ease-out;
  transition: background 0.25s ease-out;
  border: none;
  border-radius: 0;
  background: #7100a5;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #9c59bb;
}

.section-contact {
  padding-bottom: 38px;
}

.contact {
  max-width: 735px;
  margin: 0 auto;
  font-size: 18px;
}
.contact a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.contact a:hover {
  color: inherit;
}
.contact-location {
  margin-bottom: 10px;
  font-size: 18px;
	text-align: center;
}
.contact-title {
  margin-bottom: 10px;
  text-align: center;
}
.contact-item {
  margin-bottom: 10px;
  text-align: center;
}

.error {
  padding: 100px 0;
  text-align: center;
}
.error__title {
  font-size: 120px;
  font-weight: 700;
  line-height: 1.1;
  color: #CC7722;
}
.error__desc {
  font-size: 18px;
}
.error__desc a {
  color: #CC7722;
  font-size: inherit;
  text-decoration: underline;
}
.error__desc a:hover {
  color: #CC7722;
  text-decoration: none;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #CC7722;
}

div.wpcf7 .wpcf7-response-output {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px 30px;
  font: 600 16px/1.4 Rubik, sans-serif;
  text-align: center;
  z-index: 800;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.9);
}

div.wpcf7 .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background: url(../images/dist/loader-form.svg);
  background-size: 100%;
}
div.wpcf7 .wpcf7-spinner::before {
  display: none;
}

form.submitting .wpcf7-spinner {
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.modal-callback {
  position: relative;
}
.modal-callback__title {
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}
.modal-callback__service {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.modal-callback-field {
  margin-bottom: 12px;
}
.modal-callback-field__title {
  margin-bottom: 5px;
  font-size: 18px;
}
.modal-callback-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.modal-callback-field input {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 10px;
  font-size: 18px;
  border: 1px solid #9EBBCD;
  background: #fff;
}
.modal-callback-field input:focus {
  outline: none !important;
  border-color: #CC7722;
}
.modal-callback-field textarea {
  display: block;
  width: 100%;
  height: 109px;
  padding: 8px 0 0 10px;
  font-size: 18px;
  border: 1px solid #9EBBCD;
  background: #fff;
}
.modal-callback-field textarea:focus {
  outline: none !important;
  border-color: #CC7722;
}
.modal-callback .callback-form-file {
  margin-bottom: 0;
}
.modal-callback .callback-form-file__title {
  font-size: 14px;
}
.modal-callback .callback-form-file__title i {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}
.modal-callback .callback-form-file__title i:before {
  width: 30px;
  height: 20px;
}
.modal-callback .callback-form-file__upload {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-callback .callback-form-file__name {
  padding-left: 0;
  text-align: center;
}
.modal-callback__btn {
  max-width: 220px;
  height: 45px;
  margin: 20px auto 0;
}
.modal-callback__accept {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

.menu-button {
  display: block;
  position: relative;
  cursor: pointer;
}
.menu-button span {
  position: relative;
  display: block;
  width: 45px;
  height: 4px;
  margin: 7px auto;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
	box-shadow: 0px 0px 5px 0px #7100a5;
}
.menu-button span:nth-of-type(1) {
  margin-top: 0px;
}
.menu-button span:nth-of-type(3) {
  margin-bottom: 0px;
}

.overlay {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 980;
  -webkit-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  max-width: 480px;
  height: 100%;
  padding: 60px 15px 30px;
  z-index: 990;
  overflow-y: auto;
  -webkit-transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  transition: visibility 0.7s, -webkit-transform 0.35s ease-out;
  -o-transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s;
  transition: transform 0.35s ease-out, visibility 0.7s, -webkit-transform 0.35s ease-out;
  background: #000;
}
.mobile-nav__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/dist/close.svg) center no-repeat;
  background-size: contain;
	cursor: pointer;
}
.mobile-nav-nav {
  padding-bottom: 30px;
}
.mobile-nav-menu li {
  position: relative;
  margin-bottom: 15px;
  padding-right: 45px;
}
.mobile-nav-menu li a {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.mobile-nav-menu li a:hover, .mobile-nav-menu li a:focus {
  text-decoration: none;
  color: #fff;
}
.mobile-nav-menu li.menu-item-has-children > i {
  position: absolute;
  display: block;
  top: 9px;
  right: 12px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mobile-nav-menu li.menu-item-has-children > i:before, .mobile-nav-menu li.menu-item-has-children > i:after {
  content: "";
  position: absolute;
  background: #fff;
}
.mobile-nav-menu li.menu-item-has-children > i:before {
  top: 7px;
  left: 0;
  width: 100%;
  height: 2px;
}
.mobile-nav-menu li.menu-item-has-children > i:after {
  top: 0;
  left: 7px;
  width: 2px;
  height: 100%;
}
.mobile-nav-menu li.menu-item-has-children > i:hover:before, .mobile-nav-menu li.menu-item-has-children > i:hover:after, .mobile-nav-menu li.menu-item-has-children > i.active:before, .mobile-nav-menu li.menu-item-has-children > i.active:after {
  background: #fff;
}
.mobile-nav-menu li.menu-item-has-children > i.active {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-nav-menu li.menu-item-has-children > i.active:before {
  opacity: 0;
}
.mobile-nav-menu li .sub-menu {
  display: none;
  margin-top: 15px;
  padding-left: 30px;
}
.mobile-nav-menu li .sub-menu.open {
  display: block;
  -webkit-animation: fadeInFromNone 0.25s ease-out;
          animation: fadeInFromNone 0.25s ease-out;
}
.mobile-nav-menu li .sub-menu li a {
  font-size: 20px;
}
.mobile-nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}
.mobile-nav__location {
  position: relative;
  margin-bottom: 30px;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.mobile-nav__location br {
  display: none;
}
.mobile-nav__location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 32px;
  margin-top: -16px;
  background: url(../images/dist/location.svg) center no-repeat;
  background-size: contain;
}
.mobile-nav__callback {
  max-width: 220px;
  height: 50px;
}
.mobile-nav.hide {
  visibility: hidden;
}
.mobile-nav.open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-header {
    padding: var(--section-padding);
    background-color: #1f1f1f;
    background-image: url(/wp-content/uploads/bg-grad.jpg);
    min-height: 400px;
    display: flex;
    align-items: center;
	margin: var(--section-margin);
	margin-bottom: 0;
}
.page-header__title {
  margin-bottom: 0;
  font: 400 48px/1.2 Rubik, sans-serif;
  color: #fff;
	max-width: 700px;
}
.page-header__title br {
  display: none;
}


.pagination {
  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: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.pagination .nav-links {
  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;
}

.page-numbers {
  margin: 0 3px;
  font-size: 22px;
  font-weight: 700;
  color: #ffc815;
  line-height: 1;
  text-decoration: none;
}
.page-numbers:hover, .page-numbers:focus {
  color: #CC7722;
}
.page-numbers.current {
  opacity: 0.8;
  color: #CC7722;
}
.page-numbers.prev, .page-numbers.next {
  position: relative;
  display: block;
  top: -2px;
}


.section-article {
  padding-bottom: 50px;
}

.article__pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.article__date {
  margin-right: 45px;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.article__price {
  margin-right: 45px;
  font-size: 36px;
  font-weight: 700;
}
.article__price span {
  font-size: 40px;
}
.article__age {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.article__age::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% + 9px);
  height: calc(100% + 9px);
  z-index: -1;
  border-radius: 50%;
  background: #CC7722;
}
.article__btn {
  max-width: 195px;
  height: 60px;
  margin-left: auto;
}
.article__content {
  max-width: 795px;
  margin: 0 auto;
  font-size: 18px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;

  background-color: var(--bs-body-bg);
	color: #fff;
}
.header-main {
  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: 5px 0;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}
.header-logo__desc {
  margin-left: 12px;
  font-size: 20px;
  color: #ffffff;
  font: 400 32px/1.2 Rubik, sans-serif;
	
}
.header-location {
  position: relative;
  margin: 0 30px;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.2;
}
.header-location::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 32px;
  margin-top: -16px;
  background: url(../images/dist/location.svg) center no-repeat;
  background-size: contain;
}
.header-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 171px;
  height: 50px;
  padding: 0 8px;
  font-size: 22px;
  text-align: left;
}
.header-btn i {
  width: 39px;
  height: 39px;
  margin-right: 18px;
  background: url(../images/dist/ticket.svg) center no-repeat;
  background-size: contain;
}
.header-menu {
  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;
}
.header-menu li a {
  position: relative;
  display: block;
  padding: 17px 0;
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.header-menu li:hover a {
  color: #CC7722;
}
.header-menu li.header-menu__homelink {
  font-size: 0;
}
.header-menu li.header-menu__homelink a {
  position: relative;
  top: -3px;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: inherit;
  background: url(../images/dist/home.svg) center no-repeat;
  background-size: contain;
}
.header-menu li.menu-item-has-children {
  position: relative;
}
.header-menu li.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}
.header-menu li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 6.5px 0 6.5px;
  border-color: #CC7722 transparent transparent transparent;
}
.header-menu li.menu-item-has-children:hover a::before {
  border-top-color: #e4770a;
  -webkit-transform: translateY(-50%) rotate3d(1, 0, 0, -180deg);
          transform: translateY(-50%) rotate3d(1, 0, 0, -180deg);
}
.header-menu li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -15px;
  min-width: 260px;
  padding: 10px 15px;
  z-index: 5;
  -webkit-transition: visibility 0.25s ease-out, opacity 0.25s ease-out, top 0.25s ease-out;
  -o-transition: visibility 0.25s ease-out, opacity 0.25s ease-out, top 0.25s ease-out;
  transition: visibility 0.25s ease-out, opacity 0.25s ease-out, top 0.25s ease-out;
  -webkit-box-shadow: 0 5px 5px rgba(51, 51, 51, 0.5);
          box-shadow: 0 5px 5px rgba(51, 51, 51, 0.5);
  background: #fff;
}
.header-menu .sub-menu li a {
  padding: 5px 0;
  color: #333;
  line-height: 1.3;
}
.header-menu .sub-menu li:hover a {
  color: #e4770a;
}

.main-banner {
  height: auto;

  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
	display: flex;
	align-items: center;
	
	position: relative;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0;
	flex-direction: column;
}
.main-content {
  padding-right: 30px;
}
.main__title {
	margin-bottom: 0;
  font: 400 90px/0.7 var(--header-font-type);
  color: #fff;
	text-transform: uppercase;
}
.main__desc {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
	text-transform: uppercase;
	margin: var(--section-margin) 0;
}
.main__btn {
  	max-width: 350px;
  	font-size: 18px;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	white-space: normal;
	text-transform: uppercase;
	border-radius: 0;
	padding: 20px;
	
	font-family: 'Tektur', sans-serif;
}

.main__btn:hover {
	background: #fff;
	color: #000;
}

.main__btn + .main__btn { 
	margin-top: 16px;
}

.section-about {
  padding-bottom: 52px;
	background: var(--bg-gradient);
}

.section-common {
	padding-bottom: 52px;
	background: var(--bg-gradient);
}

.about-desc {
  font-size: 18px;
}
.about-desc_white {
  color: #fff;
}

.section-about .about {
    border: 5px solid #fff;
    padding: 30px;
    text-align: justify;
	
	border-image: var(--border-image);
}

.gallery {
  position: relative;
}
.gallery div[class^=col] {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.gallery .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33.3333333333%;
          flex: 1 0 33.3333333333%;
}
.gallery-item {
  display: block;
  min-height: 271px;
  height: 100%;
  padding-bottom: 30px;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-item_height3 {
  height: 336px;
}
.gallery-item_video {
  position: relative;
}
.gallery-item_video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/dist/play.png) center no-repeat;
  background-size: contain;
}

.events div[class^=col] {
  padding-bottom: 30px;
}
.events-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background-color: #f5f7f7;
}
.events-item__pict {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 265px;
          flex: 1 0 265px;
}
.events-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-item-main {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 23px 20px 30px 30px;
}
.events-item__title {
  margin-bottom: 6px;
  font: 400 20px/1.5 Rubik, sans-serif;
}
.events-item__text {
  padding-bottom: 20px;
  font-size: 18px;
}
.events-item__date {
  margin: auto 0 12px;
  font-size: 18px;
  font-weight: 800;
}
.events-item__btn {
  max-width: 130px;
  height: 40px;
}

.news div[class^=col] {
  padding-bottom: 30px;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #5f3474;
	
	color: #fff;
    text-decoration: none;
}
.news-item__pict {
  height: 241px;
}
.news-item__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item-main {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 15px 15px 25px 20px;
	
	
}
.news-item__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  max-width: 180px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 22px;
}
.news-item__date {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: right;
}
.news-item__dates {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.news-item__title {
  margin-bottom: 10px;
  font: 400 20px/1.5 Rubik, sans-serif;
	font-weight: bold;
}
.news-item__text {
  margin-bottom: 10px;
  font-size: 18px;
}
.news-item__link {
  display: inline-block;
  margin-top: auto;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
}
.news-item__link:hover {
  color: #CC7722;
  text-decoration: none;
}

.section-location {
  padding-bottom: 60px;
}

.location-map {
  height: 100%;
}
.location-map > ymaps, .location-map iframe {
  width: 100% !important;
  height: 100% !important;
}
.location-main {
  font-size: 18px;
  color: #fff;
  line-height: 1.27;
}
.location-main p:last-child {
  margin-bottom: 0;
}
.location-main ul li {
  margin-bottom: 10px;
}
.location-main a {
  color: #1275bd;
  text-decoration: none;
}
.location-main a:hover {
  color: #CC7722;
}

.section-callback {
  padding-bottom: 60px;
	var(--bg-gradient);
}

.callback {
  padding-top: 12px;
}
.callback__pict {
  height: 100%;
}
.callback__pict img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.callback-form {
  position: relative;
	
	  border: 5px solid #a200ff;
    padding: 24px;
	border-image: var(--border-image);
}
.callback-form__desc {
  margin-bottom: 22px;
  font-size: 19px;
  font-weight: 700;
}
.callback-form__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-left: 96px;
}
.callback-form__field > label {
  position: absolute;
  display: block;
  width: 95px;
  top: 6px;
  left: 0;
  padding-right: 22px;
  font-size: 18px;
  text-align: left;
}
.callback-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.callback-form__field input, .callback-form__field textarea, .callback-form__field select {
  display: block;
  width: 100%;
  font-size: 18px;
  -webkit-transition: border-color 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out;
  transition: border-color 0.25s ease-out;
  border: 1px solid #A7C2D2;
  background: #fff;
}
.callback-form__field input:focus, .callback-form__field textarea:focus, .callback-form__field select:focus {
  border-color: #CC7722;
}
.callback-form__field input, .callback-form__field select {
  height: 37px;
  padding: 0 10px;
}
.callback-form__field textarea {
  height: 109px;
  padding: 8px 10px;
}
.callback-form__bottom {
  padding: 12px 0 0 0;
}
.callback-form__btn {
  max-width: 263px;
  height: 53px;
  margin: 0 auto;
  font-size: 24px;
}
.callback-form__accept {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.footer {
  padding: 53px 0 25px;
  background-color: #000000;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-logo {
  display: block;
  width: 100%;
  max-width: 275px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  text-decoration: none;
}
.footer-logo img {
  display: inline-block;
  max-width: 75px;
}
.footer-logo__desc {
  font-size: 20px;
  color: #fff;
}
.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 135px;
}
.footer-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 70px;
}
.footer-menu {
  list-style-type: disc;
  color: #fff;
}
.footer-menu li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.footer-menu li a:hover {
  color: #7100a5;
}
.footer-contact {
  max-width: 330px;
}
.footer-contact__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer-contact__location {
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.footer-contact__mail, .footer-contact__phone {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
	line-height: 27px;
    margin-top: 16px;
}
.footer-contact__mail:hover, .footer-contact__phone:hover {
  color: #fff;
}
.footer-contact__mail, .footer-contact__phone {
  position: relative;
}
.footer-contact__mail::before, .footer-contact__phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: -52px;
  width: 27px;
  height: 27px;
}
.footer-contact__mail::before {
  background: url(../images/dist/mail.svg) center no-repeat;
  background-size: contain;
}
.footer-contact__phone::before {
  background: url(../images/dist/phone-2.svg) center no-repeat;
  background-size: contain;
}
.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-left: 90px;
}
.footer-social__item {
  width: 42px;
  height: 42px;
  margin-right: 18px;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.footer-social__item:last-child {
  margin-right: 0;
}
.footer-social__item:hover {
  opacity: 0.7;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.footer-copyright {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}


header.front-header {
    position: fixed;
    top: 100px;
    left: 100px;
	z-index: +5;
}



section ul {
	list-style: square;
	padding-left: 20px;
}

section.section-modules {
    background: #230941;
}

.module-item {
    margin-bottom: 32px;
    border-image: var(--border-image);
    border-width: 6px;
    border-style: solid;
    padding: 16px;
	height: calc(100% - 32px);
	margin-top: 15px;
}

.module-item h3 { 
	margin-top: -37px;
    background: #230941;
    padding: 0 10px;
}

section.section-clients {
    background: #fff;
    color: #000;
}

section.section-clients .col-12{ 
	margin-top: 30px;

}

.client-item {
    margin-bottom: 32px;
    border-image: var(--border-image);
    border-width: 6px;
    border-style: solid;
    padding: 16px;
	height: calc(100% - 32px);
}

.client-item h3 { 
	margin-top: -37px;
    background: #fff;
    padding: 0 10px;
	display: none;
}

.client-item img {
	max-height: 100px;
	margin-top: -40px;
	background: #fff;
	padding: 0 10px;
}

.section-demo {
	background: #320941;
}

.demo-item {
    margin-bottom: 32px;
    border-image: var(--border-image);
    border-width: 6px;
    border-style: solid;
    padding: 16px;
	height: calc(100% - 32px);
}

.demo-item h3 { 
	margin-top: -37px;
    background: #320941;
    padding: 0 10px;
}

.demo-item h3 a {
	color: #e6b3ff;
	text-decoration: none;
	max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.demo-item img {
	max-height: 100px;
}

video {
    max-width: 100%;
}

.modules-desc {
    margin-bottom: 40px;
}

.mobile-nav-buttons {
    display: flex;
	flex-wrap: wrap;
}

.mobile-nav-buttons .btn + .btn { 
	margin-left: 10px;
}

.mobile-nav-phone {
    font-size: 28px;
    margin-bottom: 16px;
}

.modal {
	color: #000;
}

.wp-block-code {
    box-sizing: border-box;
    background: #111;
    padding: 10px 16px;
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    background: #000;
    padding: 16px;
}

ul.lang-menu {
    display: flex;
}

ul.lang-menu li {
    margin-right: 16px;
}




body {
	animation: colorChange auto linear;
	animation-timeline: scroll(root block);
}

@keyframes colorChange {
	25% {
		background-color: #2c0264;
	}
	50% {
		background-color: #a200ff;
	}
	75% {
		background-color: #2c0264;
	}
	100% {
		background-color: #000;
	}
}

.about-desc strong {
    font-size: 22px;
	background: radial-gradient(#6a00ff, #b000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-licenses__item {

    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
	border: 5px solid #fff;
	border-image: var(--border-image);
}

.section-licenses__item h3 {
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.section-licenses__item-desc {
    flex-grow: 1;
}

.section-licenses__item-price {
    font-size: 24px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: var(--bs-body-bg);
}

.advantages-new {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    gap: 10px;
	margin: var(--section-margin) 0;
}

.advantages-new__item {
    font-size: 18px;
    display: flex;
    align-items: center;
	line-height: 20px;
}

.advantages-new__item span {
    font-size: 38px;
    margin-right: 10px;
}