@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Montserrat:wght@400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
form,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

button {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}

button,
[role=button],
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

textarea {
  overflow: auto;
  resize: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

small {
  font-size: 80%;
}

sup,
sub {
  position: relative;
  vertical-align: baseline;
  font-size: 65%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
video,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

iframe {
  border: none;
}

::-webkit-scrollbar {
  width: 2px;
  background: #d9d9d9;
}

::-webkit-scrollbar-thumb {
  width: 6px;
  height: 40px;
  z-index: 9;
  background: #01a3dc;
}

::-webkit-scrollbar-button {
  display: none;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  outline: none;
  border-radius: 0;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  background: #E1E9EC;
  height: 3px;
}
input[type=range]::-moz-range-track {
  background: #E1E9EC;
  height: 3px;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background-color: #67AECA;
}
input[type=range]:active::-webkit-slider-thumb {
  background-color: #67AECA;
}
input[type=range]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 0;
  margin-top: -5px;
  background-color: #67AECA;
}
input[type=range]::-webkit-progress-bar {
  background-color: #67AECA;
}
input[type=range]::-moz-range-progress {
  background-color: #67AECA;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #222;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

a {
  color: #222;
  text-decoration: none;
}
a[href^=tel], a[href^=mailto] {
  white-space: nowrap;
}

ol,
ul {
  list-style: none;
}

html {
  height: 100%;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
  background-color: #fff;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 50px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1279px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 1023px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 479px;
    padding: 5px 15px;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: 379px;
  }
}
@media (max-width: 379px) {
  .container {
    max-width: 100%;
  }
}

.content {
  margin-top: 50px;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
  padding: 0.6em 1.5em;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  font-family: inherit;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), border-color 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.btn:hover {
  text-decoration: none;
}
.btn--primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn--primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}
.btn--secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn--secondary:hover {
  background-color: #5c636a;
  border-color: #5c636a;
}
.btn--outline-primary {
  color: #c5a706;
  border: 1px solid #c5a706;
}
.btn--outline-primary:hover {
  color: #fff;
  background-color: #c5a706;
}
.btn--outline-secondary {
  color: #0033ff;
  border: 1px solid #0033ff;
}
.btn--outline-secondary:hover {
  color: #fff;
  background-color: #0033ff;
}
.btn--link {
  color: #333;
}
.btn--link:hover {
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

:-moz-placeholder {
  color: #333;
  opacity: 1;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
  -moz-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
  -ms-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.field {
  display: block;
  width: 100%;
  height: 48px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.field::-ms-clear {
  display: none;
}
.field--textarea {
  height: 124px;
  padding: 10px;
}

.checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox input:checked ~ .checkbox__box::before {
  display: block;
}
.checkbox__box {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.checkbox__box::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  transform: rotate(45deg);
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  display: none;
}
.checkbox__title {
  min-width: 1px;
}

.radio-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.radio-btn input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.radio-btn input:checked ~ .radio-btn__box::before {
  display: block;
}
.radio-btn__box {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.radio-btn__box::before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background-color: #333;
  border-radius: 50%;
  display: none;
}
.radio-btn__title {
  min-width: 1px;
}

.form__group {
  display: block;
  margin-bottom: 25px;
}

.hamburger-btn {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
}
.hamburger-btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 2px;
  background-color: #333;
  backface-visibility: hidden;
  transition: 0.3s;
}
.hamburger-btn__line::before, .hamburger-btn__line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  backface-visibility: hidden;
  transition: 0.3s;
}
.hamburger-btn__line::before {
  top: -7px;
}
.hamburger-btn__line::after {
  top: 7px;
}
.hamburger-btn.is-active .hamburger-btn__line {
  background-color: transparent;
}
.hamburger-btn.is-active .hamburger-btn__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-btn.is-active .hamburger-btn__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.tabs__panel:not(:first-child) {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
}
.modal.is-open {
  display: grid;
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.modal__dialog {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.modal__content {
  position: relative;
  background-color: #fff;
  height: -moz-max-content;
  height: max-content;
  padding: 10px 10px 20px 10px;
  align-self: center;
  justify-self: center;
}
.modal__sidebar {
  position: relative;
  background-color: #fff;
  height: 100vh;
  width: 30%;
  padding: 10px 10px 20px 10px;
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow-y: scroll;
}
@media (max-width: 1023px) {
  .modal__sidebar {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .modal__sidebar {
    width: 100%;
  }
}
.modal__sidebar .select {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal__sidebar .active-select {
  position: static;
}
.modal__close-btn {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: center no-repeat url("../images/icons/close.png");
  top: 3%;
  left: 90%;
}
.modal__close-btn:hover {
  cursor: pointer;
}

.eye {
  font-size: 20px;
  color: #01a3dc;
}
.eye:hover {
  cursor: pointer;
}
.eye-pos {
  position: absolute;
  left: 91%;
  top: 59%;
}

.logo {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 28px;
  line-height: 28px;
  text-transform: capitalize;
}
@media (max-width: 1279px) {
  .logo {
    font-size: 20px;
    gap: 10px;
  }
}
.logo-img {
  display: block;
  width: 26px;
  height: 26px;
}
@media (max-width: 1279px) {
  .logo-img {
    width: 20px;
    height: 20px;
  }
}

.header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 7;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  width: 100%;
}

.options {
  display: flex;
  align-items: center;
  gap: 10px;
}

#lang {
  border: none;
}

.user {
  display: flex;
  align-items: center;
  position: relative;
}
.user:hover {
  cursor: pointer;
}
.user-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #f3f3f3;
  background: center no-repeat url("../images/icons/user-icon.png");
  border-radius: 50%;
}
.user-name {
  font-size: 14px;
  color: #01a3dc;
}
.user-arrow {
  display: block;
  width: 24px;
  height: 24px;
  background: center no-repeat url("../images/icons/arrow-right-small.svg");
}

.personal-area {
  display: none;
}

.user.pa-opened .user-arrow {
  background: center no-repeat url("../images/icons/arrow-down-small.svg");
}

.user-opened {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 35px;
  width: 100px;
  left: -18px;
  background-color: #f9f9f9;
}
.user-opened .nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #e0f4f8;
}
.user-opened .nav-link:hover {
  background-color: #EEF3F4;
}
.user-opened .nav-link img {
  display: block;
  width: 16px;
  height: 16px;
}
.user-opened .nav-link span {
  font-size: 16px;
}

.nav-link.log-out {
  display: block;
  width: 100%;
  text-align: center;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 30px;
  text-align: center;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .footer-inner {
    flex-direction: column;
    padding: 10px;
  }
}
.footer-links-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-links-wrapper {
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.footer-media {
  display: block;
  width: 24px;
  height: 24px;
}

.navbar {
  position: relative;
  flex: 2;
}
@media (max-width: 1279px) {
  .navbar {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .navbar {
    flex: 0;
  }
}

.nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 767px) {
  .nav {
    display: none;
  }
}

.burger-menu {
  display: none;
}
@media (max-width: 767px) {
  .burger-menu {
    display: inline-block;
  }
}

.open {
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 10px;
  position: absolute;
  left: -67px;
  top: 35px;
  width: 178px;
  background-color: #f9f9f9;
}
.open .nav-link {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #e0f4f8;
}
.open .nav-link:hover {
  background-color: #EEF3F4;
}

.active {
  padding: 0 0 0 20px;
  background: #f9f9f9;
}

.current {
  padding-top: 10px;
  border-top: 4px solid #01a3dc;
}
@media (max-width: 767px) {
  .current {
    border-top: none;
    border-right: 4px solid #01a3dc;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.carousel-top {
  height: 550px;
}
@media (max-width: 1279px) {
  .carousel-top {
    height: 415px;
  }
}
@media (max-width: 1023px) {
  .carousel-top {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .carousel-top {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .carousel-top {
    height: 390px;
  }
}
@media (max-width: 479px) {
  .carousel-top {
    height: 430px;
  }
}
.carousel-top-wrapper {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 479px) {
  .carousel-top-wrapper {
    margin-bottom: 0;
  }
}
.carousel-top-title {
  width: 45%;
  height: 170px;
  padding: 50px;
  background-color: #FFD374;
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 0%;
}
@media (max-width: 1023px) {
  .carousel-top-title {
    padding: 14px;
    height: 84px;
  }
}
@media (max-width: 479px) {
  .carousel-top-title {
    width: 60%;
  }
}
@media (max-width: 479px) {
  .carousel-top-title {
    left: 7%;
  }
}
.carousel-top-title > h2 {
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .carousel-top-title > h2 {
    font-size: 20px;
  }
}
@media (max-width: 379px) {
  .carousel-top-title > h2 {
    font-size: 16px;
  }
}
.carousel-top-title > a {
  display: block;
  position: absolute;
  left: 80%;
  top: 66%;
}
@media (max-width: 1023px) {
  .carousel-top-title > a {
    top: 63%;
    left: 73%;
  }
}
@media (max-width: 767px) {
  .carousel-top-title > a {
    width: 30px;
    height: 15px;
    top: 66%;
    left: 78%;
  }
}
@media (max-width: 379px) {
  .carousel-top-title > a {
    left: 72%;
  }
}

.carousel-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.carousel-dots li {
  position: relative;
  display: inline-block;
  width: 70px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.carousel-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #d3e0e2;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.carousel-dots li button:hover, .carousel-dots li button:focus {
  outline: none;
}
.carousel-dots li button:hover:before, .carousel-dots li button:focus:before {
  opacity: 1;
}
.carousel-dots li.slick-active button {
  background-color: #67aeca;
  opacity: 1;
}

.card {
  height: 100%;
  position: relative;
}
.card > img {
  display: block;
  width: inherit;
  height: 100%;
}
.card-info {
  position: absolute;
  background-color: #f9f9f9;
  z-index: 999;
  width: 250px;
  height: 100px;
  padding: 10px 10px 0;
  top: 80%;
  left: 60%;
}
@media (max-width: 1279px) {
  .card-info {
    width: 244px;
    height: 89px;
    padding: 10px 10px 0;
    top: 76%;
    left: 34%;
  }
}
@media (max-width: 1023px) {
  .card-info {
    width: 100%;
    height: 89px;
    padding: 10px 10px 0;
    top: 71%;
    left: 0;
  }
}
.card-info > a {
  display: block;
  position: absolute;
  left: 65%;
}
.card-info > a > img {
  width: 70px;
  height: 24px;
}

.carousel-top .slick-slide {
  width: 650px;
  height: 550px;
}
@media (max-width: 1279px) {
  .carousel-top .slick-slide {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .carousel-top .slick-slide {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 379px) {
  .carousel-top .slick-slide {
    width: 210px;
  }
}

.slick-slide > div {
  margin: 0 10px;
  height: 100%;
}

.carousel-bottom {
  height: 380px;
  margin-bottom: 50px;
}
.carousel-bottom .slick-slide {
  padding: 60px 0;
  width: 300px;
  height: 350px;
}
@media (max-width: 1279px) {
  .carousel-bottom .slick-slide {
    padding: 0;
  }
}

.carousel-bottom .slick-center {
  padding: 20px 0;
}
@media (max-width: 1399px) {
  .carousel-bottom .slick-center {
    padding: 15px 0;
  }
}
@media (max-width: 1279px) {
  .carousel-bottom .slick-center {
    padding: 0;
  }
}

.carousel-bottom .slick-center .card-bottom {
  height: 350px;
}
.carousel-bottom .slick-center .card-bottom a {
  top: 68%;
}

.card-bottom {
  height: 100%;
  width: 100%;
}
.card-bottom > img {
  display: block;
  width: 100%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-bottom-info {
  width: 100%;
  height: 40%;
  background: #eef3f4;
  padding: 10px;
  position: relative;
}
.card-bottom-info > a {
  position: absolute;
  display: block;
  left: 62%;
}
@media (max-width: 1279px) {
  .card-bottom-info > a {
    width: 120px;
    height: 120px;
  }
}
.card-bottom-addres {
  font-size: 15px;
}
.card-bottom-price {
  font-size: 20px;
}

.carousel-bottom-wrapper {
  position: relative;
}
.carousel-title {
  position: absolute;
  left: 53%;
  top: -20%;
  width: 43%;
  height: 120px;
  text-transform: uppercase;
  font-size: 30px;
  padding: 40px 10px;
  background-color: #67AECA;
}
@media (max-width: 1279px) {
  .carousel-title {
    height: 80px;
    padding: 10px;
    top: -10%;
  }
}
@media (max-width: 767px) {
  .carousel-title {
    width: 60%;
    left: 38%;
  }
}
@media (max-width: 479px) {
  .carousel-title {
    width: 80%;
    left: 20.3%;
  }
}
@media (max-width: 479px) {
  .carousel-title {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 1279px) {
  .carousel-title h2 {
    font-size: 22px;
  }
}
.carousel-title > a {
  position: absolute;
  left: 83%;
}
@media (max-width: 1279px) {
  .carousel-title > a {
    left: 78%;
  }
}
@media (max-width: 1023px) {
  .carousel-title > a {
    top: 48%;
    left: 70%;
  }
}

.sort {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .sort {
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 1023px) {
  .sort {
    flex-wrap: nowrap;
  }
}
.sort-form {
  display: flex;
  gap: 50px;
}
@media (max-width: 1399px) {
  .sort-form {
    gap: 40px;
  }
}
@media (max-width: 1279px) {
  .sort-form {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .sort-form {
    gap: 10px;
  }
}
.sort-by {
  width: 65px;
  height: 65px;
  background: center no-repeat url("../images/sort-icon.svg");
  background-size: 40%;
  background-color: #f3f3f3;
}

.search {
  background-color: #f3f3f3;
  display: flex;
  padding: 0 10px;
}
.search-img {
  display: block;
}
.search > input {
  padding: 10px;
  border: none;
  background-color: #f3f3f3;
}
@media (max-width: 767px) {
  .search > input {
    width: 100%;
    padding: 10px 10px 10px 40px;
  }
}

.select {
  position: relative;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
}
@media (max-width: 1279px) {
  .select {
    display: none;
  }
}
.select:hover {
  cursor: pointer;
}
.select-btn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 24px;
  padding: 10px 24px;
}
@media (max-width: 767px) {
  .select-btn {
    padding: 9px 10px;
  }
}
.select.filters {
  display: flex;
}
@media (max-width: 1023px) {
  .select.sort-by {
    display: none;
  }
}
.select-content {
  display: none;
}
.select-content > label {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 20px;
  padding: 10px 20px;
}

.arrow-span {
  display: block;
  width: 24px;
  height: 24px;
  background: center no-repeat url("../images/arrow-right--small.svg");
}

.select:hover {
  position: relative;
  background-color: #01a3dc;
}
.select:hover > .select-btn > .arrow-span {
  background: center no-repeat url("../images/arrow-down--white.svg");
}
.select:hover .select-content {
  position: absolute;
  transition: 1s all;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  z-index: 2;
  left: 0;
  top: 100%;
  background-color: #fafafa;
  text-align: start;
}
.select:hover .select-content label:hover {
  cursor: pointer;
  background-color: #EEF3F4;
}
.select:hover .select-content.open-left {
  left: -229%;
}
@media (max-width: 1399px) {
  .select:hover .select-content.open-left {
    left: -192%;
    width: 190px;
  }
}

.price {
  display: block;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.price-wrapper {
  width: 200%;
  background-color: #f3f3f3;
  padding: 20px 10px;
}
.price-title {
  margin-bottom: 20px;
}
.price-text {
  text-align: end;
  margin-bottom: 20px;
}
.price-btns {
  display: flex;
  justify-content: space-between;
}
.price-btns-btn {
  display: block;
  padding: 10px 20px;
  background-color: #fff;
  color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.price-btns-btn:hover {
  cursor: pointer;
}
@media (max-width: 1279px) {
  .price-btns-btn {
    padding: 5px 10px;
  }
}

.search-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.search-card {
  width: 47%;
}
.search-card-addres {
  display: flex;
  justify-content: space-between;
}
.search-card > img {
  display: block;
  width: 100%;
}
.search-card-info {
  width: 100%;
  height: auto;
  background-color: #f3f3f3;
  padding: 20px 10px;
}
.search-card-price {
  font-size: 24px;
  margin-bottom: 20px;
}
.search-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .search-card {
    width: 100%;
  }
}

.search-card-descr > span {
  font-size: 14px;
  color: #A0A0A0;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #A0A0A0;
}
.search-card-descr > span:last-child {
  border-right: none;
}

.arrow-right--big {
  display: block;
  width: 70px;
  height: 24px;
}

.like {
  display: block;
  width: 24px;
  height: 24px;
  background: center no-repeat url("../images/heart.svg");
}
.like:hover {
  cursor: pointer;
}

.single-bunner {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .single-bunner {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .single-bunner {
    margin-bottom: 120px;
  }
}
@media (max-width: 479px) {
  .single-bunner {
    margin-bottom: 190px;
  }
}
@media (max-width: 379px) {
  .single-bunner {
    margin-bottom: 250px;
  }
}
.single-bunner > img {
  display: block;
  width: 100%;
  height: 540px;
}
@media (max-width: 1399px) {
  .single-bunner > img {
    height: 500px;
  }
}
@media (max-width: 1279px) {
  .single-bunner > img {
    height: 400px;
  }
}
@media (max-width: 1023px) {
  .single-bunner > img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .single-bunner > img {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .single-bunner > img {
    height: 150px;
  }
}
.single-bunner-info {
  position: absolute;
  width: 60%;
  top: 352px;
  left: 0;
  background-color: #EEF3F4;
  padding: 20px 40px;
}
@media (max-width: 1399px) {
  .single-bunner-info {
    padding: 20px 30px;
    top: 312px;
  }
}
@media (max-width: 1279px) {
  .single-bunner-info {
    width: 75%;
    top: 212px;
  }
}
@media (max-width: 1023px) {
  .single-bunner-info {
    width: 100%;
    top: 150px;
  }
}
@media (max-width: 767px) {
  .single-bunner-info {
    padding: 10px;
  }
}
.single-bunner-addres {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .single-bunner-addres {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .single-bunner-addres {
    font-size: 25px;
  }
}
.single-bunner-city {
  font-size: 20px;
  margin-bottom: 10px;
}
.single-bunner-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .single-bunner-description-inner {
    width: 50%;
  }
}
.single-bunner-price {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1399px) {
  .single-bunner-price {
    gap: 5px;
  }
}
.single-bunner-price > p {
  font-size: 40px;
}
@media (max-width: 1023px) {
  .single-bunner-price > p {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .single-bunner-price > p {
    font-size: 20px;
  }
}
.single-bunner-tools {
  display: flex;
  align-items: center;
  position: absolute;
  line-height: 24px;
  top: 0;
  left: 60%;
}
@media (max-width: 1279px) {
  .single-bunner-tools {
    left: 50%;
  }
}
@media (max-width: 1023px) {
  .single-bunner-tools {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .single-bunner-tools {
    left: 15%;
  }
}
@media (max-width: 479px) {
  .single-bunner-tools {
    left: 13%;
  }
}
@media (max-width: 379px) {
  .single-bunner-tools {
    left: 0;
  }
}
.single-bunner-tools-share {
  background-color: #EEF3F4;
}
.single-bunner-tools-share:hover {
  background-color: #67AECA;
}
.single-bunner-tools-save {
  background-color: #EEF3F4;
}
.single-bunner-tools-save:hover {
  background-color: #67AECA;
}
.single-bunner-tools-contact {
  background-color: #67AECA;
  color: #fff;
}
.single-bunner-tools > a {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;
}
@media (max-width: 479px) {
  .single-bunner-tools > a {
    padding: 10px;
  }
}
@media (max-width: 379px) {
  .single-bunner-tools > a {
    font-size: 14px;
  }
}
.single-bunner-tools > a > img {
  display: block;
  width: 24px;
  height: 24px;
}

.single-ofer-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}
.single-ofer-images-double {
  width: 19%;
}
@media (max-width: 767px) {
  .single-ofer-images-double {
    display: none;
  }
}
.single-ofer-images-center {
  position: relative;
  width: 60%;
}
@media (max-width: 767px) {
  .single-ofer-images-center {
    width: 100%;
  }
}

.single-nav-buttons {
  position: absolute;
  top: 94%;
  left: 47%;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .single-nav-buttons {
    left: 44%;
  }
}
@media (max-width: 1279px) {
  .single-nav-buttons {
    left: 42%;
  }
}
@media (max-width: 1023px) {
  .single-nav-buttons {
    left: 40%;
  }
}
@media (max-width: 767px) {
  .single-nav-buttons {
    left: 38%;
  }
}
@media (max-width: 479px) {
  .single-nav-buttons {
    top: 89%;
    left: 33%;
  }
}

.details {
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .details {
    display: block;
  }
}
.details-text-wrapper {
  width: 60%;
}
@media (max-width: 1023px) {
  .details-text-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.details-text-title {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.details-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.details-text {
  line-height: 30px;
  margin-bottom: 20px;
}
.details-agent {
  width: 30%;
}
@media (max-width: 1023px) {
  .details-agent {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .details-agent {
    width: 70%;
  }
}
.details-agent .agent-card {
  width: 75%;
}
@media (max-width: 1023px) {
  .details-agent .agent-card {
    width: 90%;
  }
}
@media (max-width: 1023px) {
  .details-agent .agent-card-img {
    height: 200px;
  }
}
.details-agent-title {
  font-size: 30px;
  line-height: 50px;
}
@media (max-width: 1023px) {
  .details-agent-title {
    font-size: 28px;
  }
}

.map-anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px;
  background-color: #EEF3F4;
}
.map-anchor:hover {
  background-color: #67AECA;
}

.single-prev {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #EEF3F4;
  background-image: url("../images/icons/arrow-left-small.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.single-prev:hover {
  background-color: #67AECA;
}

.single-next {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #EEF3F4;
  background-image: url("../images/icons/arrow-right-small.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.single-next:hover {
  background-color: #67AECA;
}

.top {
  width: 100%;
  height: 48%;
  margin-bottom: 1%;
  -o-object-fit: fill;
     object-fit: fill;
}

.bottom {
  width: 100%;
  height: 50%;
  -o-object-fit: fill;
     object-fit: fill;
}

.login-form {
  width: 350px;
  margin-top: 30px;
  padding: 0 30px;
}
.login-form h1 {
  text-align: center;
  margin-bottom: 20px;
}
.login-form input {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px auto 0;
  font-size: 20px;
  background-color: #f4f4f4;
}
.login-form input::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.login-form input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.login-form input[type=password] {
  padding: 10px 40px 10px 10px;
}
.login-form label {
  display: block;
  position: relative;
  margin-bottom: 40px;
}
.login-form label img {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 41%;
  left: 89%;
}
.login-form label img:hover {
  cursor: pointer;
}
.login-form button {
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 80%;
  margin: 0 auto;
  text-align: start;
  color: #fff;
  background-color: #237FA4;
  padding: 10px 40px;
}
.login-form a {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #01a3dc;
  text-align: center;
}

.registration-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  color: #01a3dc;
}

.bunner {
  display: flex;
}
@media (max-width: 767px) {
  .bunner {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
.bunner-text-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .bunner-text-wrapper {
    width: 100%;
  }
}
.bunner-img-wrapper {
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .bunner-img-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.bunner-title {
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 90px;
  line-height: 70px;
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 19px;
  padding-left: 100px;
}
@media (max-width: 1399px) {
  .bunner-title {
    background-size: 70px;
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  .bunner-title {
    background-size: 50px;
    line-height: 50px;
    font-size: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 1023px) {
  .bunner-title {
    background-size: 40px;
    line-height: 35px;
    font-size: 26px;
    padding-left: 50px;
  }
}
.bunner-description {
  color: #8b8b8b;
  padding-left: 100px;
  font-size: 16px;
  line-height: 30px;
  max-width: 70%;
  margin-bottom: 49px;
}
@media (max-width: 1399px) {
  .bunner-description {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .bunner-description {
    font-size: 16px;
    line-height: 25px;
    padding-left: 50px;
    margin-bottom: 20px;
    max-width: 80%;
  }
}
@media (max-width: 1023px) {
  .bunner-description {
    line-height: 20px;
    max-width: 90%;
  }
}
.bunner-img {
  -o-object-fit: fill;
     object-fit: fill;
}

.form {
  position: relative;
  font-size: 0;
}
.form-select {
  display: inline-block;
  text-align: center;
  width: 149px;
  height: 65px;
  font-size: 18px;
  line-height: 30px;
  padding: 19px 10px;
  background-color: #f9f9f9;
  border-right: 1px solid #f3f3f3;
}
@media (max-width: 1399px) {
  .form-select {
    padding: 5px 5px;
    width: 149px;
    height: 45px;
  }
}
@media (max-width: 1279px) {
  .form-select {
    padding: 5px 5px;
    width: 149px;
    height: 45px;
  }
}
@media (max-width: 1023px) {
  .form-select {
    width: 30%;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .form-select {
    width: 33.3%;
    height: 60px;
  }
}
.form-select:hover {
  cursor: pointer;
}
.form-select:active {
  background-color: #fff;
}
.form > input {
  border: none;
  padding: 17.5px 35px;
  font-size: 14px;
  width: 100%;
  box-shadow: 0px 20px 60px 0px rgba(103, 174, 202, 0.2);
}
@media (max-width: 767px) {
  .form > input {
    width: 76.5%;
  }
}
@media (max-width: 479px) {
  .form > input {
    width: 69.5%;
  }
}
@media (max-width: 379px) {
  .form > input {
    width: 68.5%;
  }
}
.form > input::-moz-placeholder {
  color: #c9c9c9;
}
.form > input::placeholder {
  color: #c9c9c9;
}
.form > button[type=submit] {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  padding: 11.5px 30px;
  font-size: 18px;
  border: none;
  background-color: #222;
  color: #fff;
}
@media (max-width: 767px) {
  .form > button[type=submit] {
    top: 100%;
    left: 58%;
    position: static;
    padding: 18px 30px 9px;
  }
}
@media (max-width: 379px) {
  .form > button[type=submit] {
    padding: 18px 23px 9px;
  }
}
.form > button[type=submit] > .inner {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 3px 0;
}
@media (max-width: 767px) {
  .form > button[type=submit] > .inner {
    gap: 0;
    padding: 0 10px;
    font-size: 0;
  }
}
.form > button[type=submit] > img {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.is-active {
  background-color: #fff;
  border-right: 0;
  border-top: 4px solid #01a3dc;
}

.about {
  display: flex;
  margin-bottom: 187px;
}
@media (max-width: 1399px) {
  .about {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .about {
    flex-direction: column-reverse;
  }
}

.brand {
  display: flex;
  margin-bottom: 187px;
}
@media (max-width: 1399px) {
  .brand {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .brand {
    flex-direction: column;
  }
}
.brand-title {
  width: 50%;
  text-align: center;
  font-size: 60px;
  line-height: 100px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .brand-title {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 1023px) {
  .brand-title {
    width: 100%;
    font-size: 30px;
    line-height: 50px;
  }
}
.brand-descr {
  width: 50%;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1279px) {
  .brand-descr {
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .brand-descr {
    width: 100%;
  }
}

.agent-text-wrapper {
  width: 50%;
}
@media (max-width: 767px) {
  .agent-text-wrapper {
    width: 100%;
  }
}
.agent-img-wrapper {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .agent-img-wrapper {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media (max-width: 479px) {
  .agent-img-wrapper {
    margin-bottom: 130px;
  }
}
.agent-text {
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
  margin-bottom: 23px;
}
@media (max-width: 1279px) {
  .agent-text {
    padding-top: 0;
    line-height: 25px;
  }
}
.agent-link {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.agent-img {
  display: block;
  width: 70%;
  height: 325px;
  margin: 0 auto;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (max-width: 1279px) {
  .agent-img {
    width: 90%;
  }
}
.agent-photo {
  position: absolute;
  overflow-y: visible;
  top: 188px;
  left: 50px;
  width: 366px;
  height: 137px;
  background-color: #f3f3f3;
}
@media (max-width: 1399px) {
  .agent-photo {
    width: 300px;
    top: 209px;
    left: 50px;
    height: 117px;
  }
}
@media (max-width: 1279px) {
  .agent-photo {
    width: 224px;
    top: 231px;
    left: 11px;
    height: 94px;
  }
}
.agent-photo > img {
  display: block;
  position: absolute;
  top: -100px;
  left: 50px;
  width: 260px;
  height: 237px;
}
@media (max-width: 1399px) {
  .agent-photo > img {
    left: 36px;
    width: 244px;
    height: 216px;
  }
}
@media (max-width: 1279px) {
  .agent-photo > img {
    top: -76px;
    left: 13px;
    width: 195px;
    height: 170px;
  }
}
.agent-photo > h2 {
  margin-top: 200px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .agent-photo > h2 {
    margin-top: 173px;
  }
}
@media (max-width: 1279px) {
  .agent-photo > h2 {
    margin-top: 100px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .agent-photo > h2 {
    width: 156%;
  }
}
@media (max-width: 479px) {
  .agent-photo > h2 {
    width: 100%;
  }
}
.agent-photo > p {
  font-size: 22px;
  line-height: 59px;
  color: #8b8b8b;
}
@media (max-width: 1279px) {
  .agent-photo > p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .agent-photo > p {
    width: 156%;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  .agent-photo > p {
    width: 100%;
  }
}

.list-us-img {
  display: block;
  width: 85%;
  height: auto;
}
@media (max-width: 479px) {
  .list-us-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.list-us-img-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .list-us-img-wrapper {
    display: none;
  }
}
.list-us-text-wrapper {
  display: flex;
  padding: 90px 0;
}
@media (max-width: 1279px) {
  .list-us-text-wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .list-us-text-wrapper {
    flex-direction: column;
    padding: 0;
    margin-bottom: 50px;
  }
}
.list-us-text-wrapper > h2 {
  width: 50%;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
}
@media (max-width: 1279px) {
  .list-us-text-wrapper > h2 {
    font-size: 35px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .list-us-text-wrapper > h2 {
    width: 100%;
  }
}
.list-us-text-wrapper > p {
  width: 50%;
  padding-right: 20%;
}
@media (max-width: 1279px) {
  .list-us-text-wrapper > p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .list-us-text-wrapper > p {
    width: 100%;
  }
}

.sell-info {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .sell-info {
    flex-direction: column;
  }
}
.sell-info > img {
  display: block;
  width: 50%;
  height: 350px;
}
@media (max-width: 1279px) {
  .sell-info > img {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .sell-info > img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .sell-info > img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sell-title {
  width: 50%;
  padding-top: 80px;
  font-size: 65px;
  line-height: 100px;
  text-transform: uppercase;
  padding-left: 144px;
}
@media (max-width: 1279px) {
  .sell-title {
    font-size: 45px;
    padding-top: 40px;
    padding-left: 75px;
  }
}
@media (max-width: 1023px) {
  .sell-title {
    font-size: 36px;
    line-height: 50px;
    padding-top: 15px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .sell-title {
    width: 100%;
    padding: 10px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .sell-title {
    text-align: center;
  }
}
.sell-form-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .sell-form-wrapper {
    display: block;
  }
}
.sell-form-inner {
  width: 70%;
}
@media (max-width: 767px) {
  .sell-form-inner {
    width: 100%;
  }
}
.sell-form {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.sell-form-title {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  gap: 80px;
}
@media (max-width: 1279px) {
  .sell-form-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .sell-form-title {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sell-form-title {
    gap: 20px;
  }
}
.sell-form > label.location {
  width: 62.5%;
}
@media (max-width: 1023px) {
  .sell-form > label.location {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .sell-form > label.location {
    width: 100%;
  }
}
.sell-form > label.textarea {
  display: block;
  width: 95%;
  height: 264px;
}
@media (max-width: 1023px) {
  .sell-form > label.textarea {
    width: 100%;
    height: 150px;
  }
}
.sell-form > label {
  position: relative;
  width: 30%;
}
@media (max-width: 1023px) {
  .sell-form > label {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .sell-form > label {
    width: 100%;
  }
}
.sell-form > label > input {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 45px;
  background-color: #f4f4f4;
  margin-top: 10px;
  border: none;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .sell-form > label > input {
    margin-top: 5px;
    padding: 10px 10px 10px 45px;
  }
}
.sell-form > label > input::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.sell-form > label > input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.sell-form > label > img {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 40px;
  left: 7px;
}
@media (max-width: 1023px) {
  .sell-form > label > img {
    top: 36px;
  }
}
.sell-form > label > textarea {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  border: none;
}
.sell-form > button {
  margin-top: 50px;
  padding: 15px 50px;
  background-color: #237FA4;
  color: white;
}
@media (max-width: 1023px) {
  .sell-form > button {
    margin-top: 20px;
  }
}
.sell-img {
  position: relative;
  width: 40%;
  height: 100%;
}
@media (max-width: 767px) {
  .sell-img {
    display: none;
  }
}
.sell-img .bg {
  display: block;
  width: 100%;
  height: 688px;
  position: absolute;
  top: 0;
  left: 15%;
}
@media (max-width: 1279px) {
  .sell-img .bg {
    height: 526px;
  }
}
@media (max-width: 1023px) {
  .sell-img .bg {
    height: 300px;
  }
}
.sell-img .top {
  display: block;
  width: 80%;
  height: 430px;
  position: absolute;
  z-index: 2;
  top: 367px;
  left: 0;
}
@media (max-width: 1279px) {
  .sell-img .top {
    top: 300px;
    height: 315px;
  }
}
@media (max-width: 1023px) {
  .sell-img .top {
    top: 200px;
    height: 200px;
  }
}

.form-title {
  width: 50%;
  text-transform: uppercase;
  font-size: 55px;
}
@media (max-width: 1399px) {
  .form-title {
    font-size: 50px;
  }
}
@media (max-width: 1279px) {
  .form-title {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  .form-title {
    width: 100%;
    font-size: 36px;
  }
}
.form-text {
  width: 306px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .form-text {
    width: 90%;
    margin: 0 auto;
  }
}

.applied {
  padding: 100px 0 327px;
  text-align: center;
}
@media (max-width: 1023px) {
  .applied {
    padding: 20px 0 50px;
  }
}
.applied-title {
  font-size: 60px;
  line-height: 80px;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .applied-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 60px;
  }
}
.applied-text {
  margin-bottom: 40px;
}
.applied-btn {
  padding: 15px 50px;
  color: #fff;
  background-color: #237FA4;
}

.search-content {
  display: flex;
}
.search-items {
  width: 50%;
  overflow-y: scroll;
  height: 60vh;
}
@media (max-width: 1023px) {
  .search-items {
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
}

.map#map {
  width: 50%;
  height: 60vh;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  background-color: #fff;
}
.map#map > iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .map#map {
    display: none;
  }
}

.exclusives-bunner {
  width: 100%;
  height: 270px;
  background-image: url("../images/exclusives-bunner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 379px) {
  .exclusives-bunner {
    margin-bottom: 70px;
  }
}
.exclusives-cards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 24px;
}
.exclusives-card {
  width: 24%;
  height: -moz-max-content;
  height: max-content;
}
@media (max-width: 767px) {
  .exclusives-card {
    width: 45%;
  }
}
@media (max-width: 479px) {
  .exclusives-card {
    width: 100%;
  }
}
.exclusives-card-addres {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .exclusives-card-addres {
    margin-bottom: 10px;
  }
}
.exclusives-card-addres a {
  display: block;
  width: 70px;
  height: 24px;
}
@media (max-width: 767px) {
  .exclusives-card-addres a {
    width: 50px;
    height: 20px;
  }
}
.exclusives-card > img {
  display: block;
  width: 100%;
  height: 60%;
}
.exclusives-card-info {
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .exclusives-card-info {
    padding: 10px 5px;
  }
}
.exclusives-card-price {
  font-size: 22px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .exclusives-card-price {
    margin-bottom: 10px;
  }
}
.exclusives-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.exclusives-toggle-wrapper {
  position: absolute;
  top: 60%;
  left: 15%;
  overflow-x: visible;
  font-size: 0;
}
@media (max-width: 1279px) {
  .exclusives-toggle-wrapper {
    top: 70%;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .exclusives-toggle-wrapper {
    left: 0;
    width: 100%;
  }
}
.exclusives-toggle-btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 18px;
  background: #f9f9f9;
  border-right: 1px solid #f3f3f3;
}
.exclusives-toggle-btn:hover {
  cursor: pointer;
}
@media (max-width: 1279px) {
  .exclusives-toggle-btn {
    padding: 10px 20px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .exclusives-toggle-btn {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .exclusives-toggle-btn {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .exclusives-toggle-btn {
    padding: 5px;
    font-size: 13px;
  }
}
@media (max-width: 379px) {
  .exclusives-toggle-btn {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.exclusives-title {
  background-color: #eef3f4;
  width: 110%;
  padding: 20px;
  font-size: 50px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .exclusives-title {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .exclusives-title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .exclusives-title {
    width: 100%;
  }
}

.exclusives-active {
  background-color: #01a3dc;
  border-right: none;
}

.exclusives-card-descr > span {
  font-size: 14px;
  color: #a0a0a0;
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid #a0a0a0;
}
@media (max-width: 1023px) {
  .exclusives-card-descr > span {
    padding: 0 3px;
  }
}
.exclusives-card-descr > span:last-child {
  border-right: none;
}

.arrow-right--big {
  display: block;
  width: 70px;
  height: 24px;
}

.like {
  display: block;
  width: 34px;
  height: 24px;
  background: center no-repeat url("../images/heart.svg");
}
.like:hover {
  cursor: pointer;
}

.agents-bunner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .agents-bunner {
    flex-direction: column;
  }
}
.agents-bunner-img {
  display: block;
  width: 50%;
}
@media (max-width: 1023px) {
  .agents-bunner-img {
    width: 100%;
  }
}
.agents-bunner-descr {
  width: 50%;
  padding: 20px 100px;
}
@media (max-width: 1279px) {
  .agents-bunner-descr {
    padding: 20px 60px;
  }
}
@media (max-width: 1023px) {
  .agents-bunner-descr {
    width: 100%;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .agents-bunner-descr {
    padding: 10px 10px 20px 20px;
  }
}
.agents-bunner-title {
  padding-left: 30px;
  margin-left: -30px;
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 90px;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .agents-bunner-title {
    font-size: 40px;
    background-size: 70px;
  }
}

.managment {
  position: relative;
}
.managment-title {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .managment-title {
    font-size: 40px;
  }
}
@media (max-width: 379px) {
  .managment-title {
    font-size: 30px;
    font-weight: 500;
  }
}
.managment-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .managment-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .managment-wrapper {
    display: block;
  }
}

.pesonal {
  margin-top: 80px;
}

.agent-card {
  width: 24%;
}
@media (max-width: 767px) {
  .agent-card {
    width: 45%;
  }
}
@media (max-width: 479px) {
  .agent-card {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.agent-card-img {
  display: block;
  margin: 0 auto;
  height: 90%;
}
.agent-card-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.agent-card-position {
  text-transform: lowercase;
  color: #B8B8B8;
  margin-bottom: 10px;
}

.agent-card.bg {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .agent-card.bg {
    margin-bottom: 10px;
  }
}
.agent-card.bg--blue {
  background-color: #ecf5f8;
}
.agent-card.bg--orange {
  background-color: #FFE8B8;
}
@media (max-width: 1279px) {
  .agent-card.bg {
    height: 200px;
  }
}
@media (max-width: 1023px) {
  .agent-card.bg {
    height: 150px;
  }
}

.managment-image-back {
  position: absolute;
  display: block;
  width: 180px;
  height: 488px;
  top: 0;
  left: 87.5%;
}
@media (max-width: 1399px) {
  .managment-image-back {
    left: 84.5%;
  }
}
@media (max-width: 1279px) {
  .managment-image-back {
    width: 147px;
    height: 450px;
  }
}
@media (max-width: 1023px) {
  .managment-image-back {
    top: 14px;
    width: 105px;
    height: 316px;
  }
}
@media (max-width: 767px) {
  .managment-image-back {
    display: none;
  }
}
.managment-image-front {
  position: absolute;
  display: block;
  width: 222px;
  height: 279px;
  top: 69%;
  left: 80%;
  z-index: 2;
}
@media (max-width: 1399px) {
  .managment-image-front {
    width: 200px;
    height: 260px;
    top: 65%;
  }
}
@media (max-width: 1279px) {
  .managment-image-front {
    width: 168px;
    height: 224px;
    left: 79%;
  }
}
@media (max-width: 1023px) {
  .managment-image-front {
    top: 55%;
    width: 126px;
    height: 181px;
  }
}
@media (max-width: 767px) {
  .managment-image-front {
    display: none;
  }
}

.ag-card {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .ag-card {
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .ag-card {
    display: block;
  }
}
.ag-card-bg--blue {
  display: flex;
  align-items: flex-end;
  width: 50%;
  height: 606px;
  background-color: #ecf5f8;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .ag-card-bg--blue {
    height: 500px;
  }
}
@media (max-width: 1279px) {
  .ag-card-bg--blue {
    height: 440px;
  }
}
@media (max-width: 1023px) {
  .ag-card-bg--blue {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .ag-card-bg--blue {
    width: 80%;
    margin: 0 auto 20px;
    height: 280px;
  }
}
.ag-card-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 80%;
}
@media (max-width: 1023px) {
  .ag-card-img {
    height: 70%;
  }
}
@media (max-width: 767px) {
  .ag-card-img {
    height: 90%;
    width: 80%;
  }
}
@media (max-width: 479px) {
  .ag-card-img {
    height: 80%;
  }
}
@media (max-width: 379px) {
  .ag-card-img {
    height: 70%;
  }
}
.ag-card-name {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 10px;
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 120px;
  padding-left: 30px;
  margin-left: -30px;
}
@media (max-width: 1279px) {
  .ag-card-name {
    font-size: 70px;
  }
}
@media (max-width: 1023px) {
  .ag-card-name {
    font-size: 60px;
    background-size: 90px;
    padding-left: 25px;
    margin-left: -25px;
  }
}
@media (max-width: 379px) {
  .ag-card-name {
    font-size: 50px;
  }
}
.ag-card-position {
  text-transform: lowercase;
  font-size: 30px;
  color: #b8b8b8;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .ag-card-position {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.ag-card-sotial {
  display: flex;
  gap: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .ag-card-sotial {
    gap: 20px;
    margin-bottom: 10px;
  }
}
.ag-card-email {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .ag-card-email {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.ag-card-contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 1279px) {
  .ag-card-contact-info {
    gap: 10px;
  }
}
.ag-card-contact-info > span {
  font-size: 24px;
}
@media (max-width: 1279px) {
  .ag-card-contact-info > span {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .ag-card-contact-info > span {
    font-size: 18px;
  }
}
.ag-info {
  font-size: 18px;
  line-height: 30px;
}

.card-inner {
  width: 50%;
}
@media (max-width: 767px) {
  .card-inner {
    width: 100%;
    padding-left: 20px;
  }
}

.brand-bunner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .brand-bunner {
    display: block;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .brand-bunner {
    margin-bottom: 30px;
  }
}
.brand-bunner-img {
  display: block;
  width: 50%;
  height: auto;
}
@media (max-width: 1023px) {
  .brand-bunner-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.brand-bunner-title {
  width: 30%;
  font-size: 60px;
  padding-left: 10px;
  margin-left: -10px;
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 90px;
}
@media (max-width: 1279px) {
  .brand-bunner-title {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .brand-bunner-title {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .brand-bunner-title {
    font-size: 40px;
    background-size: 60px;
  }
}
.brand-text-wrapper {
  margin-bottom: 150px;
  padding-left: 30%;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .brand-text-wrapper {
    margin-bottom: 50px;
    padding-left: 20%;
  }
}
@media (max-width: 767px) {
  .brand-text-wrapper {
    padding-left: 0;
  }
}
.brand-text {
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .brand-text {
    margin-bottom: 20px;
  }
}
.brand-list {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .brand-list {
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  .brand-list {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .brand-list {
    display: block;
  }
}
.brand-list-title {
  display: block;
  width: 40%;
  padding: 0 80px;
  font-size: 60px;
}
@media (max-width: 1399px) {
  .brand-list-title {
    padding: 0 40px;
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .brand-list-title {
    width: 40%;
    padding: 0;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .brand-list-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.brand-list-text {
  width: 40%;
}
@media (max-width: 1023px) {
  .brand-list-text {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .brand-list-text {
    width: 100%;
  }
}
.brand-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .brand-bottom {
    display: block;
  }
}
.brand-bottom-frame {
  width: 60%;
  height: auto;
}
@media (max-width: 1023px) {
  .brand-bottom-frame {
    width: 100%;
    margin-bottom: 20px;
  }
}
.brand-bottom-tw {
  width: 30%;
}
@media (max-width: 1023px) {
  .brand-bottom-tw {
    width: 100%;
    padding: 0 20px;
  }
}
.brand-bottom-quote {
  line-height: 30px;
  margin-bottom: 28px;
  padding-left: 20px;
  margin-left: -20px;
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 80px;
}
@media (max-width: 1023px) {
  .brand-bottom-quote {
    margin-bottom: 20px;
    background-size: 40px;
    padding-left: 15px;
    margin-left: -15px;
  }
}
.brand-bottom-name {
  font-size: 24px;
  font-weight: 600;
  text-align: end;
}

.contacts-bunner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .contacts-bunner {
    display: block;
  }
}
.contacts-bunner-img {
  width: 50%;
  height: auto;
}
@media (max-width: 1023px) {
  .contacts-bunner-img {
    display: none;
  }
}
.contacts-bunner-inner {
  width: 40%;
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .contacts-bunner-inner {
    width: 100%;
    padding-top: 20px;
  }
}
.contacts-bunner-logo-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .contacts-bunner-logo-wrapper {
    align-items: center;
  }
}
.contacts-logo-img {
  display: block;
  width: 152px;
  height: auto;
  background-color: #01a3dc;
}
.contacts-logo-text {
  font-size: 36.534px;
}
@media (max-width: 767px) {
  .contacts-logo-text {
    font-size: 35px;
  }
}
.contacts-logo-descr {
  font-size: 16px;
  line-height: 30px;
}
.contacts-email {
  margin-bottom: 20px;
}
.contacts-phone {
  margin-right: 20px;
}
.contacts-title {
  font-size: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contacts-title {
    font-size: 40px;
  }
}

.sotial {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.contacts-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  width: 70%;
}
@media (max-width: 1023px) {
  .contacts-form {
    width: 100%;
  }
}
.contacts-form > label {
  width: 30%;
  position: relative;
}
@media (max-width: 1023px) {
  .contacts-form > label {
    width: 100%;
  }
}
.contacts-form > label > input {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 45px;
  background-color: #f4f4f4;
  margin-top: 10px;
  border: none;
  font-size: 18px;
}
.contacts-form > label > input::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.contacts-form > label > input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.contacts-form > label > img {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 40px;
  left: 7px;
}
.contacts-form > label.q {
  width: 100%;
  margin-bottom: 20px;
}
.contacts-form > label.q input {
  padding: 10px;
}
.contacts-form > button {
  padding: 10px 40px;
  color: #fff;
  background-color: #222;
}

.blog-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-wrapper {
    display: block;
  }
}

.articles {
  flex: 2;
  padding: 0 50px;
  height: 71vh;
  position: relative;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .articles {
    padding: 0;
    margin-left: 60px;
    height: auto;
    overflow-y: auto;
  }
}

.blog-img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-links {
  width: 5%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 30px;
}
@media (max-width: 767px) {
  .blog-links {
    position: fixed;
  }
}
.blog-link {
  display: block;
  opacity: 0.25;
}
.blog-link.next {
  width: 30px;
  height: 49px;
  opacity: 1;
  background-image: url("../images/arrow-bottom-large.png");
}
.blog-link.current-link {
  opacity: 1;
}

.article {
  margin-bottom: 50px;
}
.article-title {
  font-size: 40px;
  line-height: 50px;
  width: 90%;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .article-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .article-title {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .article-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.article-img {
  display: block;
  width: 90%;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .article-img {
    margin-bottom: 20px;
  }
}
@media (max-width: 1023px) {
  .article-img {
    width: 100%;
  }
}
.article-info {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .article-info {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-info {
    margin-bottom: 10px;
  }
}
.article-type {
  font-size: 14px;
}
.article-date {
  font-size: 18px;
}
.article-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .article-author {
    margin-bottom: 20px;
  }
}
.article-author-img {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.article-author-name {
  font-size: 18px;
  font-weight: 700;
}
.article-text {
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .article-text {
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .article-text {
    font-size: 16px;
  }
}
.article-link {
  font-weight: 500;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .article-link.more {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .article-link.more {
    font-size: 14px;
  }
}

.blogs {
  width: 27%;
  padding: 0 20px;
}
@media (max-width: 1023px) {
  .blogs {
    width: 30%;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .blogs {
    display: none;
  }
}
.blogs-single {
  display: block;
  margin-bottom: 30px;
}
.blogs-img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .blogs-img {
    margin-bottom: 5px;
  }
}
.blogs-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .blogs-info {
    margin-bottom: 5px;
  }
}
.blogs-title {
  font-weight: 700;
}

.bg-orange {
  padding: 5px;
  font-size: 14px;
  background-color: #FFE8B8;
}

.bg-blue {
  font-size: 14px;
  padding: 5px;
  background-color: #EEF3F4;
}

.blog-bunner {
  display: flex;
}
@media (max-width: 1023px) {
  .blog-bunner {
    display: block;
  }
}
.blog-bunner-img {
  display: block;
  width: 50%;
  height: 387px;
}
@media (max-width: 1279px) {
  .blog-bunner-img {
    height: 340px;
  }
}
@media (max-width: 1023px) {
  .blog-bunner-img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.blog-bunner-inner {
  width: 50%;
  padding: 30px 100px 0;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .blog-bunner-inner {
    padding: 20px 0 0 70px;
  }
}
@media (max-width: 1023px) {
  .blog-bunner-inner {
    width: 100%;
    padding: 0 0 0 50px;
    margin-bottom: 20px;
  }
}
.blog-bunner-title {
  padding-left: 30px;
  margin-left: -30px;
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 90px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .blog-bunner-title {
    font-size: 30px;
  }
}

.blog-article-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .blog-article-wrapper {
    display: block;
  }
}
.blog-article-wrapper-bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .blog-article-wrapper-bottom {
    display: block;
  }
}
.blog-article-text-wrapper {
  width: 60%;
}
@media (max-width: 1023px) {
  .blog-article-text-wrapper {
    width: 100%;
  }
}
.blog-article-text-wrapper-bottom {
  width: 50%;
}
@media (max-width: 1023px) {
  .blog-article-text-wrapper-bottom {
    width: 100%;
    text-align: justify;
  }
}
.blog-article-img-wrapper {
  width: 30%;
  padding: 100px 0 100px 50px;
}
@media (max-width: 1279px) {
  .blog-article-img-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  .blog-article-img-wrapper {
    float: right;
    width: 40%;
    padding: 10px;
  }
}
@media (max-width: 479px) {
  .blog-article-img-wrapper {
    display: none;
  }
}
.blog-article-img-wrapper-bottom {
  width: 50%;
  padding-top: 10px;
  padding-right: 250px;
  position: relative;
}
@media (max-width: 1279px) {
  .blog-article-img-wrapper-bottom {
    padding-right: 170px;
  }
}
@media (max-width: 1023px) {
  .blog-article-img-wrapper-bottom {
    padding-right: 100px;
    float: left;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .blog-article-img-wrapper-bottom {
    display: none;
  }
}
.blog-article-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}

.paragraph {
  line-height: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .paragraph {
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.front-img {
  width: 270px;
  height: 370px;
  position: absolute;
  top: 45%;
  left: 45%;
}
@media (max-width: 1399px) {
  .front-img {
    top: 35%;
    left: 35%;
  }
}
@media (max-width: 1279px) {
  .front-img {
    width: 220px;
    height: 310px;
    top: 23%;
    left: 31%;
  }
}
@media (max-width: 1023px) {
  .front-img {
    width: 170px;
    height: 255px;
    top: 34%;
    left: 36%;
  }
}
@media (max-width: 767px) {
  .front-img {
    width: 100px;
    height: 150px;
  }
}
@media (max-width: 479px) {
  .front-img {
    height: 95px;
    width: 77px;
  }
}

.blog-cards-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .blog-cards-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .blog-cards-wrapper {
    gap: 20px;
  }
}

@media (max-width: 1023px) {
  .blog-more {
    width: 100%;
  }
}
.blog-more-title {
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .blogs-single {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .blogs-single {
    width: 100%;
  }
}

.single-recomended-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .single-recomended-title {
    font-size: 30px;
  }
}

.single-cards {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .single-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .single-cards {
    display: block;
  }
}
@media (max-width: 1023px) {
  .single-cards .search-card {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .single-cards .search-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contacts-form-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .contacts-form-wrapper {
    margin-bottom: 30px;
  }
}

#map {
  width: 100%;
  height: 750px;
  padding: 50px;
  background-color: #EEF3F4;
  margin-bottom: 50px;
}
#map > iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #map {
    display: none;
  }
}

.payment-title {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.payment-wrapper {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .payment-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.payment-form {
  width: 50%;
}
@media (max-width: 1023px) {
  .payment-form {
    width: 100%;
    margin-bottom: 30px;
  }
}
.payment-result-wrapper {
  width: 50%;
}
@media (max-width: 1023px) {
  .payment-result-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
}

#payment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 50px;
}
#payment-form label {
  width: 100%;
}
#payment-form label input {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 45px;
  background-color: #f4f4f4;
  border: none;
  margin-top: 10px;
  font-size: 18px;
}
#payment-form label input::-moz-placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
#payment-form label input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
#payment-form label input.big {
  width: 90%;
}
@media (max-width: 1279px) {
  #payment-form label input.big {
    width: 84%;
  }
}
@media (max-width: 767px) {
  #payment-form label input.big {
    width: 80%;
  }
}
#payment-form label input.small {
  width: 8%;
  padding: 9px;
}
@media (max-width: 1279px) {
  #payment-form label input.small {
    width: 13%;
  }
}
@media (max-width: 767px) {
  #payment-form label input.small {
    width: 17%;
  }
}
#payment-form button {
  padding: 10px 40px;
  margin-top: 10px;
  display: flex;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  #payment-form button {
    padding: 10px 5px;
  }
}
#payment-form .full {
  width: 100%;
}
#payment-form .half {
  width: 49%;
}
@media (max-width: 767px) {
  #payment-form .half {
    width: 50%;
  }
}
#payment-form p {
  font-size: 14px;
}

.label-inner {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.more {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}

.payment-spiner {
  width: 115px;
  height: 115px;
  margin: 0 auto;
  padding: 50px 0;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  background: center no-repeat url("../images/icons/spiner.svg");
}
.payment-result {
  font-size: 70px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}
.payment-result-descr {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.payment-details-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.payment-details-inner {
  display: flex;
  gap: 15px;
}

.square {
  display: block;
  width: 16px;
  height: 16px;
}
.square--blue {
  background-color: #67AECA;
}
.square--red {
  background-color: #FF7474;
}
.square--yellow {
  background-color: #FFD374;
}

.place-wrapper {
  display: flex;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .place-wrapper {
    display: block;
  }
}
.place-img-wrapper {
  width: 30%;
  position: relative;
  padding-right: 130px;
}
@media (max-width: 1279px) {
  .place-img-wrapper {
    padding-right: 55px;
  }
}
@media (max-width: 1023px) {
  .place-img-wrapper {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .place-img-wrapper {
    display: none;
  }
}
.place-text-wrapper {
  width: 70%;
  background-image: url("../images/title-bg.jpg");
  background-repeat: no-repeat;
  background-size: 140px;
}
@media (max-width: 1023px) {
  .place-text-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .place-text-wrapper {
    background-size: 90px;
  }
}
@media (max-width: 479px) {
  .place-text-wrapper {
    background-size: 50px;
  }
}
.place img {
  display: block;
  width: 100%;
}
.place-img-front {
  position: absolute;
  display: block;
  width: 50%;
  height: 60%;
  left: 40%;
  top: 50%;
}
@media (max-width: 1399px) {
  .place-img-front {
    width: 51%;
    height: 45%;
    top: 43%;
  }
}
@media (max-width: 1279px) {
  .place-img-front {
    width: 60%;
    height: 37%;
    top: 31%;
  }
}
@media (max-width: 1023px) {
  .place-img-front {
    height: 68%;
    top: 35%;
    left: 38%;
  }
}
.place-title {
  padding-top: 20px;
  padding-left: 150px;
  font-size: 50px;
  margin-bottom: 70px;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .place-title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .place-title {
    padding-top: 0;
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .place-title {
    font-size: 30px;
  }
}
.place-text {
  padding-left: 150px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .place-text {
    padding-left: 0;
  }
}

.history {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.history-title {
  font-size: 60px;
  text-transform: uppercase;
}
.history-wrapper .search-cards {
  justify-content: space-between;
}
.history-wrapper .search-card {
  gap: none;
  width: 32%;
}

.liked-title {
  font-size: 60px;
  text-transform: uppercase;
}
.liked-homes {
  margin-bottom: 20px;
}
.liked-wrapper .search-cards {
  justify-content: space-between;
}
.liked-wrapper .search-card {
  gap: none;
  width: 32%;
}
.liked-wrapper-title {
  font-size: 60px;
  text-transform: uppercase;
}

.reg {
  width: 100%;
  height: 100vh;
  position: relative;
}

.reg-form {
  display: block;
  margin: 0 auto;
  width: 30%;
}
@media (max-width: 1279px) {
  .reg-form {
    width: 40%;
  }
}
@media (max-width: 1023px) {
  .reg-form {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .reg-form {
    width: 60%;
  }
}
@media (max-width: 479px) {
  .reg-form {
    width: 80%;
  }
}
.reg-form h1 {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .reg-form h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
.reg-form label {
  font-size: 18px;
}
.reg-form input {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #222;
  background-color: #f4f4f4;
  padding: 10px;
}
@media (max-width: 1399px) {
  .reg-form input {
    margin-bottom: 10px;
  }
}
.reg-form input::-moz-placeholder {
  font-size: 14px;
}
.reg-form input::placeholder {
  font-size: 14px;
}
.reg-form button {
  display: block;
  margin: 0 auto;
  padding: 10px 40px;
  color: #fff;
  background-color: #237FA4;
}

.is-hidden {
  display: none !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.nowrap {
  white-space: nowrap !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.underline {
  text-decoration: underline !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=main.css.map */
