@charset "UTF-8";
@keyframes animateRocket {
  0% {
    top: 80%;
    left: -15%;
  }
  25% {
    top: -15%;
    left: 80%;
  }
  100% {
    top: -15%;
    left: 80%;
  }
}
@keyframes animateComet1 {
  0% {
    top: -15%;
    left: 90%;
  }
  5% {
    top: 115%;
    left: -15%;
  }
  100% {
    top: 115%;
    left: -15%;
  }
}
@keyframes animateBG {
  0% {
    border: 3px solid #5A7FFF;
  }
  50% {
    border: 3px solid #62e0ff;
  }
  100% {
    border: 3px solid #200836;
  }
}
@keyframes title1 {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes title2 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes filter-animation {
  0% {
    filter: brightness(0) saturate(100%) invert(81%) sepia(45%) saturate(2255%) hue-rotate(168deg) brightness(102%) contrast(106%);
  }
  33% {
    filter: brightness(0) saturate(100%) invert(26%) sepia(95%) saturate(3016%) hue-rotate(323deg) brightness(99%) contrast(98%);
  }
  66% {
    filter: brightness(0) saturate(100%) invert(88%) sepia(44%) saturate(763%) hue-rotate(21deg) brightness(91%) contrast(94%);
  }
  100% {
    filter: brightness(0) saturate(100%) invert(79%) sepia(47%) saturate(4611%) hue-rotate(179deg) brightness(118%) contrast(104%);
  }
}
.glitch {
  font-size: 8.125em;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  letter-spacing: 5px;
}
.glitch:before, .glitch:after {
  display: block;
  content: attr(data-glitch);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.glitch:after {
  color: #f0f;
  z-index: -2;
}
.glitch:before {
  color: #0ff;
  z-index: -1;
}
.glitch:hover:before {
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 5;
}
.glitch:hover:after {
  animation: glitch 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both 5;
}

@media only screen and (max-width: 400px) {
  .glitch {
    font-size: 3em;
  }
}
@keyframes glitch {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-5px, 5px);
  }
  40% {
    transform: translate(-5px, -5px);
  }
  60% {
    transform: translate(5px, 5px);
  }
  80% {
    transform: translate(5px, -5px);
  }
  to {
    transform: translate(0);
  }
}
.container {
  max-width: calc(100% - 140px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container--inner {
  max-width: 1250px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.col {
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 0px) {
  .col-xs-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xs-11 {
    max-width: 91.666666%;
    flex: 0 0 91.666666%;
  }
  .col-xs-10 {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }
  .col-xs-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xs-8 {
    max-width: 66.66666667%;
    flex: 66.66666667%;
  }
  .col-xs-7 {
    max-width: 58.33333%;
    flex: 58.33333%;
  }
  .col-xs-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xs-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }
  .col-xs-4 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  .col-xs-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xs-2 {
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
  }
  .col-xs-1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
  }
}
@media screen and (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-sm-11 {
    max-width: 91.666666%;
    flex: 0 0 91.666666%;
  }
  .col-sm-10 {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-8 {
    max-width: 66.66666667%;
    flex: 66.66666667%;
  }
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 58.33333%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }
  .col-sm-4 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-2 {
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
  }
  .col-sm-1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
  }
}
@media screen and (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-md-11 {
    max-width: 91.666666%;
    flex: 0 0 91.666666%;
  }
  .col-md-10 {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-8 {
    max-width: 66.66666667%;
    flex: 66.66666667%;
  }
  .col-md-7 {
    max-width: 58.33333%;
    flex: 58.33333%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }
  .col-md-4 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-2 {
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
  }
  .col-md-1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-lg-11 {
    max-width: 91.666666%;
    flex: 0 0 91.666666%;
  }
  .col-lg-10 {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-8 {
    max-width: 66.66666667%;
    flex: 66.66666667%;
  }
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 58.33333%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }
  .col-lg-4 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-2 {
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
  }
  .col-lg-1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .col-xl-11 {
    max-width: 91.666666%;
    flex: 0 0 91.666666%;
  }
  .col-xl-10 {
    max-width: 83.333333%;
    flex: 0 0 83.333333%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-8 {
    max-width: 66.66666667%;
    flex: 66.66666667%;
  }
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 58.33333%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-5 {
    max-width: 41.666667%;
    flex: 0 0 41.666667%;
  }
  .col-xl-4 {
    max-width: 33.333333%;
    flex: 0 0 33.333333%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-2 {
    max-width: 16.666666%;
    flex: 0 0 16.666666%;
  }
  .col-xl-1 {
    max-width: 8.333333%;
    flex: 0 0 8.333333%;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-snap-type: y mandatory;
  position: relative;
}
html.menu--open {
  overflow-y: hidden;
}

body {
  margin: 0;
  background: linear-gradient(to top, #fbc2eb 0%, #fccb90 30%, #d57eeb 60%, #a6c1ee 100%);
  background-size: 40%;
  color: #200836;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  position: relative;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 22px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  animation: filter-animation 2s infinite;
  position: relative;
}

ul,
li,
p,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #200836;
}

h1 {
  font-size: 37px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

p {
  margin-bottom: 15px;
  line-height: 1.22;
}

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

ul {
  list-style: none;
}

.visible {
  display: block !important;
}

.hidden {
  display: none;
}
@media (max-width: 767px) {
  .hidden--mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden--pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}

::-webkit-scrollbar {
  width: 6px;
  background: linear-gradient(to top, #fbc2eb 0%, #fccb90 30%, #d57eeb 60%, #a6c1ee 100%);
  height: 2px;
}
@media (min-width: 768px) {
  ::-webkit-scrollbar {
    height: 5px;
  }
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 249, 0.6705882353);
}

body.page-template-front-page::-webkit-scrollbar {
  display: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

#page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.accent {
  font-family: "Mulish", sans-serif;
  font-size: 33px;
  line-height: 30px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded/Unbounded-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: bold;
}
@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish/Mulish-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: visible;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-dots {
  text-align: center;
  margin-top: 30px;
}
.slick-dots li {
  display: inline-block;
  margin: 4px;
}
.slick-dots li button {
  border-radius: 50%;
  height: 13px;
  width: 13px;
  background: transparent;
  border: 2px solid #fff;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #fff;
}

.btn-to-top {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 110px;
  right: 10px;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 768px) {
  .btn-to-top {
    width: 60px;
    height: 60px;
    bottom: 130px;
  }
}

#breadcrumbs {
  margin-bottom: 35px;
  font-size: 16px;
}
@media (max-width: 768px) {
  #breadcrumbs {
    font-size: 16px;
    margin-bottom: 45px;
  }
}
#breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
#breadcrumbs a:visited {
  color: inherit;
}

.breadcrumb_last {
  font-weight: bold;
}

.donate {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.donate__block {
  padding: 40px 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #200836;
  color: #fff;
  grid-template-areas: feedback-block;
  border: none;
}
@media (min-width: 768px) {
  .company__section .donate__block {
    padding: 40px 35px;
    max-width: 25%;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .company__section .donate__block {
    padding: 1rem;
    font-size: 1rem;
  }
}
.donate__block p {
  margin-bottom: 0;
}
.donate__links a {
  position: relative;
}
.donate__links a::before {
  content: "";
  background: url("/wp-content/themes/allmusicstuff/img/qr-banka.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  aspect-ratio: 1/1;
  height: 100%;
  top: 0;
  left: 0px;
  transform: translateX(-50%);
  transition: all 200ms ease-in-out;
  z-index: -2;
}
.donate__links a:hover {
  animation: none;
}
.donate__links a:hover::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  animation: filter-animation 2s infinite;
}
.donate__links img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.donate__links img:hover, .donate__links img:focus {
  filter: contrast(160%);
}
.donate__links img::after {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  background: #fff;
}

/*!
 * jQuery ComboTree Plugin 
 * Author:  Erhan FIRAT
 * Mail:    erhanfirat@gmail.com
 * Licensed under the MIT license
 * Version: 1.3.1
 */
:root {
  --ct-bg: #e8bbff;
  --ct-border-color: #e8bbff;
  --ct-border-radius: 0.5rem;
  --ct-tree-hover: #efefef;
  --ct-selection: #00fff9ab;
  --ct-padding: 0.5rem;
}

.ct-wrapper {
  position: relative;
  text-align: left !important;
  box-sizing: border-box;
}
.ct-wrapper * {
  box-sizing: border-box !important;
}

.ct-input-wrapper {
  position: relative;
}

.ct-input-box {
  padding: var(--ct-padding) 1.5rem var(--ct-padding) var(--ct-padding);
  border-radius: var(--ct-border-radius);
  border: 1px solid var(--ct-border-color);
  width: 100%;
}

.ct-arrow-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  padding: 0 1.25rem;
  height: 45px;
  border: none;
  background: none;
  cursor: pointer;
}
.ct-arrow-btn:hover {
  color: var(--ct-selection);
}
.ct-arrow-btn:active {
  color: var(--ct-selection);
}
.ct-input-box:focus + .ct-arrow-btn {
  color: var(--ct-selection);
}

.ct-drop-down-container,
.ct-drop-down-container *,
.ct-arrow-btn {
  user-select: none;
}

.ct-drop-down-container {
  display: none;
  background: var(--ct-border-color);
  border: 1px solid var(--ct-border-color);
  position: absolute;
  top: 45px;
  padding: 0;
  width: 100%;
  z-index: 999;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.3);
}
.ct-drop-down-container ul {
  padding: 0 0 10px;
  margin: 0;
  background: var(--ct-bg);
}
.ct-drop-down-container li {
  list-style-type: none;
  padding-left: 0;
  cursor: pointer;
}
.ct-drop-down-container li .not-selectable {
  color: #777;
}
.ct-drop-down-container .ct-item-parent li {
  padding-left: 1rem;
}
.ct-drop-down-container li:hover ul {
  background-color: var(--ct-bg);
}
.ct-drop-down-container li span.ct-list-item-title.ct-tree-item-hover,
.ct-drop-down-container label.ct-tree-item-hover {
  background-color: var(--ct-selection);
  color: var(--ct-selection-text);
  border-radius: 2px;
}
.ct-drop-down-container li span[data-selectable=false].ct-list-item-title.ct-tree-item-hover,
.ct-drop-down-container label.ct-tree-item-hover {
  background-color: var(--ct-border-color);
  color: #777;
  cursor: default;
}
.ct-drop-down-container label {
  cursor: pointer;
  width: 100%;
  display: block;
}
.ct-drop-down-container .ct-list-item-title input,
.ct-drop-down-container .select-all input {
  position: relative;
  top: 2px;
  margin: 0px 8px 0px 0px;
  width: auto;
  height: auto;
}
.ct-drop-down-container input.ct-multiples-filter {
  width: 100%;
  padding: 0 12px;
  border: none;
  border-bottom: 0.5px solid var(--ct-border-color);
}

.ct-list-item-title,
.ct-drop-down-container .select-all {
  display: block;
  padding: 0.25rem 1rem;
  margin-left: 1rem;
}

.ct-parent-plus {
  position: absolute;
  display: inline-block;
  width: 1rem;
  padding-top: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

button.filter {
  background: transparent;
  border: none;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
button.filter img {
  max-width: 40px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}
button.filter--off {
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
}
button.filter--off img {
  max-width: 40px;
  filter: brightness(0) saturate(100%) invert(1%) sepia(6%) saturate(561%) hue-rotate(316deg) brightness(97%) contrast(81%);
}

.wpcf7-spinner {
  position: absolute;
  bottom: 45px;
  right: 40px;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ff0000;
  color: #200836;
  font-size: 14px;
  margin: 1em 0.5em 0;
}
.wpcf7 .wpcf7 form.sent .wpcf7-response-output {
  color: #200836;
}

.wpcf7-form {
  position: relative;
  background: #1b1b1b;
  padding: 35px 30px 25px;
  border-radius: 0;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.wpcf7-form p {
  margin-bottom: 10px;
}
.wpcf7-form p.send-form {
  position: relative;
}
.wpcf7-form p.send-form::after {
  content: "";
  background: url("../img/mail-send.svg");
  background-size: 40px, auto;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 22%;
  transform: translateY(-50%);
}
@media (max-width: 450px) {
  .wpcf7-form p.send-form::after {
    right: 15%;
  }
}
.wpcf7-form p.send-form.lang-en:after {
  right: 32%;
}
@media (max-width: 450px) {
  .wpcf7-form p.send-form.lang-en:after {
    right: 25%;
  }
}
.wpcf7-form input,
.wpcf7-form textarea {
  width: 100%;
  background: rgba(224, 229, 239, 0.631372549);
  border-radius: 0;
  border: none;
  font-size: inherit;
  font-family: inherit;
  color: #200836;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #200836;
  opacity: 0.7;
}
.wpcf7-form textarea {
  padding: 15px 23px;
  resize: none;
}
@media (min-width: 768px) and (max-width: 1700px) {
  .wpcf7-form textarea {
    max-height: 160px;
  }
}
.wpcf7-form input {
  height: 45px;
  padding: 7px 23px;
}
.wpcf7-form input[type=submit] {
  background: #5A7FFF;
  cursor: pointer;
  color: #fff;
}
.wpcf7-form input[type=file] {
  background: #5A7FFF;
  position: relative;
  color: transparent;
}
.wpcf7-form input[type=file]::before {
  content: "Add";
  color: #1b1b1b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-form input[type=file].file-uk::before {
  content: "Додати";
}
.wpcf7-form input[type=file].file-en::before {
  content: "Add";
}
.wpcf7-form input[type=file]::-webkit-file-upload-button {
  display: none;
}
.wpcf7-form input[type=file]::file-selector-button {
  display: none;
}

.language-chooser li.active {
  display: none;
}

.qtranxs-available-languages-message {
  display: none;
}

.map-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  display: none;
  z-index: 9999;
}

.section {
  min-height: 100vh;
  padding: 80px 0;
  scroll-snap-align: start;
}
.section.active {
  visibility: visible;
}
@media (min-width: 1600px) {
  .section {
    padding: 40px 0;
  }
}
.section-header h1 {
  margin-bottom: 2rem;
}
.front .section {
  padding: 0;
  /* Hide scrollbar for IE, Edge and Firefox */
}
.front .section {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.section h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section__content {
  text-align: center;
}
.section .container--inner {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .section .container--inner {
    padding: 70px 20px;
  }
}
@media (min-width: 1440px) {
  .section .container--inner {
    padding: 40px 150px 40px 0;
  }
}
@media (min-width: 1730px) {
  .section .container--inner {
    padding: 70px 0;
  }
}
@media (min-width: 1900px) {
  .section .container--inner {
    padding: 40px 201px 40px 0;
  }
}
@media (min-width: 1440px) {
  .section.feedback .container--inner {
    padding: 40px 150px 100px 0;
  }
}

.services .box {
  display: inline-block;
  padding: 10px;
  font-size: 25px;
  white-space: nowrap;
  border: 1px solid;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2117647059);
}
.services .box__wrapper {
  display: flex;
  margin-bottom: 1rem;
  gap: 20px;
  will-change: transform;
}

.social ul {
  display: flex;
  justify-content: space-evenly;
}
.social ul li {
  display: inline-block;
}
.social ul li:not(:last-child) {
  margin-right: 10px;
}
.social ul li a img {
  max-width: 40px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}
.social ul li a:hover {
  animation: filter-animation 2s infinite;
}

.social__list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.social__items {
  width: 40px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .social__items {
    width: 50px;
  }
}
.social__item {
  margin-bottom: 20px;
}
.social__link {
  width: 100%;
  max-width: 450px;
  display: flex;
  background: #1b1b1b;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 20px;
}
.social__link:hover {
  box-shadow: 0px 4px 12px 5px rgba(255, 255, 255, 0.5);
}
@media (min-width: 1200px) and (max-width: 1599.9px) {
  .social__link {
    min-width: 180px;
  }
}
@media (min-width: 1600px) {
  .social__link {
    min-width: 250px;
    height: 150px;
  }
}
.social__icon {
  max-width: 75px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.custom-pagination .page-numbers {
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 40px;
  color: #fff;
  margin: 7px;
  text-decoration: none;
  background: #200836;
  font-family: "FuturaPT_Medium", sans-serif;
  font-size: 18px;
}
.custom-pagination .page-numbers:not(.dots):hover, .custom-pagination .page-numbers:not(.dots):focus {
  background: transparent !important;
  animation: none;
}
.custom-pagination .page-numbers:not(.dots):hover:before, .custom-pagination .page-numbers:not(.dots):focus:before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  animation: filter-animation 2s infinite;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .custom-pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.custom-pagination .page-numbers.prev, .custom-pagination .page-numbers.next {
  width: auto;
  height: 50px;
  font-size: 20px;
  min-width: 77px;
}
@media (max-width: 767px) {
  .custom-pagination .page-numbers.prev, .custom-pagination .page-numbers.next {
    font-size: 14px;
    min-width: auto;
    height: 40px;
  }
}
.custom-pagination .page-numbers.dots {
  background: transparent;
  border: none;
  padding: 20px 0;
  width: 25px;
  color: #200836;
}
.custom-pagination .page-numbers.current {
  background: transparent;
  border: none;
  cursor: default;
  color: #200836;
}
.custom-pagination .page-numbers.current:hover::before, .custom-pagination .page-numbers.current:focus::before {
  display: none;
}

.navigation.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links .page-numbers {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 40px;
  background: white;
  margin: 7px;
  text-decoration: none;
  color: #200836;
  font-family: "FuturaPT_Medium", sans-serif;
  font-size: 18px;
  border: 1px solid #d9d9d8;
}
@media (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
}
.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: auto;
  height: 50px;
  font-size: 20px;
  min-width: 77px;
}
@media (max-width: 767px) {
  .navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
    font-size: 14px;
    min-width: auto;
    height: 40px;
  }
}
.navigation.pagination .nav-links .page-numbers.current {
  background: transparent;
  border: none;
}

.values {
  display: flex;
  align-items: center;
}
.values a {
  display: inline-block;
}
.values svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin-right: 1rem;
  min-width: 1.5rem;
}
.values--contacts {
  grid-area: contacts;
}
.companies__item .values--contacts {
  display: none;
}
.values--description {
  grid-area: description;
}
.values--schedule {
  grid-area: schedule;
}
.values--phones {
  grid-area: phones;
}
.values--phones a {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .values--phones a {
    display: flex;
    align-items: center;
  }
}
.values--phones b {
  margin-right: 5px;
}
.values--address {
  grid-area: address;
}
.values--web {
  grid-area: web;
}
.values--web a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.values--web img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}
.values--services {
  grid-area: services;
  flex-wrap: wrap;
}
.values--services a {
  padding: 5px 10px;
  background: rgba(255, 254, 254, 0.3803921569);
  margin: 3px;
  cursor: pointer;
  position: relative;
}
.values--services a:hover, .values--services a:focus {
  background: transparent !important;
  animation: none;
}
.values--services a:hover:before, .values--services a:focus:before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  animation: filter-animation 2s infinite;
}
.values--type {
  grid-area: type;
  flex-wrap: wrap;
}
.values--type a {
  padding: 10px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid;
  margin: 0 3px 5px 0;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.21);
  cursor: pointer;
  position: relative;
}
.values--type a:hover, .values--type a:focus {
  background: transparent !important;
  animation: none;
}
.values--type a:hover:before, .values--type a:focus:before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  animation: filter-animation 2s infinite;
}

.about {
  position: relative;
}
.about__comet {
  display: none;
  position: absolute;
  width: auto;
  max-width: 200px;
  animation: animateComet1 20s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media (min-width: 1200px) {
  .about__comet {
    display: block;
  }
}
.about__list {
  color: #200836;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about__list a {
  display: inline-block;
}
.about__item {
  display: flex;
  width: 100%;
  max-width: 550px;
  min-height: 200px;
  padding: 30px;
  background: #1b1b1b;
  border-radius: 0;
  position: relative;
  cursor: context-menu;
  align-items: center;
  border: 3px solid transparent;
  text-align: justify;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .about__item {
    padding: 30px 45px;
    flex: 0 0 49%;
  }
}
@media (min-width: 1730px) {
  .about__item {
    margin-bottom: 80px;
  }
}
.about__item img {
  position: absolute;
  width: auto;
  max-width: 200px;
  max-height: 150px;
  z-index: -1;
  transition: all 150ms ease-in-out;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.about__item img.up {
  top: 0;
  left: 10px;
}
.about__item img.right {
  top: 10px;
}
.about__item img.down {
  bottom: 0;
}
.about__item img.left {
  top: 0;
  left: 10px;
}
.about__item:nth-child(2n) img {
  left: auto;
  right: 10px;
}
.about__item:hover, .about__item:focus {
  background: transparent;
  border: 3px solid #1b1b1b;
  color: #200836;
  box-shadow: 0px 0px 11px 13px rgba(255, 255, 255, 0.29);
}
.about__item:hover::after, .about__item:focus::after {
  content: "";
  position: absolute;
  width: calc(100% - 18px);
  height: calc(100% - 16px);
  background: #5A7FFF;
  color: #200836;
  border-radius: 0;
  right: 18px;
  bottom: 16px;
  z-index: -1;
}
.about__item:hover img.up, .about__item:focus img.up {
  top: -50%;
}
.about__item:hover img.right, .about__item:focus img.right {
  right: -23%;
}
.about__item:hover img.down, .about__item:focus img.down {
  bottom: -50%;
}
.about__item:hover img.left, .about__item:focus img.left {
  left: -23%;
}

.specialization {
  position: relative;
}
.specialization__ufo {
  display: none;
  position: absolute;
  max-width: 200px;
  top: 40%;
  left: 5%;
}
@media (min-width: 1200px) {
  .specialization__ufo {
    display: block;
  }
}
.specialization__text {
  margin-bottom: 40px;
}
@media (max-width: 1199.9px) {
  .specialization__items {
    overflow-x: auto;
    padding: 30px 20px;
  }
}
@media (max-width: 767.9px) {
  .specialization__items {
    padding: 10px 17px;
  }
}
.specialization__items.values {
  margin-top: auto;
}
.specialization__items.values a span:hover {
  animation: animateBG 2s ease infinite alternate;
}
.specialization__logo {
  grid-area: logo;
  width: 100%;
  max-width: 200px;
  align-self: center;
  justify-self: center;
  position: relative;
}
.specialization__logo a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.specialization__logo a:hover {
  transform: scale(1.2);
  background: rgba(255, 255, 255, 0.33);
}
.specialization__list {
  display: flex;
  flex-wrap: wrap;
  width: 910px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(24, 35px);
  grid-template-areas: ". cell-1 . cell-2 . cell-3 . cell-4 . cell-5 . cell-6 . cell-7 . cell-8 . cell-9 . cell-10 . cell-11 . cell-12 . cell-13" "cell-14 . cell-15 . cell-16 . cell-17 . cell-18 . cell-19 . cell-20 . cell-21 . cell-22 . cell-23 . cell-24 . cell-25 . cell-26 ." ". cell-27 . cell-28 . cell-29 . cell-30 . cell-31 . logo logo logo logo logo . cell-32 . cell-33 . cell-34 . cell-35 . cell-36" "cell-37 . cell-38 . cell-39 . cell-40 . cell-41 . . logo logo logo logo logo . . cell-42 . cell-43 . cell-44 . cell-45 ." ". cell-46 . cell-47 . cell-48 . cell-49 . cell-50 . logo logo logo logo logo . cell-51 . cell-52 . cell-53 . cell-54 . cell-55" "cell-56 . cell-57 . cell-58 . cell-59 . cell-60 . . logo logo logo logo logo . . cell-61 . cell-62 . cell-63 . cell-64 ." ". cell-65 . cell-66 . cell-67 . cell-68 . cell-69 . cell-70 . cell-71 . cell-72 . cell-73 . cell-74 . cell-75 . cell-76 . cell-77" "cell-78 . cell-79 . cell-80 . cell-85 . cell-86 . cell-87 . cell-88 . cell-89 . cell-90 . cell-91 . cell-92 . cell-93 . cell-94 .";
}
.specialization__item {
  position: relative;
  width: 70px;
  height: 70px;
  margin: -8px -20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1800px) {
  .specialization__item {
    width: 60px;
    height: 60px;
    margin: -3px -15px 0;
  }
}
.specialization__item.active a svg path {
  fill: #b3b7ff !important;
  fill-opacity: 1 !important;
}
.specialization__item.active a p {
  color: #000420 !important;
}
.specialization__polygon {
  position: absolute;
  z-index: -1;
}
.specialization__icon {
  max-width: 24px;
  margin-bottom: 6px;
}
.specialization__title {
  font-size: 8px;
  font-style: normal;
  margin: 0;
  padding: 0 9px;
  text-align: center;
}
.specialization__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease-in-out;
}
.specialization__link:hover {
  width: 70px;
  height: 70px;
  position: absolute;
  transform: scale(1.8);
  z-index: 2;
}
.specialization__link:hover svg path {
  fill-opacity: 1;
  fill: #252847;
}
.offers {
  position: relative;
}
.offers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 1;
  align-content: center;
}
.offers__text {
  margin-bottom: 40px;
}
.offers__text b {
  color: #5A7FFF;
  font-size: 1.9rem;
  line-height: 1;
}
.offers__item {
  border-radius: 0;
  display: flex;
  align-items: center;
  border: 3px solid #1b1b1b;
  margin-bottom: 30px;
  padding: 25px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .offers__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 1200px) {
  .offers__item {
    flex-direction: row;
    width: calc(50% - 50px);
    height: 205px;
  }
}
@media (min-width: 1200px) and (max-width: 1729.9px) {
  .offers__item {
    font-size: 0.85rem;
    height: 175px;
  }
}
.offers__item:hover, .offers__item:focus {
  background: #1b1b1b;
  color: #200836;
}
.offers__item:hover img, .offers__item:focus img {
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}
@media (max-width: 1199.9px) {
  .offers__item div {
    text-align: center;
  }
}
.offers__icon {
  max-width: 80px;
  max-height: 80px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .offers__icon {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.pricing__text {
  margin-bottom: 30px;
}
.pricing__block {
  display: flex;
  margin-bottom: 60px;
  gap: 25px;
}
@media (min-width: 1200px) and (max-width: 1729.9px) {
  .pricing__block {
    font-size: 0.85rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 1199.9px) {
  .pricing__block {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.9px) {
  .pricing__block {
    flex-direction: column;
  }
}
.pricing__block--one {
  padding: 10px 30px;
  border: 3px solid #1b1b1b;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .pricing__block--one {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .pricing__block--one {
    width: calc(25% - 20px);
    height: 180px;
  }
}
.pricing__block--one span {
  display: block;
  color: #5A7FFF;
  font-size: 50px;
  font-weight: 700;
}
.pricing__block--two {
  padding: 10px 20px;
  border: 3px solid #1b1b1b;
  border-radius: 0;
  background: #1b1b1b;
  color: #200836;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  .pricing__block--two {
    width: 47%;
  }
}
@media (min-width: 1200px) {
  .pricing__block--two {
    width: calc(32% - 20px);
    height: 180px;
  }
}
.pricing__block--two img {
  max-width: 55px;
  margin: 10px auto;
}
.pricing__block--text {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .pricing__block--text {
    width: calc(50% - 50px);
    height: 180px;
  }
}

.partnering {
  font-size: 1.35rem;
  margin-bottom: 25px;
  text-align: center;
}
.partnering__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partnering__item {
  max-width: 180px;
  text-align: center;
}
@media (min-width: 1400px) {
  .partnering__item {
    max-width: 16.6666666667%;
  }
}
.partnering__icon {
  max-width: 50px;
  max-height: 48px;
  margin: 0 auto 10px;
}
.partnering__text {
  font-size: 0.75rem;
  max-width: 200px;
  padding: 0 10px;
}
@media (min-width: 1600px) {
  .partnering__text {
    font-size: 0.875rem;
  }
}

.collaboration {
  position: relative;
}
.collaboration__content {
  margin-bottom: 35px;
}
.collaboration__items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .collaboration__items {
    height: 280px;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.collaboration__item {
  margin: 0 7px 10px;
  width: 100%;
  border: 3px solid #1b1b1b;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 8px;
}
@media (min-width: 768px) {
  .collaboration__item {
    width: calc(33.3333333333% - 14px);
    min-height: 180px;
    height: fit-content;
    font-size: 0.9rem;
  }
  .collaboration__item:nth-child(2n) {
    margin-top: auto;
  }
}
@media (min-width: 1200px) {
  .collaboration__item {
    width: calc(16.6666666667% - 14px);
    font-size: 1.123rem;
  }
}
.collaboration__icon {
  width: auto;
  height: 55px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1729.9px) {
  .collaboration__text {
    font-size: 0.85rem;
  }
}

.step {
  text-align: center;
  margin-bottom: 35px;
}
.step__stages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #3353ff;
  border-radius: 0;
  padding: 20px;
}
.step__item {
  width: 100%;
  max-width: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1199.9px) {
  .step__item {
    max-width: 50%;
  }
}
.step__icon {
  height: 65px;
  margin-bottom: 25px;
}
.step__divider {
  flex: 1;
  height: 3px;
  background: #1b1b1b;
  padding: 0 30px;
}
.step__divider:last-child {
  display: none;
}
@media (max-width: 1199.9px) {
  .step__divider {
    display: none;
  }
}

.feedback {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.feedback__text {
  text-align: center;
  margin: 0 auto 50px;
  max-width: 480px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .feedback__form, .feedback__right {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .feedback__content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 20px;
    flex: 1;
  }
}
.feedback__file {
  color: #200836;
  display: grid;
  grid-template-columns: 50% 50%;
}
.feedback__file span:first-child {
  opacity: 0.7;
}
.feedback__block {
  padding: 40px 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(0, 255, 249, 0.6705882353);
  grid-template-areas: feedback-block;
  border: none;
  margin-bottom: 50px;
}
.company__info .feedback__block {
  width: 100%;
  max-width: 350px;
}
.company__section .feedback__block {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .company__section .feedback__block {
    padding: 40px 35px;
    max-width: 25%;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .company__section .feedback__block {
    padding: 1rem;
    font-size: 1rem;
  }
}

.header {
  padding: 20px;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(100% - 100px);
}
@media (max-width: 767.9px) {
  .header .container {
    padding: 0;
    max-width: unset;
  }
}
.header__logo {
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  margin-right: 40px;
}
.header__logo a {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .header__logo a {
    font-size: 1.5rem;
  }
}
.header__logo a img {
  max-width: 40px;
  margin-left: 10px;
}
.header .menu-item a {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: 3px 25px;
  background: #200836;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 24px;
}
.header .menu-item a:hover {
  animation: none !important;
}
.header .menu-item a::before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
}
.header .menu-item a:hover:before,
.header .menu-item a:focus:before {
  top: 5px;
  left: 5px;
  animation: filter-animation 2s infinite;
}
.header .menu-item.current-menu-item {
  display: none;
}

.footer .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}
.footer .authors {
  padding-bottom: 1rem;
  text-align: center;
}
.footer .authors p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.8;
}

.front {
  width: 100vw;
  overflow: hidden auto;
  scroll-snap-type: y mandatory;
}
.front__main {
  position: relative;
}
.front__main > .container {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.front__main .hero {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.front__main .hero__text h1,
.front__main .hero__text h2 {
  text-align: left;
}
.front__main .hero__text h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "Unbounded", sans-serif;
  text-shadow: 4px 5px 8px rgba(82, 107, 171, 0.5098039216);
}
@media (min-width: 450px) {
  .front__main .hero__text h1 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .front__main .hero__text h1 {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .front__main .hero__text h1 {
    font-size: 120px;
    margin-bottom: 60px;
  }
}
.front__main .hero__text h1 span {
  font-size: 50px;
  display: block;
  background: linear-gradient(180deg, #f9fbff 0%, #d5d8ff 10%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .front__main .hero__text h1 span {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .front__main .hero__text h1 span {
    font-size: 100px;
  }
}
.front h2 {
  font-size: 24px;
  line-height: 1.5;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .front h2 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .front h2 {
    font-size: 48px;
  }
}
.front h3 {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .front h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .front h3 {
    font-size: 36px;
  }
}
.front__description .container {
  position: relative;
}
.front__description .description__text {
  padding-bottom: 70px;
}
.front__description .description__text, .front__description .description__about {
  font-size: 24px;
  max-width: 700px;
}
@media (min-width: 768px) {
  .front__description .description__text, .front__description .description__about {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .front__description .description__text, .front__description .description__about {
    font-size: 40px;
  }
}
.front__description .description__about {
  padding-top: 340px;
  margin-left: auto;
}
.front__description .ribbons {
  position: absolute;
  transform: rotate(-20deg);
  width: 100%;
}
.front__description .ribbon--left, .front__description .ribbon--right {
  position: absolute;
  width: max-content;
  font-weight: 600;
}
.front__description .ribbon--left li, .front__description .ribbon--right li {
  display: inline-block;
  padding: 10px;
  font-size: 40px;
  border: 1px solid;
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2117647059);
}
.front__description .ribbon--left li:nth-child(1), .front__description .ribbon--right li:nth-child(1) {
  background: rgb(255, 116, 116);
}
.front__description .ribbon--left li:nth-child(2), .front__description .ribbon--right li:nth-child(2) {
  background: rgb(225, 255, 116);
}
.front__description .ribbon--left li:nth-child(3), .front__description .ribbon--right li:nth-child(3) {
  background: rgb(250, 116, 255);
}
.front__description .ribbon--left li:nth-child(4), .front__description .ribbon--right li:nth-child(4) {
  background: rgb(116, 236, 255);
}
.front__description .ribbon--left li:nth-child(5), .front__description .ribbon--right li:nth-child(5) {
  background: rgb(139, 255, 116);
}
.front__description .ribbon--left li:nth-child(6), .front__description .ribbon--right li:nth-child(6) {
  background: rgb(255, 116, 176);
}
.front__description .ribbon--left li:nth-child(7), .front__description .ribbon--right li:nth-child(7) {
  background: rgb(116, 179, 255);
}
.front__description .ribbon--left {
  left: -110%;
  top: 150px;
}
.front__description .ribbon--right {
  left: 110%;
  top: 60px;
}
.front .stats {
  padding: 100px 0 100px;
}
.front .stats__types #legend-container ul {
  columns: 2;
}
.front .stats__type-chart {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .front .stats__type-chart {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .front .stats__type-chart #companyTypesChart {
    max-height: 450px;
    max-width: 50%;
    height: auto !important;
  }
}
.front .stats__services {
  margin-top: 4rem;
}
.front .stats__regions {
  margin-top: 4rem;
}
.front .call-to-action {
  text-align: center;
  padding-top: 50px;
}
.front .btn-search {
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: 3px 25px;
  background: #200836;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 24px;
}
.front .btn-search:hover {
  animation: none;
}
.front .btn-search::before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  animation: filter-animation 2s infinite;
}
.front .btn-search:hover:before,
.front .btn-search:focus:before {
  top: 5px;
  left: 5px;
}
.front #map {
  height: 350px;
  width: 100%;
  max-width: 500px;
}
.front #ukraine-map-wrapper {
  text-align: center;
}
.front #ukraine-map-wrapper svg {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 1000px;
}

.companies {
  padding-bottom: 100px;
  position: relative;
}
.companies .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023.5px) {
  .companies .container {
    flex-wrap: wrap;
  }
}
.companies__left {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}
@media (min-width: 1024px) {
  .companies__left {
    flex: 0 0 35%;
    margin: 0;
  }
}
@media (min-width: 1441px) {
  .companies__left {
    flex: 0 0 25%;
  }
}
.companies__filter {
  background: #fff;
  border-radius: 0;
  color: #200836;
  padding: 33px 10px;
  height: fit-content;
  margin: 0 auto 50px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.companies__filter h2 {
  text-align: left;
  margin-bottom: 40px;
}
.companies__filter form {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.companies__filter form input {
  width: 100%;
  background: rgba(233, 224, 239, 0.2509803922);
  border-radius: 0;
  border: none;
  height: 45px;
  padding: 7px 23px;
  margin-bottom: 10px;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
}
.companies__filter form input::placeholder {
  font-size: 18px;
  color: rgba(0, 15, 106, 0.7);
}
.companies__filter form input[type=submit] {
  display: inline-flex;
  align-items: center;
  min-height: 45px;
  padding: 3px 25px;
  background: #200836;
  color: #fff;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
}
.companies__filter form > div {
  margin-bottom: 4px;
}
.companies__container {
  position: relative;
}
@media (min-width: 1024px) {
  .companies__container {
    padding-left: 25px;
  }
}
@media (min-width: 1279px) {
  .companies__container {
    flex: 0 0 66%;
    padding-left: 20px;
  }
}
@media (min-width: 1441px) {
  .companies__container {
    flex: 0 0 calc(100% - 350px);
    padding-left: 50px;
  }
}
@media (min-width: 1830px) {
  .companies__container {
    flex: 0 0 calc(100% - 400px);
  }
}
.companies__container #loading {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
}
.companies__container #loading img {
  position: absolute;
  max-width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.companies__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .companies__list {
    justify-content: space-between;
  }
}
.companies__list .no-results {
  margin: 0 auto;
}
.companies__list .no-results h1 {
  font-size: 2.25rem;
}
.companies__item {
  width: 100%;
  color: #200836;
  padding: 33px 28px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 0;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.companies__item .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
  min-height: 85px;
}
.companies__item .company {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .companies__item .company {
    display: grid;
    grid-template-columns: 1fr 290px;
  }
}
.companies__item .company__title {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.companies__item .company__contacts li a {
  position: relative;
}
.companies__item .company__contacts li a:hover:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
}
.companies__item .company__contacts li a {
  margin: 0 auto;
}
.companies__item .company__contacts li a:hover {
  animation: none;
}
.companies__item .company__contacts li a::before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  background: #fff;
  z-index: -2;
}
.companies__item .company__contacts li a::after {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  background: #fff;
}
.companies__item .company__contacts li a:hover:before, .companies__item .company__contacts li a:focus:before {
  animation: filter-animation 2s infinite;
}
.companies__item .company__contacts li img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}

.back-btn {
  margin-bottom: 2rem;
}

.company {
  margin-bottom: 20px;
}
.company__title {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.company__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem;
}
.company__contacts {
  display: flex;
  flex-wrap: wrap;
}
.company__contacts li {
  width: 33.3333333333%;
  justify-content: space-between;
  text-align: center;
}
@media (min-width: 768px) {
  .company__contacts li {
    width: auto;
  }
  .company__contacts li:not(:last-child) {
    margin-right: 10px;
  }
}
.company__contacts li a {
  position: relative;
  display: inline-block;
}
.company__contacts li a:hover:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
}
.company__contacts li a {
  margin: 0 auto;
}
.company__contacts li a:hover {
  animation: none;
}
.company__contacts li a::before {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  background: #fff;
  z-index: -2;
}
.company__contacts li a::after {
  content: "";
  background: #ff00e1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 200ms ease-in-out;
  border-radius: 50%;
  background: #fff;
}
.company__contacts li a:hover:before, .company__contacts li a:focus:before {
  animation: filter-animation 2s infinite;
}
.company__contacts li img {
  width: 40px;
  filter: brightness(0) saturate(100%) invert(3%) sepia(73%) saturate(6709%) hue-rotate(287deg) brightness(100%) contrast(97%);
}
.company__content {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .company__info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
  }
}
.company__info .company {
  display: none;
}
.company__info .company__card {
  flex: 1;
}
.company__info .values--description {
  display: none;
}

.details {
  grid-template-columns: 1fr 290px;
  align-items: start;
  grid-gap: 15px 10px;
  grid-template-areas: "description type" "address schedule" "phones web" "services services";
}
.company__info .details {
  grid-template-areas: "services services" "contacts phones" "type address" "web schedule";
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .details {
    display: grid;
    margin-bottom: 0;
    align-items: center;
  }
}
.details > * {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .details > * {
    margin-bottom: 0;
  }
}

.specialization__items span,
.values--location span,
.values--job-type span {
  padding: 7px 20px;
  border-radius: 0;
  border: 3px solid #200836;
  margin: 3px 0;
}

.page-404 {
  min-height: 100vh;
  padding: 0;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .page-404 {
    min-height: calc(100vh - 304px);
  }
}
.page-404 .container .row {
  display: flex;
  flex-direction: column;
}
.page-404 h1 {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .page-404 h1 {
    margin-bottom: 100px;
  }
}
.page-404 p {
  font-size: 24px;
  margin-bottom: 70px;
  text-align: center;
}
@media screen and (max-width: 380px) {
  .page-404 p {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.page-404 .link {
  border-radius: 30px;
  border: 3px solid #fff;
  padding: 7px 16px;
  font-weight: 300;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .page-404 .link {
    padding: 12px 36px;
  }
}
.page-404 .link:hover {
  animation: animateBG 2s ease infinite alternate;
}
.page-404 .link-wrap {
  text-align: center;
}
/*# sourceMappingURL=index.css.map */
