@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");
@charest "utf-8";
:root {
  --primary: #111;
  --secondary: #fd0; }

.select-box {
  position: relative;
  width: 26rem;
  margin: 7rem auto; }

.select-box input {
  width: 100%;
  padding: 10px .6rem;
  font-size: 1.1rem;
  border: .1rem solid transparent;
  outline: none; }

input[type="tel"] {
  border-radius: 0 .5rem .5rem 0; }

.select-box input:focus {
  border: 0.1rem solid var(--primary); }

.options svg {
  display: inline-block; }

.selected-option {
  background-color: #eee;
  border-radius: .5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.selected-option div {
  position: relative;
  width: 9rem;
  padding: 0 2.8rem 0 .5rem;
  text-align: center;
  cursor: pointer; }

.selected-option div svg {
  display: inline-block; }

.selected-option div::after {
  position: absolute;
  content: "";
  right: .8rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: .8rem;
  height: .8rem;
  border-right: 0.12rem solid var(--primary);
  border-bottom: 0.12rem solid var(--primary);
  opacity: .3;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.selected-option div.active::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg); }

.select-box .options {
  position: absolute;
  top: 4rem;
  width: 100%;
  background-color: #fff;
  border-radius: .5rem;
  display: none; }

.select-box .options.active {
  display: block; }

.select-box .options::before {
  position: absolute;
  content: "";
  left: 1rem;
  top: -1.2rem;
  width: 0;
  height: 0;
  border: .6rem solid transparent;
  border-bottom-color: var(--primary); }

input.search-box {
  background-color: var(--primary);
  color: #fff;
  border-radius: .5rem .5rem 0 0;
  padding: 1.4rem 1rem; }

.select-box ol {
  list-style: none;
  max-height: 23rem;
  overflow: overlay; }

.select-box ol::-webkit-scrollbar {
  width: 0.6rem; }

.select-box ol::-webkit-scrollbar-thumb {
  width: 0.4rem;
  height: 3rem;
  background-color: #ccc;
  border-radius: .4rem; }

.select-box ol li {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }

.select-box ol li.hide {
  display: none; }

.select-box ol li:not(:last-child) {
  border-bottom: .1rem solid #eee; }

.select-box ol li:hover {
  background-color: lightcyan; }

.select-box ol li .country-name {
  margin-left: .4rem; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
  outline: 0;
  background-color: transparent;
  resize: none;
  font-family: "Sora", sans-serif; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth; }

a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none; }

select, form button, button, .slick-dots li {
  cursor: pointer; }

.clear:after {
  content: "";
  display: block;
  clear: both; }

.grid {
  max-width: 1400px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1420px) {
    .grid {
      margin-left: 10px;
      margin-right: 10px; } }

.container {
  max-width: calc(100% - 20px); }

header .menu {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  header .menu li ul {
    display: none; }
  header .menu li:hover ul {
    display: block; }

header .right .lang ul {
  display: none; }

header .right .lang:hover ul {
  display: block; }

header .right .login button img:first-of-type {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px); }

header .right .login ul {
  display: none; }

header .right .login:hover ul {
  display: block; }

header .logo {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.slider .slick-arrow, section .blogslider .slick-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 2;
  background-size: 11px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  section.slider .slick-arrow:hover, section .blogslider .slick-arrow:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  section.slider .slick-arrow:hover, section .blogslider .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  section.slider .slick-arrow.slick-prev, section .blogslider .slick-arrow.slick-prev {
    left: 50px;
    background-image: url(../img/slider-left.svg); }
  section.slider .slick-arrow.slick-next, section .blogslider .slick-arrow.slick-next {
    right: 50px;
    background-image: url(../img/slider-right.svg); }

section.search ::-webkit-input-placeholder {
  color: black;
  text-transform: "capitalize"; }

section.search ::-moz-input-placeholder {
  color: black;
  text-transform: "capitalize"; }

section.search :-moz-input-placeholder {
  color: black;
  text-transform: "capitalize"; }

section.search :-ms-input-placeholder {
  color: black;
  text-transform: "capitalize"; }

section.list .slider .slick-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 2;
  background-size: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  section.list .slider .slick-arrow:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  section.list .slider .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  section.list .slider .slick-arrow.slick-prev {
    left: 15px;
    background-image: url(../img/list-left.svg); }
  section.list .slider .slick-arrow.slick-next {
    right: 15px;
    background-image: url(../img/list-right.svg); }

section.list .slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center; }
  section.list .slider .slick-dots li {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    margin: 0 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    section.list .slider .slick-dots li:hover {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    section.list .slider .slick-dots li.slick-active {
      background-color: #FF5A5F; }

section.list .favorite {
  background-image: url(../img/favorite.svg); }
  section.list .favorite.favorite-active {
    background-image: url(../img/favorite-active.svg); }

section.cities a:hover h1 {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

section.cities a:hover p {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px); }

section.cities .slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
  z-index: 2;
  font-size: 0;
  background-size: 7px; }
  section.cities .slider .slick-arrow.slick-prev {
    left: 30px;
    background-image: url(../img/list-left.svg); }
  section.cities .slider .slick-arrow.slick-next {
    right: 30px;
    background-image: url(../img/list-right.svg); }

section.properitirs .gradient {
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.4));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)); }

section.properitirs .category {
  overflow-x: visible; }
  section.properitirs .category .slick-list {
    overflow: visible; }
  section.properitirs .category .slick-dots {
    position: absolute;
    right: 0;
    top: 0; }
    section.properitirs .category .slick-dots li {
      float: left;
      padding: 10px 24px;
      border-radius: 8px;
      background-color: rgba(239, 85, 44, 0.1);
      font-weight: 600;
      font-size: 16px;
      color: #000;
      margin-left: 10px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      section.properitirs .category .slick-dots li:hover {
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      section.properitirs .category .slick-dots li.slick-active {
        background-color: #ef552c;
        color: #fff; }

section.properitirs .slider {
  height: 440px;
  overflow-y: hidden; }
  section.properitirs .slider:before, section.properitirs .slider:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 100%;
    background-color: #F8F7FD;
    top: 0;
    z-index: 1; }
  section.properitirs .slider:before {
    left: 0; }
  section.properitirs .slider:after {
    right: 0; }
  section.properitirs .slider .slick-track {
    overflow: hidden; }
  section.properitirs .slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.33);
    z-index: 2;
    font-size: 0;
    background-size: 7px; }
    section.properitirs .slider .slick-arrow.slick-prev {
      left: 3px;
      background-image: url(../img/list-left.svg); }
    section.properitirs .slider .slick-arrow.slick-next {
      right: 3px;
      background-image: url(../img/list-right.svg); }
  section.properitirs .slider a {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    section.properitirs .slider a:hover {
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
    section.properitirs .slider a h3 {
      bottom: 30px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      section.properitirs .slider a h3:hover {
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
    section.properitirs .slider a ul {
      bottom: -100px;
      left: -1240px;
      right: -1240px;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      section.properitirs .slider a ul:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      section.properitirs .slider a ul li img {
        display: inline !important; }
      section.properitirs .slider a ul li + li {
        border-left: 1px solid #fff; }
    section.properitirs .slider a:hover h3 {
      bottom: 90px; }
    section.properitirs .slider a:hover ul {
      bottom: 25px;
      left: 1.5rem;
      right: 1.5rem; }

section.automated h2:before {
  content: "";
  position: absolute;
  width: 225px;
  height: 14px;
  background-color: #FF5A5F;
  opacity: .14;
  right: -5px;
  bottom: 0; }

section.automated ul li img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.automated ul li:hover .ease-in-out {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

section.app {
  background: #3A4116;
  background: -webkit-gradient(linear, left top, right top, from(#3A4116), to(#222611));
  background: -webkit-linear-gradient(left, #3A4116, #222611);
  background: -o-linear-gradient(left, #3A4116, #222611);
  background: linear-gradient(to right, #3A4116, #222611); }

section.comments .title img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.comments .comment-list:before, section.comments .comment-list:after {
  content: "";
  position: absolute;
  width: 100px;
  top: 0;
  bottom: 0; }

section.comments .comment-list:before {
  left: 0;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
  background: -webkit-linear-gradient(left, #fff, transparent);
  background: -o-linear-gradient(left, #fff, transparent);
  background: linear-gradient(to right, #fff, transparent); }

section.comments .comment-list:after {
  right: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(to right, transparent, #fff); }

section.comments .top-list ul {
  margin-left: -100px; }

section.comments .bottom-list ul {
  margin-left: -4900vw; }

section.filter .buttons {
  width: calc(100% - 210px); }

section.filter button svg {
  height: 19px; }

section.detail .photos a button {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.detail .photos a:hover button img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

section.descriptions .tabs .buttons li a {
  background-color: rgba(239, 85, 44, 0.12);
  color: #000; }

section.descriptions .tabs .buttons li.ui-tabs-active a {
  background-color: #EF552C;
  color: #fff; }

section.descriptions label div div {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.descriptions input[type="radio"]:checked + label {
  border-color: #EF552C; }
  section.descriptions input[type="radio"]:checked + label > div {
    border-color: #EF552C; }
    section.descriptions input[type="radio"]:checked + label > div div {
      opacity: 1; }

section.breadcrumb:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/breadcrumb.svg);
  background-size: cover;
  z-index: 5; }

section.breadcrumb img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

section.breadcrumb ul li + li:before {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../img/slider-right.svg);
  background-size: cover;
  display: inline-block; }

section.profile .menu svg, section.profile .walleticon svg {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.profile .withdraw .icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section.profile .filter-form label input:checked + div {
  border-color: #FF5A5F; }
  section.profile .filter-form label input:checked + div > div {
    border-color: #FF5A5F; }
    section.profile .filter-form label input:checked + div > div div {
      opacity: 1;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

section.profile .slider .slick-arrow {
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 2;
  background-size: 5px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  section.profile .slider .slick-arrow:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  section.profile .slider .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.5); }
  section.profile .slider .slick-arrow.slick-prev {
    left: 15px;
    background-image: url(../img/list-left.svg); }
  section.profile .slider .slick-arrow.slick-next {
    right: 15px;
    background-image: url(../img/list-right.svg); }

section.profile .slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center; }
  section.profile .slider .slick-dots li {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
    margin: 0 2px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    section.profile .slider .slick-dots li:hover {
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    section.profile .slider .slick-dots li.slick-active {
      background-color: #FF5A5F; }

section.profile .favorite {
  background-image: url(../img/favorite.svg); }
  section.profile .favorite.favorite-active {
    background-image: url(../img/favorite-active.svg); }

section.profile .pin .absolute {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

section .aside {
  background: #b74021;
  background: -webkit-gradient(linear, left top, right top, from(#b74021), to(#e8532b));
  background: -webkit-linear-gradient(left, #b74021, #e8532b);
  background: -o-linear-gradient(left, #b74021, #e8532b);
  background: linear-gradient(to right, #b74021, #e8532b); }

section .faq ul li.active {
  border-color: #EF552C; }
  section .faq ul li.active a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    section .faq ul li.active a img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

footer .social img {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.popup {
  padding: 0;
  border-radius: 10px;
  display: none; }

.popup-contain {
  width: 650px; }

.fancybox-close-small {
  background-color: #ebebeb !important;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  right: 10px !important;
  top: 10px !important; }

#feedback-1:checked ~ section [for=feedback-1] svg path,
#feedback-2:checked ~ section [for=feedback-1] svg path,
#feedback-2:checked ~ section [for=feedback-2] svg path,
#feedback-3:checked ~ section [for=feedback-1] svg path,
#feedback-3:checked ~ section [for=feedback-2] svg path,
#feedback-3:checked ~ section [for=feedback-3] svg path,
#feedback-4:checked ~ section [for=feedback-1] svg path,
#feedback-4:checked ~ section [for=feedback-2] svg path,
#feedback-4:checked ~ section [for=feedback-3] svg path,
#feedback-4:checked ~ section [for=feedback-4] svg path,
#feedback-5:checked ~ section [for=feedback-1] svg path,
#feedback-5:checked ~ section [for=feedback-2] svg path,
#feedback-5:checked ~ section [for=feedback-3] svg path,
#feedback-5:checked ~ section [for=feedback-4] svg path,
#feedback-5:checked ~ section [for=feedback-5] svg path {
  fill: #EF552C; }

.popup svg {
  fill: white;
  stroke: #EF552C; }

.popup svg path {
  -webkit-transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
  -o-transition: fill 200ms ease-in-out, stroke 100ms ease-in-out;
  transition: fill 200ms ease-in-out, stroke 100ms ease-in-out; }

@media (max-width: 1280px) {
  section.filter .buttons {
    width: 100%; }
  section.descriptions .tabs .buttons li a {
    background-color: transparent; }
  section.descriptions .tabs .buttons li.ui-tabs-active a {
    background-color: transparent;
    color: #EF552C;
    text-decoration: underline; } }

@media (max-width: 768px) {
  section.properitirs .category .slick-dots {
    width: 100%; }
    section.properitirs .category .slick-dots li {
      font-size: 15px;
      padding: 10px 20px;
      margin-left: 0;
      margin-right: 10px; }
  section.properitirs .slider {
    height: 250px; }
    section.properitirs .slider a h3 {
      bottom: 16px; }
    section.properitirs .slider a:hover h3 {
      bottom: 50px; }
    section.properitirs .slider a:hover ul {
      bottom: 16px;
      left: 1rem;
      right: 1rem; }
    section.properitirs .slider .slick-arrow.slick-prev {
      left: 20px; }
    section.properitirs .slider .slick-arrow.slick-next {
      right: 20px; } }

@media (min-width: 768px) {
  section.properitirs .slider a:hover {
    width: 450px !important; } }
