html {
  scroll-behavior: smooth;
}
.page-content {
  padding-top: 50px;
  background-color: #1e1d1d;
}
main {
  padding-bottom: 80px !important;
  border-bottom: 1px solid #348D8B !important;
}
.l_head {
  width: 100%;
  height: 720px;
  background-image: url("../img/banner.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  box-sizing: border-box;
  padding-top: 50px;
  border-bottom: 1px solid #348D8B;
}
.l_head__toplinks {
  list-style: none;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.l_head__toplinks li {
  border-right: 1px solid #AF9D60;
}
.l_head__toplinks li:last-of-type {
  border-right: 0px;
}
.l_head__toplinks li:last-of-type a {
  width: 180px;
}
.l_head__toplinks li a {
  display: inline-block;
  width: auto;
  text-align: center;
  color: #AF9D60;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  font-family: Bebas Neue, Arial, sans-serif;
  text-transform: uppercase;
}
.l_head__toplinks li a:hover {
  color: #e33045;
}
.l_head__toplinks li a.active {
  color: #e33045;
}
.l_head__content {
  padding-top: 120px;
  width: 100%;
}
.l_head__content h1 {
  font-size: 68px;
  font-weight: bold;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #AF9D60;
  text-transform: uppercase;
}
.l_head__content h1 span {
  color: #fff;
}
.l_head__content p {
  font-weight: bold;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #AF9D60;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.breadcrumbsblock {
  margin-top: 30px;
  color: #AF9D60;
}
.breadcrumbsblock a {
  text-decoration: none;
  color: #AF9D60;
}
.breadcrumbsblock a svg {
  position: relative;
  top: 11px;
  margin-right: 6px;
}
.imageleft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 90px;
  border-bottom: 1px solid #AF9D60;
  margin-top: 40px;
}
.imageleft__left {
  width: 400px;
  height: 400px;
  background-position: center center;
  background-size: cover;
}
.imageleft__right {
  width: calc(100% - 440px);
}
.imageleft__blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.imageleft__blocks__block {
  width: calc(33% - 20px);
  height: 96px;
  box-sizing: border-box;
  padding: 20px;
  color: #AF9D60;
  font-weight: bold;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  border: 1px solid #AF9D60;
  text-align: center;
}
.imageleft__blocks__block span {
  color: #fff;
  display: block;
}
.imageleft h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.imageleft h2 span {
  color: #fff;
}
.imageleft p {
  color: #fff;
  line-height: 24px;
}
.matchblock {
  padding-top: 40px;
  padding-bottom: 40px;
}
.matchblock h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.matchblock h2 span {
  color: #fff;
  display: block;
}
.matchblock__block {
  /*
    .swiper-slide-active {
      background: #272626;
      box-shadow: 0px 0px 4px #AF9D60, 0px 0px 30px rgba(175, 157, 96, 0.5);
    }
     */
}
.matchblock__block_container {
  display: flex;
  justify-content: flex-start;
}
.matchblock__block_container .match-slide {
  margin-right: 20px;
}
.matchblock__block_container .match-slide:last-of-type {
  margin-right: 0px;
}
@media (min-width: 1000px) {
  .matchblock__block_ns .swiper-wrapper {
    transition-duration: 0ms !important;
    transform: translate3d(5px, 0px, 0px) !important;
  }
}
.matchblock__block .swiper-wrapper {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.matchblock__block .matches-slider-nav {
  display: none;
}
.matchblock__block .swiper-slide:first-of-type {
  background: #272626;
  box-shadow: 0px 0px 4px #AF9D60, 0px 0px 30px rgba(175, 157, 96, 0.5);
}
.matchblock__block .match-slide {
  background: #272626;
  color: #fff !important;
  min-height: 340px !important;
}
.matchblock__block .match-slide > div > div {
  color: #fff !important;
}
.matchblock__block .match-slide .odds {
  color: #fff !important;
  border-color: #AF9D60;
  border-width: 1px;
}
.matchblock__block .match-slide .match-btn:before {
  background-color: #AF9D60 !important;
}
.matchblock__block .match-slide .match-btn:after {
  background-color: #AF9D60 !important;
}
.matchblock__block .match-slide .match-team-title {
  color: #fff !important;
}
.matchblock__block .match-slide .match-time {
  color: #fff !important;
}
.matchblock__block .match-slide .match-time span {
  color: #fff !important;
}
.matchblock__block .match-slide .match-btn {
  display: none !important;
}
.matchblock__block_anons .matches-slider-nav {
  display: flex;
  margin-top: 0px;
  color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-prev {
  border-color: #AF9D60 !important;
  color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-prev:before {
  background-color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-prev:after {
  background-color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-next {
  border-color: #AF9D60 !important;
  color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-next:before {
  background-color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-next:after {
  background-color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-nav-info a {
  color: #AF9D60 !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-nav-info a:after {
  background-color: #fff !important;
}
.matchblock__block_anons .matches-slider-nav .matches-slider-nav-info a:hover:after {
  background-color: #348D8B !important;
}
.matchblock_sell .match-slide .match-btn {
  display: block !important;
}
.iconsblock {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #AF9D60;
}
.iconsblock h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.iconsblock h2 span {
  color: #fff;
  display: block;
}
.iconsblock__icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
}
.iconsblock__icon {
  text-align: center;
  border-right: 1px solid #AF9D60;
  margin-bottom: 30px;
}
.iconsblock__icon:nth-of-type(3) {
  border-right: 0px;
}
.iconsblock__icon p {
  color: #fff;
  line-height: 24px;
}
.lquestions {
  padding-top: 90px;
  padding-bottom: 90px;
}
.lquestions h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.lquestions h2 span {
  color: #fff;
}
.lquestions__block {
  box-sizing: border-box;
  margin-left: 100px;
  width: calc(100% - 100px);
  border-bottom: 1px solid #AF9D60;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  transition: all 300ms;
}
.lquestions__block svg {
  position: absolute;
  right: 0px;
  top: 40px;
  transition: all 300ms;
  cursor: pointer;
}
.lquestions__block h2 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.lquestions__block p {
  max-height: 0px;
  color: #fff;
  line-height: 24px;
  opacity: 0;
  transition: all 300ms;
}
.lquestions__block.active svg {
  transform: rotate(90deg);
}
.lquestions__block.active p {
  max-height: 200px;
  color: #fff;
  line-height: 24px;
  opacity: 1;
}
.blockinfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid #AF9D60;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 80px;
}
.blockinfo__left {
  width: calc(100% - 440px);
}
.blockinfo__left h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.blockinfo__left h2 span {
  color: #fff;
}
.blockinfo__left p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 30px;
}
.blockinfo__right {
  width: 400px;
  min-height: 400px;
}
.blockinfo__right img {
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.blockinfo__right .custom-slider-content {
  overflow-x: hidden;
}
.blockinfo__right .news-slider {
  min-width: 100% !important;
}
.blockinfo__right .swiper-pagination-bronze {
  position: absolute;
  width: calc(100% - 0px);
  height: 2px;
  bottom: 10px;
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  margin-left: 0px;
  overflow: hidden;
}
.blockinfo__right .swiper-pagination-bronze .swiper-pagination-bullet {
  flex: 1;
  height: 2px;
  background-color: #AF9D60;
  display: inline-block;
  position: relative;
}
.blockinfo__right .swiper-pagination-bronze .swiper-pagination-bullet:before {
  content: ' ';
  display: block;
  width: 9999px;
  height: 2px;
  position: absolute;
  left: 0px;
  right: auto;
  background-color: #AF9D60;
  pointer-events: none;
}
.blockinfo__right .swiper-pagination-bronze .swiper-pagination-bullet-active {
  background-color: #AF9D60;
}
.blockinfo__right .swiper-pagination-bronze .swiper-pagination-bullet-active:before {
  content: ' ';
  display: block;
  width: 9999px;
  height: 2px;
  position: absolute;
  right: 0px;
  left: auto;
  background-color: #333;
  pointer-events: none;
}
.blockinfo__right .custom-swiper {
  width: 100%;
  position: relative;
}
.blockinfo__right .custom-swiper .swiper-wrapper {
  display: flex;
  padding-bottom: 20px;
}
.blockinfo__right .custom-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  /* Automatically match the content width */
  margin-right: 0px;
  /* Add spacing between slides */
}
.blockinfo__right .custom-swiper .swiper-slide img {
  display: block;
  height: 400px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}
.blockinfo__right .custom-swiper .swiper-buttons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  width: calc(100% - 0px);
  margin-left: auto;
  margin-right: auto;
}
.blockinfo__right .custom-swiper .swiper-button-prev,
.blockinfo__right .custom-swiper .swiper-button-next {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  background-color: transparent !important;
  padding: 0px !important;
  box-sizing: content-box !important;
  width: 80px !important;
  height: 60px !important;
}
.blockinfo__right .custom-swiper .swiper-button-prev:before,
.blockinfo__right .custom-swiper .swiper-button-next:before {
  display: none !important;
}
.blockinfo__right .custom-swiper .swiper-button-prev:after,
.blockinfo__right .custom-swiper .swiper-button-next:after {
  display: none !important;
}
.blockinfo__right .custom-swiper .swiper-button-prev svg,
.blockinfo__right .custom-swiper .swiper-button-next svg {
  width: 60px;
  height: 40px;
}
.lgallery {
  padding-top: 90px;
  padding-bottom: 90px;
}
.lgallery h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.lgallery h2 span {
  color: #fff;
  display: block;
}
.lgallery__block .swiper-pagination-bronze {
  position: absolute;
  width: calc(100% - 360px);
  height: 2px;
  bottom: -9px;
  display: flex;
  gap: 30px;
  box-sizing: border-box;
  margin-left: 180px;
  overflow: hidden;
}
.lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet {
  flex: 1;
  height: 2px;
  background-color: #AF9D60;
  display: inline-block;
  position: relative;
}
.lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet:before {
  content: ' ';
  display: block;
  width: 9999px;
  height: 2px;
  position: absolute;
  left: 0px;
  right: auto;
  background-color: #AF9D60;
  pointer-events: none;
}
.lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet-active {
  background-color: #AF9D60;
}
.lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet-active:before {
  content: ' ';
  display: block;
  width: 9999px;
  height: 2px;
  position: absolute;
  right: 0px;
  left: auto;
  background-color: #333;
  pointer-events: none;
}
.lgallery__block .custom-swiper {
  width: 100%;
  position: relative;
}
.lgallery__block .custom-swiper .swiper-wrapper {
  display: flex;
}
.lgallery__block .custom-swiper .swiper-slide {
  flex-shrink: 0;
  width: auto;
  /* Automatically match the content width */
  margin-right: 10px;
  /* Add spacing between slides */
}
.lgallery__block .custom-swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  /* Ensure the image doesn't overflow */
  height: auto;
}
.lgallery__block .custom-swiper .swiper-buttons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  width: calc(100% - 180px);
  margin-left: auto;
  margin-right: auto;
}
.lgallery__block .custom-swiper .swiper-button-prev,
.lgallery__block .custom-swiper .swiper-button-next {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  background-color: transparent !important;
  padding: 0px !important;
  box-sizing: content-box !important;
  width: 80px !important;
  height: 60px !important;
}
.lgallery__block .custom-swiper .swiper-button-prev:before,
.lgallery__block .custom-swiper .swiper-button-next:before {
  display: none !important;
}
.lgallery__block .custom-swiper .swiper-button-prev:after,
.lgallery__block .custom-swiper .swiper-button-next:after {
  display: none !important;
}
.lgallery__block .custom-swiper .swiper-button-prev svg,
.lgallery__block .custom-swiper .swiper-button-next svg {
  width: 60px;
  height: 40px;
}
.lgallery__block .custom-swiper .swiper-button-prev:hover,
.lgallery__block .custom-swiper .swiper-button-next:hover {
  background-color: transparent !important;
}
.lgallery__block .swiper-button-disabled {
  opacity: 0 !important;
}
.botform {
  padding-top: 90px;
  padding-bottom: 20px;
}
.botform h2 {
  font-size: 54px;
  color: #AF9D60;
  margin-bottom: 30px;
}
.botform h2 span {
  color: #fff;
  display: block;
}
.botform__block {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 80px;
  padding-right: 0px;
}
.botform__block__input {
  margin-bottom: 10px;
}
.botform__block__input input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: black;
  border: 2px solid #7e7e7e;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.botform__block__input input[type="checkbox"]:checked {
  background-color: black;
}
.botform__block__input input[type="checkbox"]:checked::after {
  content: "✓";
  font-size: 14px;
  color: #AF9D60;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.botform__block__input input {
  border: 0px;
  border-bottom: 1px solid #999;
  background-color: transparent !important;
  font-size: 28px;
  color: #fff !important;
  font-weight: bold;
  font-family: Bebas Neue, Arial, sans-serif;
}
.botform__block__input input::placeholder {
  color: #7e7e7e;
}
.botform__block__input span {
  color: #7e7e7e;
  display: block;
  padding-top: 6px;
}
.botform__block__input_checkbox input {
  display: inline-block;
  float: left;
  margin-right: 8px;
  position: relative;
  top: 6px;
}
.botform__block__input_submit {
  text-align: center;
  padding-top: 40px;
}
.botform__block__input_submit button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.botform__block__input.error input {
  border-bottom-color: #E33046 !important;
}
.botform__block__input.error span {
  color: #E33046 !important;
}
.botform__block__left {
  width: 470px;
}
.botform__block__right {
  width: calc(100% - 500px);
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
input {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Bebas Neue', Arial, sans-serif;
  background-color: transparent;
  color: #ffffff;
}
input::placeholder {
  color: #7e7e7e;
}
input:focus,
input:hover,
input:active {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Bebas Neue', Arial, sans-serif;
  color: #ffffff;
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #1e1d1d inset !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 24px !important;
  font-weight: bold !important;
  font-family: 'Bebas Neue', Arial, sans-serif !important;
  transition: background-color 50000s ease-in-out 0s !important;
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
input:-webkit-autofill::first-line {
  -webkit-box-shadow: 0 0 0 1000px #1e1d1d inset !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 24px !important;
  font-weight: bold !important;
  font-family: 'Bebas Neue', Arial, sans-serif !important;
  transition: background-color 50000s ease-in-out 0s !important;
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
input:autofill-preview {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Bebas Neue', Arial, sans-serif;
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
input:autofill-preview::first-line {
  -webkit-box-shadow: 0 0 0 1000px #1e1d1d inset !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 24px !important;
  font-weight: bold !important;
  font-family: 'Bebas Neue', Arial, sans-serif !important;
  transition: background-color 50000s ease-in-out 0s !important;
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}
@keyframes autofill {
  100% {
    -webkit-box-shadow: 0 0 0 1000px #1e1d1d inset !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: 'Bebas Neue', Arial, sans-serif !important;
    transition: background-color 50000s ease-in-out 0s !important;
  }
}
@-webkit-keyframes autofill {
  100% {
    -webkit-box-shadow: 0 0 0 1000px #1e1d1d inset !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: 'Bebas Neue', Arial, sans-serif !important;
    transition: background-color 50000s ease-in-out 0s !important;
  }
}
.btn:hover {
  color: #fff !important;
}
.btn-red {
  margin-right: 20px;
}
.btn-lwhite {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn-lwhite:before {
  background-color: #fff !important;
}
.btn-bronze {
  border: 1px solid #AF9D60 !important;
  color: #fff !important;
}
.btn-bronze:before {
  background-color: #AF9D60 !important;
}
.btn-bronze:after {
  background-color: #AF9D60 !important;
}
.l_content {
  max-width: 1340px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.l_content .btn-lwhite:hover {
  border: 1px solid #348D8B !important;
}
.l_content .btn-lwhite:hover:before {
  opacity: 0;
}
.fc_adf_footer {
  display: none !important;
}
.smallviplodges_gallery_slide {
  width: 400px;
  height: 400px;
}
.smallviplodges_gallery_slide__container {
  width: 400px;
  height: 400px;
}
.smallviplodges_gallery_slide__image {
  width: 400px;
  height: 400px;
  background-size: cover;
  background-position: center top;
}
.viplodges_gallery_slide {
  width: 600px;
  height: 400px;
}
.viplodges_gallery_slide__container {
  width: 600px;
  height: 400px;
}
.viplodges_gallery_slide__image {
  width: 600px;
  height: 400px;
  background-size: cover;
  background-position: center top;
}
.custom-slider-bottom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active ~ .swiper-pagination-bullet:before {
  background-color: rgba(62, 65, 74, 0.2) !important;
}
.custom-slider-bottom {
  border-color: #AF9D60 !important;
}
.custom-slider-bottom:before {
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-pagination-bullet:before {
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-pagination-bullet-active:before {
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-prev {
  border-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-prev.disabled {
  opacity: 0 !important;
}
.custom-slider-bottom .swiper-prev:before {
  border-color: #AF9D60 !important;
  color: #AF9D60 !important;
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-prev:after {
  border-color: #AF9D60 !important;
  color: #AF9D60 !important;
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-prev .icon-arrow-left:before,
.custom-slider-bottom .swiper-prev .icon-arrow-right:before {
  color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-next {
  border-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-next.disabled {
  opacity: 0.2 !important;
}
.custom-slider-bottom .swiper-next:before {
  border-color: #AF9D60 !important;
  color: #AF9D60 !important;
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-next:after {
  border-color: #AF9D60 !important;
  color: #AF9D60 !important;
  background-color: #AF9D60 !important;
}
.custom-slider-bottom .swiper-next .icon-arrow-left:before,
.custom-slider-bottom .swiper-next .icon-arrow-right:before {
  color: #AF9D60 !important;
}
.sp_content {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.sp_content h2,
.sp_content h3 {
  color: #000;
}
.sp_content .btn {
  letter-spacing: 1px;
}
.sp_half {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.sp_half__block {
  width: calc(50% - 10px);
}
.seasontext {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px #AF9D60, 0px 0px 30px rgba(175, 157, 96, 0.5);
  box-sizing: border-box;
  padding: 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.seasontext_bgmob {
  color: #fff;
}
.seasontext__title {
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 37px;
  line-height: 33px;
  margin-bottom: 20px;
  font-weight: bold;
}
.seasontext__text {
  margin-bottom: 8px;
}
.seasontext__text svg {
  position: relative;
  margin-right: 10px;
}
.seasontext__included {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  border-radius: 13px;
  background-color: transparent;
  max-width: 460px;
  border: 2px solid #999;
  cursor: pointer;
}
.seasontext__included.selected {
  border-color: #A89659;
}
.seasontext__included svg {
  position: relative;
}
.seasontext__included__checkbox {
  width: 40px;
  padding-left: 18px;
}
.seasontext__included__checkbox input {
  pointer-events: none;
}
.seasontext__included__checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: black;
  border: 2px solid #7e7e7e;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.seasontext__included__checkbox input[type="checkbox"]:checked {
  background-color: black;
}
.seasontext__included__checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  font-size: 14px;
  color: #AF9D60;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
.seasontext__included__checkbox input {
  border: 0px;
  border-bottom: 1px solid #999;
  background-color: transparent !important;
  font-size: 28px;
  color: #fff !important;
  font-weight: bold;
  font-family: Bebas Neue, Arial, sans-serif;
}
.seasontext__included__left {
  width: 100px;
}
.seasontext__included__right {
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 170px);
}
.seasontext__notice {
  color: #BFBFBF;
}
.seasontext__btn {
  margin-top: 30px;
}
.seasontext__btn .btn {
  width: 220px;
  text-align: center;
}
.seasontext__btn .btn:before {
  background-color: #A89659;
}
.seasontext__btn .btn:after {
  background-color: #A89659;
}
.pa_content {
  background-color: #272626;
}
@media screen and (max-width: 1024px) {
  .seasontext {
    width: 100%;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
    box-sizing: border-box;
    padding: 30px;
    background-position: -200px top;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .seasontext__title {
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 37px;
    line-height: 33px;
    margin-bottom: 30px;
    font-weight: bold;
  }
  .seasontext__included {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .seasontext__included svg {
    position: relative;
  }
  .seasontext__included__checkbox {
    width: 40px;
    padding-left: 18px;
    height: 40px;
  }
  .seasontext__included__checkbox input {
    width: 20px;
    height: 20px;
    pointer-events: none;
  }
  .seasontext__included__left {
    width: 100px;
    margin-left: 60px;
    margin-top: -45px;
  }
  .seasontext__included__right {
    font-size: 16px;
    line-height: 20px;
    margin-left: 60px;
    margin-top: 10px;
    width: calc(100% - 60px);
  }
  .seasontext__included__right br {
    display: none;
  }
  .seasontext__btn {
    margin-top: 30px;
  }
  .seasontext__btn .btn {
    width: 100%;
    text-align: center;
  }
  .lgallery {
    padding-bottom: 10px;
  }
  .lgallery .swiper-button-prev {
    display: none;
  }
  .lgallery .swiper-button-next {
    display: none;
  }
  .lgallery .swiper-pagination-bronze {
    width: 100%;
    margin-left: 0px;
  }
  .matchblock {
    padding-bottom: 10px;
  }
  .matchblock .matches-slider-nav-info {
    text-align: center;
  }
  .matchblock .matches-slider-nav-info a {
    color: #AF9D60;
  }
  .matchblock .matches-slider-nav-info a:after {
    background-color: #fff;
  }
  .l_content {
    padding-left: 35px;
    padding-right: 35px;
  }
  .iconsblock {
    border: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .blockinfo {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .blockinfo__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .blockinfo__left h2 {
    margin-bottom: 580px;
  }
  .blockinfo__right {
    width: 100%;
    height: auto;
    position: absolute;
    top: 110px;
    margin-top: 0px;
  }
  .blockinfo__right img {
    width: 100%;
    max-width: 100%;
    height: 390px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }
  .blockinfo__right .swiper-slide {
    opacity: 1 !important;
  }
  .blockinfo__right .custom-swiper .swiper-slide img {
    display: block;
    height: 360px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .imageleft {
    display: block;
    border: 0px;
  }
  .imageleft__left {
    width: 100%;
    margin-bottom: 40px;
  }
  .imageleft__right {
    width: 100%;
  }
  .imageleft__blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .imageleft__blocks__block {
    width: calc(33% - 20px);
    height: auto;
    box-sizing: border-box;
    padding: 12px;
    padding-left: 8px;
    padding-right: 8px;
    color: #AF9D60;
    font-weight: bold;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    border: 1px solid #AF9D60;
    text-align: left;
  }
  .imageleft__blocks__block span {
    color: #fff;
    display: block;
  }
  .lquestions {
    padding-bottom: 10px;
  }
  .lquestions__block {
    margin-left: 0px;
    width: calc(100% - 0px);
  }
  .botform__block {
    padding: 0px;
  }
  .botform__block__left {
    width: 100%;
    max-width: 700px;
  }
  .botform__block__right {
    display: none;
  }
  .botform__block__input_submit {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .smallviplodges_gallery_slide {
    width: 200px;
    height: 200px;
  }
  .smallviplodges_gallery_slide__container {
    width: 200px;
    height: 200px;
  }
  .smallviplodges_gallery_slide__image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center top;
  }
  .viplodges_gallery_slide {
    width: 200px;
    height: 200px;
  }
  .viplodges_gallery_slide__container {
    width: 200px;
    height: 200px;
  }
  .viplodges_gallery_slide__image {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center top;
  }
  .l_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l_head {
    width: 100%;
    height: 430px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/l_bgmob.png") !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
  }
  .l_head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    z-index: 0;
  }
  .l_head__toplinks {
    display: none;
  }
  .l_head__content {
    padding-top: 30px;
    position: relative;
    z-index: 10;
  }
  .l_head__content h1 {
    font-size: 46px !important;
  }
  .l_head__content h1 span {
    display: block;
  }
  .l_head__content p {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .l_head__buttons a {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .imageleft {
    display: block;
    border: 0px;
    padding-bottom: 10px;
  }
  .imageleft h2 {
    font-size: 32px;
    color: #AF9D60;
    margin-bottom: 30px;
  }
  .imageleft h2 span {
    color: #fff;
  }
  .imageleft__left {
    width: 100%;
    margin-bottom: 40px;
    height: 200px;
  }
  .imageleft__right {
    width: 100%;
  }
  .imageleft__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .imageleft__blocks__block {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    height: auto;
    box-sizing: border-box;
    padding: 12px;
    padding-left: 8px;
    padding-right: 8px;
    color: #AF9D60;
    font-weight: bold;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    border: 1px solid #AF9D60;
    text-align: left;
  }
  .imageleft__blocks__block span {
    color: #fff;
    display: block;
  }
  .iconsblock {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #AF9D60;
  }
  .iconsblock h2 {
    font-size: 54px;
    color: #AF9D60;
    margin-bottom: 30px;
  }
  .iconsblock h2 span {
    color: #fff;
    display: block;
  }
  .iconsblock__icons {
    display: block;
    gap: 10px;
    width: 100%;
  }
  .iconsblock__icon {
    text-align: left;
    border-right: 1px solid #AF9D60;
    border-right: 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .iconsblock__icon:before {
    content: ' ';
    position: absolute;
    display: block;
    left: 70px;
    bottom: -5px;
    height: 1px;
    background-color: #AF9D60;
    width: 50px;
    z-index: 100;
  }
  .iconsblock__icon:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .iconsblock__icon svg {
    width: 50px !important;
    height: 50px !important;
    margin-right: 20px;
    position: relative;
    top: 10px;
  }
  .iconsblock__icon p {
    color: #fff;
    line-height: 24px;
    text-align: left;
    position: relative;
    display: block;
  }
  .lgallery h2 {
    font-size: 32px;
    color: #AF9D60;
    margin-bottom: 30px;
  }
  .lgallery h2 span {
    color: #fff;
    display: block;
  }
  .lgallery__block .swiper-pagination-bronze {
    position: absolute;
    width: calc(100% - 0px);
    height: 2px;
    bottom: -9px;
    display: flex;
    gap: 20px;
    box-sizing: border-box;
    margin-left: 0px;
    overflow: hidden;
  }
  .lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet {
    flex: 1;
    height: 2px;
    background-color: #AF9D60;
    display: inline-block;
    position: relative;
  }
  .lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet:before {
    content: ' ';
    display: block;
    width: 9999px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: auto;
    background-color: #AF9D60;
    pointer-events: none;
  }
  .lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet-active {
    background-color: #AF9D60;
  }
  .lgallery__block .swiper-pagination-bronze .swiper-pagination-bullet-active:before {
    content: ' ';
    display: block;
    width: 9999px;
    height: 2px;
    position: absolute;
    right: 0px;
    left: auto;
    background-color: #333;
    pointer-events: none;
  }
  .lgallery__block .custom-swiper {
    width: 100%;
    position: relative;
  }
  .lgallery__block .custom-swiper .swiper-wrapper {
    display: flex;
  }
  .lgallery__block .custom-swiper .swiper-slide {
    flex-shrink: 0;
    width: auto;
    /* Automatically match the content width */
    margin-right: 10px;
    /* Add spacing between slides */
  }
  .lgallery__block .custom-swiper .swiper-slide img {
    display: block;
    max-width: 100%;
    /* Ensure the image doesn't overflow */
    width: auto;
    height: 200px;
  }
  .lgallery__block .custom-swiper .swiper-buttons {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    position: relative;
    width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto;
  }
  .lgallery__block .custom-swiper .swiper-button-prev,
  .lgallery__block .custom-swiper .swiper-button-next {
    border: none;
    color: #fff;
    display: none;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    background-color: transparent !important;
    padding: 0px !important;
    box-sizing: content-box !important;
    width: 80px !important;
    height: 60px !important;
  }
  .lgallery__block .custom-swiper .swiper-button-prev:before,
  .lgallery__block .custom-swiper .swiper-button-next:before {
    display: none !important;
  }
  .lgallery__block .custom-swiper .swiper-button-prev:after,
  .lgallery__block .custom-swiper .swiper-button-next:after {
    display: none !important;
  }
  .lgallery__block .custom-swiper .swiper-button-prev svg,
  .lgallery__block .custom-swiper .swiper-button-next svg {
    width: 60px;
    height: 40px;
  }
  .lgallery__block .custom-swiper .swiper-button-prev:hover,
  .lgallery__block .custom-swiper .swiper-button-next:hover {
    background-color: transparent !important;
  }
  .matchblock__block_container {
    display: block;
    justify-content: flex-start;
  }
  .matchblock__block_container .match-slide {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
  .matchblock__block_container .match-slide:last-of-type {
    margin-right: 0px;
  }
  .matchblock h2 {
    font-size: 32px;
    color: #AF9D60;
    margin-bottom: 30px;
  }
  .matchblock h2 span {
    color: #fff;
    display: block;
  }
  .botform {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .botform h2 {
    font-size: 32px;
    color: #AF9D60;
    margin-bottom: 30px;
  }
  .botform h2 span {
    color: #fff;
    display: block;
  }
  .iconsblock {
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 0;
  }
  .iconsblock h2 {
    font-size: 32px;
    color: #AF9D60;
    margin-bottom: 10px;
  }
  .iconsblock h2 span {
    color: #fff;
    display: block;
  }
  .lquestions {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lquestions h2 {
    font-size: 32px;
    color: #AF9D60;
    margin-bottom: 0px;
  }
  .lquestions h2 span {
    color: #fff;
  }
  .lquestions__block {
    box-sizing: border-box;
    padding-right: 20px;
  }
  .lquestions__block h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
    cursor: pointer;
  }
  .blockinfo {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .blockinfo .custom-slider-bottom {
    margin-top: 10px;
  }
  .blockinfo .custom-slider-bottom-ctrls {
    margin-top: 10px;
  }
  .blockinfo__left {
    width: 100%;
    margin-bottom: 30px;
  }
  .blockinfo__left h2 {
    margin-bottom: 290px;
    font-size: 32px;
  }
  .blockinfo__left a.btn {
    display: block;
    width: 100%;
  }
  .blockinfo__right {
    width: 100%;
    height: auto;
    position: absolute;
    top: 88px;
    margin-top: 0px;
  }
  .blockinfo__right img {
    width: 100%;
    max-width: 100%;
    height: 180px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }
  .blockinfo__right .custom-swiper .swiper-slide img {
    display: block;
    height: 180px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
