/*!
Theme Name: Weblorem Theme
Theme URI: http://underscores.me
Author: Eugene Mazuryk
Author URI: https://weblorem.com
Description: Custom WordPress theme with WooCommerce support.
Version: 1.3
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: weblorem
*/

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  position: relative;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  display: block;
}

.container {
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 30px;
}

.intro {
  background-repeat: no-repeat;
  background-size: cover;
  height: 743px;
  position: relative;
  z-index: 1;
  background-position: top center;
}

.overlay {
  background: rgba(0,0,0,0.65);
  box-shadow: 0px 10px 20px #00000008;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.header {
  position: absolute;
  z-index: 3;
  width: 100%;
}

.header.header--dark {
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 1000;
  transform: translate(0%);
  transition: all 1s ease;
}

.header--dark {
  width: 100%;
  transform: translate(-100%);
  transition: all 1s ease;
  padding: 15px 0;
}

.header.header--dark .navbar-logo {
  visibility: visible;
  max-width: 97px;
}

.header.header--dark > .container {
  max-width: 1500px;
}

.navbar-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-lists {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex: 1;
  transform: translateX(10px);
}

.menu-item {
  margin-right: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.current-menu-item {
  position: relative;
}

.menu-item a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.header {
  background: #000;
}

.header .menu-item::before,
.header .current-menu-item::before {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  width: 0;
  content: "";
  height: 6px;
  color: #d44f3e;
  background: #d44f3e;
  opacity: 0;
  z-index: 20;
  transition: all 0.3s ease;
}

.header.header--dark .menu-item::before {
  top: -24px;
}

.menu-item:hover::before,
.navbar-lists .current-menu-item::before {
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease;
}

.menu-item:hover,
.navbar-lists .current-menu-item {
  margin-top: -5px;
  transition: all 0.3s ease;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.navbar-logo {
  max-width: 97px;
  visibility: visible;
}

.navbar-logo > img {
  max-width: 100%;
}

.navbar-phone {
  background-color: #c95848;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 15px 25px;
  max-width: 190px;
}

.navbar-phone__link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.navbar-phone img {
  margin-right: 10px;
}

.intro-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}

.intro-content__logo-img {
  max-width: 373px;
  width: 100%;
}

.btn {
  display: block;
}

.intro-content__link {
  max-width: 233px;
  width: 100%;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  padding: 18px 0;
  text-align: center;
  margin: 20px auto 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
}

.intro-content__link:after {
  position: absolute;
  content: "";
  width: 60px;
  top: 0;
  background: #dd1919;
  height: 3px;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.offer-inner-left__line {
  border: none;
  background-color: #dd1919;
  height: 3px;
  width: 60px;
  display: block;
  margin-right: 17px;
}

.offer-inner-left__box {
  display: flex;
  align-items: center;
}

.offer-inner-left__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
  color: #000;
  text-align: left;
}

.offer-inner-right {
  position: relative;
  max-width: 396px;
}

.offer-inner-right__items {
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: flex;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.offer-inner-right__price {
  margin-right: 20px;
}

.offer-inner-right .offer-inner-right__img {
  filter: grayscale(100%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.offer-inner-right__category {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 20;
  background-color: #000000;
  padding: 8px 18px;
  text-transform: uppercase;
}

.offer-inner__boxed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.offer-inner {
  max-width: 800px;
  width: 100%;
}

.offer {
  background-color: #fbfbfc;
  padding-top: 25px;
  padding-bottom: 100px;
}

.offer-inner__next {
  display: flex;
  justify-content: space-between;
}

.offer-inner__next .offer-inner-right:nth-child(1) {
  max-width: 293px;
  width: 100%;
  margin-right: 16px;
}

.offer-inner__next .offer-inner-right:nth-child(2) {
  max-width: 499px;
  width: 100%;
}

.offer-inner__next .offer-inner-right:nth-child(2) img,
.offer-inner__next .offer-inner-right:nth-child(1) img {
  max-height: 214px;
}

.offer-inner-right__onhover {
  position: absolute;
  display: flex;
  width: 100%;
  height: 36px;
  bottom: 0;
  left: 0;
  right: 0;
  /* transform: translateX(-100%); */
}

.offer-inner-right__onhover-price {
  background-color: #000;
  color: #fff;
  width: 65%;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-inner-right__onhover-more {
  background-color: #C95848;
  color: #fff;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

.offer-inner-right__onhover-more img {
  max-width: 5px;
}

.offer-inner-right__onhover-more__text {
  margin-right: 7px;
}

.offer-inner-right__onhover {
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
}

.offer-inner-right:hover .offer-inner-right__onhover {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease;
  /* transform: translateX(0%); */
}

.offer-inner-right:hover .offer-inner-right__img {
  transform: scale(1.2);
  transition: transform 0.6s ease;
  height: 100%;
  filter: grayscale(0);
}

.offer-inner-right .offer-inner-right__img {
  transition: all 0.6s ease;
}

.offer-inner-right {
  overflow: hidden;
}

.offer-wrapper {
  display: flex;
  justify-content: space-between;
}

.offer-rent {
  margin-top: -120px;
  position: relative;
  z-index: 10;
}

.offer-rent .offer-inner-right:nth-child(1) {
  margin-bottom: 16px;
}

.offer-rent .offer-inner-right:nth-child(2) {
  margin-bottom: 20px;
}

.btn--center-n {
  margin: unset;
  margin-left: 10px;
}

.btn--center-n {
  margin-bottom: 20px;
}

.estate-right__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  margin-bottom: 20px;
}

.estate-right__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 30px;
}

.estate-left {
  max-width: 683px;
}

.estate-left img {
  display: block;
}

.estate-right {
  max-width: 499px;
}

.estate-wrapper {
  display: flex;
  align-items: center;
}

.estate {
  position: relative;
}

.estate-container {
  max-width: 1450px;
  width: 100%;
  margin: 0 auto;
}

.estate .estate-wrapper:nth-child(2) .estate-left {
  order: 1;
}

.estate .estate-wrapper:nth-child(1) .estate-left {
  margin-right: 111px;
}

.estate .estate-wrapper:nth-child(2) .estate-right {
  margin-right: 111px;
  margin-left: 73px;
}

.btn--nc {
  margin: unset;
  margin-left: 50px;
}

.agency-container {
  margin: 0 auto;
  max-width: 971px;
  width: 100%;
  padding: 0 30px;
}

.agency-wrapper {
  padding: 86px 0;
}

.agency-suptitle {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.agency-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  max-width: 365px;
  margin: 0 auto 30px;
}

.agency-item {
  max-width: 293px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  transition: all 0.3s ease;
}

.agency-item__inner {
  padding: 40px 30px 30px;
}

.agency-item__img {
  margin: 0 auto 20px;
}

.agency-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.agency-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  transition: all 0.3s ease;
}

.agency-item:hover {
  background-color: #000;
  transition: all 0.3s ease;
}

.agency-item:hover .agency-item__title,
.agency-item:hover .agency-item__text {
  color: #fff;
  transition: all 0.3s ease;
}

.agency-item .agency-item__inner img {
  filter: brightness(none) invert(none);
  transition: all 0.3s ease;
}

.agency-item:hover .agency-item__inner img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.agency-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.agency-items .agency-item:nth-child(1),
.agency-items .agency-item:nth-child(2),
.agency-items .agency-item:nth-child(3) {
  margin-bottom: 20px;
}

.agency {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.questions {
  margin: 100px 0;
}

.questions-wrapper {
  display: flex;
  justify-content: space-between;
}

.questions-left {
  max-width: 499px;
}

.questions-left__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
  color: #333;
}

.question-center__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.question-center__head img {
  margin-right: 11px;
}

.question-center__head-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #333;
  text-transform: uppercase;
}

.questions-center__content {
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333;
}

.question-center__content-link {
  color: #333;
  text-decoration: none;
}

.footer {
  background-color: #000;
}

.footer-wrapper {
  padding: 50px 0;
  color: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
}

.footer-center__items {
  display: flex;
  justify-content: space-between;
}

.footer-left img {
  max-width: 190px;
  width: 100%;
  margin-bottom: 26px;
}

.footer-left {
  max-width: 293px;
  margin-right: 16px;
}

.footer-left__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.footer-center,
.footer-right {
  margin-top: 42px;
}

.footer-center__item {
  margin-right: 45px;
}

.footer-center__item {
  font-size: 14px;
  line-height: 17px;
}

.footer-center__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #D1D1D1;
  margin-bottom: 42px;
}

.footer-center__item-lists {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.footer-center__item-list {
  margin-bottom: 15px;
}

.footer-center__item-lists .footer-center__item-list:last-child {
  margin-bottom: 0;
}

.footer-center__item-list a {
  text-decoration: none;
  color: #D1D1D1;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  transition: all .3s ease;
}

.footer-center__item-list a:hover {
  color: #C95848;
  transition: all .3s ease;
}

.footer-right__link {
  border: 1px solid #ffffff;
  display: block;
  margin-top: 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.footer-right__link:hover {
  background-color: #fff;
  color: #000;
  transition: all 0.3s ease;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}

.footer-bottom__left-lists {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom__left,
.footer-bottom__right {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.footer-bottom__copy {
  margin-right: 30px;
}

.footer-bottom__left-link {
  color: #fff;
  text-decoration: none;
}

.footer-bottom__right span {
  margin-right: 5px;
  font-weight: 700;
}

.footer-bottom__right a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.footer-line {
  border: none;
  background-color: #fff;
  color: #fff;
  border-top: 1px solid #fff;
  opacity: 0.1;
  margin-top: 50px;
  margin-bottom: 30px;
}

.intro-sale {
  height: 346px;
  position: relative;
}

.intro-sale .intro-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}

.sale-box {
  text-align: center;
  margin: 0 auto 90px;
  justify-content: center;
}

.sale {
  background-color: #fff;
  padding: 50px 0 100px;
}

.sale-item {
  position: relative;
  max-width: 602px;
  overflow: hidden;
  margin-bottom: 16px;
  height: 100%;
}

.page-template-home .sale-item {
  max-height: 214px;
}

.sale-item .offer-inner-right__onhover {
  visibility: hidden;
  height: 50px;
}
.sale-item:hover .offer-inner-right__onhover {
  visibility: visible;
  opacity: 1;
}

.sale-item .offer-inner-right__img {
  filter: grayscale(100%);
}

.sale-item:hover .offer-inner-right__img {
  filter: grayscale(0);
}

.sale-item .sale-item__img {

  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sale-item:hover .sale-item__img {
  transform: scale(1.2);
  transition: transform 0.6s ease;
  height: 100%;
  filter: grayscale(0);
}

.sale-item .sale-item__img {
  transition: all 0.6s ease;
}

.sale-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sale-items .sale-item:nth-child(odd) {
  margin-right: 16px;
  margin-top: -40px;
}

.intro-slider {
  position: relative;
}

.intro-slider .owl-nav {
  position: absolute;
  bottom: 50px;
  right: 17%;
}

.intro-slider .owl-nav .owl-prev,
.intro-slider .owl-nav .owl-next {
  color: #fff !important;
  background: #000000 0% 0% no-repeat padding-box !important;
  width: 59px !important;
  height: 59px !important;
  position: relative;
  bottom: 0;
  right: 0;
}

.intro-slider .owl-nav .owl-prev {
  margin-right: 16px;
}

.intro-slider .owl-nav .owl-prev span,
.intro-slider .owl-nav .owl-next span {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px !important;
  width: 20px;
  height: 20px;
}

.single-content__left {
  max-width: 705px;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.single-content__info-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-content__info-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #000;
  margin-bottom: 20px;
}

.single-content__info-subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 29px;
  color: #333;
}

.single-content__info-inner {
  padding: 30px;
  margin-bottom: 30px;
  background-color: #fff;
}

.single-content__info__lists {
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  padding-top: 12px;
}

.single-content__info-list {
  margin-bottom: 10px;
}

.single-content {
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 16px;
}

.single-content__left-main__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  padding-bottom: 16px;
}

.single-content__right {
  max-width: 402px;
}

.single-content__right__item {
  max-width: 195px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.single-content__right__item a {
  cursor: pointer;
}

.single-content__right__item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.single-content__right-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.single-content__wrapper {
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
}

.single-content__right-details__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #dd1919;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-content__right-details__lists {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.single-content__right-details__list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.single-content__right-details__list img {
  margin-right: 10px;
}

.single-content__right-details__list span {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
}

.btn--left {
  margin: unset;
  margin-left: 50px;
  margin-bottom: 20px;
}

.single-content__line {
  border: none;
  height: 1px;
  background-color: #000;
  width: 100%;
  max-width: 237px;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.single-content__right-details__box {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.single-content__right-details__title--last {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #dd1919;
  text-transform: uppercase;
  white-space: nowrap;
}

.single-content__socials {
  padding: 0;
  margin: 0;
  display: flex;
}

.single-content__socials .single-content__social {
  margin-right: 30px;
}

.single-content__socials .single-content__social:last-child {
  margin-right: 0;
}

.contactform {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.contactform-wrapper {
  position: relative;
  z-index: 200;
}

div.input-block {
  position: relative;
  margin-bottom: 30px;
}

div.input-block input,
div.input-block textarea {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  width: 100%;
  padding: 8px 12px;
  border: none;
  outline: none;
  background: #fff;
  font-family: "Inter", sans-serif;
}

div.input-block input::placeholder,
div.input-block textarea::placeholder {
  color: #9C9C9C;
}

div.input-block input {
  max-width: 309px;
}

div.input-block textarea {
  min-height: 94px;
  resize: none;
  max-height: 120px;
  border-radius: 8px;
}

div.input-block span.placeholder {
  position: absolute;
  margin: 11px 0;

  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  top: 0;
  left: 0;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
}

div.input-block input:valid + span.placeholder,
div.input-block input:focus + span.placeholder,
div.input-block textarea:focus ~ span.placeholder {
  transform: scale(0.8) translateY(-30px);
  color: #333;
}

div.input-block input:focus,
div.input-block textarea:focus {
  color: #333;
}

div.input-block input:focus + span.placeholder,
div.input-block textarea:focus + span.placeholder {
  color: #333;
}

.contactform-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  color: #fff;
  margin-bottom: 40px;
}

.form-inputs {
  display: flex;
  justify-content: space-between;
}

.contactform-container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.form-wrapper {
  max-width: 309px;
  width: 100%;
}

input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-clip: content-box;
  padding: 2px;
}

input[type="checkbox"]:checked {
  background-color: #fff;
}

.check-label {
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.check-label .check-acc {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-left: 10px;
}

.check-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}

.input-accept {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #2a55a1;
}

.btn--right {
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
  max-width: 233px;
  width: 100%;
  margin-left: auto;
  padding: 18px 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
}

.wpcf7-form-control {
  position: relative;
}

.wpcf7-form-control.btn--right:after {
  position: absolute;
  content: "";
  width: 60px;
  top: 0;
  background: #fff;
  height: 3px;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.about {
  background-color: #fbfbfc;
  padding: 50px 0;
}

.about-text {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
}

.about-box {
  text-align: center;
  margin: 0 auto 30px;
  justify-content: center;
}

.care {
  background-color: #fbfbfc;
}

.care-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.care-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.care-item__wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 50px;
}

.care-item__wrapper img {
  margin: 0 auto 20px;
  filter: brightness(0) invert(1);
}

.care-item__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
}

.care-inner {
  padding-bottom: 50px;
}

.form-next__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.form-wrapper--next label {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.form-next {
  margin-bottom: 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.form-upload input {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  width: 100%;
  padding: 11px 11px 11px 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: transparent;
  text-align: left;
}

.form-wrapper__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #fff;
}

/* style 4 */

.inputfile-4 + label {
  color: #fff;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
  color: #722040;
}

.inputfile-4 + label figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d3394c;
  display: block;
  padding: 20px;
  margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
  background-color: #722040;
}

.inputfile-4 + label svg {
  width: 100%;
  height: 100%;
  fill: #f1e5e6;
}

.form-upload .box {
  padding-bottom: 5px;
  overflow: hidden;
}

.form-upload .box label {
  color: #fff;
  padding-bottom: 10px;
}

.l-radio {
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.l-radio:hover,
.l-radio:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.l-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9f9f9f;
  box-shadow: inset 0 0 0 1.5px #9f9f9f;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.l-radio input:focus {
  outline: none;
}
.l-radio input:checked {
  box-shadow: inset 0 0 0 6px #fff;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
}

.mfcf7-zl-multifile-name {
  color: #fff;
  font-size: 8px;
}

.form-wrapper--next .wpcf7-radio {
  display: flex;
}

.form-wrapper--next .wpcf7-radio .wpcf7-list-item label {
  display: flex;
}

.form-wrapper--next .wpcf7-radio .wpcf7-list-item label input {
  margin-right: 10px;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item.first {
  margin-right: 17px !important;
}

.intro.intro-contact {
  height: 913px;
}

.intro.intro-contact .intro-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}

.cform {
  position: absolute;
  bottom: -38%;
  z-index: 20;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 499px;
  width: 100%;
  padding: 30px 70px;
}

.cform div.input-block {
  position: relative;
  margin-bottom: 20px;
}

.cform div.input-block input,
.cform div.input-block textarea {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 11px 11px 11px 0;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.cform div.input-block input {
  max-width: 309px;
}

.cform div.input-block textarea {
  max-height: 100px !important;
  resize: none;
  min-height: 100px !important;
}

.cform div.input-block span.placeholder {
  position: absolute;
  margin: 11px 0;

  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  top: 0;
  left: 0;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
}

.cform div.input-block input:valid + span.placeholder,
.cform div.input-block input:focus + span.placeholder,
.cform div.input-block textarea:focus ~ span.placeholder {
  transform: scale(0.8) translateY(-30px);
  color: #000;
}

.cform div.input-block input:focus,
.cform div.input-block textarea:focus {
  color: #000;
}

.cform div.input-block input:focus + span.placeholder,
.cform div.input-block textarea:focus + span.placeholder {
  color: #000;
}

.cform-wrapper {
  max-width: 340px;
  width: 100%;
}

.cform-title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 30px;
}

.cform-last input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  background-clip: content-box;
  padding: 0px !important;
  margin-right: 7px;
}

.cform-last input[type="checkbox"]:checked {
  background-color: #000;
}

.cform-last .check-label {
  font-size: 10px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.cform-last .check-label .check-acc {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 10px;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 26px;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  text-align: right;
  margin-left: auto;
  margin-bottom: 3px;
}

.hamburger span:first-child {
  width: 16px;
}

.hamburger span:nth-child(2) {
  width: 34px;
}

.hamburger .navbar-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.offer--transparent {
  display: none;
}

main.sale {
  padding: 0;
}

.spancheck {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #fff;
  margin-right: 10px;
}

.cform-sec {
  display: none;
}

@media (max-width: 1750px) {
  .intro-slider .owl-nav {
    right: 15%;
  }
}

@media (max-width: 1650px) {
  .intro-slider .owl-nav {
    right: 13%;
  }
}

@media (max-width: 1550px) {
  .intro-slider .owl-nav {
    right: 10%;
  }
}

@media (max-width: 1450px) {
  .intro-slider .owl-nav {
    right: 8%;
  }
}

@media (max-width: 1350px) {
  .intro-slider .owl-nav {
    right: 6%;
  }
}

@media (max-width: 1280px) {
  .sale-items {
    justify-content: center;
  }
  .sale-item {
    max-width: 500px;
  }
  .single-content__wrapper {
    padding-left: 0;
  }
}

@media (max-width: 1250px) {
  .offer-inner {
    max-width: 650px;
  }
  .estate .estate-wrapper:nth-child(1) .estate-left {
    margin-right: 30px;
  }
  .estate .estate-wrapper:nth-child(2) .estate-right {
    margin-right: 30px;
    margin-left: 30px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  .intro-slider .owl-nav {
    right: 3%;
  }
}

@media (max-width: 1200px) {
  .single-content__left {
    margin-right: 30px;
    max-width: 600px;
  }
}

@media (max-width: 1150px) {
  .estate-left {
    max-width: 550px;
  }
  .estate-left__img {
    width: 100%;
  }
  .offer-inner {
    margin-right: 30px;
  }
}

@media (max-width: 1080px) {
  .single-content__left {
    max-width: 450px;
  }
}

@media (max-width: 1076px) {
  .sale-item {
    max-width: 400px;
  }
}

@media (max-width: 1060px) {
  .menu-item {
    margin-right: 15px;
  }
  .footer-center__item {
    margin-right: 30px;
  }
  .footer-center__item:last-child {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .nav {
    position: fixed;
    left: -100%;
    top: 140px;
    flex-direction: column;
    background-color: #000;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    height: 100vh;
  }

  .header.header--dark .nav,
  .header .nav {
    top: 65px;
  }

  .navbar-inner {
    justify-content: flex-start;
  }

  .nav.active {
    left: 0;
  }



  .nav-item {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(2px) rotate(45deg);
    width: 36px;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 36px;
  }
  .navbar-lists {
    flex-direction: column;
    flex-wrap: wrap;
    flex: unset;
    padding-top: 80px;
  }
  .header {
    z-index: 30;
    position: fixed;
    background-color: #000;
    padding: 10px 0px 10px;
  }
  .navbar {
    padding: 0;
  }
  .navbar-logo {
    visibility: visible;
    position: relative;
    z-index: 40;
  }
  .menu-item a {
    font-size: 18px;
  }
  .menu-item {
    margin-bottom: 30px;
  }
  .bartext {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
  }
  .navbar-phone {
    max-width: 190px;
    margin: 0 auto;
  }
  .questions-wrapper {
    flex-wrap: wrap;
  }
  .questions-left {
    max-width: 1000px;
    width: 100%;
    margin-bottom: 25px;
  }
  .agency-item {
    margin-bottom: 20px;
  }
  .header .menu-item::before,
  .header .current-menu-item::before {
    display: none;
  }
  .menu-item:hover,
  .navbar-lists .current-menu-item {
    margin-top: 0px;
    transition: all 0.3s ease;
  }
}

@media (max-width: 876px) {
  .sale-item {
    max-width: 350px;
  }
}

@media (max-width: 820px) {
  .single-content__wrapper {
    flex-wrap: wrap;
  }
  .single-content__left {
    max-width: 900px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .single-content__right {
    max-width: 900px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .offer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .offer-rent {
    margin-top: 0;
  }
  .intro-content {
    top: 58%;
  }
  .offer-inner {
    margin-right: 0;
  }
  .offer-inner__boxed {
    flex-wrap: wrap;
  }
  .offer-inner-left {
    width: 100%;
  }
  .offer-inner-left__box {
    justify-content: center;
    margin-bottom: 30px;
  }
  .offer-inner-right {
    max-width: 800px;
    width: 100%;
  }
  .offer-inner__next {
    flex-wrap: wrap;
  }
  .offer-inner__next .offer-inner-right:nth-child(1),
  .offer-inner__next .offer-inner-right:nth-child(2) {
    max-width: 800px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .offer-inner-right__img {
    max-height: 296px;
    height: auto;
  }
  .offer-inner__next .offer-inner-right:nth-child(2) img,
  .offer-inner__next .offer-inner-right:nth-child(1) img {
    /* max-height: 296px;
    height: 100%; */
  }
  .offer-inner__boxed {
    margin-bottom: 30px;
  }
  .offer-rent .offer-inner-right:nth-child(1) {
    margin-bottom: 30px;
  }
  .offer-rent,
  .offer-inner {
    max-width: 800px;
    width: 100%;
  }
  .estate-wrapper {
    flex-wrap: wrap;
  }
  .estate .estate-wrapper:nth-child(1) .estate-left {
    margin-right: 0;
  }
  .estate-left {
    max-width: 800px;
    width: 100%;
    margin-bottom: 20px;
  }
  .estate-right {
    max-width: 800px;
    width: 100%;
    padding: 0 17px;
  }
  .estate .estate-wrapper:nth-child(2) .estate-left {
    order: 0;
  }
  .estate-wrapper {
    margin-bottom: 50px;
  }
  .footer-inner {
    justify-content: center;
  }
  .footer-left__img {
    margin: 0 auto 26px;
  }
  .footer-left__text {
    text-align: center;
  }
  .footer-center__items {
    flex-wrap: wrap;
  }
  .footer-center__item {
    width: 100%;
    margin-right: 0;
  }
  .footer-center__item-title {
    text-align: center;
  }
  .footer-center__item-lists {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  .agency-item {
    max-width: 800px;
    height: 295px;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
  }
  .agency-item__img {
    max-width: 65px;
    max-height: 65px;
    height: 100%;
    width: 100%;
  }
  .agency {
    background-image: url(none) !important;
  }
  .agency-items .owl-prev,
  .agency-items .owl-next {
    background: #000 !important;
    width: 59px !important;
    height: 59px !important;
    color: #fff !important;
    font-size: 40px !important;
    position: absolute;
  }
  .agency-items .agency-item:nth-child(1),
  .agency-items .agency-item:nth-child(2),
  .agency-items .agency-item:nth-child(3) {
    margin-bottom: 33px;
  }
  .agency-items .owl-next {
    position: absolute;
    right: 0;
  }
  .agency-items .owl-prev:after {
    position: absolute;
    content: "Przewiń w lewo";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    left: 70px;
    white-space: nowrap;
    top: 22px;
  }

  .agency-items .owl-next:after {
    position: absolute;
    content: "Przewiń w prawo";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    right: 70px;
    white-space: nowrap;
    top: 22px;
  }
  .agency-items .owl-nav {
    margin-bottom: 50px;
  }
  .intro-content__link:after {
    display: none;
  }
  .intro-content__link {
    max-width: 500px;
  }
  .btn--nc {
    margin-left: 0;
  }
  .offer-inner-right__items {
    position: unset;
    color: #000;
    margin-top: 18px;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .offer-inner-right a {
    text-decoration: none;
  }
  .offer--transparent {
    display: block;
    max-width: 283px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #000;
    text-align: center;
    padding: 16px 0;
    position: relative;
    margin-left: 40px;
  }
  .offer--transparent:after {
    position: absolute;
    content: "";
    width: 60px;
    top: 0;
    background: #dd1919;
    height: 1px;
    left: -18%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
  }
  .offer-inner__next .offer-inner-right:nth-child(2) {
    height: 100%;
  }
  .offer-rent .offer-inner-right:nth-child(2) {
    margin-bottom: 50px;
  }
  .offer {
    padding-bottom: 40px;
  }
  .estate .estate-wrapper:nth-child(2) .estate-right {
    margin-left: 0;
    margin-right: 0;
  }
  .agency-wrapper {
    padding: 0px 0 50px;
  }
  .agency-suptitle {
    margin-bottom: 11px;
  }
  .agency-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 39px;
    text-align: center;
  }
  .questions {
    margin: 50px 0;
  }
  .questions-left__title {
    text-align: center;
  }
  .footer-center__item {
    margin-bottom: 18px;
  }
  .footer-left__text {
    font-size: 14px;
  }
  .accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    position: relative;
  }

  .accordion:after {
    position: absolute;
    content: ">";
    top: 10%;
    left: 63%;
  }

  .accordion.active:after {
    transform: rotateY(90deg);
    position: absolute;
    content: ">";
    top: 10%;
    left: 61%;
  }

  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .footer-right {
    margin-top: 12px;
  }
  .sale-item {
    width: 100%;
  }
  .sale-item a {
    text-decoration: none;
  }
  .sale-items .sale-item:nth-child(odd) {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .sale-item {
    margin-bottom: 30px;
    max-width: 800px;
  }
  .sale {
    padding-bottom: 50px;
  }
  .single-content__left {
    margin-top: 145px;
  }
  .intro-slider .owl-nav {
    bottom: -100px;
    width: 100%;
    left: 0;
  }
  .intro-slider .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
  }
  .intro-slider .owl-nav .owl-next {
    position: absolute;
    right: 30px;
  }
  .intro-slider .owl-nav .owl-prev:after {
    position: absolute;
    content: "Przewiń w lewo";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    left: 70px;
    white-space: nowrap;
    top: 22px;
  }

  .intro-slider .owl-nav .owl-next:after {
    position: absolute;
    content: "Przewiń w prawo";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    right: 70px;
    white-space: nowrap;
    top: 22px;
  }
  .single-content__info-inner {
    flex-wrap: wrap;
    background-color: #fbfbfc;
    padding: 0;
    margin-bottom: 20px;
  }
  .single-content__info-left {
    width: 100%;
  }
  .single-content__info__lists {
    text-align: left;
    padding-top: 0;
  }
  .single-content__info-title {
    font-size: 28px;
    margin-bottom: 7px;
  }
  .single-content__info-subtitle {
    font-size: 22px;
    margin-bottom: 19px;
  }
  .single-content__left-main__text {
    padding-bottom: 30px;
  }
  .single-content__right-gallery {
    display: none;
  }
  .single-content {
    padding-bottom: 50px;
  }
  .form-inputs {
    flex-wrap: wrap;
  }
  .form-inputs .form-wrapper {
    max-width: 800px;
  }
  .form-inputs .form-wrapper div.input-block input {
    max-width: 800px;
  }
  .contactform-title {
    text-align: center;
  }
  .btn--left {
    margin-left: 0;
  }
  .about-text {
    padding: 0 17px;
  }
  .care-item__wrapper {
    margin-bottom: 20px;
  }
  .care-inner {
    padding-bottom: 20px;
  }
  .form-next {
    flex-wrap: wrap;
  }
  .form-next .form-wrapper {
    width: 100%;
    max-width: 800px;
  }
  .form-wrapper--next {
    margin-bottom: 29px;
  }
  .form-upload {
    margin-bottom: 10px;
  }
  .cform {
    bottom: -162%;
    position: relative;
  }
  .intro.intro-contact {
    height: 470px;
  }
  .intro.intro-contact .intro-content {
    top: 62%;
  }
  .cform--first {
    display: none;
  }
  .cform-sec {
    display: block;
  }
  .page-template-home .sale-item {
    max-height: 450px;
  }
  .page-template-home .sale-item .sale-item__img {
    max-height: 300px;
  }
  .page-template-home .offer-inner-right__onhover,
  .page-template-rent .offer-inner-right__onhover,
  .page-template-sale .offer-inner-right__onhover {
    display: none;
  }
  .page-template-home .sale-item:hover .sale-item__img,
  .page-template-rent .sale-item:hover .sale-item__img,
  .page-template-sale .sale-item:hover .sale-item__img {
    transform: scale(1);
  }
  .btn--center-n {
    margin-left: 0;
  }
  .page-template-home .offer-inner-right,
  .page-template-rent .offer-inner-right,
  .page-template-sale .offer-inner-right {
    overflow: visible;
  }
  .page-template-home .sale-item,
  .page-template-rent .sale-item,
  .page-template-sale .sale-item {
    overflow: visible;
  }
  .page-template-home .agency-container {
    padding: 0;
  }
  .page-template-home .agency-items .owl-nav {
    margin: 0 15px 40px;
  }
  .page-template-home .agency-items .owl-nav .owl-next {
    margin-right: 15px;
  }

  .page-template-home .intro {
    height: 470px;
  }
  .offer-inner-left__title {
    font-size: 30px;
  }

  .header .navbar-logo img {
    max-width: 190px;
    transition: all 0.3s ease;
  }

  .header.header--dark .navbar-logo img,
  .header .navbar-logo img {
    max-width: 110px;
    transition: all 0.3s ease;
  }
  .button-container {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-bottom__left {
    width: 100%;
    justify-content: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer-bottom__right {
    padding-top: 30px;
  }
  .check-label input {
    order: 0;
  }
  .check-label .spancheck {
    order: 1;
    margin-right: 0;
  }
  .btn--right {
    margin-left: unset;
    margin-right: auto;
  }
  .btn--right:after {
    display: none;
  }
  .check-label {
    justify-content: flex-start;
  }
  .question-center__head-title {
    max-width: 120px;
  }
  .question-center__head img {
    max-width: 22px;
  }
  .questions-center__content {
    padding-left: 35px;
    font-size: 12px;
  }
}

@media (max-width: 385px) {
  .offer--transparent {
    max-width: 230px;
  }
}

.intro-content__text {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #fff;
  max-width: 630px;
  margin: 0 auto;
}

.work-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.work {
  padding-top: 100px;
}

.work-suptitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
  margin-bottom: 10px;
  text-align: center;
}

.work-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  color: #333;
  margin-bottom: 33px;
  text-align: center;
}

.work-inner {
  padding: 50px 0;
}

.work-items {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 605px;
  margin: 0 auto;
}

.work-item {
  max-width: 293px;
  width: 100%;
  background-color: #fff;
  padding: 50px 30px 18px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.work-item img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 77px;
  width: 100%;
  margin-bottom: 20px;
  filter: brightness(none) invert(none);
  transition: all 0.3s ease;
}

.work-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.work-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  transition: all 0.3s ease;
}

.work-item:hover {
  background-color: #000;
  transition: all 0.3s ease;
}

.work-item:hover .work-item__title,
.work-item:hover .work-item__text {
  color: #fff;
  transition: all 0.3s ease;
}

.work-item:hover img {
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.work-inner__text {
  max-width: 975px;
  width: 100%;
  margin: 0 auto;
  font-size: 32px;
  font-weight: 500;
  line-height: 39px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 30px;
}

.invest-estate .estate-wrapper:nth-child(1) .estate-left {
  order: 1;
}

.invest-estate .estate-wrapper:nth-child(1) .estate-left {
  margin-right: 0;
}

.invest-estate .estate-wrapper:nth-child(1) .estate-right {
  margin-right: 111px;
  margin-left: 73px;
}

.invest-estate .estate-wrapper:nth-child(2) .estate-left {
  order: 0;
}

.page-template-invest .intro-content__logo-img {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}

.page-template-invest .intro-content {
  top: 57%;
}

.estate-right__subtext p {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #333;
}

.cform-sec {
  background-color: #fff;
  max-width: 499px;
  width: 100%;
  padding: 30px 70px;
  margin: 0 auto;
}

.cform-sec div.input-block {
  position: relative;
  margin-bottom: 20px;
}

.cform-sec div.input-block input,
.cform-sec div.input-block textarea {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  width: 100%;
  padding: 11px 11px 11px 0;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.cform-sec div.input-block input {
  max-width: 309px;
}

.cform-sec div.input-block textarea {
  max-height: 100px !important;
  resize: none;
  min-height: 100px !important;
}

.cform-sec div.input-block span.placeholder {
  position: absolute;
  margin: 11px 0;

  color: #000;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  top: 0;
  left: 0;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  background: none;
  pointer-events: none;
}

.cform-sec div.input-block input:valid + span.placeholder,
.cform-sec div.input-block input:focus + span.placeholder,
.cform-sec div.input-block textarea:focus ~ span.placeholder {
  transform: scale(0.8) translateY(-30px);
  color: #000;
}

.cform-sec div.input-block input:focus,
.cform-sec div.input-block textarea:focus {
  color: #000;
}

.cform-sec div.input-block input:focus + span.placeholder,
.cform-sec div.input-block textarea:focus + span.placeholder {
  color: #000;
}

@media (max-width: 1300px) {
  .invest-estate .estate-wrapper:nth-child(1) .estate-right {
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .work-item {
    max-width: 800px;
    box-shadow: 0px 10px 30px #00000014;
    margin-bottom: 35px;
    height: 300px;
  }
  .work-items {
    max-width: 800px;
  }
  .work-items .owl-prev,
  .work-items .owl-next {
    background: #000 !important;
    width: 59px !important;
    height: 59px !important;
    color: #fff !important;
    font-size: 40px !important;
    position: absolute;
  }
  .work-items .agency-item:nth-child(1),
  .work-items .agency-item:nth-child(2),
  .work-items .agency-item:nth-child(3) {
    margin-bottom: 33px;
  }
  .work-items .owl-next {
    position: absolute;
    right: 0;
  }
  .work-items .owl-prev:after {
    position: absolute;
    content: "Przewiń w lewo";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    left: 70px;
    white-space: nowrap;
    top: 22px;
  }

  .work-items .owl-next:after {
    position: absolute;
    content: "Przewiń w prawo";
    font-size: 12px;
    font-weight: 700;
    color: #000;
    right: 70px;
    white-space: nowrap;
    top: 22px;
  }
  .work-items .owl-nav {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  .work-items .owl-nav .owl-next {
    margin-right: 30px;
  }
  .work-wrapper {
    background-image: url(none) !important;
  }
  .work-wrapper .overlay {
    display: none;
  }
  .work-inner__text {
    background-color: #000;
    margin-top: 40px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .work-inner {
    padding-bottom: 0;
  }
  .work {
    padding-top: 0;
  }
  .work-title {
    margin-bottom: 0;
  }
  .invest-estate .estate-wrapper:nth-child(1) .estate-left {
    order: 0;
  }
  .invest-estate .estate-wrapper:nth-child(1) .estate-right {
    margin-left: 0;
    margin-right: 0;
  }
  .invest-estate .estate-wrapper {
    margin-bottom: 30px;
  }
  .invest-estate {
    margin-top: 30px;
  }
  .cform-sec {
    padding: 30px 16px;
  }
  .cform-sec div.input-block input,
  .cform-wrapper {
    max-width: 800px;
  }
  .intro-content__text {
    font-size: 30px;
  }
  .page-template-have .about-box {
    padding: 0 15px;
  }
  .check-label .check-acc {
    order: 1;
  }
}

@media (max-width: 460px) {
  .page-template-rent .offer-inner-left__title {
    font-size: 26px;
  }
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.single-content__info-subtitle--text {
  font-size: 26px;
  font-weight: 600;
  line-height: 29px;
  color: #333;
  margin-top: 20px;
}

.error-title {
  font-size: 46px;
  font-weight: 400;
  line-height: 50px;
}

.error-number {
  font-size: 300px;
  font-weight: 900;
  line-height: 42px;
  color: #c95848;
  margin-bottom: 10px;
  margin-top: 120px;
  margin-bottom: 130px;
}

.error-home__img {
  max-width: 9px;
  max-height: 13px;
  margin-left: 5px;
}

.error-home {
  text-decoration: none;
  color: #c95848;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  border: 1px solid #c95848;
  border-radius: 4px;
  max-width: 229px;
  transition: all 0.3s ease;
  padding: 15px 0;
}

.error-home:hover {
  background-color: #c95848;
  color: #fff;
  transition: all 0.3s ease;
}

.error-404 {
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .error-404 {
    padding: 50px 0;
  }
  .error-title {
    font-size: 30px;
    line-height: 36px;
  }
  .error-number {
    font-size: 150px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .single-sale .intro,
  .single-rent .intro {
    height: 450px;
  }
  .single-content__left-main__map iframe {
    height: 286px;
  }
  .single-content__info-subtitle--text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .page-template-have .offer-inner-left__box .offer-inner-left__line {
    display: none;
  }
}

.single-sale .post-navigation,
.single-rent .post-navigation {
  display: none;
}

@media (max-width: 480px) {
  .offer-inner-left__title {
    font-size: 25px;
  }
  .offer-inner-left__line {
    width: 35px;
  }
  .page-template-invest .intro-content__text {
    font-size: 16px;
    line-height: 30px;
  }
  .page-template-invest .intro {
    height: 350px;
  }
  .page-template-invest .work-item {
    height: 350px;
  }
}

@media (max-width: 380px) {
  .work-items .owl-prev,
  .work-items .owl-next {
    width: 40px !important;
    height: 40px !important;
    font-size: 25px !important;
  }
  .work-items .owl-prev:after {
    top: 12px;
    left: 50px;
  }
  .work-items .owl-next:after {
    top: 12px;
    right: 50px;
  }
}

.single-content__right-details__boxed {
  display: flex;
  justify-content: space-between;
}

.whitespace {
  height: 95px;
}

.header--dark .navbar {
  padding: 0;
}

#comments {
  display: none;
}

.singleblog__image {
  max-width: 100%;
}

.container-single {
  max-width: 785px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.singleblog__left {
  display: flex;
  align-items: center;
}

.singleblog__left .author_badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: contain;
  margin-right: 12px;
}

.singleblog__name,
.singleblog__right {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #97989F;
}

.singleblog__left {
  margin-right: 24px;
}

.singleblog__header {
  display: flex;
  align-items: center;
}

.singleblog {
  margin: 50px 0 100px;
}

.singleblog__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
  margin-bottom: 24px;
}

.link_category {
  background-color: #C95848;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  max-width: fit-content;
  margin-bottom: 10px;
  color: #fff;
}

.link_category:last-child {
  margin-bottom: 0;
}

.link_category a {
  color: #fff;
  text-decoration: none;
}

.links__list {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}

.singleblog__content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #3B3C4A;
}

.singleblog__content h1,
.aboutus__right h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
  margin-bottom: 24px;
}

.singleblog__content h2,
.aboutus__right h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
  margin-bottom: 16px;
}

.singleblog__content h3,
.aboutus__right h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin-bottom: 16px;
}

.singleblog__content h4,
.aboutus__right h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  margin-bottom: 10px;
}

.singleblog__content h5,
.aboutus__right h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
}

.singleblog__content h6,
.aboutus__right h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-bottom: 10px;
}

.singleblog__content blockquote {
  background-color: #F6F6F7;
  padding: 32px;
  margin: 32px 0;
  border-radius: 12px;
  border-left: 4px solid #E8E8EA;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 768px) {
  .singleblog__title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .singleblog__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .singleblog__left {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .singleblog__content p {
    font-size: 16px;
    line-height: 21px;
  }
  .singleblog__content h1,
  .singleblog__content h2,
  .aboutus__right h2,
  .aboutus__right h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .singleblog__content h3,
  .aboutus__right h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .singleblog__content h4,
  .aboutus__right h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .singleblog__content h5,
  .aboutus__right h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .singleblog__content h6,
  .aboutus__right h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .singleblog {
    margin: 50px 0 50px;
  }
}

.blogpage {
  margin: 100px 0;
}

.blogpage__header {
  margin-bottom: 50px;
}

.blog__item-head img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 240px;
  display: block;
}

.blogfull__item {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blogfull__inn {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.blogfull__inn .blog__item-title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 24px;
}

.singleblog__header {
  margin-bottom: 16px;
}

.blogpage__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.blog__item figure {
  max-height: 240px;
  width: 100%;
  margin: 0;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}

.blogpage__inner {
  margin-bottom: 50px;
}

.blog__item {
  border: 1px solid #E8E8EA;
  padding: 16px;
}

.linkblog_category {
  background-color: #C958481A;
  color: #C95848;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  max-width: fit-content;
}

.blog__item a {
  text-decoration: none;
  color: #000;
}

.blog__item-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: #181A2A;
  transition: all .3s ease;
}

.blog__item-title:hover {
  color: #C95848;
  transition: all .3s ease;
}

.blog__item-head figure img {
  transform: scale(1);
  transition: all .3s ease;
}

.blog__item-head figure:hover img {
  transform: scale(1.1);
  transition: all .3s ease;
}

@media (max-width: 993px) {
  .blogpage__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
}

@media (max-width: 768px) {
  .blog__item-title {
    font-size: 20px;
    line-height: 24px;
  }
  .blogfull__inn .blog__item-title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .blogpage {
    margin: 50px 0;
  }
}

@media (max-width: 577px) {
  .blogpage__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

.blogpage__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
}

.aboutus__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}

.aboutus__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.aboutus__item:last-child {
  margin-bottom: 0;
}

.aboutus__left {
  max-width: 210px;
  width: 100%;
  margin-right: 27px;
}

.aboutus__left img {
  max-width: 100%;
}

.aboutus__right p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
}

.aboutus__link img {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.aboutus__link {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.aboutus__link:last-child {
  margin-bottom: 0;
}

.aboutus__link a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333;
  text-decoration: none;
  transition: all .3s ease;
}

.aboutus__link a:hover {
  color: #C95848;
  transition: all .3s ease;
}

.aboutus__item:nth-child(even) .aboutus__left {
  order: 1;
  margin-right: 0;
  margin-left: 27px;
}

.aboutus__items {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .aboutus__item {
    flex-direction: column;
  }
  .aboutus__item:nth-child(even) .aboutus__left {
    order: 0;
    margin-left: 0;
  }
  .aboutus__item .aboutus__left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .aboutus__items {
    margin-bottom: 30px;
  }
}

.invest__items {
  margin-top: 100px;
  margin-bottom: 100px;
}

.invest__item {
  display: flex;
  align-items: center;
}

.invest__left {
  max-width: 670px;
  width: 100%;
  margin-right: 110px;
}

.aboutus__right {
  color: #333333;
}

.invest__item:nth-child(odd) .invest__left {
  order: 1;
  margin-right: 0;
  margin-left: 110px;
}

.invest__item {
  margin-bottom: 100px;
}

.invest__item:last-child {
  margin-bottom: 0;
}

.invest__left img {
  max-width: 100%;
}

@media (max-width: 993px) {
  .invest__item:nth-child(odd) .invest__left {
    margin-left: 20px;
  }
  .invest__item .invest__left {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .invest__item {
    flex-direction: column;
  }
  .invest__items {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .invest__item:nth-child(odd) .invest__left {
    margin-left: 0px;
  }
  .invest__item .invest__left {
    margin-right: 0px;
  }
  .invest__item:nth-child(even) .invest__left {
    order: 1;
  }
  .invest__item {
    margin-bottom: 30px;
  }
  .aboutus__right {
    margin-bottom: 20px;
  }
}

.inv__inn .about-box {
  justify-content: start;
}

.blogpage__txt a {
  border: 1px solid #C95848;
  background-color: #C95848;
  color: #fff;
  text-decoration: none;
  max-width: fit-content;
  display: inline-block;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  transition: all .3s ease;
}

.blogpage__txt a:hover {
  background-color: #fff;
  color: #C95848;
  transition: all .3s ease;
}

.cf_label {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  margin-bottom: 4px;
  display: block;
}

.cf_label span {
  color: #D3232F;
}

.input-block input {
  max-width: 238px;
  background-color: #fff;
  border-radius: 8px;
}

.form-wrapper  {
  margin-right: 14px;
}

.form-wrapper:last-child {
  margin-right: 0;
}

.but--main {
  background-color: #C95848;
  color: #fff;
  max-width: fit-content;
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #C95848;
  margin-left: auto;
  transition: all .3s ease;
  cursor: pointer;
}

.but--main:hover {
  color: #C95848;
  background-color: transparent;
  transition: all .3s ease;
}

.check-label {
  cursor: pointer;
}

.cfbox {
  justify-content: start;
  text-align: left;
}

.cf__right {
  display: flex;
  flex-direction: column;
}

.cf__item {
  display: flex;
  align-items: center;
  margin-right: 50px;
}

.cf__item:last-child {
  margin-right: 0;
}

.cf__items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cf__left {
  margin-right: 24px;
}

.cf__right span {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #333;
  margin-bottom: 16px;
}

.cf__right a {
  color: #333333;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  transition: all .3s ease;
}

.cf__right a:hover {
  color: #C95848;
  transition: all .3s ease;
}

@media (max-width: 577px) {
  .cf__items {
    flex-direction: column;
    align-items: flex-start;
  }
  .cf__item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cf__item:last-child {
    margin-bottom: 0;
  }
}

.footerl__social {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.footerl__social li {
  margin-right: 22px;
}

.footerl__social li:last-child {
  margin-right: 0;
}

.footer-center__item-list i {
  margin-right: 6px;
}

.footer-center__item-list {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .footer-center__item-lists {
    text-align: center;
  }
  .footer-center,
  .footer-right {
    width: 100%;
  }
  .footer-center__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #D1D1D1;
    margin-bottom: 20px;
  }
  .footer-center__item-list a {
    text-decoration: none;
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    transition: all .3s ease;
  }
  .footer-center, .footer-right {
    margin-top: 20px;
  }
  .footerl__social {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .whitespace {
    height: 65px;
  }
}

@media (max-width: 576px) {
  .but--main {
    max-width: 100%;
    display: block;
    margin: 0;
    width: 100%;
  }
}

.post-navigation {
	display: none;
}

.navbar-link__white {
	background: #fff;
	padding: 13px;
	max-width: fit-content;
        margin-left: 10px;
	border: 1px solid #fff;
	transition: all .3s ease;
}

.navbar-link__white:hover {
	background: transparent;
	transition: all .3s ease;
}

.navbar-link__white a {
	color: #c95848;
	padding: 13px;
	transition: all .3s ease;
}

.navbar-link__white:hover a {
	color: #fff;
	transition: all .3s ease;
}

.header > .container {
	max-width: 1450px;
}

@media (max-width: 992px) {
	.navbar-link__white {
		margin-left: 0px;
		margin-top: 15px;
	}
}

@media (max-width: 577px) {
	.intro-slider .owl-nav .owl-prev,
.intro-slider .owl-nav .owl-next {
 
  width: 30px !important;
  height: 30px !important;
  
}



.intro-slider .owl-nav .owl-prev span,
.intro-slider .owl-nav .owl-next span {
   font-size: 30px !important;
  width: 20px;
  height: 20px;
top: 10%;
}
.intro-slider .owl-nav .owl-prev:after {
   left: 40px;
   top: 8px;
}
.intro-slider .owl-nav .owl-next:after {
	right: 40px;
	top: 8px;
}
}

@media (max-width: 375px) {
    .intro-slider .owl-nav .owl-prev {
        left: 15px;
    }
.intro-slider .owl-nav .owl-next {
	right: 15px;
}
.intro-slider .owl-nav .owl-next:after,
.intro-slider .owl-nav .owl-prev:after {
	font-size: 10px;
}
}

.signleintro__image img {
	max-width: 100%;
}

.signleintro__image {
	position: relative;
}

@media (max-width: 767px) {
    .single-content__left {
        margin-top: 45px;
    }
}