.news.blog-page .wrap {
  min-width: calc(100% + 32px);
  flex-wrap: wrap;
  justify-content: flex-start;
}

.news.blog-page .item {
  width: calc(33.3% - 32px);
  margin-right: 32px;
  margin-bottom: 32px;
}

.news.blog-page .item .thumb {
  height: 264px;
  min-height: 264px;
}

.news.blog-page .item .thumb img {
  height: 100%;
  object-fit: cover;
}

.news.blog-page .item .meta {
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.news.blog-page .item .meta b {
  margin-top: 0;
}

.news.blog-page .item .meta .date {
  margin-bottom: 0;
  margin-top: auto;
}

.news.blog-page .item .meta p {
  margin-bottom: 20px;
}

.news.blog-page .last-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.news.blog-page .last-post .right {
  width: 580px;
}

.news.blog-page .last-post .left {
  width: calc(100% - 580px - 60px);
  height: auto;
  aspect-ratio: 580/400;
}

.news.blog-page .last-post .left img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 580/400;
  height: auto;
  border-radius: 12px;
}

.news.blog-page .last-post .text {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}

.news.blog-page .last-post .mini-title {
  font-size: 24px;
  margin-bottom: 16px;
}

.news.blog-page .last-post p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

.news.blog-page .last-post .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}

.news.blog-page .last-post .date span {
  color: #C4C7D2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

.news.blog-page .last-post .date .icon {
  margin: 0 8px;
}

.news.blog-page .blog-cats {
  display: block;
  margin-bottom: 24px;
}

.news.blog-page .blog-cats ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.news.blog-page .blog-cats li a,
.news.blog-page .blog-cats li span {
  width: max-content;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  padding: 0 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  height: 48px;
  transition: 0.3s;
}

.news.blog-page .blog-cats li a.current-cat,
.news.blog-page .blog-cats li span.current-cat {
  border: 1.4px solid #000;
}

.last-revised {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
}

.page {
  margin-bottom: 120px;
}

.faq .meta {
  padding-bottom: 40px;
  border-bottom: 1px solid #DCDDE1;
  margin-bottom: 40px;
}

.faq-block {
  display: block;
  margin-bottom: 70px;
}

.faq .mini-title {
  margin-bottom: 28px;
}

.faq .item {
  display: block;
  margin-bottom: 24px;
}

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

.faq .item .faq-title {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}

.faq .item .content p {
  font-size: 15px;
  line-height: 1.2;
  color: #84858B;
}

.faq .item .content p:last-child {
  margin-bottom: 0;
}

.back-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}

.back-btn:hover span {
  color: #473ae0;
}

.back-btn .icon {
  margin-right: 8px;
}

.back-btn span {
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
}

.single {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.single .post-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.single .post-nav .prev .icon {
  margin-right: 8px;
}

.single .post-nav .next .icon {
  margin-left: 8px;
}

.single .post-nav .nav {
  display: flex;
  align-items: center;
}

.single .post-nav .nav span {
  font-size: 16px;
  font-weight: 500;
}

.single .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.single .date span {
  color: #C4C7D2;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

.single .date .icon {
  margin: 0 8px;
}

.single .page-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
}

.single .thumb {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.single .thumb img {
  border-radius: 12px;
  aspect-ratio: 780/537;
  object-fit: cover;
}

.single .content ul {
  margin-bottom: 40px;
}

.single .content ul li::after {
  top: 9px;
  transform: none;
}

.single .content h2,
.single .content h3,
.single .content h4,
.single .content h5,
.single .content h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 30px;
  text-transform: none;
}

.single .content img {
  border-radius: 12px;
  display: block;
}

.single .author-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
}

.single .author-block .meta {
  display: block;
  font-weight: 500;
}

.single .author-block .meta-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  line-height: 1.4;
  color: #84858B;
  font-weight: 500;
  flex-wrap: wrap;
}

.single .author-block .meta-top:hover {
  color: #473ae0;
}

.single .author-block .meta-bot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 500;
}

.single .author-block .meta-bot .date {
  margin: 0;
}

.single .author-block .meta-bot .date span {
  color: #84858B;
  font-weight: 500;
}

.single .author-block .meta-bot .time-read {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
}

.single .author-block .meta-bot .time-read .icon {
  margin-right: 8px;
}

.single .author-block .meta-bot .time-read .icon:last-child {
  margin-right: 0;
  margin-left: 8px;
}

.single .author-block .meta-bot .time-read span {
  color: #84858B;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

.single .author-block .avatars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  margin-right: 10px;
}

.single .author-block .avatars-item {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: rgb(196, 199, 210);
  position: relative;
  margin-left: -10px;
}

.single .author-block .avatars-item img {
  object-fit: cover;
  border-radius: 100%;
}

.single .author-block .avatars-item:first-child {
  margin-left: 0;
}

.news.news-related {
  margin-left: auto;
  margin-right: auto;
}

.news.news-related .slider-wrap.disabled-slider .swiper-wrapper {
  justify-content: flex-start;
}

.news.news-related .slider-wrap.disabled-slider .item {
  width: 100%;
  max-width: calc(33.3% - 20px);
  margin-right: 20px;
}

.news.news-related .item {
  max-width: 100%;
  width: 100%;
}

.about-content {
  background-color: #F7F7F7;
  margin-bottom: 0;
  padding: 120px 0;
}

.about-content .content {
  max-width: 780px;
  margin: auto;
}

.about-content .content h2,
.about-content .content h3,
.about-content .content h4,
.about-content .content h5,
.about-content .content h6 {
  text-transform: none;
}

.about-page {
  margin-bottom: 0;
}

.about-page .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.about-page .thumb {
  width: 745px;
  overflow: hidden;
  aspect-ratio: 745 / 527;
  margin: auto;
}

.about-page .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.about-page .page-title {
  max-width: 450px;
  margin: auto;
  margin-bottom: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-transform: capitalize;
}

.about-page .button {
  margin: auto;
  margin-bottom: 54px;
  padding: 0 32px;
  height: 48px;
}

.city-page .button {
  margin: auto;
  margin-top: 20px;
}

.city-page .wrap {
  display: flex;
  min-width: calc(100% + 20px);
}

.city-page .wrap .item {
  margin-right: 20px;
  width: calc(25% - 20px);
  margin-bottom: 20px;
}

.city-page .wrap .item .thumb {
  filter: blur(10px);
}

.city .content {
  margin-bottom: 20px;
}

.city .content h2 {
  font-size: 32px;
}

.city .content h3 {
  font-size: 28px;
}

.city .content h4 {
  font-size: 26px;
}

.city .content h2,
.city .content h3,
.city .content h4,
.city .content h5,
.city .content h6 {
  text-transform: none;
  margin-bottom: 16px;
  margin-top: 0;
}

.city .wrap.children {
  padding-top: 20px;
  border-top: 1px solid #C4C7D2;
}

.city .item.active {
  color: #000;
}

.test-page {
  padding-top: 200px;
  padding-bottom: 120px;
  margin-bottom: 0;
}

.test-page .disabled {
  background-color: #DCDDE1;
  color: #fff;
  opacity: 1;
}

.test-page .page-title {
  margin-bottom: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.test-page .wrap {
  justify-content: space-between;
}

.test-page .item {
  width: calc(33.3% - 21.3333333333px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #DCDDE1;
  border-radius: 12px;
  padding: 40px;
}

.test-page .item.soon {
  position: relative;
}

.test-page .item.soon::after {
  position: absolute;
  content: "SOON";
  left: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px 0 12px 0;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.test-page .item .button {
  margin-bottom: 0;
  margin-top: auto;
}

.test-page .item b {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.comp-page {
  padding-top: 160px;
}

.comp-page .page-title {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.comp-page .comp-form .title {
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.comp-page .comp-form .subtitle {
  margin-bottom: 32px;
  font-size: 18px;
}

.comp-page .comp-form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  border: 1px solid #DCDDE1;
  border-radius: 12px;
  max-width: 980px;
  margin: auto;
}

.comp-page .comp-form-wrap .select {
  width: 100%;
  margin-right: 16px;
  display: block;
  position: relative;
}

.comp-page .comp-form-wrap .select::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/icons/select-arr.svg);
  z-index: 1;
}

.comp-page .comp-form-wrap select {
  width: 100%;
  background-color: transparent;
  border: 1px solid #DCDDE1;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  height: 48px;
  padding-left: 24px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.or-title {
  text-align: center;
  width: max-content;
  margin: auto;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding: 10px 0;
}

.or-title::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  left: -124px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}

.or-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100px;
  right: -124px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
}

.comp-table {
  margin-bottom: 80px;
}

.comp-table .title {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}

.comp-table-wrap {
  width: 960px;
  min-width: 960px;
  margin: auto;
}

.comp-table-wrap .icon {
  color: #fff;
  width: max-content;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
  margin: 0 12px;
}

.comp-table-wrap .icon svg {
  transform: rotate(45deg);
  position: absolute;
}

.comp-table-wrap .icon.man svg {
  left: 3px;
  top: 1px;
}

.comp-table-wrap .icon.woman svg {
  left: 3px;
  top: 2px;
}

.comp-table-wrap .icon.black {
  background-color: #000;
}

.comp-table-wrap .icon.red {
  background-color: #F00;
}

.comp-table-wrap .icon.yellow {
  background-color: #EAA903;
}

.comp-table-wrap .icon.green {
  background-color: #28BD37;
}

.comp-table-wrap .icon.gray {
  background-color: #98BB9B;
}

.comp-table-wrap .comp-table {
  display: grid;
  grid-template-columns: 85px repeat(6, 1fr);
  grid-auto-rows: 84px;
  gap: 0;
  width: 100%;
}

.comp-table-wrap .comp-table .header-row,
.comp-table-wrap .comp-table .row {
  display: contents;
}

.comp-table-wrap .comp-table .header-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #DCDDE1;
  border-right: 1px solid #DCDDE1;
}

.comp-table-wrap .comp-table .header-cell:nth-child(even) {
  border-right: 0;
}

.comp-table-wrap .comp-table .header-cell .icon {
  background-color: #000;
  color: #fff;
  width: max-content;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-45deg);
}

.comp-table-wrap .comp-table .header-cell .icon span {
  transform: rotate(45deg);
}

.comp-table-wrap .comp-table .header-cell.empty {
  background-color: transparent;
  border-left: 1px solid #DCDDE1;
  border-radius: 12px 0 0 0;
}

.comp-table-wrap .comp-table .header-cell:last-child {
  border-radius: 0 12px 0 0;
}

.comp-table-wrap .comp-table .cell {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #DCDDE1;
  border-right: 1px solid #DCDDE1;
}

.comp-table-wrap .comp-table .cell a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.comp-table-wrap .comp-table .row:nth-child(odd) .header-cell {
  border-top: none;
}

.comp-table-wrap .comp-table .row .header-cell {
  border-left: 1px solid #DCDDE1;
}

.comp-table-wrap .comp-table .row:last-child .cell {
  border-bottom: 1px solid #DCDDE1;
}

.comp-table-wrap .comp-table .row:last-child .cell:last-child {
  border-radius: 0 0 12px 0;
}

.comp-table-wrap .comp-table .row:last-child .header-cell {
  border-bottom: 1px solid #DCDDE1;
  border-radius: 0 0 0 12px;
}

.comp-desc {
  margin-bottom: 120px;
}

.comp-desc .item {
  width: calc(25% - 32px);
  margin-right: 32px;
}

.comp-desc .wrap {
  min-width: calc(100% + 32px);
}

.comp-desc .icon {
  margin-bottom: 16px;
}

.comp-desc b {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.2;
}

.comp-content {
  max-width: 980px;
  margin: auto;
  margin-bottom: 60px;
}

.comp-content .content h2,
.comp-content .content h3,
.comp-content .content h4,
.comp-content .content h5,
.comp-content .content h6 {
  text-transform: none;
  margin-bottom: 8px;
}

.comp-content .content p {
  margin-bottom: 32px;
}

.comp-content .content h2 {
  font-size: 24px;
}

.comp-content .content h3 {
  font-size: 18px;
}

.single-comp .page-title {
  max-width: 400px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  margin: auto;
  font-weight: 600;
  margin-bottom: 60px;
}

.single-comp .wrap {
  display: block;
  margin: auto;
  margin-bottom: 120px;
  max-width: 980px;
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  padding: 42px;
}

.single-comp .wrap .content {
  margin: 0;
}

.single-comp .wrap .content p {
  font-size: 18px;
}

.single-comp .wrap .content p:last-child {
  margin-bottom: 0;
}

.single-comp .icons {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
}

.single-comp .icons .icon {
  background-color: #000;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  transform: rotate(45deg);
}

.single-comp .icons .icon span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  transform: rotate(-45deg);
}

.single-comp .title {
  font-size: 32px;
  text-align: left;
  margin-bottom: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.single-comp .content h2,
.single-comp .content h3,
.single-comp .content h4,
.single-comp .content h5,
.single-comp .content h6 {
  text-transform: capitalize;
  margin-bottom: 8px;
}

.single-comp .content h2 {
  font-size: 24px;
}

.single-comp .content h3 {
  font-size: 22px;
}

.single-comp .content h4 {
  font-size: 18px;
}

.single-comp .content p {
  margin-bottom: 32px;
}

.stories-page .wrap {
  display: block;
}

.stories-page .item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
}

.stories-page .item .meta b {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}

.stories-page .item .meta .button {
  margin-top: 32px;
}

.stories-page .item .thumb {
  min-width: 580px;
  width: 580px;
  margin-right: 60px;
}

.stories-page .item .thumb img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 580/400;
  height: auto;
  border-radius: 12px;
}

.button.auto {
  margin: auto;
  margin-top: 40px;
}

.single.stories-single {
  margin-bottom: 100px;
}

.news-related.related-stories {
  max-width: 100%;
}

.news-related.related-stories .item {
  margin-bottom: 10px;
}

.news-related.related-stories .item .thumb {
  aspect-ratio: 280/264;
}

.news-related.related-stories .item .thumb img {
  aspect-ratio: 280/264;
}

.news-related.related-stories .item b {
  margin: 0;
}

.page-title.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.title.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.vip-page {
  overflow: hidden;
  margin-bottom: 120px;
}

.vip-page .page-title {
  max-width: 530px;
  width: 100%;
  margin: auto;
  margin-bottom: 40px;
}

.vip-page .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.vip-page .btns span,
.vip-page .btns a {
  width: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
  padding: 0 20px;
  height: 44px;
  border-bottom: 2px solid #000;
  transition: 0.2s;
}

.vip-page .btns span .icon,
.vip-page .btns a .icon {
  margin-right: 10px;
}

.vip-page .btns span p,
.vip-page .btns a p {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.vip-page .btns a {
  border-color: transparent;
}

.vip-page .btns a:hover svg path {
  fill: #000;
}

.vip-page .btns a:hover p {
  color: #000;
  transition: 0.3s;
}

.vip-page .btns a svg path {
  fill: #84858B;
}

.vip-page .btns a p {
  color: #84858B;
  transition: 0.3s;
}

.vip-page .vip-slider.disabled-slider {
  min-width: calc(100% + 20px);
}

.vip-page .vip-slider.disabled-slider .item {
  width: calc(25% - 20px);
  margin-right: 20px;
}

.vip-page .vip-slider .title-row {
  width: 100%;
  justify-content: space-between;
}

.vip-page .vip-slider .swiper {
  overflow: visible;
}

.vip-page .vip-slider .item {
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  padding: 32px;
  height: auto;
}

.vip-page .vip-slider .item b {
  font-size: 18px;
  margin-bottom: 8px;
}

.vip-page .vip-slider .item p {
  font-size: 15px;
  line-height: 1.2;
}

.vip-page .vip-slider .arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.vip-page .vip-slider .arrows .arr {
  position: static;
  background-color: transparent;
  box-shadow: none;
  height: 22px;
  width: 22px;
  opacity: 1;
  transform: none;
}

.vip-page .vip-slider .arrows .arr.swiper-button-disabled {
  opacity: 0.5;
}

.vip-page .vip-slider .arrows .arr:hover {
  opacity: 1;
  transform: none;
}

.vip-page .vip-slider .arrows .arr:hover svg {
  transform: none;
}

.vip-page .vip-slider .arrows .arr:hover svg path {
  fill: #473ae0;
}

.vip-feat {
  margin-bottom: 100px;
}

.vip-feat .wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

.vip-feat .item {
  width: calc(50% - 20px);
  margin-bottom: 40px;
  display: block;
}

.vip-feat .item ul {
  display: block;
  margin-top: 25px;
}

.vip-feat .item ul li {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 24px;
  position: relative;
  padding-left: 16px;
}

.vip-feat .item ul li::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.vip-feat .item ul li:last-child {
  margin-bottom: 0;
}

.vip-feat .item .icon {
  margin-bottom: 24px;
}

.vip-feat .item b {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.vip-feat .item p {
  line-height: 1.2;
}

.vip-contact {
  margin-bottom: 120px;
}

.vip-contact .title {
  font-size: 32px;
  margin-bottom: 8px;
}

.vip-contact .subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}

.vip-contact .button {
  margin: auto;
}

.vip-data {
  margin-bottom: 120px;
}

.vip-data .wrap {
  justify-content: space-between;
  align-items: center;
}

.vip-data .left {
  width: 574px;
}

.vip-data .right {
  width: calc(100% - 574px - 40px);
}

.vip-data .right .title {
  font-size: 32px;
  margin-bottom: 32px;
}

.vip-data .right ul {
  display: block;
  margin-bottom: 47px;
}

.vip-data .right ul li {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}

.vip-data .right ul li:last-child {
  margin-bottom: 0;
}

.vip-price {
  margin-bottom: 120px;
}

.vip-price.bold .content strong {
  font-weight: 700 !important;
}

.vip-price .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vip-price .wrap .left {
  width: 400px;
}

.vip-price .wrap .left .content .title {
  margin-bottom: 30px;
}

.vip-price .wrap .left .content strong {
  font-weight: 500;
}

.vip-price .wrap .right {
  width: calc(100% - 400px - 60px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.vip-price .wrap .right .item {
  border-radius: 12px;
  border: 1px solid #DCDDE1;
  padding: 42px;
  width: calc(50% - 10px);
}

.vip-price .wrap .right .item b {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.vip-price .wrap .right .item strong {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 44px;
  display: block;
}

.vip-price .wrap .right .item ul {
  display: block;
  margin-bottom: 44px;
}

.vip-price .wrap .right .item ul li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}

.vip-price .wrap .right .item ul li:last-child {
  margin-bottom: 0;
}

.vip-price .wrap .right .item ul li::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/li-check.svg);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.vip-black .wrap {
  color: #fff;
  background-color: #000;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 80px 120px;
}

.vip-black .wrap .title {
  color: #fff;
  margin-bottom: 8px;
  font-size: 32px;
}

.vip-black .wrap .subtitle {
  color: #fff;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 500;
  max-width: 700px;
  line-height: 1.2;
}

.button.button-white {
  background-color: #fff;
  color: #000;
}

.button.button-white:hover {
  color: #fff;
  background-color: #473ae0;
}

.iti__country-list {
  min-width: 300px;
  max-width: 300px;
  z-index: 1000;
  overflow-x: hidden;
  scroll-snap-align: start;
}

.popup.popup-long {
  overflow: visible;
}

.popup.popup-long .wpcf7-not-valid-tip {
  display: none;
}

.popup.popup-long form.invalid .wpcf7-not-valid-tip {
  display: block;
}

.popup.popup-long .mini-title {
  text-align: center;
  display: block;
  margin-bottom: 42px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
}

.popup.popup-long form .submit {
  justify-content: center;
  width: 100%;
}

.popup.popup-long form .submit input {
  width: max-content;
  margin: auto;
  line-height: 1;
}

.popup.popup-long form .input {
  margin-bottom: 20px;
}

.popup.popup-long form .input input {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #DCDDE1;
  width: 100%;
  max-width: 100%;
}

.popup.popup-long form .input .intl-tel-input.allow-dropdown {
  width: 100%;
}

.popup.popup-long form .input .intl-tel-input.allow-dropdown .iti--allow-dropdown {
  width: 100%;
}

.author-page {
  margin-bottom: 80px;
}

.author-page .back-btn {
  margin-bottom: 40px;
}

.author-page .meta .content {
  margin-top: 24px;
}

.author-page .meta .content p:last-child {
  margin-bottom: 0;
}

.author-page .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.author-page .author .meta h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  margin-bottom: 8px;
}

.author-page .author .meta span {
  font-size: 15px;
  color: #84858B;
  line-height: 1.5;
  font-weight: 500;
}

.author-page .author .avatar {
  min-width: 200px;
  max-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 40px;
}

.author-page .author .avatar img {
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}

.blog-page h2.title {
  margin-bottom: 40px;
}

.content .button {
  width: 100%;
  margin-bottom: 20px;
}

.content .wp-block-column {
  display: flex;
  flex-direction: column;
}

.content .wp-block-column p.has-white-color {
  margin-top: auto;
  margin-bottom: 20px;
}

.content #gallery-slider figure {
  margin: 0 !important;
  width: 100px !important;
  max-width: 100% !important;
  aspect-ratio: unset;
  height: auto;
  min-height: 100px;
}

.content #gallery-slider figure img {
  border-radius: 0;
  aspect-ratio: unset !important;
  width: 100%;
  object-fit: contain !important;
}

.intl-tel-input {
  width: 100% !important;
}

@media (min-width: 992px) {
  .news.blog-page .blog-cats li a:hover {
    border-color: #000;
  }

  .comp-table-wrap a:hover {
    background-color: #F7F7F7;
  }
}

@media (max-width: 992px) {
  .news.blog-page .wrap {
    min-width: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .news.blog-page .item {
    width: calc(50% - 10px);
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }

  .news.blog-page .item .meta {
    height: auto;
  }

  .news.blog-page .last-post {
    display: block;
    margin-bottom: 80px;
  }

  .news.blog-page .last-post .right {
    width: 100%;
  }

  .news.blog-page .last-post .left {
    width: 100%;
    aspect-ratio: 335/231;
    margin-bottom: 32px;
  }

  .news.blog-page .last-post .left img {
    aspect-ratio: 335/231;
  }

  .news.blog-page .last-post .text {
    margin-bottom: 10px;
  }

  .news.blog-page .last-post .mini-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .news.blog-page .last-post .date {
    margin-top: 10px;
  }

  .single .author-block {
    margin-bottom: 16px;
    display: block;
  }

  .single .author-block .meta {
    display: block;
    width: 100%;
  }

  .single .author-block .meta-top {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .single .author-block .meta-bot {
    flex-wrap: wrap;
  }

  .single .author-block .avatars {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .news.news-related {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .news.news-related .slider-wrap.disabled-slider .swiper-wrapper {
    justify-content: space-between;
  }

  .news.news-related .slider-wrap.disabled-slider .item {
    width: 100%;
    max-width: calc(50% - 10px);
    margin-right: 0;
  }

  .news.news-related .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .city-page .wrap {
    display: flex;
    min-width: 0;
    justify-content: space-between;
  }

  .city-page .wrap .item {
    margin-right: 0;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }

  .city-page .wrap .item .tags .tag {
    font-size: 10px;
    height: 18px;
  }

  .city-page .wrap .item .tags .tag span {
    font-size: 10px;
  }

  .city-page .wrap .item .meta b {
    font-size: 16px;
  }

  .city-page .wrap .item .meta p {
    display: none;
  }

  .city .content h2 {
    font-size: 24px;
  }

  .city .content h3 {
    font-size: 22px;
  }

  .city .content h4 {
    font-size: 20px;
  }

  .city .content * {
    color: #84858B;
  }

  .city .wrap.children {
    padding-top: 20px;
    border-top: 1px solid #C4C7D2;
  }

  .city .item.active {
    color: #000;
  }

  .test-page {
    padding-top: 94px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .test-page .page-title {
    margin-bottom: 40px;
  }

  .test-page .wrap {
    display: block;
  }

  .test-page .item {
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 20px;
  }

  .test-page .item:last-child {
    margin-bottom: 0;
  }

  .test-page .item b {
    font-size: 18px;
  }

  .comp-page {
    padding-top: 94px;
  }

  .comp-page .page-title {
    margin-bottom: 40px;
    max-width: 340px;
    font-size: 32px;
  }

  .comp-page .comp-form .button {
    max-width: 100%;
    width: 100%;
  }

  .comp-page .comp-form .subtitle {
    font-size: 15px;
  }

  .comp-page .comp-form-wrap {
    display: block;
    padding: 20px;
    max-width: 100%;
    margin: auto;
  }

  .comp-page .comp-form-wrap .select {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .or-title {
    margin: auto;
    font-size: 24px;
  }

  .or-title::after {
    width: 126px;
    left: -150px;
  }

  .or-title::before {
    width: 126px;
    right: -150px;
  }

  .comp-table {
    margin-bottom: 10px;
  }

  .comp-table-wrap {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    min-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .comp-table-wrap::after {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/icons/swipe.svg);
  }

  .comp-table-wrap .comp-table {
    min-width: 960px;
    margin-bottom: 30px;
  }

  .comp-table .title {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .comp-desc {
    margin-bottom: 40px;
  }

  .comp-desc .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .comp-desc .item:last-child {
    margin-bottom: 0;
  }

  .comp-desc .wrap {
    min-width: 0;
    display: block;
  }

  .comp-desc .icon {
    margin-bottom: 16px;
  }

  .comp-desc b {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
  }

  .comp-content {
    margin-bottom: 40px;
  }

  .comp-content .content h2,
  .comp-content .content h3,
  .comp-content .content h4,
  .comp-content .content h5,
  .comp-content .content h6 {
    text-transform: none;
    margin-bottom: 8px;
  }

  .comp-content .content p {
    margin-bottom: 20px;
  }

  .comp-content .content h2 {
    font-size: 18px;
  }

  .comp-content .content h3 {
    font-size: 18px;
  }

  .single.stories-single {
    margin-bottom: 80px;
  }

  .stories-page .wrap {
    display: block;
  }

  .stories-page .item {
    display: block;
    margin-bottom: 80px;
  }

  .stories-page .item .meta b {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .stories-page .item .meta .button {
    margin-top: 24px;
  }

  .stories-page .item .thumb {
    min-width: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .stories-page .item .thumb img {
    aspect-ratio: 335/231;
  }

  .vip-page {
    margin-bottom: 80px;
  }

  .vip-page .page-title {
    margin-bottom: 32px;
  }

  .vip-page .btns {
    margin-bottom: 40px;
  }

  .vip-page .vip-slider .item {
    padding: 20px;
  }

  .vip-feat {
    margin-bottom: 40px;
  }

  .vip-feat .item {
    width: 100%;
  }

  .vip-feat .item ul {
    margin-top: 20px;
  }

  .vip-feat .item ul li {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .vip-feat .item b {
    font-size: 18px;
  }

  .vip-contact {
    margin-bottom: 80px;
  }

  .vip-contact .title {
    font-size: 24px;
  }

  .vip-contact .subtitle {
    font-size: 18px;
  }

  .vip-data {
    margin-bottom: 80px;
  }

  .vip-data .wrap {
    display: block;
  }

  .vip-data .left {
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }

  .vip-data .right {
    width: 100%;
  }

  .vip-data .right .title {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .vip-data .right ul {
    margin-bottom: 36px;
  }

  .vip-data .right ul li {
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 400;
  }

  .vip-data .right ul li:last-child {
    margin-bottom: 0;
  }

  .vip-price {
    margin-bottom: 80px;
  }

  .vip-price .wrap {
    display: block;
  }

  .vip-price .wrap .left {
    width: 100%;
    margin-bottom: 35px;
  }

  .vip-price .wrap .left .content strong {
    font-weight: 400;
  }

  .vip-price .wrap .right {
    width: 100%;
    display: block;
  }

  .vip-price .wrap .right .item {
    padding: 24px;
    width: 100%;
    margin-bottom: 24px;
  }

  .vip-price .wrap .right .item:last-child {
    margin-bottom: 0;
  }

  .vip-price .wrap .right .item .button {
    width: 100%;
    max-width: 100%;
  }

  .vip-black .wrap {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .vip-black .wrap .title {
    font-size: 24px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
  }

  .vip-black .wrap .subtitle {
    font-size: 18px;
  }

  .author-page {
    margin-bottom: 80px;
  }

  .author-page .back-btn {
    margin-bottom: 40px;
  }

  .author-page .author {
    display: block;
  }

  .author-page .author .avatar {
    min-width: 160px;
    max-width: 160px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 40px;
  }

  .author-page .author .avatar img {
    border-radius: 100%;
    overflow: hidden;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .news.blog-page .blog-cats ul {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
    position: relative;
    left: -15px;
    min-width: calc(100% + 30px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .news.blog-page .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .news.blog-page .item .meta {
    height: auto;
  }

  .news.blog-page .item .thumb {
    aspect-ratio: 335/264;
  }

  .news.blog-page .item .thumb img {
    aspect-ratio: 335/264;
  }

  .news.news-related {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .news.news-related .slider-wrap.disabled-slider .swiper-wrapper {
    justify-content: flex-start;
  }

  .news.news-related .slider-wrap.disabled-slider .item {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .news.news-related .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
}

@media (max-width: 578px) {
  .page .last-revised {
    text-align: start;
    margin-bottom: 32px;
  }

  .page .page-title.center {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .faq .button {
    width: 100%;
    max-width: 100%;
  }

  .faq .meta {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 40px;
  }

  .faq-block {
    display: block;
    margin-bottom: 20px;
  }

  .faq .mini-title {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .faq .item {
    display: block;
    margin-bottom: 24px;
  }

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

  .faq .item .faq-title {
    font-size: 16px;
  }

  .single .thumb {
    margin-bottom: 24px;
  }

  .single .date {
    margin-bottom: 24px;
  }

  .single .page-title {
    font-size: 24px;
  }

  .back-btn {
    margin-bottom: 24px;
  }

  .news.news-related {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }

  .news.news-related .arr {
    display: none;
  }

  .news.news-related .swiper {
    position: relative;
    left: -15px;
    padding-left: 15px;
    padding-right: 75px;
    min-width: calc(100% + 30px);
  }

  .news.news-related .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }

  .about-content {
    padding: 40px 0;
    margin: 0;
  }

  .about-content .content {
    max-width: 100%;
  }

  .about-page .thumb {
    width: 530px;
    overflow: hidden;
    aspect-ratio: 745/527;
  }

  .about-page .thumb img {
    width: 100%;
  }

  .about-page .page-title {
    max-width: 450px;
    margin: auto;
    margin-bottom: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
  }

  .about-page .button {
    margin: auto;
    margin-bottom: 54px;
    padding: 0 32px;
    height: 48px;
  }

  .vip-page .vip-slider .arrows {
    display: none;
  }

  .vip-page .vip-slider .swiper {
    position: relative;
    padding-left: 15px;
    left: -15px;
    min-width: calc(100% + 30px);
    padding-right: 75px;
  }

  .vip-page .vip-slider .item {
    padding: 20px;
  }

  .popup.popup-vip {
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding-bottom: 80px;
  }

  .popup.popup-vip .close {
    top: 16px;
    right: 16px;
  }

  .popup.popup-vip::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    width: 44px;
    height: 4px;
    border-radius: 6px;
    background-color: #f0f0f0;
  }
}