@import "../fonts/Montserrat/stylesheet.css";
.gradient, .button-sm.button-borderless:hover:not(.button-white) span:not(.vertical) {
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ux-h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
  letter-spacing: 0rem;
}

.ux-h2 {
  font-size: 2.63rem;
  font-weight: 600;
  line-height: 3.5rem;
  letter-spacing: 0rem;
}

.ux-h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0rem;
}

.ux-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0rem;
}

.ux-caps-10 {
  color: rgb(45, 49, 51);
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
}

.ux-caps-12 {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ux-caps-14 {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ux-caps-16 {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ux-regular-11, #top .dropdown-menu a {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
}

.ux-regular-14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
}

.ux-regular-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}

.ux-regular-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

.ux-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.ux-color-gray {
  color: rgb(212, 215, 217) !important;
}

.ux-color-regular {
  color: rgb(46, 49, 51) !important;
}

.button {
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: block;
}
.button .vertical {
  padding: 0;
  width: 2px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(230, 10, 130)), to(rgb(5, 95, 170)));
  background: linear-gradient(180deg, rgb(230, 10, 130), rgb(5, 95, 170) 100%);
  position: absolute;
  left: 0px;
  top: 0;
  border: none;
  border-radius: 0;
}
.button-xs {
  height: 2.5rem;
  display: block;
  padding: 0 1.5rem;
  line-height: 2.5rem;
  border-radius: 0px 0.25rem 0.25rem 0px;
  position: relative;
}
.button-xs .vertical {
  height: 2.5rem;
}
.button-xs:hover:not(.button-white):not(.button-opacity-25) {
  border: none !important;
}
.button-xs:hover:not(.button-white):not(.button-opacity-25) .vertical {
  display: none;
}
.button-xs:hover:not(.button-white):not(.button-opacity-25)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 1px 1px 1px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% + 1px);
}
.button-sm {
  height: 3rem;
  display: block;
  padding: 0 1.5rem;
  line-height: 3rem;
  border-radius: 0px 0.25rem 0.25rem 0px;
  position: relative;
}
.button-sm .vertical {
  height: 3rem;
}
.button-sm:hover:not(.button-white):not(.button-opacity-25) .vertical {
  display: none;
}
.button-sm:hover:not(.button-white):not(.button-opacity-25)::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 3rem;
  top: -2px;
  height: calc(100% + 2px);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 1px 1px 1px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% + 1px);
}
.button-sm.button-border .vertical {
  top: -1px;
}
.button-sm.button-border:hover:not(.button-white) .vertical {
  display: none;
}
.button-sm.button-border:hover:not(.button-white)::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -1px;
  height: 3rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 1px 1px 1px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% + 1px);
}
.button-sm.button-borderless .vertical {
  top: -1px;
}
.button-sm.button-borderless:hover:not(.button-white) .vertical {
  display: block;
  width: 4px;
  top: 0;
}
.button-sm.button-borderless:hover:not(.button-white)::before {
  content: none;
}
.button-md {
  height: 4rem;
  display: block;
  padding: 0 2.5rem;
  line-height: 4rem;
  border-radius: 0px 0.25rem 0.25rem 0px;
  position: relative;
}
.button-md .vertical {
  height: 4rem;
}
.button-md:hover:not(.button-white):not(.button-opacity-25) .vertical {
  display: none;
}
.button-md:hover:not(.button-white):not(.button-opacity-25)::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -2px;
  height: calc(100% + 2px);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 1px 1px 1px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% + 1px);
}
.button-md.button-border .vertical {
  top: -1px;
}
.button-md.button-border:hover:not(.button-white) .vertical {
  display: none;
}
.button-md.button-border:hover:not(.button-white)::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -1px;
  height: 4rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 1px 1px 1px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% + 1px);
}
.button-md.button-borderless .vertical {
  top: -1px;
}
.button-md.button-borderless:hover:not(.button-white) .vertical {
  display: block;
  top: 0;
}
.button-md.button-borderless:hover:not(.button-white)::before {
  content: none;
}
.button-lg {
  height: 5rem;
  display: block;
  padding: 0 2.5rem;
  line-height: 5rem;
  border-radius: 0px 0.25rem 0.25rem 0px;
  position: relative;
}
.button-lg .vertical {
  height: 5rem;
}
.button-lg:hover:not(.button-white):not(.button-opacity-25) {
  border: none !important;
}
.button-lg:hover:not(.button-white):not(.button-opacity-25) .vertical {
  display: none;
}
.button-lg:hover:not(.button-white):not(.button-opacity-25)::before {
  content: "";
  position: absolute;
  inset: 0;
  top: -2px;
  height: calc(100% + 2px);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding: 1px 1px 1px 4px;
  background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background: linear-gradient(90deg, #055faa, #e60a82 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  width: calc(100% + 1px);
}
.button-border {
  border: 1px solid rgb(212, 215, 217);
  border-left: none;
}
.button-borderless {
  border: none;
}
.button-radius-25 {
  border-radius: 0.25rem;
}
.button-radius-50 {
  border-radius: 0.5rem;
}
.button-white {
  background-color: rgb(255, 255, 255);
}
.button-white:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.button-opacity-25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.button-opacity-25:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.button-gray {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
}
.button-gray:hover {
  background-color: rgb(255, 255, 255);
}
.button-mt {
  margin-top: 3.125rem;
}

.button-nav {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
  border-radius: 0.25rem;
  display: inline-block;
}
.button-nav-next {
  margin-left: 2rem;
}
.button-nav:hover svg path {
  fill: rgb(230, 10, 130);
}

#top {
  height: 3.5rem;
  background: #fff;
}
#top a.dropdown-toggle::after {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
  content: url(../svg/chevron-down.svg);
  border: none !important;
  width: 12px;
  height: 12px;
}
#top a.dropdown-toggle.show::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#top .nav-item {
  margin-right: 1.5rem;
}
#top .nav-item > a {
  padding: 13px 16px;
  display: inline-block;
}
#top .nav-item > a.dropdown {
  padding: 13px 8px 13px 16px;
  display: inline-block;
}
#top .nav-item:last-child {
  margin-right: 0;
}
#top .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgb(255, 255, 255);
  border: none;
}
#top .dropdown-menu .nav-item {
  margin-right: 0;
}
#top .dropdown-menu a {
  padding: 13px 16px;
  margin: 0;
}

.breadcrumb-block {
  margin: 2rem 0 2.0625rem;
}
.breadcrumb-block ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-block ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-block ol li div {
  color: #303233;
}
.breadcrumb-block ol li a {
  text-decoration: none;
}
.breadcrumb-block ol li a div {
  color: rgba(20, 20, 20, 0.4);
}
.breadcrumb-block ol li a:hover {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "|");
  height: 16px;
  padding-right: 12px;
  line-height: 1;
  font-size: 12px;
  color: rgba(20, 20, 20, 0.4);
  -ms-flex-line-pack: center;
  align-content: center;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}

#header {
  padding: 1.1875rem 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  background: rgb(255, 255, 255);
  padding-top: 0;
}
#header .header--container {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto auto;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .header--container .social-block {
  margin-left: 3rem;
}
#header .header--container .button {
  margin-left: 0.5rem;
}
#header .header--container .phone--container {
  justify-items: center;
  display: inline-grid;
}

#footer {
  padding: 1rem 0 2.8125rem;
  display: grid;
  grid-template-rows: auto auto;
  gap: 25px;
}
#footer .top--container {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 8.75rem;
}
#footer .top--container .info--container {
  display: grid;
  grid-template-columns: auto 22.75rem;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .top--container .contacts--container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .top--container .contacts--phone--info {
  color: rgba(20, 20, 20, 0.4);
}
#footer .top--container .contacts--menu-container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 125px;
}
#footer .top--container .contacts--menu-left a {
  color: rgb(46, 49, 51);
  margin-bottom: 0.5rem;
}
#footer .top--container .contacts--menu-right a {
  margin-bottom: 0.5rem;
}
#footer .bottom--container {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 8.75rem;
}
#footer .bottom--container .rules--container {
  display: grid;
  grid-template-rows: 1fr auto;
}
#footer .bottom--container .menu--container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 125px;
}
#footer .bottom--container .menu--container .menu--left a {
  color: rgb(46, 49, 51);
  margin-bottom: 0.5rem;
}
#footer .bottom--container .menu--container .menu--left .menu-block-1 {
  margin-bottom: 15px;
}
#footer .bottom--container .menu--container .menu--right {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 0;
}
#footer .bottom--container .menu--container .menu--right a {
  margin-bottom: 0.5rem;
}
#footer .bottom--container .menu--container .menu--right .social--wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body {
  font-size: 1rem;
  color: rgb(46, 49, 51);
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0rem;
  text-align: left;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
  max-width: calc(100vw - var(--scrollbarWidth));
  overflow-x: hidden;
}
body .navbar {
  padding: 0;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1340px;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.langswitch {
  margin: 0;
  padding: 0;
  list-style: none;
}
.langswitch li {
  display: inline-block;
  margin-right: 4px;
}
.langswitch li:last-child {
  margin-right: 0;
}
.langswitch li a {
  text-decoration: none;
  color: rgb(46, 49, 51);
  font-family: Montserrat;
  font-size: 0.63rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  border-radius: 0.25rem;
  width: 3.375rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
}
.langswitch li a.active, .langswitch li a:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
}

.social-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-block li {
  display: inline-block;
  margin-right: 0.5rem;
}
.social-block li:last-child {
  margin-right: 0;
}
.social-block li a {
  text-decoration: none;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  border-radius: 0.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
  margin: 0 !important;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
}
.social-block li a svg {
  width: 1rem;
  height: 0.83rem;
  margin: auto;
}

.countdown {
  display: grid;
  -ms-flex-line-pack: end;
  justify-items: end;
  -ms-flex-line-pack: space-evenly;
  align-content: space-evenly;
}
.countdown .ClassyCountdown-wrapper .ClassyCountdown-value {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 !important;
}
.countdown .ClassyCountdown-wrapper .ClassyCountdown-value div {
  /* UX/H2 */
  color: rgb(255, 255, 255) !important;
  font-family: Montserrat !important;
  font-size: 42px !important;
  font-weight: 600 !important;
  line-height: 56px !important;
  letter-spacing: 0px !important;
  text-align: center !important;
}

.glide {
  position: static !important;
}

.panel {
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.75);
}

.page-title {
  margin-bottom: 2.6875rem;
}

.page404 {
  margin: 50px auto;
  display: grid;
  grid-template-rows: auto auto auto;
  gap: 3rem;
}
.page404 img {
  max-width: 872px;
  width: 100%;
  height: auto;
  margin: auto;
}
.page404 svg {
  max-width: 872px;
  width: 100%;
  height: auto;
  margin: auto;
}
.page404 .info {
  display: grid;
  grid-template-columns: auto auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 1.5rem;
}

.admin404 .page-title {
  margin: auto;
  font-family: Montserrat;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0px;
  text-align: left;
}

.feedback {
  margin-top: 5.5rem;
}
.feedback .form-title {
  margin-bottom: 2.5rem;
}

.feedback-form {
  display: grid;
  grid-template-areas: "name surname file" "mail phone file" "subject subject file" "text text file" "agree agree agree" "submit submit submit";
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  row-gap: 16px;
}
.feedback-form .form-check-input {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(5, 95, 170)), to(rgb(230, 10, 130)));
  background: linear-gradient(90deg, rgb(5, 95, 170), rgb(230, 10, 130) 100%);
  border: none;
  vertical-align: middle;
  margin: 0;
  margin-right: 0px;
  margin-right: 18px;
}
.feedback-form .form-check-input:checked {
  background: url(../svg/checked.svg) no-repeat center center, -webkit-gradient(linear, left top, right top, from(rgb(5, 95, 170)), to(rgb(230, 10, 130)));
  background: url(../svg/checked.svg) no-repeat center center, linear-gradient(90deg, rgb(5, 95, 170), rgb(230, 10, 130) 100%);
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
  border-radius: 0.25rem;
  padding: 0.75rem 1.5rem;
  border-bottom: 2px solid transparent;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) textarea {
  color: rgb(142, 149, 153);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 0;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input {
  /* UX/Text 16/regular */
  color: rgb(142, 149, 153);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 0;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input::-webkit-input-placeholder {
  color: #8e9599;
  opacity: 1;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input::-moz-placeholder {
  color: #8e9599;
  opacity: 1;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input:-ms-input-placeholder {
  color: #8e9599;
  opacity: 1;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input::-ms-input-placeholder {
  color: #8e9599;
  opacity: 1;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input::placeholder {
  color: #8e9599;
  opacity: 1;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs).form-error-border {
  border-bottom: 2px solid #e60a82;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover {
  border-bottom: 2px solid #055faa;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover label {
  color: #055faa;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover.form-item-name {
  background: url(../svg/user_hover.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/user_hover.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover.form-item-surname {
  background: url(../svg/user_hover.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/user_hover.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover.form-item-mail {
  background: url(../svg/mail_hover.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/mail_hover.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover.form-item-phone {
  background: url(../svg/phone_hover.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/phone_hover.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs):hover.form-item-subject {
  background: url(../svg/case_hover.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/case_hover.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
}
.feedback-form .form-item:not(.form-item-agree):not(.form-item-actions):not(.js-form-type-dropzonejs) label {
  /* UX/Text 11/regular */
  color: rgb(142, 149, 153);
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #8e9599;
  margin-bottom: 2px;
}
.feedback-form .form-item-name {
  background: url(../svg/user.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/user.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
  grid-area: name;
}
.feedback-form .form-item-surname {
  background: url(../svg/user.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/user.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
  grid-area: surname;
}
.feedback-form .form-item-mail {
  background: url(../svg/mail.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/mail.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
  grid-area: mail;
}
.feedback-form .form-item-phone {
  background: url(../svg/phone.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/phone.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
  grid-area: phone;
}
.feedback-form .js-form-type-dropzonejs {
  grid-area: file;
  background-image: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
  background-image: linear-gradient(90deg, #055faa, #e60a82 100%);
}
.feedback-form .js-form-type-dropzonejs .dropzone {
  height: 100%;
  margin: 0;
  position: relative;
  background: #fff;
  background-clip: padding-box;
  border: dashed 1px #fff;
  border-radius: 2px;
  padding: 0;
  height: 100%;
}
.feedback-form .js-form-type-dropzonejs .dropzone .dz-message {
  margin: 5.25rem 0;
  /* UX/CAPS 12 */
  color: rgb(142, 149, 153);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
  color: #8e9599;
}
.feedback-form .js-form-type-dropzonejs .dropzone .dz-message svg {
  margin: 40px auto;
}
.feedback-form .js-form-type-dropzonejs .dropzone .dz-message .dz-mt {
  margin-top: 9px;
}
.feedback-form .js-form-type-dropzonejs .dropzone .dz-message .dz-bottom {
  position: absolute;
  bottom: 20px;
  /* UX/Text 11/regular */
  color: rgba(20, 20, 20, 0.4);
  font-family: Montserrat;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: none;
  left: 0;
  right: 0;
}
.feedback-form .form-item-subject {
  background: url(../svg/case.svg) no-repeat center right 24px, -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65) !important;
  background: url(../svg/case.svg) no-repeat center right 24px, linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65) !important;
  grid-area: subject;
}
.feedback-form .form-item-text {
  grid-area: text;
}
.feedback-form .form-item-agree {
  margin-top: 2.5rem;
  grid-area: agree;
  color: rgb(44, 51, 62);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}
.feedback-form .form-submit {
  grid-area: submit;
  margin-top: 2.5rem;
}

.ajax-progress {
  position: fixed;
  z-index: 99999999;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.ajax-throbber {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-error {
  color: #e60a82 !important;
}

.container-mobile {
  display: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

.view-news-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  row-gap: 3.5625rem;
}

.view-blog {
  margin-bottom: 8.6875rem;
}
.view-blog .view-content .view-news-page {
  margin-top: 3.5625rem;
}
.view-blog .view-content .view-news-page:first-child {
  margin-top: 0;
}

.pager-show-more {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.pager-show-more ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pager-show-more a {
  text-decoration: none;
}
.pager-show-more a:hover {
  background-color: #fff;
}

.button-views-more {
  margin-top: 4.5rem;
}

.node-blog {
  display: grid;
  grid-template-columns: 1fr 416px;
  gap: 2rem;
  margin-bottom: 7.5rem;
}
.node-blog article p {
  margin-bottom: 1rem;
}
.node-blog article img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 0.5rem;
  height: auto;
}
.node-blog article .info {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 1.5rem 0 3.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.node-blog article .info .date {
  color: #858d99;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.node-blog article blockquote {
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
  padding: 33px 40px 31px;
  /* UX/Text 20/semibold */
  color: rgb(46, 49, 51);
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: left;
  margin: 40px 0;
}
.node-blog aside .nav-label {
  color: rgb(142, 149, 153);
  margin-bottom: 1.9375rem;
}
.node-blog aside .next {
  margin-bottom: 4.625rem;
}

.node-page {
  margin-bottom: 7.5rem;
}
.node-page article {
  color: rgb(46, 49, 51);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.node-page article p {
  margin-bottom: 1rem;
}
.node-page article img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
}
.node-page.column-left .node-page-container {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 2rem;
}
.node-page.column-left .node-page-container .left {
  border-radius: 0.25rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
  padding: 2.375rem 1.5rem;
  width: 100%;
}
.node-page.column-left .node-page-container .left img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
}
.node-page.column-left .node-page-container .left .nav-link {
  /* UX/Text 16/Underline */
  color: rgb(5, 95, 170);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  margin-bottom: 2rem;
}
.node-page.column-left .node-page-container .left .nav-link.active {
  /* UX/Text 16/bold */
  color: rgb(46, 49, 51);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  text-decoration: none;
}
.node-page.column-left .node-page-container .left .nav-link:last-child {
  margin-bottom: 0;
}
.node-page.column-right .node-page-container {
  display: grid;
  grid-template-columns: 1fr 416px;
  gap: 2rem;
}

#banner {
  margin-bottom: 5.125rem;
  width: 100%;
  height: calc(100vh - 3.5rem);
  background: url(../images/banner.jpg), linear-gradient(97.96deg, #e60a82 19.67%, #055faa 84.94%, #04335a 100%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.front #header {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  padding: 1.1875rem 0;
}
.front #header .header--container svg path {
  fill: #fff;
}
.front #header .header--container .phone a {
  -webkit-text-fill-color: #fff;
}
.front #header .header--container .phone div {
  color: #fff;
  opacity: 0.5;
}
.front #header .header--container .social-block li a {
  background: rgba(255, 255, 255, 0.25);
}
.front #header .header--container .langswitch li a {
  color: #fff;
}
.front #header .header--container .langswitch li a.active, .front #header .header--container .langswitch li a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.component-front {
  margin-top: 9.375rem;
  position: relative;
}
.component-front-title {
  margin-bottom: 2.625rem;
}
.component-front-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.0625rem;
}

#banner {
  overflow: hidden;
}
#banner .sphera {
  width: 1138px;
  height: 1138px;
  left: -422px;
  top: 112px;
  -webkit-filter: blur(500px);
  filter: blur(500px);
  background: rgb(45, 31, 79);
  border-radius: 50%;
}
#banner .info {
  z-index: 999;
  padding-bottom: 2.5rem;
}
#banner .banner--container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.75rem;
}
#banner .banner--container .date-value {
  margin-top: -0.5rem;
}
#banner .banner--container .date-online {
  margin-bottom: 0.6875rem;
}
#banner .banner--container .date-items {
  margin-top: 3.75rem;
  margin-bottom: 7.5rem;
}
#banner .banner--container .title-sub {
  margin-bottom: 0.9375rem;
}
#banner .banner--container .title-sub {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  max-width: 21rem;
}
#banner .banner--container .title-items .title {
  margin-bottom: 2.125rem;
}
#banner .banner--container .title-mission {
  margin-bottom: 3.5625rem;
}

#speakers img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
#speakers .label {
  margin: 1.6875rem 0 0.625rem 0;
}
#speakers .glide__slide {
  max-width: 19rem !important;
}

#partners .component-front-title {
  margin-bottom: 5.1875rem;
}
#partners .item {
  text-decoration: none;
  display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#partners .item:hover {
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
}

#audience {
  padding: 6.8125rem 0 10rem 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 95, 170, 0.05)), to(rgba(5, 95, 170, 0.05))), rgba(255, 255, 255, 0.65);
  background: linear-gradient(0deg, rgba(5, 95, 170, 0.05), rgba(5, 95, 170, 0.05)), rgba(255, 255, 255, 0.65);
}
#audience .component-front-title {
  margin-left: 3rem;
}
#audience .audience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
#audience .audience-grid-start {
  display: grid;
  grid-template-rows: 1fr 1fr;
  row-gap: 2rem;
}
#audience .audience-grid-middle {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 3.5rem;
}
#audience .audience-grid-middle .panel {
  padding: 1.5rem;
}
#audience .audience-grid-end {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  row-gap: 2rem;
}

#slider {
  max-width: 100vw;
  width: 100%;
}
#slider .glide {
  position: relative !important;
}
#slider .slide-content {
  height: 1000px;
  background-size: cover !important;
  background-position: center !important;
}
#slider .slide-content > div {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto;
}
#slider .slide-content-buttons {
  margin-top: 4.5625rem;
}
#slider .slide-content > div {
  padding: 6.8125rem 0 5rem;
}

#members .component-front-title {
  margin-bottom: 5.1875rem;
}
#members .item {
  text-decoration: none;
  display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#members .item:hover {
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
}

#sputnik .component-front-title {
  margin-bottom: 5.1875rem;
}
#sputnik .item {
  text-decoration: none;
  display: block;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#sputnik .item:hover {
  -webkit-filter: none;
  filter: none;
  cursor: pointer;
}

#conditions .glide-conditions .glide__slide {
  max-width: 40rem !important;
}
#conditions .glide-conditions .conditions-panel {
  border-radius: 0.5rem;
  background: rgba(5, 95, 170, 0.05);
  padding: 1.8125rem 2.5rem 2.5rem;
  height: 27.5rem;
  display: grid;
  grid-template-rows: 1fr auto;
}
#conditions .glide-conditions .conditions-panel-mod {
  padding: 3.3125rem 2.5rem 2.5rem;
}
#conditions .glide-conditions .conditions-panel-mod li {
  line-height: 30px;
}
#conditions .glide-conditions .conditions-panel .conditions-text {
  margin: 1.9375rem 0 3.125rem;
}
#conditions .glide-conditions .conditions-panel .conditions-text ul {
  list-style-image: url(../svg/dot.svg);
  padding-left: 41px;
}
#conditions .glide-conditions .conditions-panel .conditions-text ul li {
  padding-left: 10px;
}

#news .news-nav {
  margin-bottom: 3.0625rem;
}
#news .news-nav li {
  display: inline-block;
  margin-right: 1rem;
}
#news .news-nav li:last-child {
  margin-right: 0;
}
#news .news-nav li span {
  cursor: pointer;
  color: rgb(142, 149, 153);
  padding: 0px 24px 8px;
  position: relative;
}
#news .news-nav li span:hover,
#news .news-nav li span.active {
  color: rgb(46, 49, 51);
}
#news .news-nav li span:hover:after,
#news .news-nav li span.active:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(5, 95, 170)), to(rgb(230, 10, 130)));
  background: linear-gradient(90deg, rgb(5, 95, 170), rgb(230, 10, 130) 100%);
}
#news .glide__slide {
  max-width: 416px !important;
}
#news .glide__slides {
  min-width: 100%;
}
#news .news-item {
  text-decoration: none;
  display: block;
}
#news .news-item .info {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 0.8125rem;
}
#news .news-item .info .date {
  color: rgb(133, 141, 153);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
#news .news-item img {
  display: block;
  border-radius: 0.5rem;
  margin-bottom: 1.375rem;
}
#news .news-item .label {
  color: rgb(46, 49, 51);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0.5625rem;
}
#news .news-item .description {
  color: rgb(46, 49, 51);
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

#locations {
  margin-bottom: 3.125rem;
}
#locations .component-front-title {
  margin-bottom: 4.0625rem;
}
#locations .location-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6rem;
}
#locations img {
  width: 14.75rem;
  margin-bottom: 0.75rem;
}

#map {
  margin-bottom: 7.5rem;
}

.title-grid {
  display: grid;
  grid-template-columns: 1fr auto;
}

.container-offset {
  max-width: 100vw;
  padding-left: 18.75rem;
}

.glide__arrows .button-nav {
  cursor: pointer;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1000px) {
  #navbarTop {
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    padding: 1rem;
    text-align: center;
  }
  #navbarTop .navbar-nav {
    margin-top: 34px;
    text-align: left;
  }
  #navbarTop .navbar-nav .nav-item {
    background: -webkit-gradient(linear, left top, right top, from(#055faa), to(#e60a82));
    background: linear-gradient(90deg, #055faa, #e60a82 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #navbarTop .navbar-nav .nav-item a {
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  #navbarTop .navbar-nav .nav-item .dropdown-menu {
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
  }
  #navbarTop .navbar-nav .nav-item .dropdown-menu li {
    background: none;
    background-clip: unset;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #navbarTop .navbar-nav .nav-item .dropdown-menu li a {
    color: rgb(46, 49, 51);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
  }
  #navbarTop .navbar-toggler {
    width: 30px;
    height: 30px;
  }
  #navbarTop .phone-nav {
    width: 30px;
    height: 30px;
    padding: 2px;
    border: 1px dashed #000;
  }
  #navbarTop .phone-nav svg path {
    fill: #000;
  }
  .navbar-toggler {
    padding: 0;
    border: none;
  }
  #navbar-top {
    display: none;
  }
  .navbar-top {
    display: none;
    display: grid !important;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ux-h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .ux-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ux-h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .container-offset {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 100vw;
  }
  .container {
    max-width: 100vw;
  }
  .glide__arrows {
    display: none;
  }
  .path-frontpage #header .header--container .buttons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .path-frontpage #top {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 4.875rem;
  }
  .path-frontpage #top .navbar-toggler svg path,
  .path-frontpage #top .phone-top svg path {
    fill: #fff;
  }
  .path-frontpage #top #navbarTop .navbar-toggler svg path,
  .path-frontpage #top #navbarTop .phone-top svg path {
    fill: #000;
  }
  .path-frontpage #banner {
    padding-top: 3.5rem;
  }
  #top .navbar-toggler svg path,
  #top .phone-top svg path {
    fill: #000;
  }
  .top-container {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }
  .phone-top {
    padding: 2px;
    border: 1px dashed #eee;
  }
  .front #top .logo svg path {
    fill: #fff;
  }
  #header .header--container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #header .header--container .logo {
    display: none;
  }
  #header .header--container .phone--container {
    display: none !important;
  }
  #header .header--container .langswitch {
    display: none;
  }
  #header .header--container .social-block {
    display: none;
  }
  #header .header--container .buttons {
    display: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.5rem;
  }
  #banner {
    margin-bottom: 0;
    height: auto;
    overflow: inherit;
  }
  #banner .info {
    padding-bottom: 0;
  }
  #banner .sphera {
    display: none;
  }
  #banner .banner--container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #banner .banner--container .date-items {
    margin-top: 41px;
    margin-bottom: 87px;
  }
  #banner .banner--container .date-items .date-label {
    font-size: 10px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 0.25rem;
  }
  #banner .banner--container .date-items .date-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  #banner .banner--container .title-sub {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1em;
  }
  #banner .banner--container .title-items .title {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0px;
  }
  #banner .banner--container .title-mission {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
  }
  #banner .countdown .button-lg {
    height: 57px;
    line-height: 57px;
    padding: 0 1.5rem;
    margin: auto;
    margin-bottom: 1rem;
  }
  #banner .countdown .button-lg span {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
  }
  #banner .countdown #countdown-gampang {
    margin: 2.25rem auto;
  }
  #banner .countdown #countdown-gampang .ClassyCountdown-wrapper .ClassyCountdown-value div {
    font-size: 23px !important;
    line-height: 31px !important;
  }
  #banner .countdown #countdown-gampang .ClassyCountdown-wrapper .ClassyCountdown-value span {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 13.58px !important;
  }
  #fon {
    display: none;
  }
  .button-mt {
    margin-top: 2.875rem;
  }
  .button-md {
    height: 3rem;
    line-height: 3rem;
  }
  .button-md .vertical {
    height: 3rem;
  }
  #speakers .glide__slide {
    width: calc(100vw - var(--bs-gutter-x) * 0.5) !important;
    margin: 0 calc(var(--bs-gutter-x) * 0.5) !important;
  }
  .component-front {
    margin-top: 5.625rem;
  }
  .component-front-about {
    grid-template-columns: 1fr;
  }
  .component-front-organizers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .component-front-organizers .item {
    width: 100% !important;
    height: 100px !important;
  }
  .component-front-program .btn-group {
    display: grid;
    grid-template-rows: 1fr 1fr;
    row-gap: 1rem;
  }
  #footer {
    grid-template-rows: 1fr;
    gap: 0;
  }
  #footer .top--container {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  #footer .top--container .contacts--phone--info {
    margin-bottom: 20px;
  }
  #footer .top--container .info--container {
    grid-template-columns: 1fr;
  }
  #footer .top--container .info--container .info--logo {
    text-align: center;
  }
  #footer .top--container .info--container .info--brand {
    display: none;
  }
  #footer .top--container .contacts--container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  #footer .top--container .contacts--container .langswitch {
    margin-bottom: 34px;
  }
  #footer .bottom--container {
    grid-template-columns: 1fr;
  }
  #footer .bottom--container .rules--container {
    grid-template-columns: 1fr;
    display: none;
  }
  #footer .bottom--container .menu--container {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }
  #footer .bottom--container .menu--container .menu--left span {
    margin: auto;
    margin-bottom: 15px;
  }
  #footer .bottom--container .menu--container .menu--left a {
    margin-bottom: 20px;
    color: rgb(46, 49, 51);
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
  }
  #footer .bottom--container .menu--container .menu--left .menu-block-1 {
    margin-bottom: 37px;
  }
  #footer .bottom--container .menu--container .menu--left .menu-block-2 {
    margin-bottom: 37px;
  }
  #footer .bottom--container .menu--container .menu--right .d-block {
    margin: auto;
    margin-bottom: 1rem;
  }
  #footer .bottom--container .menu--container .menu--right .social--wrapper {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
  #footer .bottom--container .menu--container .menu--right .social--wrapper > a {
    display: none;
  }
  #map {
    margin-bottom: 4.5rem;
  }
  #locations .location-grid {
    grid-template-columns: 1fr;
  }
  #audience {
    padding: 4.5625rem 0 5rem 0;
  }
  #audience .audience-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #audience .audience-grid .audience-grid-start {
    grid-template-rows: 1fr;
    gap: 1rem;
  }
  #audience .audience-grid .audience-grid-middle {
    grid-template-rows: 1fr;
    gap: 1rem;
  }
  #audience .audience-grid .audience-grid-end {
    grid-template-rows: 1fr;
    gap: 1rem;
  }
  #news .news-nav {
    display: none;
  }
  #news .glide__slide img {
    width: 100%;
  }
  #news .news-item img {
    max-width: 100%;
  }
  #conditions .glide-conditions .conditions-panel {
    padding: 0.6875rem 1.5rem 2.5rem;
    height: auto;
  }
  .node-blog {
    grid-template-columns: 1fr;
  }
  .node-page.column-left .node-page-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .feedback-form {
    display: block;
  }
  .feedback-form .js-form-item {
    margin-bottom: 1rem;
  }
  .view-news-page {
    grid-template-columns: 1fr;
  }
  .container-mobile {
    display: block;
  }
  .container-mobile .info--rules {
    margin: 49px 0 37px;
  }
  .container-mobile .info--policy {
    margin-bottom: 23px;
  }
}
@media (max-width: 1600px) {
  .container-offset {
    padding-left: 6rem;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */