@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-ExtraLight.woff2") format("woff2"), url("../fonts/Circe-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Light.woff2") format("woff2"), url("../fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Regular.woff2") format("woff2"), url("../fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-Bold.woff2") format("woff2"), url("../fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe-ExtraBold.woff2") format("woff2"), url("../fonts/Circe-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
.certificates {
  padding: 0 0 40px;
}
.certificates .tabs__menu {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .certificates .tabs__btn {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 768px) {
  .certificates .tabs__btn {
    margin: 0 80px 0 0;
  }
}

.certificates__heading {
  display: block;
  font-size: 42rem;
  line-height: 42rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5rem;
  color: rgba(255, 255, 255, 0.04);
}
.certificates__heading mark {
  display: block;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  color: #DE5F58;
  position: relative;
  top: -10rem;
  left: 0;
}
@media (min-width: 576px) {
  .certificates__heading {
    font-size: 52rem;
    line-height: 52rem;
  }
  .certificates__heading mark {
    font-size: 24rem;
    top: -20rem;
  }
}
@media (min-width: 768px) {
  .certificates__heading {
    font-size: 82rem;
    line-height: 72rem;
    margin-bottom: 35rem;
    letter-spacing: 0;
  }
  .certificates__heading mark {
    font-size: 28rem;
  }
}
@media (min-width: 992px) {
  .certificates__heading {
    font-size: 102rem;
    line-height: 82rem;
    margin-bottom: 45rem;
    margin-left: -7rem;
  }
  .certificates__heading mark {
    font-size: 32rem;
    left: 7rem;
  }
}

.certificates__grid {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.certificates__grid > li {
  padding: 0 10px 80px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .certificates__grid > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .certificates__grid > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.certificates__item {
  display: block;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
}
.certificates__item:hover {
  text-decoration: none;
}
.certificates__item:hover .certificates__item-image:after {
  opacity: 0;
}
.certificates__item:hover .certificates__item-image img {
  filter: grayscale(0%);
}

.certificates__item-image {
  margin: 0 0 25px;
  position: relative;
  overflow: hidden;
  background: #6F6F6F;
}
.certificates__item-image:before {
  content: "";
  float: left;
  padding: 66.666% 0 0 0;
}
.certificates__item-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #151512;
  opacity: 0.5;
  z-index: 2;
  transition: 0.25s;
}
.certificates__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(100%);
  transition: 0.25s;
}

.certificates__item-title {
  display: block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #ddd;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.certificates__item-desc {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  transition: height 0.25s;
  overflow: hidden;
  max-height: 78px;
}
.certificates__item-desc p {
  margin: 0 0 8px;
}
.certificates__item-desc p:last-child {
  margin: 0;
}

.certificates__item-toggle {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  border-bottom: 1px dashed currentColor;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  margin: 10px 0 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.certificates__item-toggle:hover {
  color: #ef5350;
  text-decoration: none;
}

.certificates__item-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 0;
  margin: auto 0 0;
}

.certificates__item-price {
  margin: 0 20px 0 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fefefe;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(#de5f58 0%, #d87d60 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.certificates__item-action .btn {
  min-width: 98px;
}

.certificates__loadmore {
  text-align: center;
}

.popup--certificates .ui-check {
  padding: 0;
}

.corporative {
  padding: 15px 0 40px;
  color: #fff;
}

.corporative__title {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.04);
}
.corporative__title mark {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #DE5F58;
  position: relative;
  top: -10px;
  left: 0;
  max-width: 820px;
}
@media (min-width: 576px) {
  .corporative__title {
    font-size: 52px;
    line-height: 52px;
  }
  .corporative__title mark {
    font-size: 24px;
    top: -35px;
  }
}
@media (min-width: 768px) {
  .corporative__title {
    font-size: 82px;
    line-height: 72px;
    margin-bottom: 35px;
    letter-spacing: 0;
  }
  .corporative__title mark {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .corporative__title {
    font-size: 102px;
    line-height: 82px;
    margin-bottom: 15px;
    margin-left: -7px;
  }
  .corporative__title mark {
    font-size: 32px;
    left: 7px;
  }
}

.corporative__benefits {
  max-width: 945px;
}

.corporative__benefits-desc {
  margin: 0 0 50px;
}
.corporative__benefits-desc .row {
  -ms-flex-align: center;
  align-items: center;
}

.corporative__benefits-title {
  display: block;
  margin: 0 0 15px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.corporative__benefits-text {
  display: block;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 200;
  opacity: 0.5;
  max-width: 630px;
}

.corporative__benefits-action {
  text-align: center;
}
@media (min-width: 768px) {
  .corporative__benefits-action {
    text-align: left;
  }
}

.corporative__benefits-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border-radius: 22px;
  padding: 0 30px 0 120px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
}
.corporative__benefits-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 94px;
  height: 52px;
  background: url(../images/icon-karting.svg) 50% 50% no-repeat;
  background-size: contain;
  margin: -30px 0 0 13px;
  transition: transform 0.25s;
  filter: drop-shadow(0 10px 30px #000);
}
.corporative__benefits-btn:hover {
  text-decoration: none;
  border-color: #de5f58;
  color: #de5f58;
}
.corporative__benefits-btn:hover:before {
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}

.corporative__benefits-list {
  margin: 0 -14px -30px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.corporative__benefits-list > li {
  padding: 0 14px 30px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .corporative__benefits-list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 992px) {
  .corporative__benefits-list > li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.corporative__benefits-item {
  text-align: center;
  max-width: 180px;
  margin: 0 auto;
}

.corporative__benefits-item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 25px;
}

.corporative__benefits-item-title {
  display: block;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.1875;
  font-weight: 700;
  text-transform: uppercase;
  color: #dddddd;
}

.corporative__benefits-item-text {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 200;
  opacity: 0.5;
}

.gallery__topbar {
  position: relative;
}

.gallery__move {
  position: relative;
  z-index: 100;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  border: 1px solid #fff;
  height: 46px;
  transition: 0.25s;
  padding: 10px 30px;
  border-radius: 25px;
  color: #fff;
  text-decoration: none;
  margin: 0 0 45px;
  width: 100%;
}
.gallery__move:hover {
  border-color: #de5f58;
  color: #de5f58;
  text-decoration: none;
}
@media (min-width: 576px) {
  .gallery__move {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 10px;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .gallery__item--large .gallery__item-date {
    font-size: 14px;
  }
  .gallery__item--large .gallery__item-title {
    font-size: 24px;
  }
  .gallery__item--large .gallery__item-menu {
    font-size: 14px;
  }
}

.gallery__item-caption {
  padding: 30px 20px;
}

.gallery__item-date {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  margin: 0 0 10px;
}

.gallery__item-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 992px) {
  .gallery__item-title {
    margin: 0 80px 0 0;
  }
}

.gallery__item-menu {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
}
.gallery__item-menu > li {
  margin: 0 30px 0 0;
}

.btn--karting {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  border-radius: 22px;
  padding: 0 30px 0 120px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  transition: color 0.25s, background 0.25s, border-color 0.25s;
}
.btn--karting:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 94px;
  height: 52px;
  background: url(../images/icon-karting.svg) 50% 50% no-repeat;
  background-size: contain;
  margin: -28px 0 0 13px;
  transition: transform 0.25s;
  filter: drop-shadow(0 10px 30px #000);
}
.btn--karting:hover {
  text-decoration: none;
  border-color: #de5f58;
  color: #de5f58;
}
.btn--karting:hover:before {
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
}

.tabs__wysiwyg {
  font-size: 16rem;
  line-height: 1.2;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}
.tabs__wysiwyg .row {
  margin: 0 -25rem -45rem;
  -ms-flex-align: center;
  align-items: center;
}
.tabs__wysiwyg .row > [class^=col-] {
  padding: 0 25rem 45rem;
}
.tabs__wysiwyg .btn {
  padding: 12px 30px;
}
.tabs__wysiwyg table {
  width: 100%;
  margin: 0 0 20rem;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 16rem;
  line-height: 1.2;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.5);
}
.tabs__wysiwyg table th, .tabs__wysiwyg table td {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 22px;
  min-width: 154px;
}
.tabs__wysiwyg table th {
  height: 50px;
  font-weight: 400;
}
.tabs__wysiwyg table td {
  height: 54px;
}
.tabs__wysiwyg table b {
  font-weight: 400;
}
.tabs__wysiwyg table:last-child {
  margin: 0;
}
.tabs__wysiwyg p {
  margin: 0 0 20rem;
}
.tabs__wysiwyg p:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .ui-table-drag table {
    min-width: 768px;
  }
}

@media (max-width: 767px) {
  .ui-table-drag-scroll {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.ui-table-drag-icon {
  display: none;
}
@media (max-width: 767px) {
  .ui-table-drag-icon {
    position: relative;
    height: 40px;
    display: block;
  }
  .ui-table-drag-icon:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/hand.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

.childrens {
  padding: 10px 0 100px;
  color: rgba(255, 255, 255, 0.5);
}

.childrens__title {
  display: block;
  font-size: 42rem;
  line-height: 42rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5rem;
  color: rgba(255, 255, 255, 0.04);
}
.childrens__title mark {
  display: block;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  color: #DE5F58;
  position: relative;
  top: -10rem;
  left: 0;
}
@media (min-width: 576px) {
  .childrens__title {
    font-size: 52rem;
    line-height: 52rem;
  }
  .childrens__title mark {
    font-size: 24rem;
    top: -35rem;
  }
}
@media (min-width: 768px) {
  .childrens__title {
    font-size: 82rem;
    line-height: 72rem;
    margin-bottom: 35rem;
    letter-spacing: 0;
  }
  .childrens__title mark {
    font-size: 28rem;
  }
}
@media (min-width: 992px) {
  .childrens__title {
    font-size: 102rem;
    line-height: 82rem;
    margin-bottom: 20rem;
    margin-left: -7rem;
  }
  .childrens__title mark {
    font-size: 32rem;
    left: 7rem;
  }
}

.childrens__subtitle {
  display: block;
  margin: 0 0 20rem;
  font-size: 22rem;
  line-height: 1.2;
  font-weight: 400;
}

.childrens__text {
  display: block;
  margin: 0 0 65rem;
  font-size: 16rem;
  line-height: 1.2;
  font-weight: 200;
}

.childrens__benefits {
  text-align: center;
}

.childrens__benefits-title {
  display: block;
  margin: 0 0 20rem;
  font-size: 22rem;
  line-height: 1.2;
  font-weight: 400;
}

.childrens__benefits-list {
  margin: 0 -25rem -50rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.childrens__benefits-list > li {
  padding: 0 25rem 50rem;
}
@media (min-width: 768px) {
  .childrens__benefits-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .childrens__benefits-list > li {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.childrens__benefits-item {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.childrens__benefits-item-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50rem;
  margin: 0 0 15rem;
}

.childrens__benefits-item-title {
  display: block;
  margin: 0 0 10rem;
  font-size: 14rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}

.childrens__benefits-item-text {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 200;
}

.branches {
  margin: 0 0 50rem;
}

.branches__title {
  display: block;
  font-size: 42rem;
  line-height: 42rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 5rem;
  color: rgba(255, 255, 255, 0.04);
}
.branches__title mark {
  display: block;
  font-size: 20rem;
  line-height: 1;
  font-weight: 700;
  color: #DE5F58;
  position: relative;
  top: -10rem;
  left: 0;
}
@media (min-width: 576px) {
  .branches__title {
    font-size: 52rem;
    line-height: 52rem;
  }
  .branches__title mark {
    font-size: 24rem;
    top: -35rem;
  }
}
@media (min-width: 768px) {
  .branches__title {
    font-size: 82rem;
    line-height: 72rem;
    margin-bottom: 35rem;
    letter-spacing: 0;
  }
  .branches__title mark {
    font-size: 28rem;
  }
}
@media (min-width: 992px) {
  .branches__title {
    font-size: 102rem;
    line-height: 82rem;
    margin-bottom: 0;
    margin-left: -7rem;
  }
  .branches__title mark {
    font-size: 32rem;
    left: 7rem;
  }
}

@media (min-width: 992px) {
  .branches__tabs {
    position: relative;
    top: -32rem;
    margin: 0 0 -32rem;
  }
  .branches__tabs .tabs__btn {
    letter-spacing: 0;
  }
}

.why {
  margin: 0 0 50rem;
  color: rgba(255, 255, 255, 0.5);
}

.why__title {
  display: block;
  margin: 0 0 32rem;
  font-size: 22rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.why__list {
  margin: 0 0 32rem;
  padding: 0;
  list-style: none;
  font-size: 16rem;
  line-height: 1.2;
  font-weight: 300;
}
.why__list > li {
  position: relative;
  padding: 0 0 0 20rem;
  margin: 0 0 12rem;
}
.why__list > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: linear-gradient(to bottom, rgb(212, 91, 84) 0%, rgb(207, 117, 91) 100%);
}

@media (max-width: 575px) {
  .is-576-visible {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .is-576-hidden {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hero__slides-picture:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, #111111 50%);
  }
}

@media (max-width: 575px) {
  .hero__info .row {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__info .row > [class^=col] {
    border: none;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .hero__info a[href^="tel:"] {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
  }
  .hero__info a[href^="tel:"]:hover {
    text-decoration: none;
    color: #fff;
  }
  .hero__info .btn {
    font-size: 14px;
    padding: 10px 25px;
    height: 48px;
    border-radius: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero__info-item {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
  }
}

.nav__action {
  padding: 20px 15px 0;
}
.nav__action .btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav__action {
    display: none;
  }
}