@charset "UTF-8";
.btn-wrap.btn-wrap-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 35px auto 0;
  width: 100% !important;
  max-width: 230px;
  gap: 20px;
}
@media (min-width: 768px) {
  .btn-wrap.btn-wrap-group {
    flex-direction: row;
    max-width: 100%;
    gap: 40px;
  }
}
.btn-wrap.btn-wrap-group .btn-default {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .btn-wrap.btn-wrap-group .btn-default {
    width: fit-content;
  }
}

@media (min-width: 768px) {
  .slider-wrap + .btn-wrap.btn-wrap-group {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .slider-wrap + .btn-wrap.btn-wrap-group {
    margin-top: 30px;
  }
}

.call-us-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.call-us-body img {
  max-width: 30px;
}

/*region-----------------------FORMS------------------------*/
.popup-full {
  width: 100%;
  background: #fff;
  padding: 25px 0;
  min-height: 100%;
}

.popup-full .fancybox-button {
  display: none;
}

.popup-full .title-wrap {
  position: relative;
  padding-bottom: 28px;
  border-bottom: 1px solid #787878;
  margin-bottom: 65px;
}

.popup-full .close-popup {
  position: absolute;
  top: -14px;
  right: -13px;
}

.popup-full .close-popup img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup-full .close-popup:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.popup-full .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  text-align: center;
  margin: 0 !important;
}

.popup-full .form-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-full .left {
  width: 48%;
}

.popup-full .right {
  width: 48%;
}

.popup-full .title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 11px;
}

.popup-full .form-default-big .input-wrap {
  margin-bottom: 33px;
}

.popup-full .form-default-big .input-wrap textarea {
  height: 34px;
}

.popup-full .form-default-big .input-wrap .text2, .popup-full .form-default-big .input-wrap .text7 {
  height: 140px;
}

.popup-full .form-default-big .input-wrap .text3, .popup-full .form-default-big .input-wrap .text6, .popup-full .form-default-big .input-wrap .text8, .popup-full .form-default-big .input-wrap .text9 {
  height: 60px;
}

.popup-full .form-default-big .input-wrap .text5 {
  height: 85px;
}

.popup-full .space {
  height: 48px;
}

.popup-full .form-default .input-submit-mt {
  margin-top: 40px;
}

.popup-full .form-default .input-submit-mt .btn-big {
  width: 100%;
}

.popup-full .form-default .input-wrap-text {
  margin-bottom: 12px;
}

.popup-full .form-default .input-wrap-check-big {
  margin-bottom: 15px;
}

.popup-full .form-default .input-wrap-check-big label {
  padding-left: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.popup-full .form-default .input-wrap-check-big label:before {
  width: 30px;
  height: 30px;
  border-width: 2px;
  margin-top: -18px;
}

.popup-full p.info {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: -20px;
}

.popup-full .form-default .input-wrap-check-big input:checked + label:after {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 2px;
  content: "";
  background: url(../img/icon-46.png) no-repeat center;
  background-size: contain;
}

.popup-full .form-default .input-wrap-check-big input:checked + label:before {
  border-color: #000;
}

.popup-full .form-default .input-wrap-radio {
  margin-bottom: 10px;
}

.popup-full .form-default .input-wrap-radio label {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 35px;
}

.popup-full .form-default .input-wrap-radio label:before {
  width: 24px;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  border-color: #787878;
  margin-top: -13px;
}

.popup-full .form-default .input-wrap-radio input:checked + label:before {
  border-color: #000;
}

.popup-full .form-default .input-wrap-radio input:checked + label:after {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #000;
  margin-top: -8px;
  left: 5px;
}

.popup-full .info-light {
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 436px;
  max-width: 100%;
  margin-bottom: 40px;
}

.popup-full .total-item {
  margin: 22px 0 0;
}

.popup-full .total-item .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-right: 40px;
  margin-bottom: 9px;
}

.popup-full .total-item .del {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.popup-full .total-item .del img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup-full .total-item .del:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.popup-full .total-item .name {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 138.3%;
  width: 60%;
  padding-right: 20px;
}

.popup-full .total-item .price {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 40%;
}

.popup-full .total-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-full .total-item ul li {
  margin: 0 12px 12px 0;
  border-radius: 90px;
  border: 1px solid #FF7900;
  background: #FEF7F3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
}

.popup-full .total-line {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #787878;
}

.popup-full .total-line p {
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
}

.popup-full .send-block {
  height: 100%;
  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;
  width: 100%;
  max-height: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.popup-full .send-block .wrap {
  border-radius: 10px;
  background: #505A14;
  width: 560px;
  padding: 40px 55px;
  display: none;
}

.popup-full .send-block .wrap .h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  color: #fff;
  margin-bottom: 15px;
}

.popup-full .send-block .wrap p {
  color: #F4F3F3;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.popup-full .send-block.is-active {
  max-height: 70vh;
}

.nice-select .option.disabled {
  display: none !important;
}

.popup-full .h3 {
  padding: 0 50px;
}

.form-default .input-wrap-check input:checked + label:after {
  margin-top: -7px;
}

.form-default .input-wrap-check-black {
  max-width: 100% !important;
}

.festival-popup .info {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 40px 0;
}

.festival-popup .info a {
  font-weight: 700;
  word-break: break-all;
}

.festival-popup .info a:hover {
  color: #EB6F00;
}

/*endregion----------------------END-FORMS------------------------*/
/*-----------------------------PAGE-HOME------------------------------*/
header {
  position: relative;
  z-index: 9999;
  max-height: 0;
}
header .top-line {
  transition: all 0.4s ease;
  padding-top: 24px;
}
header .top-line .content-width {
  transition: all 0.4s ease;
  padding: 30px 0 30px;
  display: flex;
  align-items: center;
  position: relative;
}
header .top-line .content-width:after {
  position: absolute;
  top: 0;
  left: -50px;
  right: -50px;
  bottom: 0;
  content: "";
  border-radius: 90px;
  background: #2B3D24;
  transition: all 0.4s ease;
  transform: scale(0);
}
header .top-line .logo-wrap {
  width: 160px;
  position: relative;
  z-index: 2;
}
header .top-line .logo-wrap img {
  vertical-align: top;
}
header .top-menu {
  width: calc(100% - 170px);
  padding-right: 0;
  position: relative;
  left: 13px;
  padding-top: 2px;
  z-index: 2;
}
header .top-menu > ul {
  display: flex;
  justify-content: flex-end;
}
header .top-menu > ul > li {
  position: relative;
}
header .top-menu > ul > li > a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  display: inline-block;
  padding-right: 15px;
}
header .top-menu > ul > li > a:hover {
  color: #FF7900;
}
header .top-menu > ul > li + li {
  margin-left: 30px;
}
header .top-menu > ul .sub-menu-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  content: "";
}
header .top-menu > ul .sub-menu-wrap > a {
  position: relative;
  padding-left: 15px;
  z-index: 2;
}
header .top-menu > ul .sub-menu-wrap > a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: url("../img/icon-1.svg");
  transition: all 0.4s ease;
}
header .top-menu > ul .sub-menu-wrap:hover a:after {
  transform: rotate(180deg);
}
header .top-menu > ul .sub-menu-wrap:hover .sub-menu {
  top: calc(100% + 10px);
  transform: translate(-50%, 0) scaleY(1);
}
header .sub-menu {
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  transform: translate(-50%, 0) scaleY(0);
  background: #505A14;
  border-radius: 6px;
  padding: 15px 25px;
  transition: all 0.2s ease;
  transform-origin: top center;
}
header .sub-menu:before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -5px;
  content: "";
  transform: rotate(45deg);
  background: #505A14;
}
header .sub-menu a {
  display: block;
  width: fit-content;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 150%;
}
header .sub-menu a:hover {
  color: #FF7900;
}
header .sub-menu li + li {
  margin-top: 8px;
}

.is-sticky .top-line {
  padding-top: 5px !important;
}
.is-sticky .top-line .content-width {
  padding: 24px 0 24px;
}
.is-sticky .top-line .content-width:after {
  transform: scale(1);
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.bg + * {
  position: relative;
  z-index: 2;
}

.fix-form {
  position: fixed !important;
  z-index: 9999 !important;
  right: 140px;
  bottom: 30px;
  padding: 0 !important;
  margin: 0 !important;
}
.fix-form .btn-wrap {
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  position: relative !important;
}

.home-bonner {
  position: relative;
}
.home-bonner .slider-wrap {
  position: relative;
  z-index: 3;
}
.home-bonner .bg-slider {
  width: 100%;
  height: 100%;
}
.home-bonner .bg-slider .swiper-slide {
  padding: 0 !important;
  position: relative;
}
.home-bonner .bg-slider .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), lightgray 50%/cover no-repeat;
  opacity: 0.1;
}
.home-bonner .bg-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-bonner .swiper-slide {
  position: relative;
  padding: 190px 0 400px;
}
.home-bonner .title-wrap {
  width: 500px;
  margin: 0 auto 20px;
}
.home-bonner .title {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: -45px;
  color: #fff;
  position: relative;
  left: -59px;
}
.home-bonner .title span {
  display: block;
}
.home-bonner .title span:first-child {
  margin-left: 130px;
  margin-bottom: 16px;
}
.home-bonner .title span:nth-child(2) {
  margin-left: 26px;
  margin-bottom: 16px;
}
.home-bonner .title span:nth-child(3) {
  margin-left: 130px;
}
.home-bonner .text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  margin: 0 auto 0;
  position: relative;
  left: 120px;
  padding-right: 12px;
}
.home-bonner .text-wrap .text {
  width: calc(100% - 250px);
}
.home-bonner .text-wrap .text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.home-bonner .btn-wrap {
  width: 160px;
  position: relative;
  left: -68px;
}
.home-bonner .btn-wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #FF7900;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.home-bonner .btn-wrap > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  transition: all 0.4s ease;
  background: #EB6F00;
  width: 160px;
  height: 160px;
  transform-origin: center;
  border-radius: 100%;
}
.home-bonner .btn-wrap > a span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.home-bonner .btn-wrap > a:hover:after {
  transform: translate(-50%, -50%) scale(1.5);
}
.home-bonner .swiper-pagination {
  bottom: 323px;
}
.home-bonner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #f6e2d4;
  opacity: 1 !important;
  margin: 0 13px !important;
}
.home-bonner .swiper-pagination-bullet-active {
  background: #FF7900;
}

.about {
  position: relative;
  z-index: 10;
  margin-top: -325px;
  padding: 174px 0 77px;
}
.about .content-width {
  z-index: 10;
}
.about .bg .bg-1 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: auto;
}
.about .bg .bg-2 {
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 2;
  height: auto;
}
.about .bg .bg-3 {
  position: absolute;
  top: 95px;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  z-index: 3;
}
.about .bg .after-1 {
  position: absolute;
  left: 50%;
  bottom: 95px;
  transform: translate(8%, 0);
  z-index: 4;
}
.about .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
}
.about .title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FF7900;
  margin-bottom: 30px;
}
.about p {
  color: #fff;
  margin-bottom: 25px;
  padding-right: 55px;
}
.about p.empty {
  height: 150px;
  margin: 0;
  width: 100%;
}
.about p + .title {
  margin-top: 30px;
}
.about .btn-wrap {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(800%, 0);
  z-index: 5;
  width: 72px;
}
.about .btn-wrap > a {
  border-radius: 100%;
  background: #505A14;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.about .btn-wrap > a img {
  position: relative;
  z-index: 3;
}
.about .btn-wrap > a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  transition: all 0.4s ease;
  background: #2B3D24;
  width: 160px;
  height: 160px;
  transform-origin: center;
  border-radius: 100%;
}
.about .btn-wrap > a:hover {
  background: transparent;
}
.about .btn-wrap > a:hover:after {
  transform: translate(-50%, -50%) scale(1.5);
}
.about .form-wrap {
  position: absolute;
  bottom: calc(100% + 33px);
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  background: #FEF7F3;
  width: 330px;
  padding: 25px 35px;
  z-index: 10;
  color: #000;
  display: none;
}
.about .form-wrap .close-form {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.about .form-wrap .close-form a {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .form-wrap .close-form a img {
  vertical-align: top;
  transition: all 0.4s ease;
  transform: rotate(0);
}
.about .form-wrap .close-form a:hover img {
  transform: rotate(360deg);
}
.about .form-wrap p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 10px;
  color: #000;
  padding: 0;
}
.about .form-wrap .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 5px;
  color: #000;
  padding: 0;
}
.about .form-wrap .bottom {
  margin-top: 16px;
}
.about .form-wrap .bottom p a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FF7900;
}
.about .form-wrap .bottom p a:hover {
  color: #2B3D24;
}

.form-default {
  color: #000;
  position: relative;
}
.form-default .send-block {
  position: absolute;
  top: -70px;
  left: -10px;
  right: -10px;
  bottom: 0;
  display: none;
  z-index: 10;
  background: #FEF7F3;
}
.form-default .send-block .wrap-send {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-default .send-block .wrap-send p.big {
  margin: 0;
}
.form-default .input-wrap {
  margin-bottom: 18px;
}
.form-default .input-wrap label {
  display: none;
}
.form-default .input-wrap input {
  border: none;
  padding: 0;
  outline: none !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-bottom: 1px solid #787878;
  color: #000;
  width: 100%;
  background: transparent;
}
.form-default .input-wrap textarea {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border: none;
  padding: 0;
  outline: none !important;
  border-bottom: 1px solid #787878;
  resize: none;
  height: 50px;
  width: 100%;
  background: transparent;
}
.form-default .input-submit {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.form-default .input-wrap-check {
  position: relative;
  margin: 0;
}
.form-default .input-wrap-check input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
}
.form-default .input-wrap-check label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #787878;
  letter-spacing: -0.3px;
}
.form-default .input-wrap-check label:before {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #787878;
  content: "";
  box-sizing: border-box;
}
.form-default .input-wrap-check input:checked + label:after {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 2px;
  content: "";
  background: url("../img/icon-5.png") no-repeat center;
  background-size: contain;
}

.btn-default {
  height: 44px;
  background: #FF7900;
  text-align: center;
  cursor: pointer;
  border: 1px solid #FF7900;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
  padding: 0 25px;
  border-radius: 22px;
  display: inline-block;
}
.btn-default:hover {
  background: #EB6F00;
  border-color: #EB6F00;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
  padding-left: 0;
  font-size: 16px;
}

.iti__country-list {
  font-size: 14px;
}

.fix-block {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  bottom: 10px;
}
.fix-block .content {
  width: fit-content;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  padding: 7px 20px;
  margin: auto;
}
.fix-block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: calc(100% - 80px);
  width: fit-content;
  min-width: 500px;
}

.children-info {
  padding: 90px 0 150px;
  position: relative;
}
.children-info .bg .img-1 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(595%, 0);
}
.children-info .bg .img-2 {
  position: absolute;
  bottom: 93px;
  left: 50%;
  transform: translate(-554%, 0);
}
.children-info .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.children-info .item {
  width: 48%;
}
.children-info .item .text {
  width: 100%;
  position: relative;
  height: fit-content;
  min-height: 407px;
  padding-bottom: 65px;
}
.children-info .item figure {
  width: 465px;
  height: 255px;
  position: relative;
}
.children-info .item figure a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}
.children-info .item figure a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.children-info .item figure a:hover img {
  transform: scale(1.03);
}
.children-info p {
  margin-bottom: 17px;
  max-width: 477px;
}
.children-info .link-wrap {
  position: absolute;
  bottom: 32px;
  left: 0;
}
.children-info .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 22px;
}
.children-info .h2 span {
  color: #FF7900;
  display: block;
}
.children-info p + .h2 {
  margin-top: 40px;
}
.children-info .item-1 .icon-wrap {
  position: absolute;
  bottom: -30px;
  right: -47px;
  width: fit-content;
  height: fit-content;
}
.children-info .item-1 .icon-wrap img {
  vertical-align: top;
}
.children-info .item-1 figure .icon-wrap {
  bottom: -38px;
  left: -38px;
}
.children-info .item-1 figure .icon-wrap img {
  vertical-align: top;
}
.children-info .item-2 figure .icon-wrap {
  bottom: -57px;
  left: -57px;
  position: absolute;
}
.children-info .item-2 figure .icon-wrap img {
  vertical-align: top;
}
.children-info .item-revers {
  flex-direction: row-reverse;
}
.children-info .item-revers .text {
  width: 48%;
}

.link-wrap a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
}
.link-wrap a img {
  margin-right: 10px;
}
.link-wrap a:hover {
  color: #FF7900;
}
.link-wrap a:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}

.number-block {
  padding: 160px 0 75px;
  position: relative;
}
.number-block .content-width {
  z-index: 3;
}
.number-block .bg {
  top: -70px;
}
.number-block .bg .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.number-block .bg .img-2 {
  position: absolute;
  top: 75px;
  z-index: 2;
  left: 0;
  width: 100%;
  height: auto;
}
.number-block .bg .img-3 {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.number-block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 40px;
}
.number-block ul li {
  width: 30%;
  text-align: center;
}
.number-block ul li p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 250px;
  margin: auto;
}
.number-block ul li .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 28px;
}
.number-block p.info {
  color: #787878;
  text-align: center;
}

.event {
  position: relative;
  z-index: 10;
  padding: 106px 0 130px;
}
.event .bg {
  top: -70px;
}
.event .tabs-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 90px;
  border: 1px solid #FF7900;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 37px;
}
.event .tabs-menu li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 66px;
  height: 68px;
  color: #000;
  transition: all 0.4s ease;
}
.event .tabs-menu li:hover {
  color: #fff;
  background: #FF7900;
}
.event .tabs-menu li.is-active {
  color: #fff;
  background: #FF7900;
}
.event .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 41px;
}
.event .tab-item .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 38px 62px;
  background: #F9E5D7;
  border-radius: 10px;
}
.event .tab-item .item .text {
  width: 47%;
}
.event .tab-item .item .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 17px;
}
.event .tab-item .item .text .teg {
  margin-bottom: 8px;
}
.event .tab-item .item .text .teg p {
  font-size: 18px;
  margin-bottom: 0;
}
.event .tab-item .item .text .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 18px;
}
.event .tab-item .item .text .loc {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 30px;
  max-width: 300px;
}
.event .tab-item .item .text .loc img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.event .tab-item .item .text ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.event .tab-item .item .text ul li {
  width: fit-content;
  border-radius: 90px;
  border: 1px solid #FF7900;
  background: #FEF7F3;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0 12px 12px 0;
}
.event .tab-item .item .text ul li:last-child {
  margin-right: 0;
}
.event .tab-item .item figure {
  width: 48%;
  overflow: hidden;
  border-radius: 10px;
}
.event .tab-item .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.event .tab-item .item figure:hover img {
  transform: scale(1.03);
}
.event .bg .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.event .bg .img-2 {
  position: absolute;
  top: 75px;
  z-index: 2;
  left: 0;
  width: 100%;
  height: auto;
}
.event .bg .img-3 {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.event .content-width {
  z-index: 10;
}
.event .btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.event .btn-wrap .link-wrap {
  margin-left: 30px;
}
.event .btn-wrap .link-wrap a {
  color: #000;
}
.event .btn-wrap .link-wrap a:hover {
  color: #FF7900;
}
.event .tab-item .item + .item {
  margin-top: 40px;
}
.event .bottom {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.btn-big {
  font-size: 18px;
  height: 56px;
  line-height: 54px;
  border-radius: 30px;
  padding: 0 37px;
}

.btn-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background: #505A14;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.btn-circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  content: "";
  transition: all 0.4s ease;
  background: #2B3D24;
  width: 160px;
  height: 160px;
  transform-origin: center;
  border-radius: 100%;
}
.btn-circle span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn-circle:hover:after {
  transform: translate(-50%, -50%) scale(1.5);
}

.marquee-wrap {
  padding: 0;
  overflow: hidden;
}
.marquee-wrap .marquee {
  display: flex;
  background: #2B3D24;
  padding: 27px 0;
}
.marquee-wrap .marquee .item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.marquee-wrap .marquee .item p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #fff;
  display: flex;
  align-items: center;
}
.marquee-wrap .marquee .item p img {
  margin-left: 30px;
}

.js-marquee-wrapper {
  display: flex;
}

.js-marquee {
  display: flex;
}

.slider-3d-wrap {
  padding: 130px 0 100px;
  overflow: hidden;
  position: relative;
}
.slider-3d-wrap .slider-wrap {
  position: relative;
  margin-top: -72px;
  padding: 72px 100px 72px;
}
.slider-3d-wrap .slider-wrap .next-3d img {
  transform: scale(-1, 1);
}
.slider-3d-wrap .slider-wrap .prev-3d:after, .slider-3d-wrap .slider-wrap .next-3d:after {
  display: none;
}
.slider-3d-wrap .slider-wrap .prev-3d:hover img, .slider-3d-wrap .slider-wrap .next-3d:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}
.slider-3d-wrap .number-slide {
  position: absolute;
  z-index: 10;
  left: 40px;
  top: 45px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #fff;
  display: flex;
}
.slider-3d-wrap .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 42px;
}
.slider-3d-wrap .swiper-slide {
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  padding: 45px 35px;
  background: #FF7900;
  width: calc(100% - 100px);
}
.slider-3d-wrap .swiper-slide .bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
.slider-3d-wrap .swiper-slide .text {
  width: 48%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.slider-3d-wrap .swiper-slide .text p {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.slider-3d-wrap .swiper-slide figure {
  width: 48%;
  height: 335px;
  position: relative;
  z-index: 2;
}
.slider-3d-wrap .swiper-slide figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: relative;
  z-index: 10;
}
.slider-3d-wrap .swiper-slide figure .icon-wrap {
  position: absolute;
}
.slider-3d-wrap .swiper-slide-1 {
  background: #FFAD00;
}
.slider-3d-wrap .swiper-slide-1 figure .icon-wrap {
  bottom: -37px;
  left: -37px;
}
.slider-3d-wrap .swiper-slide-5 {
  background: #FFAD00;
}
.slider-3d-wrap .swiper-slide-5 figure .icon-wrap {
  top: -37px;
  right: -37px;
}
.slider-3d-wrap .swiper-slide-8 {
  background: #FFAD00;
}
.slider-3d-wrap .swiper-slide-8 figure .icon-wrap {
  top: 50px;
  right: -37px;
}
.slider-3d-wrap .swiper-slide-9 figure .icon-wrap {
  top: 50px;
  left: -37px;
}
.slider-3d-wrap .swiper-slide-3 {
  background: #505A14;
}
.slider-3d-wrap .swiper-slide-10 {
  background: #505A14;
}
.slider-3d-wrap .swiper-slide-10 figure .icon-wrap {
  bottom: -37px;
  left: -37px;
}
.slider-3d-wrap .swiper-slide-4 {
  background: #2B3D24;
}
.slider-3d-wrap .swiper-slide-4 figure .icon-wrap {
  bottom: -37px;
  left: -37px;
}
.slider-3d-wrap .swiper-slide-7 {
  background: #2B3D24;
}
.slider-3d-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #f6e2d4;
  opacity: 1 !important;
  margin: 0 13px !important;
}
.slider-3d-wrap .swiper-pagination-bullet-active {
  background: #FF7900;
}

.slider-3d {
  position: relative;
}

.team {
  padding: 11px 0 100px;
  overflow: hidden;
  position: relative;
}
.team .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 27px;
  text-align: center;
}
.team .text {
  padding: 0 150px;
  margin: 0 0 25px;
}
.team .text p {
  text-align: center;
}
.team figure {
  width: 100%;
  padding: 0 100px;
  margin: 0 0 20px;
}
.team figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.team .slider-wrap {
  position: relative;
}
.team .nav-wrap {
  width: 120px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -113px;
  right: -10px;
}
.team .nav-wrap > div {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  position: relative;
}
.team .nav-wrap > div:after {
  display: none;
}
.team .nav-wrap > div:hover img {
  filter: invert(62%) sepia(71%) saturate(4799%) hue-rotate(0deg) brightness(140%) contrast(105%);
}
.team .nav-wrap .team-next img {
  transform: scale(-1, 1);
}
.team .swiper-slide {
  width: 360px;
}
.team .swiper-slide figure {
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
}
.team .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .swiper-slide .text {
  background: #FFAD00;
  padding: 10px 20px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  min-height: 278px;
}
.team .swiper-slide .text .h4 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: -12px;
  color: #fff;
}
.team .swiper-slide .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.team .swiper-slide-2 .text {
  background: #FF7900;
}
.team .swiper-slide-3 .text {
  background: #505A14;
}
.team .swiper-slide-4 .text {
  background: #2B3D24;
}
.team .swiper-slide:nth-child(2n) {
  padding-top: 52px;
}
.team .link-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.team .link-wrap a {
  color: #FF7900;
}
.team .link-wrap a img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}
.team .link-wrap a:hover {
  color: #505A14;
}
.team .link-wrap a:hover img {
  filter: invert(26%) sepia(99%) saturate(352%) hue-rotate(29deg) brightness(96%) contrast(91%);
}

.team-slider {
  overflow: visible;
}

.auto-slider-block {
  padding: 45px 0 100px;
  overflow: hidden;
}
.auto-slider-block .h2 {
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 42px;
}
.auto-slider-block .h2 span {
  display: block;
  color: #FF7900;
}
.auto-slider-block .swiper-slide {
  height: 470px;
  position: relative;
}
.auto-slider-block .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.auto-slider-block .swiper-slide .text-block {
  position: absolute;
  border-radius: 10px;
  background: #F9E5D7;
  padding: 8px 25px 12px;
  left: 35px;
  bottom: 30px;
}
.auto-slider-block .swiper-slide .text-block p {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
}
.auto-slider-block .swiper-slide .text-block p img {
  width: 18px;
  margin-right: 12px;
}
.auto-slider-block .swiper-slide .text-block .h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 5px;
}
.auto-slider-block .slider-wrap {
  width: 1160px;
  margin: auto;
  position: relative;
  padding: 70px 100px 73px;
  margin-top: -70px;
}
.auto-slider-block .slider-wrap .auto-next img {
  transform: scale(-1, 1);
}
.auto-slider-block .slider-wrap .auto-prev:after, .auto-slider-block .slider-wrap .auto-next:after {
  display: none;
}
.auto-slider-block .slider-wrap .auto-prev:hover img, .auto-slider-block .slider-wrap .auto-next:hover img {
  filter: invert(62%) sepia(71%) saturate(4799%) hue-rotate(0deg) brightness(140%) contrast(105%);
}
.auto-slider-block .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #f6e2d4;
  opacity: 1 !important;
  margin: 0 13px !important;
}
.auto-slider-block .swiper-pagination-bullet-active {
  background: #FF7900;
}

.testimonials {
  padding: 17px 0 100px;
  overflow: hidden;
}
.testimonials .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 40px;
}
.testimonials .nav-wrap {
  width: 120px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -88px;
  right: 0;
}
.testimonials .nav-wrap > div {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  position: relative;
}
.testimonials .nav-wrap > div:after {
  display: none;
}
.testimonials .nav-wrap > div:hover img {
  filter: invert(62%) sepia(71%) saturate(4799%) hue-rotate(0deg) brightness(140%) contrast(105%);
}
.testimonials .nav-wrap .testimonials-next img {
  transform: scale(-1, 1);
}
.testimonials .swiper-slide {
  border-radius: 10px;
  background: #F9E5D7;
  padding: 38px 59px;
}
.testimonials .swiper-slide .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 17px;
}
.testimonials .swiper-slide .top figure {
  width: 115px;
}
.testimonials .swiper-slide .top figure img {
  width: 100%;
}
.testimonials .swiper-slide .top .right {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials .swiper-slide .top .right .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 10px;
}
.testimonials .swiper-slide .text {
  margin-bottom: 31px;
}
.testimonials .swiper-slide:hover .link-wrap {
  opacity: 1;
}
.testimonials .slider-wrap {
  position: relative;
}
.testimonials .link-wrap {
  opacity: 0;
  transition: all 0.4s ease;
}
.testimonials .bottom {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.testimonials-slider {
  overflow: visible;
}

.testimonials-popup .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 17px;
}
.testimonials-popup .top figure {
  width: 115px;
}
.testimonials-popup .top figure img {
  width: 100%;
}
.testimonials-popup .top .right {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials-popup .top .right .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 10px;
}

.popup-default {
  border-radius: 10px;
  background: #FEF7F3;
  padding: 60px 60px;
  width: 760px;
}
.popup-default .close-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.popup-default .close-popup img {
  width: 100%;
  transition: all 0.4s ease;
}
.popup-default .close-popup:hover img {
  transform: rotate(360deg);
}
.popup-default .fancybox-close-small {
  display: none;
}

.add-testimonials .h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 50px;
}
.add-testimonials .h3 + p {
  text-align: center;
  margin-bottom: 35px;
}
.add-testimonials .input-wrap-check {
  max-width: 70%;
  margin-bottom: 30px;
}
.add-testimonials .input-wrap textarea {
  height: 100px;
}
.add-testimonials .popup-main {
  position: relative;
}
.add-testimonials .send-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.add-testimonials .send-block .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FEF7F3;
}
.add-testimonials .send-block .wrap p {
  text-align: center;
  max-width: 470px;
  margin: 0 auto 0;
}
.add-testimonials .send-block .wrap .h4 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin: 0 auto 24px;
}

.nice-select {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: none !important;
  height: 26px;
  border-bottom: 1px solid #787878 !important;
  float: inherit;
  line-height: 26px;
  font-size: 14px;
  padding-left: 25px;
}

.nice-select:after {
  right: inherit;
  left: 0;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.form-default .select-block {
  width: 100%;
  margin-bottom: 18px;
}
.form-default .select-block label {
  display: none;
}

.nice-select .list {
  width: 100%;
}

.nice-select .option.disabled {
  opacity: 1 !important;
}

.faq {
  padding: 70px 0 40px;
}
.faq .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  position: relative;
  padding-right: 37px;
  display: inline-block;
  margin-bottom: 40px;
}
.faq .bottom {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.faq .bottom a {
  background: #FF7900;
}
.faq .bottom a:after {
  background: #FFAD00;
}

.tooltip {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: inline-block;
}
.tooltip:hover img {
  opacity: 0.7;
}
.tooltip > img {
  transition: all 0.4s ease;
  width: 100%;
  vertical-align: top;
}
.tooltip .tooltip-info {
  position: absolute;
  bottom: calc(100% - 3px);
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 10px;
  background: #F9E5D7;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 6px 15px;
  display: inline-block;
  transition: all 0.4s ease;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
}
.tooltip:hover .tooltip-info {
  bottom: calc(100% + 3px);
  opacity: 1;
}

.accordion-item {
  border-radius: 90px;
  background: #FFAD00;
  margin-bottom: 21px;
}

.accordion-thumb {
  position: relative;
  padding: 37px 150px 15px 60px;
  min-height: 106px;
  cursor: pointer;
}
.accordion-thumb .title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #fff;
}
.accordion-thumb .icon-wrap {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25px;
  right: 40px;
  cursor: pointer;
}
.accordion-thumb .icon-wrap img {
  width: 100%;
  vertical-align: top;
  transition: all 0.4s ease;
}
.accordion-thumb .icon-wrap:hover img {
  transform: rotate(360deg);
}

.accordion-panel {
  display: none;
  position: relative;
  z-index: 1;
}
.accordion-panel .wrap {
  padding: 0 120px 29px 60px;
  margin-top: -20px;
}
.accordion-panel .wrap p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
  margin-bottom: 20px;
}
.accordion-panel .wrap p:last-child {
  margin-bottom: 0;
}

.is-active .accordion-thumb .icon-wrap img {
  transform: rotate(45deg);
}

.contact {
  position: relative;
  padding: 415px 0 40px;
}
.contact .bg .img-1 {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: auto;
}
.contact .bg .img-2 {
  position: absolute;
  top: 145px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: auto;
}
.contact .bg .img-3 {
  position: absolute;
  top: 241px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: auto;
}
.contact .content-width {
  z-index: 10;
}
.contact .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .form-wrap {
  width: 48%;
  padding-top: 25px;
}
.contact .img-wrap {
  width: 39.6%;
  padding: 22px 0 0;
}
.contact .img-wrap figure {
  margin-bottom: 15px;
  width: 100%;
}
.contact .img-wrap figure img {
  border-radius: 10px;
  width: 100%;
  height: 335px;
  object-fit: cover;
}
.contact .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #fff;
  margin: 0;
}
.contact .h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  padding-right: 100px;
  margin-bottom: 35px;
  color: #fff;
}
.contact .iti--separate-dial-code .iti__selected-flag {
  color: #fff;
}
.contact .iti__arrow {
  border-top: 4px solid #fff;
}
.contact .form-default-big .input-wrap-check label {
  color: #fff;
}
.contact .form-default .input-wrap-check label:before {
  border-color: #fff;
}
.contact .form-default .input-wrap-check input:checked + label:after {
  background: url("../img/icon-5-1.png") no-repeat center;
  background-size: contain;
  margin-top: -7px;
}
.contact .input-submit {
  margin-top: 38px;
  justify-content: flex-start;
}
.contact .input-submit button {
  border: none !important;
  background: #FF7900;
  cursor: pointer;
}
.contact .input-submit button:after {
  background: #EB6F00;
}
.contact .form-default-big .input-wrap input {
  color: #fff;
}

.form-default-big .input-wrap input {
  font-size: 18px;
  height: 42px;
  line-height: 42px;
}
.form-default-big .input-wrap textarea {
  font-size: 18px;
  height: 85px;
}
.form-default-big .input-wrap {
  margin-bottom: 40px;
}
.form-default-big .select-block {
  margin-bottom: 30px;
}
.form-default-big .nice-select {
  font-size: 18px;
  height: 42px;
  line-height: 42px;
}
.form-default-big .input-wrap-check label {
  color: #000;
  padding-left: 28px;
}
.form-default-big .form-default .input-wrap-check label:before {
  width: 18px;
  height: 18px;
}
.form-default-big .form-default .input-wrap-check input:checked + label:after {
  left: 3px;
}

.iti {
  width: 100%;
}

footer {
  padding: 75px 0 75px;
  background: #2B3D24;
}
footer .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .left {
  width: 300px;
}
footer .left .logo-wrap {
  margin-bottom: 28px;
}
footer .left .logo-wrap img {
  vertical-align: top;
}
footer .left .list-info {
  margin-bottom: 12px;
}
footer .left .list-info li + li {
  margin-top: 23px;
}
footer .left .list-info li a {
  color: #fff;
}
footer .left .list-info li a:hover {
  color: #FF7900;
}
footer .right {
  width: calc(100% - 400px);
  padding-top: 12px;
}
footer .soc {
  display: flex;
  align-items: center;
}
footer .soc li + li {
  margin-left: 24px;
}
footer .soc li + li a:hover img {
  filter: invert(62%) sepia(71%) saturate(4799%) hue-rotate(0deg) brightness(170%) contrast(105%);
}
footer .footer-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-menu ul {
  width: 47%;
}
footer .footer-menu ul li + li {
  margin-top: 23px;
}
footer .footer-menu ul li a {
  color: #fff;
}
footer .footer-menu ul li a:hover {
  color: #FF7900;
}
footer .bottom {
  margin-top: 57px;
  display: flex;
  justify-content: center;
}
footer .bottom p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #787878;
}

.is-menu {
  overflow: hidden;
}

.open-menu {
  display: none;
}

.children-info .item figure .h2 {
  display: none;
}

.link-wrap a {
  width: fit-content;
}

.children-info .link-wrap a {
  color: #FF7900;
}
.children-info .link-wrap a:hover {
  color: #000;
}

.slider-3d-wrap .swiper-slide .bg-mob {
  display: none;
}

.bg-mob {
  display: none;
}

.bg-mob + .bg {
  position: absolute;
}

.contact .form-default .send-block {
  top: 0;
  border-radius: 10px;
  background: #505A14;
  padding: 35px 50px;
}
.contact .form-default .send-block .h3 {
  color: #fff;
  text-align: left;
  width: 100%;
}
.contact .form-default .send-block p {
  color: #fff;
}

.mac .faq-block .nice-select .current {
  top: -12px;
}
.mac .h2 {
  position: relative;
  top: -30px;
}
.mac .event .tabs-menu li span {
  position: relative;
  top: -12px;
}
.mac .event .tab-item .item .text .h3 {
  position: relative;
  top: -20px;
}
.mac .team .swiper-slide .text .h4 {
  position: relative;
  top: -20px;
}
.mac .testimonials .swiper-slide .top .right .h3, .mac .blog h1 {
  position: relative;
  top: -20px;
}
.mac .blog .item .text-wrap .h5, .mac .popup-blog .content .h2 {
  position: relative;
  top: -20px;
}
.mac .popup-blog .content p.h3, .mac .popup-blog .more-blog p.h4 {
  position: relative;
  top: -15px;
}
.mac .accordion-thumb .title {
  position: relative;
  top: -20px;
}
.mac .marquee-wrap .marquee .item p {
  position: relative;
  top: -12px;
}
.mac .marquee-wrap .marquee .item p img {
  position: relative;
  top: 12px;
}
.mac .home-bonner .title {
  position: relative;
  top: -20px;
}
.mac .about .form-wrap .h3, .mac .testimonials-popup .top .right .h3 {
  position: relative;
  top: -20px;
}
.mac .add-testimonials .h3 {
  position: relative;
  top: -25px;
}
.mac h1 {
  position: relative;
  top: -20px;
}
.mac .text-block .title {
  position: relative;
  top: -20px;
}

footer .soc a:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}

/*-------------------------END-PAGE-HOME--------------------------*/
.page-default .top-line .content-width:after {
  transform: scale(1);
}
.page-default main {
  padding-top: 195px;
}
.page-default header .top-line {
  padding-top: 45px;
}
.page-default header .top-line .content-width:after {
  bottom: -4px;
  top: 4px;
}
.page-default footer {
  border-radius: 10px 10px 0 0;
}

.breadcrumb {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FF7900;
  margin-right: 10px;
}
.breadcrumb li span {
  display: inline-block;
  margin-left: 10px;
}
.breadcrumb li a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #787878;
}
.breadcrumb li a:hover {
  color: #FF7900;
}
.breadcrumb li a img {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
.breadcrumb li:last-child {
  margin-right: 0;
}

.text-block {
  padding: 0 0 95px;
}
.text-block h1 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin: 0 0 68px;
}
.text-block p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-bottom: 27px;
}
.text-block p a {
  color: #FF7900;
}
.text-block p a:hover {
  color: #000;
}
.text-block .title {
  margin: 50px 0 43px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #000;
}
.text-block .content {
  margin-top: 57px;
}

/*endregion------------------------END-PAGE-PP--------------------------*/
.faq-block {
  padding-top: 0 !important;
}
.faq-block .breadcrumb {
  margin-bottom: 29px;
}
.faq-block h1 {
  display: flex;
  justify-content: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 95px;
}
.faq-block h1 b {
  font-weight: 800;
  position: relative;
}
.faq-block .tooltip {
  right: -40px;
}
.faq-block .select-block {
  border-radius: 90px;
  background: #F9E5D7;
  width: 585px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 15px;
  margin: 0 auto 60px;
}
.faq-block .select-block .item {
  width: 100%;
}
.faq-block .nice-select {
  width: 100%;
  border-radius: 90px;
  border: 1px solid #FF7900 !important;
  background: #FEF7F3;
  height: 66px;
  line-height: 64px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
.faq-block .nice-select .current {
  position: relative;
}
.faq-block .nice-select:after {
  left: inherit;
  right: 20px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
}
.faq-block .nice-select .list {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  background: #FEF7F3;
  padding: 15px 25px;
}
.faq-block .nice-select .list li {
  border-bottom: 1px solid #787878;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
.faq-block .nice-select .list li:last-child {
  border-bottom: 0;
}
.faq-block .nice-select .list .disabled {
  display: none;
}
.faq-block .bottom {
  margin-top: 75px;
}
.faq-block .bottom a {
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
  display: flex;
  align-items: center;
  width: fit-content;
}
.faq-block .bottom a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: top;
}
.faq-block .bottom a:hover {
  color: #EB6F00;
}
.faq-block .nice-select .option:hover, .faq-block .nice-select .option.focus, .faq-block .nice-select .option.selected.focus {
  color: #FF7900;
  font-weight: 500;
}

.faq-add {
  padding: 92px 0 120px;
}
.faq-add .bg-mob {
  display: none;
}
.faq-add .content {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #2B3D24;
  padding: 92px 53px;
}
.faq-add .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
}
.faq-add .text {
  width: 48%;
  position: relative;
  top: -15px;
}
.faq-add .btn-wrap {
  width: 48%;
  position: relative;
  top: -10px;
}
.faq-add .h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 11px;
  color: #fff;
}
.faq-add p {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.faq-add .bg img {
  position: absolute;
  left: 0;
  width: 100%;
}
.faq-add .bg .img-1 {
  top: 88px;
  z-index: 3;
}
.faq-add .bg .img-2 {
  top: 140px;
  z-index: 4;
}
.faq-add .bg .img-3 {
  top: 180px;
  z-index: 5;
}

.btn-circle-orange {
  background: #FF7900;
  color: #fff;
}
.btn-circle-orange:after {
  background: #EB6F00;
}

/*endregion------------------------END-PAGE-FAQ--------------------------*/
.blog {
  position: relative;
  padding-bottom: 133px;
}
.blog .bg-mob {
  display: none;
}
.blog .bg {
  top: -50px;
}
.blog .bg img {
  position: absolute;
  left: 0;
  width: 100%;
}
.blog .bg .img-1 {
  top: 0;
}
.blog .bg .img-2 {
  top: 85px;
}
.blog .bg .img-3 {
  top: 135px;
}
.blog .head-blog {
  padding-top: 27px;
}
.blog .head-blog p {
  color: #000;
  text-align: center;
}
.blog .head-blog .sub-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 30px;
}
.blog h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 42px;
}
.blog .form-wrap {
  width: 560px;
  margin: 15px auto 40px;
  position: relative;
}
.blog .form-wrap label {
  display: none;
}
.blog .form-wrap span input {
  width: 100%;
  outline: none;
  border-radius: 90px;
  border: 1px solid #FF7900;
  background: #FEF7F3;
  height: 66px;
  line-height: 64px;
  font-size: 18px;
  color: #000;
  padding: 0 200px 0 35px;
}
.blog .form-wrap button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 175px;
}
.blog .send-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 100px;
  z-index: 10;
  display: none;
  background: #fff;
}
.blog .send-block p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8FA703;
}
.blog .content-width {
  z-index: 10;
  position: relative;
}
.blog .sort-line {
  margin: 120px 0 40px;
  padding: 0 80px;
}
.blog .sort-line ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-left: 108px;
}
.blog .sort-line ul li {
  width: fit-content;
  margin: 0 20px 20px 0;
  position: relative;
}
.blog .sort-line ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 5;
}
.blog .sort-line ul li label {
  background: #FEF7F3;
  transition: all 0.4s ease;
  color: #000;
  font-size: 18px;
  height: 54px;
  line-height: 52px;
  border-radius: 30px;
  min-width: 88px;
}
.blog .sort-line ul li input:checked + label {
  background: #FF7900;
  color: #fff;
}
.blog .sort-line ul li input:hover + label {
  background: #FF7900;
  color: #fff;
}
.blog .sort-line ul li:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.blog .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 65px 40px;
}
.blog .item figure {
  position: relative;
  overflow: hidden;
  height: 230px;
  border-radius: 10px;
}
.blog .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.blog .item figure a:hover img {
  transform: scale(1.03);
}
.blog .item figure .label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  border-radius: 20px;
  background: #F9E5D7;
}
.blog .item figure .label p {
  line-height: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0 13px;
  color: #000;
}
.blog .item .text-wrap {
  padding: 18px 0 0;
}
.blog .item .text-wrap p {
  text-align: left;
  color: #000;
  margin-bottom: 28px;
}
.blog .item .text-wrap .h5 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 20px;
  text-align: left;
}
.blog .item .text-wrap p.date {
  margin-bottom: 0;
  font-size: 14px;
}
.blog .item .link-wrap {
  margin-bottom: 30px;
}
.blog .item .link-wrap a {
  color: #FF7900;
}
.blog .item .link-wrap a:hover {
  color: #000;
}
.blog .bottom {
  margin-top: 82px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.blog .bottom a {
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
  display: flex;
  align-items: center;
  width: fit-content;
}
.blog .bottom a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: top;
}
.blog .bottom a:hover {
  color: #EB6F00;
}

.popup-blog {
  padding: 0;
  width: auto;
}
.popup-blog .popup-main {
  padding: 0;
}
.popup-blog .line-link {
  border-bottom: 1px solid #FFF0E8;
  height: 84px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.popup-blog .line-link > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}
.popup-blog .line-link .label {
  display: inline-block;
  border-radius: 20px;
  background: #F9E5D7;
  padding: 0 13px;
  height: 30px;
}
.popup-blog .line-link .label p {
  font-size: 14px;
  color: #000;
  margin: 0;
  line-height: 30px;
}
.popup-blog .line-link .close:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}
.popup-blog .line-link .share:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}
.popup-blog .content {
  padding: 50px 60px;
  border-bottom: 1px solid #FFF0E8;
}
.popup-blog .content .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  color: #000;
  margin-bottom: 40px;
}
.popup-blog .content figure {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.popup-blog .content figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.popup-blog .content .alignleft {
  width: 300px;
  margin: 0 50px 30px 0;
  float: left;
}
.popup-blog .content .alignright {
  width: 300px;
  margin: 0 0 30px 50px;
  float: right;
}
.popup-blog .content p {
  margin-bottom: 25px;
}
.popup-blog .content p a {
  color: #FF7900;
}
.popup-blog .content p a:hover {
  color: #000;
}
.popup-blog .content p.h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #000;
  margin: 50px 0 30px;
}
.popup-blog .slider-wrap {
  margin-bottom: 60px;
}
.popup-blog .slider-wrap .swiper-slide {
  height: 500px;
}
.popup-blog .slider-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.popup-blog .slider-wrap .swiper-pagination {
  bottom: 0;
}
.popup-blog .slider-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #f6e2d4;
  opacity: 1 !important;
  margin: 0 13px !important;
}
.popup-blog .slider-wrap .swiper-pagination-bullet-active {
  background: #FF7900;
}
.popup-blog .swiper {
  padding-bottom: 50px;
}
.popup-blog .more-blog {
  padding: 55px 60px;
}
.popup-blog .more-blog p.h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 35px;
  color: #FF7900;
}
.popup-blog .more-blog .item {
  width: 100%;
}
.popup-blog .more-blog .item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.popup-blog .more-blog .item a:hover img {
  transform: scale(1.03);
}
.popup-blog .more-blog .item figure {
  width: 240px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.popup-blog .more-blog .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.popup-blog .more-blog .item .text {
  width: calc(100% - 270px);
}
.popup-blog .more-blog .item .text .label {
  display: inline-block;
  border-radius: 20px;
  background: #F9E5D7;
  padding: 0 13px;
  height: 30px;
  margin-bottom: 10px;
}
.popup-blog .more-blog .item .text .label p {
  font-size: 14px;
  color: #000;
  margin: 0;
  line-height: 30px;
}
.popup-blog .more-blog .item .text p {
  font-size: 16px;
  margin: 0;
}
.popup-blog .more-blog .item .text p.title {
  font-size: 18px;
  margin-bottom: 10px;
}
.popup-blog .more-blog .item + .item {
  margin-top: 35px;
}

.contact .form-default .send-block .h3 {
  margin-bottom: 20px;
}

.home-bonner .bg img {
  width: 100%;
  height: 107%;
  object-fit: cover;
  object-position: bottom;
}

.single-blog-post.popup-blog {
  max-width: 100%;
  position: relative;
}
.single-blog-post.popup-blog .content-width {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-blog-post.popup-blog .bg {
  z-index: -1;
}
.single-blog-post.popup-blog .popup-main {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.single-blog-post.popup-blog .breadcrumb {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.single-blog-post.popup-blog .breadcrumb li, .single-blog-post.popup-blog .breadcrumb a, .single-blog-post.popup-blog .breadcrumb span {
  font-size: 14px;
  color: #666;
}
.single-blog-post.popup-blog .breadcrumb a:hover {
  color: #FF7900;
}
.single-blog-post.popup-blog .breadcrumb .current-item {
  color: #000;
  font-weight: 600;
}
.single-blog-post.popup-blog .breadcrumb img {
  width: 20px;
  height: 20px;
}
.single-blog-post.popup-blog .info-show {
  position: fixed;
  top: 100px;
  right: 20px;
  background: #4CAF50;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: slideInRight 0.3s ease;
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .single-blog-post.popup-blog .breadcrumb {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .single-blog-post.popup-blog .popup-main {
    border-radius: 0;
  }
}
/*endregion------------------------END-PAGE-BLOG-------------------------*/
/*region-------------------------PAGE-ABOUT------------------------*/
.about-block {
  position: relative;
  padding: 200px 0 100px;
  margin-top: -200px;
}
.about-block .bg-mob {
  display: none;
}
.about-block .bg-mob .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.about-block .bg-mob .img-2 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.about-block .bg-mob .img-3 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.about-block .bg .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.about-block .bg .img-2 {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.about-block .bg .img-3 {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.about-block h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin: 0 0 44px;
}
.about-block p.top {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  margin-bottom: 70px;
}
.about-block .content-width {
  z-index: 10;
  position: relative;
}
.about-block .breadcrumb {
  margin-bottom: 57px;
}
.about-block .content {
  position: relative;
  padding-bottom: 50px;
}
.about-block .content:after {
  position: absolute;
  left: 0;
  bottom: -35px;
  content: url("../img/icon-22.svg");
}
.about-block .content p {
  margin-bottom: 27px;
}
.about-block .content a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
}
.about-block .content a:hover {
  color: #505A14;
}
.about-block .content figure {
  float: right;
  width: 560px;
  height: 418px;
  margin: 0 0 50px 50px;
  position: relative;
}
.about-block .content figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 3;
  border-radius: 10px;
}
.about-block .content figure .after {
  position: absolute;
  top: -45px;
  right: -40px;
}
.about-block .content .wrap {
  display: none;
}

.team .slider-wrap {
  position: relative;
  margin: -70px 0 0 -100px;
  padding: 70px 100px 70px;
  min-width: calc(100% + 200px);
}
.team .team-slider {
  padding-bottom: 100px;
  overflow: hidden !important;
}
.team .team-slider img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  border-radius: 10px;
}
.team .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: #f6e2d4;
  opacity: 1 !important;
  margin: 0 15px !important;
}
.team .swiper-pagination-bullet-active {
  background: #FF7900;
}
.team .team-next img {
  transform: scale(-1, 1);
}
.team .team-prev:after, .team .team-next:after {
  display: none;
}
.team .team-prev:hover img, .team .team-next:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}
.team .team-slider {
  padding-bottom: 0;
}

.team .swiper-slide:nth-child(2n) {
  padding: 0 !important;
}

.team-block {
  padding-top: 0;
}
.team-block .nav-wrap {
  display: none;
}

.team-block .text {
  margin-bottom: 35px;
}
.team-block .text .h2 {
  font-size: 36px;
  line-height: 106%;
}

.team-info {
  padding: 20px 0 37px;
}
.team-info .btn {
  display: none;
  margin-top: 30px;
  text-align: center;
}
.team-info .btn a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
  display: flex;
  align-items: center;
}
.team-info .btn a img {
  margin-right: 5px;
}
.team-info .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 40px;
}
.team-info .item {
  width: 100%;
}
.team-info .item figure {
  border-radius: 10px;
  overflow: hidden;
  height: 340px;
}
.team-info .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-info .item .text {
  background: #FFAD00;
  padding: 36px 20px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  min-height: 278px;
}
.team-info .item .text .h4 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 8px;
  color: #fff;
}
.team-info .item .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}
.team-info .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin: 0 0 55px;
  text-align: center;
}
.team-info .item-2 .text, .team-info .item-6 .text, .team-info .item-8 .text, .team-info .item-12 .text {
  background: #FF7900;
}
.team-info .item-3 .text, .team-info .item-9 .text {
  background: #505A14;
}
.team-info .item-4 .text, .team-info .item-10 .text {
  background: #2B3D24;
}

.team-add .btn-wrap {
  left: 200px;
}

.fix-form .iti--separate-dial-code .iti__selected-flag {
  font-size: 14px;
}

.contact .form-default-big .input-wrap textarea {
  color: #fff;
}

.home-bonner .bg .mob {
  display: none;
}

.about .form-wrap .h3 {
  font-size: 23px;
}

.about .form-wrap p {
  font-size: 13px;
}

.contact .iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #fff;
}

/*endregion------------------------END-PAGE-ABOUT------------------------*/
.adventures {
  position: relative;
  z-index: 10;
  margin-top: -175px;
  padding: 174px 0 77px;
}
.adventures .bg {
  top: 50px;
}
.adventures .title-desktop {
  margin: -50px 0 90px;
}
.adventures .title-desktop .h2 {
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
}
.adventures .content-width {
  z-index: 10;
  position: relative;
}
.adventures .bg-mob {
  display: none;
}
.adventures .bg-mob .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.adventures .bg-mob .img-2 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.adventures .bg-mob .img-3 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.adventures .bg .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.adventures .bg .img-2 {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.adventures .bg .img-3 {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.adventures .breadcrumb {
  margin-bottom: 110px;
}
.adventures .content {
  display: flex;
  flex-wrap: wrap;
}
.adventures .item {
  width: 25%;
  position: relative;
  -webkit-transition: all 0.01s ease;
  transition: all 0.01s ease;
  padding: 0 35px;
  height: fit-content;
  order: 1;
}
.adventures .item p.number {
  position: absolute;
  top: -28px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #FF7900;
  color: #fff;
  width: 58px;
  height: 58px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.adventures .item figure {
  width: 172px;
  height: 172px;
  border-radius: 100%;
  overflow: hidden;
  border: 3px solid #FF7900;
  margin-bottom: 20px;
}
.adventures .item figure img {
  position: relative;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  max-width: calc(100% + 6px);
  max-height: calc(100% + 6px);
  object-fit: cover;
  object-position: center;
}
.adventures .item .h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin: 0;
  color: #000;
  width: 215px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.adventures .item .info {
  position: absolute;
  bottom: calc(100% + 35px);
  left: 50%;
  transform: translate(-50%, 0) scale(0);
  transition: all 0.2s ease;
  background: #F9E5D7;
  border-radius: 10px;
  padding: 15px;
  width: 390px;
  height: auto;
  border: 3px solid #FF7900;
}
.adventures .item .info p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}
.adventures .item .info:after {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 3px solid #FF7900;
  z-index: 10;
  background: #F9E5D7;
  transform: rotate(45deg);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
}
.adventures .item-1 {
  top: 268px;
  width: 253px;
}
.adventures .item-1 figure {
  width: 188px;
  height: 188px;
}
.adventures .item-2 {
  width: 300px;
  left: -45px;
}
.adventures .item-2 p.number {
  left: 10px;
  background: #2B3D24;
}
.adventures .item-2 figure {
  border-color: #2B3D24;
  width: 230px;
  height: 230px;
}
.adventures .item-2 .info {
  border-color: #2B3D24;
}
.adventures .item-2 .info:after {
  border-color: #2B3D24;
}
.adventures .item-3 {
  top: 25px;
  width: 253px;
}
.adventures .item-3 p.number {
  background: #FFAD00;
}
.adventures .item-3 figure {
  border-color: #FFAD00;
}
.adventures .item-3 .h6 {
  width: 260px;
}
.adventures .item-3 .info {
  border-color: #FFAD00;
}
.adventures .item-3 .info:after {
  border-color: #FFAD00;
}
.adventures .item-4 {
  top: 52px;
  left: 60px;
  width: 330px;
}
.adventures .item-4 p.number {
  top: -18px;
  left: 10px;
  background: #505A14;
}
.adventures .item-4 figure {
  width: 258px;
  height: 258px;
  border-color: #505A14;
}
.adventures .item-4 .h6 {
  width: 260px;
}
.adventures .item-4 .info {
  border-color: #505A14;
}
.adventures .item-4 .info:after {
  border-color: #505A14;
}
.adventures .item-5 {
  order: 10;
  left: 123px;
}
.adventures .item-5 p.number {
  background: #FFAD00;
}
.adventures .item-5 figure {
  border-color: #FFAD00;
}
.adventures .item-5 .info {
  border-color: #FFAD00;
}
.adventures .item-5 .info:after {
  border-color: #FFAD00;
}
.adventures .item-6 {
  order: 9;
  width: 295px;
  left: 95px;
  top: 20px;
}
.adventures .item-6 figure {
  width: 220px;
  height: 220px;
}
.adventures .item-7 {
  order: 8;
  top: 38px;
  left: 75px;
  margin-left: 200px;
  width: 327px;
}
.adventures .item-7 p.number {
  background: #505A14;
  top: -18px;
  left: 10px;
}
.adventures .item-7 figure {
  width: 252px;
  height: 252px;
  border-color: #505A14;
}
.adventures .item-7 .info {
  border-color: #505A14;
}
.adventures .item-7 .info:after {
  border-color: #505A14;
}
.adventures .title {
  order: 2;
  width: 100%;
  margin: 13px 0 68px;
}
.adventures .title .h5 {
  display: none;
}
.adventures h1 {
  text-align: center;
  margin: 0;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  color: #FF7900;
}

.adventures .item.is-active {
  z-index: 10;
}
.adventures .item.is-active .h6 .click-info img {
  transform: rotate(45deg);
}
.adventures .item.is-active .info {
  transform: translate(-50%, 0) scale(1) !important;
}

.adventures .item.is-index {
  z-index: 10;
}

.event-no-tab {
  padding-top: 15px !important;
  padding-bottom: 115px !important;
}
.event-no-tab .content-width {
  border-top: 1px solid #FFF0E8;
  padding-top: 60px;
}
.event-no-tab .tab-item .item .text .h2 {
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
}
.event-no-tab .tab-item .item .text {
  width: 48%;
}
.event-no-tab .tab-item .item .text p {
  font-size: 18px;
}
.event-no-tab .btn-wrap .link {
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
  position: relative;
  top: 10px;
}
.event-no-tab .btn-wrap .link img {
  margin-right: 10px;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  transition: all 0.4s ease;
}
.event-no-tab .btn-wrap .link:hover {
  color: #000;
}
.event-no-tab .btn-wrap .link:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(1%) contrast(106%);
}
.event-no-tab .is-active .link img {
  transform: rotate(0deg);
}
.event-no-tab .detail-info {
  display: none;
}
.event-no-tab .detail-info .detail-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.event-no-tab .detail-info .detail-item figure {
  width: 340px;
  border-radius: 10px;
}
.event-no-tab .detail-info .detail-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.event-no-tab .detail-info .detail-item .text {
  width: calc(100% - 370px) !important;
}
.event-no-tab .detail-info .detail-item:first-child {
  margin-top: 50px;
}
.event-no-tab .tab-item .item + .item {
  margin-top: 38px !important;
}
.event-no-tab .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.event-no-tab .tab-item .item {
  background: #FFF0E8;
}

.click-info {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
  justify-content: center;
}
.click-info img {
  margin-right: 5px;
  transition: all 0.4s ease;
  position: relative;
  top: -1px;
  width: 14px;
}

.event-no-tab .tab-item .item figure {
  border-radius: 20px;
}

.adventures .item.is-hover {
  z-index: 10;
}

.is-sticky .top-line .content-width {
  min-height: 99px;
}

.page-default .is-sticky .top-line {
  padding-top: 1px !important;
}

.page-default header .top-menu > ul {
  position: relative;
  top: 4px;
}

.show-more-item span:nth-child(3) {
  display: none;
}

.show-more-item span {
  margin-right: 5px;
  display: inline-block;
}

.is-active.show-more-item span:nth-child(3) {
  display: inline-block;
}
.is-active.show-more-item span:nth-child(2) {
  display: none;
}

.event .btn-wrap.btn-mob {
  display: none;
  width: 100%;
  order: 3;
}

.number-block .bg .img-3 {
  display: none !important;
}

/*endregion-----------------------END-PAGE-ADVENTURES------------------------*/
.title-img {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.title-img .bg-mob {
  display: none;
}
.title-img .bg .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.title-img .bg .img-2 {
  position: absolute;
  top: 75px;
  z-index: 2;
  left: 0;
  width: 100%;
  height: auto;
}
.title-img .bg .img-3 {
  position: absolute;
  top: 125px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.title-img .content-width {
  z-index: 5;
  position: relative;
}
.title-img .lang {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.title-img .lang li + li {
  margin-left: 25px;
}
.title-img .lang li a:hover {
  opacity: 0.7;
}
.title-img h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 95px;
}
.title-img p {
  text-align: center;
  margin: 0 10px 25px;
}
.title-img .content {
  width: 960px;
  margin: auto;
}

.blog .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
}
.blog .list-info {
  display: flex;
  flex-wrap: wrap;
  margin: -3px 0 22px;
}
.blog .list-info li {
  border-radius: 90px;
  border: 1px solid #FF7900;
  background: #FEF7F3;
  padding: 0 20px;
  margin: 0 5px 8px 0;
  font-size: 16px;
  min-height: 38px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.blog .list-info li:last-child {
  margin: 0;
}

.blog-social {
  padding-bottom: 50px;
}
.blog-social .bottom {
  margin-top: 25px;
}
.blog-social .bottom a:hover {
  color: #000;
}
.blog-social .bottom a:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}

.donate {
  padding: 85px 0 100px;
}
.donate .top {
  width: 640px;
  margin: 0 auto 20px;
  text-align: center;
}
.donate .top p {
  text-align: center;
}
.donate .top p.info {
  height: 44px;
  background: #FF7900;
  text-align: center;
  border: 1px solid #FF7900;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
  padding: 0 20px;
  border-radius: 22px;
  display: inline-block;
  margin: 20px auto 0;
}
.donate .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  max-width: 89%;
  margin: 0 auto 20px;
}
.donate .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 30px;
}
.donate .content figure {
  width: 42%;
  padding: 45px 0 0 15px;
}
.donate .content figure img {
  width: 100%;
}
.donate .left {
  width: 29%;
}
.donate .right {
  width: 29%;
}
.donate .item {
  display: flex;
  justify-content: space-between;
}
.donate .item .icon-wrap {
  width: 60px;
}
.donate .item .text {
  width: calc(100% - 75px);
  position: relative;
  top: -4px;
}
.donate .item .text p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0 0 4px;
}
.donate .item .text p span {
  display: block;
  white-space: nowrap;
}
.donate .item .text a {
  background: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 4px;
}
.donate .item .text a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.donate .item .text a:hover {
  color: #000;
}
.donate .item .text a:hover img {
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}
.donate .item .line-dot {
  position: relative;
}
.donate .item-2 .line-dot {
  margin-top: -60px;
}
.donate .info-block {
  border-radius: 10px;
  background: #F9E5D7;
  border: 1px solid #FF7900;
  padding: 10px 10px 10px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  left: -25px;
  margin-right: 15px;
  margin-bottom: 73px;
}
.donate .info-block:before {
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  content: "";
  background: #F9E5D7;
  border: 1px solid #FF7900;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: -6px;
  border-top: 0;
  border-right: 0;
}
.donate .info-block b {
  color: #FF7900;
  font-weight: 600;
}
.donate .item-3 {
  margin-left: 15px;
}
.donate .item-3 .line-dot {
  margin-top: -55px;
  margin-left: -115px;
}
.donate .btn-wrap {
  text-align: center;
  margin: 0;
}
.donate .btn-wrap a {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}
.donate .btn-wrap a:hover {
  color: #FF7900;
}

.popup-details {
  width: 300px;
  padding: 50px 20px 20px;
}
.popup-details p {
  font-size: 14px;
  margin-bottom: 3px;
}

.oon {
  padding: 18px 0 25px;
}
.oon .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 30px;
  width: 780px;
}
.oon ul li {
  border-radius: 10px;
  background: #F9E5D7;
  margin-bottom: 40px;
  padding: 38px 62px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.oon ul li figure {
  width: 200px;
}
.oon ul li .text {
  width: calc(100% - 240px);
}
.oon ul li .h3 {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 11px;
}
.oon ul li p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.oon ul li p a {
  color: #FF7900;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  text-decoration-line: underline;
}
.oon ul li p a:hover {
  color: #505A14;
}

.our-partners {
  padding: 43px 0 25px;
}
.our-partners .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto 25px;
}
.our-partners ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 57px 30px;
}
.our-partners ul li {
  height: 105px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.add-social {
  padding: 87px 53px;
}
.add-social .list-tel li {
  margin-bottom: 14px;
}
.add-social .list-tel li a {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #FF7900;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
}
.add-social .list-tel li a img {
  margin-right: 10px;
}
.add-social .list-tel li a:hover {
  color: #fff;
}
.add-social .list-tel li:last-child {
  margin-bottom: 0;
}
.add-social .h3 {
  margin-bottom: 55px;
}
.add-social .content {
  padding: 85px 53px 60px;
}
.add-social .info-block {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.add-social .info-block p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
  color: #fff;
}

.donate .item .text a {
  position: relative;
  z-index: 3;
}

.our-partners ul li img {
  max-width: 100%;
  max-height: 100%;
}

.title-img .content figure {
  width: 100%;
}
.title-img .content figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.info-show {
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 999999;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 6px;
  background: rgba(123, 147, 255, 0.9);
  color: #FFF !important;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  padding: 12px 17px;
  white-space: nowrap;
}

/*endregion-----------------------END-PAGE-SOCIAL-ACTIVITIES------------------------*/
.page-default header .top-line .content-width:after {
  bottom: 0;
  top: 0;
}

.page-default header .top-line .content-width {
  padding: 25px 0 25px;
}

.page-default header .top-line .logo-wrap {
  left: -18px;
}

header .top-menu > ul > li + li {
  margin-left: 36px;
}

.page-default header .top-menu {
  padding-top: 0;
  top: -3px;
  left: -7px;
}

.events-block {
  padding: 0 0 120px !important;
  margin: 0 !important;
  background: #fff !important;
}
.events-block .bg-mob {
  display: none;
}
.events-block .bg-mob .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.events-block .bg-mob .img-2 {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.events-block .bg-mob .img-3 {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.events-block .bg {
  top: -65px;
}
.events-block .bg .img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.events-block .content-width {
  position: relative;
  z-index: 10;
}
.events-block .content-width .h2 {
  margin-bottom: 45px;
}
.events-block .breadcrumb {
  margin-bottom: 57px;
}
.events-block .select-wrap {
  margin-bottom: 61px;
}
.events-block .select-wrap .wrap {
  overflow-x: auto;
}
.events-block .select-wrap ul {
  display: flex;
  justify-content: center;
  min-width: fit-content;
  padding-bottom: 20px;
}
.events-block .select-wrap ul li {
  margin-right: 21px;
}
.events-block .select-wrap ul li a {
  text-align: center;
  cursor: pointer;
  border: 1px solid #ff7900;
  font-style: normal;
  font-weight: 500;
  padding: 0 25px;
  display: inline-block;
  background: #fef7f3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
  font-size: 18px;
  height: 54px;
  line-height: 52px;
  border-radius: 30px;
  white-space: nowrap;
}
.events-block .select-wrap ul li a:hover {
  background: #ff7900;
  color: #fff;
}
.events-block .select-wrap ul .is-active a {
  background: #ff7900;
  color: #fff;
}
.events-block .sub-title-wrap {
  margin-bottom: 40px;
}
.events-block .sub-title-wrap p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #000;
}
.events-block .tab-item .item + .item {
  margin-top: 40px !important;
}
.events-block .tab-item + .sub-title-wrap {
  margin-top: 123px;
}
.events-block .bottom {
  margin-top: 83px !important;
}
.events-block .bottom .btn-big {
  height: 82px;
  line-height: 82px;
  border-radius: 50px;
}

.form-default .input-wrap-check-more {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-default .input-wrap-check-more p {
  font-size: 18px;
  position: relative;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.3px;
  display: block;
  margin-bottom: 30px;
}
.form-default .input-wrap-check-more .wrap {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}
.form-default .input-wrap-check-more .wrap label {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.3px;
  display: block;
}
.form-default .input-wrap-check-more .wrap label:before {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #787878;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-default .input-wrap-check-more .wrap input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}
.form-default .input-wrap-check-more .wrap input:checked + label:after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background: #FF7900;
}
.form-default .input-wrap-check-more .wrap input:checked + label:before {
  border: 2px solid #FF7900;
}

/*endregion-----------------------END-PAGE-EVENTS------------------------*/
/*region------------------------PAGE-OLD-EVENTS------------------------*/
.old-event .select-wrap ul li a {
  border-color: #505A14;
  background: #FEF7F3;
}

.old-event .select-wrap ul .is-active a {
  background: #505A14;
  color: #fff;
}

.old-event .select-wrap ul li a:hover {
  border-color: #505A14;
  background: #FEF7F3;
}

.old-event .tab-item .item {
  background: #E4E9C7;
}

.old-event .btn-wrap .link-wrap {
  margin: 0;
}

.old-event .tab-item .item .text ul li {
  border: 1px solid #505A14;
  background: #FEF7F3;
}

/*endregion-----------------------END-PAGE-OLD-EVENTS------------------------*/
.old-event-single {
  padding-bottom: 28px !important;
}
.old-event-single .content-text {
  width: 100%;
}
.old-event-single .alignleft {
  float: left;
  width: 100%;
  margin: 0 40px 40px 0;
  height: auto;
  border-radius: 10px;
  max-width: 100%;
}
@media (min-width: 991px) {
  .old-event-single .alignleft {
    width: 560px;
  }
}
.old-event-single p {
  margin-bottom: 50px;
}
.old-event-single .teg {
  margin-bottom: 16px;
}
.old-event-single .teg p {
  font-size: 18px;
  margin-bottom: 0;
}
.old-event-single .loc {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.old-event-single .loc img {
  position: relative;
  margin-right: 12px;
}
.old-event-single .info {
  margin-bottom: 41px;
}
.old-event-single .info li {
  width: fit-content;
  border-radius: 90px;
  border: 1px solid #505A14;
  background: #fff;
  padding: 0 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  margin: 0 12px 12px 0;
}

.marquee-wrap .marquee .item p {
  white-space: nowrap;
}

body .auto-slider-mini {
  padding-top: 80px;
}
body .auto-slider-mini .h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin: 0 0 40px;
}
body .auto-slider-mini .slider-wrap {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 73px;
}
body .auto-slider-mini .nav-wrap {
  display: none;
}
body .auto-slider-mini .swiper-slide {
  height: 520px;
}

/*endregion-----------------------END-PAGE-OLD-EVENT-INNER------------------------*/
.event-single {
  padding-bottom: 60px !important;
}
.event-single .content-columns {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .event-single .content-columns {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.event-single .content-columns figure {
  width: 100%;
}
.event-single .content-columns figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.event-single .content-columns .text {
  width: 100%;
}
.event-single .content-columns .text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.event-single .content-columns .text .teg {
  margin-bottom: 16px;
}
.event-single .content-columns .text .teg p {
  font-size: 18px;
  margin-bottom: 0;
}
.event-single .content-columns .text .loc {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.event-single .content-columns .text .loc img {
  position: relative;
  margin-right: 12px;
}
.event-single .content-columns .text .info-event {
  width: fit-content;
  border-radius: 10px;
  border: 1px solid #FF7900;
  background: #FEF7F3;
  padding: 7px 20px;
  margin-bottom: 12px;
}
.event-single .content-columns .text .info-event p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.event-single .content-columns .text .info-event p b {
  font-weight: 700;
}
.event-single .content-columns .text .info-event p + p {
  margin-top: 0;
}
.event-single .content-columns .text .cost {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.event-single .content-columns .text .cost li {
  margin: 0 12px 12px 0;
  border-radius: 90px;
  border: 1px solid #FF7900;
  background: #FEF7F3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
}
.event-single .content-columns .text-col-2 {
  width: 100%;
  grid-column: 1/-1;
  gap: 40px;
}
@media (min-width: 768px) {
  .event-single .content-columns .text-col-2 {
    column-count: 2;
  }
}
.event-single .content-columns .text-col-2 p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.event-single .content-columns .btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.event-single .content-columns .btn-wrap-group {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .event-single .content-columns .btn-wrap-group {
    flex-direction: row;
    gap: 40px;
  }
}
.event-single .btn-wrap-mob {
  display: none;
}

.auto-slider-mini .h3 {
  padding-inline: 20px;
}
.auto-slider-mini .slider-wrap .swiper-pagination {
  display: block;
}
.auto-slider-mini .text {
  gap: 40px;
  padding: 0 12px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .auto-slider-mini .text {
    column-count: 2;
  }
}
.auto-slider-mini .text ul {
  margin-bottom: 25px;
}
.auto-slider-mini .text ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0;
}
.auto-slider-mini .text ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100%;
}
.auto-slider-mini .text p {
  margin-bottom: 25px;
}
.auto-slider-mini .text p:last-child {
  margin-bottom: 0;
}
.auto-slider-mini .btn-wrap {
  width: 100%;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.img-text {
  padding: 50px 0 50px;
}
.img-text .item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.img-text .item figure {
  width: calc(50% - 20px);
  height: 360px;
}
.img-text .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.img-text .item .text {
  border-radius: 10px;
  background: #F9E5D7;
  padding: 20px 59px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 20px);
}
.img-text .item .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.img-text .item .text p:last-child {
  margin-bottom: 0;
}
.img-text .item .text .sub-title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 15px;
}
.img-text .item .text .sub-title img {
  margin-right: 10px;
}
.img-text .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.img-text .item:last-child {
  margin-bottom: 0;
}

.auto-slider-mini + .img-text {
  margin-top: -70px;
}

.cost-block {
  padding: 31px 0 50px;
}
.cost-block .content-full {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 768px) {
  .cost-block .content-full {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
  }
}
.cost-block .text {
  width: 100%;
}
.cost-block .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 33px;
}
.cost-block .text p b {
  font-weight: 700;
}
.cost-block .text p:last-child {
  margin-bottom: 0;
}
.cost-block .text .title {
  display: flex;
  align-items: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 20px;
}
.cost-block .text .title img {
  margin-right: 10px;
}
.cost-block .border-block {
  width: 100%;
  height: fit-content;
  position: relative;
  padding: 28px 42px 50px 26px;
  background: #F9E5D7;
  border-radius: 10px;
}
.cost-block .border-block .content {
  position: relative;
}
.cost-block .border-block .content .wrap {
  position: relative;
  z-index: 5;
  padding: 36px 33px 0;
  background: #fff;
  border: 1px solid #B1B1B1;
  border-bottom: 0;
}
.cost-block .border-block .content:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: calc(100% + 65px);
  content: "";
  z-index: 2;
  background: #E0E0E0;
}
.cost-block .border-block .content:after {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: calc(100% + 65px);
  content: "";
  z-index: 3;
  background: #ebebeb;
}
.cost-block .border-block .before {
  position: absolute;
  top: -33px;
  right: 33px;
  z-index: 10;
}
.cost-block .border-block .after {
  position: relative;
  z-index: 11;
  height: 65px;
}
.cost-block .border-block .after img {
  position: absolute;
  bottom: 0;
  right: -8px;
  z-index: 20;
}
.cost-block .border-block .after:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: calc(100% - 103px);
  background: #fff;
  display: block;
  border-left: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  content: "";
}
.cost-block .border-block .after:after {
  position: absolute;
  top: 0;
  left: 20px;
  height: 30px;
  width: calc(100% - 80px);
  background: #fff;
  display: block;
  content: "";
}
.cost-block .border-block .sub-title-1 {
  color: #FF7900;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}
.cost-block .border-block .sub-title-2 {
  display: flex;
  align-items: center;
  color: #505A14;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 12px;
}
.cost-block .border-block .sub-title-2 img {
  margin-right: 10px;
}
.cost-block .border-block ol {
  margin: 0 0 18px;
  padding-left: 21px;
}
.cost-block .border-block ol:last-child {
  margin-bottom: 0;
}

.requirements {
  padding: 33px 0 120px;
}
.requirements .title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.requirements .title img {
  margin-right: 10px;
}
.requirements ol {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  list-style: none;
  padding: 0;
  align-items: center;
  align-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .requirements ol {
    grid-template-columns: repeat(2, 1fr);
  }
}
.requirements ol li {
  padding-right: 20px;
  position: relative;
  padding-left: 43px;
  counter-increment: li;
}
.requirements ol li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: counter(li);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 100%;
  font-size: 20px;
  box-sizing: border-box;
  font-weight: 700;
}
.requirements ol li p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.requirements ol li p b {
  font-weight: 700;
}
.requirements ol li li:last-child {
  margin-bottom: 0;
}
.requirements .btn-wrap {
  width: 100%;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.requirements .btn-wrap a + a {
  margin-left: 40px;
}
.requirements .info-center {
  margin-top: 41px;
}
.requirements .info-center p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.requirements .info-center p a {
  font-weight: 700;
  text-decoration-line: underline;
  color: #FF7900;
}
.requirements .info-center p a:hover {
  color: rgb(120, 120, 120);
}

.btn-green {
  background: rgb(80, 90, 20);
  border-color: rgb(80, 90, 20);
}
.btn-green:hover {
  background: #2B3D24;
  border-color: #2B3D24;
}

/*endregion-----------------------END-PAGE-EVENT-INNER------------------------*/
/*region------------------------PAGE-TEACHING------------------------*/
.teaching-info {
  padding-bottom: 10px !important;
}

.teaching-info .content:after {
  display: none !important;
}

.teaching-info h1 {
  margin-bottom: 66px;
}

.teaching-info .content figure {
  height: 380px;
}

.accordion-slider {
  padding: 6px 0 50px;
}

.accordion-slider .content-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion-slider .accordion {
  width: calc(50% - 20px);
  border-radius: 10px;
  background: #F9E5D7;
  padding: 36px 60px 32px;
}

.accordion-slider .swiper {
  width: 100%;
}

.accordion-slider .slider-wrap {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.accordion-slider .slider-wrap .nav-wrap {
  display: none;
}

.accordion-slider .slider-wrap .swiper-slide {
  height: 370px;
}

.accordion-slider .slider-wrap .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.accordion-slider .accordion-item {
  padding: 0;
  border-radius: 0;
  background: transparent;
  counter-increment: li;
  margin-bottom: 21px;
}

.accordion-slider .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-slider .accordion-thumb {
  padding: 0 0 0 5px;
  min-height: 0;
}

.accordion-slider .accordion-thumb p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  position: relative;
}

.accordion-slider .accordion-thumb p span {
  padding-left: 5px;
}

.accordion-slider .accordion-thumb p:before {
  margin-right: 4px;
  content: counter(li) ".";
}

.accordion-slider .accordion-panel .wrap {
  margin: 5px 0 0;
  padding: 0;
}

.accordion-slider .accordion-panel .wrap p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
}

.accordion-slider .title-wrap {
  width: 100%;
  margin-bottom: 14px;
}

.accordion-slider .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
}

.accordion-slider .h2 b {
  color: #FF7900;
}

.accordion-slider .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

.accordion-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #f6e2d4;
  opacity: 1 !important;
  margin: 0 13px !important;
}

.accordion-slider .swiper-pagination-bullet-active {
  background: #FF7900;
}

.item-2n {
  padding: 72px 0 50px;
}

.item-2n .h2 {
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 34px;
}

.item-2n .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-2n .content-item .item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.item-2n .content-item .item figure {
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}

.item-2n .content-item .item figure img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.item-2n .content-item .item figure:hover img {
  -webkit-transform: translate(1.03);
  transform: translate(1.03);
}

.item-2n .content-item .item .text {
  border-radius: 0 0 10px 10px;
  background: #F9E5D7;
  margin-top: -10px;
  padding: 47px 60px 20px;
  min-height: 270px;
}

.item-2n .content-item .item .text p {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 320px;
}

.item-2n .content-item .item .text .sub-title {
  max-width: inherit;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 12px;
}

.item-2n .content-item .item .text .link-wrap {
  margin-top: 23px;
}

.item-2n .content-item .item .text .link-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.item-2n .content-item .item .text .link-wrap a img {
  margin-right: 10px;
}

.item-2n .content-item .item .text .link-wrap a:hover {
  color: #FF7900;
}

.item-2n .content-item .item .text .link-wrap a:hover img {
  -webkit-filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}

.item-2n .faq-add {
  padding: 17px 0 0;
}

.item-2n .faq-add .text {
  min-width: 59%;
}

.item-2n .faq-add .btn-wrap {
  max-width: 29%;
}

.item-2n .faq-add .h3 {
  margin-bottom: 20px;
}

.item-2n .btn-circle-orange {
  font-size: 16px;
}

.video-section {
  padding: 72px 0 50px;
}

.video-section .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 45px;
}

.video-section .content {
  padding: 0 60px;
}

.video-section .content a {
  display: block;
  position: relative;
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
}

.video-section .content a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.video-section .content a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.video-section .content a .icon-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.video-section .content a .icon-wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.video-section .content a:hover .icon-wrap {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.item-3x2 {
  padding: 70px 0 50px;
}

.item-3x2 .link-wrap {
  display: none;
}

.item-3x2 .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 45px;
}

.item-3x2 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 40px;
}

.item-3x2 .item {
  overflow: hidden;
  border-radius: 10px;
}

.item-3x2 .item a {
  display: block;
  height: 280px;
  position: relative;
}

.item-3x2 .item a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.item-3x2 .item a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.3);
}

.item-3x2 .item a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 35px 30px;
}

.item-3x2 .item a .text p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #fff;
}

.item-3x2 .item a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.popup-scientific .scientific-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.popup-scientific .scientific-content ul li {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  counter-increment: li;
}

.popup-scientific .scientific-content ul li a {
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #000;
  margin-bottom: 5px;
}

.popup-scientific .scientific-content ul li a span {
  padding-left: 5px;
}

.popup-scientific .scientific-content ul li a:before {
  content: counter(li) ".";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  color: #000;
}

.popup-scientific .scientific-content ul li a:hover {
  color: #FF7900;
}

.popup-scientific .scientific-content ul li a:hover:before {
  color: #FF7900;
}

.popup-scientific .scientific-content ul li a:hover span {
  text-decoration: underline;
}

.popup-scientific .scientific-content ul li p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin: 0;
}

.links-block {
  padding: 68px 0 120px;
}

.links-block .link-wrap {
  display: none;
}

.links-block .h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  text-align: center;
  margin-bottom: 45px;
}

.links-block .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 40px;
}

.links-block .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9E5D7;
  height: 186px;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 15px;
}

.links-block .item a figure {
  height: 100px;
  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;
  margin-bottom: 1px;
}

.links-block .item a p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
}

.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.read-more img {
  margin-right: 5px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  top: -2px;
}

.read-more:hover {
  color: #000;
}

.read-more:hover img {
  -webkit-filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
  filter: invert(60%) sepia(56%) saturate(563%) hue-rotate(359deg) brightness(119%) contrast(106%);
}

.item-3x2 .item a .text p {
  min-height: 59px;
}

/*endregion-----------------------END-PAGE-TEACHING------------------------*/
/*region------------------------PAGE-FESTIVAL------------------------*/
.festival {
  padding: 0 0 17px !important;
}
.festival .content-width img {
  max-width: 100%;
}
.festival .info-orange {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
@media (min-width: 575px) {
  .festival .info-orange {
    flex-direction: row;
  }
}
.festival .info-orange li {
  border: 1px solid var(--orange-100-brand-color, #FF7900);
  background: #FEF7F3;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 50px;
}
.festival .content-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 1150px) {
  .festival .content-wrapper {
    flex-direction: row;
    gap: 60px;
    margin-bottom: 40px;
  }
}

.festival + .item-3x2 .content {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 575px) {
  .festival + .item-3x2 .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1150px) {
  .festival + .item-3x2 .content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.festival .content-width {
  position: relative;
}

.festival .breadcrumb {
  margin-bottom: 59px;
}

.festival .h2 {
  margin-bottom: 43px !important;
}

.festival .btn-wrap {
  margin-bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.festival .btn-wrap a:first-child {
  margin-right: 20px;
}

.festival .btn-wrap a {
  min-width: 215px;
}

.festival p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
}

.festival .read-more-festival {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #FF7900;
}

.festival .read-more-festival img {
  position: relative;
  top: -2px;
}

.festival .read-more-festival:hover {
  color: #505A14;
}

.festival .link-wrap {
  margin-bottom: 30px;
}

.festival .hide-block-festival {
  display: none;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  width: 100%;
}

.old-event-inner .info li {
  display: inline-block;
  margin: 0 12px 12px 0;
}

.item-3x2-logo {
  padding: 10px 0 77px;
}

.item-3x2-logo .item a:after {
  display: none;
}

.item-3x2-logo .item a {
  height: 230px;
}

.item-3x2-logo .item a .mini-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 3;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.item-3x2-logo .item a .mini-logo img {
  width: 100%;
  vertical-align: top;
}

.festival-add .text {
  width: 65%;
  padding-top: 13px;
}

.festival-add .btn-wrap {
  width: 29%;
}

.festival-add .content {
  padding: 103px 53px 85px;
}

.accordion-slider .accordion-thumb p:hover {
  color: #FF7900;
}

.accordion-slider .accordion-thumb p:hover:before {
  color: #FF7900;
}

/*endregion-----------------------END-PAGE-FESTIVAL------------------------*/
/*region------------------------PAGE-MERCH------------------------*/
.merch {
  padding-bottom: 105px;
}

.merch .breadcrumb {
  margin-bottom: 57px;
}

.merch h1 {
  margin-bottom: 29px;
}

.merch .head-merch {
  max-width: 960px;
  margin: 0 auto 40px;
}

.merch .head-merch p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}

.merch .head-merch p a {
  color: #FF7900;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 600;
}

.merch .head-merch p a:hover {
  color: #EB6F00;
}

.merch .head-merch p:last-child {
  margin-bottom: 0;
}

.merch .item .text-wrap p {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 20px;
}

.merch .item .text-wrap p:last-child {
  margin-bottom: 14px;
}

.merch .item figure .label p {
  margin: 0 !important;
}

/*endregion-----------------------END-PAGE-MERCH------------------------*/
/*region------------------------PAGE-RENTAL------------------------*/
.rental .rental-img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 40px;
  margin-bottom: 60px;
}

.rental .rental-img .item-img {
  overflow: hidden;
  border-radius: 10px;
}

.rental .rental-img .item-img a {
  display: block;
  height: 230px;
  position: relative;
}

.rental .rental-img .item-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rental .rental-img .item-img a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.rental .title {
  margin: 30px 0 45px;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
}

.rental .title-info {
  margin: 0 0 25px;
}

.rental .rental-table-wrap {
  margin-bottom: 40px;
}

.rental .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.rental .text-info ul {
  padding: 0 18px;
}

.rental .text-info ul li {
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.rental .text-info ul li:before {
  position: absolute;
  top: -8px;
  left: -7px;
  content: ".";
  color: #000;
  font-size: 30px;
}

.rental .rental-img-2 {
  margin-bottom: 120px;
}

.table-col-2 {
  margin: auto;
  border-radius: 10px;
  border: 1px solid #000;
  width: 840px;
  max-width: 100%;
}

.table-col-2 .table-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #000;
}

.table-col-2 .table-head {
  border-top: none;
}

.table-col-2 .data {
  width: 50%;
  padding: 11px 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-col-2 .data-1 {
  border-right: 1px solid #000;
}

.table-col-2 .table-head .data {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  text-align: center;
  padding: 22px 25px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-default .input-wrap-date {
  position: relative;
}

.form-default .input-wrap-date input {
  width: 300px;
  padding-right: 70px;
}

.form-default .input-wrap-date img {
  position: absolute;
  left: 270px;
  top: 5px;
}

.popup-default .text-info-popup {
  margin: 25px auto 0;
  width: 235px;
}

.popup-default .text-info-popup p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
}

.popup-default .text-info-popup p a {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #FF7900;
}

.popup-default .text-info-popup p a:hover {
  color: #EB6F00;
}

.popup-default .text-info-popup p:last-child {
  margin-bottom: 0;
}

.air-datepicker-global-container {
  z-index: 999999;
}

.order-popup .h3 {
  padding: 0 !important;
}

/*endregion-----------------------END-PAGE-RENTAL------------------------*/
/*region----------------------PAGE-MERCH2------------------------*/
.merch .item-merch {
  margin-bottom: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.merch .item-merch .img-wrap {
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.merch .item-merch .img-wrap figure {
  width: calc(33.33% - 14px);
  margin-right: 20px;
  height: 124px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.merch .item-merch .img-wrap figure .label {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  border-radius: 90px;
  background: #F4F3F3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0 16px;
  z-index: 10;
}

.merch .item-merch .img-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.merch .item-merch .img-wrap figure:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.merch .item-merch .img-wrap figure:last-child {
  margin-right: 0;
}

.merch .item-merch .img-wrap .big {
  margin: 0 0 20px;
  height: 358px;
  width: 100%;
}

.merch .text-wrap {
  width: 48.2%;
}

.merch .text-wrap .title {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 106%;
  margin-bottom: 20px;
}

.merch .text-wrap p {
  margin-bottom: 15px;
}

.merch .text-wrap p b {
  font-weight: 700;
}

.merch .text-wrap p a {
  color: #FF7900;
  font-weight: 600;
  text-decoration: underline;
}

.merch .text-wrap p a:hover {
  color: #EB6F00;
}

.merch .text-wrap .price {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 112%;
  margin-bottom: 20px;
}

.merch .text-wrap ul {
  margin: -15px 0 20px;
  padding-left: 17px;
}

.merch .text-wrap ul li {
  position: relative;
  padding-left: 10px;
}

.merch .text-wrap ul li b {
  font-weight: 700;
}

.merch .text-wrap ul li:before {
  position: absolute;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
  left: -6px;
  content: "";
  font-size: 30px;
  color: #000;
}

.merch .item-merch:last-child {
  margin-bottom: 30px;
}

.form-default .input-wrap-check + .input-wrap-check {
  margin-top: -20px;
}

.form-default .input-wrap-check-black + .input-wrap-check-black {
  margin-top: 0;
}

.form-default .input-wrap-radio + .input-wrap-radio {
  margin-top: 0;
}

.popup-full .center {
  width: 560px;
}

.popup-full .form-default.content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-full p.info.mtb {
  margin: 0 0 40px;
}

.contact .form-default .input-submit input {
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
}

.event .btn-wrap {
  grid-gap: 15px;
}

.event .btn-wrap a {
  margin: 0 !important;
}

.oon ul li figure img {
  width: 100%;
}

.about-block .read-more span:nth-child(3) {
  display: none;
}

.festival .read-more-festival span:nth-child(3) {
  display: none;
}

.festival .read-more-festival.is-open span:nth-child(3) {
  display: inline-block;
}

.festival .read-more-festival.is-open span:nth-child(2) {
  display: none;
}

.about-block .read-more.is-open span:nth-child(3) {
  display: inline-block;
}

.about-block .read-more.is-open span:nth-child(2) {
  display: none;
}

.about-block .read-more.is-open img {
  transform: rotate(45deg);
}

.festival .read-more-festival.is-open img {
  transform: rotate(45deg);
}

.fancybox-toolbar button {
  display: none !important;
}

.fancybox-toolbar button:last-child {
  display: inline-block !important;
}

.links-block .item a figure img {
  object-fit: contain;
  object-position: center;
}

.auto-slider-mini .btn-wrap {
  position: relative;
  z-index: 99;
}

/*endregion---------------------END-PAGE-MERCH2------------------------*/
.filter {
  width: 100%;
  position: relative;
  min-width: 0;
  text-align: center;
}
.filter__message {
  text-align: center;
}
.filter-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  margin-bottom: 40px;
  grid-gap: 40px;
  z-index: 10;
}
@media (min-width: 768px) {
  .filter-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.filter-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.9rem;
  color: #b8b8b8;
}
.filter-tags span {
  padding: 4px 12px;
  background-color: #fef7f4;
  color: #000;
  border-radius: 4px;
  margin: 4px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}
.filter-tags span:before {
  content: "✖";
  position: absolute;
  top: -3px;
  right: -2px;
  width: 20px;
  height: 20px;
  color: #f4dfbf;
}
.filter-btn {
  background-color: #F9E5D7;
  border-radius: 50px;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #FF7900;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 768px) {
  .filter-btn {
    width: fit-content;
    min-width: 50%;
  }
}
.filter-btn:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}
.filter-menu {
  display: none;
  width: 100%;
  grid-column: 1/2;
  padding: 10px;
  margin: 5px 0 0;
  position: absolute;
  z-index: 1;
  top: 51px;
  background: #fff;
  border: 1px solid #FF7900;
  border-radius: 16px;
  list-style: none;
  max-height: 350px;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .filter-menu {
    overflow-y: visible;
    max-height: fit-content;
  }
}
.filter-menu li {
  margin-block: 5px;
  padding: 5px 20px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.filter-menu li:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  background-color: #ededed;
}
.filter-menu li:last-child:after {
  display: none;
}
.filter-menu li.active {
  background-color: #FF7900;
  color: #fff;
}

.filter.open .filter-menu {
  display: block;
}

/*&:after {
  content: "";
  display: table;
  clear: both;}*/
body {
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-width: 320px;
  position: relative;
  background: #fff;
  max-width: 3000px;
  margin: auto;
  color: #000;
}

header, section, footer {
  margin: auto;
}

a {
  text-decoration: none;
}
a:focus {
  outline: none !important;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

figure {
  margin: 0;
}
figure img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
}

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

p, a {
  color: #000;
  margin: 0;
}

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.content-width {
  width: 1160px;
  margin: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 800;
  margin: 0 0 30px;
}

input:invalid {
  box-shadow: none;
}

input, textarea, button {
  outline: none !important;
}

.mac .faq-add .h3 {
  position: relative;
  top: -20px;
}
.mac .border {
  border: 1px solid #000;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 50px;
}
.mac .h2 {
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.mac .pb-15 span {
  position: relative;
  top: -15px;
}
.mac .pb-10 span {
  position: relative;
  top: -10px;
}
.mac .pb-25 span {
  position: relative;
  top: -25px;
}
.mac .pb-20 span {
  position: relative;
  top: -20px;
}
.mac .pb-30 span {
  position: relative;
  top: -30px;
}
.mac .pb-35 span {
  position: relative;
  top: -35px;
}

@media (min-width: 992px) {
  .adventures .item-2 .info, .adventures .item-3 .info, .adventures .item-4 .info {
    top: calc(100% + 35px);
    bottom: inherit;
  }
  .adventures .item-2 .info:after, .adventures .item-3 .info:after, .adventures .item-4 .info:after {
    top: -11px;
    transform: rotate(225deg);
  }
}
.event .bottom a + a {
  margin-left: 25px;
}

.event .btn-wrap a + a {
  margin-left: 15px;
}

.about-block .bg {
  top: 135px;
}

body .popup-blog .content .auto-slider-mini .swiper-slide {
  height: 435px !important;
}

.teaching-info .bg {
  top: -50px;
}

.team-info .btn a span:last-child, .links-block .link-wrap a span:last-child, .item-3x2 .link-wrap a span:last-child {
  display: none;
}

.team-info.is-open .btn a span:last-child, .links-block.is-open .link-wrap a span:last-child, .item-3x2.is-open .link-wrap a span:last-child {
  display: block;
}

.team-info.is-open .btn a span:nth-child(2), .links-block.is-open .link-wrap a span:nth-child(2), .item-3x2.is-open .link-wrap a span:nth-child(2) {
  display: none;
}

.team-info.is-open .btn a img, .links-block.is-open .link-wrap a img, .item-3x2.is-open .link-wrap a img {
  transform: rotate(45deg);
}

.team-info.is-open .item, .links-block.is-open .item, .item-3x2.is-open .item {
  display: block !important;
}

.team-info .btn a img {
  position: relative;
  top: -1px;
}

.faq {
  position: relative;
}

.faq-block .content-width {
  position: relative;
  z-index: 3;
}

.faq-m .breadcrumb {
  margin-bottom: 55px;
}

.faq-m .bg img {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.faq-m .bg {
  top: -50px;
}

.donate .top {
  position: relative;
  z-index: 99;
}

.item-3x2-logo .bottom {
  position: relative;
  top: 45px;
}

/*# sourceMappingURL=styles.css.map */
