html,
body {
  overflow-x: hidden;
}

.burger {
  padding: 10px;
  display: none;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  height: 40px;
  will-change: position;
}
.burger__box {
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.burger__inner {
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.2s ease-in-out;
}
.burger__inner::before, .burger__inner::after {
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #fff;
  content: "";
  left: 0;
  transition: transform 0.2s ease-in-out;
}
.burger__inner::before {
  top: -8px;
}
.burger__inner::after {
  top: 8px;
}
.burger--active .burger__inner {
  background-color: transparent;
}
.burger--active .burger__inner::before {
  transform: translateY(8px) rotate(45deg);
}
.burger--active .burger__inner::after {
  transform: translateY(-8px) rotate(-45deg);
}

.ModuleDivid {
  max-width: 100%;
}

.mobile {
  display: none;
}

@media (max-width: 1250px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ModuleList {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    max-width: 100%;
  }
  .ModuleList img {
    position: relative;
    order: 0;
    width: 50%;
    height: 135px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ModuleList h2 {
    margin: 0;
    width: 100%;
    order: 1;
    margin: 15px 0 7px;
  }
  .ModuleList .Description {
    margin: 0;
    order: 3;
    width: 100%;
  }
  .ModuleList .FrameInfo,
.ModuleList .Button {
    position: relative;
  }
  .ModuleList .FrameInfo {
    order: 0;
    width: 50%;
  }
  .ModuleList .Button {
    order: 4;
    right: unset;
    bottom: unset;
    margin-top: 15px;
  }
  .ModuleList .OfeNum {
    position: relative;
    order: 2;
    left: unset;
    bottom: unset;
    width: 100%;
    margin-bottom: 15px;
  }
  .FormList {
    max-width: 100%;
  }
  .column--7 {
    width: calc(58.33% - 15px);
  }
  .column--6 {
    width: calc(50% - 15px);
  }
  .column--5 {
    width: calc(41.66% - 15px);
  }
  .column--4 {
    width: calc(33% - 15px);
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 83px;
  }
  .burger,
.mobile {
    display: block;
  }
  .outer-menu,
.ext-menu-cont {
    display: none;
  }
  .burger {
    margin-left: auto;
  }
  .header {
    background-size: cover;
  }
  .inner-menu {
    top: 0;
  }
  .inner-menu__list {
    position: fixed;
    right: 0;
    top: 83px;
    z-index: 999;
    background-color: #222;
    flex-direction: column;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    max-height: calc(100vh - 83px);
    height: 100%;
    overflow-y: auto;
    justify-content: flex-start;
  }
  .inner-menu__list--active {
    transform: translateX(0);
  }
  .inner-menu__item {
    text-align: center;
  }
  .inner-menu__item.mobile {
    text-transform: uppercase;
  }
  .footer__cols {
    flex-direction: column;
  }
  .footer__col {
    width: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer__copyright {
    margin-top: 0;
  }
  .footer-menu__link {
    justify-content: center;
  }
  .search-form__inner {
    flex-wrap: wrap;
  }
  .search-form__col {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  .search-form__col:nth-child(2) {
    margin-right: 0;
  }
  .search-form__col:nth-last-child(1), .search-form__col:nth-last-child(2) {
    margin-bottom: 0;
  }
  .submenu {
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .submenu__top {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .submenu__top div {
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .submenu__bottom {
    flex-direction: column;
  }
  .submenu__item {
    text-align: center;
  }
  .columns-wrapper {
    flex-direction: column;
  }
  .column--7, .column--6, .column--5, .column--4 {
    width: 100%;
  }
  .agents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .agents__header {
    width: 100%;
  }
  .agent {
    max-width: 420px;
    box-sizing: border-box;
    margin-right: 30px;
  }
  .contact-wrapper .column,
.contact-wrapper .agent {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .info {
    display: none;
  }
  .contact-bar__container {
    text-align: center;
    justify-content: center;
  }
  .contact-bar__links {
    margin-top: 5px;
  }
  .fz_main {
    max-width: calc(100% - 40px);
  }
  .fz_form,
.fz_form_fields {
    max-width: 100%;
  }
  .fz_btn_left,
.fz_btn_right {
    width: 50%;
  }
  .fz_btn_left .fz_btn_table {
    margin-left: 50px;
  }
  .other-cities__item {
    width: 33%;
    flex: 0 0 33%;
  }
  .contact {
    position: relative;
  }
  .contact__content {
    position: relative;
  }
  .contact__image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: -1;
  }
  .contact__image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
@media (max-width: 549px) {
  .search-form__col {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .search-form__col:nth-last-child(2) {
    margin-bottom: 15px;
  }
  .search-form__group {
    margin-bottom: 15px;
  }
  .contact-form__col {
    width: 100%;
    margin-right: 0;
  }
  .contact-form__col:first-of-type {
    margin-right: 0;
  }
  .fz_btn_left,
.fz_btn_right {
    width: 100%;
  }
  .fz_btn_left .fz_btn_table,
.fz_btn_right .fz_btn_table {
    margin: 10px auto;
  }
  .fz_btn_right .fz_btn_wrapper {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .ModuleList img,
.ModuleList .FrameInfo {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ModuleList .FrameInfo table {
    margin: 15px;
    width: calc(100% - 30px);
  }
  .footer-form__col {
    width: 100%;
  }
  .footer-form__col:first-of-type {
    margin-right: 0;
  }
  .footer-form__description {
    flex-direction: column;
  }
  .footer-form__description .Button {
    margin-top: 10px;
  }
  .contact-bar__links {
    flex-direction: column;
  }
  .single-offer__navigate {
    flex-direction: column;
  }
  .single-offer__arrows {
    margin-left: 0;
    margin-top: 10px;
  }
  .offer__title {
    font-size: 24px;
  }
  .agent {
    margin-right: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .agent__info {
    border-right: 0;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    flex: unset;
    display: flex;
    align-items: flex-start;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .agent__info img {
    max-width: 50%;
    margin-right: 10px;
  }
  .agent__contact {
    width: 100%;
    flex: unset;
  }
  .agent__phone {
    max-width: 175px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    color: rgb(250, 161, 67);
  }
  .agent__phone:hover {
    color: rgb(250, 161, 67);
    text-decoration: none;
  }
  .agent__contact-inner {
    text-align: center;
  }
  .offer__th {
    width: 30%;
  }
  .other-cities__item {
    width: 50%;
    flex: 0 0 50%;
  }
}
/* nowe style */
.offer__editable {
  position: relative;
}
.offer__editable .offer__editable-content {
  display: block;
  cursor: pointer;
}
.offer__editable .offer__editable-content:hover {
  border: 1px dashed #222;
}
.offer__editable .offer__editable-content:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff url(/_img/_templates/edit.svg) no-repeat center/60%;
  border: 1px solid #aaa;
  transform: scale(0);
  transition: transform 0.2s ease-out;
}
.offer__editable .offer__editable-content:hover::before {
  transform: scale(1);
}
.offer__editable-form {
  display: none;
}
.offer__editable-label, .offer__editable-value {
  text-align: left;
  display: block;
}
.offer__editable-input {
  margin-bottom: 7px;
  width: 100%;
}
.offer__editable-buttons {
  text-align: center;
  margin: 20px 0;
}
.offer__editable--editing .offer__editable-content {
  display: none;
}
.offer__editable--editing .offer__editable-form {
  display: block;
}

.page-content-wrapper p {
  font-size: 16px;
}

.new_home_columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.new_home_columns .my_col_1,
.new_home_columns .my_col_2,
.new_home_columns .my_col_3 {
  box-sizing: border-box;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.new_home_columns .my_col_1 {
  padding: 20px;
  width: 250px;
  order: 2;
}
.new_home_columns .my_col_2 {
  order: 1;
  flex-basis: auto;
}
.new_home_columns .my_col_3 {
  width: 100%;
  order: 3;
}

@media (min-width: 972px) {
  .new_home_columns .my_col_1 {
    padding: 0px;
    order: 1;
  }
  .new_home_columns .my_col_2 {
    padding: 20px;
    order: 2;
    flex-basis: 0;
  }
  .new_home_columns .my_col_3 {
    padding: 0px;
    order: 3;
  }
}
.InfoOK {
  color: green;
  font-weight: bold;
}

.InfoErr {
  color: #af2523;
  font-weight: bold;
}

.breadcrumbs {
  display: block;
  position: relative;
  margin-top: -30px;
  margin-bottom: 30px;
}
.breadcrumbs__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item:not(:last-child) ::after {
  content: ">";
  color: #faa143;
  margin: 0 10px;
}
.breadcrumbs__link {
  font-weight: normal;
  color: #faa143;
  text-decoration: none;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  text-decoration: none;
}

.section_developers {
  background-color: #F5F5F5;
  padding: 5px;
}
.section_developers > h2 {
  color: #666666;
  padding: 0 15px;
}
.section_developers > ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  text-align: center;
}
.section_developers > ul li {
  display: inline-block;
  width: 121px;
  margin: 2px 4px;
}

.Button,
#main .Button,
.search-form .ofe_btn_submit,
.single-offer .FormList .Button,
.agent__show-btn {
  transition: background-position 0.5s ease-in-out;
  background: transparent;
  background-image: linear-gradient(to right, #faa143 50%, #3498db 0);
  background-position: right;
  background-size: 210% 210%;
  border: 0;
}
.Button:hover,
#main .Button:hover,
.search-form .ofe_btn_submit:hover,
.single-offer .FormList .Button:hover,
.agent__show-btn:hover {
  transition: all 0.2s ease-in-out;
  background-position: left;
  opacity: 1 !important;
}

.columns_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.columns_row .column_content,
.columns_row .column_right {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.columns_row .column_right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .columns_row .column_right {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
#btn_show_search_form {
  text-align: right;
}
#btn_show_search_form #link_show_search_form {
  margin-top: 10px;
}