/*#region FONT*/
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
/*#endregion*/

/* #region defalt */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/roboto-regular.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circe";
  src: url("../fonts/Circe/Circe-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Intro";
  src: url("../fonts/intro/IntroRegular.ttf");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: var(--wrap-font);
}
body {
  user-select: none;
  --card-border-radius: 70px;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  position: relative;
  font-family: Circe;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  color: #ffffff;
}
body::-webkit-scrollbar,
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar {
  width: var(--scrollbar-width);
}
*::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-radius);
  background-color: var(--scrollbar-track-color);
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}
*::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-radius);
  background-color: var(--scrollbar-thumb-color);
}
.crop-text-1,
.crop-text-2,
.crop-text-3,
.crop-text-4,
.crop-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crop-text-1 {
  -webkit-line-clamp: 1;
}
.crop-text-2 {
  -webkit-line-clamp: 2;
}
.crop-text-3 {
  -webkit-line-clamp: 3;
}
.crop-text-4 {
  -webkit-line-clamp: 4;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  color: #FFFFFF;
}

h6 {
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #2c2c33;
  text-transform: uppercase;
  text-align: center;
}
a:active,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
img {
  vertical-align: unset;
}
button,
button:active,
button:focus,
a {
  border: none;
  outline: none;
}
button:focus {
  transform: scale(0.95);
}
.contain {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.wrap {
  display: flex;
  width: var(--wrap-width);
  height: var(--wrap-height);
  /*	background: var(--wrap-background);*/
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  /*margin-top: -55px;*/
}
.wrap.wrap-horizontal {
  flex-direction: row;
}
.wrap.wrap-vertical {
  flex-direction: column;
}
.border-wrap:hover,
.border-wrap-section:hover,
button:hover {
  transform: scale(0.99);
}
button.slick-prev:hover,
button.slick-next:hover {
  transform: translate(0, -50%);
}
.group {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-grow: 1;
  position: relative;
  background: url(../img/contain_background.webp) no-repeat center / cover;
}
.group > div[id*="comp_"] {
  /* height: calc(100% - 123px); */
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contain.main {
  overflow-y: auto;
  flex-grow: 1;
  padding-bottom: 10px;
  margin-top: 0px;
}

.section-description p,
.element-description p,
.contain main p,
.slider-description p {
  text-indent: 1.5em;
}
.element-description.crop-text-4 {
  margin-bottom: 5px;
}
.element-description.crop-text-4::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 25%;
  backdrop-filter: blur(2px);
}
.description-more {
  cursor: pointer;
  z-index: 1;
}
.description-more > span {
  color: #2d7cff;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
.section-description,
.element-description {
  position: relative;
  /* -webkit-line-clamp: inherit; */
  text-align: justify;
  word-break: break-word;
  margin: 50px 0;
  animation: win-2 2s forwards;
}
@keyframes win-2 {
  0% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0);
  }
}
.section-description img,
.element-description img {
  margin: 10px;
  max-width: 90%;
  height: auto;
  object-fit: contain;
}
/* #endregion */

/* #region BUTTON*/
.nav-button {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: initial;
  padding-top: 55px;
  /* padding-bottom: 35px; */
}
.nav-section.nav-button {
  padding-top: 100px;
}
.nav-button .card-button {
  background: url(../img/default_button_background.png) no-repeat center center /
    100%;
  border-radius: 50%;
  border: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.nav-button .card-title {
  margin-bottom: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  /* padding: 60px 20px 20px; */
  flex-grow: 1;
}
.nav-button.default .card-title {
  /*	background: linear-gradient(126.81deg, rgba(223, 223, 223, 0.28) -36.15%, rgba(255, 255, 255, 0.85) 85.41%);*/
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-button.map-button {
  display: none;
}
.square-button.default .card-title > span {
  -webkit-line-clamp: 5;
}

.nav-button.square-button {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.square-button .card-button {
  width: 290px;
  height: 290px;
  margin: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.square-button .card-button:first-child {
  position: absolute;
  top: 150px;
  left: 150px;
  background: none;
  height: 150px;
}
.square-button .card-title {
  font-size: 0;
}
.state-button .card-button {
  width: 31.9%;
  height: 305px;
  margin: 0 13px 25px;
  flex-direction: row;
  box-shadow: none;
  background: none !important;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
}
.state-button .card-image {
  width: 220px;
  height: 305px;
  background: url(../img/default_card-button_img.png) no-repeat center / cover;
  flex-shrink: 0;
}
.nav-button.state-button .card-title {
  flex-direction: column;
  padding: 0px;
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.state-button .card-info > .crop-text {
  /* -webkit-line-clamp: 3; */
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
}
.state-button .info-count {
  /*width: 213px;*/
  text-align: left;
  text-transform: none;
  justify-content: flex-start;
}
.state-button .card-info {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  padding: 20px;
  max-height: 265px;
  overflow-y: scroll;
  width: 356px;
}
/* .state-button .card-info > .info-price > .info-price-val {
	max-height: 225px;
} */
.nav-button.state-button .info-count {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0.02em;
  text-shadow: none;
  margin-left: 5px;
}

.state-button .card-button .card-title .hotel-more {
  width: 200px;
  height: 30px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.square-button.type-1 .card-title {
  text-align: right;
  width: 100%;
  padding: 60px 20px 0;
}
.square-button.type-1 .card-title > span {
  -webkit-line-clamp: 5;
}
.square-button.type-1 .icon-wrap {
  width: 80px;
  height: 78px;
  position: absolute;
  bottom: 35px;
  left: 25px;
  display: flex;
  align-items: flex-end;
}
.square-button.type-1 svg path,
.rectangular-button.type-1 svg path {
  fill: url(#my-cool-gradient);
  filter: url(#innershadow);
}

.rectangular-button .card-button {
  width: 377px;
  height: 106px;
  border-radius: 50px;
  background: url(../img/default-button_img.png) no-repeat center / cover;
  margin: 0 20px 40px;
  animation: win-3 2s forwards;
}
@keyframes win-3 {
  0% {
    transform: translateY(70%);
  }
  100% {
    transform: translateY(0);
  }
}
.rectangular-button .card-title {
  padding: 8px 30px 15px;
  display: flex;
  align-items: center;
}
.rectangular-button .card-title > span {
  -webkit-line-clamp: 2;
  font-size: 21px;
}
.rectangular-button.type-1 .icon-wrap {
  width: 80px;
  height: 78px;
  position: absolute;
  bottom: 44px;
  left: 40px;
  display: flex;
  align-items: flex-end;
}

/* #endregion */

/* #region SECTION-ELEMENT*/
.section-element {
  padding-bottom: 30px;
  /* padding-top: 10px; */
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}
/* #endregion */

/* #region MODAL-FORM*/
.modal-dialog {
  /* margin-top: 788px; */
  /* width: 960px; */
  margin-top: 70px;
  min-width: 1460px;
  max-width: 1460px;
  margin: 150px auto;
}
.modal-open .modal {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}
.modal h5 {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #000000;
  margin-bottom: 40px;
}

.modal .modal-content {
  max-height: 900px;
  border-radius: 0px;
  border: none;
  background: none;
}
.modal .modal-body {
  border-radius: 25px;
  background: #ffffff;
  overflow-y: auto;
  overflow-x: hidden;
  width: 96%;
  padding: 40px;
  min-height: 520px;
  max-height: 900px;
  color: rgba(0, 0, 0, 0.7);
}
.modal-body-img {
  width: 50%;
}
.modal .page-description {
  padding-left: 40px;
  width: 50%;
}
.modal-dialog-scrollable .modal-content {
  overflow-y: auto;
}
.modal button.close {
  position: absolute;
  z-index: 1;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  right: 15px;
  top: 10px;
}
/*.modal button.close span {
	width: 14px;
	height: 14px;
	background: url(../img/modal_close.svg) no-repeat center;
}*/
.modal button.close path {
  fill: #ffffff;
}

.modal .body-flex {
  display: flex;
  width: 100%;
}
.modal .body-photo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal .body-photo-img {
  display: flex;
  flex-wrap: nowrap;
  margin: 5px;
  max-width: 31.5%;
  height: 130px;
}
.modal .body-photo-img img {
  width: 100%;
}
/*.modal-backdrop {
	background-color: rgba(254, 254, 254, 0.8);
}*/
.modal-backdrop.show {
  display: none;
  opacity: 0;
}
#myModal .modal-body {
  padding: 0 82px;
}
/* #endregion */

/* #region TABLE */
table {
  word-break: initial;
  border-color: #e5e5e5;
}
table.vertical-top td {
  vertical-align: top;
}
table blockquote {
  margin: 0 1rem;
}
table p {
  text-indent: unset !important;
}
table td {
  vertical-align: middle;
  padding: 8px;
}
table img {
  max-width: unset !important;
  margin: auto !important;
}
.developer {
  position: absolute;
  right: 10px;
  bottom: 420px;
  font-weight: 500;
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  width: 400px;
  perspective: 1000px;
  z-index: 1;
}

.svg-filter {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  max-width: 0;
}
.bx-composite-btn,
.bx-btn-red,
.bx-btn-border,
.bx-composite-btn-fixed {
  display: none !important;
}

.bx-breadcrumb {
  padding: 100px 50px 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.bx-breadcrumb a.right button  {
  margin-left: 10px;
  position: absolute;
  top: 30px;
  left: 150px;
  background: url(../img/back.svg) no-repeat center;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.bx-breadcrumb a.left button {
  margin-left: 10px;
  position: absolute;
  top: 30px;
  left: 80px;
  background: url(../img/home.svg) no-repeat center;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
}

.circle__wrapper {
  position: absolute;
  /* margin: 250px auto; */
  top: 33%;
  left: 40%;
  width: 400px;
  height: 400px;
  animation: animate 10s linear infinite;
}
.circle__svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  margin: auto;
}
.circle__svg svg {
  position: absolute;
  top: -400px;
  left: -400px;
  right: 0;
  bottom: 0;
  width: 1200px;
  height: 1200px;
}
.circle__wrapper .text-animate {
  font-family: Circe;
  font-size: 18px;
  text-transform: uppercase;
}

@keyframes animate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}


