@charset "UTF-8";
body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border: 1px solid color(bg, 4);
  background: color(bg, 2);
  overflow: hidden;
  transition: border-color .2s; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 1px;
  /* Background color behind image.
     This is visible during transitions. */
  background: color(bg, 2); }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 auto;
  background: url(/img/lightbox/loading.svg) no-repeat; }

@media only screen and (max-width: 800px) {
  .lb-cancel {
    width: 32px;
    height: 32px; } }
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none; }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/lightbox/prev.svg) left 48% no-repeat;
  background-position: 10% 48%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/lightbox/next.svg) right 48% no-repeat;
  background-position: 90% 48%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  font-family: 'RF Dewi';
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 14px;
  color: color(typography, 4); }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/lightbox/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

.videoWrapper video {
  width: 100%;
  height: auto;
  display: block; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1; }

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }

  .gslide-inline {
    max-height: 95vh; }

  .gslide-external {
    max-height: 100vh; }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px; }

  .glightbox-open {
    height: auto; }

  .goverlay {
    background: rgba(0, 0, 0, 0.92); }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }

  .glightbox-clean .gprev {
    top: 45%; }

  .glightbox-clean .gnext {
    top: 45%; } }
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px; } }
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }
.modalOverlay {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  font-family: 'RF Dewi'; }
  .modalOverlay.active {
    opacity: 1;
    visibility: visible; }
  .modalOverlay .modalWindow {
    background: #fff;
    border-radius: 15px;
    padding: 40px 25px;
    width: 90%;
    max-width: 550px;
    position: relative;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
    animation: fadeIn 0.3s ease; }
    .modalOverlay .modalWindow .closeBtn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 32px;
      font-weight: bold;
      background: none;
      border: none;
      cursor: pointer; }
      .modalOverlay .modalWindow .closeBtn:hover {
        color: #DC2227; }
    .modalOverlay .modalWindow .modalTitle {
      text-align: center;
      font-size: 32px;
      color: #DC2227;
      margin-top: 10px;
      margin-bottom: 25px;
      font-family: "Slavianskiy";
      font-weight: normal;
      text-transform: uppercase; }
    .modalOverlay .modalWindow .modalForm {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .modalOverlay .modalWindow .modalForm input,
      .modalOverlay .modalWindow .modalForm textarea {
        background: white;
        width: 100%;
        padding: 15px 20px;
        border-radius: 10px;
        border: 1px solid #c4c4c4;
        font-size: 16px;
        resize: none;
        font-family: inherit;
        color: black; }
        .modalOverlay .modalWindow .modalForm input::placeholder,
        .modalOverlay .modalWindow .modalForm textarea::placeholder {
          color: #A7A7A7; }
        .modalOverlay .modalWindow .modalForm input:focus,
        .modalOverlay .modalWindow .modalForm textarea:focus {
          border: 1px solid #999999; }
      .modalOverlay .modalWindow .modalForm textarea {
        height: 120px; }
      .modalOverlay .modalWindow .modalForm .submitBtn {
        background: #ff4a4a;
        color: #fff;
        padding: 18px;
        border: none;
        border-radius: 12px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        text-transform: uppercase;
        transition: 0.2s; }
        .modalOverlay .modalWindow .modalForm .submitBtn:hover {
          background: #ff2d2d; }

/* анимация появления */
@keyframes fadeIn {
  from {
    transform: translateY(20px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }
.openBtn {
  padding: 12px 18px;
  background: #ff4a4a;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  outline: none; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.container,
.container-workshop,
.container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: get-content-padding(mobile);
  padding-right: get-content-padding(mobile);
  /*    @include media( '>small' ) {
          padding-left: get-content-padding(desktop);
          padding-right: get-content-padding(desktop);
      }*/ }

.container {
  max-width: 999px;
  /*max-width: $container__width + ( get-content-padding(desktop) * 2 );*/ }

.container-header {
  margin-left: 64px;
  margin-right: 64px; }

@media screen and (max-width: 900px) {
  .container-header {
    margin-left: 2px;
    margin-right: 2px; } }
.container-about {
  margin-left: 100px;
  margin-right: 100px; }

.container-workshop {
  max-width: 1024px; }

.max-width-500 {
  max-width: 500px; }

.container-sm {
  /*max-width: $container__width-sm + ( get-content-padding(desktop) * 2 );*/ }

.container .container-sm {
  /*max-width: $container__width-sm;*/
  padding-left: 0;
  padding-right: 0; }

.separator {
  margin: 10px 0 10px 0;
  /*border-bottom: 1px solid rgba(color(typography, 2), .24);*/ }

.separator-2 {
  margin: 2px 0 2px 0;
  /*border-bottom: 1px solid rgba(color(typography, 2), .24);*/ }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    /*        @include font-size(8, mobile, true, false, true);
            @if ( get-font-size(8, desktop) != get-font-size(8, mobile) ) {
                @include media( '>medium' ) {
                    @include font-size(8, desktop, true, false, true);
                }
            }
            @include font-weight(semibold);*/
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: color(bg, 2);
    color: color(primary, 1) !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000; }

.list-reset {
  list-style: none;
  padding: 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-primary {
  color: color(typography, 1); }

.has-top-divider {
  /*@include divider(before);*/ }

.has-bottom-divider {
  /*@include divider(after);*/ }

.m-0, .m-0-flex {
  margin: 0; }

.m-10 {
  margin: 10; }

.m-0-flex {
  display: flex; }

.m--10 {
  margin: -10px; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.m-8 {
  margin: 8px; }

.mt-8 {
  margin-top: 8px; }

.mt-4 {
  margin-top: 4px; }

.mr-8 {
  margin-right: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.ml-8 {
  margin-left: 8px; }

.ml-2 {
  margin-left: 2px; }

.m-16 {
  margin: 16px; }

.mt-16 {
  margin-top: 16px; }

.mr-16 {
  margin-right: 16px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-16 {
  margin-bottom: 16px; }

.ml-16 {
  margin-left: 16px; }

.m-24 {
  margin: 24px; }

.mt-24 {
  margin-top: 24px; }

.mr-24 {
  margin-right: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.ml-24 {
  margin-left: 24px; }

.m-32 {
  margin: 32px; }

.mt-32 {
  margin-top: 32px; }

.mr-32 {
  margin-right: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.ml-32 {
  margin-left: 32px; }

.m-40 {
  margin: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.m-48 {
  margin: 48px; }

.mt-48 {
  margin-top: 48px; }

.mr-48 {
  margin-right: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.ml-48 {
  margin-left: 48px; }

.m-56 {
  margin: 56px; }

.mt-56 {
  margin-top: 56px; }

.mr-56 {
  margin-right: 56px; }

.mb-56 {
  margin-bottom: 56px; }

.ml-56 {
  margin-left: 56px; }

.m-64 {
  margin: 64px; }

.mt-64 {
  margin-top: 64px; }

.mr-64 {
  margin-right: 64px; }

.mb-64 {
  margin-bottom: 64px; }

.ml-64 {
  margin-left: 64px; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.no-outline {
  outline: none; }

.no-text-decor {
  text-decoration: none; }

.fw-100 {
  font-weight: 100; }

.fw-700 {
  font-weight: 700; }

.inline-flex {
  display: inline-flex; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.p-4 {
  padding: 4px; }

.p-8 {
  padding: 8px; }

.pt-8 {
  padding-top: 8px; }

.pr-8 {
  padding-right: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pl-8 {
  padding-left: 8px; }

.p-10 {
  padding: 10px; }

.p-16 {
  padding: 16px; }

.pt-16 {
  padding-top: 16px; }

.pr-16 {
  padding-right: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.pl-16 {
  padding-left: 16px; }

.p-24 {
  padding: 24px; }

.pt-24 {
  padding-top: 24px; }

.pr-24 {
  padding-right: 24px; }

.pb-24 {
  padding-bottom: 24px; }

.pl-24 {
  padding-left: 24px; }

.p-32 {
  padding: 32px; }

.pt-32 {
  padding-top: 32px; }

.pr-32 {
  padding-right: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.pl-32 {
  padding-left: 32px; }

.p-40 {
  padding: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.p-48 {
  padding: 48px; }

.pt-48 {
  padding-top: 48px; }

.pr-48 {
  padding-right: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.pl-48 {
  padding-left: 48px; }

.p-56 {
  padding: 56px; }

.pt-56 {
  padding-top: 56px; }

.pr-56 {
  padding-right: 56px; }

.pb-56 {
  padding-bottom: 56px; }

.pl-56 {
  padding-left: 56px; }

.p-64 {
  padding: 64px; }

.pt-64 {
  padding-top: 64px; }

.pr-64 {
  padding-right: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.pl-64 {
  padding-left: 64px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-24 {
  font-size: 24px; }

/* Reveal animations */
.sr .has-animations .is-revealing {
  visibility: hidden; }

.has-animations .anime-element {
  visibility: hidden; }
  .anime-ready .has-animations .anime-element {
    visibility: visible; }

.flex {
  display: flex; }

.lh-28 {
  line-height: 28px; }

.lh-16 {
  line-height: 16px; }

.lh-18 {
  line-height: 18px; }

.m-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@font-face {
  font-family: "Slavianskiy";
  src: url("/font/slavianskiy_regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Thin.ttf") format("truetype");
  font-weight: 100;
  /* Thin */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  /* Thin */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Ultralight.ttf") format("truetype");
  font-weight: 200;
  /* Ultralight */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-UltralightItalic.ttf") format("truetype");
  font-weight: 200;
  /* Ultralight */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Italic.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Semibold.ttf") format("truetype");
  font-weight: 600;
  /* Semibold */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  /* Semibold */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Ultrabold.ttf") format("truetype");
  font-weight: 800;
  /* Ultrabold */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-UltraboldItalic.ttf") format("truetype");
  font-weight: 800;
  /* Ultrabold */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Black.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: italic; }
body {
  font-family: "Slavianskiy", sans-serif;
  color: #0a0a0a;
  /*padding: 1rem;*/
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position: top center; }

h1 {
  margin-left: 20px;
  margin-right: 20px; }

h2 {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-top: 50px; }

.aboutBlockRoot {
  width: 100%;
  background-image: url("/img/bg_about.png");
  min-height: 1024px;
  background-size: cover;
  background-position: center;
  align-content: center;
  padding-top: 64px; }
  .aboutBlockRoot .title {
    font-family: "Slavianskiy";
    color: #FF0000;
    font-weight: 100;
    font-size: 48px;
    margin-bottom: 64px;
    /*margin-top: 64px;*/ }
  .aboutBlockRoot .aboutFeatures {
    padding: 20px;
    max-width: 1024px; }
    .aboutBlockRoot .aboutFeatures .aboutRow {
      display: grid;
      grid-template-columns: 180px 1fr;
      column-gap: 40px;
      align-items: flex-start;
      text-align: left;
      margin-bottom: 64px; }
      .aboutBlockRoot .aboutFeatures .aboutRow .aboutTitle {
        font-family: "Slavianskiy";
        font-weight: 100;
        font-size: 28px;
        line-height: 1.2;
        color: #62A5FF;
        white-space: nowrap; }
      .aboutBlockRoot .aboutFeatures .aboutRow .aboutDesc {
        font-family: 'RF Dewi', sans-serif;
        font-size: 18px;
        line-height: 1.55;
        color: #fff; }
        .aboutBlockRoot .aboutFeatures .aboutRow .aboutDesc strong {
          color: #FF6666;
          font-weight: 600; }

@media (max-width: 768px) {
  .aboutBlockRoot .aboutFeatures .aboutRow {
    justify-items: center;
    grid-template-columns: 1fr;
    row-gap: 12px; }
    .aboutBlockRoot .aboutFeatures .aboutRow .aboutTitle {
      white-space: normal; } }
.schedule {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'RF Dewi';
  border-collapse: collapse; }
  .schedule .scheduleRow {
    padding: 30px 0;
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    min-height: 122px; }
    .schedule .scheduleRow:first-child {
      border-top: 1px solid #dcdcdc;
      /*border-bottom: none;*/ }
  .schedule .scheduleDay {
    width: 250px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: "Slavianskiy"; }
  .schedule .scheduleItems {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%; }
  .schedule .scheduleItem {
    font-size: 20px;
    display: flex;
    gap: 10px; }
    .schedule .scheduleItem .time {
      font-weight: 600;
      width: 130px; }
    .schedule .scheduleItem .titlePrimary {
      color: #1E4272; }
    .schedule .scheduleItem .titleWeekend {
      /*color: #1E4272;*/
      font-weight: 700; }

@media (max-width: 700px) {
  .schedule .scheduleRow {
    flex-direction: column;
    gap: 10px; }
  .schedule .scheduleDay {
    width: auto;
    font-size: 22px; }
  .schedule .scheduleItem {
    font-size: 18px; }
    .schedule .scheduleItem .time {
      width: auto; }
  .schedule .scheduleItems {
    align-items: center; } }
.main-logo img {
  max-width: 256px;
  max-height: 256px; }

.imgGroup {
  column-count: 3;
  column-gap: 20px;
  padding: 20px; }
  .imgGroup .source {
    break-inside: avoid;
    margin-bottom: 20px; }
    .imgGroup .source img {
      width: 100%;
      height: auto;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 0px 10px rgba(0, 0, 0, 0.15);
      display: block; }

@media (max-width: 1200px) {
  .imgGroup {
    column-count: 2; } }
@media (max-width: 700px) {
  .imgGroup {
    column-count: 1; } }
.fitWidth {
  width: 100%; }

.title-red {
  color: #FF0007;
  font-family: "Slavianskiy", sans-serif;
  font-size: 96px;
  font-weight: 100; }

.title-default {
  color: #1E4272;
  font-family: "Slavianskiy", sans-serif;
  font-size: 40px;
  font-weight: 100; }

.title-schedule {
  color: #1E4272;
  font-family: "Slavianskiy", sans-serif;
  font-size: 40px;
  font-weight: 100; }

.title-desc {
  color: #000000;
  font-family: "RF Dewi";
  font-weight: bold;
  font-size: 20px;
  /*max-width: 1200px;*/
  margin-left: 50px;
  margin-right: 50px; }

.title-sub {
  color: #000000;
  font-family: "RF Dewi";
  font-weight: bold;
  font-size: 30px; }

.title-red-2 {
  color: #DC2227;
  font-family: "Slavianskiy", sans-serif;
  font-size: 64px; }

.card {
  width: 500px;
  height: 340px;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 48px; }

.cardPrice {
  background-image: url("/img/priceCard.png");
  background-size: cover;
  width: 440px;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  display: block;
  padding: 25px;
  box-shadow: 0 0px 50px rgba(0, 0, 0, 0.15); }
  .cardPrice .title {
    color: #000000;
    font-family: "Slavianskiy", sans-serif;
    font-weight: 100;
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-content: center;
    height: 128px;
    word-break: auto-phrase; }
  .cardPrice .price {
    color: #000000;
    font-family: 'RF Dewi';
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 80px; }

.trainerCardRoot {
  max-width: 510px; }
  .trainerCardRoot .trainerCard {
    height: 500px;
    width: 340px;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px; }
  .trainerCardRoot .title {
    color: #FF0000;
    font-family: "Slavianskiy", sans-serif;
    font-size: 30px;
    margin-top: 40px;
    font-weight: normal; }
  .trainerCardRoot .name {
    color: #000000;
    font-family: "Slavianskiy", sans-serif;
    font-size: 26px;
    margin-top: 40px;
    font-weight: normal; }
  .trainerCardRoot .desc {
    color: #000000;
    font-family: "Slavianskiy", sans-serif;
    font-size: 20px;
    margin-top: 20px;
    font-weight: normal; }

.cardBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; }

.cardTitle {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  margin: 0;
  font-family: "Slavianskiy", sans-serif;
  font-weight: 100;
  font-size: 40px;
  min-height: 192px;
  margin-bottom: 54px; }

.button {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  padding: 10px 20px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: "RF Dewi";
  font-size: 18px; }

.content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  max-width: 1500px; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

li {
  list-style: none; }

a {
  text-decoration: none; }

hr {
  height: 2px;
  border: 0;
  margin-top: 24px;
  margin-bottom: 124px;
  background: linear-gradient(90deg, rgba(83, 83, 112, 0) 0%, #ff0000 50%, rgba(83, 83, 112, 0) 100%); }

.panel {
  margin-left: 128px;
  margin-right: 128px; }

.body-content {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 1080px; }

.header {
  /*border-bottom: 2px solid #60719d;*/
  flex: 1 0 0;
  position: relative;
  /*max-width: 1920px;*/
  margin: 0 auto;
  max-height: 74px; }

.navbar {
  /*    margin-left: 128px;
      margin-right: 128px;
      margin-top: 64px;*/
  min-height: 74px;
  display: flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
  /*border: 1px solid #2D2D3D;*/
  /*border-radius: 10px;*/
  background: color(bg, 3);
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.25); }
  .navbar .nav-logo {
    align-content: center; }
  .navbar .nav-logo-parent {
    display: flex; }
  .navbar ul {
    padding-left: 0px; }
  .navbar .separator {
    border-left: 1px solid #2D2D3D;
    height: 42px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 18px; }
  .navbar .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0a0a0a; }
    .navbar .nav-link:hover {
      color: #1D4178;
      text-shadow: #EBEBFF 0px 0px 14px; }
  .navbar .nav-link-selected .nav-link {
    /*color: #1D4178;*/
    /*text-shadow: #EBEBFF 0px 0px 14px;*/ }
  .navbar .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    width: 100%; }
    .navbar .nav-menu .nav-item {
      margin-right: 20px; }
    .navbar .nav-menu .nav-item-user-section {
      display: none; }
  .navbar .user-section-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end; }

@media only screen and (max-width: 1268px) {
  .navbar {
    background: #FFFFFF;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .navbar .user-section {
      max-width: 360px; }

  .panel {
    margin-left: 0px;
    margin-right: 0px; } }
.hamburger {
  display: none;
  margin-left: 16px; }

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #0a0a0a; }

@media only screen and (max-width: 1250px) {
  .title-red {
    font-size: 64px; }

  .title-red-2 {
    font-size: 48px; }

  .body-main {
    padding-top: 90px; }

  .navbar {
    justify-content: end; }
    .navbar .nav-logo-parent {
      flex: auto;
      justify-content: center; }
      .navbar .nav-logo-parent .separator {
        display: none; }
      .navbar .nav-logo-parent img {
        margin-left: 45px; }
    .navbar .nav-menu {
      background: #FFFFFF;
      position: fixed;
      left: -100%;
      top: 66px;
      flex-direction: column;
      background: color(bg, 1);
      width: 100%;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 27px rgba(0, 0, 0, 0.25); }
      .navbar .nav-menu .nav-item-user-section {
        margin: 2.5rem 0;
        display: block; }
      .navbar .nav-menu .nav-item {
        margin-right: 0px; }
    .navbar .user-section-wrap {
      display: none; }

  .nav-menu.active {
    left: 0;
    margin-top: 5px; }

  .nav-item {
    margin: 2.5rem 0; }

  .hamburger {
    display: block;
    cursor: pointer; }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0; }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); }

  .header {
    position: fixed;
    width: 100%;
    z-index: 100; } }
@media only screen and (max-width: 450px) {
  * {
    word-break: break-word;
    /*        word-break: break-all;*/ } }
@media only screen and (max-width: 650px) {
  .card {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }

  .cardPrice {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px; }

  .title-red {
    font-size: 40px; }

  .title-red-2 {
    font-size: 32px; }

  .title-default {
    font-size: 32px; } }
.body-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: -webkit-center;
  /*min-height: 1450px;*/ }

.backgroundCover {
  background-image: url("/img/bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%; }

html {
  /*    background-image: url("/img/bg.svg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: cover; */ }

.content-main {
  flex: 1;
  padding: 8em 1em 2em;
  background-size: 100% auto;
  background-position: center 32px;
  background-repeat: no-repeat; }

a {
  cursor: pointer; }

footer {
  background: #FFF6F6;
  font-family: "RF Dewi";
  color: #000000;
  /* Адаптив */ }
  footer .footerContainer {
    border-top: solid #ffe5e5 2px;
    padding: 40px 20px 20px;
    margin: 0 auto;
    /* Нижняя строка */ }
    footer .footerContainer .social {
      text-align: center;
      font-size: 14px; }
    footer .footerContainer .footerLogo {
      margin: 50px;
      width: 40%;
      min-height: 30px; }
    footer .footerContainer .footerContent {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      margin-bottom: 40px; }
      footer .footerContainer .footerContent .footerCol {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-size: 18px; }
        footer .footerContainer .footerContent .footerCol h4 {
          font-size: 20px;
          font-weight: 700;
          margin-bottom: 10px;
          text-transform: uppercase; }
        footer .footerContainer .footerContent .footerCol a {
          color: #1e5bbd;
          text-decoration: none;
          transition: 0.2s; }
          footer .footerContainer .footerContent .footerCol a:hover {
            opacity: 0.7; }
        footer .footerContainer .footerContent .footerCol p {
          margin: 0; }
    footer .footerContainer .footerBottom {
      margin-top: 30px;
      text-align: center;
      opacity: 0.6;
      font-size: 18px; }
  @media (max-width: 900px) {
    footer .footerContainer .footerContent {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    footer .footerContainer .footerContent {
      grid-template-columns: 1fr; } }

.mapSection {
  position: relative;
  width: 100%;
  font-family: "RF Dewi";
  font-weight: bold;
  /* Адаптив */ }
  .mapSection .mapWrap {
    margin-bottom: 48px; }
    .mapSection .mapWrap iframe {
      width: 100%;
      height: 650px;
      border: 0;
      display: block; }
  .mapSection .contactCard {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #ffffff;
    padding: 35px;
    border-radius: 0px;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.15);
    max-width: 420px;
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    line-height: 1.3; }
    .mapSection .contactCard h3 {
      margin: 0 0 10px;
      font-size: 32px;
      font-weight: normal;
      font-family: "Slavianskiy", sans-serif; }
    .mapSection .contactCard .contactItem {
      display: flex;
      flex-direction: column; }
      .mapSection .contactCard .contactItem .label {
        font-weight: 600;
        color: #444; }
      .mapSection .contactCard .contactItem a {
        color: #1e5bbd;
        text-decoration: none; }
  @media (max-width: 600px) {
    .mapSection .contactCard {
      position: static;
      margin: 0 0 15px;
      width: 100%;
      max-width: 100%; }
    .mapSection .mapWrap iframe {
      height: 550px; } }

.error-body {
  font-family: 'Consolas', 'Courier New', monospace;
  background: #0a0a0a;
  color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem; }
  .error-body .container {
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 2.5rem;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); }
    .error-body .container h1 {
      font-size: 4rem;
      color: #ff4444;
      margin-bottom: 0.5rem;
      font-weight: normal; }
    .error-body .container h2 {
      font-size: 1.2rem;
      color: #999;
      margin-bottom: 1.5rem;
      font-weight: normal; }
    .error-body .container .code {
      background: #0d0d0d;
      border: 1px solid #333;
      padding: 0.75rem 1rem;
      border-radius: 4px;
      margin: 1rem 0;
      color: #4a9eff;
      word-break: break-all;
      font-size: 0.9rem; }
    .error-body .container p {
      color: #888;
      line-height: 1.6;
      margin: 1rem 0; }
    .error-body .container .exception {
      color: #ff6b6b;
      background: #1a0a0a;
      border-left: 3px solid #ff4444;
      padding: 0.75rem 1rem;
      margin: 1rem 0;
      font-size: 0.9rem; }
      .error-body .container .exception strong {
        color: #ff4444; }
    .error-body .container a {
      display: inline-block;
      margin-top: 1.5rem;
      padding: 0.75rem 1.5rem;
      background: #333;
      color: #e0e0e0;
      text-decoration: none;
      border: 1px solid #444;
      border-radius: 4px;
      transition: all 0.2s; }
      .error-body .container a:hover {
        background: #444;
        border-color: #555;
        transform: translateY(-1px); }
    .error-body .container .divider {
      height: 1px;
      background: #333;
      margin: 1.5rem 0; }

/*# sourceMappingURL=yars.css.map */
