.ads-widget {
  margin-bottom: 1.25rem;
  display: flex;
}
.ads-widget img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
.main-column-ads .ads-widget {
    height: 48px;
}
}
@media (min-width: 1200px) {
.main-column-ads .ads-widget {
    height: 58px;
}
}
@media (min-width: 1400px) {
.main-column-ads .ads-widget {
    height: 67px;
}
}
@media (min-width: 1660px) {
.main-column-ads .ads-widget {
    height: 80px;
}
}
@media (min-width: 992px) {
.full-width-ads .ads-widget {
    height: 61px;
}
}
@media (min-width: 1200px) {
.full-width-ads .ads-widget {
    height: 73px;
}
}
@media (min-width: 1400px) {
.full-width-ads .ads-widget {
    height: 84px;
}
}
@media (min-width: 1660px) {
.full-width-ads .ads-widget {
    height: 100px;
}
}
.main-column-ads--mobile .ads-widget {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.main-column-ads--mobile .ads-widget img {
  height: auto;
  max-height: 70px;
  width: auto;
  max-width: 100%;
}
.newsletter-widget {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsletter-widget__inner {
  display: flex;
  align-items: center;
  min-height: 125px;
  padding: 25px;
  width: 100%;
}
.is-mobile .newsletter-widget__inner {
  flex-direction: column;
  padding: 12px;
}
.newsletter-widget__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  justify-content: center;
}
.newsletter-widget__title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.is-mobile .newsletter-widget__title {
  font-size: 16px;
}
.newsletter-widget__title .icon {
  background: url(/_/assets/common/img/newsletter/icon.svg) no-repeat;
  background-size: cover;
  display: flex;
  width: 34px;
  height: 34px;
}
.is-mobile .newsletter-widget__title .icon {
  width: 24px;
  height: 24px;
}
.newsletter-widget__text {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.is-mobile .newsletter-widget__text {
  font-size: 12px;
}
.newsletter-widget__form {
  width: 580px;
  max-width: 100%;
  margin-right: 1.25rem;
}
.is-mobile .newsletter-widget__form {
  width: 100%;
  margin-right: 0;
  margin-top: 12px;
}
.newsletter-widget__form > div {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 25px !important;
  border-radius: 10px;
}
.is-mobile .newsletter-widget__form > div {
  padding: 10px !important;
  align-items: flex-end;
  border-radius: 5px;
}
.newsletter-widget__form > div .inputs {
  display: flex;
  flex: 1;
  align-items: center;
}
.is-mobile .newsletter-widget__form > div .inputs {
  flex-direction: column;
  align-items: flex-start;
}
.newsletter-widget__form > div .inputs input {
  display: flex;
  flex: 1;
  direction: ltr;
  text-align: left;
}
.is-mobile .newsletter-widget__form > div .inputs input {
  margin-top: 8px;
}
.newsletter-widget__form > div .inputs input::-moz-placeholder {
  direction: rtl !important;
  text-align: right;
}
.newsletter-widget__form > div .inputs input::placeholder {
  direction: rtl !important;
  text-align: right;
}
.newsletter-widget__form > div .inputs input::-webkit-outer-spin-button, .newsletter-widget__form > div .inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.newsletter-widget__form > div .inputs input[type=number] {
  -moz-appearance: textfield;
}
.newsletter-widget__form > div .inputs label {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.is-mobile .newsletter-widget__form > div .inputs label {
  font-size: 10px;
}
.newsletter-widget__form > div .verification-group {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 32px;
}
.is-mobile .newsletter-widget__form > div .verification-group {
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  margin-bottom: 0;
}
.newsletter-widget__form > div .resend {
  display: flex;
  font-size: 14px;
  justify-content: center;
  color: blue;
}
.is-mobile .newsletter-widget__form > div .resend {
  margin-top: 12px;
  font-size: 10px;
}
.newsletter-widget__form > div .resend .timer {
  margin-left: 10px;
  width: 36px;
}
.newsletter-widget__form > div .resend a {
  color: blue;
  cursor: pointer;
}
.newsletter-widget__form > div .resend a.disabled {
  color: grey;
  cursor: not-allowed;
}
.newsletter-widget__form > div .form-errors {
  margin-top: -35px;
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 1.25rem;
  box-shadow: 0 3px 19px 1px rgba(24, 23, 24, 0.05);
}
.widget .card:hover {
  box-shadow: none !important;
}
.widget .card .card-header {
  display: flex;
  justify-content: flex-start;
}
.widget .card .card-header i:before {
  width: 32px;
  height: 32px;
}
.widget .card .card-header .title {
  margin-right: 0.625rem;
  font-size: 18px;
  font-weight: 500;
  color: #4E5C6E;
}
@media (max-width: 1399.98px) {
.widget .card .card-header .title {
    font-size: 16px;
}
}
.widget .card .card-body {
  display: flex;
  flex-direction: column;
}
.price {
  line-height: 1.2;
}
.price__item {
  display: flex;
}
.price__item__value {
  color: #0197F6;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1399.98px) {
.price__item__value {
    font-size: 18px;
}
}
.price__item__currency {
  display: flex;
  align-items: center;
  margin-right: 0.3125rem;
  font-size: 12px;
  color: #4E5C6E;
}
.price__discount {
  display: flex;
  align-items: center;
}
.price__discount__value {
  font-size: 18px;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
.price__discount__value {
    font-size: 16px;
}
}
.price__discount__percent {
  background: #FF725E;
  color: #ffffff;
  line-height: 20px;
  height: 18px;
  padding: 0 8px;
  display: inline-block;
  border-radius: 14px;
  margin-right: 7px;
  font-size: 12px;
  text-align: center;
}
.price__inline {
  display: flex !important;
  gap: 6px;
}
.price .price__item + .price__item {
  padding-right: 13px;
}
.price .price__item + .price__item:after {
  position: absolute;
  content: "+";
  margin-right: -13px;
  margin-top: 0.3125rem;
  font-size: 14px;
  color: #4E5C6E;
}
.tour-widget-item {
  width: 100%;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid #dee2e6;
}
.tour-widget-item:hover {
  cursor: pointer;
}
.tour-widget-item:hover .img__value {
  filter: none;
}
.tour-widget-item:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.tour-widget-item * {
  color: #2F3742;
}
.tour-widget-item *:hover {
  color: #2F3742;
}
.tour-widget-item__details {
  display: flex;
}
.tour-widget-item__details .img {
  position: relative;
}
.tour-widget-item__details .img__value {
  width: 130px;
  min-width: 130px;
  height: 105px;
  border-radius: 5px;
  transition: all 0.15s ease-out;
  filter: brightness(90%);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399.98px) {
.tour-widget-item__details .img__value {
    width: 100px;
    min-width: 100px;
    height: 80px;
}
}
.tour-widget-item__details .img__stay {
  display: flex;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
  padding: 0 0.3125rem;
  color: #FF725E;
  font-weight: 400;
  border-radius: 5px;
}
.tour-widget-item__details .img__stay i {
  height: auto;
  margin-left: 0.3125rem;
}
.tour-widget-item__details .img__stay i:before {
  width: 10px;
  height: 10px;
  font-size: 14px;
  color: #FF725E;
}
.tour-widget-item__details .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.625rem;
}
.tour-widget-item__details .content__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1399.98px) {
.tour-widget-item__details .content__title {
    height: 40px;
    overflow: hidden;
}
}
.tour-widget-item__details .content__info__item {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.tour-widget-item__details .content__info__item i:before {
  width: 18px;
  height: 18px;
}
@media (max-width: 1399.98px) {
.tour-widget-item__details .content__info__item i:before {
    width: 16px;
    height: 16px;
}
}
.tour-widget-item__details .content__info__item span {
  color: #717C8B !important;
  margin-right: 0.3125rem;
}
@media (max-width: 1399.98px) {
.tour-widget-item__details .content__info__item span {
    font-size: 11px;
}
}
.tour-widget-item__details .content__info__item span:hover {
  color: #717C8B !important;
}
.tour-widget-item__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-top: 0.625rem;
  padding: 0 0.625rem;
  background-color: #f5f5f5;
}
.tour-widget-item__price .label {
  color: #4E5C6E;
}
.tour-widget-item__price .price {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.tour-widget-item__price .price__item:after {
  margin-top: 0.625rem;
  margin-right: -11px;
}
@media (max-width: 1399.98px) {
.tour-widget-item__price .price__item:after {
    margin-top: 3px;
}
}
.tour-widget-item__price .price__item__value {
  color: #58D3A6;
}
@media (max-width: 1399.98px) {
.tour-widget-item__price .price__item__value {
    font-size: 14px;
}
}
.tour-widget-item__price .price__item__currency {
  color: #4E5C6E;
}
@media (max-width: 1399.98px) {
.tour-widget-item__price .price__item__currency {
    font-size: 10px;
}
}
.image-wrapper {
  border-radius: 0.25rem;
  overflow: hidden;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.travelogue-widget-item {
  display: flex;
  width: 100%;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid #dee2e6;
}
.travelogue-widget-item:hover {
  cursor: pointer;
}
.travelogue-widget-item:hover .img-wrapper {
  filter: none;
}
.travelogue-widget-item:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.travelogue-widget-item * {
  color: #2F3742;
}
.travelogue-widget-item *:hover {
  color: #2F3742;
}
.travelogue-widget-item .img-wrapper {
  width: 130px;
  min-width: 130px;
  height: 105px;
  transition: all 0.15s ease-out;
  filter: brightness(90%);
}
@media (max-width: 1399.98px) {
.travelogue-widget-item .img-wrapper {
    width: 100px;
    min-width: 100px;
    height: 80px;
}
}
.travelogue-widget-item .img-wrapper > div {
  width: 100%;
  height: 100%;
}
.travelogue-widget-item .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.travelogue-widget-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.625rem;
}
.travelogue-widget-item .content__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1399.98px) {
.travelogue-widget-item .content__title {
    height: 35px;
    overflow: hidden;
    line-height: 1.5;
}
}
.travelogue-widget-item .content__hits {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.travelogue-widget-item .content__hits i {
  height: auto;
  margin-left: 0.3125rem;
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.travelogue-widget-item .content__hits i {
    font-size: 12px;
}
}
.travelogue-widget-item .content__hits span {
  color: #717C8B !important;
  margin-right: 0.3125rem;
}
@media (max-width: 1399.98px) {
.travelogue-widget-item .content__hits span {
    font-size: 12px;
}
}
.travelogue-widget-item .content__hits span:hover {
  color: #717C8B !important;
}
.post-widget-item {
  display: flex;
  width: 100%;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid #dee2e6;
}
.post-widget-item:hover {
  cursor: pointer;
}
.post-widget-item:hover .img-wrapper {
  filter: none;
}
.post-widget-item:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.post-widget-item * {
  color: #2F3742;
}
.post-widget-item *:hover {
  color: #2F3742;
}
.post-widget-item .img-wrapper {
  width: 130px;
  min-width: 130px;
  height: 105px;
  transition: all 0.15s ease-out;
  filter: brightness(90%);
}
@media (max-width: 1399.98px) {
.post-widget-item .img-wrapper {
    width: 100px;
    min-width: 100px;
    height: 80px;
}
}
.post-widget-item .img-wrapper > div {
  width: 100%;
  height: 100%;
}
.post-widget-item .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-widget-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.625rem;
}
.post-widget-item .content__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1399.98px) {
.post-widget-item .content__title {
    height: 40px;
    overflow: hidden;
    line-height: 1.5;
}
}
.post-widget-item .content__hits {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.post-widget-item .content__hits i {
  height: auto;
  margin-left: 0.3125rem;
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.post-widget-item .content__hits i {
    font-size: 12px;
}
}
.post-widget-item .content__hits span {
  color: #717C8B !important;
  margin-right: 0.3125rem;
}
@media (max-width: 1399.98px) {
.post-widget-item .content__hits span {
    font-size: 12px;
}
}
.post-widget-item .content__hits span:hover {
  color: #717C8B !important;
}
.video-widget-item {
  display: flex;
  width: 100%;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid #dee2e6;
}
.video-widget-item:hover {
  cursor: pointer;
}
.video-widget-item:hover .img-wrapper {
  filter: none !important;
}
.video-widget-item:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.video-widget-item * {
  color: #2F3742;
}
.video-widget-item *:hover {
  color: #2F3742;
}
.video-widget-item .img {
  position: relative;
}
.video-widget-item .img .img-wrapper {
  width: 130px;
  min-width: 130px;
  height: 105px;
  border-radius: 5px;
  transition: all 0.15s ease-out;
  filter: brightness(50%);
}
@media (max-width: 1399.98px) {
.video-widget-item .img .img-wrapper {
    width: 100px;
    min-width: 100px;
    height: 80px;
}
}
.video-widget-item .img .img-wrapper > div {
  width: 100%;
  height: 100%;
}
.video-widget-item .img .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-widget-item .img__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 25%;
  left: 35%;
  height: 65px;
  width: 43px;
}
@media (max-width: 1399.98px) {
.video-widget-item .img__details {
    top: 15%;
    left: 30%;
}
}
.video-widget-item .img__details__icon {
  width: 42px;
  height: 42px;
  background-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 50%;
}
@media (max-width: 1399.98px) {
.video-widget-item .img__details__icon {
    width: 35px;
    height: 35px;
}
}
.video-widget-item .img__details__icon i {
  left: 30%;
  transform: translateY(50%);
  position: absolute;
  z-index: 2;
  font-size: 16px;
  color: #fff !important;
}
@media (max-width: 1399.98px) {
.video-widget-item .img__details__icon i {
    font-size: 14px;
}
}
.video-widget-item .img__details__time {
  padding: 1px 8px;
  background-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 10px;
  color: white;
  font-size: 11px;
}
.video-widget-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.625rem;
}
.video-widget-item .content__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1399.98px) {
.video-widget-item .content__title {
    height: 35px;
    overflow: hidden;
    line-height: 1.5;
}
}
.video-widget-item .content__info__item {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.video-widget-item .content__info__item i {
  height: auto;
  margin-left: 0.3125rem;
  font-size: 14px;
}
.video-widget-item .content__info__item i:before {
  margin: 0;
}
@media (max-width: 1399.98px) {
.video-widget-item .content__info__item i {
    font-size: 12px;
}
}
.video-widget-item .content__info__item span {
  color: #717C8B !important;
  margin-right: 0.3125rem;
}
@media (max-width: 1399.98px) {
.video-widget-item .content__info__item span {
    font-size: 12px;
}
}
.video-widget-item .content__info__item span:hover {
  color: #717C8B !important;
}
.video-widget-item .content__info__item .profile-img {
  width: 16px;
  height: 16px;
  margin-left: 0.625rem;
  border-radius: 50%;
  transition: all 0.15s ease-out;
}
.link-widget-item {
  display: flex;
  width: 100%;
  padding-top: 0.625rem;
  margin-top: 0.625rem;
  border-top: 1px solid #dee2e6;
}
.link-widget-item:hover {
  cursor: pointer;
}
.link-widget-item:hover .img-wrapper {
  filter: none;
}
.link-widget-item:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.link-widget-item * {
  color: #2F3742;
}
.link-widget-item *:hover {
  color: #2F3742;
}
.link-widget-item .img-wrapper {
  width: 130px;
  min-width: 130px;
  height: 105px;
  transition: all 0.15s ease-out;
  filter: brightness(90%);
}
@media (max-width: 1399.98px) {
.link-widget-item .img-wrapper {
    width: 100px;
    min-width: 100px;
    height: 80px;
}
}
.link-widget-item .img-wrapper > div {
  width: 100%;
  height: 100%;
}
.link-widget-item .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-widget-item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 0.625rem;
}
.link-widget-item .content__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1399.98px) {
.link-widget-item .content__title {
    height: 35px;
    overflow: hidden;
    line-height: 1.5;
}
}
.link-widget-item .content__hits {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}
.link-widget-item .content__hits i {
  height: auto;
  margin-left: 0.3125rem;
  font-size: 14px;
}
@media (max-width: 1399.98px) {
.link-widget-item .content__hits i {
    font-size: 12px;
}
}
.link-widget-item .content__hits span {
  color: #717C8B !important;
  margin-right: 0.3125rem;
}
@media (max-width: 1399.98px) {
.link-widget-item .content__hits span {
    font-size: 12px;
}
}
.link-widget-item .content__hits span:hover {
  color: #717C8B !important;
}
.position img {
  border-radius: 8px;
}
